diff --git a/ESP-IDF_mqtt-ssl/.devcontainer/Dockerfile b/ESP-IDF_mqtt-ssl/.devcontainer/Dockerfile deleted file mode 100644 index dafb8adbb..000000000 --- a/ESP-IDF_mqtt-ssl/.devcontainer/Dockerfile +++ /dev/null @@ -1,13 +0,0 @@ -ARG DOCKER_TAG=latest -FROM espressif/idf:${DOCKER_TAG} - -ENV LC_ALL=C.UTF-8 -ENV LANG=C.UTF-8 - -RUN apt-get update -y && apt-get install udev -y - -RUN echo "source /opt/esp/idf/export.sh > /dev/null 2>&1" >> ~/.bashrc - -ENTRYPOINT [ "/opt/esp/entrypoint.sh" ] - -CMD ["/bin/bash", "-c"] \ No newline at end of file diff --git a/ESP-IDF_mqtt-ssl/.devcontainer/devcontainer.json b/ESP-IDF_mqtt-ssl/.devcontainer/devcontainer.json deleted file mode 100644 index b80178618..000000000 --- a/ESP-IDF_mqtt-ssl/.devcontainer/devcontainer.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "ESP-IDF QEMU", - "build": { - "dockerfile": "Dockerfile" - }, - "customizations": { - "vscode": { - "settings": { - "terminal.integrated.defaultProfile.linux": "bash", - "idf.espIdfPath": "/opt/esp/idf", - "idf.toolsPath": "/opt/esp", - "idf.gitPath": "/usr/bin/git" - }, - "extensions": [ - "espressif.esp-idf-extension", - "espressif.esp-idf-web" - ] - } - }, - "runArgs": ["--privileged"] -} \ No newline at end of file diff --git a/ESP-IDF_mqtt-ssl/.vscode/c_cpp_properties.json b/ESP-IDF_mqtt-ssl/.vscode/c_cpp_properties.json deleted file mode 100644 index 9c471ea00..000000000 --- a/ESP-IDF_mqtt-ssl/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "configurations": [ - { - "name": "ESP-IDF", - "compilerPath": "${config:idf.toolsPath}/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc", - "compileCommands": "${config:idf.buildPath}/compile_commands.json", - "includePath": [ - "${config:idf.espIdfPath}/components/**", - "${config:idf.espIdfPathWin}/components/**", - "${workspaceFolder}/**" - ], - "browse": { - "path": [ - "${config:idf.espIdfPath}/components", - "${config:idf.espIdfPathWin}/components", - "${workspaceFolder}" - ], - "limitSymbolsToIncludedHeaders": true - } - } - ], - "version": 4 -} diff --git a/ESP-IDF_mqtt-ssl/.vscode/launch.json b/ESP-IDF_mqtt-ssl/.vscode/launch.json deleted file mode 100644 index 2511a38aa..000000000 --- a/ESP-IDF_mqtt-ssl/.vscode/launch.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "type": "gdbtarget", - "request": "attach", - "name": "Eclipse CDT GDB Adapter" - }, - { - "type": "espidf", - "name": "Launch", - "request": "launch" - } - ] -} \ No newline at end of file diff --git a/ESP-IDF_mqtt-ssl/.vscode/settings.json b/ESP-IDF_mqtt-ssl/.vscode/settings.json deleted file mode 100644 index b2f503ae8..000000000 --- a/ESP-IDF_mqtt-ssl/.vscode/settings.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "C_Cpp.intelliSenseEngine": "default", - "idf.espIdfPath": "/home/alex/esp/v5.4.1/esp-idf", - "idf.pythonInstallPath": "c:\\Users\\alex\\esp\\tools\\idf-python\\3.11.2\\python.exe", - "idf.openOcdConfigs": [ - "board/esp32c3-builtin.cfg" - ], - "idf.port": "/dev/ttyACM0", - "idf.toolsPath": "/home/alex/.espressif", - "idf.customExtraVars": { - "OPENOCD_SCRIPTS": "/home/abobkov/.espressif/tools/openocd-esp32/v0.12.0-esp32-20240821/openocd-esp32/share/openocd/scripts", - "ESP_ROM_ELF_DIR": "/home/abobkov/.espressif/tools/esp-rom-elfs/20230320/", - "IDF_TARGET": "esp32c3" - }, - "idf.flashType": "UART", - "idf.espIdfPathWin": "C:\\Users\\alex\\esp\\v5.4\\esp-idf", - "idf.toolsPathWin": "c:\\Users\\alex\\esp\\", - "idf.portWin": "COM3" -} diff --git a/ESP-IDF_mqtt-ssl/CMakeLists.txt b/ESP-IDF_mqtt-ssl/CMakeLists.txt deleted file mode 100644 index 9b573dbca..000000000 --- a/ESP-IDF_mqtt-ssl/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -# The following four 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(ESP-IDF_mqtt-ssl) - -target_add_binary_data(${CMAKE_PROJECT_NAME}.elf "main/client.crt" TEXT) -target_add_binary_data(${CMAKE_PROJECT_NAME}.elf "main/client.key" TEXT) -target_add_binary_data(${CMAKE_PROJECT_NAME}.elf "main/mosquitto.org.crt" TEXT) -target_add_binary_data(${CMAKE_PROJECT_NAME}.elf "main/broker.crt" TEXT) diff --git a/ESP-IDF_mqtt-ssl/README.md b/ESP-IDF_mqtt-ssl/README.md deleted file mode 100644 index 4750ff1ff..000000000 --- a/ESP-IDF_mqtt-ssl/README.md +++ /dev/null @@ -1,82 +0,0 @@ -| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-H2 | ESP32-P4 | ESP32-S2 | ESP32-S3 | -| ----------------- | ----- | -------- | -------- | -------- | -------- | --------- | -------- | -------- | -------- | -------- | - -# ESP-MQTT SSL Sample application (mutual authentication) - -(See the README.md file in the upper level 'examples' directory for more information about examples.) - -This example connects to the broker test.mosquitto.org using ssl transport with client certificate and as a demonstration subscribes/unsubscribes and send a message on certain topic. -(Please note that the public broker is maintained by the community so may not be always available, for details please visit http://test.mosquitto.org) - -It uses ESP-MQTT library which implements mqtt client to connect to mqtt broker. - -## How to use example - -### Hardware Required - -This example can be executed on any ESP32 board, the only required interface is WiFi and connection to internet. - -### Configure the project - -* Open the project configuration menu (`idf.py menuconfig`) -* Configure Wi-Fi or Ethernet under "Example Connection Configuration" menu. See "Establishing Wi-Fi or Ethernet Connection" section in [examples/protocols/README.md](../../README.md) for more details. - -* Generate your client keys and certificate - -Navigate to the main directory - -``` -cd main -``` - -Generate a client key and a CSR. When you are generating the CSR, do not use the default values. At a minimum, the CSR must include the Country, Organisation and Common Name fields. - -``` -openssl genrsa -out client.key -openssl req -out client.csr -key client.key -new -``` - -Paste the generated CSR in the [Mosquitto test certificate signer](https://test.mosquitto.org/ssl/index.php), click Submit and copy the downloaded `client.crt` in the `main` directory. - -Please note, that the supplied files `client.crt` and `client.key` in the `main` directory are only placeholders for your client certificate and key (i.e. the example "as is" would compile but would not connect to the broker) - -The server certificate `mosquitto.org.crt` can be downloaded in pem format from [mosquitto.org.crt](https://test.mosquitto.org/ssl/mosquitto.org.crt). - -### Build and Flash - -Build the project and flash it to the board, then run monitor tool to view serial output: - -``` -idf.py -p PORT flash monitor -``` - -(To exit the serial monitor, type ``Ctrl-]``.) - -See the Getting Started Guide for full steps to configure and use ESP-IDF to build projects. - -## Example Output - -``` -I (3714) event: sta ip: 192.168.0.139, mask: 255.255.255.0, gw: 192.168.0.2 -I (3714) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE -I (3964) MQTT_CLIENT: Sending MQTT CONNECT message, type: 1, id: 0000 -I (4164) MQTTS_EXAMPLE: MQTT_EVENT_CONNECTED -I (4174) MQTTS_EXAMPLE: sent publish successful, msg_id=41464 -I (4174) MQTTS_EXAMPLE: sent subscribe successful, msg_id=17886 -I (4174) MQTTS_EXAMPLE: sent subscribe successful, msg_id=42970 -I (4184) MQTTS_EXAMPLE: sent unsubscribe successful, msg_id=50241 -I (4314) MQTTS_EXAMPLE: MQTT_EVENT_PUBLISHED, msg_id=41464 -I (4484) MQTTS_EXAMPLE: MQTT_EVENT_SUBSCRIBED, msg_id=17886 -I (4484) MQTTS_EXAMPLE: sent publish successful, msg_id=0 -I (4684) MQTTS_EXAMPLE: MQTT_EVENT_SUBSCRIBED, msg_id=42970 -I (4684) MQTTS_EXAMPLE: sent publish successful, msg_id=0 -I (4884) MQTT_CLIENT: deliver_publish, message_length_read=19, message_length=19 -I (4884) MQTTS_EXAMPLE: MQTT_EVENT_DATA -TOPIC=/topic/qos0 -DATA=data -I (5194) MQTT_CLIENT: deliver_publish, message_length_read=19, message_length=19 -I (5194) MQTTS_EXAMPLE: MQTT_EVENT_DATA -TOPIC=/topic/qos0 -DATA=data -``` - diff --git a/ESP-IDF_mqtt-ssl/build/.bin_timestamp b/ESP-IDF_mqtt-ssl/build/.bin_timestamp deleted file mode 100644 index 76bf102f7..000000000 --- a/ESP-IDF_mqtt-ssl/build/.bin_timestamp +++ /dev/null @@ -1 +0,0 @@ -aa15e9b3aa59958c91216b1b063b46d6 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/ESP-IDF_mqtt-ssl.bin diff --git a/ESP-IDF_mqtt-ssl/build/.ninja_deps b/ESP-IDF_mqtt-ssl/build/.ninja_deps deleted file mode 100644 index f4f471ffd..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/.ninja_deps and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/.ninja_log b/ESP-IDF_mqtt-ssl/build/.ninja_log deleted file mode 100644 index 8134e2519..000000000 --- a/ESP-IDF_mqtt-ssl/build/.ninja_log +++ /dev/null @@ -1,1032 +0,0 @@ -# ninja log v6 -521 2771 7715744705593176 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj 61de92f275d2dd51 -33133 34152 7715745031907390 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj 29e7b9fc48b8b429 -178453 180013 7715746484833098 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj 30ada4b6b843490 -169 353 7715744703213104 project_elf_src_esp32c3.c 6d1ad4362cecc82f -30052 30976 7715745001325534 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj 133c4a64167bf893 -3505 5722 7715744735459002 esp-idf/esp_https_ota/libesp_https_ota.a ff5f294aa2b1b2ed -157104 157951 7715746271957377 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj f69edb69539d8572 -87982 89490 7715745580279988 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj c4fafe2be49bf9a1 -154 1726 7715744706791246 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/partition_table/partition-table.bin 1cd874d2e986d8d1 -52925 54135 7715745229669349 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj eb989f8b5108a16 -154 1726 7715744706791246 partition_table/partition-table.bin 1cd874d2e986d8d1 -157305 158558 7715746273353213 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c.obj 9741ff3bdbf5e810 -125 475 7715744704859843 esp-idf/esp_system/ld/memory.ld 2b5142377b35cf97 -169 353 7715744703213104 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/project_elf_src_esp32c3.c 6d1ad4362cecc82f -91761 92489 7715745617923156 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/getentropy.c.obj d3bbf73e105e212a -119434 120470 7715745894671922 esp-idf/esp_rom/libesp_rom.a 10afdc502427f68b -45075 45984 7715745151063689 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj 93678af9a5d52ac2 -16504 17587 7715744865367372 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj 22f4f84480cc45b4 -176461 177293 7715746465150056 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj fe954fef4dd10f78 -9768 10306 7715744797997177 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c3/curve_fitting_coefficients.c.obj fe93a588e375a676 -125 475 7715744704859843 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/ld/memory.ld 2b5142377b35cf97 -47431 48353 7715745174623541 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj 5d60a09ad45ca18f -139 486 7715744705044404 esp-idf/esp_system/ld/sections.ld.in 2c1c93e392215b4f -14368 15375 7715744844126208 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj 30a42343c85ff834 -44859 46002 7715745148904590 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj 9c51c7d49d28c480 -126825 128181 7715745968555899 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj c5f4aec3e11e40fb -50107 51065 7715745201500521 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj 9a4d4b96977e0d06 -10998 13272 7715744810301695 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj 8317f283a015e05b -16487 18701 7715744865198886 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj 9290fbfad0f82e6c -44004 44837 7715745140389791 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj 572c862e116ab680 -89491 90817 7715745595228454 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj 95abdc470713d560 -130756 132486 7715746008229992 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj 38a881c6badb2c3 -139 486 7715744705044404 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/ld/sections.ld.in 2c1c93e392215b4f -132171 132862 7715746022028518 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj a8f041d458936670 -10274 12631 7715744803136828 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj 7b585d2ae0a4e29f -506 2669 7715744705460354 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj fff899ae6b036689 -109973 110878 7715745800733120 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj 1223c269bb5a3c11 -12417 13943 7715744824522109 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj 21e22acc9e58648a -93017 93766 7715745630641464 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj 13d0ed1df36c0030 -1726 2934 7715744717569782 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj 3a582016387055f8 -52256 53030 7715745223228402 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj 6e314d19f7aaf208 -535 2950 7715744705708520 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj 99e507341ccf6b87 -20072 20981 7715744901370400 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj f36ddd1126ca3c8d -98427 99078 7715745684669159 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj 35d1dce4972c535e -203314 204616 7715746733457462 esp-idf/espcoredump/libespcoredump.a 1c5a216e7d3ba719 -13277 14180 7715744833105964 esp-idf/esp-tls/libesp-tls.a 1201b51512e24e77 -5862 7422 7715744758953173 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj 1492df1c2672b06c -59723 60767 7715745297833709 esp-idf/esp_phy/libesp_phy.a ecb939153e860439 -105922 106983 7715745759530701 esp-idf/esp_hw_support/libesp_hw_support.a 29fdbfc8fb39e8f5 -496 2960 7715744705309502 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj d2a0ad3f42fca985 -66763 67733 7715745367949487 esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_tdm.c.obj 9861013b736323e -69314 70233 7715745393455009 esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a 3f9e08505f3aeda8 -11215 11812 7715744812532859 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj 74c7c3fdc80640d9 -487 3484 7715744705190807 esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj 69cde80beb8c79d3 -145707 147623 7715746157387288 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj e2c7fa7fe92c83f4 -2961 4226 7715744729927553 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj 941d57ee11fad1e6 -141913 143180 7715746119685768 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj 34446a069723fd8a -39506 40718 7715745095384009 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj b0bdc2af9e91716b -2800 4337 7715744728313281 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj afb0559dbd0e1d97 -2950 4459 7715744729826090 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj 7107f5cd444cab6b -188484 190190 7715746585291742 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj 98b310031611a1c9 -50262 51211 7715745203013466 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj dfdacbb9b18617da -91185 91948 7715745612762107 esp-idf/esp_ringbuf/libesp_ringbuf.a 58f2fca481e2158c -4998 5859 7715744750456780 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj 3351e6dbf6d20bcd -113617 114422 7715745836551178 esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_ahb_v1.c.obj 215116e19e3d2eb1 -2676 4741 7715744727231197 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj 1ca519bf1787ace7 -98737 99474 7715745687840594 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj d93c7392c49495b6 -154957 156671 7715746250687855 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj 7fb626a9e21592cd -67741 69120 7715745377747839 esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj a6be6ee49dd7d212 -9017 10223 7715744790628056 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj 7025571375b5c6de -88427 89387 7715745584580142 esp-idf/nvs_flash/libnvs_flash.a 32d764b49fb7e51d -4231 4989 7715744742715856 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj 7d48c987dc8ae7c0 -13929 14364 7715744839657659 esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj 3f723dfbd4a575d8 -57562 60264 7715745276038500 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj 77ce89c8f078de8b -165697 166168 7715746357324986 esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj 57fa3ec943793787 -119394 120157 7715745894250630 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj 3dce3c0766564e1 -5732 6050 7715744757715777 esp-idf/esp_http_server/libesp_http_server.a 88e1f952e78e9585 -92772 93688 7715745628029159 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj 218cd9209d385ee -110342 111035 7715745803733609 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj 3587501636587b7c -4759 6630 7715744747912123 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj 47ab4c30c061580f -167864 168555 7715746379022847 esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj 6abf1f4754fc234f -10448 11208 7715744804796208 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj 51fec4a59ff0a42c -170644 171361 7715746406767697 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj 3eaae73a904f56fb -133682 134661 7715746037139005 esp-idf/bootloader_support/libbootloader_support.a 1ecc4a589c01429e -4343 6949 7715744743833332 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj bc5551b1bb428088 -91570 92164 7715745616021095 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj 7463d724c56f0691 -4483 7159 7715744745355453 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj 4a9f6db2acb3a64d -2934 7314 7715744729661960 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj e7c4d1ae22e896aa -6956 7687 7715744770058703 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj a09084a5bf9b3017 -66196 67797 7715745362719540 esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj 331f359f3df5dd36 -109756 110312 7715745798069500 esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj c606de200373be53 -23414 24468 7715744934446002 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj 567a5831553fe8c0 -104782 105602 7715745748130631 esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj 7135f461b118ac59 -7361 8001 7715744773939646 esp-idf/esp_http_client/libesp_http_client.a ce367362011a5e6b -30935 32642 7715745009930883 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj d0959a9f0cb6aa92 -100123 101163 7715745702070156 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj 6f8150ef19237b48 -11823 13304 7715744818939308 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj 480761d6245814ee -45880 46693 7715745159343528 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj cc945af29ad3df8f -152700 153521 7715746227500693 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj 45a524ae402394d3 -6050 8276 7715744760823256 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj f12f2de27a0a2941 -35702 36868 7715745057328104 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj 5e2992c4b45ae1ea -190651 191743 7715746606928477 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj d0dd5b7fed7a199 -168566 169135 7715746386027170 esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj 7ba153d3066aebdb -152763 153756 7715746227942623 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj 687570c0f0d22bad -6650 8102 7715744767169432 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj 85b747cc0607e83f -7174 8131 7715744772131894 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj f568f921b2ab38ed -63165 64698 7715745332061186 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj 531a318dd4c7abf5 -177869 179462 7715746479194356 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj 5e37967bfd6f9df8 -170652 171530 7715746406838062 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj f2f0e89b841d885 -11167 13165 7715744812324395 esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj a61ff1fec03c3c0e -7431 8175 7715744774712085 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj 2446bcc31793441f -8012 8667 7715744780446257 esp-idf/tcp_transport/libtcp_transport.a a98c5bcf178b2465 -120782 121926 7715745908253493 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj 555e66d46a4a915b -33868 34454 7715745039001938 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj ce6cd2ba98808214 -8142 8852 7715744781746842 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj cf14a5e33e533dfa -96137 96909 7715745661689276 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj 37304c9f7ca6cd0d -97755 98631 7715745677945419 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj f643b1c301ccf0e0 -8183 9002 7715744782371629 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj 399426d28b694d5a -41730 42745 7715745117795995 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj 4399929ae023edf9 -201409 202357 7715746714664043 esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/protocol_examples_utils.c.obj cea542f4272027c6 -9165 10289 7715744792238997 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj 65aaafc344bcf0e2 -128716 129705 7715745987615020 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj 3d81eea3db877617 -126603 127732 7715745966347502 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj e098f3cdbf535321 -8296 9164 7715744783362696 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj f8c1d83d45593088 -48371 49414 7715745184032499 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj 8ef833c4e2048946 -172663 174416 7715746426941266 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj a86afa34686d6306 -8118 9763 7715744781541473 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj 24e808c6572165ae -107625 108690 7715745776575784 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj 25e90553d9ca2963 -209138 209627 7715746791741599 esp-idf/main/libmain.a 98002fab1df9c961 -13197 13904 7715744832810358 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj 6ec658ba7fa6a377 -96856 97541 7715745668874242 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj 6ea67b28de0146e3 -12451 13725 7715744824901188 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj a688b98647736e28 -7689 9840 7715744777365919 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj b68df9ac3e4fd6a -20449 21434 7715744905010233 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj a67fef4ebff6ff2e -26127 27232 7715744961827524 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj b234d3cb988ddda -11442 12433 7715744814824847 esp-idf/esp_adc/libesp_adc.a 1c160e67a0604872 -47681 48475 7715745177227029 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj 200f1d12f9aec37d -186983 188460 7715746570262449 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj ec8d6dccb7aa44f9 -125806 126809 7715745958379438 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj 5cbc21cb5ca61456 -25121 26288 7715744951531277 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj 43faaaae8799d7c1 -8869 10257 7715744789108249 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj 71da8eeb8fbf33ba -182885 183995 7715746529290993 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj 20e85d27185b009b -39726 40855 7715745097830314 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj d5047dd2aac81742 -104561 105266 7715745745936055 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c3/sleep_cpu.c.obj c730db4fa83525a5 -118424 119053 7715745884747649 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj 3fd831ee0e95431e -8678 10431 7715744787143397 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj 50a27b07beb54572 -238687 238955 7715747089669354 bootloader-prefix/src/bootloader-stamp/bootloader-done 623992ffb073c5e5 -9850 10991 7715744798860603 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3/esp_adc_cal_legacy.c.obj ffd6165c3612f195 -120331 121289 7715745903694395 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj bacbd43b052d4ceb -10299 11167 7715744803303725 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj 8dec936d782f3f4f -10225 11394 7715744802566477 esp-idf/esp_gdbstub/libesp_gdbstub.a aa57eac193622a10 -49662 50776 7715745196957226 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj ddfb1d47cf7adf2c -21960 23152 7715744919912819 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj 99647587191ae92 -201764 202988 7715746718066945 esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/console_cmd.c.obj 8d95167a881efb22 -13604 14604 7715744836388119 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj e8a2456eeef19996 -10321 11692 7715744803528669 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj bc63bfd6eca1063 -129941 131143 7715745999734186 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj f2ea87ee111e8d0c -105621 106110 7715745756681442 esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj acadebaecb82a140 -220362 238522 7715746904048220 bootloader/bootloader.map 2136a21ef7b0465f -11699 12404 7715744817407359 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj e3dce6a7eb78f80d -12632 13599 7715744826854169 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj 68a1d2532a16fdf -49447 50259 7715745194815338 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj 656910200014565d -125051 125805 7715745950891563 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj 2d28c523ad635b15 -13729 14503 7715744837736754 esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c3/esp_coex_adapter.c.obj ea7f820926119ba8 -13968 14671 7715744839983325 esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj e789fe0d11002336 -94579 95455 7715745646257337 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj c482f79e674c6bc1 -39602 40993 7715745096330012 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj bb233bf7cc072aa3 -60517 62873 7715745305489882 esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj 647d44d823fcffdf -103473 104338 7715745735256395 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj e1060c7e65188039 -193194 194454 7715746632256155 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj f6d5ca50b8e53c7e -14198 14927 7715744842520672 esp-idf/http_parser/libhttp_parser.a 7d0908b6fcba00df -13322 15192 7715744833655332 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c3/esp_adapter.c.obj 5f206c7316c3db04 -240445 240773 7715747104838086 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.crt.S.obj 42d69c5e93ff1167 -183884 184817 7715746539224733 esp-idf/esp_eth/libesp_eth.a af6b21e927b4ecab -14509 15630 7715744845442788 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj 211f142854281619 -109433 110278 7715745795022341 esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj 44a0633b4a93923c -15201 15878 7715744852323502 esp-idf/esp_wifi/libesp_wifi.a a1e28708fa5e0e2c -88374 89091 7715745584127576 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj 3a383a3b03e11ad2 -106133 106710 7715745761754503 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj fc8883c7fcb4d8ef -14604 16019 7715744846364480 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj a1ec0239d2979a20 -15388 16394 7715744854199993 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj 7402149cdeff27ff -15636 16484 7715744856769205 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj e764363ad6bbce5a -14672 16500 7715744847038732 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj 7516ad008ffd2581 -15880 17333 7715744859261841 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj 6a26bb2431f8d856 -16397 17400 7715744864282413 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj f3f409a5ef479b35 -94869 96070 7715745649241638 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj dae7eb99a4f59fca -16061 17489 7715744860926512 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj 6f38e9153bf205f4 -201887 202674 7715746719189819 esp-idf/app_trace/libapp_trace.a 711f660ea45fa062 -32505 33938 7715745025365941 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj a9354fe78eeb16e4 -40169 41692 7715745102018418 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj 69f60dddb6d23463 -14947 17529 7715744849920594 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj ad53a2fa5fbb255c -26920 28260 7715744969632734 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj ee245def525b4d80 -17405 18804 7715744874376351 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj 7ec9c7fbe59081d -17502 18840 7715744875381572 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj ce5b286cda7d0fd4 -145215 147156 7715746153036496 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj 4e34b7b3de0cca39 -17547 18916 7715744875784429 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj f5e313eac2156f8 -17592 18984 7715744876344242 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj 20a9d8a63baf749f -62481 64328 7715745325216545 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj 6a68c1201554e499 -136414 137701 7715746064849153 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj cacf11f5c0bc0f26 -17356 19318 7715744874191429 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj 3e07cb669707ae49 -54162 54902 7715745242130478 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj 9acc8e5927cc8903 -18705 19771 7715744887366099 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj 9780cb3e5ba1f431 -119562 120216 7715745895998770 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj cf5e76e6f030f048 -18850 20067 7715744888851734 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj eb3b382c42fd85d3 -112337 112980 7715745823758274 esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj 9e2ce3cd6d4d6787 -18956 20170 7715744890050563 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj dc0562c7435790 -67421 68343 7715745375141941 esp-idf/esp_driver_tsens/libesp_driver_tsens.a a3c707e35f159367 -141531 142063 7715746115712798 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj 2deb76bf75733d1a -18805 20273 7715744888361347 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj ed4fede771e4fdf8 -19017 20361 7715744890550642 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj 9bb231926c210c26 -150635 151731 7715746206876584 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj e8c51facaa2bde80 -19353 20445 7715744894015089 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj 29ac7a6763a1e2c9 -161230 161679 7715746316792379 bootloader-prefix/src/bootloader-stamp/bootloader-mkdir 515c6047dfc2aafd -19896 21020 7715744899933047 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj 8be892f5a701334c -143659 144233 7715746137120941 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj 8e68fcadfbd79c58 -20294 21190 7715744903533122 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj bfd2855d97bcad20 -92170 93148 7715745622023551 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj 9d347e8ea655b7b4 -56448 58995 7715745264935235 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj 7c3398e6321657f3 -161453 163034 7715746315133072 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a d8bd6309ea7c89c7 -20171 21214 7715744902203627 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj e87781f485bef33b -176252 177078 7715746462839899 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj 81a4420b5f722abf -20368 21289 7715744903997684 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj 13fdee0d2b1d06f7 -44292 45070 7715745143238733 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj b0621552605b30e1 -100740 102092 7715745707853816 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj 4b8105626f16a401 -32960 34516 7715745030240261 esp-idf/esp_coex/libesp_coex.a 183086d7245e0142 -21006 21941 7715744910379172 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj 5bfc2cd7dc3f7856 -33826 34493 7715745038683570 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj 76f38961f1598d5f -96357 96973 7715745664030521 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj 3f00868cdaf8912f -21020 21972 7715744910519850 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj 318bef6d4fc97c71 -195702 197193 7715746657440805 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj e21c917c381061e5 -137729 138483 7715746077617316 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj f642a72e5ebc0ad9 -129100 129926 7715745991385079 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj fe5397665323545a -59983 61094 7715745300209273 esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj 5c6795f89ee474c8 -176019 177658 7715746460607934 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj b257fc86caaa57a3 -21214 22096 7715744912464467 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj f7a312bc66049b41 -64768 65632 7715745348003625 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj f5abf1e89e08b6b5 -21453 22440 7715744915021751 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj 678886191ce43a3 -54433 55629 7715745244760439 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj d9600ba9edf71824 -194442 195441 7715746644722642 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj 34294f343893a9ae -21190 22485 7715744912221292 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj 32fc3f9223889b0d -106744 107170 7715745767748427 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj 32ff0e858e7f3130 -21290 22834 7715744913220146 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj abf4935100bff22d -143701 144324 7715746137334932 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj 7e9071eea2966db2 -22131 23040 7715744921815472 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj 689e13f7a63f569b -117854 118210 7715745878859987 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj d7bf4569ed38ac94 -21972 23394 7715744920045867 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj 91617b0a4580b98d -158153 159080 7715746282019497 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj 281d072eeb68a33 -22451 23521 7715744924936665 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj f8f24c83cfaf31c9 -22514 23706 7715744925458564 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj a26a159c2fc677b3 -94720 96013 7715745647738731 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj 5aade7c3030ea696 -99859 100695 7715745699041265 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj a99e3a95165ae0a2 -67752 68442 7715745377846755 esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj 889a60e8495e0689 -23064 24067 7715744930955978 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj 2167430f3f21b614 -161147 161599 7715746311794757 esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj 365be23058c6c228 -96072 96475 7715745661046549 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/portasm.S.obj 307848eb06995814 -22856 24407 7715744929027919 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj 4cf0ff9e8796ccd3 -153629 154944 7715746236611335 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj 24edb4b99739d80d -106710 107185 7715745767426614 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj 9e4b470bb037c9e0 -23719 24985 7715744937495697 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj c2118908e386c0f7 -23567 25050 7715744936040491 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj d77b3d8ee230e315 -23155 25099 7715744931865822 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj 65d7a436b82f502f -26295 27718 7715744963271692 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj 4e858f128cede9e3 -64972 66342 7715745350162864 esp-idf/esp_driver_i2c/libesp_driver_i2c.a df79a74d9aba6eba -173702 174685 7715746437326438 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj d8228b73b5e4924a -84617 85562 7715745546603771 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj 84ccc9759cb404f7 -123519 124742 7715745935500132 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/cache_err_int.c.obj 77da4f4f9de8f8b8 -24481 25892 7715744945212245 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj 5a32eef624bdd692 -61035 62100 7715745311082941 esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj 424d71daa56f7869 -240233 240429 7715747104419675 broker.crt.S e8ae7474ee3af58a -117270 117901 7715745873013831 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj 9e2f0cced6eb466c -24431 26071 7715744944861043 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj c8ffbcb4105b0d6c -25068 26397 7715744951097471 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj e825b3e6ec1e2e59 -179859 181526 7715746499289754 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj ed8e876fda10b591 -120207 121177 7715745902398842 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj 6d47bbab288d4088 -24091 26723 7715744941376672 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj bcbfc69e5ad0ba56 -57847 60500 7715745278832168 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj 3db2130f017aac72 -127734 129024 7715745977908624 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj 3216c40104c3b8b4 -25014 26902 7715744950704339 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj b9e7306d0c3b5c43 -25987 27187 7715744960765957 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj f85a8dd0e4333643 -140641 141894 7715746106941231 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj 63ea7c6b222863b5 -26410 27939 7715744964426992 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj d680c351c7b6a09d -116866 118069 7715745868994589 esp-idf/log/liblog.a 9576d58b2b5210bb -26750 28213 7715744968338965 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj e9cb2a1c0ccdcb98 -27220 28336 7715744972515575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj 788c70724923434 -27444 29084 7715744975943036 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj c9f19fb2013f8f5d -187730 188826 7715746577621486 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj 6b0385167cecdf9e -28351 29141 7715744984084380 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj e1cc02e2d66d9d59 -194368 195578 7715746644122950 esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj a3872ffeb475c2c7 -29353 30919 7715744993852990 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj 1d47fbcd788eb477 -105779 106261 7715745758110575 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj 9b383782dfb32b67 -174277 175114 7715746443334571 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj 26a745021c582cc -136046 137304 7715746060878304 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj 4740a0110889aaa6 -119275 120457 7715745893289026 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj eb9af1ab770a333c -27745 29268 7715744977880685 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj 34d4229bc9c00d4f -90147 90862 7715745601841519 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj 3608332ae1c218fb -189912 190275 7715746599540345 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj bbc02d62dc4b941b -27964 29305 7715744980209028 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj baa8140839971e7a -105277 106631 7715745753173494 esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_ds.c.obj d5e3c0206419a813 -144243 145539 7715746142748080 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj 877eb65b54cb1382 -28221 29347 7715744982802182 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj 4e7f4bf47c662fc5 -48502 49652 7715745185521679 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj fa3ecedbc18759c3 -28283 30048 7715744983148740 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj 31b3bbff70b12186 -173557 174483 7715746435969301 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj e249a9097ae65b0c -29170 30265 7715744992101740 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj 5f27c71800673b4d -77793 84597 7715745478310902 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj 604969094dffc25 -195626 197545 7715746656709308 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj e0774c19939524a4 -179059 180067 7715746491087170 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj 1099b441eefe0e7b -29093 30300 7715744991253017 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj c7ffe722420d4b98 -35680 37119 7715745057190239 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj 16b42e3cc15cd24a -104523 105299 7715745745546235 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_memprot_conv.c.obj ddafb0328a839c6f -204632 205670 7715746746635986 esp-idf/wifi_provisioning/libwifi_provisioning.a c985221c529999e8 -29271 30393 7715744993029379 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj 1c7eafebaac08024 -162570 163063 7715746330664783 bootloader-prefix/src/bootloader-stamp/bootloader-patch 182abf644326bd89 -29319 30987 7715744993506619 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj dd480079a9075543 -104368 105920 7715745744002062 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_memprot.c.obj acf40fbeccacb5d2 -165722 166638 7715746357621996 esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj 9a9fd5c53cf41bc1 -30284 31253 7715745003196485 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj e8a1b6504ba89975 -30399 31736 7715745004666798 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj 3143126eb9fa8159 -143002 143688 7715746130570736 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj 26539a3904174090 -39520 40967 7715745095524930 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj 60d0c8066c636ca5 -44982 45801 7715745150260720 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj 4b006fa868f3590b -49375 50344 7715745194170506 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj 91a5a3213c8b9250 -30330 32488 7715745003626572 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj 83c9c5b21d9cffa7 -104585 105319 7715745746316812 esp-idf/freertos/libfreertos.a 62eee1a5be387747 -144029 144971 7715746141023380 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj 8cba67e6d2f6baf7 -30976 32550 7715745010086250 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj c4f0a870caee6cb1 -30988 32599 7715745010194075 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj febb240606a15819 -146046 146770 7715746160895268 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj d300f2480f0b56de -31752 32954 7715745017824060 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj ed179b5c10d839cf -160437 161021 7715746304774238 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/md/esp_md.c.obj 87f63c7ecb7078ac -31266 33106 7715745012979629 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj 4e21f750b35396c7 -32647 33806 7715745026783038 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj 14e56d3f8ac12d31 -32614 33864 7715745026617960 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj cb0e4079584f4d9e -101616 102762 7715745716476165 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/async_memcpy_gdma.c.obj 6c9fb988e989ecb1 -184577 185363 7715746546084432 esp-idf/esp_https_server/libesp_https_server.a 21a3de01c37fb3cb -32583 33876 7715745026189095 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj 420e69b6c13bcf7a -48393 49434 7715745184239340 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj f949a35d2099db14 -65633 66663 7715745356656958 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj 8e32ce2b54d0578f -34166 35348 7715745041995942 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj 7edc21c7243aea5d -35365 37427 7715745053961732 esp-idf/wpa_supplicant/libwpa_supplicant.a 8540cdeff7163c55 -33938 35454 7715745039688258 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj 9e370b1bd8373f68 -161038 161570 7715746310791103 esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj 43320d8cf72e180b -34533 35492 7715745045700336 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj 980793c538c06c90 -101193 102820 7715745712252760 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/deprecated/gdma_legacy.c.obj c5be82a854632f8e -187941 188518 7715746579726689 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj f7eb41e00a9dbd0 -66734 67723 7715745367658946 esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj 5da731ace7ccdfd -180587 181351 7715746506446018 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj d90d8b2340081944 -172234 174319 7715746422763098 esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj 9ab7172e00d763ad -93719 94706 7715745637866407 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj 67911818465d6fbe -111623 112457 7715745816549691 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj 8ea9187a5f483355 -34502 35666 7715745045411391 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj 7ceba3654e7cffcb -42745 44162 7715745127773238 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj ce4e40b0a74a9f9f -109551 110442 7715745795828594 esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj 7ac7afaac2e3bd8 -34466 35696 7715745045073081 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj 7684d9c141ab6685 -35466 36397 7715745054977839 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj b01149b863df5a93 -145544 148262 7715746156933047 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj 380f7fcdb197d149 -128784 129660 7715745988166250 esp-idf/spi_flash/libspi_flash.a 8aa2803611e7e565 -101154 103280 7715745711861278 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma.c.obj cf61cf4adc557211 -35501 36766 7715745055329905 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj 2b02b24c2198e656 -85490 86842 7715745555779308 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj 4e57c7d1fe26eca7 -102646 103660 7715745727037346 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj 42d664eb9babbcde -33877 37462 7715745039087573 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj d6f8b1e5aaf61043 -48083 49363 7715745181356454 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj c83de0fb6746d1b3 -130999 132120 7715746010314148 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj 49124cf61e9541af -36438 37829 7715745065603259 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj 4a6026918a6795e6 -138968 141332 7715746090001047 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj 7ac66d99a701063a -36787 37860 7715745068181382 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj 896812787a804a17 -36884 37904 7715745069161107 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj 4292b51d51c9694 -37139 38076 7715745071798624 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj b25ddde4406ff43b -127209 128025 7715745972737563 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj 79d891c2d3231faa -37470 38603 7715745075089121 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj 666aa8a1f1ec8863 -37921 38783 7715745079532343 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj 8b5a28553c52e58c -37852 38834 7715745078835503 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj 611f5a81e8ef2438 -119067 120202 7715745891468706 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj 8ac7a506049d2689 -115216 116146 7715745852659732 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj 1ab83bab90f7c649 -107491 108051 7715745775225142 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj a9dffeb75b1fd63f -37882 38916 7715745079144176 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj b399e3b77c941399 -37436 39485 7715745074789902 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj fff79d9fc2765a8a -38619 39520 7715745086498202 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj 102ea41de501bb9a -38095 39602 7715745081420272 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj 58381868a787f966 -38934 39714 7715745089661524 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj 719373dcc33a883a -153789 154694 7715746238210910 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj 4ebf3718d633304f -38851 40055 7715745088830420 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj 93f484bf40b9cb6d -93157 94120 7715745631893264 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj 64916a37d9730382 -38791 40128 7715745088528567 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj 4a1d54bcd1a5ff06 -111054 111714 7715745810859887 esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj 7b3609a9edb35cd -40076 41313 7715745101234542 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj 9466565b78a09656 -66666 67685 7715745366977806 esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj b87ce13fde81927d -179180 180582 7715746492278717 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj 8e38fd47533ea837 -144977 146022 7715746150204204 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj 8983ae70efb1d394 -41010 42395 7715745110418436 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj 95559939747dc11e -106990 107480 7715745770358092 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj a9b76ecc50bac203 -108720 109948 7715745788092317 esp-idf/soc/libsoc.a 493938409b1c60a6 -240210 240425 7715747104366245 client.key.S 74da19558535f299 -70256 71239 7715745402939404 esp-idf/sdmmc/libsdmmc.a f52fb55bb1c4a27b -40901 42533 7715745109475750 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj 8fa79a671518b59a -40981 42629 7715745110135581 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj 27853208f8006176 -40732 42688 7715745107637406 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj d997bd3f60db86b -59001 60877 7715745290422706 esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj 8200f5427a7b91e6 -41333 43129 7715745115057384 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj 74d1acabc7c318c2 -102768 103939 7715745728272386 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj e8746e36edc04d28 -42560 43986 7715745125916805 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj c35c646f97a8e9cc -46941 47667 7715745169845750 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj dc2668d73308f9e8 -42663 44211 7715745127126574 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj cf84c772cc70f553 -42731 44280 7715745127615950 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj 2edc02fdecadd52f -42407 44437 7715745124527426 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj c62d70caadf5bcaa -55948 58112 7715745260122569 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj 4175553bcfa0fb12 -49426 50209 7715745194587182 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj 147c4145396234a9 -191056 192005 7715746610882655 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj d15d4aed8156e238 -43151 44584 7715745133683142 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj 519a1113245e70e0 -112249 113021 7715745823089399 esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj cb5ec2c49afc7971 -44248 44947 7715745142945220 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj 3bbb588809be62e8 -53932 55233 7715745239834812 esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj 93677b1c43c326ce -199744 201407 7715746697915930 esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/stdin_out.c.obj 19b26b8993d5a06f -168699 170633 7715746387402051 esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj 32f3e807bbec4810 -44169 45048 7715745142351361 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj 32941122784ed996 -44611 45499 7715745146431952 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj 95cedae0dcc0210a -45816 46660 7715745158476502 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj c572879f761f0c51 -44451 45591 7715745144817813 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj 2fbfe73d3bc19031 -102101 103459 7715745721319578 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning.c.obj c1fd42097b925880 -45059 45857 7715745150941362 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj b9f94e8d38270a33 -45619 46630 7715745156637142 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj 179e028c82797510 -97327 98412 7715745673901489 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj f92de8e758112499 -45987 46931 7715745160266317 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj e028344515fa3679 -90104 90998 7715745601590501 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj 9745b6b268485d37 -116742 117494 7715745867914417 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/rtc_cntl_hal.c.obj 5f4c571292958377 -46045 47129 7715745161633659 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj b9fa43d98b3e0508 -111156 112187 7715745811885798 esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj 45f70a2f9ed2d2a3 -86850 88747 7715745568858983 esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj 895ed4cf2693302f -46705 47529 7715745167559568 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj 3bac3ddbb3a0e5b2 -45515 47167 7715745155469080 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj 73f34005cb6cfe95 -46635 47427 7715745166830604 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj 98fccaefc2a71d2d -105308 105766 7715745753441437 esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj 61b8bedfe7ff2191 -46669 47547 7715745167006864 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj 166725cb97f005b -90175 91153 7715745602117873 esp-idf/esp_driver_uart/libesp_driver_uart.a c25432a05e236983 -190284 191174 7715746603216470 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj 70fb7bbe3d5c8e58 -47133 47702 7715745171911271 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj 3c02bf49f60037a0 -101395 102457 7715745714541714 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_async_memcpy.c.obj bfb0d909a3256218 -47185 48049 7715745172438882 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj 8d6f8bb1153cb168 -47534 48393 7715745175714198 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj ecdee2778f08a72b -109726 110396 7715745797576845 esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj 10ed464f6df95528 -238533 238686 7715747085702671 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-install b72b3d121638d151 -90734 91723 7715745607863884 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj 72a2a411df46b634 -47568 48493 7715745176006286 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj 91b668f0c3bb36fe -69127 77975 7715745391739620 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj c4ff699778781657 -220362 238522 7715746904048220 bootloader-prefix/src/bootloader-stamp/bootloader-build 2136a21ef7b0465f -137712 138300 7715746077501082 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj dc55062dbfeea58d -47716 49019 7715745177490841 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj 5e6970abae02d462 -48478 49466 7715745185169447 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj a1c3a35c6e0d2838 -49133 50100 7715745192669569 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj e9d713a3b926edfa -92498 93801 7715745625361469 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj 57a4524dead73071 -163063 220321 7715746901673032 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure e5a7468f917dcf4d -56774 59996 7715745268112588 esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj 87cf19cf77f13284 -49482 50240 7715745195167908 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj 33769c5a54e3aa3a -50230 51111 7715745202624977 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj 4450842b547d21a7 -191515 192367 7715746615749365 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj b87e369f8999e357 -50250 51191 7715745202818026 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj 1266cb59fba73a3a -66348 67274 7715745363801532 esp-idf/esp_driver_sdm/libesp_driver_sdm.a 6d2c89ca65f2e7af -52985 54716 7715745230168460 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj 7c2e3b52a2afa041 -50361 51808 7715745204019321 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj 91d7fc334559be95 -50803 51858 7715745208347016 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj f097f1a0e9520a66 -135425 136398 7715746054569381 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj 90293bed518be02c -51079 52087 7715745211356887 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj 6eee83a7b2a418dd -185852 186768 7715746558967222 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj f508750aa835b09 -117902 118605 7715745879340992 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj 34a98d9f1a5fe36b -51111 52116 7715745211427695 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj 9a74f0587c314210 -78012 80595 7715745480568000 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj c651606b54451f7b -111409 111970 7715745814656586 esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj d4d8a22ef31f4dc4 -96620 97324 7715745666637431 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj c8d6097b44e08d55 -51211 52236 7715745212429989 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj ff573d4ee593cbec -147205 148455 7715746172828132 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj 3aa995405fa4fa65 -51191 52316 7715745212223968 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj 1e27ded34c0aef0d -110443 111163 7715745804748465 esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj 4bd922622b02ea77 -64314 66184 7715745343520318 esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj 3a14a5dda179f1d2 -71253 71716 7715745412842108 esp-idf/esp_driver_i2s/libesp_driver_i2s.a 34e8c95cc63e2645 -51813 52887 7715745218574513 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj 60147ed214b0d54e -185283 186798 7715746553292602 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj 9e883af636ebe05d -52102 52909 7715745221404098 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj 2e85a0ee567ebf5d -197207 198560 7715746672416207 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj 169443d274ad01a0 -52134 52955 7715745221664159 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj e55a33a5b2075686 -166655 167429 7715746366878471 esp-idf/mbedtls/libmbedtls.a eb65c8b4e2e6d1b4 -51867 52978 7715745218980637 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj 3cfb2f0ff07de714 -67802 69090 7715745378371089 esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave_hd.c.obj c7a9de410b34aba9 -158956 159872 7715746289902248 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/sha.c.obj 4b5699193e048d43 -52324 53115 7715745223564842 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj 9041b6c6902fcc96 -52894 53745 7715745229324201 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj 334ee22029ef76b0 -71717 79090 7715745417488380 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj a5363ecf97fcdde0 -200222 201866 7715746702738752 esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/addr_from_stdin.c.obj 771cda29fa588e1 -53044 53915 7715745230755219 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj 70bfafd7fb6233cf -99476 100295 7715745695205132 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/io_mux.c.obj 8b7279787f67d76f -53118 54425 7715745231501590 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj b89862b9fc584f54 -95470 96348 7715745655003449 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj 36f2fa15ddb6be24 -52965 54455 7715745229972141 esp-idf/esp_netif/libesp_netif.a e100bc035aa9f5a9 -53750 54666 7715745237945752 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj 6501ef4be042f11f -174319 175017 7715746443513718 esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj 9aa4a41efd925baa -54911 55940 7715745249562637 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c3/phy_init_data.c.obj f4dcb3d7a0fe8c15 -54682 56443 7715745247209971 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj 8eae921ef835ac27 -154706 157232 7715746247407716 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj c1bafae1ac02844c -97395 98728 7715745674267678 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj b3c4010680dc18cf -55242 56767 7715745252797939 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj 497a0fd7017e29c6 -54478 57121 7715745245106674 esp-idf/lwip/liblwip.a 2b9ceaac40a0ba46 -238687 238955 7715747089669354 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/bootloader-complete 623992ffb073c5e5 -61100 62474 7715745311405321 esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj b9b8cfabe5335a9 -54717 57554 7715745247495092 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj 6a3570c2adf0844 -85607 88367 7715745556432598 esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj c040360eba5a7462 -55637 57841 7715745256787448 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj c93286599d18e02a -163283 163554 7715746333152593 esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a 3f8a8de77909005e -57126 58052 7715745271665103 esp-idf/vfs/libvfs.a e6e83032d33fb3f2 -58060 58475 7715745280928889 esp-idf/esp_vfs_console/libesp_vfs_console.a b2ffcdc1276e6742 -89860 90730 7715745598906647 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj 3988230f15980d0a -96976 97960 7715745670077351 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj 4796c971921da5da -126069 126933 7715745961323550 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj 5aaf8621c824c27a -58119 59712 7715745281499859 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj e5b6280c9006184b -58484 59966 7715745285228492 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj c04b876f907da51b -59998 60966 7715745300339312 esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj 301730e3dfdad84c -60280 61744 7715745303313419 esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj 2fe65efc8430d60b -202304 203308 7715746723399782 esp-idf/cmock/libcmock.a 22957ee373074c4c -60889 61847 7715745309199122 esp-idf/driver/libdriver.a fe5802f58f5dd0a4 -99172 100113 7715745692039102 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj 7a89e62ee582aeb3 -161684 162147 7715746321229329 bootloader-prefix/src/bootloader-stamp/bootloader-download e00b32de123f13fd -105014 106411 7715745750749350 esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_hmac.c.obj 2d979070544fcca0 -60784 62691 7715745308343924 esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj 84cb9a7e43171d6 -61785 63148 7715745318331358 esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj 6eb2d29758f743c6 -190308 191507 7715746603402772 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj 8f938295540697b0 -61865 63311 7715745318972760 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a e9e7d09fded791c4 -62135 63360 7715745321747893 esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor.c.obj 703f641657638ad6 -62694 64294 7715745327740895 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj 77ae959660a56129 -80103 81395 7715745501735971 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj abe159037e81c9c7 -63410 64359 7715745334992449 esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj a4e15d0dc347e709 -149969 151121 7715746200916376 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj 7e0aefb6c7aea64c -62893 64761 7715745329306854 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj c570871c2b205913 -63333 64942 7715745333799904 esp-idf/esp_driver_ledc/libesp_driver_ledc.a c2529ff5e3d8e599 -94162 94863 7715745641955994 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj c50f8e55b4caa701 -65725 66876 7715745357564875 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj 2d23c2c75fc6b51c -166647 167390 7715746366796596 esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj 50a99521b4fd71ad -64365 65713 7715745344121936 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj f2853b46c50df864 -175034 176007 7715746450654266 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj 44807e6af1acda9a -64715 65732 7715745347476262 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj 154b0d416832fe8a -121974 123019 7715745920152209 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj 919531a312a5f6c9 -111715 112474 7715745817475875 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj da6b74147ae7c359 -114192 115044 7715745842411030 esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj 5dcccfc941d476d9 -64342 65974 7715745343812208 esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj 2a3b1b23a4c25fc9 -240485 240775 7715747105227220 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/broker.crt.S.obj 5eb6d5fffee7f708 -88747 89361 7715745587786477 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj f13d41697185e186 -118592 119555 7715745886296283 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj ecf1b9e63223997c -65992 66734 7715745360240400 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj e6938b30168d7aa8 -184097 185692 7715746541284385 esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj 893b290474e7b924 -65744 66763 7715745357867681 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj 6006ebd2fc84f25f -66876 67749 7715745369081830 esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj 4929369b2b230bb8 -94097 94911 7715745641377131 esp-idf/cxx/libcxx.a 4b0907cb06081070 -67692 68983 7715745377227569 esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj e4d04452fec46ddc -67726 69434 7715745377588648 esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj 417ffce594a6ec75 -165689 166655 7715746357201147 esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj 191d044a61c9e77f -155443 157277 7715746255884281 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj 17eff0571f296c6c -132120 133083 7715746021518098 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj e6e35c51ab764449 -68347 69257 7715745384137059 esp-idf/esp_driver_rmt/libesp_driver_rmt.a 2d672d03b9f76e82 -69102 77658 7715745391429957 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj 26256f2b52a82ad3 -69437 77790 7715745394697239 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj be5e33807e94570f -240460 240769 7715747104992948 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.key.S.obj c150837cc5398797 -86905 88707 7715745569909632 esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj 7a038a3e00db6648 -238687 238955 7715747089669354 CMakeFiles/bootloader-complete 623992ffb073c5e5 -198583 199645 7715746686281037 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj 387c7576f584ec76 -68985 77829 7715745390272453 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj dcf62f16d62ea8fd -68451 79776 7715745384902403 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj 6691ebb5a35443e4 -77838 80102 7715745478699615 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj 89e11726c89bf89f -80612 83095 7715745506425431 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj 86afd1ed7dde839c -112161 112940 7715745822099941 esp-idf/hal/CMakeFiles/__idf_hal.dir/systimer_hal.c.obj 588541a1096794f6 -77682 84637 7715745477144008 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj 6fe235bf323b641f -83140 85466 7715745532434716 esp-idf/esp_driver_spi/libesp_driver_spi.a 2c0c5b71b2ce9dfc -110397 111370 7715745804287020 esp-idf/heap/libheap.a 3bb2c37901b41b4c -90865 91577 7715745609058603 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj 9b5f9af9d68def29 -132881 133782 7715746029275636 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj ee5335d270d4cbb3 -84656 86044 7715745546883938 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj da7069528e3f3f9b -79141 86128 7715745491731888 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj 3b22b176dedf5bd1 -103947 104970 7715745739946630 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/sar_periph_ctrl.c.obj 45f9852d22bfd042 -220362 238522 7715746904048220 bootloader/bootloader.elf 2136a21ef7b0465f -113693 114378 7715745837429127 esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj 1b455511cc0d86cc -79825 86862 7715745499517956 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj 6aa040c80c4c9dd6 -124360 126053 7715745943916019 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj 1669b69385d938e9 -86140 87964 7715745561725165 esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj 380537f0e8e5211a -143390 144453 7715746134216462 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj ad6887bc4dd46466 -86091 88291 7715745561516038 esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj 624c4314dabd8323 -142786 143368 7715746128293930 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj 374229074f43284a -81445 88392 7715745515288365 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj 61dcecbd7f64c6cb -220362 238522 7715746904048220 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-build 2136a21ef7b0465f -197584 199027 7715746676482882 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj 37ec7776cec5fdd1 -88316 89005 7715745583557843 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj bf923650ef401040 -88722 89404 7715745587545444 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj c6e3459e3ea55fbd -118075 119402 7715745881196494 esp-idf/hal/libhal.a 2ace87e8565e0e99 -89095 89826 7715745591354826 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj 451c298ac5997354 -89411 90098 7715745594421255 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj cf210d89a27bb99b -111015 111617 7715745810588037 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj b701d29e04a26d85 -89006 90137 7715745590362297 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_systimer.c.obj a142ea3bc7d96dcc -132019 133152 7715746021167381 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj e2ef250ea3426cba -89391 90168 7715745594228190 esp-idf/esp_event/libesp_event.a 27e8ddec1fa1be87 -195584 197223 7715746656306737 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj 55e792c8ea59146a -188928 190219 7715746589621752 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj be434b32a46d8dc2 -89373 91264 7715745594113849 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj 32021823bd2bc501 -92270 93192 7715745623072199 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj a2e93a43f8d4be7 -90841 91345 7715745608737578 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj fce2f9ebfb2e5310 -91026 91562 7715745610687376 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj 995c5ef5466e43cc -99096 99847 7715745691393382 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj 7c2b729258a8e91f -202996 204395 7715746730412011 esp-idf/esp_local_ctrl/libesp_local_ctrl.a f82b432535c2b513 -91277 91758 7715745613087746 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/flockfile.c.obj c60a21e03a4c33b5 -91345 92087 7715745613769240 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj 57c3a15e0b3a7841 -121932 122908 7715745919841891 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj e95e2519345af716 -115978 117158 7715745860104026 esp-idf/hal/CMakeFiles/__idf_hal.dir/hmac_hal.c.obj 930f372a19bc4a85 -91592 92266 7715745616403398 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj cb3891089a55163d -91730 92284 7715745617720229 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj 38c3a020d9005cb6 -110335 111007 7715745803673411 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj 1c92c7fb2a65bb1a -92107 92762 7715745621498226 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj 54b7d9eb3d3edba4 -98185 99161 7715745682172067 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj 2f31ecfc7a63dcf5 -103984 104761 7715745740228014 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/adc2_init_cal.c.obj 14c892b8926d74be -91957 92860 7715745620069659 esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a ff81e7743d9840a -92297 92991 7715745623382511 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj 2a6e9a8ac8bf2061 -151661 152683 7715746217021879 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj 1ca554ed4ce2d6bd -93994 95394 7715745640656847 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj 7a76866a946763ee -98496 100636 7715745685283859 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj 759fae9774f26f69 -92876 94071 7715745629096675 esp-idf/esp_timer/libesp_timer.a 104cead02c3514fa -93207 94154 7715745632392494 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/scandir.c.obj 91ec3f62f10aa21d -93793 94547 7715745638241416 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj eca654c6b4281678 -191174 192215 7715746612061217 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj b031285ad49e60ee -138537 139519 7715746085992274 esp-idf/esp_app_format/libesp_app_format.a 4a2e07006b7ea803 -94131 94757 7715745641769816 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj b691074628de2705 -204617 205268 7715746746483547 esp-idf/spiffs/libspiffs.a 5161ad681fa0579e -181856 182861 7715746518884610 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj 1fa8e425e2f61bd3 -120165 121438 7715745902123192 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj b16c15545bbec62 -94915 96130 7715745649587496 esp-idf/pthread/libpthread.a 54e93010f4b34d9f -95408 96144 7715745654394268 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj 32a425d406a16460 -94760 96614 7715745647915982 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj 48399d24bcc1567f -159110 160100 7715746291634228 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c.obj 1189b52bc0fff444 -96145 96853 7715745661764575 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj 4cfd54abb61188e9 -122932 123787 7715745929764248 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_stubs.c.obj 8b2d7c6e27df6f26 -96025 96942 7715745660698251 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/port.c.obj 27d6ed5435d5f57d -106696 107119 7715745767293089 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj 5bdc12a9100f1b9 -96486 97365 7715745665205127 esp-idf/newlib/libnewlib.a 9c88c19be575acbf -240198 240341 7715747103487817 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/client.crt.S 9b1d06c5eb9c0642 -177120 178429 7715746471519805 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj 7e15b64b9a63ca5d -96922 97391 7715745669657601 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj ab3f4a439458058 -96945 97742 7715745669773439 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj 228b066b2a105e66 -128882 129738 7715745989321992 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj 27a34e82ef4e3a88 -97373 98143 7715745674055144 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj 171ecb21a70ca8f -116152 117238 7715745861845197 esp-idf/hal/CMakeFiles/__idf_hal.dir/usb_serial_jtag_hal.c.obj 8d88dfb421c1732e -97977 98495 7715745680218466 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj 7318a7e4cf93b16 -97542 98542 7715745675834505 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj 206f9e8035f2ca6c -185258 186964 7715746553048679 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj df37baefba9aea55 -141342 142238 7715746113759623 esp-idf/mbedtls/mbedtls/library/libmbedtls.a 454894f89efb2dc0 -98547 99129 7715745685778278 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj 6345c25b8ed0f4e0 -99132 99746 7715745691847263 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj 8273b79629ee8ef1 -99751 100419 7715745697904245 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_clk_tree.c.obj b23532d59338aca3 -118464 119270 7715745885028283 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj 62e1c2fd861d315 -98644 101128 7715745687104471 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj b769f503365b1430 -171401 172100 7715746414481035 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj 1b90705392b887b6 -100305 101378 7715745703427103 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj f514eb651375d993 -100420 101578 7715745704520024 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj cd548def66fe5f74 -142154 143037 7715746121857193 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj fa710f9a17a4190a -100662 101972 7715745707195372 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj 6a95237bd64cf981 -156683 157565 7715746267276299 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj cc42fa09dbf6993d -108889 109712 7715745789351766 esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj d3ad50140fafa487 -149539 150732 7715746195771827 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj 102d40123d1a580 -102021 102640 7715745721029666 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/systimer.c.obj d1ae169537c4da2d -107503 108452 7715745775355853 esp-idf/esp_security/libesp_security.a eff0aefc5af2ecb7 -102475 103407 7715745725074001 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj 498ffc02df200fb0 -158622 159509 7715746286693016 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj 7668bdafa7040648 -137925 138955 7715746079560663 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj b65de97e2e64cf7 -102873 103971 7715745729039786 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj ad70447caa8f20b7 -148303 149657 7715746183483273 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj 35b9d379f8608b1a -134697 135338 7715746047278960 esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj 6495a4fa17ccba83 -103327 104492 7715745733745622 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj d17c7e79105f676d -103440 104531 7715745734838003 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj 3f1fa84cf82132f0 -103787 104570 7715745739148048 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj 1f76686e9d943ff9 -105339 105744 7715745753845294 esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj a0c5211837d5db26 -105745 106130 7715745757881998 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj 6cde5acf75090dce -106122 106696 7715745761541673 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj df715be0236db150 -106273 106743 7715745763115115 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj 3e846a45754dd6ea -106419 107027 7715745765197405 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj 6771f316e294392 -160584 161519 7715746306293858 esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj fcd382e6d46e2084 -128172 128867 7715745982032250 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj 9c89ab3a9798a47a -106634 107177 7715745766650773 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj 29b1e25a0d6e9dda -145433 146469 7715746155470417 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj 51136cbccbfca0df -111991 112615 7715745820366250 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/clk_tree_hal.c.obj fe26ec960a0f0bbe -181368 183542 7715746513990144 esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj db9bf218f00056e1 -117773 118586 7715745878040362 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj 9e80ff9f54da65d3 -107027 107503 7715745770594183 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj ae679048ce293f5d -182925 184084 7715746529765642 esp-idf/unity/libunity.a 58f477576c5abb38 -152779 153621 7715746228189897 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj 9b547109a548e4cc -107185 107541 7715745772171118 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj e28b3cd3c8b06e57 -107170 107601 7715745772022535 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj 68f3c3e87c6762a3 -107119 107625 7715745771515629 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj 27689fc62de71f49 -107177 107686 7715745772096543 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj c3eaddd78cc66a9 -110890 111583 7715745809324751 esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj ec1e3da9aff8be63 -240198 240341 7715747103487817 client.crt.S 9b1d06c5eb9c0642 -107541 108645 7715745775730105 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj 56d0f7c250324a69 -240434 240777 7715747104686572 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/project_elf_src_esp32c3.c.obj 5f9133a7a4abd8a3 -168047 168697 7715746380928944 esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt_intc.c.obj 554d38c921adfe7d -145046 146173 7715746151283976 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj 5db1278203da6932 -107602 108872 7715745776324164 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj 1240c5aa086c4c50 -109092 110342 7715745791396813 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj 4841dd5ba66a1da6 -167913 168282 7715746379619624 esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj 7950cad680ddcc64 -107693 109055 7715745777255287 esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj 290b2708719fa025 -114962 115686 7715745850018150 esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj b57a097c75814700 -113653 114515 7715745836845214 esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj 4c240b4a88bdd98c -108653 109421 7715745787118267 esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32c3/memory_layout.c.obj 5dae842b385f7340 -108480 109543 7715745785246639 esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj aa8fafa1606b325b -108052 109751 7715745781083593 esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj a42f355c01ac0aaf -110285 111150 7715745803371132 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj 6c74f968a4f1571 -146211 147544 7715746162550778 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj ca71fccf8960a172 -111200 112127 7715745812316582 esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj 7f62fb21ddc290f1 -111583 112310 7715745816154307 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj 8e0ac4aa064b2e6d -157286 158130 7715746273175467 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c.obj ae4b461d94309e90 -139537 141549 7715746095681134 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj fec49f2cdbdd0da9 -112495 113064 7715745825258099 esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj e518903278cc5d5c -180014 181650 7715746500457989 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj 3661a642c06209a -112467 113086 7715745824991640 esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj 5aa8a553765a5503 -163035 163282 7715746330664783 esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a f069cd2c78b0f7d4 -112669 113393 7715745827012418 esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj d0cae1b18127203b -135484 135957 7715746055155649 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj 793929278e16dcea -122807 123843 7715745928504847 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_helpers.c.obj 2f00d644cc1bf926 -113073 113584 7715745831046245 esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj e748ded1dd92f0a2 -112969 113609 7715745829996469 esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj ba776701839e139b -193523 194316 7715746635560081 esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj 10f96aac25e459af -113038 113630 7715745830867202 esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj e0a0f791b2ffe16d -146538 147806 7715746166533043 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj 5dc94aa0fb9f20bd -113001 113690 7715745830450417 esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj 455fde0d200e69d2 -113091 113937 7715745831219744 esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj 30969965e02f1d11 -113400 114187 7715745834722241 esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj e522883467aabf06 -244202 244435 7715747142350081 esp-idf/esptool_py/CMakeFiles/app_check_size d605660c5c018830 -113593 114317 7715745836338723 esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_top.c.obj 9d37e637fa71533a -167350 168159 7715746374092148 esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_pin_glitch_filter.c.obj 601e10885feb1cee -113961 114931 7715745840064911 esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj 13e0b97afd5dc4c4 -114357 115207 7715745844004761 esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj ec17c40f2bd9b4f5 -114525 115257 7715745845577045 esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj 68515322ba564be6 -130536 132526 7715746006050256 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj a8e8621dfaff1fc -114462 115357 7715745845196674 esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj f44d7bd3503ec8aa -188857 190301 7715746588884993 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj 413055fb1b68ad25 -114395 115410 7715745844444788 esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj ba748e2bbe4a853 -190196 190639 7715746602414489 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj 4449c07f8df4a63 -115266 115965 7715745853047855 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj d90be304dc9b878b -171345 172150 7715746413838998 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj a93a892796d82769 -115058 116081 7715745851094854 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj 31c4f9eb4dd9d12 -115403 116224 7715745854345825 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj 9bcc2f8e93929740 -115410 116721 7715745854413708 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hd_hal.c.obj 6765f0e849e457e6 -130374 131655 7715746004718461 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj b39e02236104a6f0 -115700 116829 7715745857458978 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_gpspi.c.obj fca862f6faba7888 -116087 116989 7715745861181813 esp-idf/hal/CMakeFiles/__idf_hal.dir/ds_hal.c.obj 8e1c57698004a6aa -189280 190257 7715746593209578 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj fe2b0b869c23e7ca -123252 124460 7715745932835859 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/system_internal.c.obj f79283ac0d2e53b3 -116227 117445 7715745863106394 esp-idf/hal/CMakeFiles/__idf_hal.dir/xt_wdt_hal.c.obj 32ae9d8596f041c8 -117016 117753 7715745870529521 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj ddbe0662afb95ef3 -117171 117853 7715745872021007 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj 49ece1afad5ed370 -121455 122194 7715745914929356 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj 51e3c70430ba43c4 -117510 118291 7715745875551076 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj d6ebed0ed3e1dcb8 -117456 118462 7715745874895672 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj 36c3a0b77d28518c -118611 119378 7715745886497802 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj cfbf79c00899c814 -118226 120327 7715745883066958 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj 13619a29b0b52a43 -121351 122791 7715745913965201 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj 83e5f16c003d2e51 -120218 120756 7715745902502932 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj 53e249b132a24b11 -120463 121350 7715745904947521 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj f9a3ce88a35dd666 -120476 121962 7715745905079770 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj 83aae94c7e5cea53 -121192 122085 7715745912237783 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/hw_stack_guard.c.obj 55b09f0fe8090d7 -122097 122953 7715745921291973 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/expression_with_stack.c.obj ab46cf357ba23dd5 -122204 123249 7715745922371745 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_arch.c.obj 740c7626b228fffe -121294 123506 7715745913246835 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj 8be9ea4fdbea1c71 -123031 124069 7715745930686018 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/reset_reason.c.obj 97dc703cde9e3d53 -122984 124343 7715745930175538 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/clk.c.obj f7d7f85647688f8a -123790 124935 7715745938501833 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/apb_backup_dma.c.obj 33b424504ca8a7d6 -124198 125033 7715745943120765 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj 26bb4422201d980 -124037 125119 7715745940868133 esp-idf/esp_common/libesp_common.a b62cb9513d7fd317 -124758 125458 7715745947892420 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj 935b18ec69e8c9ab -220362 238522 7715746904048220 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.map 2136a21ef7b0465f -144284 145106 7715746143156029 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj 1288b09113b42b1c -143205 143767 7715746132427961 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj 2065246c668193d2 -124473 125815 7715745945166531 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj 6b6759e789ef14ea -238533 238686 7715747085702671 bootloader-prefix/src/bootloader-stamp/bootloader-install b72b3d121638d151 -124940 125991 7715745949789048 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj c69ec06bc4f6efa -181650 183202 7715746516824314 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj 2cdfc8fb009d6f00 -168292 170230 7715746383266983 esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj d1198573f7294d45 -125126 126139 7715745951575900 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj 92b8594f9c3c3027 -125503 126320 7715745955665247 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj 1001527ad061ebde -125815 126601 7715745958460459 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj 75a6591412b0c246 -126024 126858 7715745960740256 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj 7e7b650fb15cb44a -199048 200263 7715746691088271 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj 545020abd8373db1 -126148 127167 7715745961794202 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj e0334965c734a7c3 -126369 127430 7715745964001639 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj c51159df96e8f6ac -150744 151348 7715746207752841 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj fc96ce6de696ce1e -126955 127983 7715745969865603 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj 606cc5d2ac09bf9c -126858 128131 7715745969235303 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj a8774092c6b9206e -127988 128701 7715745980196342 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32c3/ext_mem_layout.c.obj 3075dd44663f6c4e -127457 128757 7715745975567698 esp-idf/esp_system/libesp_system.a 450dae468f80fe9e -128039 129083 7715745980702896 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj 36f39beeb993a385 -128182 129565 7715745982143760 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj d692c6109194d98d -177677 179053 7715746477080950 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj 2c4075996ea4fff -129934 130981 7715745999653811 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj 54001f8aaaafba8c -129025 129941 7715745990570240 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj 2055cb6a70e834a2 -129575 130366 7715745996191394 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj fb38618a268b13dc -147600 148294 7715746176460175 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj 6f13acfcb90100fa -129748 130508 7715745997900400 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj a272b5e27854937a -129688 130583 7715745997240501 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj 6824d5de16a326f0 -129721 130752 7715745997609031 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj d3a5ef702d25bcf9 -130614 131956 7715746006506976 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj 6e1f444ae86eca98 -131182 132171 7715746012133134 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/secure_boot_secure_features.c.obj 1e03eba54e915317 -150696 151651 7715746207327163 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj b9f19119983ba27b -131686 132770 7715746018033822 esp-idf/esp_mm/libesp_mm.a 63354e3f75fae3d5 -185705 186927 7715746557470070 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj 3c1157bc89814948 -132504 133664 7715746025490120 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj 4373e42efde06eeb -132779 133739 7715746028263258 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj aa7ffd87b8abdcee -132539 133768 7715746025897891 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj 9e9f81e4648409de -238687 238955 7715747089669354 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 623992ffb073c5e5 -135641 136491 7715746057136459 esp-idf/esp_partition/libesp_partition.a 1345a1a63f191ac3 -133200 134266 7715746032323129 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj b4c8f05719615532 -133137 134435 7715746031678218 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj 1670ab2cbe49042b -133758 134697 7715746037892943 esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj c7d0858db42b7e85 -133772 134744 7715746038038969 esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj 1dfe781e51fddafa -186751 187695 7715746567910679 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj e4bcfe8649a86448 -134284 134848 7715746043173369 esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj e41ef93d13c428e4 -170517 171335 7715746405494166 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj 209e53d8f4d5c942 -138483 140123 7715746085151827 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/net_sockets.c.obj 181deb96d3b70731 -133786 134930 7715746038191288 esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj 4e4b09dd545d1585 -134469 134966 7715746045065945 esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj a9133815bd5b1668 -134856 135393 7715746048878165 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj 12be2f6735c55152 -134747 135416 7715746047786711 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj f4355356594c6021 -134935 135483 7715746049673672 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj 3013a19e64a78912 -134684 135638 7715746047168305 esp-idf/efuse/libefuse.a 3e0f05dad217424a -150889 151678 7715746209386761 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj 4d7919dfa7ac167d -134970 136031 7715746050020131 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj 2172fe02bcde67ad -243425 244202 7715747142143963 .bin_timestamp 763d543ca6b23415 -135375 136181 7715746054166872 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj 2c381b1d4c56d855 -135400 136918 7715746054382910 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj d9816a1b1e492ec8 -136506 137519 7715746065646107 esp-idf/app_update/libapp_update.a 91e9c5e72e4c568c -135966 137726 7715746059976742 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj 7fadaa5e01fcecc2 -191763 193508 7715746618337172 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj 42bb9d5133ffd6ca -137311 137908 7715746073832298 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj b194197cc475db72 -160496 161377 7715746305529714 esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj 44ba28dfce072514 -136185 138423 7715746062467001 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj 4f58d582305f257f -137533 138503 7715746075791060 esp-idf/esp_bootloader_format/libesp_bootloader_format.a d15815ad35ee5578 -136936 138589 7715746070039229 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj eff952621e64e860 -153612 154921 7715746236441256 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj dddd5f91ac169233 -138423 139375 7715746084559014 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_platform_time.c.obj 2f84e489232943aa -138300 139498 7715746083320258 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj 71465da161432457 -138618 139975 7715746086499873 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj 9ae7be860cf9de16 -139439 140618 7715746095011106 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj 879cf54fd870a34f -139498 140933 7715746095306364 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj f4c333a5b19d8721 -140031 141400 7715746100633994 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj 7f81f3f8f4e8634c -140124 141519 7715746101565550 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj 829a91e2e1fc2a4a -140953 141969 7715746110183258 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj 75c114d52bd2f2d7 -141563 142153 7715746116039514 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj c081d69988d1ed2a -141401 142513 7715746114448681 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj 8aef47a09aa11740 -141975 142743 7715746120149896 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj b335ff607c39b214 -142081 143000 7715746121192974 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj 7f7ac643321ce771 -186813 187941 7715746568641033 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj 8a0739fe5fe55dc3 -142554 143647 7715746125997679 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj 6e0c401713f2e36e -143086 144013 7715746131204660 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj 1730deacfebd8970 -142248 144272 7715746122996631 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj a6b740fea78d1918 -146788 148324 7715746168205695 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj feeebb533713792b -143786 145037 7715746138497667 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj 77276f974c962668 -144462 145324 7715746144993650 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj b35342655e79bb25 -200265 202325 7715746703145035 esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/connect.c.obj a0530b0c26e8cf00 -144337 145707 7715746143697097 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj 75cd3adf166645fc -152562 153579 7715746226188577 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj 82e5965b2e562d50 -147816 149018 7715746178473406 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj 5f4adb391663f100 -147707 149071 7715746177775713 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj 4ca6848b44a8e471 -148513 149180 7715746185456388 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj fe9a7a491887c88d -170237 171290 7715746402694615 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj bc03d6c4947b7eea -148349 149412 7715746183819897 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj 972cf5a74d7f357 -166620 167334 7715746366613863 esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj 7528f240df07a8ca -148286 149535 7715746183178759 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj 6b2789218cc9f87e -149053 149915 7715746190852471 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj 1fb55f3482f173ad -240777 243424 7715747108096422 ESP-IDF_mqtt-ssl.elf e657701ed43454e9 -149194 149953 7715746192307481 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj e5c267a13c9f06bf -149434 150473 7715746194674042 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj 3396da55779f33c7 -149103 150632 7715746191360764 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj 5e324dfe5f6badbd -149689 150671 7715746197206123 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj fbbefccb1c10dd59 -149943 150865 7715746199744909 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj 4da1b774ae4504e2 -150490 151515 7715746205362498 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj e4cc9448b74025b4 -151138 151870 7715746211808348 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj 1bd2dc57ef4e0698 -151703 152551 7715746217448580 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj 47a7f4997a3d311b -185378 186733 7715746554171020 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj 855f41ca8726d53a -151522 152728 7715746215535405 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj d8c8396d9e7e9ff2 -151755 152772 7715746217867377 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj 187462a2f45bb75c -151873 152801 7715746219109971 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj 60e66140d0c820d8 -152806 153889 7715746228457919 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj a6c09eee8df7f1c -244202 244435 7715747142350081 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esptool_py/CMakeFiles/app_check_size d605660c5c018830 -153523 154432 7715746235959547 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj 4cb6868b8d67550e -153902 154877 7715746239501681 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj b61c54333933036f -154480 155321 7715746245797192 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj cf33292ba89f9289 -171166 171960 7715746412057848 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj 5c927b25f2cd5fcd -154934 156320 7715746249671371 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj 5eb7b444f133db79 -172730 173546 7715746427719628 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj 39cdf91a8d5d5ac7 -154902 156405 7715746249440954 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj 8ce121c45a1c79d9 -151354 156570 7715746213981012 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj f76c6881b3383e29 -190225 191001 7715746602748172 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj 9f1d6151fc0474e3 -156405 157066 7715746264368195 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj e64f17e103355cd4 -156348 157301 7715746264274892 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj c78dd83549e852fe -156588 157371 7715746266203509 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj 686c5b934fddd38a -165132 165687 7715746356898015 x509_crt_bundle.S fa7c6bbb5ea96c39 -157251 158076 7715746272884630 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c.obj 988fa69795f7988d -157567 158653 7715746276192688 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_hardware.c.obj 942318a58c5b47e6 -157371 158836 7715746274029049 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/crypto_shared_gdma/esp_crypto_shared_gdma.c.obj c245e080013e9220 -157966 158902 7715746279971687 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_mem.c.obj 1fd5a2c271124794 -158110 159242 7715746281522422 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_timing.c.obj fbf61736c8a13e13 -160552 161220 7715746306009909 esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj f1fcada916814a6e -158842 159670 7715746288921273 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj 2c78381dac4c136c -158710 159793 7715746287853255 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c.obj 5b286b32c6dd8cb4 -159269 160428 7715746292998791 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj 1fb3431123a06ba6 -163555 165130 7715746350990571 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/x509_crt_bundle d7c6a314107afbb9 -159887 160452 7715746299190952 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c.obj dfb8ce7af5a31d2 -159697 160488 7715746297636790 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c.obj 8a415563d1966f9d -159538 160542 7715746295831020 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj 307ced70a45d9fc6 -159802 160578 7715746298635949 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c.obj 84b6e2251b23075a -160122 161139 7715746301531233 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj a85f5f191bdf58ab -160468 161430 7715746305000274 esp-idf/mbedtls/mbedtls/library/libmbedx509.a a420cb85e19d1a41 -161230 161679 7715746316792379 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir 515c6047dfc2aafd -161684 162147 7715746321229329 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-download e00b32de123f13fd -162155 162568 7715746325615171 bootloader-prefix/src/bootloader-stamp/bootloader-update 1422feac83affd0d -162155 162568 7715746325615171 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-update 1422feac83affd0d -162570 163063 7715746330664783 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch 182abf644326bd89 -163555 165130 7715746350990571 esp-idf/mbedtls/x509_crt_bundle d7c6a314107afbb9 -165132 165687 7715746356898015 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/x509_crt_bundle.S fa7c6bbb5ea96c39 -165708 166610 7715746357466580 esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj d714dc6603aea6a6 -165736 166774 7715746357834679 esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj c9b9ed461233ed49 -166169 167850 7715746362116393 esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj 4c7f9192282688a1 -180643 181852 7715746506824235 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj bcee83af175adfd -166804 167879 7715746368361752 esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/dedic_gpio.c.obj 4b41e3a47d3f0f2 -167398 168035 7715746374480933 esp-idf/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj cb3b38497d0a9eb5 -167452 168489 7715746374841723 esp-idf/esp_pm/libesp_pm.a 24d9688bf9b5e7ac -168171 168521 7715746382097559 esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj 6a08c8221d9efc71 -168502 169185 7715746385402232 esp-idf/esp_driver_gpio/libesp_driver_gpio.a b701571694bdaa7e -168522 170037 7715746385678101 esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj e314430ce7dfc0e5 -169147 170510 7715746391788883 esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj a2586eae4a9d8ccf -169194 170652 7715746392318703 esp-idf/riscv/libriscv.a 570038fb0a2fc600 -170043 171159 7715746400760468 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj eaf0d251a7270e3 -171533 172082 7715746415806755 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj ca55f0e21f198ca2 -171294 172232 7715746413591446 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj 232c7e2e9d51db3d -172082 172656 7715746421148071 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj b48ed2318101c16b -172101 172728 7715746421321050 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj 75378f13275b4b61 -192232 193433 7715746622627285 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj 6559567f70614901 -171967 172942 7715746420144430 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj 81920b1aa747806b -172150 173074 7715746421807137 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj 2f079a0944f3edd1 -172959 173696 7715746430092263 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj f443dea3db5885 -173081 174276 7715746431223632 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj 636a03f82031e47c -174420 175206 7715746444567181 esp-idf/console/libconsole.a b97a9cdb9203658 -175214 176045 7715746452458341 esp-idf/protobuf-c/libprotobuf-c.a 67f74a5b97299ce1 -174492 176218 7715746445287473 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj 69afeaf7a061c30f -175114 176428 7715746451466991 esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj e10a3069dde454f -174692 176835 7715746447317705 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj 39afbd8d7c52c111 -176062 177116 7715746460938248 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj a707fc982b958c36 -177080 177868 7715746471340840 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj fe23db5ba9bbbbc9 -176861 178150 7715746469243374 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj 493dd060dce3de7e -177309 179169 7715746473650391 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj fc7aa122ddb30968 -178159 179842 7715746482437413 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj c7201b294b74e92 -179500 180631 7715746495415305 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj f0618cb57c61248a -180215 181881 7715746503534018 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj 82f9afdafc4131fe -181551 182915 7715746515832292 esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj 1de5eb9957b6f696 -181898 183002 7715746519306133 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj fccb7026b4f5c008 -183013 183863 7715746530444182 esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj fd18edd61eb990c2 -183568 184498 7715746536492787 esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj d40b6fedcc1bc760 -183226 184555 7715746532585337 esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj 9d057321696cd06c -184016 185243 7715746540578357 esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj 3d739fa02afe670d -184523 185282 7715746545743639 esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj a03e18e387a25f9b -184824 185852 7715746548569182 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj ddee90b488052803 -186782 187723 7715746568217949 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj 40304c2b84b68707 -186937 187892 7715746569832864 esp-idf/protocomm/libprotocomm.a 4bc9c5b8d35f60af -187707 188898 7715746577424284 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj 120fc73bc0f59a92 -187907 189269 7715746579390798 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj 4f46847a1d1f45cd -188533 189880 7715746585958685 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj 8ebf982028f7a8fc -190261 191043 7715746602929615 esp-idf/wear_levelling/libwear_levelling.a 8525ba39788123d2 -191015 192794 7715746610611766 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj 5c390707f29e91bb -192383 193175 7715746624248252 esp-idf/json/libjson.a 3e0aa1a4b26b90a2 -192028 193473 7715746621093778 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj 8eab32543286d602 -193491 194334 7715746635296066 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj 49dca18669f04b66 -193444 194434 7715746634945750 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj 325333beecd7cf41 -194467 195527 7715746644985659 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj 481dec05c548c88d -192800 195614 7715746628360842 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj 28c2e48a601c2ef -202697 204450 7715746727295891 esp-idf/esp_lcd/libesp_lcd.a 79b82fe8cd199870 -194326 195696 7715746643577597 esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj 8d460d59a82c28f1 -195535 196579 7715746655760845 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj 7ba3bb62e34f43f -195441 196694 7715746654733419 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj bbfa5df511865f07 -196587 198362 7715746666186717 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj d39c4a880dc74b1 -196715 198517 7715746667552470 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj 5228ddb13b0bcbbd -198522 199423 7715746685788381 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj 1bb7c0b071a9a445 -198384 199732 7715746684166519 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj 90d1ec11a5118a7 -197230 200200 7715746672699377 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj 461425971e1825d -199438 200393 7715746694701273 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj 46f4c289715cbc94 -199680 201761 7715746697337762 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj f8b0954a45a9f94b -200417 202288 7715746704620025 esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/wifi_connect.c.obj be56a8f8c7545bc4 -202341 203894 7715746723749702 esp-idf/esp_driver_cam/libesp_driver_cam.a b0c3eaaf2ee29546 -202364 203946 7715746723958689 esp-idf/esp_hid/libesp_hid.a 8bb4a144db73e4c8 -203946 204632 7715746739779623 esp-idf/mqtt/libmqtt.a 1fa4fde571ba4aa7 -203894 204698 7715746739262299 esp-idf/fatfs/libfatfs.a 8029988b96c76252 -204451 204998 7715746744850704 esp-idf/rt/librt.a 657c3749397588f8 -204409 205163 7715746744421206 esp-idf/nvs_sec_provider/libnvs_sec_provider.a c5777adf1edf68f8 -204698 205656 7715746747295770 esp-idf/protocol_examples_common/libprotocol_examples_common.a 31c8f4b3b9cbc4b9 -204998 209129 7715746750298748 esp-idf/main/CMakeFiles/__idf_main.dir/app_main.c.obj f3cb0fd20173f69f -163063 220321 7715746901673032 bootloader-prefix/src/bootloader-stamp/bootloader-configure e5a7468f917dcf4d -220362 238522 7715746904048220 bootloader/bootloader.bin 2136a21ef7b0465f -220362 238522 7715746904048220 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.elf 2136a21ef7b0465f -220362 238522 7715746904048220 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.bin 2136a21ef7b0465f -209628 240197 7715747101499095 esp-idf/esp_system/ld/sections.ld 7b0f89b99cb1d0f3 -209628 240197 7715747101499095 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/ld/sections.ld 7b0f89b99cb1d0f3 -240222 240410 7715747103975069 mosquitto.org.crt.S bbba39616da127a2 -240222 240410 7715747103975069 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/mosquitto.org.crt.S bbba39616da127a2 -240210 240425 7715747104366245 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/client.key.S 74da19558535f299 -240233 240429 7715747104419675 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/broker.crt.S e8ae7474ee3af58a -240475 240762 7715747105075408 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/mosquitto.org.crt.S.obj 8e8b1aad17682ac5 -243425 244202 7715747142143963 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/.bin_timestamp 763d543ca6b23415 -81 18807 7715751774605465 build.ninja 1c29be23f2d82417 -199 531 7715751777688430 bootloader-prefix/src/bootloader-stamp/bootloader-build 2136a21ef7b0465f -199 531 7715751777688430 bootloader/bootloader.elf 2136a21ef7b0465f -199 531 7715751777688430 bootloader/bootloader.bin 2136a21ef7b0465f -199 531 7715751777688430 bootloader/bootloader.map 2136a21ef7b0465f -199 531 7715751777688430 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-build 2136a21ef7b0465f -199 531 7715751777688430 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.elf 2136a21ef7b0465f -199 531 7715751777688430 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.bin 2136a21ef7b0465f -199 531 7715751777688430 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.map 2136a21ef7b0465f -532 597 7715751781081189 bootloader-prefix/src/bootloader-stamp/bootloader-install b72b3d121638d151 -532 597 7715751781081189 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-install b72b3d121638d151 -598 773 7715751783384739 CMakeFiles/bootloader-complete 623992ffb073c5e5 -598 773 7715751783384739 bootloader-prefix/src/bootloader-stamp/bootloader-done 623992ffb073c5e5 -598 773 7715751783384739 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/bootloader-complete 623992ffb073c5e5 -598 773 7715751783384739 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 623992ffb073c5e5 -192 1323 7715751777688430 esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj aef0e19a1bbc5935 -1325 1650 7715751789029463 esp-idf/esp_app_format/libesp_app_format.a 4a2e07006b7ea803 -1651 2333 7715751792271733 esp-idf/main/CMakeFiles/__idf_main.dir/app_main.c.obj f3cb0fd20173f69f -2334 2482 7715751799096405 esp-idf/main/libmain.a 98002fab1df9c961 -2487 11618 7715751891491333 esp-idf/esp_system/ld/sections.ld 7b0f89b99cb1d0f3 -2487 11618 7715751891491333 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/ld/sections.ld 7b0f89b99cb1d0f3 -11618 13448 7715751891944083 ESP-IDF_mqtt-ssl.elf e657701ed43454e9 -13449 13908 7715751914733824 .bin_timestamp 763d543ca6b23415 -13449 13908 7715751914733824 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/.bin_timestamp 763d543ca6b23415 -13908 14065 7715751914848461 esp-idf/esptool_py/CMakeFiles/app_check_size d605660c5c018830 -13908 14065 7715751914848461 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esptool_py/CMakeFiles/app_check_size d605660c5c018830 diff --git a/ESP-IDF_mqtt-ssl/build/CMakeCache.txt b/ESP-IDF_mqtt-ssl/build/CMakeCache.txt deleted file mode 100644 index 874d86a5f..000000000 --- a/ESP-IDF_mqtt-ssl/build/CMakeCache.txt +++ /dev/null @@ -1,610 +0,0 @@ -# This is the CMakeCache file. -# For build in directory: c:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build -# It was generated by CMake: C:/Users/alex/esp/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-addr2line.exe - -//Path to a program. -CMAKE_AR:FILEPATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar.exe - -//A wrapper around 'ar' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_ASM_COMPILER_AR:FILEPATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar.exe - -//A wrapper around 'ranlib' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_ASM_COMPILER_RANLIB:FILEPATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib.exe - -//Flags used by the ASM compiler during all build types. -CMAKE_ASM_FLAGS:STRING= - -//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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar.exe - -//A wrapper around 'ranlib' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_CXX_COMPILER_RANLIB:FILEPATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib.exe - -//C++ Compiler Base Flags -CMAKE_CXX_FLAGS:STRING='-march=rv32imc_zicsr_zifencei ' - -//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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar.exe - -//A wrapper around 'ranlib' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_C_COMPILER_RANLIB:FILEPATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib.exe - -//C Compiler Base Flags -CMAKE_C_FLAGS:STRING='-march=rv32imc_zicsr_zifencei ' - -//Flags used by the C compiler during DEBUG builds. -CMAKE_C_FLAGS_DEBUG:STRING=-g - -//Flags used by the C compiler during MINSIZEREL builds. -CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG - -//Flags used by the C compiler during RELEASE builds. -CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG - -//Flags used by the C compiler during RELWITHDEBINFO builds. -CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG - -//Path to a program. -CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND - -//Linker Base Flags -CMAKE_EXE_LINKER_FLAGS:STRING='-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs ' - -//Flags used by the linker during DEBUG builds. -CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during MINSIZEREL builds. -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during RELEASE builds. -CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during RELWITHDEBINFO builds. -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Enable/Disable output of compile commands during generation. -CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= - -//Value Computed by CMake. -CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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)/ESP-IDF_mqtt-ssl - -//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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ld.exe - -//Program used to build from build.ninja files. -CMAKE_MAKE_PROGRAM:FILEPATH=C:/Users/alex/esp/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-nm.exe - -//Path to a program. -CMAKE_OBJCOPY:FILEPATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objcopy.exe - -//Path to a program. -CMAKE_OBJDUMP:FILEPATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe - -//Value Computed by CMake -CMAKE_PROJECT_DESCRIPTION:STATIC= - -//Value Computed by CMake -CMAKE_PROJECT_HOMEPAGE_URL:STATIC= - -//Value Computed by CMake -CMAKE_PROJECT_NAME:STATIC=ESP-IDF_mqtt-ssl - -//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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib.exe - -//Path to a program. -CMAKE_READELF:FILEPATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-readelf.exe - -//Flags used by the linker during the creation of shared libraries -// during all build types. -CMAKE_SHARED_LINKER_FLAGS:STRING= - -//Flags used by the linker during the creation of shared libraries -// during DEBUG builds. -CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during the creation of shared libraries -// during MINSIZEREL builds. -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during the creation of shared libraries -// during RELEASE builds. -CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during the creation of shared libraries -// during RELWITHDEBINFO builds. -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//If set, runtime paths are not added when installing shared libraries, -// but are added when building. -CMAKE_SKIP_INSTALL_RPATH:BOOL=NO - -//If set, runtime paths are not added when using shared libraries. -CMAKE_SKIP_RPATH:BOOL=NO - -//Flags used by the linker during the creation of static libraries -// during all build types. -CMAKE_STATIC_LINKER_FLAGS:STRING= - -//Flags used by the linker during the creation of static libraries -// during DEBUG builds. -CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during the creation of static libraries -// during MINSIZEREL builds. -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during the creation of static libraries -// during RELEASE builds. -CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during the creation of static libraries -// during RELWITHDEBINFO builds. -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Path to a program. -CMAKE_STRIP:FILEPATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-strip.exe - -//Path to a program. -CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND - -//The CMake toolchain file -CMAKE_TOOLCHAIN_FILE:FILEPATH=C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/toolchain-esp32c3.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= - -//Value Computed by CMake -ESP-IDF_mqtt-ssl_BINARY_DIR:STATIC=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build - -//Value Computed by CMake -ESP-IDF_mqtt-ssl_IS_TOP_LEVEL:STATIC=ON - -//Value Computed by CMake -ESP-IDF_mqtt-ssl_SOURCE_DIR:STATIC=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl - -//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/alex/esp/tools/idf-git/2.39.2/cmd/git.exe - -//IDF Build Target -IDF_TARGET:STRING=esp32c3 - -//IDF Build Toolchain Type -IDF_TOOLCHAIN:STRING=gcc - -//Install Mbed TLS headers. -INSTALL_MBEDTLS_HEADERS:BOOL=ON - -//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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls - -//No help, variable specified on the command line. -PYTHON_DEPS_CHECKED:UNINITIALIZED=1 - -//No help, variable specified on the command line. -SDKCONFIG:UNINITIALIZED=c:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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/alex/esp/v5.4/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_riscv; - -//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_riscv;general;everest;general;p256m;general;idf::esp_security;general;idf::esp_mm; - -//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_riscv;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_riscv;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_riscv; - - -######################## -# 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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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/alex/esp/tools/cmake/3.30.2/bin/cmake.exe -//Path to cpack program executable. -CMAKE_CPACK_COMMAND:INTERNAL=C:/Users/alex/esp/tools/cmake/3.30.2/bin/cpack.exe -//Path to ctest program executable. -CMAKE_CTEST_COMMAND:INTERNAL=C:/Users/alex/esp/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/alex/esp/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=1 -//Source directory with the top level CMakeLists.txt file for this -// project -CMAKE_HOME_DIRECTORY:INTERNAL=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl -//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=117 -//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/alex/esp/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/alex/esp/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/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe][cfound components: Interpreter ][v3.11.2()] -//Details about finding Threads -FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] -//ADVANCED property for variable: GIT_EXECUTABLE -GIT_EXECUTABLE-ADVANCED:INTERNAL=1 -//CMAKE_INSTALL_PREFIX during last run -_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=C:/Program Files (x86)/ESP-IDF_mqtt-ssl -//Compiler reason failure -_Python3_Compiler_REASON_FAILURE:INTERNAL= -//Development reason failure -_Python3_Development_REASON_FAILURE:INTERNAL= -_Python3_EXECUTABLE:INTERNAL=c:/Users/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe -//Python3 Properties -_Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;11;2;32;64;;;abi3;c:\Users\alex\esp\tools\idf-python\3.11.2\Lib;c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Lib;c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Lib\site-packages;c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Lib\site-packages -_Python3_INTERPRETER_SIGNATURE:INTERNAL=2e6f599966e7758a1b9a9fea3b3f3e94 -//NumPy reason failure -_Python3_NumPy_REASON_FAILURE:INTERNAL= - diff --git a/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CMakeASMCompiler.cmake b/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CMakeASMCompiler.cmake deleted file mode 100644 index 625f26ddb..000000000 --- a/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CMakeASMCompiler.cmake +++ /dev/null @@ -1,29 +0,0 @@ -set(CMAKE_ASM_COMPILER "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc.exe") -set(CMAKE_ASM_COMPILER_ARG1 "") -set(CMAKE_AR "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar.exe") -set(CMAKE_ASM_COMPILER_AR "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar.exe") -set(CMAKE_RANLIB "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib.exe") -set(CMAKE_ASM_COMPILER_RANLIB "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib.exe") -set(CMAKE_LINKER "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-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_COMPILER_SYSROOT "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") -set(CMAKE_COMPILER_SYSROOT "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") - -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/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CMakeCCompiler.cmake b/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CMakeCCompiler.cmake deleted file mode 100644 index 4fcdf198e..000000000 --- a/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CMakeCCompiler.cmake +++ /dev/null @@ -1,82 +0,0 @@ -set(CMAKE_C_COMPILER "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc.exe") -set(CMAKE_C_COMPILER_ARG1 "") -set(CMAKE_C_COMPILER_ID "GNU") -set(CMAKE_C_COMPILER_VERSION "14.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_C_COMPILER_SYSROOT "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") -set(CMAKE_COMPILER_SYSROOT "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") - - -set(CMAKE_AR "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar.exe") -set(CMAKE_C_COMPILER_AR "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar.exe") -set(CMAKE_RANLIB "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib.exe") -set(CMAKE_C_COMPILER_RANLIB "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib.exe") -set(CMAKE_LINKER "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include") -set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;c;nosys;c;gcc;gcc;c;nosys") -set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib") -set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CMakeCXXCompiler.cmake b/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CMakeCXXCompiler.cmake deleted file mode 100644 index 5d8bad99e..000000000 --- a/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CMakeCXXCompiler.cmake +++ /dev/null @@ -1,106 +0,0 @@ -set(CMAKE_CXX_COMPILER "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++.exe") -set(CMAKE_CXX_COMPILER_ARG1 "") -set(CMAKE_CXX_COMPILER_ID "GNU") -set(CMAKE_CXX_COMPILER_VERSION "14.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 "26") -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;cxx_std_26") -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 "cxx_std_26") - -set(CMAKE_CXX_PLATFORM_ID "") -set(CMAKE_CXX_SIMULATE_ID "") -set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") -set(CMAKE_CXX_SIMULATE_VERSION "") - -set(CMAKE_CXX_COMPILER_SYSROOT "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") -set(CMAKE_COMPILER_SYSROOT "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") - - -set(CMAKE_AR "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar.exe") -set(CMAKE_CXX_COMPILER_AR "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar.exe") -set(CMAKE_RANLIB "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib.exe") -set(CMAKE_CXX_COMPILER_RANLIB "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib.exe") -set(CMAKE_LINKER "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/backward;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include") -set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc;c;nosys;c;gcc;gcc;c;nosys") -set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/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") - - -### Imported target for C++26 standard library -set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") - - - diff --git a/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CMakeDetermineCompilerABI_C.bin b/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CMakeDetermineCompilerABI_C.bin deleted file mode 100755 index 7b2dcec5b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CMakeDetermineCompilerABI_C.bin and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CMakeDetermineCompilerABI_CXX.bin b/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CMakeDetermineCompilerABI_CXX.bin deleted file mode 100755 index 38b4b99f0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CMakeDetermineCompilerABI_CXX.bin and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CMakeSystem.cmake b/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CMakeSystem.cmake deleted file mode 100644 index 8fb96892a..000000000 --- a/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CMakeSystem.cmake +++ /dev/null @@ -1,15 +0,0 @@ -set(CMAKE_HOST_SYSTEM "Windows-10.0.26100") -set(CMAKE_HOST_SYSTEM_NAME "Windows") -set(CMAKE_HOST_SYSTEM_VERSION "10.0.26100") -set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") - -include("C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/toolchain-esp32c3.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/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CompilerIdC/CMakeCCompilerId.c b/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CompilerIdC/CMakeCCompilerId.c deleted file mode 100644 index 8d8bb038b..000000000 --- a/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CompilerIdC/CMakeCCompilerId.c +++ /dev/null @@ -1,904 +0,0 @@ -#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/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CompilerIdC/a.out b/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CompilerIdC/a.out deleted file mode 100755 index 4c42435a7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CompilerIdC/a.out and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CompilerIdCXX/CMakeCXXCompilerId.cpp deleted file mode 100644 index da6c824af..000000000 --- a/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +++ /dev/null @@ -1,919 +0,0 @@ -/* 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/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CompilerIdCXX/a.out b/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CompilerIdCXX/a.out deleted file mode 100755 index aafe5061a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CompilerIdCXX/a.out and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/CMakeFiles/CMakeConfigureLog.yaml b/ESP-IDF_mqtt-ssl/build/CMakeFiles/CMakeConfigureLog.yaml deleted file mode 100644 index f02dc7a6b..000000000 --- a/ESP-IDF_mqtt-ssl/build/CMakeFiles/CMakeConfigureLog.yaml +++ /dev/null @@ -1,642 +0,0 @@ - ---- -events: - - - kind: "message-v1" - backtrace: - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineSystem.cmake:200 (message)" - - "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project.cmake:564 (__project)" - - "CMakeLists.txt:7 (project)" - message: | - The target system is: Generic - - - The host system is: Windows - 10.0.26100 - AMD64 - - - kind: "message-v1" - backtrace: - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" - - "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project.cmake:564 (__project)" - - "CMakeLists.txt:7 (project)" - message: | - Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. - Compiler: C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc.exe - Build flags: -march=rv32imc_zicsr_zifencei - Id flags: - - The output was: - 0 - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32\\libc.a(libc_a-closer.o): in function `_close_r': - /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/closer.c:47:(.text+0x14): warning: _close is not implemented and will always fail - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32\\libc.a(libc_a-lseekr.o): in function `_lseek_r': - /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/lseekr.c:49:(.text+0x18): warning: _lseek is not implemented and will always fail - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32\\libc.a(libc_a-readr.o): in function `_read_r': - /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/readr.c:49:(.text+0x18): warning: _read is not implemented and will always fail - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32\\libc.a(libc_a-writer.o): in function `_write_r': - /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/writer.c:49:(.text+0x18): warning: _write is not implemented and will always fail - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32\\libc.a(libc_a-fclose.o): in function `fclose': - /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/stdio/fclose.c:125:(.text+0xf4): warning: __getreent is not implemented and will always fail - - - Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" - - The C compiler identification is GNU, found in: - C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CompilerIdC/a.out - - - - kind: "message-v1" - backtrace: - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" - - "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project.cmake:564 (__project)" - - "CMakeLists.txt:7 (project)" - message: | - Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. - Compiler: C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++.exe - Build flags: -march=rv32imc_zicsr_zifencei - Id flags: - - The output was: - 0 - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32\\libc.a(libc_a-closer.o): in function `_close_r': - /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/closer.c:47:(.text+0x14): warning: _close is not implemented and will always fail - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32\\libc.a(libc_a-lseekr.o): in function `_lseek_r': - /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/lseekr.c:49:(.text+0x18): warning: _lseek is not implemented and will always fail - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32\\libc.a(libc_a-readr.o): in function `_read_r': - /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/readr.c:49:(.text+0x18): warning: _read is not implemented and will always fail - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32\\libc.a(libc_a-writer.o): in function `_write_r': - /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/writer.c:49:(.text+0x18): warning: _write is not implemented and will always fail - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32\\libc.a(libc_a-fclose.o): in function `fclose': - /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/stdio/fclose.c:125:(.text+0xf4): warning: __getreent is not implemented and will always fail - - - Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" - - The CXX compiler identification is GNU, found in: - C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/3.30.2/CompilerIdCXX/a.out - - - - kind: "message-v1" - backtrace: - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:1192 (message)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineASMCompiler.cmake:135 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)" - - "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project.cmake:564 (__project)" - - "CMakeLists.txt:7 (project)" - message: | - Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)": - riscv32-esp-elf-gcc.exe (crosstool-NG esp-14.2.0_20241119) 14.2.0 - Copyright (C) 2024 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/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project.cmake:564 (__project)" - - "CMakeLists.txt:7 (project)" - checks: - - "Detecting C compiler ABI info" - directories: - source: "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/CMakeScratch/TryCompile-znq9kv" - binary: "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/CMakeScratch/TryCompile-znq9kv" - cmakeVariables: - CMAKE_C_FLAGS: "-march=rv32imc_zicsr_zifencei " - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs " - CMAKE_MODULE_PATH: "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake;C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/third_party" - buildResult: - variable: "CMAKE_C_ABI_COMPILED" - cached: true - stdout: | - Change Dir: 'C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/CMakeScratch/TryCompile-znq9kv' - - Run Build Command(s): C:/Users/alex/esp/tools/ninja/1.12.1/ninja.exe -v cmTC_4a280 - [1/2] C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -march=rv32imc_zicsr_zifencei -v -o CMakeFiles/cmTC_4a280.dir/CMakeCCompilerABI.c.obj -c C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCCompilerABI.c - Using built-in specs. - COLLECT_GCC=C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe - Target: riscv32-esp-elf - Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --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/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld - Thread model: posix - Supported LTO compression algorithms: zlib zstd - gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) - COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_4a280.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_4a280.dir/' - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/cc1.exe -quiet -v -imultilib rv32imc_zicsr_zifencei/ilp32 -iprefix C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/ -isysroot C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_4a280.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -march=rv32imc_zicsr_zifencei -version -o C:\\Users\\alex\\AppData\\Local\\Temp\\cc06cYQD.s - GNU C17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (riscv32-esp-elf) - compiled by GNU C version 6.3.0 20170516, GMP version 6.2.1, MPFR version 4.2.1, MPC version 1.2.1, isl version isl-0.26-GMP - - GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 - ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include" - ignoring nonexistent directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/../../../../include" - ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed" - ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include" - ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/include" - #include "..." search starts here: - #include <...> search starts here: - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include - End of search list. - Compiler executable checksum: bd4b44cd937a52babfee906ad526682a - COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_4a280.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_4a280.dir/' - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/as.exe -v --traditional-format -march=rv32imc_zicsr_zifencei -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_4a280.dir/CMakeCCompilerABI.c.obj C:\\Users\\alex\\AppData\\Local\\Temp\\cc06cYQD.s - GNU assembler version 2.43.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-14.2.0_20241119) 2.43.1 - COMPILER_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ - LIBRARY_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/ - COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_4a280.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_4a280.dir/CMakeCCompilerABI.c.'\x0d - [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -march=rv32imc_zicsr_zifencei -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs -v CMakeFiles/cmTC_4a280.dir/CMakeCCompilerABI.c.obj -o cmTC_4a280 && cd ." - Using built-in specs. - Reading specs from C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/nosys.specs - rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence - COLLECT_GCC=C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe - COLLECT_LTO_WRAPPER=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper.exe - Target: riscv32-esp-elf - Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --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/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld - Thread model: posix - Supported LTO compression algorithms: zlib zstd - gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) - COMPILER_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ - LIBRARY_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/ - COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_4a280' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_4a280.' - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2.exe -plugin C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.dll -plugin-opt=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\alex\\AppData\\Local\\Temp\\ccoNMx9R.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 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys --sysroot=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_4a280 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_4a280.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc --start-group -lgcc -lc -lnosys --end-group - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: warning: cannot find entry symbol _start; defaulting to 00010094 - COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_4a280' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_4a280.'\x0d - - exitCode: 0 - - - kind: "message-v1" - backtrace: - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project.cmake:564 (__project)" - - "CMakeLists.txt:7 (project)" - message: | - Parsed C implicit include dir info: rv=done - found start of include info - found start of implicit include info - add: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] - add: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] - add: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] - end of search list found - collapse include dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include] - collapse include dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] - collapse include dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include] - implicit include dirs: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include] - - - - - kind: "message-v1" - backtrace: - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project.cmake:564 (__project)" - - "CMakeLists.txt:7 (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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/CMakeScratch/TryCompile-znq9kv'] - ignore line: [] - ignore line: [Run Build Command(s): C:/Users/alex/esp/tools/ninja/1.12.1/ninja.exe -v cmTC_4a280] - ignore line: [[1/2] C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -march=rv32imc_zicsr_zifencei -v -o CMakeFiles/cmTC_4a280.dir/CMakeCCompilerABI.c.obj -c C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCCompilerABI.c] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe] - ignore line: [Target: riscv32-esp-elf] - ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --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/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] - ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_4a280.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_4a280.dir/'] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/cc1.exe -quiet -v -imultilib rv32imc_zicsr_zifencei/ilp32 -iprefix C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/ -isysroot C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_4a280.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -march=rv32imc_zicsr_zifencei -version -o C:\\Users\\alex\\AppData\\Local\\Temp\\cc06cYQD.s] - ignore line: [GNU C17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (riscv32-esp-elf)] - ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.2.1 MPC version 1.2.1 isl version isl-0.26-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include"] - ignore line: [ignoring nonexistent directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/../../../../include"] - ignore line: [ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed"] - ignore line: [ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include"] - ignore line: [ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/include"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] - ignore line: [End of search list.] - ignore line: [Compiler executable checksum: bd4b44cd937a52babfee906ad526682a] - ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_4a280.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_4a280.dir/'] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/as.exe -v --traditional-format -march=rv32imc_zicsr_zifencei -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_4a280.dir/CMakeCCompilerABI.c.obj C:\\Users\\alex\\AppData\\Local\\Temp\\cc06cYQD.s] - ignore line: [GNU assembler version 2.43.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-14.2.0_20241119) 2.43.1] - ignore line: [COMPILER_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/] - ignore line: [LIBRARY_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_4a280.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_4a280.dir/CMakeCCompilerABI.c.'\x0d] - ignore line: [[2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -march=rv32imc_zicsr_zifencei -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs -v CMakeFiles/cmTC_4a280.dir/CMakeCCompilerABI.c.obj -o cmTC_4a280 && cd ."] - ignore line: [Using built-in specs.] - ignore line: [Reading specs from C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/nosys.specs] - ignore line: [rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence] - ignore line: [COLLECT_GCC=C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe] - ignore line: [COLLECT_LTO_WRAPPER=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper.exe] - ignore line: [Target: riscv32-esp-elf] - ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --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/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] - ignore line: [COMPILER_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/] - ignore line: [LIBRARY_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_4a280' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_4a280.'] - link line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2.exe -plugin C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.dll -plugin-opt=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\alex\\AppData\\Local\\Temp\\ccoNMx9R.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 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys --sysroot=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_4a280 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_4a280.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc --start-group -lgcc -lc -lnosys --end-group] - arg [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2.exe] ==> ignore - arg [-plugin] ==> ignore - arg [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.dll] ==> ignore - arg [-plugin-opt=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper.exe] ==> ignore - arg [-plugin-opt=-fresolution=C:\\Users\\alex\\AppData\\Local\\Temp\\ccoNMx9R.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 [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lnosys] ==> ignore - arg [--sysroot=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf] ==> ignore - arg [-melf32lriscv] ==> ignore - arg [-X] ==> ignore - arg [-o] ==> ignore - arg [cmTC_4a280] ==> ignore - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] - arg [CMakeFiles/cmTC_4a280.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 [--start-group] ==> ignore - arg [-lgcc] ==> lib [gcc] - arg [-lc] ==> lib [c] - arg [-lnosys] ==> lib [nosys] - arg [--end-group] ==> ignore - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: warning: cannot find entry symbol _start] - ignore line: [ defaulting to 00010094] - ignore line: [COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_4a280' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_4a280.'\x0d] - ignore line: [] - ignore line: [] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib] - implicit libs: [gcc;c;nosys;c;gcc;gcc;c;nosys] - implicit objs: [] - implicit dirs: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib] - implicit fwks: [] - - - - - kind: "try_compile-v1" - backtrace: - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project.cmake:564 (__project)" - - "CMakeLists.txt:7 (project)" - checks: - - "Detecting CXX compiler ABI info" - directories: - source: "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/CMakeScratch/TryCompile-98l52d" - binary: "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/CMakeScratch/TryCompile-98l52d" - cmakeVariables: - CMAKE_CXX_FLAGS: "-march=rv32imc_zicsr_zifencei " - CMAKE_CXX_FLAGS_DEBUG: "-g" - CMAKE_CXX_SCAN_FOR_MODULES: "OFF" - CMAKE_EXE_LINKER_FLAGS: "-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs " - CMAKE_MODULE_PATH: "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake;C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/third_party" - buildResult: - variable: "CMAKE_CXX_ABI_COMPILED" - cached: true - stdout: | - Change Dir: 'C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/CMakeScratch/TryCompile-98l52d' - - Run Build Command(s): C:/Users/alex/esp/tools/ninja/1.12.1/ninja.exe -v cmTC_e2593 - [1/2] C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -march=rv32imc_zicsr_zifencei -v -o CMakeFiles/cmTC_e2593.dir/CMakeCXXCompilerABI.cpp.obj -c C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp - Using built-in specs. - COLLECT_GCC=C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe - Target: riscv32-esp-elf - Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --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/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld - Thread model: posix - Supported LTO compression algorithms: zlib zstd - gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) - COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_e2593.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_e2593.dir/' - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/cc1plus.exe -quiet -v -imultilib rv32imc_zicsr_zifencei/ilp32 -iprefix C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/ -isysroot C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_e2593.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -march=rv32imc_zicsr_zifencei -version -o C:\\Users\\alex\\AppData\\Local\\Temp\\ccfyQI6h.s - GNU C++17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (riscv32-esp-elf) - compiled by GNU C version 6.3.0 20170516, GMP version 6.2.1, MPFR version 4.2.1, MPC version 1.2.1, isl version isl-0.26-GMP - - GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 - ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0" - ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32" - ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward" - ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include" - ignoring nonexistent directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/../../../../include" - ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed" - ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include" - ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/include" - #include "..." search starts here: - #include <...> search starts here: - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0 - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32 - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include - End of search list. - Compiler executable checksum: b8daf4944b33b24ed9ecf5a047df93fe - COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_e2593.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_e2593.dir/' - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/as.exe -v --traditional-format -march=rv32imc_zicsr_zifencei -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_e2593.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\alex\\AppData\\Local\\Temp\\ccfyQI6h.s - GNU assembler version 2.43.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-14.2.0_20241119) 2.43.1 - COMPILER_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ - LIBRARY_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/\x0d - COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_e2593.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_e2593.dir/CMakeCXXCompilerABI.cpp.'\x0d - [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -march=rv32imc_zicsr_zifencei -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs -v CMakeFiles/cmTC_e2593.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_e2593 && cd ." - Using built-in specs. - Reading specs from C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/nosys.specs - rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence - COLLECT_GCC=C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe - COLLECT_LTO_WRAPPER=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper.exe - Target: riscv32-esp-elf - Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --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/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld - Thread model: posix - Supported LTO compression algorithms: zlib zstd - gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) - COMPILER_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ - LIBRARY_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/ - COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_e2593' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_e2593.' - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2.exe -plugin C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.dll -plugin-opt=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\alex\\AppData\\Local\\Temp\\ccTYl2ft.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 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys --sysroot=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_e2593 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_e2593.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc --start-group -lgcc -lc -lnosys --end-group - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: warning: cannot find entry symbol _start; defaulting to 00010094 - COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_e2593' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_e2593.'\x0d - - exitCode: 0 - - - kind: "message-v1" - backtrace: - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project.cmake:564 (__project)" - - "CMakeLists.txt:7 (project)" - message: | - Parsed CXX implicit include dir info: rv=done - found start of include info - found start of implicit include info - add: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0] - add: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32] - add: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward] - add: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] - add: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] - add: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] - end of search list found - collapse include dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0] - collapse include dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32] - collapse include dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/backward] - collapse include dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include] - collapse include dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] - collapse include dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include] - implicit include dirs: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/backward;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include] - - - - - kind: "message-v1" - backtrace: - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project.cmake:564 (__project)" - - "CMakeLists.txt:7 (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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/CMakeScratch/TryCompile-98l52d'] - ignore line: [] - ignore line: [Run Build Command(s): C:/Users/alex/esp/tools/ninja/1.12.1/ninja.exe -v cmTC_e2593] - ignore line: [[1/2] C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -march=rv32imc_zicsr_zifencei -v -o CMakeFiles/cmTC_e2593.dir/CMakeCXXCompilerABI.cpp.obj -c C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe] - ignore line: [Target: riscv32-esp-elf] - ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --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/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] - ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_e2593.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_e2593.dir/'] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/cc1plus.exe -quiet -v -imultilib rv32imc_zicsr_zifencei/ilp32 -iprefix C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/ -isysroot C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_e2593.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -march=rv32imc_zicsr_zifencei -version -o C:\\Users\\alex\\AppData\\Local\\Temp\\ccfyQI6h.s] - ignore line: [GNU C++17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (riscv32-esp-elf)] - ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.2.1 MPC version 1.2.1 isl version isl-0.26-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0"] - ignore line: [ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32"] - ignore line: [ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward"] - ignore line: [ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include"] - ignore line: [ignoring nonexistent directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/../../../../include"] - ignore line: [ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed"] - ignore line: [ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include"] - ignore line: [ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/include"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] - ignore line: [End of search list.] - ignore line: [Compiler executable checksum: b8daf4944b33b24ed9ecf5a047df93fe] - ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_e2593.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_e2593.dir/'] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/as.exe -v --traditional-format -march=rv32imc_zicsr_zifencei -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_e2593.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\alex\\AppData\\Local\\Temp\\ccfyQI6h.s] - ignore line: [GNU assembler version 2.43.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-14.2.0_20241119) 2.43.1] - ignore line: [COMPILER_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/] - ignore line: [LIBRARY_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/\x0d] - ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_e2593.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_e2593.dir/CMakeCXXCompilerABI.cpp.'\x0d] - ignore line: [[2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -march=rv32imc_zicsr_zifencei -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs -v CMakeFiles/cmTC_e2593.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_e2593 && cd ."] - ignore line: [Using built-in specs.] - ignore line: [Reading specs from C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/nosys.specs] - ignore line: [rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence] - ignore line: [COLLECT_GCC=C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe] - ignore line: [COLLECT_LTO_WRAPPER=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper.exe] - ignore line: [Target: riscv32-esp-elf] - ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --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/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] - ignore line: [COMPILER_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/] - ignore line: [LIBRARY_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_e2593' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_e2593.'] - link line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2.exe -plugin C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.dll -plugin-opt=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\alex\\AppData\\Local\\Temp\\ccTYl2ft.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 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys --sysroot=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_e2593 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_e2593.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc --start-group -lgcc -lc -lnosys --end-group] - arg [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2.exe] ==> ignore - arg [-plugin] ==> ignore - arg [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.dll] ==> ignore - arg [-plugin-opt=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper.exe] ==> ignore - arg [-plugin-opt=-fresolution=C:\\Users\\alex\\AppData\\Local\\Temp\\ccTYl2ft.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 [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lnosys] ==> ignore - arg [--sysroot=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf] ==> ignore - arg [-melf32lriscv] ==> ignore - arg [-X] ==> ignore - arg [-o] ==> ignore - arg [cmTC_e2593] ==> ignore - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] - arg [CMakeFiles/cmTC_e2593.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 [--start-group] ==> ignore - arg [-lgcc] ==> lib [gcc] - arg [-lc] ==> lib [c] - arg [-lnosys] ==> lib [nosys] - arg [--end-group] ==> ignore - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: warning: cannot find entry symbol _start] - ignore line: [ defaulting to 00010094] - ignore line: [COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_e2593' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_e2593.'\x0d] - ignore line: [] - ignore line: [] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib] - implicit libs: [stdc++;m;gcc;c;nosys;c;gcc;gcc;c;nosys] - implicit objs: [] - implicit dirs: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib] - implicit fwks: [] - - - - - kind: "try_compile-v1" - backtrace: - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCSourceCompiles.cmake:52 (cmake_check_source_compiles)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindThreads.cmake:97 (CHECK_C_SOURCE_COMPILES)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindThreads.cmake:163 (_threads_check_libc)" - - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt:136 (find_package)" - checks: - - "Performing Test CMAKE_HAVE_LIBC_PTHREAD" - directories: - source: "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/CMakeScratch/TryCompile-h4kzdr" - binary: "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/CMakeScratch/TryCompile-h4kzdr" - cmakeVariables: - CMAKE_C_FLAGS: "-march=rv32imc_zicsr_zifencei " - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs " - CMAKE_MODULE_PATH: "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake;C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/third_party" - buildResult: - variable: "CMAKE_HAVE_LIBC_PTHREAD" - cached: true - stdout: | - Change Dir: 'C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/CMakeScratch/TryCompile-h4kzdr' - - Run Build Command(s): C:/Users/alex/esp/tools/ninja/1.12.1/ninja.exe -v cmTC_bebd5 - [1/2] C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DCMAKE_HAVE_LIBC_PTHREAD -march=rv32imc_zicsr_zifencei -o CMakeFiles/cmTC_bebd5.dir/src.c.obj -c C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/CMakeScratch/TryCompile-h4kzdr/src.c - [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -march=rv32imc_zicsr_zifencei -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs CMakeFiles/cmTC_bebd5.dir/src.c.obj -o cmTC_bebd5 && cd ." - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: CMakeFiles/cmTC_bebd5.dir/src.c.obj: in function `main': - src.c:(.text+0x6e): warning: pthread_atfork is not implemented and will always fail - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: src.c:(.text+0x50): warning: pthread_cancel is not implemented and will always fail - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: src.c:(.text+0x34): warning: pthread_create is not implemented and will always fail - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: src.c:(.text+0x42): warning: pthread_detach is not implemented and will always fail - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: src.c:(.text+0x78): warning: pthread_exit is not implemented and will always fail - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: src.c:(.text+0x60): warning: pthread_join is not implemented and will always fail - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: warning: cannot find entry symbol _start; defaulting to 00010094\x0d - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCCompilerFlag.cmake:51 (cmake_check_compiler_flag)" - - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt:219 (CHECK_C_COMPILER_FLAG)" - checks: - - "Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS" - directories: - source: "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/CMakeScratch/TryCompile-7tnav7" - binary: "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/CMakeScratch/TryCompile-7tnav7" - cmakeVariables: - CMAKE_C_FLAGS: "-march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs " - CMAKE_MODULE_PATH: "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake;C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/third_party" - buildResult: - variable: "C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS" - cached: true - stdout: | - Change Dir: 'C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/CMakeScratch/TryCompile-7tnav7' - - Run Build Command(s): C:/Users/alex/esp/tools/ninja/1.12.1/ninja.exe -v cmTC_71555 - [1/2] C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DC_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -o CMakeFiles/cmTC_71555.dir/src.c.obj -c C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/CMakeScratch/TryCompile-7tnav7/src.c - [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs CMakeFiles/cmTC_71555.dir/src.c.obj -o cmTC_71555 && cd ." - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: warning: cannot find entry symbol _start; defaulting to 00010094\x0d - - exitCode: 0 -... diff --git a/ESP-IDF_mqtt-ssl/build/CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/broker.crt.S.obj b/ESP-IDF_mqtt-ssl/build/CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/broker.crt.S.obj deleted file mode 100644 index 7de9878a4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/broker.crt.S.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.crt.S.obj b/ESP-IDF_mqtt-ssl/build/CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.crt.S.obj deleted file mode 100644 index 325147f9c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.crt.S.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.key.S.obj b/ESP-IDF_mqtt-ssl/build/CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.key.S.obj deleted file mode 100644 index 6b2c2e7c4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.key.S.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/mosquitto.org.crt.S.obj b/ESP-IDF_mqtt-ssl/build/CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/mosquitto.org.crt.S.obj deleted file mode 100644 index a3433148f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/mosquitto.org.crt.S.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/project_elf_src_esp32c3.c.obj b/ESP-IDF_mqtt-ssl/build/CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/project_elf_src_esp32c3.c.obj deleted file mode 100644 index 4d53ae479..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/project_elf_src_esp32c3.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/CMakeFiles/TargetDirectories.txt b/ESP-IDF_mqtt-ssl/build/CMakeFiles/TargetDirectories.txt deleted file mode 100644 index 1cdf6ffb0..000000000 --- a/ESP-IDF_mqtt-ssl/build/CMakeFiles/TargetDirectories.txt +++ /dev/null @@ -1,830 +0,0 @@ -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/menuconfig.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/confserver.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/save-defconfig.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/bootloader.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/gen_project_binary.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/app.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/erase_flash.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/merge-bin.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/monitor.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/flash.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/encrypted-flash.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/_project_elf_src.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/size.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/size-files.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/size-components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/uf2.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/uf2-app.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/CMakeFiles/custom_bundle.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader/CMakeFiles/bootloader-flash.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esptool_py/CMakeFiles/app-flash.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esptool_py/CMakeFiles/encrypted-app-flash.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esptool_py/CMakeFiles/app_check_size.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esptool_py/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esptool_py/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esptool_py/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esptool_py/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esptool_py/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/partition_table/CMakeFiles/partition_table_bin.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/partition_table/CMakeFiles/partition-table.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/partition_table/CMakeFiles/partition_table.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/partition_table/CMakeFiles/partition-table-flash.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/partition_table/CMakeFiles/partition_table-flash.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/partition_table/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/partition_table/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/partition_table/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/partition_table/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/partition_table/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_app_format/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_app_format/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_app_format/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_app_format/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_app_format/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_app_format/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_bootloader_format/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_bootloader_format/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_bootloader_format/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_bootloader_format/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/app_update/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/app_update/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/app_update/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/app_update/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/app_update/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/app_update/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_partition/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_partition/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_partition/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_partition/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_partition/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_partition/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/efuse-common-table.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/efuse_common_table.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/efuse-custom-table.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/show-efuse-table.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/show_efuse_table.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/efuse_test_table.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/memory.ld.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/sections.ld.in.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__ldgen_output_sections.ld.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/port/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/port/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/port/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/port/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/port/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/port/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_common/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_common/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_common/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_common/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_common/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/__idf_heap.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/port/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/port/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/port/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/port/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/port/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/port/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/cxx/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/cxx/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/cxx/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/cxx/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/cxx/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/cxx/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gptimer/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gptimer/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gptimer/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gptimer/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gptimer/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gptimer/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_ringbuf/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_ringbuf/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_ringbuf/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_ringbuf/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_ringbuf/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_ringbuf/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_uart/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_uart/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_uart/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_uart/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_uart/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_uart/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_pcnt/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_pcnt/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_pcnt/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_pcnt/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_pcnt/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_pcnt/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_mcpwm/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_mcpwm/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_mcpwm/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_mcpwm/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_mcpwm/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_mcpwm/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdmmc/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdmmc/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdmmc/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdmmc/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdmmc/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdmmc/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdio/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdio/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdio/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdio/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdio/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdio/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_dac/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_dac/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_dac/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_dac/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_dac/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_dac/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_tsens/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_tsens/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_tsens/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_tsens/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_tsens/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_tsens/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdm/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdm/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdm/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdm/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdm/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdm/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ledc/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ledc/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ledc/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ledc/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ledc/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ledc/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_parlio/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_parlio/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_parlio/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_parlio/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_parlio/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_parlio/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_vfs_console/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_vfs_console/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_vfs_console/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_vfs_console/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_vfs_console/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_vfs_console/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif_stack/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif_stack/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif_stack/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif_stack/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif_stack/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif_stack/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bt/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bt/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bt/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bt/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bt/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bt/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/__idf_unity.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/cmock/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/cmock/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/cmock/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/cmock/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/cmock/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/cmock/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/http_parser/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/http_parser/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/http_parser/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/http_parser/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/http_parser/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/http_parser/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_isp/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_isp/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_isp/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_isp/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_isp/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_isp/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_cam/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_cam/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_cam/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_cam/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_cam/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_cam/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_jpeg/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_jpeg/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_jpeg/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_jpeg/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_jpeg/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_jpeg/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ppa/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ppa/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ppa/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ppa/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ppa/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ppa/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_touch_sens/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_touch_sens/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_touch_sens/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_touch_sens/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_touch_sens/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_touch_sens/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_ota/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_ota/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_ota/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_ota/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_ota/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_server/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_server/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_server/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_server/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_server/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_server/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_psram/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_psram/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_psram/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_psram/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_psram/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_psram/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protobuf-c/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protobuf-c/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protobuf-c/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protobuf-c/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protobuf-c/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protobuf-c/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/idf_test/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/idf_test/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/idf_test/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/idf_test/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/idf_test/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/idf_test/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/ieee802154/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/ieee802154/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/ieee802154/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/ieee802154/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/ieee802154/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/ieee802154/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/json/CMakeFiles/__idf_json.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/json/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/json/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/json/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/json/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/json/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/json/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_sec_provider/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_sec_provider/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_sec_provider/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_sec_provider/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_sec_provider/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_sec_provider/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/openthread/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/openthread/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/openthread/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/openthread/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/openthread/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/openthread/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/rt/CMakeFiles/__idf_rt.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/rt/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/rt/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/rt/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/rt/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/rt/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/rt/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/ulp/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/ulp/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/ulp/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/ulp/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/ulp/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/ulp/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/usb/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/usb/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/usb/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/usb/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/usb/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/usb/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/main/CMakeFiles/__idf_main.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/main/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/main/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/main/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/main/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/main/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/main/CMakeFiles/install/strip.dir diff --git a/ESP-IDF_mqtt-ssl/build/CMakeFiles/bootloader-complete b/ESP-IDF_mqtt-ssl/build/CMakeFiles/bootloader-complete deleted file mode 100644 index e69de29bb..000000000 diff --git a/ESP-IDF_mqtt-ssl/build/CMakeFiles/bootloader.dir/Labels.json b/ESP-IDF_mqtt-ssl/build/CMakeFiles/bootloader.dir/Labels.json deleted file mode 100644 index 6d1dde5d0..000000000 --- a/ESP-IDF_mqtt-ssl/build/CMakeFiles/bootloader.dir/Labels.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "sources" : - [ - { - "file" : "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/bootloader" - }, - { - "file" : "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/bootloader.rule" - }, - { - "file" : "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/bootloader-complete.rule" - }, - { - "file" : "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule" - }, - { - "file" : "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule" - }, - { - "file" : "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule" - }, - { - "file" : "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule" - }, - { - "file" : "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule" - }, - { - "file" : "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule" - }, - { - "file" : "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule" - } - ], - "target" : - { - "labels" : - [ - "bootloader" - ], - "name" : "bootloader" - } -} \ No newline at end of file diff --git a/ESP-IDF_mqtt-ssl/build/CMakeFiles/bootloader.dir/Labels.txt b/ESP-IDF_mqtt-ssl/build/CMakeFiles/bootloader.dir/Labels.txt deleted file mode 100644 index a8e4c726a..000000000 --- a/ESP-IDF_mqtt-ssl/build/CMakeFiles/bootloader.dir/Labels.txt +++ /dev/null @@ -1,13 +0,0 @@ -# Target labels - bootloader -# Source files and their labels -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/bootloader -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/bootloader.rule -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/bootloader-complete.rule -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule diff --git a/ESP-IDF_mqtt-ssl/build/CMakeFiles/clean_additional.cmake b/ESP-IDF_mqtt-ssl/build/CMakeFiles/clean_additional.cmake deleted file mode 100644 index 2bd0f5da0..000000000 --- a/ESP-IDF_mqtt-ssl/build/CMakeFiles/clean_additional.cmake +++ /dev/null @@ -1,28 +0,0 @@ -# Additional clean files -cmake_minimum_required(VERSION 3.16) - -if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "") - file(REMOVE_RECURSE - "ESP-IDF_mqtt-ssl.bin" - "ESP-IDF_mqtt-ssl.map" - "bootloader\\bootloader.bin" - "bootloader\\bootloader.elf" - "bootloader\\bootloader.map" - "broker.crt.S" - "client.crt.S" - "client.key.S" - "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" - "mosquitto.org.crt.S" - "project_elf_src_esp32c3.c" - "x509_crt_bundle.S" - ) -endif() diff --git a/ESP-IDF_mqtt-ssl/build/CMakeFiles/cmake.check_cache b/ESP-IDF_mqtt-ssl/build/CMakeFiles/cmake.check_cache deleted file mode 100644 index 3dccd7317..000000000 --- a/ESP-IDF_mqtt-ssl/build/CMakeFiles/cmake.check_cache +++ /dev/null @@ -1 +0,0 @@ -# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/ESP-IDF_mqtt-ssl/build/CMakeFiles/git-data/HEAD b/ESP-IDF_mqtt-ssl/build/CMakeFiles/git-data/HEAD deleted file mode 100644 index b870d8262..000000000 --- a/ESP-IDF_mqtt-ssl/build/CMakeFiles/git-data/HEAD +++ /dev/null @@ -1 +0,0 @@ -ref: refs/heads/main diff --git a/ESP-IDF_mqtt-ssl/build/CMakeFiles/git-data/grabRef.cmake b/ESP-IDF_mqtt-ssl/build/CMakeFiles/git-data/grabRef.cmake deleted file mode 100755 index 225ceffa9..000000000 --- a/ESP-IDF_mqtt-ssl/build/CMakeFiles/git-data/grabRef.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# -# 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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024) - -string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS) -set(GIT_DIR "C:/Users/alex/github/ESP-Nodes/.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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/git-data/head-ref" COPYONLY) - elseif(EXISTS "${GIT_DIR}/logs/${HEAD_REF}") - configure_file("${GIT_DIR}/logs/${HEAD_REF}" "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/git-data/head-ref" COPYONLY) - set(HEAD_HASH "${HEAD_REF}") - endif() -else() - # detached HEAD - configure_file("${GIT_DIR}/HEAD" "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/git-data/head-ref" COPYONLY) -endif() - -if(NOT HEAD_HASH) - file(READ "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024) - string(STRIP "${HEAD_HASH}" HEAD_HASH) -endif() diff --git a/ESP-IDF_mqtt-ssl/build/CMakeFiles/git-data/head-ref b/ESP-IDF_mqtt-ssl/build/CMakeFiles/git-data/head-ref deleted file mode 100644 index 6ca57fc09..000000000 --- a/ESP-IDF_mqtt-ssl/build/CMakeFiles/git-data/head-ref +++ /dev/null @@ -1 +0,0 @@ -100497a154312597cac5f8238e94353d716506f7 diff --git a/ESP-IDF_mqtt-ssl/build/CMakeFiles/rules.ninja b/ESP-IDF_mqtt-ssl/build/CMakeFiles/rules.ninja deleted file mode 100644 index b169e0a9a..000000000 --- a/ESP-IDF_mqtt-ssl/build/CMakeFiles/rules.ninja +++ /dev/null @@ -1,1762 +0,0 @@ -# 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: ESP-IDF_mqtt-ssl -# Configurations: -# ============================================================================= -# ============================================================================= - -############################################# -# Rule for compiling ASM files. - -rule ASM_COMPILER__ESP-IDF_mqtt-ssl.2eelf_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building ASM object $out - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER__ESP-IDF_mqtt-ssl.2eelf_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking CXX executable. - -rule CXX_EXECUTABLE_LINKER__ESP-IDF_mqtt-ssl.2eelf_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_riscv_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building ASM object $out - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_riscv_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_riscv_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_driver_gpio_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_gpio_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_pm_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building ASM object $out - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_mbedtls_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_mbedtls_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking CXX static library. - -rule CXX_STATIC_LIBRARY_LINKER__everest_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking CXX static library. - -rule CXX_STATIC_LIBRARY_LINKER__p256m_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking CXX static library. - -rule CXX_STATIC_LIBRARY_LINKER__mbedcrypto_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS @$RSP_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking CXX static library. - -rule CXX_STATIC_LIBRARY_LINKER__mbedx509_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking CXX static library. - -rule CXX_STATIC_LIBRARY_LINKER__mbedtls_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_app_format_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_bootloader_format_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_bootloader_format_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_app_update_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_partition_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_efuse_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_bootloader_support_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_mm_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_spi_flash_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_system_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_common_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_rom_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_rom_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_hal_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_log_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_heap_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_soc_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_security_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_security_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_hw_support_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building ASM object $out - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_freertos_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_freertos_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_newlib_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_pthread_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_timer_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_driver_gptimer_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_gptimer_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_ringbuf_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_driver_uart_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_uart_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_app_trace_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_event_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_nvs_flash_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for compiling CXX files. - -rule CXX_COMPILER____idf_nvs_flash_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_driver_spi_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_spi_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_driver_i2s_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_i2s_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_sdmmc_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_driver_sdspi_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_sdspi_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_driver_rmt_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_rmt_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_driver_tsens_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_tsens_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_driver_sdm_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_sdm_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_driver_i2c_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_i2c_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_driver_ledc_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_ledc_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_driver_usb_serial_jtag_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_usb_serial_jtag_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_driver_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_phy_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_vfs_console_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_vfs_console_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_vfs_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_lwip_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_netif_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_wpa_supplicant_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS @$RSP_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_coex_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_wifi_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_unity_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_cmock_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_console_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_http_parser_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp-tls_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_adc_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_driver_cam_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_cam_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_eth_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_gdbstub_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_gdbstub_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_hid_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_tcp_transport_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_http_client_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_http_server_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_https_ota_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_server_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_https_server_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_lcd_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_protobuf-c_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_protocomm_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_local_ctrl_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_espcoredump_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_fatfs_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_json_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_mqtt_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_nvs_sec_provider_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_nvs_sec_provider_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_rt_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_rt_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_spiffs_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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 = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_wifi_provisioning_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_protocol_examples_common_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_protocol_examples_common_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_main_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build - description = Re-running CMake... - generator = 1 - - -############################################# -# Rule for cleaning additional files. - -rule CLEAN_ADDITIONAL - command = C:\Users\alex\esp\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\alex\esp\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\alex\esp\tools\ninja\1.12.1\ninja.exe -t targets - description = All primary targets available: - diff --git a/ESP-IDF_mqtt-ssl/build/ESP-IDF_mqtt-ssl.bin b/ESP-IDF_mqtt-ssl/build/ESP-IDF_mqtt-ssl.bin deleted file mode 100644 index 6572d7705..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/ESP-IDF_mqtt-ssl.bin and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/ESP-IDF_mqtt-ssl.elf b/ESP-IDF_mqtt-ssl/build/ESP-IDF_mqtt-ssl.elf deleted file mode 100755 index d492edcef..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/ESP-IDF_mqtt-ssl.elf and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/ESP-IDF_mqtt-ssl.map b/ESP-IDF_mqtt-ssl/build/ESP-IDF_mqtt-ssl.map deleted file mode 100644 index 9091c157a..000000000 --- a/ESP-IDF_mqtt-ssl/build/ESP-IDF_mqtt-ssl.map +++ /dev/null @@ -1,69045 +0,0 @@ -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/efuse/libefuse.a(esp_efuse_startup.c.obj) - (esp_efuse_startup_include_func) -esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_startup.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_process) -esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) (esp_efuse_get_key_dis_read) -esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) (ESP_EFUSE_KEY5) -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_system/libesp_system.a(esp_system.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) (esp_restart) -esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - (esp_system_include_startup_funcs) -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(brownout.c.obj) - esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) (esp_brownout_init) -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(reset_reason.c.obj) - esp-idf/esp_system/libesp_system.a(brownout.c.obj) (esp_reset_reason_set_hint) -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(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(apb_backup_dma.c.obj) - esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) (esp_apb_backup_dma_lock_init) -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(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(panic.c.obj) (panic_restart) -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(hw_stack_guard.c.obj) - esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) (esp_hw_stack_guard_get_bounds) -esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_err_to_name) -esp-idf/hal/libhal.a(efuse_hal.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_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(system_internal.c.obj) (wdt_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_timestamp.c.obj) - esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) (esp_log_timestamp) -esp-idf/log/liblog.a(log_write.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) (esp_log_write) -esp-idf/log/liblog.a(log_level.c.obj) - esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) (esp_log_default_level) -esp-idf/log/liblog.a(tag_log_level.c.obj) - esp-idf/log/liblog.a(log_write.c.obj) (esp_log_level_get_timeout) -esp-idf/log/liblog.a(log_linked_list.c.obj) - esp-idf/log/liblog.a(tag_log_level.c.obj) (esp_log_linked_list_set_level) -esp-idf/log/liblog.a(log_binary_heap.c.obj) - esp-idf/log/liblog.a(tag_log_level.c.obj) (esp_log_cache_set_level) -esp-idf/log/liblog.a(log_lock.c.obj) - esp-idf/log/liblog.a(log_write.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/esp_security/libesp_security.a(init.c.obj) - (esp_security_init_include_impl) -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_breakpoint) -esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - esp-idf/esp_system/libesp_system.a(startup_funcs.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(regi2c_ctrl.c.obj) - esp-idf/hal/libhal.a(brownout_hal.c.obj) (regi2c_ctrl_write_reg_mask) -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_sleep.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) (rtc_sleep_pu) -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(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_memprot.c.obj) - esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) (esp_mprot_get_active_intr) -esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) (esp_mprot_ll_err_to_esp_err) -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(sleep_modes.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (esp_sleep_sub_mode_config) -esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (sleep_console_usj_pad_backup_and_disable) -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(mspi_timing_tuning.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (mspi_timing_change_speed_mode_cache_safe) -esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (sleep_enable_cpu_retention) -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_reject_triggers) -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(queue.c.obj) - esp-idf/log/liblog.a(log_lock.c.obj) (xQueueGenericSend) -esp-idf/freertos/libfreertos.a(tasks.c.obj) - esp-idf/freertos/libfreertos.a(app_startup.c.obj) (vTaskDelete) -esp-idf/freertos/libfreertos.a(port.c.obj) - esp-idf/freertos/libfreertos.a(tasks.c.obj) (vPortEndScheduler) -esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - esp-idf/freertos/libfreertos.a(queue.c.obj) (pvPortMalloc) -esp-idf/freertos/libfreertos.a(port_common.c.obj) - esp-idf/freertos/libfreertos.a(tasks.c.obj) (vApplicationGetIdleTaskMemory) -esp-idf/freertos/libfreertos.a(port_systick.c.obj) - esp-idf/freertos/libfreertos.a(port.c.obj) (vPortSetupTimer) -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/esp_system/libesp_system.a(cpu_start.c.obj) (abort) -esp-idf/newlib/libnewlib.a(assert.c.obj) - (__assert_func) -esp-idf/newlib/libnewlib.a(heap.c.obj) - esp-idf/log/liblog.a(log_linked_list.c.obj) (malloc) -esp-idf/newlib/libnewlib.a(locks.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) (_lock_acquire_recursive) -esp-idf/newlib/libnewlib.a(pthread.c.obj) - (newlib_include_pthread_impl) -esp-idf/newlib/libnewlib.a(getentropy.c.obj) - (newlib_include_getentropy_impl) -esp-idf/newlib/libnewlib.a(reent_init.c.obj) - esp-idf/freertos/libfreertos.a(tasks.c.obj) (esp_reent_init) -esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - (newlib_include_init_funcs) -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/newlib/libnewlib.a(random.c.obj) - esp-idf/newlib/libnewlib.a(getentropy.c.obj) (getrandom) -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/cxx/libcxx.a(cxx_guards.cpp.obj) - (__cxa_guard_dummy) -esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) - (__cxx_init_dummy) -esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - (esp_timer_init_include_func) -esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) (esp_timer_impl_init_system_time) -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_lock) -esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) (esp_timer_impl_get_time) -esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - (uart_vfs_include_dev_init) -esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) (uart_set_word_length) -esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - (usb_serial_jtag_connection_monitor_include) -esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - (usb_serial_jtag_vfs_include_dev_init) -esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) (usb_serial_jtag_read_bytes) -esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - (include_esp_phy_override) -esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - (esp_vfs_include_console_register) -esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) (esp_vfs_register_fs) -esp-idf/vfs/libvfs.a(nullfs.c.obj) - (esp_vfs_include_nullfs_register) -esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - (nvs_sec_provider_include_impl) -esp-idf/main/libmain.a(app_main.c.obj) - (app_main) -esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - esp-idf/main/libmain.a(app_main.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/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - esp-idf/main/libmain.a(app_main.c.obj) (example_connect) -esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) (example_wifi_shutdown) -esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) (riscv_decode_offset_from_jal_instruction) -esp-idf/riscv/libriscv.a(interrupt.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (intr_handler_set) -esp-idf/riscv/libriscv.a(vectors.S.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) (_interrupt_handler) -esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (esprv_int_get_type) -esp-idf/riscv/libriscv.a(vectors_intc.S.obj) - esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (_vector_table) -esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (gpio_pullup_en) -esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) (rtc_gpio_is_valid_gpio) -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_random_esp32c3.c.obj) - esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) (bootloader_random_enable) -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_esp32c3.c.obj) - esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (bootloader_flash_update_id) -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_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(heap_align_hw.c.obj) - esp-idf/heap/libheap.a(heap_caps_base.c.obj) (esp_heap_adjust_alignment_to_hw) -esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) (esp_cache_get_alignment) -esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - esp-idf/esp_system/libesp_system.a(startup_funcs.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) (esp_mspi_pin_init) -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_system/libesp_system.a(startup_funcs.c.obj) (esp_flash_init_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_api.c.obj) (esp_flash_app_disable_os_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(spi_flash_chip_boya.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) (esp_flash_chip_boya) -esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) (esp_flash_chip_th) -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/esp_hw_support/libesp_hw_support.a(sleep_modes.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(freertos_hooks.c.obj) - esp-idf/freertos/libfreertos.a(port_systick.c.obj) (esp_vApplicationTickHook) -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(task_wdt.c.obj) - esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) (task_wdt_timeout_abort) -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(debug_helpers.c.obj) - esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) (esp_backtrace_print) -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(cache_hal.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) (cache_hal_disable) -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(systimer_hal.c.obj) - esp-idf/freertos/libfreertos.a(port_systick.c.obj) (systimer_hal_init) -esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) (uart_hal_get_sclk) -esp-idf/hal/libhal.a(gpio_hal.c.obj) - esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) (gpio_hal_intr_enable_on_core) -esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) (spi_flash_hal_gpspi_poll_cmd_done) -esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) (rtc_cntl_hal_dma_link_init) -esp-idf/soc/libsoc.a(interrupts.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (esp_isr_names) -esp-idf/soc/libsoc.a(gpio_periph.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) (GPIO_HOLD_MASK) -esp-idf/soc/libsoc.a(uart_periph.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.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/esp_security/libesp_security.a(esp_hmac.c.obj) - esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) (esp_hmac_calculate) -esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) (esp_crypto_hmac_lock_acquire) -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(clk_ctrl_os.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) (periph_rtc_dig_clk8m_enable) -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/mqtt/libmqtt.a(platform_esp32_idf.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) -esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) (temperature_sensor_power_acquire) -esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.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/esp_hw_support/libesp_hw_support.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/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) (adc_apb_periph_claim) -esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - esp-idf/freertos/libfreertos.a(port_systick.c.obj) (systimer_ticks_to_us) -esp-idf/freertos/libfreertos.a(event_groups.c.obj) - esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) (xEventGroupCreate) -esp-idf/freertos/libfreertos.a(portasm.S.obj) - esp-idf/riscv/libriscv.a(vectors.S.obj) (rtos_int_enter) -esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) (xQueueCreateWithCaps) -esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - esp-idf/freertos/libfreertos.a(idf_additions.c.obj) (xStreamBufferGenericCreateStatic) -esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) (__atomic_compare_exchange_4) -esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) (xRingbufferCreate) -esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.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(app_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::findEntryNs(nvs_opaque_iterator_t*)) -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/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) (nvs::NVSEncryptedPartition::NVSEncryptedPartition(esp_partition_t const*)) -esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (spi_bus_lock_get_by_id) -esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) (esp_netif_next_unsafe) -esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - esp-idf/main/libmain.a(app_main.c.obj) (esp_netif_init) -esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) (g_wifi_default_wpa_crypto_funcs) -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(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/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) (esp_wifi_deinit) -esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) (esp_wifi_set_default_wifi_sta_handlers) -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/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.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_read) -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/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.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_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_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_init) -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/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.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_rsa_sign_alt.c.obj) - esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) (esp_ds_set_session_timeout) -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_alt.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(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_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(gcm.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) (mbedtls_gcm_init_soft) -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(esp_aes_dma_core.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) (esp_aes_intr_alloc) -esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) (esp_sha_write_digest_state) -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(esp_sha_gdma_impl.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) (esp_sha_dma_start) -esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) (esp_aes_dma_start) -esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) (esp_crypto_shared_gdma_start_axi_ahb) -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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) (esp_wifi_internal_tx) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) (hostap_query_mac_in_list) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) (ieee80211_crypto_encap) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) (ieee80211_phy_init) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) (chm_get_current_channel) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) (ieee80211_psq_init) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) (ieee80211_getmgtframe) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) (ieee80211_is_40mhz_valid_bw) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) (offchan_in_progress) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) (is_esp_mesh_assoc) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) (wifi_log) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) (cnx_rc_update_rssi) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) (ieee80211_decap) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) (ieee80211_add_ie_vendor_esp_manufacturer) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) (wifi_nvs_get) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) (wifi_sta_get_prof_password) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) (wifi_station_get_reconnect_policy) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) (ieee80211_timer_do_process) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_gcmp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) (gcmp) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) (ftm_is_responder_supported) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) (wifi_get_init_state) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) (ieee80211_freedom_init) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) (get_iav_key) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) (wifi_sta_reg_eapol_txdone_cb) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) (ieee80211_proto_attach) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) (ieee80211_rfid_locp_recv_reset) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) (ieee80211_regdomain_get_country) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) (ieee80211_ht_attach) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) (ieee80211_decrypt_espnow_pkt) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) (ieee80211_send_action_register) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_tkip.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) (tkip) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) (ieee80211_scan_deattach) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_wep.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) (wep) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) (sms4) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) (pm_is_open) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) (ic_get_addr) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) (pp_register_net80211_tx_cb) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) (pm_funcs_init) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) (esf_buf_alloc) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) (lmacIsIdle) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) (rcUpdateAMPDUParam) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) (pm_coex_reconnect_policy) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) (wifi_gpio_debug) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) (wDev_ftm_set_t1t4) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) (hal_agreement_add_rx_ba) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) (hal_set_rx_beacon_pti) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) (hal_crypto_clr_key_entry) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) (hal_mac_tx_set_ppdu) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) (hal_mac_rx_get_last_dscr) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) (mac_tx_set_plcp1) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) (hal_sniffer_enable) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) (hal_enable_sta_tsf) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) (RC_SetBasicRate) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) (pp_timer_do_process) -esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (esp_partition_find_first) -esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (esp_partition_write) -esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) (esp_efuse_enable_rom_secure_download_mode) -esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) (esp_efuse_rtc_calib_get_ver) -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_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/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (esp_image_get_metadata) -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_common_loader.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_common_ota_select_crc) -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(adc_hal_common.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) (adc_hal_set_calibration_param) -esp-idf/hal/libhal.a(mpi_hal.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) (mpi_hal_calc_hardware_words) -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/hal/libhal.a(hmac_hal.c.obj) - esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) (hmac_hal_start) -esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) (temperature_sensor_attributes) -esp-idf/soc/libsoc.a(mpi_periph.c.obj) - esp-idf/hal/libhal.a(mpi_hal.c.obj) (MPI_OPERATIONS_REG) -esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) (esp_ds_start_sign) -esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) (spicommon_periph_claim) -esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) (gdma_new_ahb_channel) -esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) - esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) (adc2_cal_include) -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_timer/libesp_timer.a(esp_timer.c.obj) - esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) (esp_timer_create) -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_data.c.obj) - esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) (phy_init_data) -esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) (phy_track_pll) -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(sockets.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) (lwip_accept) -esp-idf/lwip/liblwip.a(tcpip.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (tcpip_input) -esp-idf/lwip/liblwip.a(def.c.obj) - esp-idf/lwip/liblwip.a(netdb.c.obj) (lwip_htons) -esp-idf/lwip/liblwip.a(dns.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (dns_setserver) -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(netdb.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/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (netif_set_default) -esp-idf/lwip/liblwip.a(pbuf.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.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/esp_netif/libesp_netif.a(esp_netif_lwip.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/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (dhcp_cleanup) -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(etharp.c.obj) (ip4_route) -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(tcpip.c.obj) (ethernet_input) -esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (lwip_init_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/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (sys_sem_new) -esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - esp-idf/lwip/liblwip.a(dhcp.c.obj) (acd_remove) -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(dhcpserver.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (dhcps_new) -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_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(sha256-prf.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) (sha256_prf_bits) -esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) (sha1_prf) -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(rc4.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) (rc4_skip) -esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) (aes_wrap) -esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) (aes_unwrap) -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_task_yield_from_isr_wrapper) -esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) (pp_printf) -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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) (misc_nvs_deinit) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) (mesh_sta_auth_expire_time) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) (esp_mesh_txupQ_pending_get_cidx) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) (esp_mesh_delivery_toDS) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) (esp_mesh_scan_done_get_channel) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) (mesh_topo_get_ttl) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) (esp_mesh_ap_list_clear) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) (esp_mesh_match_self) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) (mesh_set_ie_crypto_config) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) (mesh_timer_do_process) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) (esp_mesh_io_sem_signal) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) (mesh_mutex_lock) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) (mesh_send_process_topo) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) (esp_mesh_pm_tbtt_timeout_process) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) (esp_mesh_nvs_set_layer) -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/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/hal/libhal.a(gdma_hal_top.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) (gdma_hal_deinit) -esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) (gdma_ahb_hal_init) -esp-idf/hal/libhal.a(ds_hal.c.obj) - esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) (ds_hal_start) -esp-idf/soc/libsoc.a(gdma_periph.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) (gdma_periph_signals) -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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) (esp_mesh_send_event_internal) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_opv.o) - esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) (operator delete[](void*)) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) (std::nothrow) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) (vtable for __cxxabiv1::__si_class_type_info) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) (std::type_info::__is_pointer_p() const) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) (__cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_op.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_opv.o) (operator delete(void*)) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_ops.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) (operator delete(void*, unsigned int)) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) (__cxa_begin_catch) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) (std::exception::~exception()) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) (__cxa_get_globals_fast) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) (std::terminate()) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_unex_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) (__cxxabiv1::__unexpected_handler) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opv.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) (operator new[](unsigned int)) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_term_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) (__cxxabiv1::__terminate_handler) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opv.o) (operator new(unsigned int)) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) (vtable for std::bad_alloc) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffssi2.o) - esp-idf/heap/libheap.a(tlsf.c.obj) (__ffssi2) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffsdi2.o) - esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) (__ffsdi2) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffssi2.o) (__clz_tab) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clzsi2.o) - esp-idf/heap/libheap.a(tlsf.c.obj) (__clzsi2) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzsi2.o) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) (__ctzsi2) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzdi2.o) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (__ctzdi2) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (__popcountsi2) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapsi2.o) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (__bswapsi2) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapdi2.o) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) (__bswapdi2) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_divdi3.o) - esp-idf/newlib/libnewlib.a(time.c.obj) (__divdi3) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_moddi3.o) - esp-idf/newlib/libnewlib.a(time.c.obj) (__moddi3) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (__udivdi3) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_umoddi3.o) - esp-idf/newlib/libnewlib.a(time.c.obj) (__umoddi3) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(adddf3.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) (__adddf3) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(muldf3.o) - esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) (__muldf3) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subdf3.o) - esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) (__subdf3) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(fixdfsi.o) - esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) (__fixdfsi) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsidf.o) - esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) (__floatsidf) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(addsf3.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) (__addsf3) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divsf3.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) (__divsf3) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqsf2.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) (__eqsf2) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gesf2.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) (__gesf2) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(lesf2.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) (__lesf2) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(mulsf3.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) (__mulsf3) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subsf3.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) (__subsf3) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsisf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) (__floatsisf) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsisf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) (__floatunsisf) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatundisf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) (__floatundisf) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(extendsfdf2.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) (__extendsfdf2) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(truncdfsf2.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) (__truncdfsf2) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatundisf.o) (__lshrdi3) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatundisf.o) (__ashldi3) -esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) (__wrap__Unwind_DeleteException) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) (phy_wakeup_init) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) (get_phy_version_str) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) (phy_dig_reg_backup) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) (get_rf_freq_init) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) (ram1_phy_wakeup_init) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pbus.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) (ram_pbus_force_mode) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) (rom1_read_sar2_code) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) (ram1_set_pbus_reg) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) (rfpll_set_freq) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rom.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) (rom_phy_param_addr) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) (wr_rx_gain_mem) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) (rom1_txpwr_cal_track) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) (rom2_tsens_read_init1) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) (txdc_cal_init) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) (rom1_wifi_tx_dig_gain) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_analog_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) (rc_cal) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_basic.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) (rom1_i2c_master_reset) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_i2c.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) (bias_dreg_i2c_set) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_basic.o) (pbus_rx_dco_cal) -C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) (coex_pti_print) -esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) (phy_printf) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-atoi.o) - esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) (atoi) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-div.o) - esp-idf/hal/libhal.a(spi_flash_hal.c.obj) (div) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-environ.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (environ) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-itoa.o) - esp-idf/newlib/libnewlib.a(abort.c.obj) (itoa) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rand.o) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) (rand) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtol.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-atoi.o) (_strtol_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoul.o) - esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) (strtoul) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-utoa.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-itoa.o) (__utoa) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ctype_.o) - esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) (_ctype_) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-qsort.o) - esp-idf/heap/libheap.a(memory_layout_utils.c.obj) (qsort) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (_fclose_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ferror.o) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) (ferror) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) (__sflush_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fgets.o) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) (fgets) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) (__sfp_lock_acquire) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (fopen) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fprintf.o) - esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (fprintf) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputc.o) - esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (fputc) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputs.o) - esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) (fputs) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fread.o) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) (fread) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseek.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) (_fseek_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftell.o) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) (ftell) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fvwrite.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputs.o) (__sfvwrite_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwalk.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) (_fwalk_sglue) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwrite.o) - esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (fwrite) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-printf.o) - esp-idf/heap/libheap.a(heap_caps.c.obj) (printf) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputc.o) (_putc_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putchar.o) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) (putchar) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-puts.o) - esp-idf/heap/libheap.a(heap_caps.c.obj) (puts) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fgets.o) (__srefill_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-remove.o) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) (remove) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rename.o) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) (rename) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setbuf.o) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) (setbuf) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setvbuf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setbuf.o) (setvbuf) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-snprintf.o) - esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) (snprintf) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sprintf.o) - esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) (sprintf) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-stdio.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) (__sread) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vprintf.o) - esp-idf/log/liblog.a(log_write.c.obj) (vprintf) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vsnprintf.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) (vsnprintf) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wbuf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putc.o) (__swbuf_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wsetup.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (__swsetup_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-asprintf.o) - esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) (asprintf) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseek.o) (_fseeko_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftello.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftell.o) (_ftello_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-bzero.o) - esp-idf/newlib/libnewlib.a(heap.c.obj) (bzero) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memchr.o) - esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) (memchr) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (memcmp) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasecmp.o) - esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) (strcasecmp) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcat.o) - esp-idf/freertos/libfreertos.a(port.c.obj) (strcat) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strchr.o) - esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) (strchr) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcspn.o) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (strcspn) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup.o) - esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) (strdup) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup.o) (_strdup_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror.o) - esp-idf/main/libmain.a(app_main.c.obj) (strerror) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror_r.o) - esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) (strerror_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcat.o) - esp-idf/esp_system/libesp_system.a(ubsan.c.obj) (strlcat) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcpy.o) - esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) (strlcpy) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncasecmp.o) - esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) (strncasecmp) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncmp.o) - esp-idf/vfs/libvfs.a(vfs.c.obj) (strncmp) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncpy.o) - esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) (strncpy) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strnlen.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) (strnlen) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strrchr.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) (strrchr) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strstr.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) (strstr) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-u_strerr.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror.o) (_user_strerror) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup.o) - esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) (strndup) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasestr.o) - esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) (strcasestr) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup.o) (_strndup_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) (gmtime) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime.o) (gmtime_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) (mktime) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-time.o) - esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) (time) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzcalc_limits.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) (__tzcalc_limits) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzlock.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) (__tz_lock) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) (_tzset_unlocked) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset.o) (_tzset_unlocked_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzvars.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) (_timezone) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-reent.o) - esp-idf/freertos/libfreertos.a(tasks.c.obj) (_reclaim_reent) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-reent.o) (_impure_ptr) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-errno.o) - esp-idf/newlib/libnewlib.a(getentropy.c.obj) (__errno) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysclose.o) - esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) (close) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysfstat.o) - esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) (fstat) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysgettod.o) - esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) (gettimeofday) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysopen.o) - esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) (open) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysread.o) - esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) (read) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysstat.o) - esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) (stat) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-syswrite.o) - esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) (write) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memmove-stub.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (memmove) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memset.o) - esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) (memset) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) (memcpy) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlen.o) - esp-idf/esp_system/libesp_system.a(panic.c.obj) (strlen) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcpy.o) - esp-idf/vfs/libvfs.a(vfs.c.obj) (strcpy) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcmp.o) - esp-idf/log/liblog.a(tag_log_level.c.obj) (strcmp) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-getenv_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) (_getenv_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-siscanf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) (siscanf) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-siscanf.o) (__ssvfiscanf_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-snprintf.o) (_svfprintf_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fprintf.o) (_vfprintf_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) (__sprint_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-flags.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) (__sflags) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-makebuf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setvbuf.o) (__swhatbuf_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sccl.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) (__sccl) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) (__submore) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gettzinfo.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) (__gettzinfo) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-month_lengths.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzcalc_limits.o) (__month_lengths) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) (__locale_mb_cur_max) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-localeconv.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) (_localeconv_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libm_a-s_frexp.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) (frexp) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) (_dtoa_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-envlock.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-getenv_r.o) (__env_lock) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbtowc_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) (__ascii_mbtowc) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) (_Balloc) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wctomb_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) (__ascii_wctomb) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoll.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) (_strtoll_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoull.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) (_strtoull_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbrtowc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) (_mbrtowc_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) (iswspace) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace_l.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace.o) (iswspace_l) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) (__ssprint_r) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divdf3.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_analog_cal.o) (__divdf3) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqdf2.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) (__eqdf2) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gedf2.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) (__gtdf2) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(ledf2.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) (__ledf2) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(unorddf2.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) (__unorddf2) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsidf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) (__floatunsidf) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(trunctfdf2.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) (__trunctfdf2) - -Discarded input sections - - .text 0x00000000 0x0 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/project_elf_src_esp32c3.c.obj - .data 0x00000000 0x0 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/project_elf_src_esp32c3.c.obj - .bss 0x00000000 0x0 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/project_elf_src_esp32c3.c.obj - .comment 0x00000000 0x30 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/project_elf_src_esp32c3.c.obj - .note.GNU-stack - 0x00000000 0x0 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/project_elf_src_esp32c3.c.obj - .riscv.attributes - 0x00000000 0x44 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/project_elf_src_esp32c3.c.obj - .text 0x00000000 0x0 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.crt.S.obj - .data 0x00000000 0x0 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.crt.S.obj - .bss 0x00000000 0x0 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.crt.S.obj - .text 0x00000000 0x0 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.key.S.obj - .data 0x00000000 0x0 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.key.S.obj - .bss 0x00000000 0x0 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.key.S.obj - .text 0x00000000 0x0 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/mosquitto.org.crt.S.obj - .data 0x00000000 0x0 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/mosquitto.org.crt.S.obj - .bss 0x00000000 0x0 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/mosquitto.org.crt.S.obj - .text 0x00000000 0x0 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/broker.crt.S.obj - .data 0x00000000 0x0 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/broker.crt.S.obj - .bss 0x00000000 0x0 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/broker.crt.S.obj - .rodata.embedded - 0x00000000 0x483 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/broker.crt.S.obj - .riscv.attributes - 0x00000000 0x64 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/broker.crt.S.obj - .text 0x00000000 0x0 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) - .data 0x00000000 0x0 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) - .text.esp_app_get_description - 0x00000000 0xa esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) - .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.esp_efuse_read_field_bit.str1.4 - 0x00000000 0x3b esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_read_field_bit - 0x00000000 0x4e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_read_field_cnt - 0x00000000 0x66 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_write_field_blob - 0x00000000 0xb0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.esp_efuse_write_field_cnt.str1.4 - 0x00000000 0x4e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_write_field_cnt - 0x00000000 0xe2 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_write_field_bit - 0x00000000 0x5a esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_write_reg - 0x00000000 0x8e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_read_block - 0x00000000 0x48 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_read_reg - 0x00000000 0x46 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_write_block - 0x00000000 0x48 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.destroy_block.str1.4 - 0x00000000 0x120 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.destroy_block - 0x00000000 0x154 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.esp_efuse_batch_write_begin.str1.4 - 0x00000000 0x51 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_batch_write_begin - 0x00000000 0x8e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.esp_efuse_batch_write_cancel.str1.4 - 0x00000000 0x5f esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_batch_write_cancel - 0x00000000 0x98 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.esp_efuse_batch_write_commit.str1.4 - 0x00000000 0x37 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_batch_write_commit - 0x00000000 0xb0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_destroy_block - 0x00000000 0x4e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.__func__.0 - 0x00000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.__func__.1 - 0x00000000 0x13 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.__func__.2 - 0x00000000 0x19 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .sbss.s_batch_writing_mode - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .sbss.s_efuse_lock - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.fill_reg - 0x00000000 0xdc esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.set_cnt_in_reg - 0x00000000 0x5a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.write_reg - 0x00000000 0x8c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_reset - 0x00000000 0x66 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_burn_efuses - 0x00000000 0x2e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_erase_virt_blocks - 0x00000000 0x2 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_update_virt_blocks.str1.4 - 0x00000000 0x27 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_update_virt_blocks - 0x00000000 0x3c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_debug_dump_single_block.str1.4 - 0x00000000 0x12 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_debug_dump_single_block - 0x00000000 0xb0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_debug_dump_pending - 0x00000000 0x52 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_debug_dump_blocks.str1.4 - 0x00000000 0xd esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_debug_dump_blocks - 0x00000000 0x46 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_write_cnt - 0x00000000 0x8c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_write_reg.str1.4 - 0x00000000 0x53 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_write_reg - 0x00000000 0x7c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_write_blob - 0x00000000 0x34 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_get_read_register_address.str1.4 - 0x00000000 0x16 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_get_read_register_address - 0x00000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_is_correct_written_data.str1.4 - 0x00000000 0xba esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_is_correct_written_data - 0x00000000 0x102 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.__func__.0 - 0x00000000 0x2c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.__func__.2 - 0x00000000 0xa esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.__func__.3 - 0x00000000 0xf esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_block_is_empty - 0x00000000 0x48 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_set_write_protect - 0x00000000 0x9e esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_set_read_protect - 0x00000000 0x52 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_get_coding_scheme - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_get_purpose_field - 0x00000000 0x22 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_get_key - 0x00000000 0x22 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.esp_efuse_get_key_dis_read.str1.4 - 0x00000000 0x8f esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_get_key_dis_read - 0x00000000 0x52 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_set_key_dis_read - 0x00000000 0x34 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_get_key_dis_write - 0x00000000 0x52 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_set_key_dis_write - 0x00000000 0x34 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_get_key_purpose - 0x00000000 0x4a esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_set_key_purpose - 0x00000000 0x3e esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_get_keypurpose_dis_write - 0x00000000 0x52 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_set_keypurpose_dis_write - 0x00000000 0x34 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_find_purpose - 0x00000000 0x46 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_key_block_unused - 0x00000000 0x5a esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_find_unused_key_block - 0x00000000 0x2a esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_count_unused_key_blocks - 0x00000000 0x32 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.esp_efuse_write_key.str1.4 - 0x00000000 0x65 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_write_key - 0x00000000 0x124 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.esp_efuse_write_keys.str1.4 - 0x00000000 0xd2 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_write_keys - 0x00000000 0x156 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.esp_efuse_get_digest_revoke.str1.4 - 0x00000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_get_digest_revoke - 0x00000000 0x50 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_set_digest_revoke - 0x00000000 0x32 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_get_write_protect_of_digest_revoke - 0x00000000 0x50 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_set_write_protect_of_digest_revoke - 0x00000000 0x32 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.esp_secure_boot_read_key_digests.str1.4 - 0x00000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_secure_boot_read_key_digests - 0x00000000 0xc6 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.__func__.0 - 0x00000000 0x21 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.__func__.1 - 0x00000000 0x2d esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.__func__.2 - 0x00000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.__func__.3 - 0x00000000 0x23 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.__func__.4 - 0x00000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.__func__.5 - 0x00000000 0x1b esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.s_revoke_table - 0x00000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.s_table - 0x00000000 0x78 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .debug_info 0x00000000 0x160b esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .debug_abbrev 0x00000000 0x325 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .debug_loc 0x00000000 0xc8d esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .debug_aranges - 0x00000000 0xe0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .debug_ranges 0x00000000 0x150 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .debug_line 0x00000000 0x13fa esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .debug_str 0x00000000 0x1055 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .debug_frame 0x00000000 0x350 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SYS_DATA_PART2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_KEY5 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_KEY4 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_KEY3 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_KEY2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_KEY1 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_KEY0 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_USER_DATA - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_ADC1_CAL_VOL_ATTEN3 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_ADC1_CAL_VOL_ATTEN2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_ADC1_CAL_VOL_ATTEN1 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_ADC1_CAL_VOL_ATTEN0 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_OCODE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_TEMP_CALIB - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_OPTIONAL_UNIQUE_ID - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WAFER_VERSION_MAJOR - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WAFER_VERSION_MINOR_HI - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_THRES_HVT - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIG_DBIAS_HVT - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_V_DIG_DBIAS20 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_V_RTC_DBIAS20 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_K_DIG_LDO - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_K_RTC_LDO - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_FLASH_VENDOR - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_FLASH_TEMP - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_FLASH_CAP - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_BLK_VERSION_MINOR - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_PKG_VERSION - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WAFER_VERSION_MINOR_LO - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SPI_PAD_CONFIG_D7 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SPI_PAD_CONFIG_D6 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SPI_PAD_CONFIG_D5 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SPI_PAD_CONFIG_D4 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SPI_PAD_CONFIG_DQS - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SPI_PAD_CONFIG_WP - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SPI_PAD_CONFIG_HD - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SPI_PAD_CONFIG_CS - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SPI_PAD_CONFIG_D - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SPI_PAD_CONFIG_Q - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SPI_PAD_CONFIG_CLK - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DISABLE_BLK_VERSION_MAJOR - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DISABLE_WAFER_VERSION_MAJOR - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_ERR_RST_ENABLE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SECURE_VERSION - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_FORCE_SEND_RESUME - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_UART_PRINT_CONTROL - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_ENABLE_SECURITY_DOWNLOAD - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIS_USB_SERIAL_JTAG_ROM_PRINT - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIS_DIRECT_BOOT - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIS_DOWNLOAD_MODE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_FLASH_TPUW - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SECURE_BOOT_AGGRESSIVE_REVOKE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SECURE_BOOT_EN - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_KEY_PURPOSE_5 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_KEY_PURPOSE_4 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_KEY_PURPOSE_3 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_KEY_PURPOSE_2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_KEY_PURPOSE_1 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_KEY_PURPOSE_0 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SECURE_BOOT_KEY_REVOKE2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SECURE_BOOT_KEY_REVOKE1 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SECURE_BOOT_KEY_REVOKE0 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SPI_BOOT_CRYPT_CNT - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WDT_DELAY_SEL - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_VDD_SPI_AS_GPIO - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_USB_EXCHG_PINS - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIS_PAD_JTAG - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SOFT_DIS_JTAG - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_JTAG_SEL_ENABLE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIS_TWAI - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIS_FORCE_DOWNLOAD - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIS_USB_SERIAL_JTAG - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIS_DOWNLOAD_ICACHE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIS_USB_JTAG - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIS_ICACHE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_RD_DIS_BLOCK_SYS_DATA2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY5 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY4 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY3 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY1 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY0 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_RD_DIS - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SOFT_DIS_JTAG - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_VDD_SPI_AS_GPIO - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_USB_EXCHG_PINS - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_BLOCK_SYS_DATA2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY5 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY4 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY3 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY1 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY0 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_CUSTOM_MAC - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_BLOCK_USR_DATA - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN3 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN1 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN0 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN3 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN1 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_OCODE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_TEMP_CALIB - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_BLK_VERSION_MAJOR - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_OPTIONAL_UNIQUE_ID - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SYS_DATA_PART1 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_WAFER_VERSION_MAJOR - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_WAFER_VERSION_MINOR_HI - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_THRES_HVT - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIG_DBIAS_HVT - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_V_DIG_DBIAS20 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_V_RTC_DBIAS20 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_K_DIG_LDO - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_K_RTC_LDO - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_FLASH_VENDOR - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_FLASH_TEMP - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_FLASH_CAP - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_BLK_VERSION_MINOR - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_PKG_VERSION - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_WAFER_VERSION_MINOR_LO - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D7 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D6 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D5 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D4 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_DQS - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_WP - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_HD - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_CS - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_Q - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_CLK - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_MAC - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_BLK1 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DISABLE_BLK_VERSION_MAJOR - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DISABLE_WAFER_VERSION_MAJOR - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_ERR_RST_ENABLE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SECURE_VERSION - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_FORCE_SEND_RESUME - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_UART_PRINT_CONTROL - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_ENABLE_SECURITY_DOWNLOAD - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG_ROM_PRINT - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIS_DIRECT_BOOT - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_MODE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_FLASH_TPUW - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_AGGRESSIVE_REVOKE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_EN - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_5 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_4 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_3 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_1 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_0 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE1 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE0 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SPI_BOOT_CRYPT_CNT - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_WDT_DELAY_SEL - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_MANUAL_ENCRYPT - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIS_PAD_JTAG - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_JTAG_SEL_ENABLE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIS_TWAI - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIS_FORCE_DOWNLOAD - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_ICACHE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIS_USB_JTAG - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIS_ICACHE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_RD_DIS - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SYS_DATA_PART2 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.KEY5 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.KEY4 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.KEY3 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.KEY2 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.KEY1 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.KEY0 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.USER_DATA - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.ADC1_CAL_VOL_ATTEN3 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.ADC1_CAL_VOL_ATTEN2 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.ADC1_CAL_VOL_ATTEN1 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.ADC1_CAL_VOL_ATTEN0 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.OCODE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.TEMP_CALIB - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.OPTIONAL_UNIQUE_ID - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WAFER_VERSION_MAJOR - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WAFER_VERSION_MINOR_HI - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.THRES_HVT - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIG_DBIAS_HVT - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.V_DIG_DBIAS20 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.V_RTC_DBIAS20 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.K_DIG_LDO - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.K_RTC_LDO - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.FLASH_VENDOR - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.FLASH_TEMP - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.FLASH_CAP - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.BLK_VERSION_MINOR - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.PKG_VERSION - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WAFER_VERSION_MINOR_LO - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SPI_PAD_CONFIG_D7 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SPI_PAD_CONFIG_D6 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SPI_PAD_CONFIG_D5 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SPI_PAD_CONFIG_D4 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SPI_PAD_CONFIG_DQS - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SPI_PAD_CONFIG_WP - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SPI_PAD_CONFIG_HD - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SPI_PAD_CONFIG_CS - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SPI_PAD_CONFIG_D - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SPI_PAD_CONFIG_Q - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SPI_PAD_CONFIG_CLK - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DISABLE_BLK_VERSION_MAJOR - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DISABLE_WAFER_VERSION_MAJOR - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.ERR_RST_ENABLE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SECURE_VERSION - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.FORCE_SEND_RESUME - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.UART_PRINT_CONTROL - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.ENABLE_SECURITY_DOWNLOAD - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIS_USB_SERIAL_JTAG_ROM_PRINT - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIS_DIRECT_BOOT - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIS_DOWNLOAD_MODE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.FLASH_TPUW - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SECURE_BOOT_AGGRESSIVE_REVOKE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SECURE_BOOT_EN - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.KEY_PURPOSE_5 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.KEY_PURPOSE_4 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.KEY_PURPOSE_3 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.KEY_PURPOSE_2 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.KEY_PURPOSE_1 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.KEY_PURPOSE_0 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SECURE_BOOT_KEY_REVOKE2 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SECURE_BOOT_KEY_REVOKE1 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SECURE_BOOT_KEY_REVOKE0 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SPI_BOOT_CRYPT_CNT - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WDT_DELAY_SEL - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.VDD_SPI_AS_GPIO - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.USB_EXCHG_PINS - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIS_DOWNLOAD_MANUAL_ENCRYPT - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIS_PAD_JTAG - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SOFT_DIS_JTAG - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.JTAG_SEL_ENABLE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIS_TWAI - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIS_FORCE_DOWNLOAD - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIS_USB_SERIAL_JTAG - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIS_DOWNLOAD_ICACHE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIS_USB_JTAG - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIS_ICACHE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.RD_DIS_BLOCK_SYS_DATA2 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.RD_DIS_BLOCK_KEY5 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.RD_DIS_BLOCK_KEY4 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.RD_DIS_BLOCK_KEY3 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.RD_DIS_BLOCK_KEY2 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.RD_DIS_BLOCK_KEY1 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.RD_DIS_BLOCK_KEY0 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.RD_DIS - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SOFT_DIS_JTAG - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_VDD_SPI_AS_GPIO - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_USB_EXCHG_PINS - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_BLOCK_SYS_DATA2 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_BLOCK_KEY5 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_BLOCK_KEY4 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_BLOCK_KEY3 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_BLOCK_KEY2 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_BLOCK_KEY1 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_BLOCK_KEY0 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_CUSTOM_MAC - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_BLOCK_USR_DATA - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_ADC1_CAL_VOL_ATTEN3 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_ADC1_CAL_VOL_ATTEN2 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_ADC1_CAL_VOL_ATTEN1 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_ADC1_CAL_VOL_ATTEN0 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN3 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN2 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN1 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN0 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_OCODE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_TEMP_CALIB - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_BLK_VERSION_MAJOR - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_OPTIONAL_UNIQUE_ID - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SYS_DATA_PART1 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_WAFER_VERSION_MAJOR - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_WAFER_VERSION_MINOR_HI - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_THRES_HVT - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIG_DBIAS_HVT - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_V_DIG_DBIAS20 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_V_RTC_DBIAS20 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_K_DIG_LDO - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_K_RTC_LDO - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_FLASH_VENDOR - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_FLASH_TEMP - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_FLASH_CAP - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_BLK_VERSION_MINOR - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_PKG_VERSION - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_WAFER_VERSION_MINOR_LO - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SPI_PAD_CONFIG_D7 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SPI_PAD_CONFIG_D6 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SPI_PAD_CONFIG_D5 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SPI_PAD_CONFIG_D4 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SPI_PAD_CONFIG_DQS - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SPI_PAD_CONFIG_WP - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SPI_PAD_CONFIG_HD - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SPI_PAD_CONFIG_CS - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SPI_PAD_CONFIG_D - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SPI_PAD_CONFIG_Q - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SPI_PAD_CONFIG_CLK - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_MAC - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_BLK1 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DISABLE_BLK_VERSION_MAJOR - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DISABLE_WAFER_VERSION_MAJOR - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_ERR_RST_ENABLE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SECURE_VERSION - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_FORCE_SEND_RESUME - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_UART_PRINT_CONTROL - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_ENABLE_SECURITY_DOWNLOAD - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIS_USB_SERIAL_JTAG_ROM_PRINT - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIS_DIRECT_BOOT - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIS_DOWNLOAD_MODE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_FLASH_TPUW - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SECURE_BOOT_AGGRESSIVE_REVOKE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SECURE_BOOT_EN - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_KEY_PURPOSE_5 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_KEY_PURPOSE_4 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_KEY_PURPOSE_3 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_KEY_PURPOSE_2 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_KEY_PURPOSE_1 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_KEY_PURPOSE_0 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SECURE_BOOT_KEY_REVOKE2 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SECURE_BOOT_KEY_REVOKE1 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SECURE_BOOT_KEY_REVOKE0 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SPI_BOOT_CRYPT_CNT - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_WDT_DELAY_SEL - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIS_DOWNLOAD_MANUAL_ENCRYPT - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIS_PAD_JTAG - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_JTAG_SEL_ENABLE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIS_TWAI - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIS_FORCE_DOWNLOAD - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIS_USB_SERIAL_JTAG - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIS_DOWNLOAD_ICACHE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIS_USB_JTAG - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIS_ICACHE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_RD_DIS - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_set_timing - 0x00000000 0x16 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_clear_program_registers - 0x00000000 0x1a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_burn_chip_opt.str1.4 - 0x00000000 0x1d0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_burn_chip_opt - 0x00000000 0x3c0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_burn_chip - 0x00000000 0x16 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_apply_new_coding_scheme.str1.4 - 0x00000000 0x3f esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_apply_new_coding_scheme - 0x00000000 0xd2 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.range_write_addr_blocks - 0x00000000 0x58 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .bss.write_mass_blocks - 0x00000000 0x160 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) - .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) - .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .text.__ubsan_maybe_debugbreak - 0x00000000 0x10 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .rodata.__ubsan_default_handler.str1.4 - 0x00000000 0x1c esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .text.__ubsan_default_handler - 0x00000000 0x5c esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .text.__ubsan_handle_type_mismatch - 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .text.__ubsan_handle_type_mismatch_v1 - 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .text.__ubsan_handle_add_overflow - 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .text.__ubsan_handle_sub_overflow - 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .text.__ubsan_handle_mul_overflow - 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .text.__ubsan_handle_negate_overflow - 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .text.__ubsan_handle_divrem_overflow - 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .text.__ubsan_handle_shift_out_of_bounds - 0x00000000 0x32 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .text.__ubsan_handle_out_of_bounds - 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .text.__ubsan_handle_missing_return - 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .text.__ubsan_handle_vla_bound_not_positive - 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .text.__ubsan_handle_load_invalid_value - 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .text.__ubsan_handle_nonnull_arg - 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .text.__ubsan_handle_nonnull_return - 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .text.__ubsan_handle_builtin_unreachable - 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .text.__ubsan_handle_pointer_overflow - 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .text.__ubsan_handle_invalid_builtin - 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .rodata.__func__.0 - 0x00000000 0x1f esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .rodata.__func__.1 - 0x00000000 0x20 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .rodata.__func__.2 - 0x00000000 0x23 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .rodata.__func__.3 - 0x00000000 0x1e esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .rodata.__func__.4 - 0x00000000 0x1b esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .rodata.__func__.5 - 0x00000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .rodata.__func__.6 - 0x00000000 0x26 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .rodata.__func__.7 - 0x00000000 0x1e esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .rodata.__func__.8 - 0x00000000 0x1d esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .rodata.__func__.9 - 0x00000000 0x23 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .rodata.__func__.10 - 0x00000000 0x1f esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .rodata.__func__.11 - 0x00000000 0x1f esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .rodata.__func__.12 - 0x00000000 0x1c esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .rodata.__func__.13 - 0x00000000 0x1c esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .rodata.__func__.14 - 0x00000000 0x1c esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .rodata.__func__.15 - 0x00000000 0x20 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .rodata.__func__.16 - 0x00000000 0x1d esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - .text.esp_get_minimum_free_heap_size - 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .text.esp_brownout_disable - 0x00000000 0x3c esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(clk.c.obj) - .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(clk.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(clk.c.obj) - .text.rtc_clk_select_rtc_slow_clk - 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(clk.c.obj) - .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .text.esp_reset_reason - 0x00000000 0xa esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .iram1.1 0x00000000 0x2 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .iram1.2 0x00000000 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) - .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) - .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .text.panic_get_address - 0x00000000 0x4 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .text.panic_set_address - 0x00000000 0x4 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .text.esp_hw_stack_guard_monitor_start - 0x00000000 0xe esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .text.esp_hw_stack_guard_monitor_stop - 0x00000000 0xe esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .text.esp_hw_stack_guard_set_bounds - 0x00000000 0xa esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .text 0x00000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .data 0x00000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .rodata.esp_err_to_name_r.str1.4 - 0x00000000 0xc esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .text.esp_err_to_name_r - 0x00000000 0x8a esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .text.efuse_hal_get_mac - 0x00000000 0x14 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .iram1.1 0x00000000 0x1e esp-idf/hal/libhal.a(efuse_hal.c.obj) - .iram1.3 0x00000000 0x10 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .text.efuse_hal_clear_program_registers - 0x00000000 0x12 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .rodata.efuse_hal_program.str1.4 - 0x00000000 0x53 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .text.efuse_hal_program - 0x00000000 0x98 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .text.efuse_hal_rs_calculate - 0x00000000 0x12 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .text.efuse_hal_is_coding_error_in_block - 0x00000000 0x76 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .text.wdt_hal_deinit - 0x00000000 0x9a esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .text.uart_hal_txfifo_rst - 0x00000000 0x1a esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .text.uart_hal_tx_break - 0x00000000 0x32 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .text.uart_hal_read_rxfifo - 0x00000000 0x2c esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) - .text 0x00000000 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj) - .data 0x00000000 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj) - .bss 0x00000000 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj) - .text 0x00000000 0x0 esp-idf/log/liblog.a(log_write.c.obj) - .data 0x00000000 0x0 esp-idf/log/liblog.a(log_write.c.obj) - .bss 0x00000000 0x0 esp-idf/log/liblog.a(log_write.c.obj) - .text.esp_log_set_vprintf - 0x00000000 0x32 esp-idf/log/liblog.a(log_write.c.obj) - .text 0x00000000 0x0 esp-idf/log/liblog.a(log_level.c.obj) - .data 0x00000000 0x0 esp-idf/log/liblog.a(log_level.c.obj) - .bss 0x00000000 0x0 esp-idf/log/liblog.a(log_level.c.obj) - .text 0x00000000 0x0 esp-idf/log/liblog.a(tag_log_level.c.obj) - .data 0x00000000 0x0 esp-idf/log/liblog.a(tag_log_level.c.obj) - .bss 0x00000000 0x0 esp-idf/log/liblog.a(tag_log_level.c.obj) - .text.esp_log_level_get - 0x00000000 0x14 esp-idf/log/liblog.a(tag_log_level.c.obj) - .text 0x00000000 0x0 esp-idf/log/liblog.a(log_linked_list.c.obj) - .data 0x00000000 0x0 esp-idf/log/liblog.a(log_linked_list.c.obj) - .bss 0x00000000 0x0 esp-idf/log/liblog.a(log_linked_list.c.obj) - .text 0x00000000 0x0 esp-idf/log/liblog.a(log_binary_heap.c.obj) - .data 0x00000000 0x0 esp-idf/log/liblog.a(log_binary_heap.c.obj) - .bss 0x00000000 0x0 esp-idf/log/liblog.a(log_binary_heap.c.obj) - .text 0x00000000 0x0 esp-idf/log/liblog.a(log_lock.c.obj) - .data 0x00000000 0x0 esp-idf/log/liblog.a(log_lock.c.obj) - .bss 0x00000000 0x0 esp-idf/log/liblog.a(log_lock.c.obj) - .text 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) - .data 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) - .bss 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) - .text.heap_caps_walker - 0x00000000 0x36 esp-idf/heap/libheap.a(heap_caps.c.obj) - .text.heap_caps_register_failed_alloc_callback - 0x00000000 0x14 esp-idf/heap/libheap.a(heap_caps.c.obj) - .text.heap_caps_malloc_extmem_enable - 0x00000000 0xa esp-idf/heap/libheap.a(heap_caps.c.obj) - .iram1.5 0x00000000 0x7c esp-idf/heap/libheap.a(heap_caps.c.obj) - .iram1.6 0x00000000 0x7c esp-idf/heap/libheap.a(heap_caps.c.obj) - .text.heap_caps_get_total_size - 0x00000000 0x42 esp-idf/heap/libheap.a(heap_caps.c.obj) - .text.heap_caps_get_minimum_free_size - 0x00000000 0x46 esp-idf/heap/libheap.a(heap_caps.c.obj) - .rodata.heap_caps_monitor_local_minimum_free_size_start.str1.4 - 0x00000000 0x82 esp-idf/heap/libheap.a(heap_caps.c.obj) - .text.heap_caps_monitor_local_minimum_free_size_start - 0x00000000 0x10a esp-idf/heap/libheap.a(heap_caps.c.obj) - .text.heap_caps_monitor_local_minimum_free_size_stop - 0x00000000 0xb0 esp-idf/heap/libheap.a(heap_caps.c.obj) - .rodata.heap_caps_print_heap_info.str1.4 - 0x00000000 0xf4 esp-idf/heap/libheap.a(heap_caps.c.obj) - .text.heap_caps_print_heap_info - 0x00000000 0xb8 esp-idf/heap/libheap.a(heap_caps.c.obj) - .text.heap_caps_check_integrity - 0x00000000 0x74 esp-idf/heap/libheap.a(heap_caps.c.obj) - .text.heap_caps_check_integrity_all - 0x00000000 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) - .text.heap_caps_check_integrity_addr - 0x00000000 0x38 esp-idf/heap/libheap.a(heap_caps.c.obj) - .text.heap_caps_dump - 0x00000000 0x56 esp-idf/heap/libheap.a(heap_caps.c.obj) - .text.heap_caps_dump_all - 0x00000000 0x16 esp-idf/heap/libheap.a(heap_caps.c.obj) - .rodata.heap_caps_get_allocated_size.str1.4 - 0x00000000 0x5 esp-idf/heap/libheap.a(heap_caps.c.obj) - .text.heap_caps_get_allocated_size - 0x00000000 0x5c esp-idf/heap/libheap.a(heap_caps.c.obj) - .iram1.10 0x00000000 0xb4 esp-idf/heap/libheap.a(heap_caps.c.obj) - .iram1.12 0x00000000 0x12 esp-idf/heap/libheap.a(heap_caps.c.obj) - .rodata.heap_caps_walk.str1.4 - 0x00000000 0x14 esp-idf/heap/libheap.a(heap_caps.c.obj) - .text.heap_caps_walk - 0x00000000 0x98 esp-idf/heap/libheap.a(heap_caps.c.obj) - .text.heap_caps_walk_all - 0x00000000 0x1a esp-idf/heap/libheap.a(heap_caps.c.obj) - .rodata.__func__.0 - 0x00000000 0xf esp-idf/heap/libheap.a(heap_caps.c.obj) - .rodata.__func__.2 - 0x00000000 0x20 esp-idf/heap/libheap.a(heap_caps.c.obj) - .rodata.__func__.3 - 0x00000000 0x1d esp-idf/heap/libheap.a(heap_caps.c.obj) - .rodata.__func__.4 - 0x00000000 0x30 esp-idf/heap/libheap.a(heap_caps.c.obj) - .rodata.__func__.7 - 0x00000000 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) - .rodata.__func__.8 - 0x00000000 0x19 esp-idf/heap/libheap.a(heap_caps.c.obj) - .data.min_free_bytes_monitoring - 0x00000000 0x10 esp-idf/heap/libheap.a(heap_caps.c.obj) - .text 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .data 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .bss 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .text.heap_caps_check_add_region_allowed - 0x00000000 0x4c esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .text.heap_caps_add_region_with_caps - 0x00000000 0x19a esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .text.heap_caps_add_region - 0x00000000 0x84 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .text 0x00000000 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) - .data 0x00000000 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) - .bss 0x00000000 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) - .rodata.multi_heap_dump_tlsf.str1.4 - 0x00000000 0x32 esp-idf/heap/libheap.a(multi_heap.c.obj) - .text.multi_heap_dump_tlsf - 0x00000000 0x34 esp-idf/heap/libheap.a(multi_heap.c.obj) - .text.multi_heap_get_block_address_impl - 0x00000000 0x4 esp-idf/heap/libheap.a(multi_heap.c.obj) - .text.multi_heap_get_first_block - 0x00000000 0x3c esp-idf/heap/libheap.a(multi_heap.c.obj) - .rodata.multi_heap_get_next_block.str1.4 - 0x00000000 0x4a esp-idf/heap/libheap.a(multi_heap.c.obj) - .text.multi_heap_get_next_block - 0x00000000 0x82 esp-idf/heap/libheap.a(multi_heap.c.obj) - .text.multi_heap_is_free - 0x00000000 0x6 esp-idf/heap/libheap.a(multi_heap.c.obj) - .text.multi_heap_aligned_alloc_impl - 0x00000000 0x14 esp-idf/heap/libheap.a(multi_heap.c.obj) - .text.multi_heap_check - 0x00000000 0x76 esp-idf/heap/libheap.a(multi_heap.c.obj) - .rodata.multi_heap_dump.str1.4 - 0x00000000 0x1c esp-idf/heap/libheap.a(multi_heap.c.obj) - .text.multi_heap_dump - 0x00000000 0x76 esp-idf/heap/libheap.a(multi_heap.c.obj) - .text.multi_heap_minimum_free_size_impl - 0x00000000 0xa esp-idf/heap/libheap.a(multi_heap.c.obj) - .text.multi_heap_walk - 0x00000000 0x6a esp-idf/heap/libheap.a(multi_heap.c.obj) - .text.multi_heap_reset_minimum_free_bytes - 0x00000000 0x2e esp-idf/heap/libheap.a(multi_heap.c.obj) - .text.multi_heap_restore_minimum_free_bytes - 0x00000000 0x32 esp-idf/heap/libheap.a(multi_heap.c.obj) - .rodata.__func__.7 - 0x00000000 0x10 esp-idf/heap/libheap.a(multi_heap.c.obj) - .rodata.__func__.6 - 0x00000000 0x10 esp-idf/heap/libheap.a(multi_heap.c.obj) - .rodata.__func__.5 - 0x00000000 0x11 esp-idf/heap/libheap.a(multi_heap.c.obj) - .rodata.__func__.3 - 0x00000000 0xb esp-idf/heap/libheap.a(multi_heap.c.obj) - .rodata.__func__.2 - 0x00000000 0x1a esp-idf/heap/libheap.a(multi_heap.c.obj) - .rodata.__func__.1 - 0x00000000 0x1b esp-idf/heap/libheap.a(multi_heap.c.obj) - .text 0x00000000 0x0 esp-idf/heap/libheap.a(tlsf.c.obj) - .data 0x00000000 0x0 esp-idf/heap/libheap.a(tlsf.c.obj) - .bss 0x00000000 0x0 esp-idf/heap/libheap.a(tlsf.c.obj) - .text.integrity_walker - 0x00000000 0x6a esp-idf/heap/libheap.a(tlsf.c.obj) - .text.tlsf_check - 0x00000000 0x16a esp-idf/heap/libheap.a(tlsf.c.obj) - .text.tlsf_check_pool - 0x00000000 0x22 esp-idf/heap/libheap.a(tlsf.c.obj) - .text.tlsf_remove_pool - 0x00000000 0x1dc esp-idf/heap/libheap.a(tlsf.c.obj) - .text.tlsf_destroy - 0x00000000 0x2 esp-idf/heap/libheap.a(tlsf.c.obj) - .text.tlsf_malloc_addr - 0x00000000 0x758 esp-idf/heap/libheap.a(tlsf.c.obj) - .text.tlsf_memalign - 0x00000000 0x14 esp-idf/heap/libheap.a(tlsf.c.obj) - .rodata.__func__.15 - 0x00000000 0x11 esp-idf/heap/libheap.a(tlsf.c.obj) - .text 0x00000000 0x0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - .data 0x00000000 0x0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - .bss 0x00000000 0x0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - .text 0x00000000 0x0 esp-idf/heap/libheap.a(memory_layout.c.obj) - .data 0x00000000 0x0 esp-idf/heap/libheap.a(memory_layout.c.obj) - .bss 0x00000000 0x0 esp-idf/heap/libheap.a(memory_layout.c.obj) - .srodata.soc_memory_type_count - 0x00000000 0x4 esp-idf/heap/libheap.a(memory_layout.c.obj) - .text 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .data 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .bss 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .text 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(init.c.obj) - .data 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(init.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(init.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .text.esp_cpu_stall - 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .text.esp_cpu_unstall - 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .rodata.esp_cpu_reset.str1.4 - 0x00000000 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .text.esp_cpu_reset - 0x00000000 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .text.esp_cpu_clear_breakpoint - 0x00000000 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .text.esp_cpu_set_watchpoint - 0x00000000 0xda esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .text.esp_cpu_clear_watchpoint - 0x00000000 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .text.esp_cpu_compare_and_set - 0x00000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .rodata.__func__.0 - 0x00000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .text.esp_clk_rtc_time - 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .text.esp_clk_private_lock - 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .text.esp_clk_private_unlock - 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .text.esp_intr_mark_shared - 0x00000000 0x6e esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .text.esp_intr_reserve - 0x00000000 0x5e esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .iram1.1 0x00000000 0x96 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .text.esp_intr_get_intno - 0x00000000 0xa esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .iram1.6 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .iram1.7 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .rodata.esp_intr_dump.str1.4 - 0x00000000 0x12f esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .text.esp_intr_dump - 0x00000000 0x29a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .rodata.__func__.1 - 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .text.periph_ll_disable_clk_set_rst - 0x00000000 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .text.periph_rcc_release_enter - 0x00000000 0x2e esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .text.periph_rcc_release_exit - 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .text.periph_module_disable - 0x00000000 0x98 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .rodata.__func__.1 - 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .text.rtc_isr_deregister - 0x00000000 0x8c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .sdata.rtc_spinlock - 0x00000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .rodata.str1.4 - 0x00000000 0xb1 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .iram1.0 0x00000000 0x154 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .rodata.__func__.2 - 0x00000000 0x1f esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .iram1.1 0x00000000 0x66 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .iram1.8 0x00000000 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .iram1.9 0x00000000 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .dram1.7 0x00000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_32k_bootstrap - 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_32k_enabled - 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_8m_enabled - 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_fast_src_get - 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_xtal_freq_update - 0x00000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_cpu_freq_set_config_fast - 0x00000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_apb_freq_get - 0x00000000 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_divider_set - 0x00000000 0x64 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_8m_divider_set - 0x00000000 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_dig_clk8m_enable - 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_dig_clk8m_disable - 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_dig_8m_enabled - 0x00000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .rodata.__func__.2 - 0x00000000 0x1b esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .rodata.__func__.1 - 0x00000000 0x1b esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .text.rtc_sleep_finish - 0x00000000 0x32 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .rodata.rtc_sleep_get_default_config.str1.4 - 0x00000000 0x59 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .text.rtc_sleep_get_default_config - 0x00000000 0x1c0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .rodata.rtc_sleep_init.str1.4 - 0x00000000 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .text.rtc_sleep_init - 0x00000000 0x366 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .text.rtc_sleep_low_init - 0x00000000 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .text.rtc_sleep_start - 0x00000000 0x64 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .text.rtc_deep_sleep_start - 0x00000000 0xc6 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .rodata.__func__.0 - 0x00000000 0xf esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .rodata.__func__.1 - 0x00000000 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .text.rtc_clk_cal_ratio - 0x00000000 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .text.rtc_time_slowclk_to_us - 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .text.rtc_clk_wait_for_slow_cycle - 0x00000000 0x2e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .rodata.__func__.2 - 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .text.sar_periph_ctrl_power_enable - 0x00000000 0x5a esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .text.sar_periph_ctrl_power_disable - 0x00000000 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .text.sar_periph_ctrl_adc_continuous_power_acquire - 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .text.sar_periph_ctrl_adc_continuous_power_release - 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .text.memprot_ll_get_split_addr_from_reg - 0x00000000 0x5a esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .text.esp_mprot_get_split_addr - 0x00000000 0x10a esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .text.esp_mprot_get_pms_area - 0x00000000 0x1a6 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .text.esp_mprot_get_monitor_en - 0x00000000 0x5e esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .text.esp_mprot_is_intr_ena_any - 0x00000000 0x7e esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .rodata.esp_mprot_dump_configuration.str1.4 - 0x00000000 0x356 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .text.esp_mprot_dump_configuration - 0x00000000 0x42a esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .rtc.text.2 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.s_do_deep_sleep_phy_callback - 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .iram1.6 0x00000000 0xb8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .iram1.7 0x00000000 0x94 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.s_sleep_hook_deregister - 0x00000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.get_power_down_flags - 0x00000000 0x88 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .iram1.9 0x00000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .iram1.8 0x00000000 0x4e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .rodata.gpio_deep_sleep_wakeup_prepare.str1.4 - 0x00000000 0xb7 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.gpio_deep_sleep_wakeup_prepare - 0x00000000 0x162 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.timer_wakeup_prepare - 0x00000000 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .iram1.3 0x00000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .iram1.4 0x00000000 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .iram1.10 0x00000000 0x3c0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .iram1.15 0x00000000 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_get_deep_sleep_wake_stub - 0x00000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .rtc.text.1 0x00000000 0xa esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .iram1.12 0x00000000 0xd0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_deep_sleep_register_hook - 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_deep_sleep_deregister_hook - 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_deep_sleep_deregister_phy_hook - 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .iram1.13 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .iram1.14 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_light_sleep_start - 0x00000000 0x3cc esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .rodata.esp_sleep_disable_wakeup_source.str1.4 - 0x00000000 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_sleep_disable_wakeup_source - 0x00000000 0xf8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_sleep_enable_ulp_wakeup - 0x00000000 0x6 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_sleep_enable_timer_wakeup - 0x00000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_deep_sleep - 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_deep_sleep_try - 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_sleep_is_valid_wakeup_gpio - 0x00000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .rodata.esp_deep_sleep_enable_gpio_wakeup.str1.4 - 0x00000000 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_deep_sleep_enable_gpio_wakeup - 0x00000000 0x1c8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_sleep_enable_gpio_wakeup - 0x00000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_sleep_enable_uart_wakeup - 0x00000000 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_sleep_enable_wifi_wakeup - 0x00000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_sleep_disable_wifi_wakeup - 0x00000000 0x2e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_sleep_enable_wifi_beacon_wakeup - 0x00000000 0x6 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_sleep_disable_wifi_beacon_wakeup - 0x00000000 0x6 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_sleep_enable_bt_wakeup - 0x00000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_sleep_disable_bt_wakeup - 0x00000000 0x2e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_sleep_get_wakeup_cause - 0x00000000 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_sleep_get_gpio_wakeup_status - 0x00000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .rodata.esp_sleep_pd_config.str1.4 - 0x00000000 0xa esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_sleep_pd_config - 0x00000000 0xfe esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_sleep_sub_mode_force_disable - 0x00000000 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .rodata.esp_sleep_sub_mode_dump_config.str1.4 - 0x00000000 0x29 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_sleep_sub_mode_dump_config - 0x00000000 0x8c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .rtc.text.16 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_sleep_periph_use_8m - 0x00000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_sleep_enable_adc_tsens_monitor - 0x00000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.rtc_sleep_enable_ultra_low - 0x00000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .rodata.__func__.3 - 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .rodata.__func__.2 - 0x00000000 0xd esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .rodata.__func__.1 - 0x00000000 0x1f esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .sbss.s_suspended_uarts_bmap - 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .sbss.s_stopped_tgwdt_bmap - 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .sbss.s_cache_suspend_cnt - 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .sbss.s_light_sleep_wakeup - 0x00000000 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .data.s_config - 0x00000000 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .sbss.s_lightsleep_cnt - 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .bss.s_dslp_cb - 0x00000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .rodata 0x00000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) - .text.sleep_console_usj_pad_backup_and_disable - 0x00000000 0x94 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) - .text.sleep_console_usj_pad_restore - 0x00000000 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) - .sbss.s_usj_state - 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) - .debug_info 0x00000000 0x5cf3 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) - .debug_abbrev 0x00000000 0x250 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) - .debug_loc 0x00000000 0x7b esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) - .debug_aranges - 0x00000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) - .debug_ranges 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) - .debug_line 0x00000000 0x498 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) - .debug_str 0x00000000 0x4d96 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) - .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) - .debug_frame 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) - .iram1.0 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) - .debug_info 0x00000000 0x126 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) - .debug_abbrev 0x00000000 0xa6 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) - .debug_aranges - 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) - .debug_ranges 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) - .debug_line 0x00000000 0xdf esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) - .debug_str 0x00000000 0x379 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) - .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) - .debug_frame 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - .text.s_register_config_driver - 0x00000000 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - .text.mspi_timing_flash_tuning - 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - .text.mspi_timing_psram_tuning - 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - .text.mspi_timing_enter_low_speed_mode - 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - .text.mspi_timing_enter_high_speed_mode - 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - .text.mspi_timing_change_speed_mode_cache_safe - 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - .text.spi_flash_timing_is_tuned - 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - .text.spi_timing_get_flash_timing_param - 0x00000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - .text.mspi_timing_set_pin_drive_strength - 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - .bss.s_tuning_cfg_drv - 0x00000000 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - .debug_info 0x00000000 0x420 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - .debug_abbrev 0x00000000 0x1bd esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - .debug_loc 0x00000000 0x27 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - .debug_aranges - 0x00000000 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - .debug_ranges 0x00000000 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - .debug_line 0x00000000 0x504 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - .debug_str 0x00000000 0x5e8 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - .debug_frame 0x00000000 0xa8 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - .text.esp_sleep_cpu_pd_low_init - 0x00000000 0x4e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - .text.esp_sleep_cpu_pd_low_deinit - 0x00000000 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - .text.sleep_enable_cpu_retention - 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - .iram1.1 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - .text.esp_sleep_cpu_retention_init - 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - .text.esp_sleep_cpu_retention_deinit - 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - .text.cpu_domain_pd_allowed - 0x00000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - .rodata.sleep_cpu_configure.str1.4 - 0x00000000 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - .text.sleep_cpu_configure - 0x00000000 0x96 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - .rodata.__FUNCTION__.0 - 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - .dram1.0 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - .debug_info 0x00000000 0x4bb esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - .debug_abbrev 0x00000000 0x216 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - .debug_loc 0x00000000 0x82 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - .debug_aranges - 0x00000000 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - .debug_ranges 0x00000000 0x78 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - .debug_line 0x00000000 0x66b esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - .debug_str 0x00000000 0x5dc esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - .debug_frame 0x00000000 0xf0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) - .text.modem_domain_pd_allowed - 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) - .iram1.0 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) - .iram1.1 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) - .text.sleep_modem_configure - 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) - .text.esp_pm_register_inform_out_light_sleep_overhead_callback - 0x00000000 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) - .text.esp_pm_unregister_inform_out_light_sleep_overhead_callback - 0x00000000 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) - .text.periph_inform_out_light_sleep_overhead - 0x00000000 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) - .text.esp_pm_register_light_sleep_default_params_config_callback - 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) - .text.esp_pm_unregister_light_sleep_default_params_config_callback - 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) - .sbss.s_light_sleep_default_params_config_cb - 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) - .sbss.s_periph_inform_out_light_sleep_overhead_cb - 0x00000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) - .debug_info 0x00000000 0x2eb esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) - .debug_abbrev 0x00000000 0x1b5 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) - .debug_loc 0x00000000 0x189 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) - .debug_aranges - 0x00000000 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) - .debug_ranges 0x00000000 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) - .debug_line 0x00000000 0x4eb esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) - .debug_str 0x00000000 0x4a8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) - .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) - .debug_frame 0x00000000 0xb4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) - .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) - .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) - .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.xQueueGenericGetStaticBuffers.str1.4 - 0x00000000 0xf esp-idf/freertos/libfreertos.a(queue.c.obj) - .text.xQueueGenericGetStaticBuffers - 0x00000000 0x6e esp-idf/freertos/libfreertos.a(queue.c.obj) - .text.xQueueGetMutexHolderFromISR - 0x00000000 0x3a esp-idf/freertos/libfreertos.a(queue.c.obj) - .text.xQueueCreateCountingSemaphoreStatic - 0x00000000 0x4e esp-idf/freertos/libfreertos.a(queue.c.obj) - .text.xQueuePeek - 0x00000000 0x1cc esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.xQueuePeekFromISR.str1.4 - 0x00000000 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) - .text.xQueuePeekFromISR - 0x00000000 0xd0 esp-idf/freertos/libfreertos.a(queue.c.obj) - .text.uxQueueSpacesAvailable - 0x00000000 0x52 esp-idf/freertos/libfreertos.a(queue.c.obj) - .text.uxQueueMessagesWaitingFromISR - 0x00000000 0x34 esp-idf/freertos/libfreertos.a(queue.c.obj) - .text.xQueueIsQueueEmptyFromISR - 0x00000000 0x3c esp-idf/freertos/libfreertos.a(queue.c.obj) - .text.xQueueIsQueueFullFromISR - 0x00000000 0x40 esp-idf/freertos/libfreertos.a(queue.c.obj) - .text.vQueueWaitForMessageRestricted - 0x00000000 0x74 esp-idf/freertos/libfreertos.a(queue.c.obj) - .text.xQueueCreateSet - 0x00000000 0x16 esp-idf/freertos/libfreertos.a(queue.c.obj) - .text.xQueueAddToSet - 0x00000000 0x3c esp-idf/freertos/libfreertos.a(queue.c.obj) - .text.xQueueRemoveFromSet - 0x00000000 0x38 esp-idf/freertos/libfreertos.a(queue.c.obj) - .text.xQueueSelectFromSet - 0x00000000 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) - .text.xQueueSelectFromSetFromISR - 0x00000000 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.__func__.0 - 0x00000000 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.__func__.1 - 0x00000000 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.__func__.3 - 0x00000000 0x1e esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.__func__.4 - 0x00000000 0x17 esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.__func__.6 - 0x00000000 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.__func__.8 - 0x00000000 0xb esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.__func__.16 - 0x00000000 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.__func__.19 - 0x00000000 0x1c esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.__func__.22 - 0x00000000 0x1e esp-idf/freertos/libfreertos.a(queue.c.obj) - .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.prvSearchForNameWithinSingleList - 0x00000000 0x7e esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.prvTaskCheckFreeStackSpace - 0x00000000 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.prvTaskIsTaskSuspended - 0x00000000 0x60 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.pxGetTaskListByIndex - 0x00000000 0x58 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.eTaskGetState - 0x00000000 0xc6 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.uxTaskPriorityGet - 0x00000000 0x30 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.uxTaskPriorityGetFromISR - 0x00000000 0x30 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.vTaskPrioritySet.str1.4 - 0x00000000 0x17 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.vTaskPrioritySet - 0x00000000 0x166 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.vTaskResume.str1.4 - 0x00000000 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.vTaskResume - 0x00000000 0xe2 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.xTaskResumeFromISR - 0x00000000 0x10e esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.vTaskEndScheduler - 0x00000000 0x22 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.xTaskGetStaticBuffers.str1.4 - 0x00000000 0x3d esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.xTaskGetStaticBuffers - 0x00000000 0x8e esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.xTaskDelayUntil.str1.4 - 0x00000000 0x2c esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.xTaskDelayUntil - 0x00000000 0xf6 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.xTaskGetHandle.str1.4 - 0x00000000 0x1d esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.xTaskGetHandle - 0x00000000 0xe0 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.xTaskCatchUpTicks - 0x00000000 0x6e esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.xTaskAbortDelay - 0x00000000 0x106 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.vTaskPlaceOnEventListRestricted - 0x00000000 0x7e esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.vTaskSetTimeOutState - 0x00000000 0x5c esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.vTaskSetThreadLocalStoragePointer.str1.4 - 0x00000000 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.vTaskSetThreadLocalStoragePointer - 0x00000000 0x4c esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.uxTaskGetStackHighWaterMark2 - 0x00000000 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.uxTaskGetStackHighWaterMark - 0x00000000 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.xTaskGenericNotifyWait - 0x00000000 0x124 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.xTaskGenericNotify - 0x00000000 0x20e esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.xTaskGenericNotifyFromISR - 0x00000000 0x268 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.xTaskGenericNotifyStateClear.str1.4 - 0x00000000 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.xTaskGenericNotifyStateClear - 0x00000000 0x78 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.ulTaskGenericNotifyValueClear - 0x00000000 0x52 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.xTaskGetIdleTaskHandle - 0x00000000 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.pxTaskGetStackStart - 0x00000000 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.prvTaskPriorityRaise.str1.4 - 0x00000000 0x1b esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.prvTaskPriorityRaise - 0x00000000 0x12c esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.prvTaskPriorityRestore - 0x00000000 0x110 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.xTaskGetNext - 0x00000000 0x9c esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.uxTaskGetSnapshotAll - 0x00000000 0x62 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.pvTaskGetCurrentTCBForCore - 0x00000000 0x3e esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__func__.0 - 0x00000000 0x1b esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__func__.1 - 0x00000000 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__func__.7 - 0x00000000 0x1d esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__func__.9 - 0x00000000 0x1a esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__func__.10 - 0x00000000 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__func__.11 - 0x00000000 0x17 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__func__.15 - 0x00000000 0x22 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__func__.17 - 0x00000000 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__func__.20 - 0x00000000 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__func__.25 - 0x00000000 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__func__.26 - 0x00000000 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__func__.27 - 0x00000000 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__func__.28 - 0x00000000 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__func__.32 - 0x00000000 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__func__.33 - 0x00000000 0x17 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__func__.34 - 0x00000000 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__func__.36 - 0x00000000 0x11 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__func__.37 - 0x00000000 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__func__.39 - 0x00000000 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.non_ready_task_lists - 0x00000000 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) - .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) - .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) - .text.vPortEndScheduler - 0x00000000 0xc esp-idf/freertos/libfreertos.a(port.c.obj) - .rodata.vPortAssertIfInISR.str1.4 - 0x00000000 0x19 esp-idf/freertos/libfreertos.a(port.c.obj) - .text.vPortAssertIfInISR - 0x00000000 0x38 esp-idf/freertos/libfreertos.a(port.c.obj) - .iram1.1 0x00000000 0xa esp-idf/freertos/libfreertos.a(port.c.obj) - .text.vPortYieldOtherCore - 0x00000000 0x12 esp-idf/freertos/libfreertos.a(port.c.obj) - .text.xPortGetTickRateHz - 0x00000000 0x6 esp-idf/freertos/libfreertos.a(port.c.obj) - .text.vPortSetStackWatchpoint - 0x00000000 0x20 esp-idf/freertos/libfreertos.a(port.c.obj) - .rodata.__func__.1 - 0x00000000 0x13 esp-idf/freertos/libfreertos.a(port.c.obj) - .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - .text.xPortGetFreeHeapSize - 0x00000000 0x18 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - .text.xPortGetMinimumEverFreeHeapSize - 0x00000000 0x18 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - .text.xPortCheckValidListMem - 0x00000000 0x3a esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) - .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) - .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) - .text.vApplicationGetTimerTaskMemory - 0x00000000 0x98 esp-idf/freertos/libfreertos.a(port_common.c.obj) - .rodata.__func__.0 - 0x00000000 0x1f esp-idf/freertos/libfreertos.a(port_common.c.obj) - .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(list.c.obj) - .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(list.c.obj) - .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(list.c.obj) - .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) - .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) - .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) - .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(assert.c.obj) - .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(assert.c.obj) - .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(assert.c.obj) - .text.__assert - 0x00000000 0x10 esp-idf/newlib/libnewlib.a(assert.c.obj) - .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) - .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) - .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) - .text.memalign - 0x00000000 0x12 esp-idf/newlib/libnewlib.a(heap.c.obj) - .text.aligned_alloc - 0x00000000 0x12 esp-idf/newlib/libnewlib.a(heap.c.obj) - .text.posix_memalign - 0x00000000 0x30 esp-idf/newlib/libnewlib.a(heap.c.obj) - .text.malloc_trim - 0x00000000 0x4 esp-idf/newlib/libnewlib.a(heap.c.obj) - .text.malloc_usable_size - 0x00000000 0x4 esp-idf/newlib/libnewlib.a(heap.c.obj) - .text.malloc_stats - 0x00000000 0x2 esp-idf/newlib/libnewlib.a(heap.c.obj) - .text.mallopt 0x00000000 0x4 esp-idf/newlib/libnewlib.a(heap.c.obj) - .text.mallinfo - 0x00000000 0x42 esp-idf/newlib/libnewlib.a(heap.c.obj) - .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) - .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) - .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) - .iram1.1 0x00000000 0x18 esp-idf/newlib/libnewlib.a(locks.c.obj) - .iram1.2 0x00000000 0x18 esp-idf/newlib/libnewlib.a(locks.c.obj) - .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .text.pthread_setcancelstate - 0x00000000 0x4 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .text.pthread_sigmask - 0x00000000 0x4 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .text.sigfillset - 0x00000000 0xa esp-idf/newlib/libnewlib.a(pthread.c.obj) - .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(getentropy.c.obj) - .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(getentropy.c.obj) - .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(getentropy.c.obj) - .text.getentropy - 0x00000000 0x46 esp-idf/newlib/libnewlib.a(getentropy.c.obj) - .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .text.esp_reent_cleanup - 0x00000000 0x94 esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .text._write_r_console - 0x00000000 0x46 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .text._read_r_console - 0x00000000 0x50 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .text._fstat_r_console - 0x00000000 0x36 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .text._fsync_console - 0x00000000 0x2e esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .text.system 0x00000000 0x1a esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) - .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) - .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) - .text.adjtime 0x00000000 0x15a esp-idf/newlib/libnewlib.a(time.c.obj) - .text.clock_settime - 0x00000000 0x5e esp-idf/newlib/libnewlib.a(time.c.obj) - .text.clock_getres - 0x00000000 0x38 esp-idf/newlib/libnewlib.a(time.c.obj) - .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(random.c.obj) - .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(random.c.obj) - .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(random.c.obj) - .text 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) - .data 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) - .bss 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_list_find_item - 0x00000000 0x34 esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_get_handle_by_desc - 0x00000000 0xc esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_get_desc_by_handle - 0x00000000 0xa esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_find - 0x00000000 0x1c esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.get_default_pthread_core - 0x00000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.lazy_init_pthread_cfg_key - 0x00000000 0x36 esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.esp_pthread_cfg_key_destructor - 0x00000000 0x12 esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_delete - 0x00000000 0x36 esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_create_freertos_task_with_caps - 0x00000000 0x16 esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.esp_pthread_init - 0x00000000 0x14 esp-idf/pthread/libpthread.a(pthread.c.obj) - .rodata.esp_pthread_set_cfg.str1.4 - 0x00000000 0x3e esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.esp_pthread_set_cfg - 0x00000000 0xe6 esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.esp_pthread_get_cfg - 0x00000000 0xa2 esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.esp_pthread_get_default_config - 0x00000000 0x38 esp-idf/pthread/libpthread.a(pthread.c.obj) - .rodata.pthread_create.str1.4 - 0x00000000 0xb4 esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_create - 0x00000000 0x28a esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_join - 0x00000000 0x13c esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_detach - 0x00000000 0x90 esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_exit - 0x00000000 0xcc esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_task_func - 0x00000000 0x40 esp-idf/pthread/libpthread.a(pthread.c.obj) - .rodata.pthread_cancel.str1.4 - 0x00000000 0x20 esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_cancel - 0x00000000 0x3e esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.sched_yield - 0x00000000 0x16 esp-idf/pthread/libpthread.a(pthread.c.obj) - .rodata.pthread_self.str1.4 - 0x00000000 0x2d esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_self - 0x00000000 0x68 esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_equal - 0x00000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) - .rodata.pthread_once.str1.4 - 0x00000000 0x1f esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_once - 0x00000000 0x64 esp-idf/pthread/libpthread.a(pthread.c.obj) - .rodata.pthread_mutex_destroy.str1.4 - 0x00000000 0x24 esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_mutex_destroy - 0x00000000 0x9c esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_mutex_timedlock - 0x00000000 0x118 esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_mutex_trylock - 0x00000000 0x2e esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_mutexattr_init - 0x00000000 0x3e esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_mutexattr_destroy - 0x00000000 0xe esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_mutexattr_gettype - 0x00000000 0xe esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_mutexattr_settype - 0x00000000 0x32 esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_attr_init - 0x00000000 0x32 esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_attr_destroy - 0x00000000 0x12 esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_attr_getstacksize - 0x00000000 0xe esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_attr_setstacksize - 0x00000000 0x18 esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_attr_getdetachstate - 0x00000000 0xe esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_attr_setdetachstate - 0x00000000 0x20 esp-idf/pthread/libpthread.a(pthread.c.obj) - .rodata.__func__.1 - 0x00000000 0x16 esp-idf/pthread/libpthread.a(pthread.c.obj) - .rodata.__FUNCTION__.2 - 0x00000000 0xd esp-idf/pthread/libpthread.a(pthread.c.obj) - .rodata.__func__.3 - 0x00000000 0xd esp-idf/pthread/libpthread.a(pthread.c.obj) - .rodata.__FUNCTION__.4 - 0x00000000 0xf esp-idf/pthread/libpthread.a(pthread.c.obj) - .rodata.__func__.5 - 0x00000000 0xd esp-idf/pthread/libpthread.a(pthread.c.obj) - .rodata.__FUNCTION__.6 - 0x00000000 0x14 esp-idf/pthread/libpthread.a(pthread.c.obj) - .rodata.__FUNCTION__.7 - 0x00000000 0x14 esp-idf/pthread/libpthread.a(pthread.c.obj) - .sbss.s_pthread_cfg_key - 0x00000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) - .sbss.s_threads_list - 0x00000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) - .sdata.pthread_lazy_init_lock - 0x00000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) - .sbss.s_threads_lock - 0x00000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) - .text 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .data 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .bss 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .rodata.pthread_condattr_init.str1.4 - 0x00000000 0x35 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .text.pthread_condattr_init - 0x00000000 0x46 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .text.pthread_condattr_destroy - 0x00000000 0x46 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .text.pthread_condattr_getpshared - 0x00000000 0x46 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .text.pthread_condattr_setpshared - 0x00000000 0x46 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .text.pthread_condattr_getclock - 0x00000000 0x46 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .rodata.pthread_condattr_setclock.str1.4 - 0x00000000 0x24 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .text.pthread_condattr_setclock - 0x00000000 0x3c esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .text.pthread_cond_init - 0x00000000 0x44 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .text.s_check_and_init_if_static - 0x00000000 0x54 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .text.pthread_cond_signal - 0x00000000 0x4e esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .text.pthread_cond_broadcast - 0x00000000 0x5a esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .text.pthread_cond_timedwait - 0x00000000 0x1a4 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .text.pthread_cond_wait - 0x00000000 0x14 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .text.pthread_cond_destroy - 0x00000000 0x6e esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .rodata.__func__.0 - 0x00000000 0x1a esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .rodata.__FUNCTION__.1 - 0x00000000 0x1a esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .rodata.__FUNCTION__.2 - 0x00000000 0x1c esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .rodata.__FUNCTION__.3 - 0x00000000 0x1c esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .rodata.__FUNCTION__.4 - 0x00000000 0x19 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .rodata.__FUNCTION__.5 - 0x00000000 0x16 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .text 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .data 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .bss 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .text.pthread_key_delete - 0x00000000 0x5a esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .text.pthread_internal_local_storage_destructor_callback - 0x00000000 0x38 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .text 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .data 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .bss 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .text.pthread_rwlock_init - 0x00000000 0x8e esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .text.pthread_rwlock_init_if_static - 0x00000000 0x48 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .text.checkrw_lock - 0x00000000 0x28 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .text.pthread_rwlock_destroy - 0x00000000 0x7c esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .text.pthread_rwlock_rdlock - 0x00000000 0x78 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .text.pthread_rwlock_tryrdlock - 0x00000000 0x5a esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .text.pthread_rwlock_wrlock - 0x00000000 0x7c esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .text.pthread_rwlock_trywrlock - 0x00000000 0x6a esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .rodata.pthread_rwlock_unlock.str1.4 - 0x00000000 0x6e esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .text.pthread_rwlock_unlock - 0x00000000 0xa4 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .rodata.__func__.0 - 0x00000000 0x16 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .text 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .data 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .bss 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .text.sem_destroy - 0x00000000 0x28 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .text.sem_init - 0x00000000 0x5c esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .text.sem_post - 0x00000000 0x40 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .text.sem_timedwait - 0x00000000 0x124 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .text.sem_trywait - 0x00000000 0x3c esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .text.sem_wait - 0x00000000 0x2a esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .text.sem_getvalue - 0x00000000 0x42 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .text 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .data 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .bss 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .text._ZL20signal_waiting_tasksv - 0x00000000 0x36 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .rodata._ZL18wait_for_guard_objP7guard_t.str1.4 - 0x00000000 0x50 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .text._ZL18wait_for_guard_objP7guard_t - 0x00000000 0xf6 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .text._ZL19static_init_preparev - 0x00000000 0x62 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .rodata.__cxa_guard_acquire.str1.4 - 0x00000000 0x2e esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .text.__cxa_guard_acquire - 0x00000000 0xe6 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .rodata.__cxa_guard_release.str1.4 - 0x00000000 0x6f esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .text.__cxa_guard_release - 0x00000000 0xd8 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .rodata.__cxa_guard_abort.str1.4 - 0x00000000 0xa7 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .text.__cxa_guard_abort - 0x00000000 0xfe esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .sbss.__dso_handle - 0x00000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .sbss._ZL31s_static_init_max_waiting_count - 0x00000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .sbss._ZL27s_static_init_waiting_count - 0x00000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .sbss._ZL22s_static_init_wait_sem - 0x00000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .sbss._ZL19s_static_init_mutex - 0x00000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .text 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) - .data 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) - .bss 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) - .text.__cxx_eh_arena_size_get - 0x00000000 0x4 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) - .text 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - .data 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - .text 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .data 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .iram1.1 0x00000000 0x6 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .text 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) - .data 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) - .text.esp_timer_impl_lock - 0x00000000 0x12 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) - .text.esp_timer_impl_unlock - 0x00000000 0x12 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) - .iram1.0 0x00000000 0x14 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) - .sdata.s_time_update_lock - 0x00000000 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) - .text 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .data 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .iram1.0 0x00000000 0x1c esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .iram1.4 0x00000000 0x2 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .text.esp_timer_impl_set - 0x00000000 0x7e esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .text.esp_timer_impl_advance - 0x00000000 0x64 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .text.esp_timer_impl_deinit - 0x00000000 0x76 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .text.esp_timer_impl_get_alarm_reg - 0x00000000 0x64 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .text 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .data 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_rx_char_via_driver - 0x00000000 0x40 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_tx_char_via_driver - 0x00000000 0x1c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_vfs_dev_port_set_rx_line_endings - 0x00000000 0x32 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_vfs_dev_port_set_tx_line_endings - 0x00000000 0x32 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_vfs_dev_set_rx_line_endings - 0x00000000 0x20 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_vfs_dev_set_tx_line_endings - 0x00000000 0x20 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_vfs_dev_use_nonblocking - 0x00000000 0x68 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_vfs_dev_use_driver - 0x00000000 0x68 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .data 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_pattern_dequeue - 0x00000000 0x38 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_find_pattern_from_last - 0x00000000 0x26 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_ll_enable_bus_clock - 0x00000000 0x46 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_ll_reset_register - 0x00000000 0x86 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_pattern_enqueue.str1.4 - 0x00000000 0x46 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_pattern_enqueue - 0x00000000 0x70 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_pattern_link_free - 0x00000000 0x4a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_try_set_iomux_pin - 0x00000000 0xb8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_module_enable - 0x00000000 0xd4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_module_disable - 0x00000000 0xa2 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_enable_tx_write_fifo - 0x00000000 0x8c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_check_buf_full - 0x00000000 0x86 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_rx_intr_handler_default - 0x00000000 0x832 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_free_driver_obj - 0x00000000 0x84 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_alloc_driver_obj - 0x00000000 0x104 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_get_sclk_freq - 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_line_inverse - 0x00000000 0x80 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_sw_flow_ctrl.str1.4 - 0x00000000 0x5f esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_sw_flow_ctrl - 0x00000000 0x11a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_hw_flow_ctrl.str1.4 - 0x00000000 0x58 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_hw_flow_ctrl - 0x00000000 0x108 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_get_hw_flow_ctrl - 0x00000000 0x80 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_clear_intr_status - 0x00000000 0x60 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_enable_intr_mask - 0x00000000 0x94 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_disable_intr_mask - 0x00000000 0x94 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_pattern_pop_pos - 0x00000000 0xa8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_pattern_get_pos - 0x00000000 0x98 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_pattern_queue_reset - 0x00000000 0xf6 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_enable_pattern_det_baud_intr.str1.4 - 0x00000000 0x2d esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_enable_pattern_det_baud_intr - 0x00000000 0x15c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_disable_pattern_det_intr - 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_enable_rx_intr - 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_disable_rx_intr - 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_disable_tx_intr - 0x00000000 0x14 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_enable_tx_intr.str1.4 - 0x00000000 0x30 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_enable_tx_intr - 0x00000000 0xce esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_tx_all - 0x00000000 0x1f6 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_pin.str1.4 - 0x00000000 0x9e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_pin - 0x00000000 0x314 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_rts.str1.4 - 0x00000000 0x41 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_rts - 0x00000000 0xd2 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_dtr - 0x00000000 0x80 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_tx_idle_num.str1.4 - 0x00000000 0x29 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_tx_idle_num - 0x00000000 0xc0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_param_config.str1.4 - 0x00000000 0x5b esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_param_config - 0x00000000 0x396 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_intr_config - 0x00000000 0x156 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_tx_chars.str1.4 - 0x00000000 0x21 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_tx_chars - 0x00000000 0x120 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_write_bytes - 0x00000000 0xd8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_write_bytes_with_break.str1.4 - 0x00000000 0x71 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_write_bytes_with_break - 0x00000000 0x156 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_read_bytes - 0x00000000 0x1cc esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_get_tx_buffer_free_size.str1.4 - 0x00000000 0x29 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_get_tx_buffer_free_size - 0x00000000 0xdc esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_driver_delete.str1.4 - 0x00000000 0x1a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_driver_delete - 0x00000000 0x10e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_driver_install.str1.4 - 0x00000000 0x1c8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_driver_install - 0x00000000 0x392 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_mode.str1.4 - 0x00000000 0x41 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_mode - 0x00000000 0x17a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_rx_full_threshold.str1.4 - 0x00000000 0x68 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_rx_full_threshold - 0x00000000 0x11e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_tx_empty_threshold.str1.4 - 0x00000000 0x39 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_tx_empty_threshold - 0x00000000 0x11e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_rx_timeout.str1.4 - 0x00000000 0x33 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_rx_timeout - 0x00000000 0xc8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_get_collision_flag.str1.4 - 0x00000000 0x50 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_get_collision_flag - 0x00000000 0x120 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_wakeup_threshold.str1.4 - 0x00000000 0x34 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_wakeup_threshold - 0x00000000 0xe0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_get_wakeup_threshold.str1.4 - 0x00000000 0x26 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_get_wakeup_threshold - 0x00000000 0x9e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_wait_tx_idle_polling - 0x00000000 0xaa esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_loop_back - 0x00000000 0x62 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_always_rx_timeout - 0x00000000 0x4a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.48 - 0x00000000 0x13 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.47 - 0x00000000 0x1a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.46 - 0x00000000 0x1a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.45 - 0x00000000 0x1a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.44 - 0x00000000 0x18 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.43 - 0x00000000 0x14 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.42 - 0x00000000 0x1c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.41 - 0x00000000 0x1b esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.40 - 0x00000000 0xe esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.39 - 0x00000000 0x13 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .sbss.pat_flg.38 - 0x00000000 0x1 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.37 - 0x00000000 0x14 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.35 - 0x00000000 0x1d esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.32 - 0x00000000 0x10 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.31 - 0x00000000 0x1c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.30 - 0x00000000 0x11 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.29 - 0x00000000 0xe esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.26 - 0x00000000 0x11 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.25 - 0x00000000 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.24 - 0x00000000 0x15 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.23 - 0x00000000 0xd esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.22 - 0x00000000 0xd esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.20 - 0x00000000 0xd esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.19 - 0x00000000 0x14 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.18 - 0x00000000 0x22 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.17 - 0x00000000 0x19 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.16 - 0x00000000 0x15 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.15 - 0x00000000 0x15 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.14 - 0x00000000 0x17 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.13 - 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.12 - 0x00000000 0x17 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.11 - 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.10 - 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.9 - 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.8 - 0x00000000 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .data 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .text.usb_serial_jtag_is_connected - 0x00000000 0xa esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .text 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .data 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usbjtag_wait_tx_done_via_driver - 0x00000000 0x1a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usbjtag_rx_char_via_driver - 0x00000000 0x38 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usbjtag_tx_char_via_driver - 0x00000000 0x5e esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usb_serial_jtag_vfs_set_tx_line_endings - 0x00000000 0xc esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usb_serial_jtag_vfs_set_rx_line_endings - 0x00000000 0xc esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .rodata.usb_serial_jtag_vfs_register.str1.4 - 0x00000000 0x10 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usb_serial_jtag_vfs_register - 0x00000000 0x26 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usb_serial_jtag_vfs_use_nonblocking - 0x00000000 0x70 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usb_serial_jtag_vfs_use_driver - 0x00000000 0x70 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .data 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .text.usb_serial_jtag_isr_handler_default - 0x00000000 0x1e0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .text.usb_serial_jtag_read_bytes - 0x00000000 0x5e esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .rodata.usb_serial_jtag_write_bytes.str1.4 - 0x00000000 0xac esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .text.usb_serial_jtag_write_bytes - 0x00000000 0x148 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .text.usb_serial_jtag_wait_tx_done - 0x00000000 0x9a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .rodata.usb_serial_jtag_driver_uninstall.str1.4 - 0x00000000 0x2e esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .text.usb_serial_jtag_driver_uninstall - 0x00000000 0xf2 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .rodata.usb_serial_jtag_driver_install.str1.4 - 0x00000000 0x172 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .text.usb_serial_jtag_driver_install - 0x00000000 0x320 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .rodata.__FUNCTION__.0 - 0x00000000 0x1c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .rodata.__FUNCTION__.1 - 0x00000000 0x1f esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .text 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - .data 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - .text.set_xpd_sar - 0x00000000 0x32 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - .sbss.s_wifi_adc_xpd_flag - 0x00000000 0x1 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - .text 0x00000000 0x0 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .data 0x00000000 0x0 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .text 0x00000000 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) - .data 0x00000000 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) - .bss 0x00000000 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_free_entry - 0x00000000 0x2e esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_register - 0x00000000 0x36 esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_register_fs_with_id - 0x00000000 0x30 esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_register_with_id - 0x00000000 0x2c esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_unregister_with_id - 0x00000000 0xbc esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_unregister - 0x00000000 0x6a esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_register_fd_with_local_fd - 0x00000000 0xe0 esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_register_fd - 0x00000000 0x18 esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_unregister_fd - 0x00000000 0xbe esp-idf/vfs/libvfs.a(vfs.c.obj) - .rodata.esp_vfs_dump_fds.str1.4 - 0x00000000 0x9c esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_dump_fds - 0x00000000 0x108 esp-idf/vfs/libvfs.a(vfs.c.obj) - .rodata.esp_vfs_dump_registered_paths.str1.4 - 0x00000000 0x45 esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_dump_registered_paths - 0x00000000 0x9e esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_set_readonly_flag - 0x00000000 0x6e esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_pread - 0x00000000 0x9e esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_pwrite - 0x00000000 0x9e esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_ioctl - 0x00000000 0x9a esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_utime - 0x00000000 0x72 esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_opendir - 0x00000000 0x70 esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_readdir - 0x00000000 0x5e esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_readdir_r - 0x00000000 0x76 esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_telldir - 0x00000000 0x62 esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_seekdir - 0x00000000 0x68 esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_rewinddir - 0x00000000 0x14 esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_closedir - 0x00000000 0x62 esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_mkdir - 0x00000000 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_rmdir - 0x00000000 0x7a esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_truncate - 0x00000000 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_ftruncate - 0x00000000 0x98 esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.tcflow 0x00000000 0x8a esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.tcgetsid - 0x00000000 0x80 esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.tcsendbreak - 0x00000000 0x8a esp-idf/vfs/libvfs.a(vfs.c.obj) - .text 0x00000000 0x0 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .data 0x00000000 0x0 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .bss 0x00000000 0x0 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .text.esp_vfs_null_get_vfs - 0x00000000 0xa esp-idf/vfs/libvfs.a(nullfs.c.obj) - .text 0x00000000 0x0 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .data 0x00000000 0x0 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .bss 0x00000000 0x0 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .text.convert_key_type - 0x00000000 0x4 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .text.is_hmac_key_burnt_in_efuse - 0x00000000 0x26 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .rodata.compute_nvs_keys_with_hmac.str1.4 - 0x00000000 0x4e esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .text.compute_nvs_keys_with_hmac - 0x00000000 0x190 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .rodata.read_security_cfg_hmac.str1.4 - 0x00000000 0xaa esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .text.read_security_cfg_hmac - 0x00000000 0xc8 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .rodata.generate_keys_hmac.str1.4 - 0x00000000 0xec esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .text.generate_keys_hmac - 0x00000000 0x19e esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .text.nvs_sec_provider_register_hmac - 0x00000000 0xc0 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .text.nvs_sec_provider_deregister - 0x00000000 0x30 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .rodata 0x00000000 0x40 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .text 0x00000000 0x0 esp-idf/main/libmain.a(app_main.c.obj) - .data 0x00000000 0x0 esp-idf/main/libmain.a(app_main.c.obj) - .bss 0x00000000 0x0 esp-idf/main/libmain.a(app_main.c.obj) - .text 0x00000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .data 0x00000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .bss 0x00000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.esp_mqtt_dispatch_custom_event - 0x00000000 0x28 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.esp_mqtt_client_disconnect.str1.4 - 0x00000000 0x28 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.esp_mqtt_client_disconnect - 0x00000000 0x78 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.esp_mqtt_client_reconnect.str1.4 - 0x00000000 0x2e esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.esp_mqtt_client_reconnect - 0x00000000 0x94 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.esp_mqtt_client_unsubscribe.str1.4 - 0x00000000 0x5f esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.esp_mqtt_client_unsubscribe - 0x00000000 0x17c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.esp_mqtt_client_enqueue - 0x00000000 0xee esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.esp_mqtt_client_unregister_event - 0x00000000 0x2a esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.esp_mqtt_client_get_outbox_size - 0x00000000 0x4a esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .srodata.MQTT_EVENTS - 0x00000000 0x4 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text 0x00000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - .data 0x00000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - .bss 0x00000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - .text.mqtt_header_complete - 0x00000000 0x78 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - .text.mqtt_msg_unsubscribe - 0x00000000 0x90 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - .text.mqtt_msg_pingresp - 0x00000000 0x2a esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - .text 0x00000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - .data 0x00000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - .bss 0x00000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - .text.outbox_delete_single_expired - 0x00000000 0xa2 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - .text 0x00000000 0x0 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) - .data 0x00000000 0x0 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) - .bss 0x00000000 0x0 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) - .text 0x00000000 0x0 esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - .data 0x00000000 0x0 esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - .bss 0x00000000 0x0 esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - .text.netif_desc_matches_with - 0x00000000 0x28 esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - .text.get_example_netif_from_desc - 0x00000000 0x1c esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - .rodata.example_disconnect.str1.4 - 0x00000000 0x38 esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - .text.example_disconnect - 0x00000000 0x4a esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - .rodata.__func__.0 - 0x00000000 0x13 esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - .text 0x00000000 0x0 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .data 0x00000000 0x0 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .bss 0x00000000 0x0 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .text 0x00000000 0x0 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - .data 0x00000000 0x0 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - .bss 0x00000000 0x0 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - .text 0x00000000 0x0 esp-idf/riscv/libriscv.a(interrupt.c.obj) - .data 0x00000000 0x0 esp-idf/riscv/libriscv.a(interrupt.c.obj) - .bss 0x00000000 0x0 esp-idf/riscv/libriscv.a(interrupt.c.obj) - .text.intr_handler_get_arg - 0x00000000 0x14 esp-idf/riscv/libriscv.a(interrupt.c.obj) - .rodata.str1.4 - 0x00000000 0xfd esp-idf/riscv/libriscv.a(interrupt.c.obj) - .data.riscv_excp_names - 0x00000000 0x40 esp-idf/riscv/libriscv.a(interrupt.c.obj) - .text 0x00000000 0x0 esp-idf/riscv/libriscv.a(vectors.S.obj) - .data 0x00000000 0x0 esp-idf/riscv/libriscv.a(vectors.S.obj) - .bss 0x00000000 0x0 esp-idf/riscv/libriscv.a(vectors.S.obj) - .text 0x00000000 0x0 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) - .data 0x00000000 0x0 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) - .bss 0x00000000 0x0 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) - .rodata.intr_matrix_route.str1.4 - 0x00000000 0x70 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) - .text.intr_matrix_route - 0x00000000 0x3e esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) - .text.esprv_get_interrupt_unmask - 0x00000000 0xa esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) - .text.esprv_int_get_type - 0x00000000 0x18 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) - .text.esprv_int_get_priority - 0x00000000 0x10 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) - .text.esprv_int_is_vectored - 0x00000000 0x4 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) - .rodata.__func__.0 - 0x00000000 0x18 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) - .debug_info 0x00000000 0x32f esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) - .debug_abbrev 0x00000000 0x1ae esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) - .debug_loc 0x00000000 0x1df esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) - .debug_aranges - 0x00000000 0x40 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) - .debug_ranges 0x00000000 0x48 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) - .debug_line 0x00000000 0x3fc esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) - .debug_str 0x00000000 0x36f esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) - .comment 0x00000000 0x30 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) - .debug_frame 0x00000000 0x70 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) - .text 0x00000000 0x0 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) - .data 0x00000000 0x0 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) - .bss 0x00000000 0x0 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) - .text 0x00000000 0x0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .data 0x00000000 0x0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_ll_get_io_config - 0x00000000 0x96 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_ll_set_drive_capability - 0x00000000 0x48 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_ll_get_drive_capability - 0x00000000 0x36 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_ll_hold_en - 0x00000000 0x3a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_ll_hold_dis - 0x00000000 0x42 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_ll_iomux_out - 0x00000000 0x5c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_ll_force_hold_all - 0x00000000 0x32 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_ll_force_unhold_all - 0x00000000 0x40 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_input_disable - 0x00000000 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.gpio_ll_deepsleep_wakeup_enable.str1.4 - 0x00000000 0x8e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_ll_deepsleep_wakeup_enable - 0x00000000 0x84 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_ll_deepsleep_wakeup_disable - 0x00000000 0x60 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .iram1.0 0x00000000 0xea esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .iram1.1 0x00000000 0x38 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_isr_register_on_core_static - 0x00000000 0x24 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_pullup_en - 0x00000000 0xac esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_pullup_dis - 0x00000000 0xc6 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_pulldown_en - 0x00000000 0xac esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_pulldown_dis - 0x00000000 0xaa esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.gpio_set_intr_type.str1.4 - 0x00000000 0x1a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_set_intr_type - 0x00000000 0x170 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_intr_enable - 0x00000000 0xb6 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_intr_disable - 0x00000000 0x7e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_input_enable - 0x00000000 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_output_disable - 0x00000000 0xa2 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_output_enable - 0x00000000 0xa2 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_od_disable - 0x00000000 0x82 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_od_enable - 0x00000000 0x84 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_set_level - 0x00000000 0x8c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_get_level - 0x00000000 0x1c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_set_pull_mode - 0x00000000 0x166 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_set_direction - 0x00000000 0xcc esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.gpio_config.str1.4 - 0x00000000 0x89 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_config - 0x00000000 0x1de esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.gpio_reset_pin.str1.4 - 0x00000000 0x4c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_reset_pin - 0x00000000 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.gpio_isr_handler_add.str1.4 - 0x00000000 0x49 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_isr_handler_add - 0x00000000 0x12a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_isr_handler_remove - 0x00000000 0xfe esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_uninstall_isr_service - 0x00000000 0x62 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.gpio_isr_register.str1.4 - 0x00000000 0x3a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_isr_register - 0x00000000 0xc6 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.gpio_install_isr_service.str1.4 - 0x00000000 0x23 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_install_isr_service - 0x00000000 0xf0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.gpio_wakeup_enable.str1.4 - 0x00000000 0x52 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_wakeup_enable - 0x00000000 0x102 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_wakeup_disable - 0x00000000 0xb2 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.gpio_set_drive_capability.str1.4 - 0x00000000 0x1c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_set_drive_capability - 0x00000000 0xfa esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.gpio_get_drive_capability.str1.4 - 0x00000000 0x24 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_get_drive_capability - 0x00000000 0xf6 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.gpio_hold_en.str1.4 - 0x00000000 0x2f esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_hold_en - 0x00000000 0xbe esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_hold_dis - 0x00000000 0xbe esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_deep_sleep_hold_en - 0x00000000 0x3c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_deep_sleep_hold_dis - 0x00000000 0x2e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .iram1.2 0x00000000 0x24 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .iram1.3 0x00000000 0x24 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_iomux_in - 0x00000000 0x30 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_iomux_out - 0x00000000 0x22 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.gpio_deep_sleep_wakeup_enable.str1.4 - 0x00000000 0x38 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_deep_sleep_wakeup_enable - 0x00000000 0xd8 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_deep_sleep_wakeup_disable - 0x00000000 0x98 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.gpio_dump_io_configuration.str1.4 - 0x00000000 0x1d4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_dump_io_configuration - 0x00000000 0x2ee esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_func_sel - 0x00000000 0xae esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.0 - 0x00000000 0xe esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.1 - 0x00000000 0x1b esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__func__.2 - 0x00000000 0x21 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__func__.3 - 0x00000000 0x20 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.16 - 0x00000000 0xe esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.17 - 0x00000000 0xd esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.18 - 0x00000000 0x1a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.19 - 0x00000000 0x1a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.20 - 0x00000000 0x14 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.21 - 0x00000000 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.22 - 0x00000000 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.23 - 0x00000000 0x18 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.24 - 0x00000000 0x15 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.25 - 0x00000000 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__func__.26 - 0x00000000 0xf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.27 - 0x00000000 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.28 - 0x00000000 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.29 - 0x00000000 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.30 - 0x00000000 0xf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.31 - 0x00000000 0xf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.32 - 0x00000000 0x10 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.33 - 0x00000000 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.34 - 0x00000000 0x14 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.35 - 0x00000000 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.36 - 0x00000000 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.37 - 0x00000000 0x11 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.38 - 0x00000000 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.39 - 0x00000000 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.40 - 0x00000000 0x11 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.41 - 0x00000000 0x10 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.42 - 0x00000000 0xf esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .data.gpio_context - 0x00000000 0x20 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .sdata._gpio_hal - 0x00000000 0x4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text 0x00000000 0x0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .data 0x00000000 0x0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .text.rtc_gpio_is_valid_gpio - 0x00000000 0x4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .debug_info 0x00000000 0x16a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .debug_abbrev 0x00000000 0xaa esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .debug_loc 0x00000000 0x27 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .debug_aranges - 0x00000000 0x20 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .debug_ranges 0x00000000 0x10 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .debug_line 0x00000000 0xdb esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .debug_str 0x00000000 0x34e esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .comment 0x00000000 0x30 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .debug_frame 0x00000000 0x20 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .text.bootloader_random_enable - 0x00000000 0x198 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .text.bootloader_random_disable - 0x00000000 0x7a esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .debug_info 0x00000000 0x1d8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .debug_abbrev 0x00000000 0xaf esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .debug_aranges - 0x00000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .debug_ranges 0x00000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .debug_line 0x00000000 0x58f esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .debug_str 0x00000000 0x286 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .comment 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .debug_frame 0x00000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .iram1.6 0x00000000 0x6a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .text.bootloader_mmap_get_free_pages - 0x00000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .rodata.bootloader_mmap.str1.4 - 0x00000000 0x65 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .text.bootloader_mmap - 0x00000000 0xae esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .text.bootloader_munmap - 0x00000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .text.bootloader_flash_read - 0x00000000 0x4a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .text.bootloader_flash_write - 0x00000000 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .text.bootloader_flash_erase_sector - 0x00000000 0x1a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .text.bootloader_flash_erase_range - 0x00000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .iram1.0 0x00000000 0x196 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .iram1.3 0x00000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .text.bootloader_enable_wp - 0x00000000 0x1a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .text.bootloader_spi_flash_reset - 0x00000000 0x2e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .iram1.7 0x00000000 0x118 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .iram1.13 0x00000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .text.bootloader_flash_get_spi_mode - 0x00000000 0x4a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .rodata.__func__.0 - 0x00000000 0x1b esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .dram1.11 0x00000000 0x1e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .dram1.10 0x00000000 0x1e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .dram1.5 0x00000000 0x11 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .sbss.map 0x00000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .text.bootloader_spi_flash_resume - 0x00000000 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .rodata.print_flash_info.str1.4 - 0x00000000 0xe1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .text.print_flash_info - 0x00000000 0x1ca esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .text.update_flash_config - 0x00000000 0x5e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .text.bootloader_flash_update_size - 0x00000000 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .iram1.0 0x00000000 0x42 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .iram1.1 0x00000000 0x48 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .iram1.2 0x00000000 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .iram1.4 0x00000000 0xc2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .iram1.3 0x00000000 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .iram1.5 0x00000000 0x24 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .text.bootloader_init_spi_flash - 0x00000000 0x64 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .text.esp_flash_write_protect_crypt_cnt - 0x00000000 0x1a esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .text.esp_get_flash_encryption_mode - 0x00000000 0x98 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .rodata.esp_flash_encryption_init_checks.str1.4 - 0x00000000 0x7e esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .text.esp_flash_encryption_init_checks - 0x00000000 0x72 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .rodata.esp_flash_encryption_set_release_mode.str1.4 - 0x00000000 0x77 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .text.esp_flash_encryption_set_release_mode - 0x00000000 0x140 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .rodata.esp_flash_encryption_cfg_verify_release_mode.str1.4 - 0x00000000 0x3c7 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .text.esp_flash_encryption_cfg_verify_release_mode - 0x00000000 0x3a6 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .text 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .data 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .iram1.17 0x00000000 0x48 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .text.esp_mmu_map_get_max_consecutive_free_block_size - 0x00000000 0x112 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .text.esp_mmu_map_reserve_block_with_caps - 0x00000000 0x14c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.esp_mmu_map_dump_mapped_blocks.str1.4 - 0x00000000 0x152 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .text.esp_mmu_map_dump_mapped_blocks - 0x00000000 0x1d0 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .iram1.5 0x00000000 0x264 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.esp_mmu_paddr_to_vaddr.str1.4 - 0x00000000 0x28 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .text.esp_mmu_paddr_to_vaddr - 0x00000000 0xa2 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.__FUNCTION__.0 - 0x00000000 0x17 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.__FUNCTION__.6 - 0x00000000 0x24 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.__FUNCTION__.7 - 0x00000000 0x30 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .dram1.15 0x00000000 0x19 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .dram1.14 0x00000000 0x18 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .dram1.13 0x00000000 0x1a esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .dram1.12 0x00000000 0x1b esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .dram1.11 0x00000000 0x1d esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .dram1.10 0x00000000 0x1f esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .dram1.9 0x00000000 0x18 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .dram1.8 0x00000000 0x18 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .dram1.7 0x00000000 0x1d esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .dram1.6 0x00000000 0x1f esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .text 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) - .data 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) - .text 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - .data 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - .text 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .data 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .text.esp_cache_aligned_malloc_internal - 0x00000000 0xf4 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .rodata.esp_cache_msync.str1.4 - 0x00000000 0x230 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .text.esp_cache_msync - 0x00000000 0x2b6 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .text.esp_cache_aligned_malloc - 0x00000000 0x12 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .text.esp_cache_aligned_malloc_prefer - 0x00000000 0x96 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .text.esp_cache_aligned_calloc - 0x00000000 0xda esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .text.esp_cache_aligned_calloc_prefer - 0x00000000 0x10a esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .rodata.__FUNCTION__.1 - 0x00000000 0x20 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .rodata.__FUNCTION__.2 - 0x00000000 0x19 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .rodata.__FUNCTION__.3 - 0x00000000 0x20 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .rodata.__FUNCTION__.4 - 0x00000000 0x22 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .rodata.__func__.5 - 0x00000000 0x10 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .rodata.__FUNCTION__.6 - 0x00000000 0x10 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .iram1.2 0x00000000 0x24 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .iram1.3 0x00000000 0x24 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .rodata.esp_enable_cache_wrap.str1.4 - 0x00000000 0x44 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .text.esp_enable_cache_wrap - 0x00000000 0x3e esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .text.s_find_non_contiguous_block_nums - 0x00000000 0x28 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .text.s_pages_to_bytes - 0x00000000 0x1e esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .text.s_merge_contiguous_pages - 0x00000000 0x80 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .text.spi_flash_mmap_pages - 0x00000000 0x15c esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .text.spi_flash_mmap_dump - 0x00000000 0x1c esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .text.spi_flash_mmap_get_free_pages - 0x00000000 0x28 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .rodata.spi_flash_phys2cache.str1.4 - 0x00000000 0xe esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .text.spi_flash_phys2cache - 0x00000000 0x54 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .rodata.__func__.0 - 0x00000000 0x15 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .rodata.__func__.2 - 0x00000000 0x19 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .iram1.3 0x00000000 0xa esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .iram1.6 0x00000000 0x2 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .dram1.1 0x00000000 0x8 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.11 0x00000000 0x3e esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .text.find_region - 0x00000000 0x5e esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .text.esp_flash_read_id - 0x00000000 0x44 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .text.esp_flash_read_unique_chip_id - 0x00000000 0xb0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.8 0x00000000 0x1d4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.14 0x00000000 0x40 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.15 0x00000000 0x62 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.17 0x00000000 0x60 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.18 0x00000000 0x58 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .text.esp_flash_get_protectable_regions - 0x00000000 0x5a esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.19 0x00000000 0xb2 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.20 0x00000000 0xe8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.25 0x00000000 0x92 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.26 0x00000000 0x66 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.27 0x00000000 0x60 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .rodata.esp_flash_suspend_cmd_init.str1.4 - 0x00000000 0x7c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .text.esp_flash_suspend_cmd_init - 0x00000000 0xbc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .text.esp_flash_app_disable_protect - 0x00000000 0x2e esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .text.use_bus_lock - 0x00000000 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .text.bus_using_iomux - 0x00000000 0xc8 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .text.cs_using_iomux - 0x00000000 0x44 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .rodata.acquire_spi_device.str1.4 - 0x00000000 0x87 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .text.acquire_spi_device - 0x00000000 0x120 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .iram1.0 0x00000000 0x15a esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .text.spi_bus_remove_flash_device - 0x00000000 0x46 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .rodata.spi_bus_add_flash_device.str1.4 - 0x00000000 0x5c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .text.spi_bus_add_flash_device - 0x00000000 0x196 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .rodata.__func__.2 - 0x00000000 0x19 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .text.use_bus_lock - 0x00000000 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.3 0x00000000 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.5 0x00000000 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.2 0x00000000 0x32 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.4 0x00000000 0x12 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .text.esp_flash_init_os_functions - 0x00000000 0x8c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .text.esp_flash_deinit_os_functions - 0x00000000 0x2c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .text.esp_flash_init_main_bus_lock - 0x00000000 0x6 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .text.esp_flash_set_dangerous_write_protection - 0x00000000 0x1c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .rodata.esp_flash_spi23_default_os_functions - 0x00000000 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .iram1.4 0x00000000 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .iram1.6 0x00000000 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .dram1.0 0x00000000 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - .text 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .data 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .bss 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .text.memspi_host_read - 0x00000000 0x36 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .rodata._esp_error_check_failed_without_abort.str1.4 - 0x00000000 0x1e esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .text._esp_error_check_failed_without_abort - 0x00000000 0x26 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .iram1.4 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .iram1.5 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .iram1.6 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .iram1.7 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .text.esp_register_freertos_idle_hook - 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .text.esp_deregister_freertos_idle_hook_for_cpu - 0x00000000 0x66 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .text.esp_deregister_freertos_idle_hook - 0x00000000 0x3a esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .text.esp_deregister_freertos_tick_hook_for_cpu - 0x00000000 0x66 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .text.esp_deregister_freertos_tick_hook - 0x00000000 0x3a esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .text.delete_entry - 0x00000000 0x186 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .text.esp_task_wdt_stop - 0x00000000 0x44 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .text.esp_task_wdt_restart - 0x00000000 0x44 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .text.esp_task_wdt_add_user - 0x00000000 0xa6 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.esp_task_wdt_reset_user.str1.4 - 0x00000000 0x2b esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .text.esp_task_wdt_reset_user - 0x00000000 0x10c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .text.esp_task_wdt_delete - 0x00000000 0x68 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.unsubscribe_idle.str1.4 - 0x00000000 0x26 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .text.unsubscribe_idle - 0x00000000 0x9c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.esp_task_wdt_reconfigure.str1.4 - 0x00000000 0x2e esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .text.esp_task_wdt_reconfigure - 0x00000000 0x12c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.esp_task_wdt_deinit.str1.4 - 0x00000000 0x32 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .text.esp_task_wdt_deinit - 0x00000000 0xe8 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .text.esp_task_wdt_delete_user - 0x00000000 0x96 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .text.esp_task_wdt_status - 0x00000000 0x8c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.__FUNCTION__.0 - 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.__FUNCTION__.1 - 0x00000000 0x19 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.__FUNCTION__.2 - 0x00000000 0xd esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.__FUNCTION__.3 - 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.__FUNCTION__.4 - 0x00000000 0x18 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.__FUNCTION__.6 - 0x00000000 0x16 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.__FUNCTION__.9 - 0x00000000 0x14 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.__func__.10 - 0x00000000 0x11 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.__FUNCTION__.11 - 0x00000000 0x19 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .text.esp_task_wdt_impl_timer_reconfigure - 0x00000000 0x5e esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .rodata.esp_task_wdt_impl_timer_free.str1.4 - 0x00000000 0x84 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .text.esp_task_wdt_impl_timer_free - 0x00000000 0xb6 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .text.esp_task_wdt_impl_timer_stop - 0x00000000 0x36 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .rodata.__func__.0 - 0x00000000 0x1d esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .text 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .data 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .text.mmu_hal_unmap_all - 0x00000000 0x54 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .text.mmu_hal_init - 0x00000000 0x1a esp-idf/hal/libhal.a(mmu_hal.c.obj) - .text.mmu_hal_bytes_to_pages - 0x00000000 0x6 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .rodata.__func__.10 - 0x00000000 0x19 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(cache_hal.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(cache_hal.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(cache_hal.c.obj) - .text.s_cache_hal_init_ctx - 0x00000000 0x6e esp-idf/hal/libhal.a(cache_hal.c.obj) - .text.cache_hal_init - 0x00000000 0x42 esp-idf/hal/libhal.a(cache_hal.c.obj) - .text.cache_hal_disable - 0x00000000 0x3a esp-idf/hal/libhal.a(cache_hal.c.obj) - .text.cache_hal_enable - 0x00000000 0x4a esp-idf/hal/libhal.a(cache_hal.c.obj) - .rodata.__func__.3 - 0x00000000 0x11 esp-idf/hal/libhal.a(cache_hal.c.obj) - .rodata.__func__.4 - 0x00000000 0x12 esp-idf/hal/libhal.a(cache_hal.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(systimer_hal.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(systimer_hal.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(systimer_hal.c.obj) - .text.systimer_hal_deinit - 0x00000000 0x14 esp-idf/hal/libhal.a(systimer_hal.c.obj) - .text.systimer_hal_get_clock_source - 0x00000000 0x4 esp-idf/hal/libhal.a(systimer_hal.c.obj) - .text.systimer_hal_get_time - 0x00000000 0x1a esp-idf/hal/libhal.a(systimer_hal.c.obj) - .text.systimer_hal_get_alarm_value - 0x00000000 0x16 esp-idf/hal/libhal.a(systimer_hal.c.obj) - .text.systimer_hal_counter_value_advance - 0x00000000 0x78 esp-idf/hal/libhal.a(systimer_hal.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_set_hw_flow_ctrl - 0x00000000 0x4a esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_get_hw_flow_ctrl - 0x00000000 0x24 esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_set_sw_flow_ctrl - 0x00000000 0x76 esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_set_at_cmd_char - 0x00000000 0x76 esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_set_tx_idle_num - 0x00000000 0x1a esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_set_dtr - 0x00000000 0x12 esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_set_rxfifo_full_thr - 0x00000000 0x12 esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_set_txfifo_empty_thr - 0x00000000 0x1a esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_set_wakeup_thrd - 0x00000000 0x14 esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_get_wakeup_thrd - 0x00000000 0xe esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_set_mode - 0x00000000 0x10e esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_is_hw_rts_en - 0x00000000 0xa esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_inverse_signal - 0x00000000 0xb8 esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_set_loop_back - 0x00000000 0x14 esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_init - 0x00000000 0x68 esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_get_symb_len - 0x00000000 0x3e esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_set_rx_timeout - 0x00000000 0x5e esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_get_max_rx_timeout_thrd - 0x00000000 0x1e esp-idf/hal/libhal.a(uart_hal.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) - .rodata.gpio_hal_intr_enable_on_core.str1.4 - 0x00000000 0x66 esp-idf/hal/libhal.a(gpio_hal.c.obj) - .text.gpio_hal_intr_enable_on_core - 0x00000000 0x70 esp-idf/hal/libhal.a(gpio_hal.c.obj) - .text.gpio_hal_intr_disable - 0x00000000 0x3a esp-idf/hal/libhal.a(gpio_hal.c.obj) - .rodata.__func__.0 - 0x00000000 0x1c esp-idf/hal/libhal.a(gpio_hal.c.obj) - .debug_info 0x00000000 0x190a esp-idf/hal/libhal.a(gpio_hal.c.obj) - .debug_abbrev 0x00000000 0x2be esp-idf/hal/libhal.a(gpio_hal.c.obj) - .debug_loc 0x00000000 0x1f6 esp-idf/hal/libhal.a(gpio_hal.c.obj) - .debug_aranges - 0x00000000 0x28 esp-idf/hal/libhal.a(gpio_hal.c.obj) - .debug_ranges 0x00000000 0x30 esp-idf/hal/libhal.a(gpio_hal.c.obj) - .debug_line 0x00000000 0x39d esp-idf/hal/libhal.a(gpio_hal.c.obj) - .debug_str 0x00000000 0x1169 esp-idf/hal/libhal.a(gpio_hal.c.obj) - .comment 0x00000000 0x30 esp-idf/hal/libhal.a(gpio_hal.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) - .debug_frame 0x00000000 0x40 esp-idf/hal/libhal.a(gpio_hal.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/hal/libhal.a(gpio_hal.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) - .rodata.rtc_cntl_hal_dma_link_init.str1.4 - 0x00000000 0x73 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) - .text.rtc_cntl_hal_dma_link_init - 0x00000000 0xde esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) - .text.rtc_cntl_hal_enable_cpu_retention - 0x00000000 0x54 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) - .iram1.0 0x00000000 0x1c esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) - .rodata.__func__.0 - 0x00000000 0x1b esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) - .debug_info 0x00000000 0x44c esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) - .debug_abbrev 0x00000000 0x247 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) - .debug_loc 0x00000000 0x1ff esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) - .debug_aranges - 0x00000000 0x30 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) - .debug_ranges 0x00000000 0x20 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) - .debug_line 0x00000000 0x551 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) - .debug_str 0x00000000 0x3f8 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) - .comment 0x00000000 0x30 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) - .debug_frame 0x00000000 0x50 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) - .text 0x00000000 0x0 esp-idf/soc/libsoc.a(interrupts.c.obj) - .data 0x00000000 0x0 esp-idf/soc/libsoc.a(interrupts.c.obj) - .bss 0x00000000 0x0 esp-idf/soc/libsoc.a(interrupts.c.obj) - .text 0x00000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .data 0x00000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .bss 0x00000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .text 0x00000000 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) - .data 0x00000000 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) - .bss 0x00000000 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) - .rodata.uart_periph_signal - 0x00000000 0x28 esp-idf/soc/libsoc.a(uart_periph.c.obj) - .debug_info 0x00000000 0x32e esp-idf/soc/libsoc.a(uart_periph.c.obj) - .debug_abbrev 0x00000000 0xd4 esp-idf/soc/libsoc.a(uart_periph.c.obj) - .debug_aranges - 0x00000000 0x18 esp-idf/soc/libsoc.a(uart_periph.c.obj) - .debug_line 0x00000000 0x1f7 esp-idf/soc/libsoc.a(uart_periph.c.obj) - .debug_str 0x00000000 0x93e esp-idf/soc/libsoc.a(uart_periph.c.obj) - .comment 0x00000000 0x30 esp-idf/soc/libsoc.a(uart_periph.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/soc/libsoc.a(uart_periph.c.obj) - .text 0x00000000 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) - .data 0x00000000 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) - .bss 0x00000000 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) - .rodata.spi_periph_signal - 0x00000000 0x48 esp-idf/soc/libsoc.a(spi_periph.c.obj) - .debug_info 0x00000000 0x179e esp-idf/soc/libsoc.a(spi_periph.c.obj) - .debug_abbrev 0x00000000 0x1bd esp-idf/soc/libsoc.a(spi_periph.c.obj) - .debug_aranges - 0x00000000 0x18 esp-idf/soc/libsoc.a(spi_periph.c.obj) - .debug_line 0x00000000 0x248 esp-idf/soc/libsoc.a(spi_periph.c.obj) - .debug_str 0x00000000 0x121f esp-idf/soc/libsoc.a(spi_periph.c.obj) - .comment 0x00000000 0x30 esp-idf/soc/libsoc.a(spi_periph.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/soc/libsoc.a(spi_periph.c.obj) - .text 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - .data 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - .text.convert_key_type - 0x00000000 0x4 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - .text.write_and_padd - 0x00000000 0x40 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - .text.esp_hmac_calculate - 0x00000000 0x2b4 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - .rodata.esp_hmac_jtag_enable.str1.4 - 0x00000000 0x5e esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - .text.esp_hmac_jtag_enable - 0x00000000 0xea esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - .text.esp_hmac_jtag_disable - 0x00000000 0x76 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - .debug_info 0x00000000 0x5ce1 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - .debug_abbrev 0x00000000 0x39a esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - .debug_loc 0x00000000 0x649 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - .debug_aranges - 0x00000000 0x40 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - .debug_ranges 0x00000000 0x98 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - .debug_line 0x00000000 0xe89 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - .debug_str 0x00000000 0x519f esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - .comment 0x00000000 0x30 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - .debug_frame 0x00000000 0xc0 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - .text 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - .data 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .text.esp_ptr_dma_ext_capable - 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .text.esp_ptr_external_ram - 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .text.periph_rtc_dig_clk8m_enable - 0x00000000 0x64 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .text.periph_rtc_dig_clk8m_get_freq - 0x00000000 0xa esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .rodata.periph_rtc_dig_clk8m_disable.str1.4 - 0x00000000 0x46 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .text.periph_rtc_dig_clk8m_disable - 0x00000000 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .rodata.__func__.0 - 0x00000000 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .sbss.s_rc_fast_freq - 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .sbss.s_periph_ref_counts - 0x00000000 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .debug_info 0x00000000 0x2af esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .debug_abbrev 0x00000000 0x19a esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .debug_aranges - 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .debug_ranges 0x00000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .debug_line 0x00000000 0x524 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .debug_str 0x00000000 0x41c esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .debug_frame 0x00000000 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .text.esp_mac_addr_len_get - 0x00000000 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .text.esp_iface_mac_addr_set - 0x00000000 0x100 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .text.esp_base_mac_addr_set - 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .text.esp_efuse_mac_get_custom - 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .text.esp_derive_local_mac - 0x00000000 0x8e esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .text.esp_base_mac_addr_get - 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .text.esp_gpio_revoke - 0x00000000 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .text.esp_gpio_is_reserved - 0x00000000 0x32 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - .text.temp_sensor_sync_tsens_idx - 0x00000000 0xa esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .text.esp_clk_tree_enable_src - 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .text.try_acquire_free_dev - 0x00000000 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .iram1.11 0x00000000 0xa0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .iram1.10 0x00000000 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .text.req_core - 0x00000000 0x64 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .iram1.13 0x00000000 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .iram1.7 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .iram1.16 0x00000000 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .iram1.14 0x00000000 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .iram1.12 0x00000000 0xa8 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .text.spi_bus_init_lock - 0x00000000 0x4c esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .rodata.spi_bus_deinit_lock.str1.4 - 0x00000000 0x5f esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .text.spi_bus_deinit_lock - 0x00000000 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .text.spi_bus_lock_register_dev - 0x00000000 0xc8 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .text.spi_bus_lock_unregister_dev - 0x00000000 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .text.spi_bus_lock_set_bg_control - 0x00000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .iram1.21 0x00000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .iram1.22 0x00000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .rodata.str1.4 - 0x00000000 0xcf esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .iram1.24 0x00000000 0x9e esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .iram1.26 0x00000000 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .iram1.27 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .iram1.28 0x00000000 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .iram1.29 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .text.spi_bus_lock_bg_request - 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .iram1.30 0x00000000 0x102 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .iram1.31 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .iram1.32 0x00000000 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .iram1.33 0x00000000 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .iram1.34 0x00000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .rodata.__FUNCTION__.0 - 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .rodata.__FUNCTION__.1 - 0x00000000 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .rodata.__FUNCTION__.2 - 0x00000000 0x1b esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .rodata.__func__.3 - 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .dram1.0 0x00000000 0x9 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .sdata.s_spinlock - 0x00000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - .text.adc_lock_acquire - 0x00000000 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - .text.adc_lock_release - 0x00000000 0xc8 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - .text.adc_lock_try_acquire - 0x00000000 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - .rodata.__FUNCTION__.1 - 0x00000000 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - .sbss.adc2_lock - 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - .sbss.adc1_lock - 0x00000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .text.xEventGroupCreateStatic - 0x00000000 0xac esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .text.xEventGroupGetBitsFromISR - 0x00000000 0x24 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .text.xEventGroupSync - 0x00000000 0x15e esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.xEventGroupGetStaticBuffer.str1.4 - 0x00000000 0x14 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .text.xEventGroupGetStaticBuffer - 0x00000000 0x68 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .text.vEventGroupSetBitsCallback - 0x00000000 0x12 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .text.vEventGroupClearBitsCallback - 0x00000000 0x12 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.__func__.0 - 0x00000000 0x1b esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.__func__.5 - 0x00000000 0x10 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.__func__.7 - 0x00000000 0x18 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(portasm.S.obj) - .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(portasm.S.obj) - .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .rodata.prvTaskDeleteWithCaps.str1.4 - 0x00000000 0xc0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .text.prvTaskDeleteWithCaps - 0x00000000 0x102 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .text.prvTaskDeleteWithCapsTask - 0x00000000 0x1c esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .text.xTaskCreatePinnedToCoreWithCaps - 0x00000000 0x9e esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .rodata.vTaskDeleteWithCaps.str1.4 - 0x00000000 0xd6 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .text.vTaskDeleteWithCaps - 0x00000000 0x106 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .text.xQueueCreateWithCaps - 0x00000000 0x7a esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .text.vQueueDeleteWithCaps - 0x00000000 0x64 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .text.xSemaphoreCreateGenericWithCaps - 0x00000000 0x9e esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .text.vSemaphoreDeleteWithCaps - 0x00000000 0x5a esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .text.xStreamBufferGenericCreateWithCaps - 0x00000000 0x96 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .text.vStreamBufferGenericDeleteWithCaps - 0x00000000 0x90 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .rodata.__func__.0 - 0x00000000 0x23 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .rodata.__func__.1 - 0x00000000 0x19 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .rodata.__func__.2 - 0x00000000 0x15 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .rodata.__func__.3 - 0x00000000 0x16 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .rodata.__func__.4 - 0x00000000 0x14 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .debug_info 0x00000000 0x1cd0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .debug_abbrev 0x00000000 0x3fc esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .debug_loc 0x00000000 0x897 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .debug_aranges - 0x00000000 0x68 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .debug_ranges 0x00000000 0x58 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .debug_line 0x00000000 0xd3c esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .debug_str 0x00000000 0xe88 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .comment 0x00000000 0x30 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .debug_frame 0x00000000 0x1c0 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - .text 0x00000000 0x0 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .data 0x00000000 0x0 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .bss 0x00000000 0x0 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.prvBytesInBuffer - 0x00000000 0x14 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.prvInitialiseNewStreamBuffer.str1.4 - 0x00000000 0x82 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.prvInitialiseNewStreamBuffer - 0x00000000 0x7c esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.prvWriteBytesToBuffer.str1.4 - 0x00000000 0x81 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.prvWriteBytesToBuffer - 0x00000000 0xee esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.prvWriteMessageToBuffer - 0x00000000 0x64 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.prvReadBytesFromBuffer.str1.4 - 0x00000000 0x4c esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.prvReadBytesFromBuffer - 0x00000000 0xc4 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.prvReadMessageFromBuffer - 0x00000000 0x66 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.xStreamBufferGenericCreate.str1.4 - 0x00000000 0xa3 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferGenericCreate - 0x00000000 0x110 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.xStreamBufferGenericCreateStatic.str1.4 - 0x00000000 0x56 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferGenericCreateStatic - 0x00000000 0x144 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.xStreamBufferGetStaticBuffers.str1.4 - 0x00000000 0x42 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferGetStaticBuffers - 0x00000000 0x90 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.vStreamBufferDelete - 0x00000000 0x50 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferReset - 0x00000000 0x70 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferSetTriggerLevel - 0x00000000 0x42 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferSpacesAvailable - 0x00000000 0x4c esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferBytesAvailable - 0x00000000 0x38 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.xStreamBufferSend.str1.4 - 0x00000000 0x62 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferSend - 0x00000000 0x1b8 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferSendFromISR - 0x00000000 0xe6 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.xStreamBufferReceive.str1.4 - 0x00000000 0x41 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferReceive - 0x00000000 0x162 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.xStreamBufferNextMessageLengthBytes.str1.4 - 0x00000000 0x15 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferNextMessageLengthBytes - 0x00000000 0x8c esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferReceiveFromISR - 0x00000000 0xd8 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferIsEmpty - 0x00000000 0x3e esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferIsFull - 0x00000000 0x54 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferSendCompletedFromISR - 0x00000000 0x78 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text.xStreamBufferReceiveCompletedFromISR - 0x00000000 0x78 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.0 - 0x00000000 0x25 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.1 - 0x00000000 0x22 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.2 - 0x00000000 0x14 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.3 - 0x00000000 0x15 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.4 - 0x00000000 0x1c esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.5 - 0x00000000 0x24 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.6 - 0x00000000 0x17 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.7 - 0x00000000 0x15 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.8 - 0x00000000 0x19 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.9 - 0x00000000 0x16 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.11 - 0x00000000 0x12 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.12 - 0x00000000 0x1c esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.13 - 0x00000000 0x1d esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.14 - 0x00000000 0x1d esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.15 - 0x00000000 0x13 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.16 - 0x00000000 0x14 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.17 - 0x00000000 0x1e esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.18 - 0x00000000 0x21 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.19 - 0x00000000 0x14 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.20 - 0x00000000 0x1d esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .rodata.__func__.21 - 0x00000000 0x1b esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .debug_info 0x00000000 0x20cd esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .debug_abbrev 0x00000000 0x34e esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .debug_loc 0x00000000 0x26e1 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .debug_aranges - 0x00000000 0xd0 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .debug_ranges 0x00000000 0x108 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .debug_line 0x00000000 0x1cd3 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .debug_str 0x00000000 0xada esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .comment 0x00000000 0x30 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .debug_frame 0x00000000 0x3d4 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - .text 0x00000000 0x0 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .data 0x00000000 0x0 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .bss 0x00000000 0x0 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_exchange_1 - 0x00000000 0x38 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_compare_exchange_1 - 0x00000000 0x4c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_fetch_add_1 - 0x00000000 0x3e esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_add_fetch_1 - 0x00000000 0x3a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_fetch_sub_1 - 0x00000000 0x3e esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_sub_fetch_1 - 0x00000000 0x3c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_fetch_and_1 - 0x00000000 0x3a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_and_fetch_1 - 0x00000000 0x38 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_fetch_or_1 - 0x00000000 0x3a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_or_fetch_1 - 0x00000000 0x38 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_fetch_xor_1 - 0x00000000 0x3a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_xor_fetch_1 - 0x00000000 0x38 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_fetch_nand_1 - 0x00000000 0x42 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_nand_fetch_1 - 0x00000000 0x40 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_load_1 - 0x00000000 0x2a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_store_1 - 0x00000000 0x2a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_fetch_and_add_1 - 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_add_and_fetch_1 - 0x00000000 0x20 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_fetch_and_sub_1 - 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_sub_and_fetch_1 - 0x00000000 0x20 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_fetch_and_and_1 - 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_and_and_fetch_1 - 0x00000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_fetch_and_or_1 - 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_or_and_fetch_1 - 0x00000000 0x20 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_fetch_and_xor_1 - 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_xor_and_fetch_1 - 0x00000000 0x20 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_fetch_and_nand_1 - 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_nand_and_fetch_1 - 0x00000000 0x24 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_bool_compare_and_swap_1 - 0x00000000 0x40 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_val_compare_and_swap_1 - 0x00000000 0x44 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_lock_test_and_set_1 - 0x00000000 0x38 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_lock_release_1 - 0x00000000 0x24 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_exchange_2 - 0x00000000 0x38 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_compare_exchange_2 - 0x00000000 0x4c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_fetch_add_2 - 0x00000000 0x42 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_add_fetch_2 - 0x00000000 0x3a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_fetch_sub_2 - 0x00000000 0x42 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_sub_fetch_2 - 0x00000000 0x3c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_fetch_and_2 - 0x00000000 0x3e esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_and_fetch_2 - 0x00000000 0x38 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_fetch_or_2 - 0x00000000 0x3e esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_or_fetch_2 - 0x00000000 0x38 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_fetch_xor_2 - 0x00000000 0x3e esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_xor_fetch_2 - 0x00000000 0x38 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_fetch_nand_2 - 0x00000000 0x46 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_nand_fetch_2 - 0x00000000 0x40 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_load_2 - 0x00000000 0x2a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_store_2 - 0x00000000 0x2a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_fetch_and_add_2 - 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_add_and_fetch_2 - 0x00000000 0x20 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_fetch_and_sub_2 - 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_sub_and_fetch_2 - 0x00000000 0x20 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_fetch_and_and_2 - 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_and_and_fetch_2 - 0x00000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_fetch_and_or_2 - 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_or_and_fetch_2 - 0x00000000 0x20 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_fetch_and_xor_2 - 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_xor_and_fetch_2 - 0x00000000 0x20 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_fetch_and_nand_2 - 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_nand_and_fetch_2 - 0x00000000 0x24 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_bool_compare_and_swap_2 - 0x00000000 0x40 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_val_compare_and_swap_2 - 0x00000000 0x48 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_lock_test_and_set_2 - 0x00000000 0x38 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_lock_release_2 - 0x00000000 0x24 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_exchange_4 - 0x00000000 0x32 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_compare_exchange_4 - 0x00000000 0x44 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_fetch_add_4 - 0x00000000 0x34 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_add_fetch_4 - 0x00000000 0x32 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_fetch_sub_4 - 0x00000000 0x36 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_sub_fetch_4 - 0x00000000 0x34 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_fetch_and_4 - 0x00000000 0x36 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_and_fetch_4 - 0x00000000 0x34 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_fetch_or_4 - 0x00000000 0x36 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_or_fetch_4 - 0x00000000 0x34 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_fetch_xor_4 - 0x00000000 0x36 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_xor_fetch_4 - 0x00000000 0x34 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_fetch_nand_4 - 0x00000000 0x3a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_nand_fetch_4 - 0x00000000 0x38 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_load_4 - 0x00000000 0x24 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_store_4 - 0x00000000 0x28 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_fetch_and_add_4 - 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_add_and_fetch_4 - 0x00000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_fetch_and_sub_4 - 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_sub_and_fetch_4 - 0x00000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_fetch_and_and_4 - 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_and_and_fetch_4 - 0x00000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_fetch_and_or_4 - 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_or_and_fetch_4 - 0x00000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_fetch_and_xor_4 - 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_xor_and_fetch_4 - 0x00000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_fetch_and_nand_4 - 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_nand_and_fetch_4 - 0x00000000 0x20 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_bool_compare_and_swap_4 - 0x00000000 0x3e esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_val_compare_and_swap_4 - 0x00000000 0x40 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_lock_test_and_set_4 - 0x00000000 0x32 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_lock_release_4 - 0x00000000 0x24 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_exchange_8 - 0x00000000 0x48 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_compare_exchange_8 - 0x00000000 0x5a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_add_fetch_8 - 0x00000000 0x58 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_sub_fetch_8 - 0x00000000 0x5a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_fetch_and_8 - 0x00000000 0x4c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_and_fetch_8 - 0x00000000 0x50 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_or_fetch_8 - 0x00000000 0x50 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_fetch_xor_8 - 0x00000000 0x4c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_xor_fetch_8 - 0x00000000 0x50 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_fetch_nand_8 - 0x00000000 0x58 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_nand_fetch_8 - 0x00000000 0x54 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_fetch_and_add_8 - 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_add_and_fetch_8 - 0x00000000 0x2c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_fetch_and_sub_8 - 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_sub_and_fetch_8 - 0x00000000 0x2c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_fetch_and_and_8 - 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_and_and_fetch_8 - 0x00000000 0x24 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_fetch_and_or_8 - 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_or_and_fetch_8 - 0x00000000 0x24 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_fetch_and_xor_8 - 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_xor_and_fetch_8 - 0x00000000 0x24 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_fetch_and_nand_8 - 0x00000000 0x14 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_nand_and_fetch_8 - 0x00000000 0x2c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_bool_compare_and_swap_8 - 0x00000000 0x54 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_val_compare_and_swap_8 - 0x00000000 0x5e esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_lock_test_and_set_8 - 0x00000000 0x48 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__sync_lock_release_8 - 0x00000000 0x2a esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_load - 0x00000000 0x42 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_store - 0x00000000 0x42 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text.__atomic_compare_exchange - 0x00000000 0x6e esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .text 0x00000000 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .data 0x00000000 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvGetCurMaxSizeNoSplit - 0x00000000 0x3e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvGetCurMaxSizeAllowSplit - 0x00000000 0x4a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvGetCurMaxSizeByteBuf - 0x00000000 0x1e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvReturnItemByteBuf - 0x00000000 0x6e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.prvGetItemByteBuf.str1.4 - 0x00000000 0x127 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvGetItemByteBuf - 0x00000000 0x10e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvCheckItemFitsByteBuffer - 0x00000000 0x6a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.prvReturnItemDefault.str1.4 - 0x00000000 0x165 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvReturnItemDefault - 0x00000000 0x1ae esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.prvGetItemDefault.str1.4 - 0x00000000 0x186 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvGetItemDefault - 0x00000000 0x1c2 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.prvSendItemDoneNoSplit.str1.4 - 0x00000000 0x7e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvSendItemDoneNoSplit - 0x00000000 0x194 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvCheckItemFitsDefault - 0x00000000 0xc0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.prvGetFreeSize.str1.4 - 0x00000000 0x1f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvGetFreeSize - 0x00000000 0x4e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.prvInitializeNewRingbuffer.str1.4 - 0x00000000 0x3b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvInitializeNewRingbuffer - 0x00000000 0x128 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvCopyItemByteBuf - 0x00000000 0xb2 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvCopyItemAllowSplit - 0x00000000 0x154 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvCopyItemNoSplit - 0x00000000 0x44 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvReceiveGenericFromISR - 0x00000000 0xfa esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.xRingbufferCreate.str1.4 - 0x00000000 0x2f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.xRingbufferCreate - 0x00000000 0xc6 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.xRingbufferCreateNoSplit - 0x00000000 0x20 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.xRingbufferCreateStatic.str1.4 - 0x00000000 0x82 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.xRingbufferCreateStatic - 0x00000000 0xce esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.xRingbufferSendAcquire - 0x00000000 0x9e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.xRingbufferSendComplete - 0x00000000 0xee esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.xRingbufferSendFromISR - 0x00000000 0x116 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.xRingbufferReceiveFromISR - 0x00000000 0x50 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.xRingbufferReceiveSplit.str1.4 - 0x00000000 0x88 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.xRingbufferReceiveSplit - 0x00000000 0x6e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.xRingbufferReceiveSplitFromISR - 0x00000000 0x6c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.xRingbufferReceiveUpTo.str1.4 - 0x00000000 0x38 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.xRingbufferReceiveUpTo - 0x00000000 0x82 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.xRingbufferReceiveUpToFromISR - 0x00000000 0x80 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.vRingbufferReturnItemFromISR - 0x00000000 0xa0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.vRingbufferDelete - 0x00000000 0x52 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.xRingbufferGetMaxItemSize - 0x00000000 0x32 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.xRingbufferAddToQueueSetRead.str1.4 - 0x00000000 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.xRingbufferAddToQueueSetRead - 0x00000000 0x70 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.xRingbufferRemoveFromQueueSetRead - 0x00000000 0x74 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.xRingbufferPrintInfo.str1.4 - 0x00000000 0x43 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.xRingbufferPrintInfo - 0x00000000 0x70 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.xRingbufferGetStaticBuffer.str1.4 - 0x00000000 0x3d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.xRingbufferGetStaticBuffer - 0x00000000 0x46 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.xRingbufferCreateWithCaps - 0x00000000 0x78 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.vRingbufferDeleteWithCaps.str1.4 - 0x00000000 0x20 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.vRingbufferDeleteWithCaps - 0x00000000 0x68 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.0 - 0x00000000 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.1 - 0x00000000 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.2 - 0x00000000 0xf esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.3 - 0x00000000 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.5 - 0x00000000 0x22 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.6 - 0x00000000 0x1d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.8 - 0x00000000 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.9 - 0x00000000 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.10 - 0x00000000 0x1d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.12 - 0x00000000 0x1e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.13 - 0x00000000 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.14 - 0x00000000 0x1f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.15 - 0x00000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.16 - 0x00000000 0x19 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.17 - 0x00000000 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.20 - 0x00000000 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.22 - 0x00000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.23 - 0x00000000 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.24 - 0x00000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.25 - 0x00000000 0x14 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.26 - 0x00000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.27 - 0x00000000 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.29 - 0x00000000 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.30 - 0x00000000 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.31 - 0x00000000 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.32 - 0x00000000 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.33 - 0x00000000 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.34 - 0x00000000 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.35 - 0x00000000 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.36 - 0x00000000 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text 0x00000000 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .data 0x00000000 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .text.esp_event_handler_instance_register - 0x00000000 0x2e esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .text.esp_event_handler_instance_unregister - 0x00000000 0x2a esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .text.esp_event_isr_post - 0x00000000 0x2e esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .text.esp_event_loop_delete_default - 0x00000000 0x2c esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .text 0x00000000 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .data 0x00000000 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .text.esp_event_handler_instance_register_with - 0x00000000 0x14 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .text.esp_event_handler_instance_unregister_with - 0x00000000 0x1c esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .text.esp_event_isr_post_to - 0x00000000 0xc4 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .text.esp_event_dump - 0x00000000 0x4 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .rodata.__func__.0 - 0x00000000 0x16 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .group 0x00000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._ZZ27nvs_flash_read_security_cfgENKUlPhS_mE_clES_S_m - 0x00000000 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._ZL24lookup_storage_from_namePKc - 0x00000000 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._ZZL24close_handles_and_deinitPKcENKUlR14NVSHandleEntryE_clES2_ - 0x00000000 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._ZSt9__find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZL24close_handles_and_deinitPKcEUlRS1_E_EEET_SC_SC_T0_St18input_iterator_tag - 0x00000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._ZSt7find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEZL24close_handles_and_deinitPKcEUlRS1_E_ET_S8_S8_T0_ - 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._ZL15create_iteratorPN3nvs7StorageE10nvs_type_t - 0x00000000 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_dump - 0x00000000 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_flash_init_partition_ptr - 0x00000000 0x94 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_flash_secure_init_partition - 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_flash_secure_init - 0x00000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_find_key - 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_erase_all - 0x00000000 0x40 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_set_str - 0x00000000 0x50 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_get_str - 0x00000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_get_stats - 0x00000000 0x8a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_get_used_entry_count - 0x00000000 0x5a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_flash_generate_keys - 0x00000000 0x108 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_flash_read_security_cfg - 0x00000000 0x114 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_flash_register_security_scheme - 0x00000000 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_flash_get_default_security_scheme - 0x00000000 0xa esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_flash_generate_keys_v2 - 0x00000000 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_flash_read_security_cfg_v2 - 0x00000000 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_entry_find - 0x00000000 0xba esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_entry_find_in_handle - 0x00000000 0xb0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_entry_next - 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_entry_info - 0x00000000 0x4c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_release_iterator - 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._ZL24close_handles_and_deinitPKc - 0x00000000 0x62 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_flash_erase_partition - 0x00000000 0x7e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_flash_erase - 0x00000000 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_flash_erase_partition_ptr - 0x00000000 0x76 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_flash_deinit_partition - 0x00000000 0x4c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_flash_deinit - 0x00000000 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._ZN3nvs9NVSHandle8set_itemIsEEiPKcT_ - 0x00000000 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._Z7nvs_setIsEimPKcT_ - 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_set_i16 - 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._ZN3nvs9NVSHandle8set_itemIlEEiPKcT_ - 0x00000000 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._Z7nvs_setIlEimPKcT_ - 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_set_i32 - 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._ZN3nvs9NVSHandle8set_itemIxEEiPKcT_ - 0x00000000 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._Z7nvs_setIxEimPKcT_ - 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_set_i64 - 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._ZN3nvs9NVSHandle8set_itemIyEEiPKcT_ - 0x00000000 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._Z7nvs_setIyEimPKcT_ - 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_set_u64 - 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._ZN3nvs9NVSHandle8get_itemIsEEiPKcRT_ - 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._Z7nvs_getIsEimPKcPT_ - 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_get_i16 - 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._ZN3nvs9NVSHandle8get_itemIlEEiPKcRT_ - 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._Z7nvs_getIlEimPKcPT_ - 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_get_i32 - 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._ZN3nvs9NVSHandle8get_itemIxEEiPKcRT_ - 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._Z7nvs_getIxEimPKcPT_ - 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_get_i64 - 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._ZN3nvs9NVSHandle8get_itemIyEEiPKcRT_ - 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._Z7nvs_getIyEimPKcPT_ - 0x00000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_get_u64 - 0x00000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .bss._ZL26nvs_sec_default_scheme_cfg - 0x00000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .text._ZNK3nvs7Storage7isValidEv - 0x00000000 0xa esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .text._ZN3nvs7Storage9debugDumpEv - 0x00000000 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .text._ZN3nvs7Storage9fillStatsER11nvs_stats_t - 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .text._ZN3nvs7Storage13fillEntryInfoERNS_4ItemER16nvs_entry_info_t - 0x00000000 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .text._ZN3nvs7Storage9nextEntryEP21nvs_opaque_iterator_t - 0x00000000 0xb2 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .text._ZN3nvs7Storage11findEntryNsEP21nvs_opaque_iterator_th - 0x00000000 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .text._ZN3nvs7Storage9findEntryEP21nvs_opaque_iterator_tPKc - 0x00000000 0x48 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .text._ZN3nvs15NVSHandleSimple9debugDumpEv - 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .text._ZN3nvs15NVSHandleSimple9fillStatsER11nvs_stats_t - 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .text._ZN3nvs15NVSHandleSimple22calcEntriesInNamespaceERj - 0x00000000 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .text._ZN3nvs15NVSHandleSimple9findEntryEP21nvs_opaque_iterator_tPKc - 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .text._ZN3nvs15NVSHandleSimple11findEntryNsEP21nvs_opaque_iterator_t - 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .text._ZN3nvs15NVSHandleSimple9nextEntryEP21nvs_opaque_iterator_t - 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .text._ZNK3nvs15NVSHandleSimple18get_partition_nameEv - 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .text._ZNK3nvs15NVSHandleSimple11get_storageEv - 0x00000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .group 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .group 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .text._ZN3nvs19NVSPartitionManager17open_handles_sizeEv - 0x00000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .text._ZN3nvs19NVSPartitionManager21secure_init_partitionEPKcP13nvs_sec_cfg_t - 0x00000000 0xac esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .text._ZN14intrusive_listIN3nvs7StorageEE5eraseENS2_8iteratorE - 0x00000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .text._ZN3nvs19NVSPartitionManager16deinit_partitionEPKc - 0x00000000 0xb0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .rodata._ZTVN3nvs9NVSHandleE - 0x00000000 0x40 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .text._ZN3nvs4Lock6uninitEv - 0x00000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .text._ZN3nvs4Page10setVersionEh - 0x00000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .rodata._ZN3nvs4Page15pageStateToNameENS0_9PageStateE.str1.4 - 0x00000000 0xbc esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .text._ZN3nvs4Page15pageStateToNameENS0_9PageStateE - 0x00000000 0x8c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .rodata._ZNK3nvs4Page9debugDumpEv.str1.4 - 0x00000000 0xa6 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .text._ZNK3nvs4Page9debugDumpEv - 0x00000000 0x120 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .rodata._ZN3nvs4Page11calcEntriesER11nvs_stats_t.str1.4 - 0x00000000 0x4b esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .text._ZN3nvs4Page11calcEntriesER11nvs_stats_t - 0x00000000 0x8e esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .text._ZN3nvs4Page8findItemEhNS_8ItemTypeEPKchNS_9VerOffsetE - 0x00000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .text._ZN3nvs11PageManager9fillStatsER11nvs_stats_t - 0x00000000 0x78 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .text._ZNKSt14default_deleteIA_N3nvs4PageEEclIS1_EENSt9enable_ifIXsrSt14is_convertibleIPA_T_PS2_E5valueEvE4typeEPS7_ - 0x00000000 0x46 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .text._ZN3nvs16partition_lookup30lookup_nvs_encrypted_partitionEPKcP13nvs_sec_cfg_tPPNS_12NVSPartitionE - 0x00000000 0x84 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .group 0x00000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - .group 0x00000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - .text 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - .data 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - .bss 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - .text._ZN3nvs21NVSEncryptedPartitionD2Ev - 0x00000000 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - .text._ZN3nvs21NVSEncryptedPartition4readEjPvj - 0x00000000 0x64 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - .text._ZN3nvs21NVSEncryptedPartition5writeEjPKvj - 0x00000000 0xca esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - .text._ZN3nvs21NVSEncryptedPartitionD0Ev - 0x00000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - .text._ZN3nvs21NVSEncryptedPartitionC2EPK15esp_partition_t - 0x00000000 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - .text._ZN3nvs21NVSEncryptedPartition4initEP13nvs_sec_cfg_t - 0x00000000 0x6a esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - .rodata._ZTVN3nvs9PartitionE - 0x00000000 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - .rodata._ZTVN3nvs21NVSEncryptedPartitionE - 0x00000000 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - .debug_info 0x00000000 0x54aa esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - .debug_abbrev 0x00000000 0x9df esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - .debug_loc 0x00000000 0x549 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - .debug_aranges - 0x00000000 0x48 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - .debug_ranges 0x00000000 0x50 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - .debug_line 0x00000000 0xe1a esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - .debug_str 0x00000000 0x45eb esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - .comment 0x00000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - .debug_frame 0x00000000 0xec esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - .text 0x00000000 0x0 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .data 0x00000000 0x0 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .text.check_iomux_pins_quad - 0x00000000 0xbc esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .text.bus_uses_iomux_pins - 0x00000000 0x12 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .rodata.alloc_dma_chan.str1.4 - 0x00000000 0x130 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .text.alloc_dma_chan - 0x00000000 0x1ea esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .text.bus_iomux_pins_set_quad - 0x00000000 0x13e esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .text.bus_iomux_pins_set - 0x00000000 0x12 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .text.spicommon_irqsource_for_host - 0x00000000 0x18 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .text.spicommon_irqdma_source_for_host - 0x00000000 0x18 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .text.spicommon_dma_chan_alloc - 0x00000000 0x82 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .text.spicommon_dma_desc_alloc - 0x00000000 0xb4 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .iram1.0 0x00000000 0xe0 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .rodata.spicommon_dma_chan_free.str1.4 - 0x00000000 0x8 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .text.spicommon_dma_chan_free - 0x00000000 0x6e esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .rodata.spicommon_bus_initialize_io.str1.4 - 0x00000000 0x1d2 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .text.spicommon_bus_initialize_io - 0x00000000 0x744 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .text.spicommon_bus_free_io_cfg - 0x00000000 0x62 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .text.spicommon_cs_initialize - 0x00000000 0x108 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .rodata.spicommon_cs_free_io.str1.4 - 0x00000000 0x20 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .text.spicommon_cs_free_io - 0x00000000 0x54 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .text.spicommon_bus_using_iomux - 0x00000000 0xc8 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .text.spi_bus_main_set_lock - 0x00000000 0xc esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .text.spi_bus_lock_get_by_id - 0x00000000 0x12 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .rodata.spi_bus_initialize.str1.4 - 0x00000000 0x173 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .text.spi_bus_initialize - 0x00000000 0x302 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .rodata.spi_bus_dma_memory_alloc.str1.4 - 0x00000000 0x3a esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .text.spi_bus_dma_memory_alloc - 0x00000000 0x5e esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .text.spi_bus_get_attr - 0x00000000 0x14 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .text.spi_bus_get_dma_ctx - 0x00000000 0x14 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .text.spi_bus_free - 0x00000000 0xa4 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .text.spi_bus_register_destroy_func - 0x00000000 0x16 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .rodata.__FUNCTION__.0 - 0x00000000 0x19 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .rodata.__FUNCTION__.1 - 0x00000000 0x13 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .rodata.__func__.2 - 0x00000000 0x15 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .rodata.__FUNCTION__.3 - 0x00000000 0x1c esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .rodata.__func__.4 - 0x00000000 0x18 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .rodata.__FUNCTION__.5 - 0x00000000 0xf esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .rodata.__func__.6 - 0x00000000 0xf esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .rodata.__func__.7 - 0x00000000 0x19 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .sdata.bus_ctx - 0x00000000 0x8 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .data.s_mainbus - 0x00000000 0x68 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .debug_info 0x00000000 0x5096 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .debug_abbrev 0x00000000 0x52a esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .debug_loc 0x00000000 0x1354 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .debug_aranges - 0x00000000 0xd8 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .debug_ranges 0x00000000 0x160 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .debug_line 0x00000000 0x2b1c esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .debug_str 0x00000000 0x2e87 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .comment 0x00000000 0x30 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .debug_frame 0x00000000 0x2fc esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - .text 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .data 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .text.esp_netif_next - 0x00000000 0x12 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .text 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .data 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_dhcpc_option_api - 0x00000000 0x96 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_find_if_api - 0x00000000 0x40 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_add_ip6_address_priv - 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_tx_rx_event_api.str1.4 - 0x00000000 0x1f esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_tx_rx_event_api - 0x00000000 0x48 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.get_handle_from_ifkey_api - 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_dhcps_start_api - 0x00000000 0xf4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_dhcps_stop_api - 0x00000000 0x46 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_dhcpc_stop_api.str1.4 - 0x00000000 0x33 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_dhcpc_stop_api - 0x00000000 0x82 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_set_hostname_api.str1.4 - 0x00000000 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_set_hostname_api - 0x00000000 0x7a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_dhcps_get_clients_by_mac_api - 0x00000000 0x46 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_set_dns_info_api - 0x00000000 0x62 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_get_dns_info_api - 0x00000000 0x74 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_get_netif_impl_name_api - 0x00000000 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_ppp_set_auth_api - 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_join_ip6_multicast_group_api.str1.4 - 0x00000000 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_join_ip6_multicast_group_api - 0x00000000 0x68 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_leave_ip6_multicast_group_api.str1.4 - 0x00000000 0x39 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_leave_ip6_multicast_group_api - 0x00000000 0x76 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_remove_ip6_address_api - 0x00000000 0x50 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_set_ip_info_api.str1.4 - 0x00000000 0x3b esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_set_ip_info_api - 0x00000000 0x1f0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_add_ip6_address_api.str1.4 - 0x00000000 0x65 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_add_ip6_address_api - 0x00000000 0x13a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_set_default_netif - 0x00000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_get_default_netif - 0x00000000 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_set_ip4_addr - 0x00000000 0x32 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_ip4addr_ntoa - 0x00000000 0x12 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_ip4addr_aton - 0x00000000 0x12 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_str_to_ip4 - 0x00000000 0x34 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_str_to_ip6 - 0x00000000 0x34 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_get_handle_from_netif_impl - 0x00000000 0x6 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_get_netif_impl - 0x00000000 0x6 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_deinit - 0x00000000 0x20 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_get_handle_from_ifkey - 0x00000000 0x22 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_find_if - 0x00000000 0x2c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_tx_rx_event_enable - 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_tx_rx_event_disable - 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_transmit - 0x00000000 0x4c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_dhcpc_stop - 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_dhcps_get_status - 0x00000000 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_dhcps_start - 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_dhcps_stop - 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_set_hostname - 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_get_mac - 0x00000000 0xa0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_dhcps_option_api.str1.4 - 0x00000000 0x51 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_dhcps_option_api - 0x00000000 0x296 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_set_ip_info - 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_dhcps_get_clients_by_mac - 0x00000000 0x46 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_set_dns_info - 0x00000000 0x5e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_get_dns_info.str1.4 - 0x00000000 0x29 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_get_dns_info - 0x00000000 0x62 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_get_ip6_linklocal - 0x00000000 0x52 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_get_ip6_global - 0x00000000 0x88 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_get_all_preferred_ip6 - 0x00000000 0x14e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_get_route_prio - 0x00000000 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_dhcps_option - 0x00000000 0x38 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_dhcpc_option - 0x00000000 0x38 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_get_netif_impl_index - 0x00000000 0x1a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_get_netif_impl_name - 0x00000000 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_napt_enable - 0x00000000 0x6 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_ppp_set_auth - 0x00000000 0x26 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_napt_disable - 0x00000000 0x6 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_set_link_speed - 0x00000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_join_ip6_multicast_group - 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_leave_ip6_multicast_group - 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_add_ip6_address - 0x00000000 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_remove_ip6_address - 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.__FUNCTION__.0 - 0x00000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.__FUNCTION__.1 - 0x00000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.__func__.2 - 0x00000000 0x17 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - .srodata.g_wifi_default_mesh_crypto_funcs - 0x00000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .text.sha384_vector - 0x00000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .text.sha512_vector - 0x00000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .text.sha1_vector - 0x00000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .text.md5_vector - 0x00000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .text.crypto_hash_init - 0x00000000 0x10a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .text.crypto_hash_update - 0x00000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .text.crypto_hash_finish - 0x00000000 0x120 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .text.hmac_sha384_vector - 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .text.hmac_sha384 - 0x00000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .text.hmac_md5_vector - 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .text.hmac_md5 - 0x00000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .text.aes_128_ctr_encrypt - 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .text.crypto_mod_exp - 0x00000000 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .text.crypto_dh_init - 0x00000000 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .text.crypto_global_init - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .text.crypto_global_deinit - 0x00000000 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .text.ccmp_aad_nonce_pv1 - 0x00000000 0x17e esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .text.ccmp_get_pn - 0x00000000 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .text.ccmp_encrypt_pv1 - 0x00000000 0x106 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .text.ccmp_256_decrypt - 0x00000000 0xbc esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .text.ccmp_256_encrypt - 0x00000000 0x13c esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .text.aes_gcm_ad - 0x00000000 0xbe esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .text.hwaddr_aton2 - 0x00000000 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .rodata.printf_encode.str1.4 - 0x00000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .text.printf_encode - 0x00000000 0x116 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .text.wpa_ssid_txt - 0x00000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .text.__hide_aliasing_typecast - 0x00000000 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .text.wpa_is_hex - 0x00000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .text.has_ctrl_char - 0x00000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .text.wpa_merge_byte_arrays - 0x00000000 0x9e esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .text.str_clear_free - 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .text.os_gmtime - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .text.os_mktime - 0x00000000 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .text.rssi_to_rcpi - 0x00000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .text.get_param - 0x00000000 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .bss.ssid_txt.0 - 0x00000000 0x81 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .text 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .data 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .text.nan_start - 0x00000000 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .text.nan_stop - 0x00000000 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .text.nan_input - 0x00000000 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .text.nan_sm_handle_event - 0x00000000 0x2 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .text 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .data 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .text.esp_wifi_set_default_wifi_ap_handlers - 0x00000000 0x12 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .text.esp_wifi_set_default_wifi_nan_handlers - 0x00000000 0x12 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .text.esp_netif_attach_wifi_station - 0x00000000 0x26 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .text.esp_netif_attach_wifi_ap - 0x00000000 0x28 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .text.esp_netif_create_default_wifi_ap - 0x00000000 0xb4 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .rodata.esp_netif_create_default_wifi_sta.str1.4 - 0x00000000 0x51 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .text.esp_netif_create_default_wifi_sta - 0x00000000 0xb4 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .text.esp_netif_destroy_default_wifi - 0x00000000 0x24 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .rodata.esp_netif_create_default_wifi_mesh_netifs.str1.4 - 0x00000000 0xa8 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .text.esp_netif_create_default_wifi_mesh_netifs - 0x00000000 0x252 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .rodata.__func__.0 - 0x00000000 0x2a esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .rodata.__func__.2 - 0x00000000 0x22 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .rodata.__func__.3 - 0x00000000 0x21 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .text 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .data 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .text 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .data 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .srodata.memset_func - 0x00000000 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text 0x00000000 0x0 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .data 0x00000000 0x0 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .bss 0x00000000 0x0 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .text.http_message_needs_eof - 0x00000000 0x6a esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .text.http_should_keep_alive - 0x00000000 0x3a esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .rodata.http_parser_execute.str1.4 - 0x00000000 0x1ee esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .text.http_parser_execute - 0x00000000 0x3532 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .rodata.http_method_str.str1.4 - 0x00000000 0xa esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .text.http_method_str - 0x00000000 0x22 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .text.http_parser_init - 0x00000000 0x5e esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .text.http_parser_settings_init - 0x00000000 0x18 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .rodata.http_errno_name.str1.4 - 0x00000000 0x2f esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .text.http_errno_name - 0x00000000 0x44 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .text.http_errno_description - 0x00000000 0x44 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .rodata.http_parser_pause.str1.4 - 0x00000000 0x31 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .text.http_parser_pause - 0x00000000 0x5a esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .text.http_body_is_final - 0x00000000 0x1a esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .text.http_parser_version - 0x00000000 0xa esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .rodata.__func__.0 - 0x00000000 0x12 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .rodata.__func__.3 - 0x00000000 0x17 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .rodata.__func__.4 - 0x00000000 0x10 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .rodata.__func__.5 - 0x00000000 0x14 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .rodata.str1.4 - 0x00000000 0x7a3 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .rodata.http_strerror_tab - 0x00000000 0x108 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .rodata.unhex 0x00000000 0x100 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .rodata.tokens - 0x00000000 0x100 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .rodata.method_strings - 0x00000000 0x84 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .text 0x00000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .data 0x00000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .bss 0x00000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .rodata.get_port.str1.4 - 0x00000000 0xe esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.get_port - 0x00000000 0x72 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.esp_tls_conn_http_new - 0x00000000 0x9c esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.esp_tls_conn_http_new_sync - 0x00000000 0x86 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.esp_tls_conn_http_new_async - 0x00000000 0x74 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.esp_tls_get_global_ca_store - 0x00000000 0x12 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.esp_tls_get_ciphersuites_list - 0x00000000 0x12 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.esp_tls_cfg_server_session_tickets_init - 0x00000000 0x6 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.esp_tls_cfg_server_session_tickets_free - 0x00000000 0x2 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.esp_tls_server_session_create - 0x00000000 0x12 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.esp_tls_server_session_delete - 0x00000000 0x12 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.esp_tls_get_ssl_context - 0x00000000 0x12 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.esp_tls_set_conn_sockfd - 0x00000000 0x44 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.esp_tls_get_conn_state - 0x00000000 0x44 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.esp_tls_set_conn_state - 0x00000000 0x46 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.esp_tls_init_global_ca_store - 0x00000000 0x12 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.esp_tls_set_global_ca_store - 0x00000000 0x12 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.esp_tls_free_global_ca_store - 0x00000000 0x12 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text 0x00000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) - .data 0x00000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) - .bss 0x00000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) - .text 0x00000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) - .data 0x00000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) - .bss 0x00000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) - .text 0x00000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .data 0x00000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .bss 0x00000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .text.set_server_config - 0x00000000 0x214 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .rodata.esp_mbedtls_get_ssl_context.str1.4 - 0x00000000 0x1f esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .text.esp_mbedtls_get_ssl_context - 0x00000000 0x3e esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .rodata.esp_mbedtls_server_session_create.str1.4 - 0x00000000 0x3e esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .text.esp_mbedtls_server_session_create - 0x00000000 0x138 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .text.esp_mbedtls_server_session_delete - 0x00000000 0x30 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .rodata.esp_mbedtls_init_global_ca_store.str1.4 - 0x00000000 0x29 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .text.esp_mbedtls_init_global_ca_store - 0x00000000 0x68 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .rodata.esp_mbedtls_set_global_ca_store.str1.4 - 0x00000000 0xc6 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .text.esp_mbedtls_set_global_ca_store - 0x00000000 0xfc esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .text.esp_mbedtls_get_global_ca_store - 0x00000000 0xa esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .text.esp_mbedtls_free_global_ca_store - 0x00000000 0x34 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .text.esp_mbedtls_get_ciphersuites_list - 0x00000000 0x12 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .rodata.__func__.0 - 0x00000000 0x12 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .text 0x00000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - .data 0x00000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - .bss 0x00000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - .text.esp_transport_get_payload_transport_handle - 0x00000000 0x18 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - .text.esp_transport_connect_async - 0x00000000 0x1a esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - .text.esp_transport_translate_error - 0x00000000 0x38 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - .text 0x00000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .data 0x00000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .bss 0x00000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .text.esp_transport_ssl_set_tls_version - 0x00000000 0xa esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .text.esp_transport_ssl_set_keep_alive - 0x00000000 0xa esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .text.esp_transport_tcp_set_keep_alive - 0x00000000 0x12 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .text 0x00000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) - .data 0x00000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) - .bss 0x00000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) - .text 0x00000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .data 0x00000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .bss 0x00000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .rodata.esp_transport_ws_send_raw.str1.4 - 0x00000000 0x31 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.esp_transport_ws_send_raw - 0x00000000 0x50 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.esp_transport_ws_set_user_agent - 0x00000000 0x52 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.esp_transport_ws_set_headers - 0x00000000 0x52 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.esp_transport_ws_set_auth - 0x00000000 0x52 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .rodata.esp_transport_ws_set_config.str1.4 - 0x00000000 0x33 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.esp_transport_ws_set_config - 0x00000000 0x1b0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.esp_transport_ws_get_fin_flag - 0x00000000 0x16 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.esp_transport_ws_get_upgrade_request_status - 0x00000000 0x14 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.esp_transport_ws_get_read_opcode - 0x00000000 0x22 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.esp_transport_ws_get_read_payload_len - 0x00000000 0x14 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .rodata.__FUNCTION__.0 - 0x00000000 0x1c esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .text.mbedtls_ssl_ciphersuite_from_string - 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .rodata.mbedtls_ssl_get_ciphersuite_name.str1.4 - 0x00000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .text.mbedtls_ssl_get_ciphersuite_name - 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .text.mbedtls_ssl_get_ciphersuite_id - 0x00000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .text.mbedtls_ssl_ciphersuite_get_cipher_key_bitlen - 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text.mbedtls_ssl_check_record - 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text.mbedtls_ssl_check_pending - 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text.mbedtls_ssl_get_record_expansion - 0x00000000 0x5e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text.mbedtls_ssl_set_inbound_transform - 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text.mbedtls_ssl_set_outbound_transform - 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text.mbedtls_ssl_send_fatal_handshake_failure - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text.mbedtls_ssl_close_notify - 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_tls12_session_save - 0x00000000 0x1fc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_session_save - 0x00000000 0xde esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_tls12_session_load - 0x00000000 0x2ca esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_session_load - 0x00000000 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_get_handshake_transcript_sha384 - 0x00000000 0x92 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_get_handshake_transcript_sha256 - 0x00000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_tls_prf - 0x00000000 0x42 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_get_extension_id - 0x00000000 0x162 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_get_extension_mask - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_add_hs_msg_to_checksum - 0x00000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_session_reset_msg_layer - 0x00000000 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_conf_dtls_badmac_limit - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_conf_verify - 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_conf_dbg - 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_conf_read_timeout - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_set_timer_cb - 0x00000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_conf_session_cache - 0x00000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_conf_cert_profile - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_get_hs_sni - 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_set_hs_own_cert - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_set_hs_ca_chain - 0x00000000 0xe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_set_hs_dn_hints - 0x00000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_set_hs_authmode - 0x00000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_set_verify - 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_conf_sig_algs - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_conf_groups - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_conf_sni - 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_get_alpn_protocol - 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_conf_cert_req_ca_list - 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_conf_encrypt_then_mac - 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_conf_extended_master_secret - 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_conf_max_frag_len - 0x00000000 0x42 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_conf_legacy_renegotiation - 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_conf_renegotiation_enforced - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_conf_renegotiation_period - 0x00000000 0x42 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_conf_session_tickets_cb - 0x00000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_set_export_keys_cb - 0x00000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_get_ciphersuite_id_from_ssl - 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_get_ciphersuite - 0x00000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .rodata.mbedtls_ssl_get_version.str1.4 - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_get_version - 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_get_input_max_frag_len - 0x00000000 0x6a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_get_max_in_record_payload - 0x00000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_get_peer_cert - 0x00000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_session_save - 0x00000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_session_copy - 0x00000000 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_set_session - 0x00000000 0x66 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_get_session - 0x00000000 0x66 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_session_reset_int - 0x00000000 0xc2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_session_reset - 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_session_load - 0x00000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_get_psa_curve_info_from_tls_id - 0x00000000 0x6a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_get_handshake_transcript - 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .srodata.ssl_serialized_session_header - 0x00000000 0x5 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.mbedtls_ssl_conf_preference_order - 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .text.net_prepare - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .text.mbedtls_net_connect - 0x00000000 0xc6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .text.mbedtls_net_bind - 0x00000000 0x142 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .text.mbedtls_net_accept - 0x00000000 0x1aa esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .text.mbedtls_net_set_block - 0x00000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .text.mbedtls_net_set_nonblock - 0x00000000 0x2e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .text.mbedtls_net_usleep - 0x00000000 0x3e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .text.mbedtls_net_recv_timeout - 0x00000000 0xd6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .text.mpi_get_digit - 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .text.mbedtls_mpi_lt_mpi_ct - 0x00000000 0x96 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .text.mbedtls_mpi_swap - 0x00000000 0xc6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .text.mbedtls_mpi_read_string - 0x00000000 0x170 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .text.mbedtls_mpi_read_file - 0x00000000 0x10c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .text.mpi_write_hlp - 0x00000000 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .rodata.mbedtls_mpi_write_string.str1.4 - 0x00000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .text.mbedtls_mpi_write_string - 0x00000000 0x15e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .rodata.mbedtls_mpi_write_file.str1.4 - 0x00000000 0x9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .text.mbedtls_mpi_write_file - 0x00000000 0x112 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .text.mbedtls_mpi_gen_prime - 0x00000000 0x276 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .rodata.mbedtls_mpi_self_test.str1.4 - 0x00000000 0x46a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .text.mbedtls_mpi_self_test - 0x00000000 0x418 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .rodata.gcd_pairs - 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - .text.mbedtls_mpi_core_add_if - 0x00000000 0x4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - .text.mbedtls_mpi_core_mul - 0x00000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .text.mbedtls_cipher_list - 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .text.mbedtls_cipher_info_from_string - 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .text.mbedtls_cipher_update_ad - 0x00000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .text.mbedtls_cipher_write_tag - 0x00000000 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .text.mbedtls_cipher_check_tag - 0x00000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .sbss.supported_init - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .bss.mbedtls_cipher_supported - 0x00000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .rodata.cmac_test_subkeys.str1.4 - 0x00000000 0x47 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .text.cmac_test_subkeys - 0x00000000 0x1a2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .text.mbedtls_cipher_cmac_reset - 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .text.mbedtls_cipher_cmac - 0x00000000 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .rodata.cmac_test_wth_cipher.str1.4 - 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .text.cmac_test_wth_cipher - 0x00000000 0x13c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .text.mbedtls_aes_cmac_prf_128 - 0x00000000 0xc2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .rodata.test_aes128_cmac_prf.str1.4 - 0x00000000 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .text.test_aes128_cmac_prf - 0x00000000 0xb4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .rodata.mbedtls_cmac_self_test.str1.4 - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .text.mbedtls_cmac_self_test - 0x00000000 0x192 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .rodata.PRFT 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .rodata.PRFM 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .rodata.PRFKlen - 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .rodata.PRFK 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .rodata.aes_256_expected_result - 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .rodata.aes_256_subkeys - 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .rodata.aes_256_key - 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .rodata.aes_192_expected_result - 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .rodata.aes_192_subkeys - 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .rodata.aes_192_key - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .rodata.aes_128_expected_result - 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .rodata.aes_128_subkeys - 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .rodata.aes_128_key - 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .rodata.aes_message_lengths - 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .rodata.test_message - 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .text.ctr_drbg_self_test_entropy - 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .text.mbedtls_ctr_drbg_set_prediction_resistance - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .text.mbedtls_ctr_drbg_set_entropy_len - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .text.mbedtls_ctr_drbg_set_nonce_len - 0x00000000 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .text.mbedtls_ctr_drbg_set_reseed_interval - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .text.mbedtls_ctr_drbg_update - 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .rodata.mbedtls_ctr_drbg_write_seed_file.str1.4 - 0x00000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .text.mbedtls_ctr_drbg_write_seed_file - 0x00000000 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .rodata.mbedtls_ctr_drbg_update_seed_file.str1.4 - 0x00000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .text.mbedtls_ctr_drbg_update_seed_file - 0x00000000 0xe4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .rodata.mbedtls_ctr_drbg_self_test.str1.4 - 0x00000000 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .text.mbedtls_ctr_drbg_self_test - 0x00000000 0x29e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .sbss.test_offset - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .rodata.result_nopr - 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .rodata.result_pr - 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .rodata.pers_nopr - 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .rodata.pers_pr - 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .rodata.entropy_source_nopr - 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .rodata.entropy_source_pr - 0x00000000 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .text.mbedtls_ecdh_can_do - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .text.mbedtls_ecdh_get_grp_id - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.self_test_rng - 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.self_test_adjust_exponent - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_ecp_curve_info_from_name - 0x00000000 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_ecp_point_read_string - 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_ecp_tls_read_group - 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .rodata.self_test_point.str1.4 - 0x00000000 0x17 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.self_test_point - 0x00000000 0x16c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_ecp_gen_keypair_base - 0x00000000 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_ecp_gen_keypair - 0x00000000 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_ecp_gen_key - 0x00000000 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_ecp_set_public_key - 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_ecp_write_key_ext - 0x00000000 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_ecp_write_public_key - 0x00000000 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_ecp_keypair_calc_public - 0x00000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_ecp_keypair_get_group_id - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_ecp_export - 0x00000000 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .rodata.mbedtls_ecp_self_test.str1.4 - 0x00000000 0xbe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_ecp_self_test - 0x00000000 0x1ba esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .sdata.state.0 - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .rodata 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .text.mbedtls_entropy_source_self_test_check_bits - 0x00000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .text.entropy_dummy_source - 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .text.mbedtls_entropy_source_self_test_gather - 0x00000000 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .text.mbedtls_entropy_update_manual - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .text.mbedtls_entropy_gather - 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .rodata.mbedtls_entropy_write_seed_file.str1.4 - 0x00000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .text.mbedtls_entropy_write_seed_file - 0x00000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .rodata.mbedtls_entropy_update_seed_file.str1.4 - 0x00000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .text.mbedtls_entropy_update_seed_file - 0x00000000 0xe4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .rodata.mbedtls_entropy_source_self_test.str1.4 - 0x00000000 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .text.mbedtls_entropy_source_self_test - 0x00000000 0xca esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .rodata.mbedtls_entropy_self_test.str1.4 - 0x00000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .text.mbedtls_entropy_self_test - 0x00000000 0x156 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .text.mbedtls_md_error_from_psa - 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .text.mbedtls_md_list - 0x00000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .text.mbedtls_md_info_from_string - 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .text.mbedtls_md_get_name - 0x00000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .rodata.mbedtls_md_file.str1.4 - 0x00000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .text.mbedtls_md_file - 0x00000000 0x10c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .text.mbedtls_md_hmac - 0x00000000 0x9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .rodata.str1.4 - 0x00000000 0x2f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .rodata.md_names - 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .rodata.supported_digests - 0x00000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .rodata.mbedtls_md5_self_test.str1.4 - 0x00000000 0x23 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .text.mbedtls_md5_self_test - 0x00000000 0xce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .rodata.md5_test_sum - 0x00000000 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .rodata.md5_test_buflen - 0x00000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .rodata.md5_test_buf - 0x00000000 0x237 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .text.psa_extend_key_usage_flags - 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .text.psa_algorithm_for_rsa - 0x00000000 0x5e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .text.mbedtls_pk_check_pair - 0x00000000 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .text.mbedtls_pk_debug - 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .rodata.mbedtls_pk_get_name.str1.4 - 0x00000000 0xb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .text.mbedtls_pk_get_name - 0x00000000 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .text.copy_from_psa - 0x00000000 0x35a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .text.mbedtls_pk_copy_from_psa - 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .text.mbedtls_pk_copy_public_from_psa - 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .text.mbedtls_pk_sign_ext - 0x00000000 0xe8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .text.mbedtls_pk_get_psa_attributes - 0x00000000 0x258 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .text.import_public_into_psa - 0x00000000 0x126 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .text.import_pair_into_psa - 0x00000000 0x18e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .text.mbedtls_pk_import_into_psa - 0x00000000 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .rodata.mbedtls_pk_load_file.str1.4 - 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .text.mbedtls_pk_load_file - 0x00000000 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .text.mbedtls_pk_parse_keyfile - 0x00000000 0x84 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .text.mbedtls_pk_parse_public_keyfile - 0x00000000 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .text.mbedtls_platform_set_calloc_free - 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .text.mbedtls_platform_setup - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .text.mbedtls_platform_teardown - 0x00000000 0x2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_extend_key_usage_flags - 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.key_type_is_raw_bytes - 0x00000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_get_initialized - 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_get_drivers_initialized - 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_mac_key_can_do - 0x00000000 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_policy_algorithm_intersection - 0x00000000 0x522 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_algorithm_permits - 0x00000000 0x436 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_policy_permits - 0x00000000 0x152 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_restrict_key_policy - 0x00000000 0x8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_validate_key_policy - 0x00000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_validate_optional_attributes - 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_mac_finalize_alg_and_key_validation - 0x00000000 0x2dc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_sign_verify_check_alg - 0x00000000 0x156 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_aead_get_base_algorithm - 0x00000000 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_aead_check_nonce_length - 0x00000000 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_aead_check_algorithm - 0x00000000 0xfe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_validate_tag_length - 0x00000000 0x76 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_aead_final_checks - 0x00000000 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_derivation_get_kdf_alg - 0x00000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.is_kdf_alg_supported - 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_agreement_try_support - 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_derivation_allows_free_form_secret_input - 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_derivation_check_input_type - 0x00000000 0xaa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_tls12_prf_set_seed - 0x00000000 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_tls12_prf_set_key - 0x00000000 0x5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_tls12_prf_set_label - 0x00000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_tls12_prf_input - 0x00000000 0x4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_tls12_prf_psk_to_ms_set_other_key - 0x00000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_tls12_ecjpake_to_pms_input - 0x00000000 0x4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_crypto_copy_input - 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_crypto_copy_output - 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_export_key_buffer_internal - 0x00000000 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_wipe_tag_output_buffer - 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_get_and_lock_key_slot_with_policy - 0x00000000 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_get_and_lock_transparent_key_slot_with_policy - 0x00000000 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_validate_key_attributes - 0x00000000 0x7a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_start_key_creation - 0x00000000 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_finish_key_creation - 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_driver_wrapper_hash_setup - 0x00000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_tls12_prf_psk_to_ms_set_key - 0x00000000 0x114 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_tls12_prf_psk_to_ms_input - 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_driver_wrapper_mac_sign_setup - 0x00000000 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_derivation_start_hmac - 0x00000000 0x198 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_driver_wrapper_mac_verify_setup - 0x00000000 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_driver_wrapper_mac_compute - 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_mac_compute_internal - 0x00000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_driver_wrapper_asymmetric_encrypt - 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_driver_wrapper_asymmetric_decrypt - 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_driver_wrapper_cipher_encrypt_setup - 0x00000000 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_driver_wrapper_cipher_decrypt_setup - 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_driver_wrapper_cipher_abort - 0x00000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_driver_wrapper_cipher_encrypt - 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_driver_wrapper_cipher_decrypt - 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_driver_wrapper_aead_encrypt - 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_driver_wrapper_aead_decrypt - 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_driver_wrapper_aead_encrypt_setup - 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_driver_wrapper_aead_decrypt_setup - 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_driver_wrapper_aead_verify - 0x00000000 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.mbedtls_psa_random_free - 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.mbedtls_psa_random_init - 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_can_do_hash - 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_can_do_cipher - 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.mbedtls_to_psa_error - 0x00000000 0x598 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_generate_random_internal - 0x00000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.mbedtls_psa_random_seed - 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.mbedtls_psa_crypto_init_subsystem - 0x00000000 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_validate_unstructured_key_bit_size - 0x00000000 0xd2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_validate_key_type_and_size_for_key_generation - 0x00000000 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_allocate_buffer_to_slot - 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_copy_key_material_into_slot - 0x00000000 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_import_key_into_slot - 0x00000000 0xe8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_driver_wrapper_import_key - 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_remove_key_data_from_memory - 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_wipe_key_slot - 0x00000000 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_fail_key_creation - 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_destroy_key - 0x00000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_get_key_attributes - 0x00000000 0x5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_export_key_internal - 0x00000000 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_driver_wrapper_export_key - 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_export_public_key_internal - 0x00000000 0xa6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_copy_key - 0x00000000 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_hash_abort - 0x00000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_hash_finish_internal - 0x00000000 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_hash_setup - 0x00000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_hash_try_support - 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_derivation_set_maximum_capacity - 0x00000000 0x168 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_derivation_setup_kdf - 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_hash_clone - 0x00000000 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_mac_abort - 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_mac_setup - 0x00000000 0xba esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_mac_sign_setup - 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_mac_verify_setup - 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_sign_hash_builtin - 0x00000000 0x8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_driver_wrapper_sign_hash - 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_sign_message_builtin - 0x00000000 0x110 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_sign_internal - 0x00000000 0xe6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_verify_hash_builtin - 0x00000000 0x8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_driver_wrapper_verify_hash - 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_verify_message_builtin - 0x00000000 0x10c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_verify_internal - 0x00000000 0xae esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_interruptible_set_max_ops - 0x00000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_interruptible_get_max_ops - 0x00000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_sign_hash_get_num_ops - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_verify_hash_get_num_ops - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.mbedtls_psa_interruptible_set_max_ops - 0x00000000 0x2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.mbedtls_psa_sign_hash_get_num_ops - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.mbedtls_psa_verify_hash_get_num_ops - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.mbedtls_psa_sign_hash_start - 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_driver_wrapper_sign_hash_start - 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.mbedtls_psa_sign_hash_complete - 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.mbedtls_psa_sign_hash_abort - 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_sign_hash_abort_internal - 0x00000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_sign_hash_abort - 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.mbedtls_psa_verify_hash_start - 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_driver_wrapper_verify_hash_start - 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.mbedtls_psa_verify_hash_complete - 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.mbedtls_psa_verify_hash_abort - 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_verify_hash_abort_internal - 0x00000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_verify_hash_complete - 0x00000000 0x86 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_verify_hash_abort - 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_cipher_abort - 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_cipher_setup - 0x00000000 0x168 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_cipher_encrypt_setup - 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_cipher_decrypt_setup - 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_aead_abort - 0x00000000 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_aead_setup - 0x00000000 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_aead_encrypt_setup - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_aead_decrypt_setup - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_aead_set_nonce_internal - 0x00000000 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_aead_set_lengths - 0x00000000 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_derivation_abort - 0x00000000 0xb2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_derivation_input_internal - 0x00000000 0xc2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_derivation_input_integer_internal - 0x00000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_derivation_get_capacity - 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_derivation_set_capacity - 0x00000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_custom_key_parameters_are_default - 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_derivation_setup - 0x00000000 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_derivation_input_integer - 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_derivation_input_key - 0x00000000 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_agreement_raw_builtin - 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_driver_wrapper_key_agreement - 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_agreement_raw_internal - 0x00000000 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_agreement_internal - 0x00000000 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_generate_key_internal - 0x00000000 0x92 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_driver_wrapper_generate_key - 0x00000000 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_generate_key_custom - 0x00000000 0x200 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_generate_key_ext - 0x00000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_generate_key - 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.mbedtls_psa_crypto_configure_entropy_sources - 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.mbedtls_psa_crypto_free - 0x00000000 0xa2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_crypto_init - 0x00000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_crypto_local_input_alloc - 0x00000000 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_crypto_local_input_free - 0x00000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_import_key - 0x00000000 0x124 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_hash_update - 0x00000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_hash_verify - 0x00000000 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_hash_compare - 0x00000000 0xce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_mac_update - 0x00000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_mac_verify_finish - 0x00000000 0x92 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_mac_verify - 0x00000000 0xbe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_verify_message - 0x00000000 0x8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_verify_hash - 0x00000000 0x8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_sign_hash_start - 0x00000000 0xfe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_verify_hash_start - 0x00000000 0x12c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_cipher_set_iv - 0x00000000 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_aead_set_nonce - 0x00000000 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_aead_update_ad - 0x00000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_derivation_input_bytes - 0x00000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_derivation_key_agreement - 0x00000000 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_crypto_local_output_alloc - 0x00000000 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_crypto_local_output_free - 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_export_key - 0x00000000 0x8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_export_public_key - 0x00000000 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_hash_finish - 0x00000000 0x5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_hash_compute - 0x00000000 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_derivation_tls12_ecjpake_to_pms_read - 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_mac_sign_finish - 0x00000000 0xce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_derivation_tls12_prf_generate_next_block - 0x00000000 0x254 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_derivation_tls12_prf_read - 0x00000000 0x18c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_mac_compute - 0x00000000 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_sign_message - 0x00000000 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_sign_hash - 0x00000000 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_asymmetric_encrypt - 0x00000000 0x128 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_asymmetric_decrypt - 0x00000000 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_sign_hash_complete - 0x00000000 0xe6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_cipher_generate_iv - 0x00000000 0xec esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_cipher_update - 0x00000000 0xc4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_cipher_finish - 0x00000000 0x9e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_cipher_encrypt - 0x00000000 0x1e6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_cipher_decrypt - 0x00000000 0x166 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_aead_encrypt - 0x00000000 0x156 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_aead_decrypt - 0x00000000 0x156 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_aead_generate_nonce - 0x00000000 0x126 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_aead_update - 0x00000000 0x10a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_aead_finish - 0x00000000 0xfa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_aead_verify - 0x00000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_derivation_output_bytes - 0x00000000 0x110 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_generate_derived_ecc_key_weierstrass_helper - 0x00000000 0x190 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_generate_derived_ecc_key_montgomery_helper - 0x00000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_generate_derived_key_internal - 0x00000000 0x12c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_derivation_output_key_custom - 0x00000000 0xac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_derivation_output_key_ext - 0x00000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_key_derivation_output_key - 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_raw_key_agreement - 0x00000000 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text.psa_generate_random - 0x00000000 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .srodata.default_custom_production - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .sdata.psa_interruptible_max_ops - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .bss.global_data - 0x00000000 0x1fc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .debug_info 0x00000000 0xec83 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .debug_abbrev 0x00000000 0x58d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .debug_loc 0x00000000 0x11a4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .debug_aranges - 0x00000000 0x680 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .debug_ranges 0x00000000 0x898 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .debug_line 0x00000000 0xc6a1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .debug_str 0x00000000 0x4350 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .debug_frame 0x00000000 0x1f2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .text.psa_aead_unpadded_locate_tag - 0x00000000 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .text.psa_aead_setup - 0x00000000 0x13a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .text.mbedtls_psa_aead_encrypt_setup - 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .text.mbedtls_psa_aead_decrypt_setup - 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .text.mbedtls_psa_aead_set_nonce - 0x00000000 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .text.mbedtls_psa_aead_set_lengths - 0x00000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .text.mbedtls_psa_aead_update_ad - 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .text.mbedtls_psa_aead_update - 0x00000000 0x6e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .text.mbedtls_psa_aead_finish - 0x00000000 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .text.mbedtls_psa_aead_abort - 0x00000000 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .text.mbedtls_psa_aead_encrypt - 0x00000000 0x14e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .text.mbedtls_psa_aead_decrypt - 0x00000000 0x170 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .debug_info 0x00000000 0x17c7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .debug_abbrev 0x00000000 0x3d3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .debug_loc 0x00000000 0x1394 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .debug_aranges - 0x00000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .debug_ranges 0x00000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .debug_line 0x00000000 0xd97 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .debug_str 0x00000000 0xc8a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .debug_frame 0x00000000 0x1f8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .text.mbedtls_cipher_validate_values - 0x00000000 0xac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .text.psa_cipher_update_ecb - 0x00000000 0x10e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .text.mbedtls_cipher_values_from_psa - 0x00000000 0x14c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .text.mbedtls_cipher_info_from_psa - 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .text.psa_cipher_setup - 0x00000000 0x17a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .text.mbedtls_psa_cipher_encrypt_setup - 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .text.mbedtls_psa_cipher_decrypt_setup - 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .text.mbedtls_psa_cipher_set_iv - 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .text.mbedtls_psa_cipher_update - 0x00000000 0x8a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .text.mbedtls_psa_cipher_finish - 0x00000000 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .text.mbedtls_psa_cipher_abort - 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .text.mbedtls_psa_cipher_encrypt - 0x00000000 0xe0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .text.mbedtls_psa_cipher_decrypt - 0x00000000 0xe2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .debug_info 0x00000000 0x1508 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .debug_abbrev 0x00000000 0x394 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .debug_loc 0x00000000 0x1435 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .debug_aranges - 0x00000000 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .debug_ranges 0x00000000 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .debug_line 0x00000000 0x1271 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .debug_str 0x00000000 0xb7e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .debug_frame 0x00000000 0x234 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) - .text.psa_reset_key_attributes - 0x00000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) - .debug_info 0x00000000 0x22b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) - .debug_abbrev 0x00000000 0xfe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) - .debug_loc 0x00000000 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) - .debug_aranges - 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) - .debug_ranges 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) - .debug_line 0x00000000 0x278 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) - .debug_str 0x00000000 0x359 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) - .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) - .debug_frame 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) - .text.psa_driver_wrapper_get_key_buffer_size - 0x00000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) - .text.psa_driver_wrapper_export_public_key - 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) - .text.psa_driver_wrapper_get_builtin_key - 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) - .debug_info 0x00000000 0x4cc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) - .debug_abbrev 0x00000000 0x186 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) - .debug_loc 0x00000000 0x207 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) - .debug_aranges - 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) - .debug_ranges 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) - .debug_line 0x00000000 0x3a2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) - .debug_str 0x00000000 0x4eb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) - .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) - .debug_frame 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) - .text.check_ecc_parameters - 0x00000000 0x114 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) - .text.mbedtls_psa_ecp_load_representation - 0x00000000 0x17a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) - .text.mbedtls_psa_ecp_export_key - 0x00000000 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) - .text.mbedtls_psa_ecp_import_key - 0x00000000 0xaa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) - .text.mbedtls_psa_ecp_export_public_key - 0x00000000 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) - .text.mbedtls_psa_ecp_generate_key - 0x00000000 0xcc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) - .text.mbedtls_psa_ecdsa_sign_hash - 0x00000000 0x18e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) - .text.mbedtls_psa_ecp_load_public_part - 0x00000000 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) - .text.mbedtls_psa_ecdsa_verify_hash - 0x00000000 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) - .text.mbedtls_psa_key_agreement_ecdh - 0x00000000 0x166 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) - .debug_info 0x00000000 0x1953 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) - .debug_abbrev 0x00000000 0x34e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) - .debug_loc 0x00000000 0x1490 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) - .debug_aranges - 0x00000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) - .debug_ranges 0x00000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) - .debug_line 0x00000000 0x10f9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) - .debug_str 0x00000000 0xc9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) - .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) - .debug_frame 0x00000000 0x200 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) - .text.mbedtls_psa_hash_abort - 0x00000000 0xb4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) - .text.mbedtls_psa_hash_setup - 0x00000000 0x150 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) - .text.mbedtls_psa_hash_clone - 0x00000000 0xe2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) - .text.mbedtls_psa_hash_update - 0x00000000 0xac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) - .text.mbedtls_psa_hash_finish - 0x00000000 0x200 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) - .text.mbedtls_psa_hash_compute - 0x00000000 0x8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) - .debug_info 0x00000000 0xdad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) - .debug_abbrev 0x00000000 0x24a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) - .debug_loc 0x00000000 0x90c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) - .debug_aranges - 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) - .debug_ranges 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) - .debug_line 0x00000000 0xb53 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) - .debug_str 0x00000000 0x711 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) - .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) - .debug_frame 0x00000000 0x118 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .text.psa_hmac_abort_internal - 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .text.mac_init - 0x00000000 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .text.cmac_setup - 0x00000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .text.psa_hmac_setup_internal - 0x00000000 0x308 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .text.psa_hmac_update_internal - 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .text.psa_hmac_finish_internal - 0x00000000 0x1ba esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .text.psa_mac_finish_internal - 0x00000000 0x86 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .text.mbedtls_psa_mac_abort - 0x00000000 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .text.psa_mac_setup - 0x00000000 0xae esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .text.mbedtls_psa_mac_sign_setup - 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .text.mbedtls_psa_mac_verify_setup - 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .text.mbedtls_psa_mac_update - 0x00000000 0x5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .text.mbedtls_psa_mac_sign_finish - 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .text.mbedtls_psa_mac_verify_finish - 0x00000000 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .text.mbedtls_psa_mac_compute - 0x00000000 0xcc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .debug_info 0x00000000 0x181e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .debug_abbrev 0x00000000 0x3cc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .debug_loc 0x00000000 0x1070 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .debug_aranges - 0x00000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .debug_ranges 0x00000000 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .debug_line 0x00000000 0x1145 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .debug_str 0x00000000 0xb20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .debug_frame 0x00000000 0x280 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .text.psa_rsa_read_exponent - 0x00000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .text.rsa_pss_expected_salt_len - 0x00000000 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .text.psa_check_rsa_key_byte_aligned - 0x00000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .text.psa_rsa_oaep_set_padding_mode - 0x00000000 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .text.mbedtls_md_get_size_from_type - 0x00000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .text.psa_rsa_decode_md_type - 0x00000000 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .text.mbedtls_psa_rsa_load_representation - 0x00000000 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .text.mbedtls_psa_rsa_export_key - 0x00000000 0xcc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .text.mbedtls_psa_rsa_import_key - 0x00000000 0x82 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .text.mbedtls_psa_rsa_export_public_key - 0x00000000 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .text.mbedtls_psa_rsa_generate_key - 0x00000000 0xac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .text.mbedtls_psa_rsa_sign_hash - 0x00000000 0x12c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .text.mbedtls_psa_rsa_verify_hash - 0x00000000 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .text.mbedtls_psa_asymmetric_encrypt - 0x00000000 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .text.mbedtls_psa_asymmetric_decrypt - 0x00000000 0x116 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .debug_info 0x00000000 0x1993 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .debug_abbrev 0x00000000 0x367 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .debug_loc 0x00000000 0x165f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .debug_aranges - 0x00000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .debug_ranges 0x00000000 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .debug_line 0x00000000 0x1250 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .debug_str 0x00000000 0xa50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .debug_frame 0x00000000 0x2bc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .text.psa_extend_key_usage_flags - 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .text.volatile_key_id_of_index - 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .text.slice_index_of_volatile_key_id - 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .text.slot_index_of_volatile_key_id - 0x00000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .text.psa_get_key_slots_initialized - 0x00000000 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .text.get_volatile_key_slot - 0x00000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .text.psa_allocate_volatile_key_slot - 0x00000000 0x104 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .text.psa_load_persistent_key_into_slot - 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .text.psa_is_valid_key_id - 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .text.psa_get_and_lock_key_slot_in_memory - 0x00000000 0xc2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .text.psa_initialize_key_slots - 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .text.psa_wipe_all_key_slots - 0x00000000 0xc4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .text.psa_free_key_slot - 0x00000000 0x8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .text.psa_reserve_free_key_slot - 0x00000000 0xc4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .text.psa_get_and_lock_key_slot - 0x00000000 0xd8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .text.psa_unregister_read - 0x00000000 0x4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .text.psa_unregister_read_under_mutex - 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .text.psa_validate_key_location - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .text.psa_validate_key_persistence - 0x00000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .text.psa_open_key - 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .text.psa_close_key - 0x00000000 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .text.psa_purge_key - 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .text.mbedtls_psa_get_stats - 0x00000000 0xbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .bss.global_data - 0x00000000 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .debug_info 0x00000000 0x1383 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .debug_abbrev 0x00000000 0x3cb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .debug_loc 0x00000000 0x111e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .debug_aranges - 0x00000000 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .debug_ranges 0x00000000 0x150 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .debug_line 0x00000000 0x1993 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .debug_str 0x00000000 0xa77 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .debug_frame 0x00000000 0x2a8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .text.psa_its_identifier_of_slot - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .text.psa_crypto_storage_get_data_length - 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .text.check_magic_header - 0x00000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .text.psa_crypto_storage_load - 0x00000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .text.psa_is_key_present_in_storage - 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .text.psa_crypto_storage_store - 0x00000000 0x8a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .text.psa_destroy_persistent_key - 0x00000000 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .text.psa_format_key_data_for_storage - 0x00000000 0x11a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .text.psa_parse_key_data_from_storage - 0x00000000 0x170 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .text.psa_save_persistent_key - 0x00000000 0x8a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .text.psa_free_persistent_key_data - 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .text.psa_load_persistent_key - 0x00000000 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .rodata 0x00000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .debug_info 0x00000000 0x103c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .debug_abbrev 0x00000000 0x35c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .debug_loc 0x00000000 0xe27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .debug_aranges - 0x00000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .debug_ranges 0x00000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .debug_line 0x00000000 0xdf7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .debug_str 0x00000000 0x705 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .debug_frame 0x00000000 0x1f0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) - .rodata.psa_its_fill_filename.str1.4 - 0x00000000 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) - .text.psa_its_fill_filename - 0x00000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) - .rodata.psa_its_read_file.str1.4 - 0x00000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) - .text.psa_its_read_file - 0x00000000 0x92 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) - .text.psa_its_get_info - 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) - .text.psa_its_get - 0x00000000 0xc2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) - .rodata.psa_its_set.str1.4 - 0x00000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) - .text.psa_its_set - 0x00000000 0xf2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) - .text.psa_its_remove - 0x00000000 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) - .rodata 0x00000000 0x9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) - .debug_info 0x00000000 0x11f0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) - .debug_abbrev 0x00000000 0x307 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) - .debug_loc 0x00000000 0x67a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) - .debug_aranges - 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) - .debug_ranges 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) - .debug_line 0x00000000 0x93e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) - .debug_str 0x00000000 0x80c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) - .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) - .debug_frame 0x00000000 0xfc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .text.convert_raw_to_der_single_int - 0x00000000 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .text.convert_der_to_raw_single_int - 0x00000000 0x92 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .text.psa_generic_status_to_mbedtls - 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .text.psa_status_to_mbedtls - 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .text.psa_pk_status_to_mbedtls - 0x00000000 0xb6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .text.mbedtls_ecc_group_to_psa - 0x00000000 0xcc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .text.mbedtls_ecc_group_from_psa - 0x00000000 0xc4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .text.mbedtls_psa_get_random - 0x00000000 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .text.mbedtls_ecdsa_raw_to_der - 0x00000000 0xe4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .text.mbedtls_ecdsa_der_to_raw - 0x00000000 0xea esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .rodata.psa_to_pk_rsa_errors - 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .rodata.psa_to_lms_errors - 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .rodata.psa_to_md_errors - 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .debug_info 0x00000000 0xa4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .debug_abbrev 0x00000000 0x26e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .debug_loc 0x00000000 0xe9f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .debug_aranges - 0x00000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .debug_ranges 0x00000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .debug_line 0x00000000 0xe10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .debug_str 0x00000000 0x6b4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .debug_frame 0x00000000 0x16c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.myrand 0x00000000 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.mbedtls_rsa_export_raw - 0x00000000 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.mbedtls_rsa_export - 0x00000000 0x10a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.mbedtls_rsa_write_pubkey - 0x00000000 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.mbedtls_rsa_export_crt - 0x00000000 0xbe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.mbedtls_rsa_write_key - 0x00000000 0x1f6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.mbedtls_rsa_set_padding - 0x00000000 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.mbedtls_rsa_get_padding_mode - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.mbedtls_rsa_get_md_alg - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.mbedtls_rsa_rsassa_pss_sign_no_mode_check - 0x00000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.mbedtls_rsa_rsassa_pss_sign_ext - 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.mbedtls_rsa_gen_key - 0x00000000 0x294 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.mbedtls_rsa_copy - 0x00000000 0x13a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .rodata.mbedtls_rsa_self_test.str1.4 - 0x00000000 0x3b6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.mbedtls_rsa_self_test - 0x00000000 0x35a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .rodata 0x00000000 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - .rodata.mbedtls_sha1_self_test.str1.4 - 0x00000000 0x23 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - .text.mbedtls_sha1_self_test - 0x00000000 0x15c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - .rodata.sha1_test_sum - 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - .rodata.sha1_test_buflen - 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - .rodata.sha1_test_buf - 0x00000000 0xab esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .rodata.mbedtls_sha256_common_self_test.str1.4 - 0x00000000 0x3f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .text.mbedtls_sha256_common_self_test - 0x00000000 0x1a0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .text.mbedtls_sha256_self_test - 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .text.mbedtls_sha224_self_test - 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .rodata.sha256_test_sum - 0x00000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .rodata.sha224_test_sum - 0x00000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .rodata.sha_test_buflen - 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .rodata.sha_test_buf - 0x00000000 0xab esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .rodata.mbedtls_sha512_common_self_test.str1.4 - 0x00000000 0x3f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .text.mbedtls_sha512_common_self_test - 0x00000000 0x1c0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .text.mbedtls_sha512_self_test - 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .text.mbedtls_sha384_self_test - 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .rodata.sha512_test_sum - 0x00000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .rodata.sha384_test_sum - 0x00000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .rodata.sha_test_buflen - 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .rodata.sha_test_buf - 0x00000000 0x153 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - .text.esp_internal_aes_encrypt - 0x00000000 0x86 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - .text.esp_aes_encrypt - 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - .text.esp_internal_aes_decrypt - 0x00000000 0x86 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - .text.esp_aes_decrypt - 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - .text.esp_aes_crypt_cfb8 - 0x00000000 0x1a4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .text.esp_mpi_mul_mpi_mod - 0x00000000 0x116 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - .text.esp_mpi_hardware_words - 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - .text.esp_mpi_interrupt_enable - 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - .text.esp_mpi_interrupt_clear - 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - .text.esp_mpi_mul_mpi_mod_hw_op - 0x00000000 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .text.mbedtls_internal_sha256_process - 0x00000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) - .text.esp_md5_process - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .rodata.mbedtls_aria_self_test.str1.4 - 0x00000000 0xe1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .text.mbedtls_aria_self_test - 0x00000000 0x6b2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .rodata.aria_test2_ctr_ct - 0x00000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .rodata.aria_test2_cfb_ct - 0x00000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .rodata.aria_test2_cbc_ct - 0x00000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .rodata.aria_test2_pt - 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .rodata.aria_test2_key - 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .rodata.aria_test1_ecb_ct - 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .rodata.aria_test1_ecb_pt - 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .rodata.aria_test1_ecb_key - 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - .text.mbedtls_asn1_get_enum - 0x00000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - .text.mbedtls_asn1_free_named_data_list - 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - .text.mbedtls_asn1_find_named_data - 0x00000000 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .text.asn1_write_tagged_int - 0x00000000 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .text.mbedtls_asn1_write_raw_buffer - 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .text.mbedtls_asn1_write_null - 0x00000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .text.mbedtls_asn1_write_oid - 0x00000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .text.mbedtls_asn1_write_algorithm_identifier_ext - 0x00000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .text.mbedtls_asn1_write_algorithm_identifier - 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .text.mbedtls_asn1_write_bool - 0x00000000 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .text.mbedtls_asn1_write_int - 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .text.mbedtls_asn1_write_enum - 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .text.mbedtls_asn1_write_tagged_string - 0x00000000 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .text.mbedtls_asn1_write_utf8_string - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .text.mbedtls_asn1_write_printable_string - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .text.mbedtls_asn1_write_ia5_string - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .text.mbedtls_asn1_write_bitstring - 0x00000000 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .text.mbedtls_asn1_write_named_bitstring - 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .text.mbedtls_asn1_write_octet_string - 0x00000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .text.mbedtls_asn1_store_named_data - 0x00000000 0x116 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .text.mbedtls_ccm_star_encrypt_and_tag - 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .text.mbedtls_ccm_star_auth_decrypt - 0x00000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .rodata.mbedtls_ccm_self_test.str1.4 - 0x00000000 0x33 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .text.mbedtls_ccm_self_test - 0x00000000 0x21e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .rodata.res_test_data - 0x00000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .rodata.tag_len_test_data - 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .rodata.msg_len_test_data - 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .rodata.add_len_test_data - 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .rodata.iv_len_test_data - 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .rodata.msg_test_data - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .rodata.ad_test_data - 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .rodata.iv_test_data - 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .rodata.key_test_data - 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .text.mbedtls_ecdsa_sign - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .text.mbedtls_ecdsa_sign_det_ext - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .text.mbedtls_ecdsa_verify - 0x00000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .text.mbedtls_ecdsa_genkey - 0x00000000 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .text.mbedtls_ecdsa_from_keypair - 0x00000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .rodata.mbedtls_gcm_self_test.str1.4 - 0x00000000 0x83 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .text.mbedtls_gcm_self_test - 0x00000000 0x5ea esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .rodata.tag_test_data - 0x00000000 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .rodata.ct_test_data - 0x00000000 0x480 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .rodata.pt_test_data - 0x00000000 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .rodata.pt_index_test_data - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .rodata.pt_len_test_data - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .rodata.additional_test_data - 0x00000000 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .rodata.add_index_test_data - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .rodata.add_len_test_data - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .rodata.iv_test_data - 0x00000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .rodata.iv_index_test_data - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .rodata.iv_len_test_data - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .rodata.key_test_data - 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .rodata.key_index_test_data - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .text.hmac_drbg_self_test_entropy - 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .text.mbedtls_hmac_drbg_seed - 0x00000000 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .text.mbedtls_hmac_drbg_set_prediction_resistance - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .text.mbedtls_hmac_drbg_set_entropy_len - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .text.mbedtls_hmac_drbg_set_reseed_interval - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .rodata.mbedtls_hmac_drbg_write_seed_file.str1.4 - 0x00000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .text.mbedtls_hmac_drbg_write_seed_file - 0x00000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .rodata.mbedtls_hmac_drbg_update_seed_file.str1.4 - 0x00000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .text.mbedtls_hmac_drbg_update_seed_file - 0x00000000 0xde esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .rodata.mbedtls_hmac_drbg_self_test.str1.4 - 0x00000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .text.mbedtls_hmac_drbg_self_test - 0x00000000 0x28c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .sbss.test_offset - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .rodata.result_nopr - 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .rodata.entropy_nopr - 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .rodata.result_pr - 0x00000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .rodata.entropy_pr - 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text.oid_parse_number - 0x00000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text.oid_subidentifier_num_bytes - 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text.oid_subidentifier_encode_into - 0x00000000 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text.oid_x520_attr_from_asn1 - 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text.oid_ext_key_usage_from_asn1 - 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text.oid_certificate_policies_from_asn1 - 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text.mbedtls_oid_get_attr_short_name - 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text.mbedtls_oid_get_extended_key_usage - 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text.mbedtls_oid_get_certificate_policies - 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text.mbedtls_oid_get_sig_alg_desc - 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text.mbedtls_oid_get_oid_by_sig_alg - 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text.mbedtls_oid_get_oid_by_pk_alg - 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text.mbedtls_oid_get_oid_by_ec_grp - 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text.mbedtls_oid_get_oid_by_ec_grp_algid - 0x00000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .rodata.mbedtls_oid_get_numeric_string.str1.4 - 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text.mbedtls_oid_get_numeric_string - 0x00000000 0x108 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text.mbedtls_oid_from_numeric_string - 0x00000000 0x1ca esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .rodata.oid_certificate_policies - 0x00000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .rodata.oid_ext_key_usage - 0x00000000 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .rodata.oid_x520_attr_type - 0x00000000 0x1a4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .text.mbedtls_pem_write_buffer - 0x00000000 0x174 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .rodata.mbedtls_pkcs5_self_test.str1.4 - 0x00000000 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .text.mbedtls_pkcs5_self_test - 0x00000000 0xfe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .rodata.result_key_test_data - 0x00000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .rodata.key_len_test_data - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .rodata.it_cnt_test_data - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .rodata.salt_test_data - 0x00000000 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .rodata.slen_test_data - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .rodata.password_test_data - 0x00000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .rodata.plen_test_data - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .rodata.mbedtls_base64_self_test.str1.4 - 0x00000000 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .text.mbedtls_base64_self_test - 0x00000000 0xf2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .rodata.base64_test_enc - 0x00000000 0x59 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .rodata.base64_test_dec - 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - .text.esp_crypto_shared_gdma_start - 0x00000000 0xf6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - .text.esp_crypto_shared_gdma_free - 0x00000000 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .rodata.x509_info_ext_key_usage.str1.4 - 0x00000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_info_ext_key_usage - 0x00000000 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_info_cert_policies - 0x00000000 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .rodata.mbedtls_x509_crt_info.str1.4 - 0x00000000 0x1e2 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.mbedtls_x509_crt_info - 0x00000000 0x5f4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .rodata.mbedtls_x509_crt_verify_info.str1.4 - 0x00000000 0x33 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.mbedtls_x509_crt_verify_info - 0x00000000 0xb6 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.mbedtls_x509_crt_verify - 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.mbedtls_x509_crt_verify_with_profile - 0x00000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.mbedtls_x509_crt_parse_der_nocopy - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.mbedtls_x509_crt_parse_der_with_ext_cb - 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.mbedtls_x509_crt_parse_file - 0x00000000 0x46 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .rodata.mbedtls_x509_crt_parse_path.str1.4 - 0x00000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.mbedtls_x509_crt_parse_path - 0x00000000 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.mbedtls_x509_crt_get_ca_istrue - 0x00000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .rodata.str1.4 - 0x00000000 0x406 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .rodata.x509_crt_verify_strings - 0x00000000 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .rodata.mbedtls_x509_crt_profile_none - 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .rodata.mbedtls_x509_crt_profile_next - 0x00000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .rodata.md_type_to_string.str1.4 - 0x00000000 0x2b esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .text.md_type_to_string - 0x00000000 0x6c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .text.nibble_to_hex_digit - 0x00000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .rodata.mbedtls_x509_dn_gets.str1.4 - 0x00000000 0x27 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .text.mbedtls_x509_dn_gets - 0x00000000 0x3fe esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .rodata.mbedtls_x509_serial_gets.str1.4 - 0x00000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .text.mbedtls_x509_serial_gets - 0x00000000 0xe8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .rodata.mbedtls_x509_sig_alg_gets.str1.4 - 0x00000000 0x1b esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .text.mbedtls_x509_sig_alg_gets - 0x00000000 0xfc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .rodata.mbedtls_x509_key_size_helper.str1.4 - 0x00000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .text.mbedtls_x509_key_size_helper - 0x00000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .text.mbedtls_x509_time_cmp - 0x00000000 0x46 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .text.mbedtls_x509_time_is_past - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .text.mbedtls_x509_time_is_future - 0x00000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .rodata.mbedtls_x509_info_subject_alt_name.str1.4 - 0x00000000 0x164 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .text.mbedtls_x509_info_subject_alt_name - 0x00000000 0x52e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .rodata.mbedtls_x509_info_cert_type.str1.4 - 0x00000000 0x74 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .text.mbedtls_x509_info_cert_type - 0x00000000 0x244 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .rodata.mbedtls_x509_info_key_usage.str1.4 - 0x00000000 0x9c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .text.mbedtls_x509_info_key_usage - 0x00000000 0x284 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .text.esp_wifi_internal_tx_is_stop - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .text.ieee80211_reg_encap_amsdu_cb - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .text.wifi_is_started - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .text.ieee80211_recycle_cache_eb - 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .text.get_wifi_internal_state - 0x00000000 0x70 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .text.ieee80211_output_pending_eb - 0x00000000 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .text.ieee80211_copy_eb_header - 0x00000000 0x8a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .text.ieee80211_amsdu_adjust_last_length - 0x00000000 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .wifiextrairam.18 - 0x00000000 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .wifiextrairam.19 - 0x00000000 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .text.ieee80211_vnd_ie_size - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .wifi0iram.37 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .text.ieee80211_search_node - 0x00000000 0xd6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .text.esp_wifi_internal_tx_by_ref - 0x00000000 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .text.esp_wifi_mesh_tx - 0x00000000 0xa0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .text.ieee80211_raw_frame_sanity_check - 0x00000000 0x20a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .text.esp_wifi_80211_tx - 0x00000000 0x162 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .text.ieee80211_get_nvs_he_dcm_max_constellation_tx - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .wifiextrairam.62 - 0x00000000 0xc2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .bss.he_dcm_max_constellation_tx - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .rodata_wlog_error.46 - 0x00000000 0xf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .rodata_wlog_error.47 - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .rodata_wlog_error.48 - 0x00000000 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .rodata_wlog_error.49 - 0x00000000 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .rodata_wlog_error.50 - 0x00000000 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .rodata_wlog_error.51 - 0x00000000 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .rodata_wlog_error.52 - 0x00000000 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .rodata_wlog_error.53 - 0x00000000 0x45 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .rodata_wlog_error.54 - 0x00000000 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .rodata_wlog_error.55 - 0x00000000 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .text.ieee80211_hostapd_data_txcb - 0x00000000 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .bss.APRecvBcnStartTick - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .bss.ApFreqCalTimer - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - .text.ieee80211_crypto_available - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - .text.ieee80211_crypto_setkey - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - .text.ieee80211_crypto_encap - 0x00000000 0x94 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - .rodata_wlog_error.2 - 0x00000000 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - .text.phymode2str - 0x00000000 0x7e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - .rodata.phymode2str - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - .text.ieee80211_set_user_sup_rate - 0x00000000 0x56 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - .rodata_wlog_warning.2 - 0x00000000 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - .rodata_wlog_warning.4 - 0x00000000 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - .text.chm_check_channel_is_valid - 0x00000000 0x62 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - .text.chm_check_channel - 0x00000000 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - .wifi0iram.12 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - .text.chm_bitmap_idx_to_channel - 0x00000000 0x4a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - .text.ieee80211_psq_cleanup - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - .text.ieee80211_psq_take_tail - 0x00000000 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) - .text.ieee80211_get_chan_info - 0x00000000 0x74 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) - .rodata.ieee80211_get_chan_info - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) - .rodata_wlog_warning.3 - 0x00000000 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - .text.roc_op_start - 0x00000000 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - .text.roc_op_end - 0x00000000 0x5c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - .text.offchan_txop_end - 0x00000000 0x82 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - .text.offchan_txop_start - 0x00000000 0x260 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - .data.s_global_offchan_seq - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - .rodata_wlog_error.2 - 0x00000000 0x31 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - .rodata_wlog_error.3 - 0x00000000 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - .text.ieee80211_public_action_recv_mesh_awake - 0x00000000 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - .text.ieee80211_mesh_quick_init - 0x00000000 0x180 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - .text.ieee80211_mesh_quick_deinit - 0x00000000 0x9c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - .text.ieee80211_vnd_mesh_update_beacon - 0x00000000 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - .text.ieee80211_vnd_mesh_fully_associated - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - .text.ieee80211_public_action_send_mesh_awake - 0x00000000 0x15a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - .rodata 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - .bss.esp_mesh_appie - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - .bss.esp_mesh_ps_duty - 0x00000000 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - .rodata.ieee80211_public_action_send_mesh_awake.str1.4 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - .text.dbg_hmac_rxtx_statis_dump - 0x00000000 0x2aa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - .text.dbg_hmac_statis_dump - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - .rodata.dbg_hmac_rxtx_statis_dump.str1.4 - 0x00000000 0x93 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - .rodata_wlog_info.10 - 0x00000000 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - .rodata_wlog_info.11 - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - .rodata_wlog_info.12 - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - .rodata_wlog_info.13 - 0x00000000 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - .rodata_wlog_info.14 - 0x00000000 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - .rodata_wlog_info.2 - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - .rodata_wlog_info.3 - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - .rodata_wlog_info.4 - 0x00000000 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - .rodata_wlog_info.5 - 0x00000000 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - .rodata_wlog_info.6 - 0x00000000 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - .rodata_wlog_info.7 - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - .rodata_wlog_info.8 - 0x00000000 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - .rodata_wlog_info.9 - 0x00000000 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .text.cnx_sta_scan_cmd - 0x00000000 0x36e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .text.esp_mesh_get_tsf_time - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .wifi0iram.87 0x00000000 0x9c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .wifi0iram.89 0x00000000 0x66 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .text.cnx_is_any_node_connecting - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .text.wifi_softap_staconnected_event_policy - 0x00000000 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .text.wifi_softap_toomany_deny - 0x00000000 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .text.cnx_sta_pm - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .text.cnx_stop_obss_scan - 0x00000000 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .wifislprxiram.113 - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata.cnx_sta_scan_cmd.str1.4 - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_debug.19 - 0x00000000 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_debug.20 - 0x00000000 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_debug.21 - 0x00000000 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_debug.22 - 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_debug.23 - 0x00000000 0x3b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_error.18 - 0x00000000 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_error.88 - 0x00000000 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_error.90 - 0x00000000 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_warning.17 - 0x00000000 0x33 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_warning.24 - 0x00000000 0x64 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_warning.25 - 0x00000000 0x65 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_warning.26 - 0x00000000 0xd C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - .text.ieee80211_deliver_data - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - .text.ieee80211_is_11b_rate - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) - .text.ieee80211_add_ie_vendor_esp_now_head - 0x00000000 0x54 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) - .text.ieee80211_add_ie_vendor_esp_mesh_group - 0x00000000 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) - .text.ieee80211_add_ie_vendor_esp_simple_pair - 0x00000000 0x6a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) - .text.ieee80211_add_ie_vendor_esp_freq_annon - 0x00000000 0x46 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) - .text.ieee80211_add_ie_vendor_esp_now - 0x00000000 0x74 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) - .text.ieee80211_add_ie_vendor_esp_ssid - 0x00000000 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - .text.wifi_nvs_sta_restore - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - .text.wifi_nvs_ap_restore - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - .text.ieee80211_nvs_set_default_ssid - 0x00000000 0x6e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - .text.wifi_nvs_restore - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - .text.wifi_nvs_set_sta_listen_interval - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - .rodata_wlog_warning.6 - 0x00000000 0x11 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - .rodata_wlog_warning.7 - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_sta_get_prof_pmk_internal - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_sta_disable_sae_pk_internal - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.wifi_ap_pmf_enabled - 0x00000000 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.ieee80211_get_sta_gtk_index - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_enable_sta_privacy_internal - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_sta_is_running_internal - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_unregister_wpa2_cb_internal - 0x00000000 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_register_wpa2_cb_internal - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.ieee80211_unregister_wapi_cb - 0x00000000 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.ieee80211_register_wapi_cb - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_get_assoc_bssid_internal - 0x00000000 0x72 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.ieee80211_espnow_get_init_flag - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.ieee80211_espnow_set_init_flag - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.ieee80211_mt_key_is_mask - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.ieee80211_mt_key_is_mask_zero - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.ieee80211_mt_key_set_mask - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.ieee80211_mt_key_clear_mask - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.ieee80211_get_mac_addr_from_frame - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_del_key_internal - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_set_key_internal - 0x00000000 0x56 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_get_key_internal - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_register_tx_cb_internal - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_get_appie_internal - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_sta_wpa2_ent_enable_internal - 0x00000000 0x6c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_sta_wpa2_ent_disable_internal - 0x00000000 0x6c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_set_wpa2_ent_state_internal - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_set_wps_type_internal - 0x00000000 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_get_wps_type_internal - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_disarm_sta_connection_timer_internal - 0x00000000 0x6a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_set_wps_status_internal - 0x00000000 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_set_wps_cb_internal - 0x00000000 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_internal_supplicant_header_md5_check - 0x00000000 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_set_wps_start_flag_internal - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_set_rssi_threshold - 0x00000000 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_is_rm_enabled_internal - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_is_btm_enabled_internal - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_is_mbo_enabled_internal - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_is_ft_enabled_internal - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_action_tx_req - 0x00000000 0xb4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_remain_on_channel - 0x00000000 0x96 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .data.g_wifi_supplicant_funcs_md5 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .rodata.esp_wifi_internal_supplicant_header_md5_check.str1.4 - 0x00000000 0x2f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .rodata.str1.4 - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_wps_stop - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_wps_start - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_ioctl_ht2040_get - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_phy_bw_is_modified - 0x00000000 0x9c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_phy_bw_is_valid - 0x00000000 0xb8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_ioctl_ht2040_set - 0x00000000 0x72 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.adc2_wifi_acquire - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.adc2_wifi_release - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.ieee80211_set_phy_2nd_chan - 0x00000000 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.ieee80211_phy_2nd_chan_is_valid - 0x00000000 0xac C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.ieee80211_set_phy_mode - 0x00000000 0x1c8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_phy_2nd_chan_process - 0x00000000 0x56 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.print_sta_pmk - 0x00000000 0x144 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.ieee80211_sta_scan - 0x00000000 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_mac_process - 0x00000000 0xf2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_promis_filter_process - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_promis_ctrl_filter_process - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_sta_set_ap_num_process - 0x00000000 0x5e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_auto_connect_process - 0x00000000 0x70 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_get_macaddr - 0x00000000 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.chip_post_deinit - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .wifislprxiram.41 - 0x00000000 0xb0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .wifislprxiram.43 - 0x00000000 0xa8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_promis_process - 0x00000000 0x8c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.esp_wifi_internal_set_baw - 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_crypto_deinit - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_hmac_deinit - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_lmac_deinit - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_sta_disconnect - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_scan_start_process - 0x00000000 0x92 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_scan_stop_process - 0x00000000 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_ant_to_ant_type - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_scan_params_process - 0x00000000 0xa4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_get_scan_params_process - 0x00000000 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.cipher_map_net80211_to_public_cipher - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_clear_ap_list_process - 0x00000000 0x5c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_copy_ap_record - 0x00000000 0xf8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_get_ap_list_process - 0x00000000 0x212 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_get_ap_record_process - 0x00000000 0xa6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_get_ap_info_process - 0x00000000 0x198 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_get_sta_list_process - 0x00000000 0x16c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_protocol_process - 0x00000000 0xf6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_get_protocol_process - 0x00000000 0x82 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_bw_process - 0x00000000 0xb0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_get_bw_process - 0x00000000 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_channel_process - 0x00000000 0x168 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_home_channel_process - 0x00000000 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_get_channel_process - 0x00000000 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_chan_range - 0x00000000 0x8a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_ps_process - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_country - 0x00000000 0x1e0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_get_country - 0x00000000 0x62 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_band_process - 0x00000000 0x1ca C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_band_mode_process - 0x00000000 0xe4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_restart_process - 0x00000000 0x46 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_restore_process - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_vnd_ie_process - 0x00000000 0x122 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_vnd_ie_cb_process - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_max_tpw - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_event_mask - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_csi - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_csi_set_config - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_ant_config_check - 0x00000000 0x5e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .wifirxiram.99 - 0x00000000 0xba C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_ant - 0x00000000 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_ant_gpio - 0x00000000 0xb0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_fix_rate_process - 0x00000000 0x86 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_deauth_sta_process - 0x00000000 0x116 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_wps_start_flag - 0x00000000 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_wpa2_ent_enable_process - 0x00000000 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_wpa2_ent_disable_process - 0x00000000 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_log_mod_process - 0x00000000 0x7e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_wps_type_process - 0x00000000 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_wps_status_process - 0x00000000 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_wps_cb_process - 0x00000000 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_internal_ioctl_process - 0x00000000 0x7a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_get_tsf_time_process - 0x00000000 0x74 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_ftm_start_initiator_process - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_rssi_threshold - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_roc_process - 0x00000000 0xd6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_action_tx_process - 0x00000000 0xf8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_configure_wake_window_process - 0x00000000 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_disable_pmf_config_process - 0x00000000 0x160 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_force_wakeup_process - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_update_listen_interval_process - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_coex_pwr_process - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_update_tsf_tick_interval_process - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_sample_beacon_process - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_tbtt_quick_wake_configure_process - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_ie_set_progress - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_ie_get_progress - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_roots_ie_set_progress - 0x00000000 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_roots_ie_get_progress - 0x00000000 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_ie_init_progress - 0x00000000 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_ie_deinit_progress - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_sta_disassoc - 0x00000000 0x66 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_map_deauth_progress - 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_sta_disassoc_progress - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_set_beacon_interval_progress - 0x00000000 0x86 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_assoc_expire_set_progress - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_router_bssid_set_progress - 0x00000000 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_router_bssid_get_progress - 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_root_conflicts_set_progress - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_ie_crypto_funcs_set_progress - 0x00000000 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_ie_crypto_key_set_progress - 0x00000000 0x54 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_parent_monitor_set_progress - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_parent_monitor_get_progress - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_parent_candidate_set_progress - 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_parent_candidate_clear_progress - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_parent_candidate_get_progress - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_rssi_threshold_set_progress - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_rssi_threshold_get_progress - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_is_roots_found_progress - 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_switch_channel_progress - 0x00000000 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_ps_duty_cycle_set_process - 0x00000000 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_ps_duty_ext_get_process - 0x00000000 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_mesh_act_duty_signaling_process - 0x00000000 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_dynamic_cs_process - 0x00000000 0x94 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.config_is_cache_tx_buf_enabled - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .bss.mesh_router_bssid - 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .data.g_mesh_root_conflicts_allowed - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .data.map_assoc_expire - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .data.s_ioctl_table - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata.CSWTCH.335 - 0x00000000 0xb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_debug.76 - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_debug.77 - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_debug.80 - 0x00000000 0x27 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_debug.81 - 0x00000000 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_debug.82 - 0x00000000 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_debug.83 - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.100 - 0x00000000 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.101 - 0x00000000 0x11 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.102 - 0x00000000 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.103 - 0x00000000 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.104 - 0x00000000 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.105 - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.106 - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.112 - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.113 - 0x00000000 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.114 - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.119 - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.120 - 0x00000000 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.121 - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.122 - 0x00000000 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.124 - 0x00000000 0x51 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.135 - 0x00000000 0x2f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.42 - 0x00000000 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.44 - 0x00000000 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.78 - 0x00000000 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.79 - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.97 - 0x00000000 0x2f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.98 - 0x00000000 0x45 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_info.110 - 0x00000000 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_info.111 - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_info.12 - 0x00000000 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_info.123 - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_info.125 - 0x00000000 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_info.136 - 0x00000000 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_info.137 - 0x00000000 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_info.50 - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_info.90 - 0x00000000 0x27 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_info.91 - 0x00000000 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_info.92 - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_info.93 - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_info.94 - 0x00000000 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_info.96 - 0x00000000 0x37 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_verbose.75 - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_verbose.84 - 0x00000000 0x29 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_verbose.85 - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_verbose.87 - 0x00000000 0x2b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_warning.11 - 0x00000000 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_warning.15 - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_warning.16 - 0x00000000 0xac C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_warning.86 - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_warning.88 - 0x00000000 0x29 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_warning.89 - 0x00000000 0x5b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_warning.95 - 0x00000000 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .text.ieee80211_ftm_sess_timeout - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .text.ieee80211_ftm_req_timeout - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .text.ieee80211_tx_ftm_msmt - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .text.ieee80211_send_ftmr - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .text.ieee80211_register_ftm_timer - 0x00000000 0x5e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_gcmp.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_gcmp.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_gcmp.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_get_phy_comp - 0x00000000 0x84 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ieee80211_ftm_measurement_txcb - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_record_t2t3_cb - 0x00000000 0xb6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_session_timeout - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_send_msmt_pkt - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_request_timeout - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_send_request - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_offchan_end - 0x00000000 0x72 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.public_send_action_ftm_req - 0x00000000 0x298 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_is_supported - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_map_bw_param_to_phybw - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_get_resp_session_for_peer - 0x00000000 0x46 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_get_resp_session_by_cookie - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_add_resp_session - 0x00000000 0x8a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_free_resp_session - 0x00000000 0x9c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_record_t1t4_cb - 0x00000000 0xf2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_set_t1t4_cb - 0x00000000 0xd6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_resp_get_burst_slot - 0x00000000 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_resp_get_burst_inst_delay - 0x00000000 0x9a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.public_send_action_ftm_resp - 0x00000000 0x420 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ieee80211_ftm_sess_timeout_process - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ieee80211_tx_ftm_msmt_process - 0x00000000 0xae C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_resp_allocate_para - 0x00000000 0x1cc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_create_responder_session - 0x00000000 0xb4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_send_initial_resp - 0x00000000 0x146 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.public_recv_action_ftm_req - 0x00000000 0x1ac C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_responder_set_offset - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_get_estimated_dist - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_parse_data - 0x00000000 0x2fe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_initiator_session_end - 0x00000000 0x86 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_initiator_session_abort - 0x00000000 0xd4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ieee80211_ftm_request_txcb - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ieee80211_send_ftmr_process - 0x00000000 0xd2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_initiator_process_resp - 0x00000000 0x330 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.public_recv_action_ftm_resp - 0x00000000 0x2a8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_initiator_negotiate_session - 0x00000000 0x9c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_offchan_tx_req - 0x00000000 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_initiator_start_session - 0x00000000 0x106 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ieee80211_ftm_req_timeout_process - 0x00000000 0x68 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_start_initiator_local - 0x00000000 0x31a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_initiator_end_session_local - 0x00000000 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_initiator_get_report_local - 0x00000000 0xb4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ftm_validate_initiator_config - 0x00000000 0xb6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text.ieee80211_ftm_attach - 0x00000000 0xb4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .bss.g_ftm_report_num_entries - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .bss.g_t1_offset_psec - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata.ftm_initiator_process_resp.str1.4 - 0x00000000 0x11 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata_wlog_error.10 - 0x00000000 0x31 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata_wlog_error.11 - 0x00000000 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata_wlog_error.12 - 0x00000000 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata_wlog_error.17 - 0x00000000 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata_wlog_error.18 - 0x00000000 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata_wlog_error.19 - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata_wlog_error.20 - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata_wlog_error.21 - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata_wlog_error.22 - 0x00000000 0x2d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata_wlog_error.24 - 0x00000000 0x41 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata_wlog_error.25 - 0x00000000 0x39 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata_wlog_error.26 - 0x00000000 0x3d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata_wlog_error.27 - 0x00000000 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata_wlog_error.3 - 0x00000000 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata_wlog_error.4 - 0x00000000 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata_wlog_error.5 - 0x00000000 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata_wlog_error.6 - 0x00000000 0x2d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata_wlog_error.7 - 0x00000000 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata_wlog_error.8 - 0x00000000 0x41 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata_wlog_warning.13 - 0x00000000 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata_wlog_warning.14 - 0x00000000 0x2d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata_wlog_warning.15 - 0x00000000 0x43 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata_wlog_warning.16 - 0x00000000 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata_wlog_warning.23 - 0x00000000 0x41 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .rodata_wlog_warning.9 - 0x00000000 0x6f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_get_config_channel_local - 0x00000000 0x66 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_band_get_config_channel_local - 0x00000000 0x86 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_get_negotiated_channel_local - 0x00000000 0x9e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_get_negotiated_bw_local - 0x00000000 0xc4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_sta_get_aid_local - 0x00000000 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_sta_get_negotiated_phymode_local - 0x00000000 0x6a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_inactive_time_local - 0x00000000 0x76 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_ftm_end_session_local - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_ftm_get_report_local - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_ftm_resp_set_offset_local - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_get_inactive_time_local - 0x00000000 0x7a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.wifi_station_get_config - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.wifi_station_get_config_default - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.wifi_station_get_current_ap_id - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.wifi_station_ap_check - 0x00000000 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.wifi_softap_cacl_mac - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_sta_get_rssi - 0x00000000 0x4c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.wifi_softap_get_station_num - 0x00000000 0x5c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.wifi_register_user_ie_manufacturer_recv_cb - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.wifi_unregister_user_ie_manufacturer_recv_cb - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.wifi_set_user_ie - 0x00000000 0x10c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.wifi_get_user_ie - 0x00000000 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata.wifi_get_user_ie - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.wifi_check_chan_param - 0x00000000 0x68 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.wifi_osi_ready - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_internal_osi_funcs_md5_check - 0x00000000 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_internal_crypto_funcs_md5_check - 0x00000000 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_internal_wifi_type_md5_check - 0x00000000 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_internal_esp_wifi_md5_check - 0x00000000 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_internal_esp_wifi_he_md5_check - 0x00000000 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_internal_wifi_he_type_md5_check - 0x00000000 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_ftm_initiate_session - 0x00000000 0xca C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_restart - 0x00000000 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_clear_fast_connect - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_deauth_sta - 0x00000000 0x74 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_promiscuous_scan_start - 0x00000000 0xae C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.get_total_scan_time - 0x00000000 0xec C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_scan_start - 0x00000000 0x198 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_scan_stop - 0x00000000 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_scan_parameters - 0x00000000 0xbe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_get_scan_parameters - 0x00000000 0x6c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_scan_get_ap_num - 0x00000000 0x72 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_scan_get_ap_records - 0x00000000 0xaa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_scan_get_ap_record - 0x00000000 0x80 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_clear_ap_list - 0x00000000 0x62 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_ap_get_sta_list - 0x00000000 0x6a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_connectionless_module_set_wake_interval - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_ps - 0x00000000 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_get_ps - 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_protocol - 0x00000000 0xe4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_get_protocol - 0x00000000 0xd0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_protocols - 0x00000000 0x18c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_get_protocols - 0x00000000 0xa0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_config_11b_rate - 0x00000000 0x106 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_config_espnow_rate - 0x00000000 0x84 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_config_80211_tx_rate - 0x00000000 0x84 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_bandwidth - 0x00000000 0xc2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_get_bandwidth - 0x00000000 0xd0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_bandwidths - 0x00000000 0x9e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_get_bandwidths - 0x00000000 0xa0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_channel - 0x00000000 0x82 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_home_channel - 0x00000000 0x82 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_get_channel - 0x00000000 0x72 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_country - 0x00000000 0x62 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_country_code - 0x00000000 0xba C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_get_country - 0x00000000 0x6a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_get_country_code - 0x00000000 0x7a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_mac - 0x00000000 0x94 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_sta_get_ap_info - 0x00000000 0x6a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_promiscuous_filter - 0x00000000 0x62 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_get_promiscuous_filter - 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_promiscuous_ctrl_filter - 0x00000000 0x62 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_get_promiscuous_ctrl_filter - 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_promiscuous - 0x00000000 0x70 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_promiscuous_rx_cb - 0x00000000 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_get_promiscuous - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_auto_connect - 0x00000000 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_get_auto_connect - 0x00000000 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_restore - 0x00000000 0x54 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_vendor_ie - 0x00000000 0x7a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_vendor_ie_cb - 0x00000000 0x68 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_max_tx_power - 0x00000000 0x88 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_get_max_tx_power - 0x00000000 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_event_mask - 0x00000000 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_csi - 0x00000000 0x9c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_csi_config - 0x00000000 0xb0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_csi_rx_cb - 0x00000000 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_ant_gpio - 0x00000000 0x68 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_get_ant_gpio - 0x00000000 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_ant - 0x00000000 0x68 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_get_ant - 0x00000000 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_internal_set_fix_rate - 0x00000000 0x94 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_internal_get_fix_rate - 0x00000000 0x4c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_sta_rx_probe_req - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_ftm_end_session - 0x00000000 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_ftm_get_report - 0x00000000 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_ftm_resp_set_offset - 0x00000000 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_internal_set_mac_sleep - 0x00000000 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_internal_set_log_mod - 0x00000000 0x72 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_internal_get_log - 0x00000000 0x46 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_internal_ioctl - 0x00000000 0x72 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_internal_configure_wake_window - 0x00000000 0x84 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_force_wakeup_acquire - 0x00000000 0x6a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_force_wakeup_release - 0x00000000 0x66 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_coex_pwr_configure - 0x00000000 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_beacon_offset_sample_beacon - 0x00000000 0x62 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_tbtt_quick_wake_configure - 0x00000000 0x6c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_internal_is_tsf_active - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .wifislpiram.48 - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_update_tsf_tick_interval - 0x00000000 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_update_listen_interval - 0x00000000 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_internal_update_light_sleep_default_params - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_beacon_monitor_configure - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_beacon_offset_configure - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_beacon_offset_set_rx_beacon_standard - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_internal_get_config_channel - 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_internal_band_get_config_channel - 0x00000000 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_improve_contention_ability - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_internal_get_negotiated_channel - 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_internal_get_negotiated_bandwidth - 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_sta_get_aid - 0x00000000 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_sta_get_negotiated_phymode - 0x00000000 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_get_tsf_time - 0x00000000 0x9a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_tx_done_cb - 0x00000000 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_inactive_time - 0x00000000 0x5c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_get_inactive_time - 0x00000000 0x4a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_statis_dump - 0x00000000 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_internal_set_spp_amsdu - 0x00000000 0x76 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_disable_pmf_config - 0x00000000 0x66 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_phy_apply_phy_init_data - 0x00000000 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_mesh_reg_rxcb - 0x00000000 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_set_ap_assoc_expire - 0x00000000 0x7c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_get_ap_assoc_expire - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_set_router_bssid - 0x00000000 0x68 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_get_router_bssid - 0x00000000 0x68 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_get_beacon_interval - 0x00000000 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_beacon_interval - 0x00000000 0x9e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_sta_disassoc - 0x00000000 0x62 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_scan_get_cur_ap_info - 0x00000000 0xea C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_scan_get_ap_ie_len - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_scan_get_cur_ap_record - 0x00000000 0x19e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_scan_get_ap_record - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_vnd_mesh_init - 0x00000000 0x94 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_vnd_mesh_deinit - 0x00000000 0x7c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_vnd_mesh_set - 0x00000000 0x92 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_vnd_mesh_get - 0x00000000 0xb4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_vnd_roots_set - 0x00000000 0x7c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_vnd_roots_get - 0x00000000 0x7c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_allow_root_conflicts - 0x00000000 0x74 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_is_root_conflicts_allowed - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_set_parent_monitor_config - 0x00000000 0x68 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_get_parent_monitor_config - 0x00000000 0x70 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_set_ie_crypto_funcs_internal - 0x00000000 0x74 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_set_ie_crypto_key_internal - 0x00000000 0x84 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_scan_sort_ap_records - 0x00000000 0x16a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_scan_sort_get_cur_ap_info - 0x00000000 0x104 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_scan_sort_get_cur_ap_record - 0x00000000 0x1f6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_set_parent_candidate - 0x00000000 0x88 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_clear_parent_candidate - 0x00000000 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_get_parent_candidate - 0x00000000 0x78 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_set_rssi_threshold_internal - 0x00000000 0x78 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_get_rssi_threshold_internal - 0x00000000 0x78 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_is_roots_found - 0x00000000 0x4c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_get_storage - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_switch_channel_internal - 0x00000000 0x66 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_set_active_duty_cycle - 0x00000000 0xec C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_get_active_duty_cycle - 0x00000000 0x82 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_set_network_duty_internal - 0x00000000 0x76 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_set_network_duty_cycle - 0x00000000 0xb6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_get_network_duty_cycle - 0x00000000 0xb0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_ps_get_ext_duty - 0x00000000 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_mesh_ps_duty_signaling - 0x00000000 0x6a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_non_mesh_connections - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_band - 0x00000000 0x86 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_get_band - 0x00000000 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_band_mode - 0x00000000 0xb4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_get_band_mode - 0x00000000 0x46 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_set_dynamic_cs - 0x00000000 0x6c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.esp_wifi_eb_tx_status_success_internal - 0x00000000 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .bss.old_scan_id.16691 - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .bss.s_mesh_fetch_num - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .bss.s_mesh_sort_bss - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .bss.s_mesh_sort_num - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .bss.sort_bss.17581 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .bss.token.17729 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .data.g_esp_wifi_he_md5 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .data.g_esp_wifi_md5 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .data.g_wifi_coex_basic_md5 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .data.g_wifi_crypto_funcs_md5 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .data.g_wifi_he_type_md5 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .data.g_wifi_osi_funcs_md5 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .data.g_wifi_type_md5 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .data.g_wifi_types_generic_md5 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .data.g_wifi_types_native_md5 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata.CSWTCH.494 - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata.esp_wifi_internal_crypto_funcs_md5_check.str1.4 - 0x00000000 0x41 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata.esp_wifi_internal_esp_wifi_he_md5_check.str1.4 - 0x00000000 0x37 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata.esp_wifi_internal_esp_wifi_md5_check.str1.4 - 0x00000000 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata.esp_wifi_internal_osi_funcs_md5_check.str1.4 - 0x00000000 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata.esp_wifi_internal_wifi_he_type_md5_check.str1.4 - 0x00000000 0x3d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata.esp_wifi_internal_wifi_type_md5_check.str1.4 - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_error.11 - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_error.12 - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_error.22 - 0x00000000 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_error.23 - 0x00000000 0x6e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_error.24 - 0x00000000 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_error.25 - 0x00000000 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_error.26 - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_error.27 - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_error.28 - 0x00000000 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_error.29 - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_error.42 - 0x00000000 0x70 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_error.43 - 0x00000000 0x70 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_error.46 - 0x00000000 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_error.52 - 0x00000000 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_error.53 - 0x00000000 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_info.32 - 0x00000000 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_info.33 - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_info.34 - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_info.35 - 0x00000000 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_info.51 - 0x00000000 0x41 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_verbose.20 - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_verbose.21 - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_warning.19 - 0x00000000 0xf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_warning.30 - 0x00000000 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_warning.31 - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_warning.36 - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_warning.37 - 0x00000000 0xd C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_warning.38 - 0x00000000 0x29 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_warning.39 - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_warning.40 - 0x00000000 0xd C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_warning.41 - 0x00000000 0x29 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_warning.49 - 0x00000000 0x11 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_warning.50 - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - .text.wifi_recycle_rx_pkt - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - .text.wifi_get_rand_macaddr - 0x00000000 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - .text.wifi_get_rand_macaddr_keep_oui - 0x00000000 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - .text.ieee80211_find_ie_match - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - .text.ieee80211_find_elem - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - .text.ieee80211_find_ext_elem - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - .text.ieee80211_find_ext_ie - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - .data.libnet80211_reversion_git - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - .data.libnet80211_reversion_remote - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - .rodata.ieee80211_opcap - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - .rodata.str1.4 - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - .text.register_ieee80211_action_vendor_get_key_cb - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - .text.unregister_ieee80211_action_vendor_get_key_cb - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - .text.ieee80211_add_action_vendor_spec_esp - 0x00000000 0x62 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - .text.ieee80211_alloc_action_vendor_spec - 0x00000000 0x114 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - .text.ieee80211_send_action_vendor_spec - 0x00000000 0x3d2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - .text.register_ieee80211_action_vendor_spec_cb - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - .text.unregister_ieee80211_action_vendor_spec_cb - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - .bss.avs_tx_content - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - .data.s_global_vendor_seq.12128 - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - .rodata.ieee80211_add_action_vendor_spec_esp.str1.4 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .bss.esp_test_dump_htc - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - .text.ieee80211_gettid - 0x00000000 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - .text.ieee80211_iserp_rateset - 0x00000000 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - .text.ieee80211_wme_initparams - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - .rodata.rates.11267 - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) - .text.ieee80211_rfid_locp_recv_open - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) - .text.ieee80211_rfid_locp_recv_close - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) - .text.register_ieee80211_rfid_locp_recv_cb - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) - .text.unregister_ieee80211_rfid_locp_recv_cb - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - .text.ieee80211_regdomain_max_tx_power - 0x00000000 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - .text.ieee80211_regdomain_chan_num - 0x00000000 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - .text.ieee80211_regdomain_policy - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - .data.s_map 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .text.ieee80211_cal_tx_pps - 0x00000000 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .text.ieee80211_ampdu_stop - 0x00000000 0x5c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .wifirxiram.24 - 0x00000000 0x68 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .text.ampdu_dispatch_movement - 0x00000000 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .wifirxiram.26 - 0x00000000 0x9e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .wifirxiram.28 - 0x00000000 0x9a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .wifirxiram.30 - 0x00000000 0x108 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .text.ieee80211_ampdu_start_age_timer - 0x00000000 0x6c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .rodata_wlog_error.25 - 0x00000000 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .rodata_wlog_error.27 - 0x00000000 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .rodata_wlog_error.29 - 0x00000000 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .rodata_wlog_error.31 - 0x00000000 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .rodata_wlog_error.33 - 0x00000000 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) - .text.ieee80211_ccmp_encrypt - 0x00000000 0xfc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) - .rodata_wlog_error.5 - 0x00000000 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - .text.ieee80211_send_action_unregister - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - .text.ieee80211_recv_action_unregister - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_tkip.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_tkip.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_tkip.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .text.scan_get_apnum - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .text.scan_set_current_scan_times - 0x00000000 0x96 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .text.scan_set_default_params - 0x00000000 0x80 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .text.wifi_sta_set_scan_default_params - 0x00000000 0x8a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .text.scan_pm_channel_op_cb - 0x00000000 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .text.scan_add_bssid - 0x00000000 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .text.scan_set_home_chan_dwell_time - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .text.scan_bitmap_to_channel_list - 0x00000000 0x190 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .text.cannel_scan_connect_state - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .text.scan_connect_state - 0x00000000 0x4a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .text.scan_set_scan_id - 0x00000000 0x64 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .text.scan_get_scan_id - 0x00000000 0x66 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_debug.6 - 0x00000000 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_error.4 - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_error.5 - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_error.55 - 0x00000000 0x2f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_error.56 - 0x00000000 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_verbose.89 - 0x00000000 0xf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_verbose.90 - 0x00000000 0xf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_warning.51 - 0x00000000 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_warning.52 - 0x00000000 0x33 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_warning.53 - 0x00000000 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_warning.54 - 0x00000000 0x33 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_wep.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_wep.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_wep.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.wifi_apb80m_request - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.wifi_apb80m_release - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .wifislprxiram.3 - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_is_dream - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .wifislprxiram.4 - 0x00000000 0x56 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_allow_tx - 0x00000000 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .iram1.8 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_mac_sleep_init - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_mac_sleep_deinit - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .wifirxiram.20 - 0x00000000 0xac C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .wifislpiram.21 - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .wifislprxiram.23 - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_enable_sleep_delay_timer - 0x00000000 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_mac_wakeup - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_mac_sleep - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .wifislprxiram.27 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.is_off_channel - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .wifislpiram.35 - 0x00000000 0x56 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_update_tsf_tick_interval - 0x00000000 0x56 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_set_beacon_filter - 0x00000000 0x56 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_is_in_wifi_slice_threshold - 0x00000000 0x5c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .wifislprxiram.39 - 0x00000000 0x8c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .wifislprxiram.50 - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .wifirxiram.54 - 0x00000000 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_tbtt_quick_wake_configure - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_set_sleep_type - 0x00000000 0xf8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_get_sleep_type - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_beacon_monitor_configure - 0x00000000 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_update_light_sleep_default_params - 0x00000000 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_scan_lock - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_scan_unlock - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_try_scan_unlock - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_get_idle_wait_time - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_register_connectionless_wake_window - 0x00000000 0xa4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_unregister_connectionless_wake_window - 0x00000000 0x84 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_connectionless_module_set_wake_interval - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_is_hw_beacon_filter_active - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_clear_wakeup_signal - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .wifislprxiram.62 - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_get_beacon_duration - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .rodata_wlog_info.60 - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .rodata_wlog_info.61 - 0x00000000 0x3f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.bb_intr_handl - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .wifislprxiram.3 - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_is_pure_sta - 0x00000000 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_get_rssi - 0x00000000 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_ebuf_alloc - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_ebuf_recycle_tx - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_ebuf_recycle_rx - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_register_pp_tx_done_cb - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_set_promis_filter - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_get_promis_filter - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_set_promis_ctrl_filter - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_get_promis_ctrl_filter - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_register_promis_rx_cb - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_register_csi_rx_cb - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_register_ftm_callbacks - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_pp_post - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_reset_rx_ba - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.esp_mesh_set_6m_rate - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_bb_check_noise_init - 0x00000000 0x4c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_get_random - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_get_trc - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_tx_is_idle - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_set_fix_rate - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_get_fix_rate - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_set_csi - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .wifislprxiram.11 - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_csi_set_config - 0x00000000 0x7c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_is_sta_tsf_active - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .wifislpiram.13 - 0x00000000 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_update_tsf_tick_interval - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_update_light_sleep_default_params - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_beacon_monitor_configure - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_beacon_offset_configure - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_beacon_offset_set_rx_beacon_standard - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_update_listen_interval - 0x00000000 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_rx_disable_bssid_check - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_rx_enable_bssid_check - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_set_bar_rate - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_trc_update_def_rate - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_get_espnow_rate - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_get_80211_tx_rate - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_set_espnow_rate - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_set_80211_tx_rate - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_get_default_sched - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_get_G6M_sched - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text.ic_connectionless_module_set_wake_interval - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .rodata_wlog_info.9 - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifislpiram.5 - 0x00000000 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.rotl 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.rotr 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.pp_set_cut_rx - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.pp_set_cut_evt - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.pp_can_cut_sevt - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.pp_can_cut_evt - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.RxNodeNum - 0x00000000 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.TxNodeNum - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.SigSpaceMalloc - 0x00000000 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.SigSpaceFree - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.DefFreqCalTimerCB - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifirxiram.6 0x00000000 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifi0iram.7 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifi0iram.11 0x00000000 0x92 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.ppAddTimCount - 0x00000000 0x1cc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.ppRegisterPromisRxCallback - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.ppRegisterTxDoneUserActionCallback - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.ppUnregisterTxCallback - 0x00000000 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.pp_register_tx_cb - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.pp_unregister_tx_cb - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifiextrairam.16 - 0x00000000 0x7a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.ppRecycleTxBuf - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifi0iram.19 0x00000000 0x78 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifislprxiram.24 - 0x00000000 0x13c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.ppGetTxQFirstAvail_Locked - 0x00000000 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.ppFetchTxQFirstAvail - 0x00000000 0x56 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.ppDequeueTxQ - 0x00000000 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.ppRollBackTxQ - 0x00000000 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.ppSetBarRate - 0x00000000 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifiextrairam.32 - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifi0iram.33 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifi0iram.34 0x00000000 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifi0iram.35 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.ppCheckTxAMPDUlength - 0x00000000 0xb2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifiextrairam.36 - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifi0iram.37 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.ppRecordBarRRC - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifiextrairam.43 - 0x00000000 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifiextrairam.47 - 0x00000000 0x62 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifiextrairam.49 - 0x00000000 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifislprxiram.50 - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifislprxiram.51 - 0x00000000 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.emul_timeout - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifiextrairam.59 - 0x00000000 0x98 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.ppEnableQueue - 0x00000000 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifi0iram.62 0x00000000 0x132 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .iram1.66 0x00000000 0x176 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifiextrairam.64 - 0x00000000 0x74 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.ppProcessWaitQ - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.ppDisableQueue - 0x00000000 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifiextrairam.61 - 0x00000000 0xaa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifi0iram.60 0x00000000 0x138 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.ppDiscardMPDU - 0x00000000 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifi0iram.70 0x00000000 0x64 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifi0iram.12 0x00000000 0x1e4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifiextrairam.40 - 0x00000000 0x9e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifi0iram.44 0x00000000 0x408 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifi0iram.9 0x00000000 0x20a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .rodata 0x00000000 0x78 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .wifiextrairam.72 - 0x00000000 0x98 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.ppMessageInQ - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .bss.CurFreeSigIdx - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .bss.CurSigIdxToBeUse - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .bss.DefFreqCalTimer - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .bss.HighestFreqOffsetInOneChk - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .bss.LowestFreqOffsetInOneChk - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .bss.SigInMacISR - 0x00000000 0x190 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .bss.current_ifidx.14019 - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .bss.pend_flag_periodic_cal - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .bss.pp_allow_cut_sevt - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .bss.pp_need_cut_rx - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .data.CanDoFreqCal - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .data.NoiseTimerInterval - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .data.libpp_reversion_git - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .rodata.str1.4 - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .rodata_wlog_error.10 - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .rodata_wlog_error.14 - 0x00000000 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .rodata_wlog_error.17 - 0x00000000 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .rodata_wlog_error.45 - 0x00000000 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .rodata_wlog_error.48 - 0x00000000 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .rodata_wlog_warning.13 - 0x00000000 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .rodata_wlog_warning.15 - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .rodata_wlog_warning.67 - 0x00000000 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .wifislprxiram.8 - 0x00000000 0x54 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .wifislpiram.9 - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .wifislpiram.10 - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .text.pm_beacon_offset_configure - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .text.pm_beacon_offset_add_total_counter - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .text.pm_beacon_offset_add_loss_counter - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .text.pm_beacon_offset_deinit - 0x00000000 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .text.pm_beacon_offset_set_rx_beacon_standard - 0x00000000 0x52 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .text.pm_beacon_offset_init - 0x00000000 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .text.pm_beacon_offset_get_rx_beacon_success_rate - 0x00000000 0x72 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .text.pm_beacon_offset_resample_timeout_process - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .text.pm_beacon_offset_resample_timeout - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .wifislprxiram.5 - 0x00000000 0xc8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .text.pm_beacon_offset_check - 0x00000000 0x164 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .text.pm_beacon_offset_get_average - 0x00000000 0x170 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .wifislpiram.2 - 0x00000000 0x204 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .wifislpiram.3 - 0x00000000 0x1c8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .wifislpiram.7 - 0x00000000 0xb4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .text.pm_beacon_offset_funcs_init - 0x00000000 0x96 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .bss.prev_last_tbtt_time.10957 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .bss.s_pm_beacon_offset - 0x00000000 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .bss.s_pm_beacon_offset_config - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .bss.total_tbtt_count.10958 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .rodata.cst4 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .rodata.pm_beacon_offset_get_average.cst4 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .rodata.pm_beacon_offset_get_average.cst8 - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .rodata.pm_beacon_offset_init.cst4 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .rodata_wlog_debug.13 - 0x00000000 0x9 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .rodata_wlog_debug.15 - 0x00000000 0x27 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .rodata_wlog_error.4 - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .rodata_wlog_error.6 - 0x00000000 0xf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .rodata_wlog_info.11 - 0x00000000 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .rodata_wlog_info.12 - 0x00000000 0xf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .rodata_wlog_info.14 - 0x00000000 0x4c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - .text.esf_buf_setup_for_mesh - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - .text.esf_buf_statis_dump - 0x00000000 0xdc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - .rodata.esf_buf_statis_dump.str1.4 - 0x00000000 0x3b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - .rodata_wlog_info.19 - 0x00000000 0x9 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - .rodata_wlog_info.20 - 0x00000000 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - .rodata_wlog_info.21 - 0x00000000 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .text.lmacIsIdle - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .text.lmacReachShortLimit - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .text.lmacReachLongLimit - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .text.lmacIsLongFrame - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .wifi0iram.3 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .wifi0iram.4 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .text.lmacRequestTxopQueue - 0x00000000 0x4c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .text.lmacReleaseTxopQueue - 0x00000000 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .text.lmacProcessTxopSuccess - 0x00000000 0x18e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .wifi0iram.20 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .iram1.31 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .iram1.35 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .iram1.36 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .iram1.37 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .text.esp_wifi_internal_set_retry_counter - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .text.esp_wifi_internal_set_msdu_lifetime - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .text.esp_wifi_internal_get_mib - 0x00000000 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .text.esp_wifi_internal_set_rts - 0x00000000 0x52 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .text.esp_wifi_internal_get_rts - 0x00000000 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .wifi0iram.21 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .wifi0iram.22 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .wifi0iram.16 0x00000000 0x5e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .text.lmacRxDone - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .text.dbg_lmac_get_acs - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .wifi0iram.66 0x00000000 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .text.esp_wifi_set_11b_tx_plcp - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .bss.g_pp_tx_pkt_num - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .data.txopstart_index - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .rodata.__FUNCTION__.11407 - 0x00000000 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .rodata.__FUNCTION__.11424 - 0x00000000 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .rodata_wlog_error.12 - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .rodata_wlog_error.13 - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .rodata_wlog_error.14 - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .rodata_wlog_error.15 - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .rodata_wlog_error.17 - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .rodata_wlog_info.56 - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.trc_calc_duration - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.rx11NRate2AMPDULimit - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.trcAmpduSetState - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.rcSetTxAmpduLimit - 0x00000000 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.rcClearCurStat - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.rcClearCurSched - 0x00000000 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.rcClearCurAMPDUSched - 0x00000000 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.rcLowerSched - 0x00000000 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.rcUpSched - 0x00000000 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.rcUpdateAckSnr - 0x00000000 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .wifirxiram.9 0x00000000 0x68 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.trc_onAmpduOp - 0x00000000 0xe0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.rcSetBarRate - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.rc_get_default_sched - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.rc_get_G6M_sched - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.rcGetAmpduSched - 0x00000000 0x9c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.rssi_margin - 0x00000000 0x13c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .rodata.rssi_margin - 0x00000000 0x80 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.TRC_PER_IS_GOOD - 0x00000000 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.TRC_AMPDU_PER_DOWN_THRESHOLD - 0x00000000 0x90 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .rodata.TRC_AMPDU_PER_DOWN_THRESHOLD - 0x00000000 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.rcAmpduLowerRate - 0x00000000 0xd6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.TRC_AMPDU_PER_UP_THRESHOLD - 0x00000000 0x70 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .rodata.TRC_AMPDU_PER_UP_THRESHOLD - 0x00000000 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.trc_NeedRTS - 0x00000000 0x56 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .rodata.trc_NeedRTS - 0x00000000 0x68 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.trc_onDisconnect - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.trc_onScanStart - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.trc_onScanDone - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.trc_isAmpduOn - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.trc_SetTxAmpduState - 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .wifi0iram.20 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .wifi0iram.21 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.rc_get_mask - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.rc_get_sta_trc - 0x00000000 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .wifirxiram.25 - 0x00000000 0x76 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.rc_get_trc_by_index - 0x00000000 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.rc_get_trc_default - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.rc_only_sta_trc - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.trc_update_def_rate - 0x00000000 0x9c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.rc_get_fix_rate - 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.rc_set_fix_rate - 0x00000000 0x78 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.trc_get_espnow_rate - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.trc_set_espnow_rate - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.trc_get_80211_tx_rate - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.trc_set_80211_tx_rate - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .bss.g_80211_tx_rate - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .bss.g_espnow_rate - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .data.BAROFDMSched - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .rodata.CSWTCH.47 - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .rodata.__FUNCTION__.12964 - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .rodata_wlog_error.12 - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .rodata_wlog_warning.27 - 0x00000000 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) - .text.pm_coex_pwr_configure - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .iram1.5 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .text.wifi_gpio_debug_max_event_get - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .text.dbg_lmac_rxtx_statis_dump - 0x00000000 0x202 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .text.dbg_lmac_hw_statis_dump - 0x00000000 0x22c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .text.dbg_lmac_diag_statis_dump - 0x00000000 0x15a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .text.dbg_lmac_ps_statis_dump - 0x00000000 0x1ae C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .text.dbg_lmac_statis_dump - 0x00000000 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .text.dbg_his_lmac_eb_show - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .text.dbg_his_lmac_event_show - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .text.dbg_his_lmac_int_show - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .text.dbg_his_lmac_rx_show - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .text.dbg_his_lmac_tx_show - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .text.dbg_ebuf_loc_show - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .text.dbg_perf_path_show - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .text.dbg_perf_path_set - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .text.dbg_perf_throughput_cal - 0x00000000 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .bss.s_t_old 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .bss.s_total 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata.dbg_lmac_diag_statis_dump.str1.4 - 0x00000000 0x67 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata.dbg_lmac_hw_statis_dump.str1.4 - 0x00000000 0xda C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata.dbg_lmac_ps_statis_dump.cst4 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata.dbg_lmac_ps_statis_dump.str1.4 - 0x00000000 0x80 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata.dbg_lmac_rxtx_statis_dump.str1.4 - 0x00000000 0x5f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.10 - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.11 - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.12 - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.13 - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.14 - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.15 - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.16 - 0x00000000 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.17 - 0x00000000 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.18 - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.19 - 0x00000000 0xb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.20 - 0x00000000 0x29 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.21 - 0x00000000 0x29 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.22 - 0x00000000 0x29 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.23 - 0x00000000 0x29 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.24 - 0x00000000 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.25 - 0x00000000 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.26 - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.27 - 0x00000000 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.28 - 0x00000000 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.29 - 0x00000000 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.30 - 0x00000000 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.31 - 0x00000000 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.32 - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.33 - 0x00000000 0xd C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.34 - 0x00000000 0x51 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.35 - 0x00000000 0x55 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.36 - 0x00000000 0x3 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.6 - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.7 - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.8 - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .rodata_wlog_info.9 - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .wifi0iram.5 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .wifi0iram.8 0x00000000 0x8e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .wifi0iram.6 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .wifi0iram.7 0x00000000 0x90 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .wifi0iram.9 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .wifi0iram.10 0x00000000 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .iram1.14 0x00000000 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .wifislpiram.16 - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .wifislprxiram.52 - 0x00000000 0xa6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .wifi0iram.13 0x00000000 0x96 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .wifi0iram.15 0x00000000 0x96 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .wifiorslpiram.23 - 0x00000000 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .text.wDev_Mesh_Enable_Tsf - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .text.wDev_Mesh_Set_TBTT - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .text.wdev_mac_sleep_init - 0x00000000 0x6c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .text.wdev_mac_sleep_deinit - 0x00000000 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .text.wdev_set_promis_misc_buf - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .text.wdev_set_promis_filter - 0x00000000 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .text.wdev_get_promis_filter - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .text.wdev_set_promis_ctrl_filter - 0x00000000 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .text.wdev_get_promis_ctrl_filter - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .text.wDev_RxSecError - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .text.wdev_ftm_set_callbacks - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .text.wDev_FetchFirstDesc - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .text.wDev_is_low_rate_enable - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .wifislpiram.22 - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .wifirxiram.21 - 0x00000000 0x2d6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .wifislprxiram.27 - 0x00000000 0x13e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .text.wdev_set_csi_rx_cb - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .rodata.__FUNCTION__.12811 - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .rodata.__FUNCTION__.12985 - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .rodata_wlog_error.28 - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .rodata_wlog_error.29 - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .rodata_wlog_error.50 - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .rodata_wlog_error.51 - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .rodata_wlog_info.12 - 0x00000000 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .rodata_wlog_warning.11 - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) - .text.hal_agreement_clr_rx_ba - 0x00000000 0x9a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) - .text.hal_ba_session_store - 0x00000000 0x4a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) - .text.hal_ba_session_restore - 0x00000000 0x66 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) - .rodata_wlog_info.3 - 0x00000000 0x2b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - .text.hal_crypto_get_using_key_idx - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .text.mac_tx_set_plcp0 - 0x00000000 0xbc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .text.mac_tx_set_duration - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .wifi0iram.8 0x00000000 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .text.hal_mac_is_txq_enabled - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .text.hal_now 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .wifi0iram.10 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .text.hal_disable_mac - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .text.hal_enable_mac - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .wifislpiram.11 - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .text.mac_rxbuf_disable - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .iram1.14 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .iram1.17 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .text.hal_mac_clr_bssid - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .text.hal_mac_tsf_get_time - 0x00000000 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .text.wDev_Mesh_Disable_Tsf - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .text.hal_mac_tsf_set_time - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .text.hal_mac_set_csi - 0x00000000 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .wifislprxiram.19 - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .text.hal_mac_rx_enable - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .text.hal_mac_rx_disable - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .text.hal_enable_sta_beacon_filter - 0x00000000 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .text.hal_set_sta_beacon_filter - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .text.hal_enable_sta_dump_beacon - 0x00000000 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .text.hal_beacon_ie_crc_get - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .text.hal_beacon_ie_crc_set - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .text.hal_rx_disable_bssid_check - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .text.hal_rx_enable_bssid_check - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .bss.g_mac_deinit_count - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .bss.g_mac_deinit_rxing - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .bss.g_mac_deinit_txing - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) - .iram1.2 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) - .iram1.6 0x00000000 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - .text.mac_tx_set_plcp2 - 0x00000000 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) - .text.hal_sniffer_rx_clr_statistics - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifiextrairam.5 - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.hal_tsf_timer_get_target - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.hal_enable_tsf_timer_wakeup - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.hal_disable_tsf_timer_wakeup - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifiextrairam.6 - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.hal_disable_tsf_timer - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.hal_get_sta_next_tbtt - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.9 - 0x00000000 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.hal_tsf_clear_soc_wakeup_request - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.10 - 0x00000000 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.11 - 0x00000000 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.12 - 0x00000000 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.13 - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.tsf_hal_set_tbtt_rf_ctrl_wait_cycles - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.tsf_hal_set_timer_rf_ctrl_wait_cycles - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.tsf_hal_clear_mac_modem_rf_power_state - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.tsf_hal_get_mac_modem_rf_power_state - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.tsf_hal_clear_soc_wakeup_request - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.tsf_hal_map_tbtt_target_to_rx_frame - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.tsf_hal_unmap_tbtt_target_to_rx_frame - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.tsf_hal_set_tsf_time_deviation - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.tsf_hal_set_tsf_time_deviation_sync_enable - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.tsf_hal_set_tsf_time_deviation_sync_disable - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.tsf_hal_set_rx_beacon_success_tsf_time_deviation_sync_enable - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.tsf_hal_set_rx_beacon_success_tsf_time_deviation_sync_disable - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.tsf_hal_set_rx_beacon_fail_tsf_time_deviation_sync_enable - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.tsf_hal_set_rx_beacon_fail_tsf_time_deviation_sync_disable - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.tsf_hal_set_rx_beacon_abort_tsf_time_deviation_sync_enable - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.tsf_hal_set_rx_beacon_abort_tsf_time_deviation_sync_disable - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.15 - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.17 - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.18 - 0x00000000 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.19 - 0x00000000 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.20 - 0x00000000 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.21 - 0x00000000 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.22 - 0x00000000 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.23 - 0x00000000 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.24 - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.25 - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.26 - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.tsf_hal_set_tbtt_rf_ctrl_disable - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.27 - 0x00000000 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.28 - 0x00000000 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.29 - 0x00000000 0x5e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.31 - 0x00000000 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.32 - 0x00000000 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.33 - 0x00000000 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.34 - 0x00000000 0x4c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.35 - 0x00000000 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.36 - 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.37 - 0x00000000 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .wifislpiram.38 - 0x00000000 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.tsf_hal_set_timer_modem_wakeup_enable - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.tsf_hal_set_timer_modem_wakeup_disable - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.tsf_hal_set_timer_rf_ctrl_enable - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.tsf_hal_set_timer_rf_ctrl_disable - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.tsf_hal_set_rx_control_timestamp_use_tsf_enable - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.tsf_hal_set_rx_control_timestamp_use_tsf_disable - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text.tsf_hal_select_rx_start_default_tsf - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) - .text.RC_GetAckRate - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) - .text.RC_GetRtsRate - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) - .text.RC_GetAckTime - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) - .text.RC_GetBlockAckTime - 0x00000000 0x70 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - .text 0x00000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .data 0x00000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .rodata.bootloader_util_regions_overlap.str1.4 - 0x00000000 0x5e esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .text.bootloader_util_regions_overlap - 0x00000000 0x68 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .text.esp_partition_unload_all - 0x00000000 0x82 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .rodata.esp_partition_verify.str1.4 - 0x00000000 0x12 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .text.esp_partition_verify - 0x00000000 0xbe esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .text.esp_partition_register_external - 0x00000000 0x16e esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .text.esp_partition_deregister_external - 0x00000000 0x80 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .rodata.esp_partition_copy.str1.4 - 0x00000000 0x137 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .text.esp_partition_copy - 0x00000000 0x222 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .rodata.__func__.0 - 0x00000000 0x20 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .rodata.__func__.1 - 0x00000000 0x15 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .rodata.__func__.4 - 0x00000000 0x19 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .text 0x00000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .data 0x00000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .text.esp_partition_get_sha256 - 0x00000000 0x1a esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .text.esp_partition_check_identity - 0x00000000 0x68 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .text.esp_efuse_get_pkg_ver - 0x00000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .text.esp_efuse_set_rom_log_scheme - 0x00000000 0x40 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .text.esp_efuse_disable_rom_download_mode - 0x00000000 0x1a esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .text.esp_efuse_enable_rom_secure_download_mode - 0x00000000 0x32 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_info 0x00000000 0x3ba esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_abbrev 0x00000000 0x181 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_loc 0x00000000 0x1f esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_aranges - 0x00000000 0x38 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_ranges 0x00000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_line 0x00000000 0x408 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_str 0x00000000 0x5dc esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_frame 0x00000000 0x88 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - .rodata.esp_efuse_rtc_calib_get_cal_voltage.str1.4 - 0x00000000 0x74 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - .text.esp_efuse_rtc_calib_get_cal_voltage - 0x00000000 0x10a esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - .rodata.esp_efuse_rtc_calib_get_tsens_val.str1.4 - 0x00000000 0x22 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - .text.esp_efuse_rtc_calib_get_tsens_val - 0x00000000 0xca esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - .rodata.__func__.0 - 0x00000000 0x22 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - .rodata.__func__.1 - 0x00000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .text.bootloader_common_check_long_hold_gpio_level - 0x00000000 0xca esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .text.bootloader_common_check_long_hold_gpio - 0x00000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .rodata.bootloader_common_label_search.str1.4 - 0x00000000 0x3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .text.bootloader_common_label_search - 0x00000000 0xb8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .rodata.bootloader_common_erase_part_type_data.str1.4 - 0x00000000 0xea esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .text.bootloader_common_erase_part_type_data - 0x00000000 0x1a6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .text.bootloader_common_get_sha256_of_partition - 0x00000000 0xa4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .text.bootloader_common_vddsdio_configure - 0x00000000 0x2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .debug_info 0x00000000 0x2492 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .debug_abbrev 0x00000000 0x390 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .debug_loc 0x00000000 0x592 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .debug_aranges - 0x00000000 0x48 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .debug_ranges 0x00000000 0xd0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .debug_line 0x00000000 0xd6b esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .debug_str 0x00000000 0x1ee3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .comment 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .debug_frame 0x00000000 0x104 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.index_to_partition - 0x00000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.check_anti_rollback - 0x00000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.try_load_partition - 0x00000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.s_flash_seg_needs_map - 0x00000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.log_invalid_app_partition.str1.4 - 0x00000000 0x99 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.log_invalid_app_partition - 0x00000000 0xb2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.write_otadata.str1.4 - 0x00000000 0x3a esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.write_otadata - 0x00000000 0x72 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.set_actual_ota_seq.str1.4 - 0x00000000 0x32 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.set_actual_ota_seq - 0x00000000 0x90 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.bootloader_common_read_otadata.str1.4 - 0x00000000 0x7e esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.bootloader_common_read_otadata - 0x00000000 0xca esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.bootloader_common_get_partition_description - 0x00000000 0xa8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.bootloader_utility_load_partition_table.str1.4 - 0x00000000 0x1e8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.bootloader_utility_load_partition_table - 0x00000000 0x2e2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.bootloader_utility_get_selected_boot_partition.str1.4 - 0x00000000 0xec esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.bootloader_utility_get_selected_boot_partition - 0x00000000 0x17a esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.bootloader_reset - 0x00000000 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.bootloader_atexit - 0x00000000 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.set_cache_and_start_app.str1.4 - 0x00000000 0x8d esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.set_cache_and_start_app - 0x00000000 0x1fc esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.unpack_load_app.str1.4 - 0x00000000 0x61 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.unpack_load_app - 0x00000000 0x122 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.load_image.str1.4 - 0x00000000 0x33 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.load_image - 0x00000000 0x4c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.bootloader_utility_load_boot_image.str1.4 - 0x00000000 0xc3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.bootloader_utility_load_boot_image - 0x00000000 0x1d2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.bootloader_sha256_hex_to_str - 0x00000000 0x70 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.bootloader_debug_buffer - 0x00000000 0x2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.bootloader_sha256_flash_contents - 0x00000000 0xb8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.__func__.0 - 0x00000000 0x17 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.__func__.1 - 0x00000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .sbss.ota_has_initial_contents - 0x00000000 0x1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_info 0x00000000 0x21fe esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_abbrev 0x00000000 0x484 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_loc 0x00000000 0xfc6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_aranges - 0x00000000 0xb8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_ranges 0x00000000 0x1c8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_line 0x00000000 0x2463 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_str 0x00000000 0x16c5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .comment 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_frame 0x00000000 0x2a0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .rodata.esp_partition_table_verify.str1.4 - 0x00000000 0x131 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .text.esp_partition_table_verify - 0x00000000 0x1e8 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .debug_info 0x00000000 0x655 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .debug_abbrev 0x00000000 0x1fd esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .debug_loc 0x00000000 0x1fc esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .debug_aranges - 0x00000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .debug_ranges 0x00000000 0x68 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .debug_line 0x00000000 0x7db esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .debug_str 0x00000000 0x4bc esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .comment 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .debug_frame 0x00000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.should_map - 0x00000000 0x1c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .rodata.verify_segment_header.str1.4 - 0x00000000 0x81 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.verify_segment_header - 0x00000000 0xd2 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .rodata.process_appended_hash_and_sig.str1.4 - 0x00000000 0x42 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.process_appended_hash_and_sig - 0x00000000 0xa0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .rodata.process_checksum.str1.4 - 0x00000000 0x38 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.process_checksum - 0x00000000 0xf2 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .rodata.verify_image_header.str1.4 - 0x00000000 0x88 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.verify_image_header - 0x00000000 0xac esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.process_image_header - 0x00000000 0x9e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.should_load - 0x00000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .rodata.process_segment_data.str1.4 - 0x00000000 0x32 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.process_segment_data - 0x00000000 0x11a esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .rodata.process_segment.str1.4 - 0x00000000 0xba esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.process_segment - 0x00000000 0x1d2 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .rodata.process_segments.str1.4 - 0x00000000 0x26 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.process_segments - 0x00000000 0xe4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .rodata.verify_simple_hash.str1.4 - 0x00000000 0x52 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.verify_simple_hash - 0x00000000 0x9e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .rodata.image_load.str1.4 - 0x00000000 0x3c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.image_load - 0x00000000 0x160 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.bootloader_load_image - 0x00000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.bootloader_load_image_no_verify - 0x00000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.esp_image_verify - 0x00000000 0x12 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.esp_image_get_metadata - 0x00000000 0x82 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.esp_image_verify_bootloader_data - 0x00000000 0x26 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.esp_image_verify_bootloader - 0x00000000 0x2e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.esp_image_get_flash_size - 0x00000000 0x70 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_info 0x00000000 0x1d35 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_abbrev 0x00000000 0x330 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_loc 0x00000000 0x1a46 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_aranges - 0x00000000 0xb0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_ranges 0x00000000 0x108 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_line 0x00000000 0x1e61 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_str 0x00000000 0x1614 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .comment 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_frame 0x00000000 0x32c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .text.bootloader_sha256_start - 0x00000000 0x3a esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .rodata.bootloader_sha256_data.str1.4 - 0x00000000 0x59 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .text.bootloader_sha256_data - 0x00000000 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .text.bootloader_sha256_finish - 0x00000000 0x7a esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .rodata.__func__.0 - 0x00000000 0x19 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .rodata.__func__.1 - 0x00000000 0x17 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_info 0x00000000 0x568 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_abbrev 0x00000000 0x182 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_loc 0x00000000 0x23d esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_aranges - 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_ranges 0x00000000 0x38 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_line 0x00000000 0x586 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_str 0x00000000 0x40c esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .comment 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_frame 0x00000000 0x78 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .text.bootloader_common_ota_select_crc - 0x00000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .text.bootloader_common_ota_select_invalid - 0x00000000 0x26 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .text.bootloader_common_ota_select_valid - 0x00000000 0x38 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .rodata.bootloader_common_check_efuse_blk_validity.str1.4 - 0x00000000 0xa4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .text.bootloader_common_check_efuse_blk_validity - 0x00000000 0x110 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .rodata.bootloader_common_check_chip_validity.str1.4 - 0x00000000 0xbf esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .text.bootloader_common_check_chip_validity - 0x00000000 0x166 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .text.bootloader_common_select_otadata - 0x00000000 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .text.bootloader_common_get_active_otadata - 0x00000000 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .debug_info 0x00000000 0xb06 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .debug_abbrev 0x00000000 0x239 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .debug_loc 0x00000000 0x5bb esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .debug_aranges - 0x00000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .debug_ranges 0x00000000 0x90 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .debug_line 0x00000000 0xa45 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .debug_str 0x00000000 0xef9 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .comment 0x00000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .debug_frame 0x00000000 0x104 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .text.clk_hal_clock_output_setup - 0x00000000 0x4e esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .text.clk_hal_clock_output_teardown - 0x00000000 0x46 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(adc_hal_common.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(adc_hal_common.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(adc_hal_common.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(mpi_hal.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(mpi_hal.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(mpi_hal.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(aes_hal.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(aes_hal.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(aes_hal.c.obj) - .text.aes_ll_write_block - 0x00000000 0x48 esp-idf/hal/libhal.a(aes_hal.c.obj) - .text.aes_ll_read_block - 0x00000000 0x48 esp-idf/hal/libhal.a(aes_hal.c.obj) - .text.aes_hal_transform_block - 0x00000000 0x32 esp-idf/hal/libhal.a(aes_hal.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(hmac_hal.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(hmac_hal.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(hmac_hal.c.obj) - .text.hmac_ll_write_block_512 - 0x00000000 0x2c esp-idf/hal/libhal.a(hmac_hal.c.obj) - .text.hmac_ll_read_result_256 - 0x00000000 0x24 esp-idf/hal/libhal.a(hmac_hal.c.obj) - .text.hmac_hal_write_one_block_512 - 0x00000000 0x2c esp-idf/hal/libhal.a(hmac_hal.c.obj) - .text.hmac_hal_write_block_512 - 0x00000000 0x1a esp-idf/hal/libhal.a(hmac_hal.c.obj) - .text.hmac_hal_next_block_padding - 0x00000000 0x14 esp-idf/hal/libhal.a(hmac_hal.c.obj) - .text.hmac_hal_next_block_normal - 0x00000000 0x12 esp-idf/hal/libhal.a(hmac_hal.c.obj) - .text.hmac_hal_read_result_256 - 0x00000000 0x22 esp-idf/hal/libhal.a(hmac_hal.c.obj) - .text 0x00000000 0x0 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) - .data 0x00000000 0x0 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) - .bss 0x00000000 0x0 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) - .text 0x00000000 0x0 esp-idf/soc/libsoc.a(mpi_periph.c.obj) - .data 0x00000000 0x0 esp-idf/soc/libsoc.a(mpi_periph.c.obj) - .bss 0x00000000 0x0 esp-idf/soc/libsoc.a(mpi_periph.c.obj) - .text 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - .data 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - .text.esp_ds_is_busy - 0x00000000 0x12 esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - .text.esp_ds_sign - 0x00000000 0x46 esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - .text.esp_ds_encrypt_params - 0x00000000 0x12c esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - .rodata.spi_ll_enable_bus_clock.str1.4 - 0x00000000 0x39 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - .text.spi_ll_enable_bus_clock - 0x00000000 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - .text.spi_ll_reset_register - 0x00000000 0x66 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - .rodata.spicommon_periph_claim.str1.4 - 0x00000000 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - .text.spicommon_periph_claim - 0x00000000 0xc4 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - .text.spicommon_periph_in_use - 0x00000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - .text.spicommon_periph_free - 0x00000000 0x64 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - .rodata.__func__.0 - 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - .rodata.__func__.1 - 0x00000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - .bss.spi_claiming_func - 0x00000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - .sdata.spi_periph_claimed - 0x00000000 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - .debug_info 0x00000000 0x55e9 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - .debug_abbrev 0x00000000 0x31d esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - .debug_loc 0x00000000 0x2b6 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - .debug_aranges - 0x00000000 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - .debug_ranges 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - .debug_line 0x00000000 0x708 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - .debug_str 0x00000000 0x4dba esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - .comment 0x00000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - .debug_frame 0x00000000 0xb4 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .rodata.gdma_install_tx_interrupt.str1.4 - 0x00000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .text.gdma_install_tx_interrupt - 0x00000000 0xec esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .text.gdma_install_rx_interrupt - 0x00000000 0xea esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .text.gdma_default_rx_isr - 0x00000000 0x106 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .text.gdma_default_tx_isr - 0x00000000 0xb2 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .text.gdma_get_free_m2m_trig_id_mask - 0x00000000 0x8a esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .text.gdma_get_alignment_constraints - 0x00000000 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .text.gdma_apply_strategy - 0x00000000 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .text.gdma_set_priority - 0x00000000 0x64 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .rodata.gdma_register_tx_event_callbacks.str1.4 - 0x00000000 0x65 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .text.gdma_register_tx_event_callbacks - 0x00000000 0x184 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .text.gdma_register_rx_event_callbacks - 0x00000000 0x1c0 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .text.gdma_stop - 0x00000000 0xfa esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .text.gdma_append - 0x00000000 0xb2 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .text.gdma_reset - 0x00000000 0xb2 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .rodata.__FUNCTION__.20 - 0x00000000 0xb esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .rodata.__FUNCTION__.19 - 0x00000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .rodata.__FUNCTION__.18 - 0x00000000 0xa esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .rodata.__FUNCTION__.16 - 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .rodata.__FUNCTION__.15 - 0x00000000 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .rodata.__FUNCTION__.14 - 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .rodata.__FUNCTION__.13 - 0x00000000 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .rodata.__FUNCTION__.12 - 0x00000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .rodata.__FUNCTION__.11 - 0x00000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .rodata.__FUNCTION__.10 - 0x00000000 0x1f esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .rodata.__FUNCTION__.8 - 0x00000000 0x1f esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) - .text 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .data 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .text.ets_timer_init - 0x00000000 0x2 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .text.ets_timer_deinit - 0x00000000 0x2 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .text 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .data 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .rodata.print_timer_info.str1.4 - 0x00000000 0x1f esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .text.print_timer_info - 0x00000000 0x4c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .iram1.0 0x00000000 0x12a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .text.esp_timer_deinit - 0x00000000 0x4c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .rodata.esp_timer_dump.str1.4 - 0x00000000 0x3d esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .text.esp_timer_dump - 0x00000000 0x116 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .iram1.11 0x00000000 0x64 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .iram1.12 0x00000000 0x70 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .iram1.13 0x00000000 0x58 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .iram1.14 0x00000000 0x66 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .iram1.15 0x00000000 0x18 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .text 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .data 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .iram1.2 0x00000000 0x28 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .iram1.3 0x00000000 0x26 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .text.esp_phy_release_init_data - 0x00000000 0x2 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .rodata.esp_phy_erase_cal_data_in_nvs.str1.4 - 0x00000000 0xb3 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .text.esp_phy_erase_cal_data_in_nvs - 0x00000000 0xe8 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .rodata.__func__.4 - 0x00000000 0x1e esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .text 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) - .data 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) - .rodata 0x00000000 0x10 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) - .text 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .data 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .rodata.phy_ant_config_check.str1.4 - 0x00000000 0x84 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .text.phy_ant_config_check - 0x00000000 0x9a esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .text.phy_ant_set_gpio_output - 0x00000000 0x42 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .rodata.esp_phy_set_ant_gpio.str1.4 - 0x00000000 0x52 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .text.esp_phy_set_ant_gpio - 0x00000000 0x11c esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .text.esp_phy_get_ant_gpio - 0x00000000 0x64 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .text.esp_phy_set_ant - 0x00000000 0x56 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .rodata.esp_phy_get_ant.str1.4 - 0x00000000 0x1a esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .text.esp_phy_get_ant - 0x00000000 0x4e esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .sbss.s_phy_ant_gpio_config - 0x00000000 0x4 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(netdb.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(netdb.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(netdb.c.obj) - .text.lwip_gethostbyname - 0x00000000 0x1be esp-idf/lwip/liblwip.a(netdb.c.obj) - .text.lwip_gethostbyname_r - 0x00000000 0x190 esp-idf/lwip/liblwip.a(netdb.c.obj) - .sbss.s_aliases.1 - 0x00000000 0x4 esp-idf/lwip/liblwip.a(netdb.c.obj) - .bss.s_hostent.2 - 0x00000000 0x14 esp-idf/lwip/liblwip.a(netdb.c.obj) - .bss.s_hostname.3 - 0x00000000 0x101 esp-idf/lwip/liblwip.a(netdb.c.obj) - .sbss.s_phostent_addr.4 - 0x00000000 0x8 esp-idf/lwip/liblwip.a(netdb.c.obj) - .bss.s_hostent_addr.5 - 0x00000000 0x18 esp-idf/lwip/liblwip.a(netdb.c.obj) - .sbss.h_errno 0x00000000 0x4 esp-idf/lwip/liblwip.a(netdb.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_poll_inc_sockets_used - 0x00000000 0x36 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_pollscan - 0x00000000 0x1ac esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_poll_dec_sockets_used - 0x00000000 0x42 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_getaddrname - 0x00000000 0x136 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_socket_thread_init - 0x00000000 0x12 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_socket_thread_cleanup - 0x00000000 0x12 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_socket_dbg_get_socket - 0x00000000 0x12 esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.lwip_accept.str1.4 - 0x00000000 0x25 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_accept - 0x00000000 0x280 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_bind - 0x00000000 0x156 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_listen - 0x00000000 0xa8 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_recvmsg - 0x00000000 0x1b4 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_readv - 0x00000000 0x24 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_sendmsg - 0x00000000 0x2dc esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_writev - 0x00000000 0x24 esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.lwip_poll.str1.4 - 0x00000000 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_poll - 0x00000000 0x15c esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_getpeername - 0x00000000 0x14 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_getsockname - 0x00000000 0x14 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_inet_ntop - 0x00000000 0x7c esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.__func__.4 - 0x00000000 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.__func__.5 - 0x00000000 0xa esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.__func__.20 - 0x00000000 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .text.pbuf_free_int - 0x00000000 0x12 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .text.tcpip_callbackmsg_new - 0x00000000 0x2a esp-idf/lwip/liblwip.a(tcpip.c.obj) - .text.tcpip_callbackmsg_delete - 0x00000000 0x16 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .text.tcpip_callbackmsg_trycallback - 0x00000000 0x4a esp-idf/lwip/liblwip.a(tcpip.c.obj) - .text.tcpip_callbackmsg_trycallback_fromisr - 0x00000000 0x4a esp-idf/lwip/liblwip.a(tcpip.c.obj) - .text.tcpip_callback_wait - 0x00000000 0x90 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .text.pbuf_free_callback - 0x00000000 0x1c esp-idf/lwip/liblwip.a(tcpip.c.obj) - .text.mem_free_callback - 0x00000000 0x1c esp-idf/lwip/liblwip.a(tcpip.c.obj) - .rodata.__func__.3 - 0x00000000 0x14 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .rodata.__func__.4 - 0x00000000 0x26 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .rodata.__func__.5 - 0x00000000 0x1e esp-idf/lwip/liblwip.a(tcpip.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(def.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(def.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(def.c.obj) - .text.lwip_strnstr - 0x00000000 0x70 esp-idf/lwip/liblwip.a(def.c.obj) - .text.lwip_stricmp - 0x00000000 0x3a esp-idf/lwip/liblwip.a(def.c.obj) - .text.lwip_strnistr - 0x00000000 0x68 esp-idf/lwip/liblwip.a(def.c.obj) - .text.lwip_itoa - 0x00000000 0xb4 esp-idf/lwip/liblwip.a(def.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) - .text.dns_clear_cache - 0x00000000 0x5a esp-idf/lwip/liblwip.a(dns.c.obj) - .text.dns_getserver - 0x00000000 0x24 esp-idf/lwip/liblwip.a(dns.c.obj) - .text.dns_gethostbyname - 0x00000000 0x14 esp-idf/lwip/liblwip.a(dns.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(init.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(init.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(init.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip.c.obj) - .text.ipaddr_ntoa - 0x00000000 0x28 esp-idf/lwip/liblwip.a(ip.c.obj) - .text.ipaddr_ntoa_r - 0x00000000 0x28 esp-idf/lwip/liblwip.a(ip.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(mem.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(mem.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(mem.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(memp.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(memp.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(memp.c.obj) - .text.memp_init_pool - 0x00000000 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) - .rodata.memp_malloc_pool.str1.4 - 0x00000000 0x12 esp-idf/lwip/liblwip.a(memp.c.obj) - .text.memp_malloc_pool - 0x00000000 0x38 esp-idf/lwip/liblwip.a(memp.c.obj) - .text.memp_free_pool - 0x00000000 0x3a esp-idf/lwip/liblwip.a(memp.c.obj) - .rodata.__func__.1 - 0x00000000 0xf esp-idf/lwip/liblwip.a(memp.c.obj) - .rodata.__func__.3 - 0x00000000 0x11 esp-idf/lwip/liblwip.a(memp.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.netif_input.str1.4 - 0x00000000 0x37 esp-idf/lwip/liblwip.a(netif.c.obj) - .text.netif_input - 0x00000000 0x70 esp-idf/lwip/liblwip.a(netif.c.obj) - .text.netif_index_to_name - 0x00000000 0x44 esp-idf/lwip/liblwip.a(netif.c.obj) - .text.netif_name_to_index - 0x00000000 0x22 esp-idf/lwip/liblwip.a(netif.c.obj) - .text.netif_set_ipaddr - 0x00000000 0x40 esp-idf/lwip/liblwip.a(netif.c.obj) - .text.netif_set_netmask - 0x00000000 0x42 esp-idf/lwip/liblwip.a(netif.c.obj) - .text.netif_set_gw - 0x00000000 0x42 esp-idf/lwip/liblwip.a(netif.c.obj) - .text.netif_add_noaddr - 0x00000000 0x1e esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.netif_add_ip6_address.str1.4 - 0x00000000 0x4f esp-idf/lwip/liblwip.a(netif.c.obj) - .text.netif_add_ip6_address - 0x00000000 0x130 esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.__func__.3 - 0x00000000 0x16 esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.__func__.16 - 0x00000000 0xc esp-idf/lwip/liblwip.a(netif.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .text.pbuf_header - 0x00000000 0x14 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .rodata.pbuf_dechain.str1.4 - 0x00000000 0x39 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .text.pbuf_dechain - 0x00000000 0xa8 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .text.pbuf_get_contiguous - 0x00000000 0x62 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .text.pbuf_coalesce - 0x00000000 0x3a esp-idf/lwip/liblwip.a(pbuf.c.obj) - .text.pbuf_memcmp - 0x00000000 0x96 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .text.pbuf_memfind - 0x00000000 0x68 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .text.pbuf_strstr - 0x00000000 0x62 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .rodata.__func__.4 - 0x00000000 0xd esp-idf/lwip/liblwip.a(pbuf.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) - .text.raw_bind - 0x00000000 0xf4 esp-idf/lwip/liblwip.a(raw.c.obj) - .text.raw_disconnect - 0x00000000 0xb6 esp-idf/lwip/liblwip.a(raw.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) - .text.tcp_backlog_delayed - 0x00000000 0x84 esp-idf/lwip/liblwip.a(tcp.c.obj) - .text.tcp_bind - 0x00000000 0x296 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.tcp_listen_with_backlog_and_err.str1.4 - 0x00000000 0x2d esp-idf/lwip/liblwip.a(tcp.c.obj) - .text.tcp_listen_with_backlog_and_err - 0x00000000 0x1e8 esp-idf/lwip/liblwip.a(tcp.c.obj) - .text.tcp_listen_with_backlog - 0x00000000 0x14 esp-idf/lwip/liblwip.a(tcp.c.obj) - .text.tcp_txnow - 0x00000000 0x32 esp-idf/lwip/liblwip.a(tcp.c.obj) - .text.tcp_setprio - 0x00000000 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) - .text.tcp_debug_state_str - 0x00000000 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) - .text.tcp_tcp_get_tcp_addrinfo - 0x00000000 0x6e esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.tcp_accept_null.str1.4 - 0x00000000 0x1d esp-idf/lwip/liblwip.a(tcp.c.obj) - .text.tcp_accept_null - 0x00000000 0x3c esp-idf/lwip/liblwip.a(tcp.c.obj) - .text.tcp_new 0x00000000 0x16 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.__func__.12 - 0x00000000 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.__func__.13 - 0x00000000 0x20 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.__func__.21 - 0x00000000 0x14 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.str1.4 - 0x00000000 0x76 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.tcp_state_str - 0x00000000 0x2c esp-idf/lwip/liblwip.a(tcp.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .text.sys_timeouts_deinit - 0x00000000 0x38 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .text.sys_restart_timeouts - 0x00000000 0x34 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .srodata.lwip_num_cyclic_timers - 0x00000000 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_set_struct - 0x00000000 0xa6 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_inform - 0x00000000 0xe4 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .rodata.__func__.7 - 0x00000000 0x10 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) - .rodata.etharp_find_addr.str1.4 - 0x00000000 0x22 esp-idf/lwip/liblwip.a(etharp.c.obj) - .text.etharp_find_addr - 0x00000000 0x8c esp-idf/lwip/liblwip.a(etharp.c.obj) - .text.etharp_get_entry - 0x00000000 0xd2 esp-idf/lwip/liblwip.a(etharp.c.obj) - .text.etharp_acd_probe - 0x00000000 0x34 esp-idf/lwip/liblwip.a(etharp.c.obj) - .text.etharp_acd_announce - 0x00000000 0x2e esp-idf/lwip/liblwip.a(etharp.c.obj) - .rodata.__func__.4 - 0x00000000 0x11 esp-idf/lwip/liblwip.a(etharp.c.obj) - .rodata.__func__.5 - 0x00000000 0x11 esp-idf/lwip/liblwip.a(etharp.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(icmp.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(icmp.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(icmp.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) - .text.ip4_set_default_multicast_netif - 0x00000000 0xa esp-idf/lwip/liblwip.a(ip4.c.obj) - .text.ip4_output - 0x00000000 0x84 esp-idf/lwip/liblwip.a(ip4.c.obj) - .rodata.__func__.0 - 0x00000000 0xb esp-idf/lwip/liblwip.a(ip4.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .text.ip4_addr_netmask_valid - 0x00000000 0x34 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .text.ipaddr_addr - 0x00000000 0x1c esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .text.ip4addr_ntoa_r - 0x00000000 0xb0 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .text.ip4addr_ntoa - 0x00000000 0x1c esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .bss.str.0 0x00000000 0x10 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) - .rodata.icmp6_send_response_with_addrs.str1.4 - 0x00000000 0x29 esp-idf/lwip/liblwip.a(icmp6.c.obj) - .text.icmp6_send_response_with_addrs - 0x00000000 0x9e esp-idf/lwip/liblwip.a(icmp6.c.obj) - .text.icmp6_packet_too_big - 0x00000000 0x18 esp-idf/lwip/liblwip.a(icmp6.c.obj) - .text.icmp6_time_exceeded - 0x00000000 0x1a esp-idf/lwip/liblwip.a(icmp6.c.obj) - .text.icmp6_time_exceeded_with_addrs - 0x00000000 0x1e esp-idf/lwip/liblwip.a(icmp6.c.obj) - .rodata.__func__.0 - 0x00000000 0x1f esp-idf/lwip/liblwip.a(icmp6.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) - .text.ip6_output - 0x00000000 0x194 esp-idf/lwip/liblwip.a(ip6.c.obj) - .rodata.__func__.0 - 0x00000000 0xb esp-idf/lwip/liblwip.a(ip6.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - .rodata.ip6addr_ntoa_r.str1.4 - 0x00000000 0x8 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - .text.ip6addr_ntoa_r - 0x00000000 0x27a esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - .text.ip6addr_ntoa - 0x00000000 0x1e esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - .bss.str.0 0x00000000 0x28 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(ethernet.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(ethernet.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(ethernet.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) - .text.ip4_netif_exist - 0x00000000 0x40 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .text.sys_mutex_free - 0x00000000 0x1e esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .rodata.sys_mbox_trypost_fromisr.str1.4 - 0x00000000 0x14 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .text.sys_mbox_trypost_fromisr - 0x00000000 0x5e esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .text.sys_jiffies - 0x00000000 0x12 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .text.sys_thread_sem_deinit - 0x00000000 0x36 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .text.sys_delay_ms - 0x00000000 0x20 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .rodata.__func__.5 - 0x00000000 0x19 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .text.dhcps_option_info - 0x00000000 0x8e esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .text.dhcp_search_ip_on_mac - 0x00000000 0x66 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .text.dhcps_dns_setserver - 0x00000000 0x1e esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .text.dhcps_dns_getserver - 0x00000000 0xe esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .text.netconn_bind - 0x00000000 0xce esp-idf/lwip/liblwip.a(api_lib.c.obj) - .text.netconn_bind_if - 0x00000000 0x28 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .text.netconn_listen_with_backlog - 0x00000000 0x28 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .text.netconn_sendto - 0x00000000 0x58 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .text.netconn_close - 0x00000000 0x14 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .text.netconn_accept - 0x00000000 0x144 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .text.netconn_recv_udp_raw_netbuf - 0x00000000 0x2a esp-idf/lwip/liblwip.a(api_lib.c.obj) - .text.netconn_recv_tcp_pbuf - 0x00000000 0x2a esp-idf/lwip/liblwip.a(api_lib.c.obj) - .rodata.netconn_recv.str1.4 - 0x00000000 0xa esp-idf/lwip/liblwip.a(api_lib.c.obj) - .text.netconn_recv - 0x00000000 0xd0 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .rodata.netconn_thread_init.str1.4 - 0x00000000 0x27 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .text.netconn_thread_init - 0x00000000 0x5a esp-idf/lwip/liblwip.a(api_lib.c.obj) - .text.netconn_thread_cleanup - 0x00000000 0x20 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .rodata.__func__.0 - 0x00000000 0x14 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .rodata.__func__.2 - 0x00000000 0xd esp-idf/lwip/liblwip.a(api_lib.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.accept_function.str1.4 - 0x00000000 0x27 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .text.accept_function - 0x00000000 0x16a esp-idf/lwip/liblwip.a(api_msg.c.obj) - .text.lwip_netconn_do_bind - 0x00000000 0x11e esp-idf/lwip/liblwip.a(api_msg.c.obj) - .text.lwip_netconn_do_bind_if - 0x00000000 0x7e esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.lwip_netconn_do_listen.str1.4 - 0x00000000 0x2d esp-idf/lwip/liblwip.a(api_msg.c.obj) - .text.lwip_netconn_do_listen - 0x00000000 0x1cc esp-idf/lwip/liblwip.a(api_msg.c.obj) - .text.lwip_netconn_do_accepted - 0x00000000 0x3a esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.__func__.3 - 0x00000000 0x10 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.__func__.4 - 0x00000000 0x17 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(err.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(err.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(err.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(netbuf.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(netbuf.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(netbuf.c.obj) - .text.netbuf_new - 0x00000000 0x2c esp-idf/lwip/liblwip.a(netbuf.c.obj) - .text.netbuf_ref - 0x00000000 0x62 esp-idf/lwip/liblwip.a(netbuf.c.obj) - .text.netbuf_chain - 0x00000000 0x36 esp-idf/lwip/liblwip.a(netbuf.c.obj) - .text.netbuf_data - 0x00000000 0x2c esp-idf/lwip/liblwip.a(netbuf.c.obj) - .text.netbuf_next - 0x00000000 0x1e esp-idf/lwip/liblwip.a(netbuf.c.obj) - .text.netbuf_first - 0x00000000 0x8 esp-idf/lwip/liblwip.a(netbuf.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .rodata.inet_cksum_pseudo_partial_base.str1.4 - 0x00000000 0x3d esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .text.inet_cksum_pseudo_partial_base - 0x00000000 0x108 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .text.inet_chksum_pseudo_partial - 0x00000000 0x44 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .text.ip6_chksum_pseudo_partial - 0x00000000 0x6c esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .text.ip_chksum_pseudo_partial - 0x00000000 0x28 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .rodata.__func__.0 - 0x00000000 0x1f esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .text 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .data 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .text.esp_netif_action_join_ip6_multicast_group - 0x00000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .text.esp_netif_action_leave_ip6_multicast_group - 0x00000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .text.esp_netif_action_add_ip6_address - 0x00000000 0x2e esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .text.esp_netif_action_remove_ip6_address - 0x00000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .text 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .data 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .rodata.str1.4 - 0x00000000 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .rodata._g_esp_netif_inherent_eth_config - 0x00000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .rodata._g_esp_netif_inherent_ap_config - 0x00000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .rodata._g_esp_netif_soft_ap_ip - 0x00000000 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .rodata._g_esp_netif_inherent_sta_config - 0x00000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .debug_info 0x00000000 0x32b esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .debug_abbrev 0x00000000 0xf5 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .debug_aranges - 0x00000000 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .debug_line 0x00000000 0x1df esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .debug_str 0x00000000 0x58e esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .comment 0x00000000 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) - .text 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .data 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .sdata._g_esp_netif_netstack_default_wifi_nan - 0x00000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .sdata._g_esp_netif_netstack_default_eth - 0x00000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .srodata.s_wifi_netif_config_nan - 0x00000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .srodata.s_eth_netif_config - 0x00000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .text 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) - .data 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) - .text.wlanif_init_nan - 0x00000000 0x22 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) - .text 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) - .data 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) - .text.ethernet_low_level_init - 0x00000000 0x26 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) - .text.ethernet_low_level_output - 0x00000000 0x92 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) - .text.ethernetif_input - 0x00000000 0x76 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) - .rodata.ethernetif_init.str1.4 - 0x00000000 0x4e esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) - .text.ethernetif_init - 0x00000000 0x94 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) - .rodata.__func__.0 - 0x00000000 0x10 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) - .debug_info 0x00000000 0xafa esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) - .debug_abbrev 0x00000000 0x2c3 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) - .debug_loc 0x00000000 0x383 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) - .debug_aranges - 0x00000000 0x38 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) - .debug_ranges 0x00000000 0x28 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) - .debug_line 0x00000000 0x78d esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) - .debug_str 0x00000000 0x73d esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) - .comment 0x00000000 0x30 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) - .debug_frame 0x00000000 0xa0 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) - .text 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) - .data 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .text.wpa_sendto_wrapper - 0x00000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .text.esp_supplicant_disable_pmk_caching - 0x00000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - .text.esp_supplicant_str_to_mac - 0x00000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - .text.esp_rrm_is_rrm_supported_connection - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - .text.esp_wnm_is_btm_supported_connection - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - .text.esp_rrm_send_neighbor_report_request - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - .text.esp_rrm_send_neighbor_rep_request - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - .text.esp_wnm_send_bss_transition_mgmt_query - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_rxq_init - 0x00000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_rxq_enqueue - 0x00000000 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_rxq_dequeue - 0x00000000 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_rf_band_cb - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_rxq_deinit - 0x00000000 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wpabuf_put_data - 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.save_credentials_cb - 0x00000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_sm_ether_send - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_sm_init - 0x00000000 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_stop_connection_timers - 0x00000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wifi_wps_scan_done - 0x00000000 0x1a0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.is_wps_pbc_overlap - 0x00000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.ap_supports_sae - 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_build_ic_appie_wps_pr - 0x00000000 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_build_ic_appie_wps_ar - 0x00000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_parse_scan_result - 0x00000000 0x2cc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_post - 0x00000000 0x126 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_sm_rx_eapol - 0x00000000 0xba esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wifi_station_wps_timeout - 0x00000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wifi_station_wps_msg_timeout - 0x00000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wifi_station_wps_success - 0x00000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wifi_station_wps_eapol_start_handle - 0x00000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wifi_wps_scan - 0x00000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_sm_alloc_eapol - 0x00000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_sm_free_eapol - 0x00000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_send_eap_identity_rsp - 0x00000000 0x9e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_send_frag_ack - 0x00000000 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_enrollee_process_msg_frag - 0x00000000 0xae esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_process_wps_mX_req - 0x00000000 0x164 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_send_wps_mX_rsp - 0x00000000 0xec esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .rodata.wps_tx_start.str1.4 - 0x00000000 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_tx_start - 0x00000000 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_start_pending - 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_stop_process - 0x00000000 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_sm_notify_deauth - 0x00000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_add_discard_ap - 0x00000000 0xc4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_start_msg_timer - 0x00000000 0x8a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .rodata.wps_set_default_factory.str1.4 - 0x00000000 0x27 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_set_default_factory - 0x00000000 0xee esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_set_factory_info - 0x00000000 0xae esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_dev_deinit - 0x00000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .rodata.wps_dev_init.str1.4 - 0x00000000 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_dev_init - 0x00000000 0x1de esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wifi_station_wps_timeout_internal - 0x00000000 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wifi_station_wps_success_internal - 0x00000000 0xf6 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wifi_station_wps_eapol_start_handle_internal - 0x00000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .rodata.wps_init_cfg_pin.str1.4 - 0x00000000 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_init_cfg_pin - 0x00000000 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .rodata.wifi_station_wps_init.str1.4 - 0x00000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wifi_station_wps_init - 0x00000000 0x338 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_delete_timer - 0x00000000 0x82 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_finish - 0x00000000 0x190 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_sm_rx_eapol_internal - 0x00000000 0x1c8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wifi_station_wps_msg_timeout_internal - 0x00000000 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wifi_station_wps_deinit - 0x00000000 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_sm_get - 0x00000000 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wifi_station_wps_start - 0x00000000 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wifi_wps_scan_internal - 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_task_deinit - 0x00000000 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .rodata.wps_task_init.str1.4 - 0x00000000 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_task_init - 0x00000000 0x110 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_post_block - 0x00000000 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .rodata.esp_wifi_wps_disable.str1.4 - 0x00000000 0x1f esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.esp_wifi_wps_disable - 0x00000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_check_wifi_mode - 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.esp_wifi_wps_enable - 0x00000000 0x130 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.is_wps_enabled - 0x00000000 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wifi_wps_enable_internal - 0x00000000 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wifi_wps_disable_internal - 0x00000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.wps_task - 0x00000000 0x1e6 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text.esp_wifi_wps_start - 0x00000000 0x104 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .sbss.wps_buf.0 - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .sbss.s_factory_info - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .sbss.gWpsSm 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .bss.s_wps_sig_cnt - 0x00000000 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .sbss.s_wps_task_create_sem - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .sbss.s_wps_data_lock - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .sbss.s_wps_queue - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .sbss.s_wps_task_hdl - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .sbss.s_wps_rxq - 0x00000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .sbss.s_wps_enabled - 0x00000000 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .sbss.s_wps_api_sem - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .sbss.s_wps_api_lock - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .rodata.str1.4 - 0x00000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .sdata.wps_model_number - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .text.esp_wifi_unregister_wpa3_cb - 0x00000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_rng_wrapper - 0x00000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.pk_write_ec_pubkey_formatted - 0x00000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.pk_write_ec_param - 0x00000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_ec_get_group_byname - 0x00000000 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_ec_get_affine_coordinates - 0x00000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_get_order - 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_ec_key_compare - 0x00000000 0x9e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_debug_print_point - 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_ec_key_get_public_key - 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_ec_get_priv_key_der - 0x00000000 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_ec_get_group_from_key - 0x00000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_ec_key_get_private_key - 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_ec_get_publickey_buf - 0x00000000 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_write_pubkey_der - 0x00000000 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_ec_key_parse_priv - 0x00000000 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_ec_get_curve_id - 0x00000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_ecdh - 0x00000000 0x176 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_ecdsa_get_sign - 0x00000000 0xb0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_ec_key_verify_signature_r_s - 0x00000000 0xaa esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_ec_key_debug_print - 0x00000000 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_ec_parse_subpub_key - 0x00000000 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_is_ec_key - 0x00000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_ec_key_gen - 0x00000000 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.mbedtls_pk_write_pubkey_formatted - 0x00000000 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_pk_write_formatted_pubkey_der - 0x00000000 0x11e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_ec_write_pub_key - 0x00000000 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_ec_key_get_subject_public_key - 0x00000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - .text.eloop_cancel_timeout_one - 0x00000000 0xe6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - .text.eloop_is_timeout_registered - 0x00000000 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - .text.eloop_deplete_timeout - 0x00000000 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - .text.eloop_replenish_timeout - 0x00000000 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .text.hostapd_config_defaults_bss - 0x00000000 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .text.hostapd_config_defaults - 0x00000000 0x82 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .text.hostapd_mac_comp - 0x00000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .text.hostapd_mac_comp_empty - 0x00000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .text.hostapd_wep_key_cmp - 0x00000000 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .text.hostapd_maclist_found - 0x00000000 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .text.hostapd_rate_found - 0x00000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_auth_for_each_sta - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_auth_sta_no_wpa - 0x00000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_auth_pmksa_remove - 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_auth_sm_event - 0x00000000 0xc2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - .text.pmksa_cache_auth_flush - 0x00000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - .rodata.pmksa_cache_auth_list.str1.4 - 0x00000000 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - .text.pmksa_cache_auth_list - 0x00000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) - .text.ap_sta_delayed_1x_auth_fail_cb - 0x00000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) - .text.ap_for_each_sta - 0x00000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) - .text.hostapd_free_stas - 0x00000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) - .text.ap_sta_delayed_1x_auth_fail_disconnect - 0x00000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) - .text.ap_sta_pending_delayed_1x_auth_fail_disconnect - 0x00000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .rodata.sae_state_txt.str1.4 - 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_state_txt - 0x00000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) - .text.dragonfly_suitable_group - 0x00000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .rodata.wpa_cipher_txt.str1.4 - 0x00000000 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .text.wpa_cipher_txt - 0x00000000 0xda esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .text.wpa_insert_pmkid - 0x00000000 0x1ac esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .text.wpa_cipher_rsc_len - 0x00000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .text.dh_init 0x00000000 0xe2 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .text.dh_derive_shared - 0x00000000 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) - .text.eap_wsc_build_frag_ack - 0x00000000 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) - .debug_info 0x00000000 0x3ab esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) - .debug_abbrev 0x00000000 0x1ae esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) - .debug_loc 0x00000000 0xf6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) - .debug_aranges - 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) - .debug_ranges 0x00000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) - .debug_line 0x00000000 0x3fd esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) - .debug_str 0x00000000 0x4cb esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) - .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) - .debug_frame 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) - .text.wpabuf_put_be24 - 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) - .text.wpabuf_put_be32 - 0x00000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) - .text.eap_hdr_len_valid - 0x00000000 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) - .text.eap_hdr_validate - 0x00000000 0xc6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) - .text.eap_msg_alloc - 0x00000000 0xb8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) - .text.eap_update_len - 0x00000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) - .text.eap_get_id - 0x00000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) - .text.eap_get_type - 0x00000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) - .debug_info 0x00000000 0x96f esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) - .debug_abbrev 0x00000000 0x283 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) - .debug_loc 0x00000000 0x84d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) - .debug_aranges - 0x00000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) - .debug_ranges 0x00000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) - .debug_line 0x00000000 0x996 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) - .debug_str 0x00000000 0x5b3 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) - .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) - .debug_frame 0x00000000 0xf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.eapol_sm_notify_eap_success - 0x00000000 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_sm_set_pmk - 0x00000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_sta_is_cur_pmksa_set - 0x00000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .text.wpabuf_resize - 0x00000000 0xaa esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .text.wpabuf_alloc_ext_data - 0x00000000 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .text.wpabuf_dup - 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .text.wpabuf_concat - 0x00000000 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .text.wpabuf_printf - 0x00000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - .rodata._wpa_snprintf_hex.str1.4 - 0x00000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - .text._wpa_snprintf_hex - 0x00000000 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - .text.wpa_snprintf_hex_uppercase - 0x00000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - .text.wpa_snprintf_hex - 0x00000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - .debug_info 0x00000000 0x361 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - .debug_abbrev 0x00000000 0x10e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - .debug_loc 0x00000000 0x3a8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - .debug_aranges - 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - .debug_ranges 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - .debug_line 0x00000000 0x42c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - .debug_str 0x00000000 0x2bb esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - .debug_frame 0x00000000 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .text.is_selected_pin_registrar - 0x00000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .text.wpabuf_put_be32 - 0x00000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .rodata.wps_init.str1.4 - 0x00000000 0x9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .text.wps_init - 0x00000000 0x122 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .text.wps_deinit - 0x00000000 0x82 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .text.wps_process_msg - 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .text.wps_get_msg - 0x00000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .text.wps_is_selected_pbc_registrar - 0x00000000 0x7a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .text.wps_is_selected_pin_registrar - 0x00000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .text.wps_is_addr_authorized - 0x00000000 0xc6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .text.wps_ap_priority_compar - 0x00000000 0xa6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .text.wps_get_uuid_e - 0x00000000 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .text.wps_is_20 - 0x00000000 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .text.wps_build_assoc_req_ie - 0x00000000 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .text.wps_build_assoc_resp_ie - 0x00000000 0x9a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .text.wps_build_probe_req_ie - 0x00000000 0x14e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .rodata.wps_attr_text.str1.4 - 0x00000000 0xfb esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .text.wps_attr_text - 0x00000000 0x2ca esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .debug_info 0x00000000 0x2981 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .debug_abbrev 0x00000000 0x475 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .debug_loc 0x00000000 0x11f4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .debug_aranges - 0x00000000 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .debug_ranges 0x00000000 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .debug_line 0x00000000 0x19ea esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .debug_str 0x00000000 0x175c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .debug_frame 0x00000000 0x28c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wpabuf_put_be16 - 0x00000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wpabuf_put_be24 - 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wpabuf_put_be32 - 0x00000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wpabuf_put_data - 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wps_build_public_key - 0x00000000 0x128 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wps_build_req_type - 0x00000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wps_build_resp_type - 0x00000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wps_build_config_methods - 0x00000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wps_build_uuid_e - 0x00000000 0x66 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wps_build_dev_password_id - 0x00000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wps_build_config_error - 0x00000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wps_build_authenticator - 0x00000000 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wps_build_version - 0x00000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wps_build_wfa_ext - 0x00000000 0x1aa esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wps_build_msg_type - 0x00000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wps_build_enrollee_nonce - 0x00000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wps_build_registrar_nonce - 0x00000000 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wps_build_auth_type_flags - 0x00000000 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wps_build_encr_type_flags - 0x00000000 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wps_build_conn_type_flags - 0x00000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wps_build_assoc_state - 0x00000000 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wps_build_key_wrap_auth - 0x00000000 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wps_build_encr_settings - 0x00000000 0xc2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wps_ie_encapsulate - 0x00000000 0xbc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wps_build_mac_addr - 0x00000000 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wps_build_rf_bands_attr - 0x00000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text.wps_build_ap_channel - 0x00000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .debug_info 0x00000000 0x3b83 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .debug_abbrev 0x00000000 0x459 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .debug_loc 0x00000000 0x212c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .debug_aranges - 0x00000000 0xf0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .debug_ranges 0x00000000 0xf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .debug_line 0x00000000 0x2312 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .debug_str 0x00000000 0x196f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .debug_frame 0x00000000 0x414 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) - .text.wps_set_vendor_ext_wfa_subelem - 0x00000000 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) - .text.wps_parse_vendor_ext_wfa - 0x00000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) - .text.wps_parse_vendor_ext - 0x00000000 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) - .text.wps_set_attr - 0x00000000 0x6d8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) - .text.wps_parse_msg - 0x00000000 0xe2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) - .debug_info 0x00000000 0xca7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) - .debug_abbrev 0x00000000 0x289 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) - .debug_loc 0x00000000 0x17fa esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) - .debug_aranges - 0x00000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) - .debug_ranges 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) - .debug_line 0x00000000 0x19d5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) - .debug_str 0x00000000 0xefa esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) - .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) - .debug_frame 0x00000000 0xc4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .text.wpabuf_put_data - 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .text.wps_kdf 0x00000000 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .rodata.wps_derive_keys.str1.4 - 0x00000000 0x25 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .text.wps_derive_keys - 0x00000000 0x136 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .text.wps_derive_psk - 0x00000000 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .text.wps_decrypt_encr_settings - 0x00000000 0xd2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .text.wps_pin_checksum - 0x00000000 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .text.wps_pin_valid - 0x00000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .text.wps_generate_pin - 0x00000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .text.wps_pin_str_valid - 0x00000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .text.wps_fail_event - 0x00000000 0x8a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .text.wps_success_event - 0x00000000 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .text.wps_pwd_auth_fail_event - 0x00000000 0x82 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .text.wps_pbc_overlap_event - 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .text.wps_selected_registrar_timeout_event - 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .text.wps_pbc_timeout_event - 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .text.wps_pbc_active_event - 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .text.wps_pbc_disable_event - 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .text.wps_dev_type_str2bin - 0x00000000 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .rodata.wps_dev_type_bin2str.str1.4 - 0x00000000 0xb esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .text.wps_dev_type_bin2str - 0x00000000 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .rodata.uuid_gen_mac_addr.str1.4 - 0x00000000 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .text.uuid_gen_mac_addr - 0x00000000 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .rodata.wps_config_methods_str2bin.str1.4 - 0x00000000 0xb5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .text.wps_config_methods_str2bin - 0x00000000 0x170 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .text.wps_build_wsc_ack - 0x00000000 0x7a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .text.wps_build_wsc_nack - 0x00000000 0x8a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .debug_info 0x00000000 0x24cf esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .debug_abbrev 0x00000000 0x49b esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .debug_loc 0x00000000 0xda9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .debug_aranges - 0x00000000 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .debug_ranges 0x00000000 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .debug_line 0x00000000 0x18e7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .debug_str 0x00000000 0x111f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .debug_frame 0x00000000 0x340 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wpabuf_put_be16 - 0x00000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wpabuf_put_be32 - 0x00000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wpabuf_put_data - 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wps_process_primary_dev_type - 0x00000000 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wps_process_manufacturer - 0x00000000 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wps_process_model_name - 0x00000000 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wps_process_model_number - 0x00000000 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wps_process_serial_number - 0x00000000 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wps_process_dev_name - 0x00000000 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wps_build_manufacturer - 0x00000000 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wps_build_model_name - 0x00000000 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wps_build_model_number - 0x00000000 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wps_build_serial_number - 0x00000000 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wps_build_primary_dev_type - 0x00000000 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wps_build_secondary_dev_type - 0x00000000 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wps_build_req_dev_type - 0x00000000 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wps_build_dev_name - 0x00000000 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wps_build_device_attrs - 0x00000000 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wps_build_os_version - 0x00000000 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wps_build_vendor_ext_m1 - 0x00000000 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wps_build_rf_bands - 0x00000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wps_build_vendor_ext - 0x00000000 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wps_build_application_ext - 0x00000000 0x5c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wps_process_device_attrs - 0x00000000 0x8a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wps_process_os_version - 0x00000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wps_process_vendor_ext_m1 - 0x00000000 0x6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wps_process_rf_bands - 0x00000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text.wps_device_data_free - 0x00000000 0x66 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .debug_info 0x00000000 0x2297 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .debug_abbrev 0x00000000 0x336 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .debug_loc 0x00000000 0x168e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .debug_aranges - 0x00000000 0xf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .debug_ranges 0x00000000 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .debug_line 0x00000000 0x189d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .debug_str 0x00000000 0x108d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .debug_frame 0x00000000 0x408 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_build_ap_settings - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_build_wps_state - 0x00000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_build_m1 - 0x00000000 0x1ca esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_build_e_hash - 0x00000000 0x12c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_build_m3 - 0x00000000 0xaa esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wpabuf_put_data - 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_build_e_snonce1 - 0x00000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_build_m5 - 0x00000000 0xe6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_build_e_snonce2 - 0x00000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_build_m7 - 0x00000000 0x10a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_process_registrar_nonce - 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_process_uuid_r - 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_process_r_hash1 - 0x00000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_process_r_hash2 - 0x00000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_build_wsc_done - 0x00000000 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_process_wsc_start - 0x00000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_process_enrollee_nonce - 0x00000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_process_wsc_ack - 0x00000000 0xcc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_process_wsc_nack - 0x00000000 0xfa esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_process_dev_pw_id - 0x00000000 0x82 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_process_pubkey - 0x00000000 0x8e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_process_m2 - 0x00000000 0xc8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_process_m2d - 0x00000000 0xd2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_process_r_snonce1 - 0x00000000 0x8a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_process_m4 - 0x00000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_process_r_snonce2 - 0x00000000 0x8a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_process_m6 - 0x00000000 0xf4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_process_cred_e - 0x00000000 0xd8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_process_creds - 0x00000000 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_process_ap_settings_e - 0x00000000 0xde esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_process_m8 - 0x00000000 0x120 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_process_wsc_msg - 0x00000000 0x1b2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_enrollee_get_msg - 0x00000000 0x102 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text.wps_enrollee_process_msg - 0x00000000 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .debug_info 0x00000000 0x451f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .debug_abbrev 0x00000000 0x50c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .debug_loc 0x00000000 0x1f5a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .debug_aranges - 0x00000000 0x128 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .debug_ranges 0x00000000 0x150 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .debug_line 0x00000000 0x3962 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .debug_str 0x00000000 0x2198 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .debug_frame 0x00000000 0x590 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .text.add_char - 0x00000000 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .text.sae_pk_base32_encode - 0x00000000 0x156 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.wpa2_api_lock - 0x00000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.wpa2_api_unlock - 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.wpa2_rxq_init - 0x00000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.wpa2_rxq_enqueue - 0x00000000 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.wpa2_rxq_dequeue - 0x00000000 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.wpa2_rxq_deinit - 0x00000000 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.wpa2_set_eap_state - 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .rodata.wpa2_start_eapol_internal.str1.4 - 0x00000000 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.wpa2_start_eapol_internal - 0x00000000 0x94 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.esp_client_enable_fn - 0x00000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.esp_wifi_sta_enterprise_disable - 0x00000000 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.wpa2_post - 0x00000000 0xee esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.wpa2_task_delete - 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .rodata.eap_peer_sm_deinit.str1.4 - 0x00000000 0xb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.eap_peer_sm_deinit - 0x00000000 0xda esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .rodata.eap_peer_sm_init.str1.4 - 0x00000000 0x6 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.eap_peer_sm_init - 0x00000000 0x144 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.eap_client_disable_fn - 0x00000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.wpa2_start_eapol - 0x00000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.eap_sm_rx_eapol - 0x00000000 0xc4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.wpa2_ent_rx_eapol - 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.eap_sm_send_eapol - 0x00000000 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .rodata.eap_sm_process_request.str1.4 - 0x00000000 0xb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.eap_sm_process_request - 0x00000000 0x240 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .rodata.eap_sm_rx_eapol_internal.str1.4 - 0x00000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.eap_sm_rx_eapol_internal - 0x00000000 0x130 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.wpa2_task - 0x00000000 0x140 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.esp_wifi_sta_enterprise_enable - 0x00000000 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.esp_eap_client_set_certificate_and_key - 0x00000000 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.esp_eap_client_clear_certificate_and_key - 0x00000000 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.esp_eap_client_set_ca_cert - 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.esp_eap_client_clear_ca_cert - 0x00000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.esp_eap_client_set_identity - 0x00000000 0x74 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.esp_eap_client_clear_identity - 0x00000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.esp_eap_client_set_username - 0x00000000 0x74 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.esp_eap_client_clear_username - 0x00000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.esp_eap_client_set_password - 0x00000000 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.esp_eap_client_clear_password - 0x00000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.esp_eap_client_set_new_password - 0x00000000 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.esp_eap_client_clear_new_password - 0x00000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.esp_eap_client_set_disable_time_check - 0x00000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.wifi_sta_get_enterprise_disable_time_check - 0x00000000 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.esp_eap_client_get_disable_time_check - 0x00000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .rodata.esp_eap_client_set_ttls_phase2_method.str1.4 - 0x00000000 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.esp_eap_client_set_ttls_phase2_method - 0x00000000 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.esp_eap_client_set_suiteb_192bit_certification - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.esp_eap_client_set_pac_file - 0x00000000 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .rodata.esp_eap_client_set_fast_params.str1.4 - 0x00000000 0x4b esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.esp_eap_client_set_fast_params - 0x00000000 0xf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text.esp_eap_client_use_default_cert_bundle - 0x00000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .sbss.s_wpa2_rxq - 0x00000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .sdata.s_disable_time_check - 0x00000000 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .sbss.s_wifi_wpa2_sync_sem - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .sbss.s_wpa2_api_lock - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .sdata.s_wpa2_state - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .sbss.s_wpa2_queue - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .sbss.s_wpa2_task_hdl - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .sbss.s_wpa2_data_lock - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - .text.wpa_sm_get_beacon_ie - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_mbedtls_cleanup - 0x00000000 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_mbedtls_conn_delete - 0x00000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_key_derivation - 0x00000000 0x5c esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_mbedtls_read - 0x00000000 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.wpabuf_put_data - 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_mbedtls_write - 0x00000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_enable_sha1_config - 0x00000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.set_ca_cert - 0x00000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.set_pki_context - 0x00000000 0xb6 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_set_ciphersuite - 0x00000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .rodata.set_client_config.str1.4 - 0x00000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.set_client_config - 0x00000000 0x102 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .rodata.tls_create_mbedtls_handle.str1.4 - 0x00000000 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_create_mbedtls_handle - 0x00000000 0x11a esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_connection_prf - 0x00000000 0x10c esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_init - 0x00000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_deinit - 0x00000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_connection_init - 0x00000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_connection_deinit - 0x00000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_get_errors - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_connection_established - 0x00000000 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_global_set_verify - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_connection_set_verify - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_connection_handshake - 0x00000000 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_connection_server_handshake - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_connection_encrypt - 0x00000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_connection_decrypt - 0x00000000 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_connection_resumed - 0x00000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_connection_set_cipher_list - 0x00000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_get_version - 0x00000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_get_cipher - 0x00000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_connection_enable_workaround - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_connection_get_failed - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_connection_get_read_alerts - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_connection_get_write_alerts - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_connection_set_params - 0x00000000 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_global_set_params - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_connection_set_session_ticket_cb - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_connection_export_key - 0x00000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_connection_get_eap_fast_key - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_connection_client_hello_ext - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_connection_shutdown - 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text.tls_connection_get_random - 0x00000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .rodata.__func__.0 - 0x00000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .rodata.__func__.1 - 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .rodata.eap_mbedtls_x509_crt_profile - 0x00000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .data.tls_sig_algs_for_eap - 0x00000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .sbss.tls_instance_count - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .debug_info 0x00000000 0x45ba esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .debug_abbrev 0x00000000 0x5c1 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .debug_loc 0x00000000 0x1a87 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .debug_aranges - 0x00000000 0x160 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .debug_ranges 0x00000000 0x150 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .debug_line 0x00000000 0x1b0a esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .debug_str 0x00000000 0x2a3c esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .debug_frame 0x00000000 0x4ec esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - .text.crypto_bignum_bits - 0x00000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - .text.crypto_bignum_to_string - 0x00000000 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - .text.crypto_free_buffer - 0x00000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) - .text.aes_siv_encrypt - 0x00000000 0xfc esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) - .text.dh5_init - 0x00000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) - .text.dh5_init_fixed - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) - .text.dh5_derive_shared - 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) - .text.dh5_free - 0x00000000 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) - .debug_info 0x00000000 0x337 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) - .debug_abbrev 0x00000000 0x1a5 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) - .debug_loc 0x00000000 0x116 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) - .debug_aranges - 0x00000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) - .debug_ranges 0x00000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) - .debug_line 0x00000000 0x367 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) - .debug_str 0x00000000 0x30f esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) - .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) - .debug_frame 0x00000000 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .text.wpabuf_put_data - 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .text.get_ie 0x00000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .text.ieee802_11_ie_count - 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .text.get_vendor_ie - 0x00000000 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .text.mbo_add_ie - 0x00000000 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .rodata.ieee802_11_parse_candidate_list.str1.4 - 0x00000000 0xb esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .text.ieee802_11_parse_candidate_list - 0x00000000 0x19e esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .text.ieee802_11_vendor_ie_concat - 0x00000000 0xee esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .text.ieee802_11_ext_capab - 0x00000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .text.get_operating_class - 0x00000000 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_config_allowed_method - 0x00000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_allowed_phase2_type - 0x00000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_sm_set_scard_pin - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_sm_get_scard_identity - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.wpabuf_put_be24 - 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.wpabuf_put_be32 - 0x00000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.wpabuf_put_data - 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_sm_free_key - 0x00000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_copy_buf - 0x00000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_peer_get_eap_method - 0x00000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_peer_get_methods - 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_peer_get_type - 0x00000000 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_get_phase2_type - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_get_phase2_types - 0x00000000 0x9a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_peer_method_alloc - 0x00000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_peer_method_free - 0x00000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_peer_method_register - 0x00000000 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_peer_unregister_methods - 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_peer_register_methods - 0x00000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_deinit_prev_method - 0x00000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .rodata.eap_peer_config_init.str1.4 - 0x00000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_peer_config_init - 0x00000000 0x22e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_peer_config_deinit - 0x00000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .rodata.eap_peer_blob_init.str1.4 - 0x00000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_peer_blob_init - 0x00000000 0x198 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .rodata.eap_sm_get_method_name.str1.4 - 0x00000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_sm_get_method_name - 0x00000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_peer_blob_deinit - 0x00000000 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_sm_abort - 0x00000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_get_config - 0x00000000 0x6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_allowed_method - 0x00000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_sm_allowMethod - 0x00000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_sm_build_identity_resp - 0x00000000 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_sm_build_nak - 0x00000000 0x16c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_sm_request - 0x00000000 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_sm_request_identity - 0x00000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_sm_request_password - 0x00000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_sm_request_new_password - 0x00000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_sm_buildIdentity - 0x00000000 0xce esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_get_config_identity - 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_get_config_password - 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_get_config_password2 - 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_get_config_new_password - 0x00000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_set_config_blob - 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text.eap_get_config_blob - 0x00000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .sbss.config_methods - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .sbss.eap_methods - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .sbss.esp_crt_bundle_attach_fn - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .sbss.g_wpa_default_cert_bundle - 0x00000000 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .sbss.g_wpa_suiteb_certification - 0x00000000 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .sbss.g_wpa_pac_file_len - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .sbss.g_wpa_pac_file - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .sbss.g_wpa_phase1_options - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .sbss.g_wpa_ttls_phase2_type - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .sbss.g_wpa_new_password_len - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .sbss.g_wpa_new_password - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .sbss.g_wpa_password_len - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .sbss.g_wpa_password - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .sbss.g_wpa_ca_cert_len - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .sbss.g_wpa_ca_cert - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .sbss.g_wpa_private_key_passwd_len - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .sbss.g_wpa_private_key_passwd - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .sbss.g_wpa_private_key_len - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .sbss.g_wpa_private_key - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .sbss.g_wpa_client_cert_len - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .sbss.g_wpa_client_cert - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .sbss.g_wpa_username_len - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .sbss.g_wpa_username - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .sbss.g_wpa_anonymous_identity_len - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .sbss.g_wpa_anonymous_identity - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .debug_info 0x00000000 0x2519 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .debug_abbrev 0x00000000 0x507 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .debug_loc 0x00000000 0x166a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .debug_aranges - 0x00000000 0x168 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .debug_ranges 0x00000000 0x158 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .debug_line 0x00000000 0x255a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .debug_str 0x00000000 0x1397 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .debug_frame 0x00000000 0x578 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .text.eap_mschapv2_check_mslen - 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .text.eap_mschapv2_isKeyAvailable - 0x00000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .text.eap_mschapv2_getKey - 0x00000000 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .text.eap_mschapv2_check_config - 0x00000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .text.eap_mschapv2_copy_challenge - 0x00000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .text.wpabuf_put_data - 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .text.eap_mschapv2_challenge_reply - 0x00000000 0x16e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .text.eap_mschapv2_challenge - 0x00000000 0xb0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .text.eap_mschapv2_password_changed - 0x00000000 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .text.eap_mschapv2_success - 0x00000000 0xd2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .text.eap_mschapv2_deinit - 0x00000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .rodata.eap_mschapv2_failure_txt.str1.4 - 0x00000000 0x21 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .text.eap_mschapv2_failure_txt - 0x00000000 0x1ce esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .text.eap_mschapv2_change_password - 0x00000000 0x20c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .text.eap_mschapv2_failure - 0x00000000 0xec esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .text.eap_mschapv2_process - 0x00000000 0x134 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .text.eap_mschapv2_init - 0x00000000 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .rodata.eap_peer_mschapv2_register.str1.4 - 0x00000000 0x9 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .text.eap_peer_mschapv2_register - 0x00000000 0x7a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .debug_info 0x00000000 0x25e7 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .debug_abbrev 0x00000000 0x49a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .debug_loc 0x00000000 0x15c1 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .debug_aranges - 0x00000000 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .debug_ranges 0x00000000 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .debug_line 0x00000000 0x1fc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .debug_str 0x00000000 0x111d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .debug_frame 0x00000000 0x2fc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.eap_peap_isKeyAvailable - 0x00000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.eap_peap_get_session_id - 0x00000000 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.eap_peap_free_key - 0x00000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.eap_peap_init_for_reauth - 0x00000000 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.eap_peap_deinit_for_reauth - 0x00000000 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.eap_peap_has_reauth_data - 0x00000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .rodata.eap_peap_get_status.str1.4 - 0x00000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.eap_peap_get_status - 0x00000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.eap_peap_get_emsk - 0x00000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .rodata.eap_peap_getKey.str1.4 - 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.eap_peap_getKey - 0x00000000 0xa2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.wpabuf_put_data - 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.wpabuf_put_be32 - 0x00000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.wpabuf_put_be16 - 0x00000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.eap_peapv2_tlv_eap_payload - 0x00000000 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.eap_peap_get_isk - 0x00000000 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.eap_tlv_build_nak - 0x00000000 0x82 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .rodata.eap_peap_derive_cmk.str1.4 - 0x00000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.eap_peap_derive_cmk - 0x00000000 0xcc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.eap_tlv_validate_cryptobinding - 0x00000000 0xbc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.peap_phase2_sufficient - 0x00000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.eap_tlv_add_cryptobinding - 0x00000000 0xf2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.eap_tlv_build_result - 0x00000000 0xbc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.eap_tlv_process - 0x00000000 0x1b6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.eap_peap_phase2_request - 0x00000000 0x1b6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.eap_peap_decrypt - 0x00000000 0x47c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .rodata.eap_peap_process.str1.4 - 0x00000000 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.eap_peap_process - 0x00000000 0x276 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.eap_peap_deinit - 0x00000000 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .rodata.eap_peap_parse_phase1.str1.4 - 0x00000000 0xca esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.eap_peap_parse_phase1 - 0x00000000 0x13e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .rodata.eap_peap_init.str1.4 - 0x00000000 0x6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.eap_peap_init - 0x00000000 0xc8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .rodata.eap_peer_peap_register.str1.4 - 0x00000000 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text.eap_peer_peap_register - 0x00000000 0xb6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .rodata 0x00000000 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .debug_info 0x00000000 0x387d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .debug_abbrev 0x00000000 0x498 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .debug_loc 0x00000000 0x25ca esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .debug_aranges - 0x00000000 0xf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .debug_ranges 0x00000000 0x170 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .debug_line 0x00000000 0x3b12 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .debug_str 0x00000000 0x1393 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .debug_frame 0x00000000 0x4b8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) - .text.peap_prfplus - 0x00000000 0xec esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) - .debug_info 0x00000000 0x347 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) - .debug_abbrev 0x00000000 0x14d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) - .debug_loc 0x00000000 0x266 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) - .debug_aranges - 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) - .debug_ranges 0x00000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) - .debug_line 0x00000000 0x565 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) - .debug_str 0x00000000 0x2bc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) - .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) - .debug_frame 0x00000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) - .text.eap_tls_isKeyAvailable - 0x00000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) - .text.eap_tls_getKey - 0x00000000 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) - .text.eap_tls_failure - 0x00000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) - .text.eap_tls_free_key - 0x00000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) - .rodata.eap_tls_success.str1.4 - 0x00000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) - .text.eap_tls_success - 0x00000000 0x9a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) - .text.eap_tls_process - 0x00000000 0x190 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) - .text.eap_tls_deinit - 0x00000000 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) - .text.eap_tls_init - 0x00000000 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) - .rodata.eap_peer_tls_register.str1.4 - 0x00000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) - .text.eap_peer_tls_register - 0x00000000 0x7a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) - .debug_info 0x00000000 0x14b6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) - .debug_abbrev 0x00000000 0x3b6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) - .debug_loc 0x00000000 0x7fd esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) - .debug_aranges - 0x00000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) - .debug_ranges 0x00000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) - .debug_line 0x00000000 0xdaa esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) - .debug_str 0x00000000 0xcdc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) - .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) - .debug_frame 0x00000000 0x174 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .rodata.eap_tls_params_flags.str1.4 - 0x00000000 0x69 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.eap_tls_params_flags - 0x00000000 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.eap_tls_params_from_conf1 - 0x00000000 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.eap_tls_check_blob - 0x00000000 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.eap_tls_params_from_conf - 0x00000000 0xe6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.eap_tls_init_connection - 0x00000000 0xb8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.wpabuf_put_data - 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.wpabuf_put_be32 - 0x00000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.eap_tls_msg_alloc - 0x00000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .rodata.eap_peer_tls_ssl_init.str1.4 - 0x00000000 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.eap_peer_tls_ssl_init - 0x00000000 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.eap_peer_tls_derive_key - 0x00000000 0x66 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .rodata.eap_peer_tls_derive_session_id.str1.4 - 0x00000000 0x1b esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.eap_peer_tls_derive_session_id - 0x00000000 0xea esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.eap_peer_tls_build_ack - 0x00000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .rodata.eap_peer_tls_status.str1.4 - 0x00000000 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.eap_peer_tls_status - 0x00000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.eap_peer_tls_process_init - 0x00000000 0x12e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.eap_peer_tls_reset_input - 0x00000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.eap_peer_tls_reassemble_fragment - 0x00000000 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.eap_peer_tls_data_reassemble - 0x00000000 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.eap_tls_process_input - 0x00000000 0xa2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.eap_peer_tls_reset_output - 0x00000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.eap_peer_tls_ssl_deinit - 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .rodata.eap_tls_process_output.str1.4 - 0x00000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.eap_tls_process_output - 0x00000000 0x130 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .rodata.eap_peer_tls_process_helper.str1.4 - 0x00000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.eap_peer_tls_process_helper - 0x00000000 0xd6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.eap_peer_tls_reauth_init - 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.eap_peer_tls_decrypt - 0x00000000 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.eap_peer_tls_encrypt - 0x00000000 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.eap_peer_select_phase2_methods - 0x00000000 0x144 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text.eap_peer_tls_phase2_nak - 0x00000000 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .debug_info 0x00000000 0x2acb esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .debug_abbrev 0x00000000 0x4bb esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .debug_loc 0x00000000 0x1f88 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .debug_aranges - 0x00000000 0xf0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .debug_ranges 0x00000000 0x128 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .debug_line 0x00000000 0x2522 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .debug_str 0x00000000 0x1392 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .debug_frame 0x00000000 0x4c0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_phase2_eap_deinit - 0x00000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_phase2_select_eap_method - 0x00000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_check_auth_status - 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_isKeyAvailable - 0x00000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_fake_identity_request - 0x00000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_get_emsk - 0x00000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_get_session_id - 0x00000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_getKey - 0x00000000 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_free_key - 0x00000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_init_for_reauth - 0x00000000 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_deinit_for_reauth - 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_has_reauth_data - 0x00000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .rodata.eap_ttls_get_status.str1.4 - 0x00000000 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_get_status - 0x00000000 0x11e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_phase2_eap_process - 0x00000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_encrypt_response - 0x00000000 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_phase2_request_eap_method - 0x00000000 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_avp_hdr - 0x00000000 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_avp_encapsulate - 0x00000000 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_phase2_request_eap - 0x00000000 0x130 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_avp_add - 0x00000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_phase2_request_pap - 0x00000000 0x102 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .rodata.eap_ttls_implicit_challenge.str1.4 - 0x00000000 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_implicit_challenge - 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_phase2_request_mschapv2 - 0x00000000 0x1da esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_phase2_request_mschap - 0x00000000 0x18c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_phase2_request_chap - 0x00000000 0x13a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .rodata.eap_ttls_phase2_request.str1.4 - 0x00000000 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_phase2_request - 0x00000000 0x118 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_implicit_identity_request - 0x00000000 0xcc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_process_phase2_eap - 0x00000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_phase2_start - 0x00000000 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_parse_attr_eap - 0x00000000 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_parse_avp - 0x00000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_parse_avps - 0x00000000 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_process_phase2_mschapv2 - 0x00000000 0x66 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_process_decrypted - 0x00000000 0xe4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_decrypt - 0x00000000 0x154 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .rodata.eap_ttls_v0_derive_key.str1.4 - 0x00000000 0x35 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_v0_derive_key - 0x00000000 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_process_handshake - 0x00000000 0x180 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_process - 0x00000000 0xe0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_deinit - 0x00000000 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .rodata.eap_ttls_init.str1.4 - 0x00000000 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_ttls_init - 0x00000000 0x124 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .rodata.eap_peer_ttls_register.str1.4 - 0x00000000 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text.eap_peer_ttls_register - 0x00000000 0xb6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .debug_info 0x00000000 0x4281 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .debug_abbrev 0x00000000 0x48a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .debug_loc 0x00000000 0x3746 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .debug_aranges - 0x00000000 0x160 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .debug_ranges 0x00000000 0x168 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .debug_line 0x00000000 0x3c75 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .debug_str 0x00000000 0x1591 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .debug_frame 0x00000000 0x770 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) - .text.mschapv2_remove_domain - 0x00000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) - .text.mschapv2_derive_response - 0x00000000 0xf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) - .text.mschapv2_verify_auth_response - 0x00000000 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) - .debug_info 0x00000000 0x59d esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) - .debug_abbrev 0x00000000 0x168 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) - .debug_loc 0x00000000 0x376 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) - .debug_aranges - 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) - .debug_ranges 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) - .debug_line 0x00000000 0x64f esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) - .debug_str 0x00000000 0x3f6 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) - .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) - .debug_frame 0x00000000 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .rodata.pmksa_cache_list.str1.4 - 0x00000000 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .text.pmksa_cache_list - 0x00000000 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .text.wps_process_cred_network_idx - 0x00000000 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .text.wps_process_cred_auth_type - 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .text.wps_process_cred_encr_type - 0x00000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .text.wps_process_cred_network_key_idx - 0x00000000 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .text.wps_process_cred_ssid - 0x00000000 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .text.wps_process_cred_network_key - 0x00000000 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .text.wps_process_cred_mac_addr - 0x00000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .text.wps_workaround_cred_key - 0x00000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .text.wps_process_authenticator - 0x00000000 0x66 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .text.wps_process_key_wrap_auth - 0x00000000 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .text.wps_process_cred - 0x00000000 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .text.wps_process_ap_settings - 0x00000000 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .debug_info 0x00000000 0x1a6e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .debug_abbrev 0x00000000 0x37e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .debug_loc 0x00000000 0x6bd esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .debug_aranges - 0x00000000 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .debug_ranges 0x00000000 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .debug_line 0x00000000 0xbd9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .debug_str 0x00000000 0x1040 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .debug_frame 0x00000000 0x164 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .text.utf8_to_ucs2 - 0x00000000 0xea esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .text.challenge_hash - 0x00000000 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .text.nt_password_hash - 0x00000000 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .text.hash_nt_password_hash - 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .text.challenge_response - 0x00000000 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .text.generate_nt_response - 0x00000000 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .text.generate_nt_response_pwhash - 0x00000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .text.generate_authenticator_response_pwhash - 0x00000000 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .text.generate_authenticator_response - 0x00000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .text.nt_challenge_response - 0x00000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .text.get_master_key - 0x00000000 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .text.get_asymetric_start_key - 0x00000000 0xaa esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .text.encrypt_pw_block_with_password_hash - 0x00000000 0xb0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .text.new_password_encrypted_with_old_nt_password_hash - 0x00000000 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .text.nt_password_hash_encrypted_with_block - 0x00000000 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .text.old_nt_password_hash_encrypted_with_new_nt_password_hash - 0x00000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .rodata.shs_pad2.0 - 0x00000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .rodata.magic2.1 - 0x00000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .rodata.magic3.2 - 0x00000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .rodata.shs_pad1.3 - 0x00000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .rodata.magic1.4 - 0x00000000 0x1b esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .rodata.magic2.5 - 0x00000000 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .rodata.magic1.6 - 0x00000000 0x27 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .rodata 0x00000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .debug_info 0x00000000 0x12b3 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .debug_abbrev 0x00000000 0x266 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .debug_loc 0x00000000 0x123e esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .debug_aranges - 0x00000000 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .debug_ranges 0x00000000 0xc8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .debug_line 0x00000000 0xee8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .debug_str 0x00000000 0x68e esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .debug_frame 0x00000000 0x2a0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) - .text.MD4Init 0x00000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) - .text.MD4Transform - 0x00000000 0x51c esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) - .text.MD4Update - 0x00000000 0xb4 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) - .text.MD4Pad 0x00000000 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) - .text.MD4Final - 0x00000000 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) - .text.md4_vector - 0x00000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) - .rodata.PADDING - 0x00000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) - .debug_info 0x00000000 0x5bc esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) - .debug_abbrev 0x00000000 0x1b6 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) - .debug_loc 0x00000000 0x9c9 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) - .debug_aranges - 0x00000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) - .debug_ranges 0x00000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) - .debug_line 0x00000000 0x846 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) - .debug_str 0x00000000 0x35e esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) - .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) - .debug_frame 0x00000000 0x120 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) - .text.chap_md5 - 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) - .debug_info 0x00000000 0x1d3 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) - .debug_abbrev 0x00000000 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) - .debug_loc 0x00000000 0x120 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) - .debug_aranges - 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) - .debug_ranges 0x00000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) - .debug_line 0x00000000 0x324 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) - .debug_str 0x00000000 0x26d esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) - .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) - .debug_frame 0x00000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) - .text 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .data 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .bss 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .text.desfunc 0x00000000 0x298 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .text.cookey 0x00000000 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .text.deskey 0x00000000 0x1b8 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .text.des_encrypt - 0x00000000 0x11e esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .text.des_key_setup - 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .text.des_block_encrypt - 0x00000000 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .text.des_block_decrypt - 0x00000000 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .text.des3_key_setup - 0x00000000 0x82 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .text.des3_encrypt - 0x00000000 0xbc esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .text.des3_decrypt - 0x00000000 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .rodata.SP8 0x00000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .rodata.SP7 0x00000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .rodata.SP6 0x00000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .rodata.SP5 0x00000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .rodata.SP4 0x00000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .rodata.SP3 0x00000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .rodata.SP2 0x00000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .rodata.SP1 0x00000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .rodata.pc2 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .rodata.totrot - 0x00000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .rodata.pc1 0x00000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .rodata.bigbyte - 0x00000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .rodata.bytebit - 0x00000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .debug_info 0x00000000 0xd21 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .debug_abbrev 0x00000000 0x2ba esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .debug_loc 0x00000000 0x1513 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .debug_aranges - 0x00000000 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .debug_ranges 0x00000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .debug_line 0x00000000 0x195c esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .debug_str 0x00000000 0x3d7 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .comment 0x00000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .debug_frame 0x00000000 0x170 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) - .text 0x00000000 0x0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - .data 0x00000000 0x0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - .text.esp_coexist_debug_matrix_init_wrapper - 0x00000000 0x6 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - .iram1.8 0x00000000 0x12 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - .iram1.7 0x00000000 0x16 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - .data.g_coex_adapter_funcs - 0x00000000 0x50 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - .text 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .data 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .rodata.sc_printf.str1.4 - 0x00000000 0xc esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .text.sc_printf - 0x00000000 0x2e esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .rodata.core_printf.str1.4 - 0x00000000 0x5 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .text.core_printf - 0x00000000 0x2e esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .rodata.target_printf.str1.4 - 0x00000000 0x7 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .text.target_printf - 0x00000000 0x2e esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .rodata.wapi_printf.str1.4 - 0x00000000 0x5 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .text.wapi_printf - 0x00000000 0x2e esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .rodata.mesh_printf.str1.4 - 0x00000000 0x5 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .text.mesh_printf - 0x00000000 0x2e esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .text 0x00000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) - .data 0x00000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) - .bss 0x00000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .text.pk_get_type_ext - 0x00000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .text.mbedtls_pk_get_ec_group_id - 0x00000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .text.mbedtls_pk_is_rfc8410 - 0x00000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .text.pk_write_ec_pubkey - 0x00000000 0x82 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .text.pk_write_ec_param - 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .text.pk_write_rsa_der - 0x00000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .text.pk_write_ec_private - 0x00000000 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .text.pk_write_ec_rfc8410_der - 0x00000000 0xca esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .text.pk_write_ec_der - 0x00000000 0x13c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .text.mbedtls_pk_write_pubkey - 0x00000000 0x7e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .text.mbedtls_pk_write_pubkey_der - 0x00000000 0x144 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .text.mbedtls_pk_write_key_der - 0x00000000 0x82 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .rodata.mbedtls_pk_write_pubkey_pem.str1.4 - 0x00000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .text.mbedtls_pk_write_pubkey_pem - 0x00000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .rodata.mbedtls_pk_write_key_pem.str1.4 - 0x00000000 0xbd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .text.mbedtls_pk_write_key_pem - 0x00000000 0xf2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .debug_info 0x00000000 0x1708 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .debug_abbrev 0x00000000 0x35c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .debug_loc 0x00000000 0xeeb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .debug_aranges - 0x00000000 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .debug_ranges 0x00000000 0x128 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .debug_line 0x00000000 0x11f5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .debug_str 0x00000000 0x8ef esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .comment 0x00000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .debug_frame 0x00000000 0x260 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - .text.misc_nvs_restore - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - .bss.g_log_mod - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - .data.libcore_reversion_git - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - .rodata.str1.4 - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_nwk_find_conflict_roots.part.5 - 0x00000000 0x7a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_set_root_candidate.part.17 - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_set_root_candidate_ie.part.18 - 0x00000000 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_register_timer_cb - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_ie_update_rssi - 0x00000000 0xb8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_set_ie.constprop.39 - 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_clear_parent.part.25 - 0x00000000 0x124 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_clear_parent.constprop.38 - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_set_ie - 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.is_mesh_last_parent - 0x00000000 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_send_root_switch - 0x00000000 0x8c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_is_switch_parent - 0x00000000 0x204 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_compute_my_votes - 0x00000000 0xa4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_check_rc_expire - 0x00000000 0x3a4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_nwk_change_layer - 0x00000000 0xb2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_set_parent_candidate_config - 0x00000000 0xd4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_parent_check_root_conflict - 0x00000000 0xda C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.route_announce_timer_start - 0x00000000 0xdc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.route_announce_timeout_process - 0x00000000 0xca C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.route_announce_timer_stop - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_ie_monitor - 0x00000000 0xd8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_ie_monitor_timeout_process - 0x00000000 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_bcn_change_timer_start - 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_root_connect_timer_start - 0x00000000 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.candidate_monitor_timer_stop - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_disable_parent_switch_monitor - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.candidate_monitor_timer_start - 0x00000000 0x226 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_ps_control_check_awake - 0x00000000 0xbe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_ps_control_set_awake - 0x00000000 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_ps_control_set_sleep - 0x00000000 0x78 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_ps_control_get_min_duty - 0x00000000 0x18e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_ps_control_timeout_process - 0x00000000 0x1f4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_nwk_find_conflict_roots - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_nwk_remove_conflict_roots - 0x00000000 0x10a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.is_self_mac_greater - 0x00000000 0x64 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_is_yield_root - 0x00000000 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_nwk_add_conflict_roots - 0x00000000 0x210 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_nwk_process_yield_roots_announce - 0x00000000 0x202 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_nwk_process_yield_roots_monitor - 0x00000000 0x1bc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_nwk_delete_timers - 0x00000000 0xdc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_send_roots_gone - 0x00000000 0x88 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_send_roots_fixed - 0x00000000 0xe6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_send_roots_stop - 0x00000000 0xc2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_nwk_check_conflict_roots - 0x00000000 0x1a4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_send_rmv_announcement - 0x00000000 0x208 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_is_scan_allowed - 0x00000000 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_rt_change_debug - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_is_rt_change_debug - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_node_process_disconnect - 0x00000000 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_nwk_process_vote_done - 0x00000000 0xcc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_nwk_process_disconnected - 0x00000000 0x90 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_nwk_process_scan_request - 0x00000000 0x11e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_nwk_process_rootless - 0x00000000 0xaa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_nwk_check_no_parent_found - 0x00000000 0xb4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_root_process_connect - 0x00000000 0x8e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_child_set_ps_duty - 0x00000000 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_child_clr_ps_duty - 0x00000000 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_process_ps_type - 0x00000000 0x8e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_is_better_parent - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.is_mesh_child - 0x00000000 0x76 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_flush_scan_result - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_nwk_process_scan_done - 0x00000000 0x234 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.scan_result_print - 0x00000000 0x2c4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_scan_done_process_weak - 0x00000000 0xf8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_conn_init - 0x00000000 0xc0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_conn_deinit - 0x00000000 0xb6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_parent_insert_candidate - 0x00000000 0x180 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_scan_done_vote - 0x00000000 0x4fc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_scan_done - 0x00000000 0x73a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_update_current_parent - 0x00000000 0x134 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_set_root_candidate - 0x00000000 0x9e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_update_ie_rssi - 0x00000000 0x94 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_set_root_candidate_ie - 0x00000000 0x88 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_compute_votes - 0x00000000 0xf2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_process_root_candidate - 0x00000000 0x224 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_process_same_root_candidate - 0x00000000 0x68 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_add_invalid_rc - 0x00000000 0x12e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text._mesh_find_root_competitor - 0x00000000 0x62e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.print_rc_info - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_is_last_rc_existing - 0x00000000 0x128 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_update_rcandidate_rssi - 0x00000000 0xa0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_init_rcandidate - 0x00000000 0x10a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_check_last_rcandidate - 0x00000000 0x2c0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_find_root_competitor - 0x00000000 0x1ee C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_vote_root_candidate - 0x00000000 0x5d2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_select_router - 0x00000000 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_nwk_process_nvs_settings - 0x00000000 0x278 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_select_is_better_parent - 0x00000000 0xd0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_select_parent_compute_rank - 0x00000000 0x74 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_select_set_ignore - 0x00000000 0xde C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_select_parent_limit_layer2_cap - 0x00000000 0x274 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_select_parent_try_rssi - 0x00000000 0x1f8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_select_parent_try_layer - 0x00000000 0x150 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_select_parent - 0x00000000 0x204 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_get_child_num - 0x00000000 0x76 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_process_ps_awake - 0x00000000 0x134 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_nwk_process_child_event - 0x00000000 0xee C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_process_child_macconnected - 0x00000000 0x26c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.print_txupQ_pending - 0x00000000 0x2e8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_get_child_idx - 0x00000000 0x8e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_get_child_idx_lock - 0x00000000 0x5c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_insert_child - 0x00000000 0x338 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_remove_child - 0x00000000 0x84 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_remove_children - 0x00000000 0x152 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_nwk_process_leaf - 0x00000000 0x66 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_nwk_process_no_parent - 0x00000000 0x104 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_clear_parent - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_revote_root - 0x00000000 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_node_process_healing - 0x00000000 0xd0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_push_to_nwk_queue - 0x00000000 0x156 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_route_announce_timeout - 0x00000000 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_ie_monitor_timeout - 0x00000000 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_bcn_change_timeout - 0x00000000 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_root_connect_timeout - 0x00000000 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_candidate_monitor_timeout - 0x00000000 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_candidate_monitor_timeout_process - 0x00000000 0xb4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_ps_control_timeout - 0x00000000 0x66 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_sta_connect - 0x00000000 0x240 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_connect_to_router - 0x00000000 0x32e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_connect_to_candidate - 0x00000000 0x3d4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_root_connect_timeout_process - 0x00000000 0x88 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_root_process_disconnect - 0x00000000 0xfa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_nwk_manual_networking - 0x00000000 0x2ea C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_sta_disconnect - 0x00000000 0x76 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_connect - 0x00000000 0x90 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_disconnect - 0x00000000 0x90 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_parent_reselect - 0x00000000 0xb6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_nwk_check_layer - 0x00000000 0x122 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_nwk_process_ie_change - 0x00000000 0x41c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_nwk_process_conflict_discnx - 0x00000000 0x80 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_node_process_cycle - 0x00000000 0x102 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_wifi_event_cb - 0x00000000 0x41e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_wifi_event_cb - 0x00000000 0xf0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_post_toDS_state - 0x00000000 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_set_rssi_threshold - 0x00000000 0x4c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_get_rssi_threshold - 0x00000000 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_set_default_rssi_threshold - 0x00000000 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_is_nwk_inited - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_is_nwk_running - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_process_parent_organized - 0x00000000 0x72 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_nwk_task_deinit - 0x00000000 0x9e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_nwk_task_init - 0x00000000 0x3ca C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_nwk_task_deinit - 0x00000000 0xc2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_get_beacon_interval - 0x00000000 0x7c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_adjust_passive_scan_time - 0x00000000 0xa0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_set_beacon_interval - 0x00000000 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_parent_select_done - 0x00000000 0x8a8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_parent_select - 0x00000000 0x97a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_bcn_change_timeout_process - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_nwk_task_main - 0x00000000 0x3550 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_nwk_task_main - 0x00000000 0xb0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.mesh_ps_get_duties - 0x00000000 0x14a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text.esp_mesh_print_scan_result - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.MESH_ZERO_ADDR - 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.ann_time_start - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.bcn_change_timer - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.candidate_monitor_timer - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.cnx_backoff.10329 - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.g_is_wifi_connected - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.g_is_wifi_connecting - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.g_is_wifi_disconnecting - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.g_mesh_conn - 0x00000000 0x2c8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.g_mesh_current_parent - 0x00000000 0x5c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.g_mesh_ext_vote_state - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.g_mesh_last_parent - 0x00000000 0x74 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.g_mesh_last_parent_chain - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.g_mesh_last_parent_ie - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.g_mesh_rmv_opt - 0x00000000 0x4d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.is_nwk_running - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.last_event_id.11360 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.max_voter_num.10312 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.mesh_conn_mutex - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.mesh_nwk_mbox - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.mesh_nwk_task - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.mesh_ps_cnt - 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.mesh_ps_control - 0x00000000 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.mesh_timer_func - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.mie_log_time_start - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.mie_monitor_timer - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.ps_control_timer - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.retry_attemps - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.root_connect_timer - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.route_announce_timer - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_extra_scan_attempts - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_final_struggle.10317 - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_first_short_time_retries - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_history_root_backoff - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_is_parent_set - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_layer_backoff_times - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_mesh_last_layer - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_mesh_last_rcandidate - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_mesh_print_scan_result_enable - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_mesh_rcandidate - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_mesh_root_addr - 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_mesh_rt_change_dbg - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_mesh_running_channel - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_mesh_scan_req - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_monitor_timer_interval - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_parent_cyclic_list - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_parent_idle_list - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_parent_map_list - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_parent_root_children_list - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_parent_rssi_threshold - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_root_connect_timer_armed - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_rssi_backoff_times - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_sta_discnx_times - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_vote_expire_list - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_vote_invalid_list - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_vote_ps_times - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_vote_rc_times - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.s_vote_scan_times - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.vote_log_time_start - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.vote_log_time_stop - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .data.s_mesh_beacon_interval - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .data.s_mesh_scan_done - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .data.s_monitor_parent_config - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.10186 - 0x00000000 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.10206 - 0x00000000 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.10262 - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.10336 - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.10342 - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.10367 - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.10376 - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.10388 - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.10393 - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.10401 - 0x00000000 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.10433 - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.10572 - 0x00000000 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.10633 - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.10647 - 0x00000000 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.10658 - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.10681 - 0x00000000 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.10700 - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.10836 - 0x00000000 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.10905 - 0x00000000 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.10912 - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.10934 - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.10953 - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.10978 - 0x00000000 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.10990 - 0x00000000 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.10994 - 0x00000000 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.11267 - 0x00000000 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.11283 - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.11296 - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.__func__.11327 - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata._mesh_find_root_competitor.str1.4 - 0x00000000 0xcc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.candidate_monitor_timer_start.str1.4 - 0x00000000 0x86 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.esp_mesh_clear_parent.part.25.str1.4 - 0x00000000 0x55 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.esp_mesh_connect.str1.4 - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.esp_mesh_ie_monitor.str1.4 - 0x00000000 0x3d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.esp_mesh_insert_child.str1.4 - 0x00000000 0x120 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.esp_mesh_is_switch_parent.str1.4 - 0x00000000 0x128 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.esp_mesh_nwk_task_init.str1.4 - 0x00000000 0x5 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.esp_mesh_parent_select.str1.4 - 0x00000000 0x250 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.esp_mesh_push_to_nwk_queue.str1.4 - 0x00000000 0x3d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.esp_mesh_remove_children.str1.4 - 0x00000000 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.esp_mesh_scan_done.str1.4 - 0x00000000 0xb3 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.esp_mesh_scan_done_vote.str1.4 - 0x00000000 0x18f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.esp_mesh_send_rmv_announcement.str1.4 - 0x00000000 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.esp_mesh_set_parent_candidate_config.str1.4 - 0x00000000 0x56 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.esp_mesh_sta_connect.str1.4 - 0x00000000 0x120 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_add_invalid_rc.str1.4 - 0x00000000 0x6c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_adjust_passive_scan_time.str1.4 - 0x00000000 0x3f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_check_last_rcandidate.str1.4 - 0x00000000 0xa4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_check_rc_expire.str1.4 - 0x00000000 0x139 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_connect_to_candidate.str1.4 - 0x00000000 0x112 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_connect_to_router.str1.4 - 0x00000000 0x9c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_init_rcandidate.str1.4 - 0x00000000 0x4b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_node_process_cycle.str1.4 - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_nwk_change_layer.str1.4 - 0x00000000 0x3d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_nwk_check_layer.str1.4 - 0x00000000 0x79 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_nwk_check_no_parent_found.str1.4 - 0x00000000 0x46 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_nwk_manual_networking.str1.4 - 0x00000000 0xcc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_nwk_process_ie_change.str1.4 - 0x00000000 0x78 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_nwk_process_no_parent.str1.4 - 0x00000000 0x39 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_nwk_process_nvs_settings.str1.4 - 0x00000000 0xdd C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_nwk_process_scan_done.str1.4 - 0x00000000 0xaf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_nwk_process_scan_request.str1.4 - 0x00000000 0xe4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_nwk_task_main.str1.4 - 0x00000000 0xd4f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_parent_select_done.str1.4 - 0x00000000 0x1af C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_process_child_macconnected.str1.4 - 0x00000000 0xc9 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_ps_control_get_min_duty.str1.4 - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_ps_control_timeout_process.str1.4 - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_scan_done_process_weak.str1.4 - 0x00000000 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_select_parent.str1.4 - 0x00000000 0x69 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_select_parent_limit_layer2_cap.str1.4 - 0x00000000 0x10e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_select_parent_try_layer.str1.4 - 0x00000000 0x8c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_select_parent_try_rssi.str1.4 - 0x00000000 0x97 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_select_set_ignore.str1.4 - 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_vote_root_candidate.str1.4 - 0x00000000 0x13f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.mesh_wifi_event_cb.str1.4 - 0x00000000 0x29 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.print_txupQ_pending.str1.4 - 0x00000000 0x14d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.route_announce_timeout_process.str1.4 - 0x00000000 0x45 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .rodata.scan_result_print.str1.4 - 0x00000000 0x160 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.mesh_print_txQ_waiting - 0x00000000 0x142 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_print_txQ_waiting - 0x00000000 0x7e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.mesh_get_tx_pending - 0x00000000 0x1c8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_get_tx_pending - 0x00000000 0x74 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_send_block_event - 0x00000000 0x20e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_send_block_start - 0x00000000 0x1f0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_forward_check_active - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.mesh_check_tid_mbox_full - 0x00000000 0x1fa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.mesh_check_tid_mbox_full - 0x00000000 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_push_to_ack_state_queue - 0x00000000 0xc6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.mesh_tx_cb - 0x00000000 0x12a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_best_effort_tx - 0x00000000 0x31e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_push_to_wnd_queue - 0x00000000 0x126 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_operation_rxseqno - 0x00000000 0x444 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_txupQ_pending_get_cidx - 0x00000000 0x7e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_txupQ_pending_insert_child - 0x00000000 0xa6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_txupQ_pending_delete_child - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_txupQ_pending_get_xonseq - 0x00000000 0x4c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_txupQ_pending_clear_xonseq - 0x00000000 0x6a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_txupQ_pending - 0x00000000 0xc88 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_process_txupQ_pending - 0x00000000 0x2cc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_push_to_tx_queue - 0x00000000 0x588 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_force_txupQ_pending - 0x00000000 0x17a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_available_txupQ_num - 0x00000000 0x1e4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.mesh_flush_txQ - 0x00000000 0x142 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_tx_tid_flush - 0x00000000 0x218 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.mesh_tx_tid_stop - 0x00000000 0x1e0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_push_to_ps_tx_queue - 0x00000000 0x6c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.mesh_ps_tx - 0x00000000 0x15e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.tx_task_main - 0x00000000 0x240 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_discard_context - 0x00000000 0x16c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_send_xon - 0x00000000 0x6c0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_recv_xon - 0x00000000 0x17a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.mesh_tx_task_main - 0x00000000 0xa3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.mesh_xon_deliver_packet - 0x00000000 0x1cc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.mesh_xon_flush_packets - 0x00000000 0x2d2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.mesh_xon_process_disconnected - 0x00000000 0x330 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.mesh_xon_process_expired - 0x00000000 0x146 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.mesh_flush_upstream_packets - 0x00000000 0x82 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.xon_task_main - 0x00000000 0x1bc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.mesh_xon_process_no_wnd - 0x00000000 0x140 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.mesh_xon_task_main - 0x00000000 0xa70 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.mesh_tx_task_deinit - 0x00000000 0x224 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_tx_task_init - 0x00000000 0x238 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.esp_mesh_tx_task_init - 0x00000000 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_tx_task_deinit - 0x00000000 0xc6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_send_block_deinit - 0x00000000 0xba C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.mesh_send_block_deinit - 0x00000000 0xa0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.mesh_send_block_main - 0x00000000 0x4e0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_send_block_init - 0x00000000 0x7e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_flush_upstream_packets - 0x00000000 0x1ac C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text.esp_mesh_send_block_time - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .bss.MESH_ZERO_ADDR - 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .bss.is_block_running - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .bss.is_mesh_tx_started - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .bss.mesh_ack_state_mbox - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .bss.mesh_be_xmit_seqno - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .bss.mesh_conn_leave - 0x00000000 0x2c8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .bss.mesh_new_wnd_mbox - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .bss.mesh_reassign_xseqno - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .bss.mesh_self_xonseq - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .bss.mesh_tx_fail_cnt.10248 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .bss.mesh_tx_mbox - 0x00000000 0xa8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .bss.mesh_tx_task - 0x00000000 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .bss.mesh_xon 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .bss.mesh_xreq_seqno - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .bss.send_block_flush_mbox - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .bss.send_block_mbox - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .bss.send_block_task - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .data.MESH_BCAST_ADDR - 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .data.g_mesh_packet_lifetime - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.__func__.10026 - 0x00000000 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.__func__.10049 - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.__func__.10061 - 0x00000000 0xb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.__func__.10094 - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.__func__.10110 - 0x00000000 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.__func__.10148 - 0x00000000 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.__func__.10158 - 0x00000000 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.__func__.10171 - 0x00000000 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.__func__.10182 - 0x00000000 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.__func__.10189 - 0x00000000 0xf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.__func__.10237 - 0x00000000 0xd C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.__func__.10255 - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.__func__.10273 - 0x00000000 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.__func__.10281 - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.__func__.10289 - 0x00000000 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.__func__.10307 - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.__func__.10360 - 0x00000000 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.__func__.10425 - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.__func__.10462 - 0x00000000 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.__func__.10470 - 0x00000000 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.__func__.9958 - 0x00000000 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.__func__.9989 - 0x00000000 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.esp_mesh_available_txupQ_num.str1.4 - 0x00000000 0x43 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.esp_mesh_flush_upstream_packets.str1.4 - 0x00000000 0xa0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.esp_mesh_force_txupQ_pending.str1.4 - 0x00000000 0x5b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.esp_mesh_operation_rxseqno.str1.4 - 0x00000000 0x138 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.esp_mesh_print_txQ_waiting.str1.4 - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.esp_mesh_process_txupQ_pending.str1.4 - 0x00000000 0x86 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.esp_mesh_push_to_tx_queue.str1.4 - 0x00000000 0x12c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.esp_mesh_push_to_wnd_queue.str1.4 - 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.esp_mesh_send_block_event.str1.4 - 0x00000000 0x91 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.esp_mesh_send_block_init.str1.4 - 0x00000000 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.esp_mesh_send_xon.str1.4 - 0x00000000 0x254 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.esp_mesh_tx_task_init.str1.4 - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.esp_mesh_tx_tid_flush.str1.4 - 0x00000000 0xcc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.esp_mesh_txupQ_pending.str1.4 - 0x00000000 0x3eb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.mesh_check_tid_mbox_full.str1.4 - 0x00000000 0x8b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.mesh_flush_upstream_packets.str1.4 - 0x00000000 0x31 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.mesh_get_tx_pending.str1.4 - 0x00000000 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.mesh_print_txQ_waiting.str1.4 - 0x00000000 0x97 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.mesh_send_block_main.str1.4 - 0x00000000 0x15f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.mesh_tx_task_main.str1.4 - 0x00000000 0x189 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.mesh_tx_tid_stop.str1.4 - 0x00000000 0xa3 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.mesh_xon_deliver_packet.str1.4 - 0x00000000 0x6b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.mesh_xon_process_disconnected.str1.4 - 0x00000000 0x5e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.mesh_xon_task_main.str1.4 - 0x00000000 0x232 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.tx_task_main.str1.4 - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .rodata.xon_task_main.str1.4 - 0x00000000 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .comment 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .text.mesh_process_mgmt_routing_table.part.2 - 0x00000000 0x40c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .text.optype2str - 0x00000000 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .text.esp_mesh_get_optlen - 0x00000000 0x8c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .text.esp_mesh_mcast_cover_node - 0x00000000 0x364 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .text.mesh_remove_myself_from_forwarding - 0x00000000 0x148 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .text.esp_mesh_delivery_toDS - 0x00000000 0x21e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .text.esp_mesh_delivery_toSelf - 0x00000000 0x412 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .text.mesh_process_mcast_cover_node - 0x00000000 0x488 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .text.esp_mesh_process_mcast - 0x00000000 0x17e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .text.esp_mesh_process_bcast - 0x00000000 0x388 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .text.mesh_process_mgmt_root_switch - 0x00000000 0x184 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .text.mesh_process_mgmt_root_waive - 0x00000000 0x204 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .text.mesh_process_mgmt_announce - 0x00000000 0x468 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .text.mesh_process_mgmt_routing_table - 0x00000000 0x70 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .text.esp_mesh_process_options - 0x00000000 0x296 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .text.esp_mesh_process_ucast - 0x00000000 0x97e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .text.esp_mesh_forward_packet - 0x00000000 0x46c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .bss.MESH_ZERO_ADDR - 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .bss.mesh_xseqno - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .data.MESH_BCAST_ADDR - 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .rodata.CSWTCH.646 - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .rodata.__func__.10004 - 0x00000000 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .rodata.__func__.10018 - 0x00000000 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .rodata.__func__.9920 - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .rodata.__func__.9954 - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .rodata.__func__.9986 - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .rodata.esp_mesh_delivery_toDS.str1.4 - 0x00000000 0x65 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .rodata.esp_mesh_delivery_toSelf.str1.4 - 0x00000000 0xab C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .rodata.esp_mesh_forward_packet.str1.4 - 0x00000000 0xb2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .rodata.esp_mesh_mcast_cover_node.str1.4 - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .rodata.esp_mesh_process_options.str1.4 - 0x00000000 0x69 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .rodata.esp_mesh_process_ucast.str1.4 - 0x00000000 0x346 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .rodata.mesh_process_mgmt_announce.str1.4 - 0x00000000 0xc6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .rodata.mesh_process_mgmt_root_waive.str1.4 - 0x00000000 0x74 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .rodata.mesh_process_mgmt_routing_table.part.2.str1.4 - 0x00000000 0x1c9 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .rodata.optype2str.str1.4 - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .rodata.str1.4 - 0x00000000 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .comment 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - .text.esp_mesh_channel_enable_jp - 0x00000000 0x76 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - .text.esp_mesh_scan_done_get_channel - 0x00000000 0x80e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - .text.mesh_nwk_process_reselect - 0x00000000 0x312 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - .text.mesh_nwk_process_look_for_network - 0x00000000 0x37c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - .text.mesh_nwk_process_allow_switch - 0x00000000 0x158 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - .rodata 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - .bss.MESH_ZERO_ADDR - 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - .bss.look_for_nwk_count.9971 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - .bss.scan_times.9951 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - .rodata.__func__.9957 - 0x00000000 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - .rodata.__func__.9976 - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - .rodata.__func__.9987 - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - .rodata.esp_mesh_channel_enable_jp.str1.4 - 0x00000000 0x49 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - .rodata.esp_mesh_scan_done_get_channel.str1.4 - 0x00000000 0x33a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - .rodata.mesh_nwk_process_allow_switch.str1.4 - 0x00000000 0xe8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - .rodata.mesh_nwk_process_look_for_network.str1.4 - 0x00000000 0x109 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - .rodata.mesh_nwk_process_reselect.str1.4 - 0x00000000 0x164 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - .comment 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - .text.esp_mesh_push_to_rx_queue - 0x00000000 0xe8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - .text.mesh_topo_get_ttl - 0x00000000 0xe4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - .text.esp_mesh_wifi_recv_cb - 0x00000000 0x71a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - .text.esp_mesh_rx_task_deinit - 0x00000000 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - .text.mesh_rx_task_deinit - 0x00000000 0x9e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - .text.mesh_rx_task_main - 0x00000000 0x29a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - .text.esp_mesh_rx_task_init - 0x00000000 0x8c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - .bss.MESH_ZERO_ADDR - 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - .bss.is_rx_running - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - .bss.mesh_rx_mbox - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - .bss.mesh_rx_task - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - .bss.parent_last_mac_seqno.9957 - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - .data.MESH_BCAST_ADDR - 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - .rodata.__func__.9933 - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - .rodata.__func__.9960 - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - .rodata.__func__.9973 - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - .rodata.esp_mesh_push_to_rx_queue.str1.4 - 0x00000000 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - .rodata.esp_mesh_rx_task_init.str1.4 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - .rodata.esp_mesh_wifi_recv_cb.str1.4 - 0x00000000 0x225 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - .rodata.mesh_rx_task_main.str1.4 - 0x00000000 0x64 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - .rodata.mesh_topo_get_ttl.str1.4 - 0x00000000 0x51 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - .comment 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - .text.esp_mesh_ap_list_clear - 0x00000000 0xd2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - .text.esp_mesh_ap_list_find_expire - 0x00000000 0x54 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - .text.esp_mesh_ap_list_clear_expire - 0x00000000 0xca C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - .text.esp_mesh_ap_list_find_invalid - 0x00000000 0x9e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - .text.esp_mesh_ap_list_clear_invalid - 0x00000000 0xca C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - .text.esp_mesh_ap_list_update_invalid - 0x00000000 0x46 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - .text.esp_mesh_ap_list_find - 0x00000000 0x84 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - .text.esp_mesh_ap_enqueue - 0x00000000 0x1c8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - .rodata.__func__.9910 - 0x00000000 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - .rodata.__func__.9982 - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - .rodata.esp_mesh_ap_list_clear.str1.4 - 0x00000000 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - .comment 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.mesh_rt_change_timeout - 0x00000000 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_route_init - 0x00000000 0x72 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_route_deinit - 0x00000000 0x98 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.mesh_rt_change_timer_start - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.mesh_rt_change_timeout_process - 0x00000000 0x56 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_match_self - 0x00000000 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_get_total_children_num - 0x00000000 0x96 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_lookup_sub_route - 0x00000000 0xa2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_lookup_route - 0x00000000 0x16c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_print_route_table - 0x00000000 0x90 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_get_sub_capacity - 0x00000000 0x52 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.routetype2str - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.mesh_update_route_table - 0x00000000 0x39a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_delete_sub_children - 0x00000000 0x5c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_send_add_announcement - 0x00000000 0xbe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.mesh_fill_rmv_sub_child - 0x00000000 0x300 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.mesh_malloc_rmv_announcement - 0x00000000 0xda C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.mesh_construct_rmv_announcement - 0x00000000 0xaa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.mesh_pack_rmv_announcement - 0x00000000 0xdc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_pack_rmv_announcement - 0x00000000 0x142 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_pack_multi_routing_table - 0x00000000 0x470 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_ie_update_capacity - 0x00000000 0x19a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_check_nonassociated_children - 0x00000000 0x64 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_monitor_nonassociated_children - 0x00000000 0x2aa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_remove_nonassociated_children - 0x00000000 0x1c4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_copy_mgmt_announce - 0x00000000 0x302 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_process_redundant_subchildren - 0x00000000 0x3dc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_combine_multi_redundant_ack - 0x00000000 0x2a2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_check_multi_redundant_ack - 0x00000000 0x2ec C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_refresh_routing_table - 0x00000000 0x6ca C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_get_routing_table_size - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_get_routing_table - 0x00000000 0x1ce C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.mesh_get_subnet_nodes_num - 0x00000000 0xc0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.mesh_get_subnet_nodes_list - 0x00000000 0xe8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_send_rtable_request - 0x00000000 0x8e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_send_rtable_ack - 0x00000000 0x224 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text.esp_mesh_nwk_redundant_route - 0x00000000 0x1de C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .bss.MESH_ZERO_ADDR - 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .bss.is_route_inited - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .bss.mesh_multi_recv_ack - 0x00000000 0xf0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .bss.mesh_multi_send_ack - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .bss.mesh_route_table - 0x00000000 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .bss.rt_change_timer - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.CSWTCH.426 - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.__func__.10016 - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.__func__.10056 - 0x00000000 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.__func__.10074 - 0x00000000 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.__func__.10163 - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.__func__.10178 - 0x00000000 0x27 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.__func__.10203 - 0x00000000 0x25 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.__func__.10208 - 0x00000000 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.__func__.10237 - 0x00000000 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.__func__.10250 - 0x00000000 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.__func__.9918 - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.__func__.9926 - 0x00000000 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.__func__.9943 - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.esp_mesh_check_multi_redundant_ack.str1.4 - 0x00000000 0x13a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.esp_mesh_combine_multi_redundant_ack.str1.4 - 0x00000000 0x15f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.esp_mesh_copy_mgmt_announce.str1.4 - 0x00000000 0x114 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.esp_mesh_get_routing_table.str1.4 - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.esp_mesh_lookup_route.str1.4 - 0x00000000 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.esp_mesh_monitor_nonassociated_children.str1.4 - 0x00000000 0xb9 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.esp_mesh_nwk_redundant_route.str1.4 - 0x00000000 0xa5 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.esp_mesh_pack_multi_routing_table.str1.4 - 0x00000000 0xd7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.esp_mesh_process_redundant_subchildren.str1.4 - 0x00000000 0x1c5 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.esp_mesh_refresh_routing_table.str1.4 - 0x00000000 0xf1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.esp_mesh_remove_nonassociated_children.str1.4 - 0x00000000 0xae C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.esp_mesh_send_rtable_ack.str1.4 - 0x00000000 0x7b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.mesh_fill_rmv_sub_child.str1.4 - 0x00000000 0x18b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.mesh_malloc_rmv_announcement.str1.4 - 0x00000000 0x59 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.mesh_update_route_table.str1.4 - 0x00000000 0xf7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.routetype2str.str1.4 - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .rodata.str1.4 - 0x00000000 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .comment 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.is_zero_addr - 0x00000000 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_get_vnd_ext_assoc_len - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_ps_duty_ext_get_process - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.is_esp_mesh_ssid - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.is_esp_mesh_roots_announce - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.is_esp_mesh_roots_yield - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.is_esp_mesh_roots_fixed - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.is_esp_mesh_roots_gone - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.is_esp_mesh_ps - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_parse_ext_assoc_ie - 0x00000000 0x68 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_sync_interface_tsf - 0x00000000 0xa0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.is_esp_mesh_ext_assoc - 0x00000000 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text._wifi_vnd_ext_mesh_roots_free.part.11 - 0x00000000 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text._mesh_roots_process_fixed.part.13 - 0x00000000 0x78 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.is_my_ie_encrypted - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_get_vnd_ssid_len - 0x00000000 0x6c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_coding_ie_key - 0x00000000 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_encrypt_vnd_ie - 0x00000000 0x7e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.ieee80211_add_mesh_assoc_ie - 0x00000000 0x9e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_decrypt_vnd_ie - 0x00000000 0x7e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_check_vnd_ie - 0x00000000 0x8a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_set_ie_crypto_config - 0x00000000 0x72 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.ieee80211_mesh_quick_set - 0x00000000 0x1de C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata.ieee80211_mesh_quick_set - 0x00000000 0x64 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.ieee80211_mesh_quick_get - 0x00000000 0x154 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata.ieee80211_mesh_quick_get - 0x00000000 0x64 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_sta_monitor_rssi - 0x00000000 0x132 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_map_reject_connection - 0x00000000 0xc6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_map_change_beacon_interval - 0x00000000 0x8e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.ieee80211_vnd_mesh_quick_set - 0x00000000 0x1be C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.ieee80211_vnd_mesh_quick_get - 0x00000000 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.ieee80211_add_ie_esp_mesh_head - 0x00000000 0x52 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.ieee80211_add_mesh_ssid_ie - 0x00000000 0xdc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.ieee80211_add_mesh_ext_assoc_ie - 0x00000000 0x8c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.ieee80211_add_mesh_ps_ie - 0x00000000 0x90 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.ieee80211_add_mesh_duty_signaling - 0x00000000 0xf2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.ieee80211_init_mesh_assoc_ie - 0x00000000 0x5c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.roots_type2str - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text._wifi_vnd_ext_mesh_roots_free - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text._wifi_vnd_ext_mesh_roots_malloc - 0x00000000 0x80 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text._print_roots_count - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text._mesh_roots_num_reach_max - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text._mesh_reset_window_open_time - 0x00000000 0xa0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text._mesh_roots_process_announce - 0x00000000 0x25a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text._mesh_roots_process_fixed - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.ieee80211_vnd_mesh_roots_get - 0x00000000 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.ieee80211_is_mesh_roots_valid - 0x00000000 0xc6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.ieee80211_is_mesh_roots_announce - 0x00000000 0xc6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.ieee80211_is_mesh_roots_yield - 0x00000000 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.ieee80211_is_mesh_roots_announce_used - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.ieee80211_is_mesh_roots_yield_used - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.ieee80211_is_mesh_roots_fixed - 0x00000000 0x66 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.ieee80211_is_mesh_roots_gone - 0x00000000 0x66 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_get_vnd_roots_len - 0x00000000 0xbc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.ieee80211_add_mesh_roots_ie - 0x00000000 0x144 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_map_stop_beacon - 0x00000000 0xde C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text._mesh_check_window_close_expire - 0x00000000 0x1a2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text._mesh_check_window_open_expire - 0x00000000 0x1be C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text._mesh_timer_process_fixed - 0x00000000 0x64 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text._mesh_timer_process_gone - 0x00000000 0x5e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.print_roots_ie - 0x00000000 0x2c0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.is_esp_mesh_duty_signaling - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_ps_set_new_duty - 0x00000000 0xac C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_nwk_duty_post_event - 0x00000000 0xee C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_nwk_duty_master_is_root - 0x00000000 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_parse_ps_entire_rule - 0x00000000 0x48c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_parse_ps_uplink_rule - 0x00000000 0x1fc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_nwk_duty_check_duration_expire - 0x00000000 0x64 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_nwk_duty_set_master_identity - 0x00000000 0xec C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_nwk_duty_clr_master_identity - 0x00000000 0x13e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_nwk_duty_clr_remaining - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_nwk_duty_set_remaining - 0x00000000 0xa6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_nwk_duty_check_allowed - 0x00000000 0x204 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_ps_duty_cycle_set_process - 0x00000000 0x310 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_parse_ps_ie - 0x00000000 0x276 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.ieee80211_recv_mesh_duty_signaling - 0x00000000 0xfa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_nwk_duty_process_remaining - 0x00000000 0x308 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_root_process_duty_duration_expire - 0x00000000 0xb0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_ps_duty_cycle_get_process - 0x00000000 0x182 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_is_new_root_found - 0x00000000 0x148 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_is_new_root_invalid - 0x00000000 0x98 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_is_ie_ignored - 0x00000000 0x96 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_is_same_router - 0x00000000 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_get_conflict_root_state - 0x00000000 0x272 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text._mesh_check_roots_gone - 0x00000000 0xe4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text._mesh_timer_process_announce - 0x00000000 0x146 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text._mesh_timer_process_conflict_root - 0x00000000 0x188 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_remove_conflict_root - 0x00000000 0xa4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text._mesh_roots_process_yield - 0x00000000 0x158 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text._mesh_roots_process_conflict_table - 0x00000000 0x11e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_find_conflict_root - 0x00000000 0x68 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_update_conflict_root - 0x00000000 0xde C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_add_conflict_root - 0x00000000 0x1ce C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_is_new_found_conflict_root - 0x00000000 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.ieee80211_vnd_mesh_roots_set - 0x00000000 0x4ea C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text._mesh_remove_gone - 0x00000000 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text._mesh_roots_process_gone - 0x00000000 0x17a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text._mesh_roots_process_stop - 0x00000000 0x14a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_process_roots_ie_ttl - 0x00000000 0xb0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text._mesh_timer_process_yield - 0x00000000 0x214 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_root_process_roots_ie - 0x00000000 0x2ae C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_process_roots_ie - 0x00000000 0x36c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_parse_conflict_roots_ie - 0x00000000 0x3c2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_parse_conflict_roots_ie - 0x00000000 0x62 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_check_conflict_beacon - 0x00000000 0xde C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_parse_conflict_assoc_ie - 0x00000000 0x43c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_set_parent_candidate - 0x00000000 0xf4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_clear_parent_candidate - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_get_parent_candidate - 0x00000000 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_post_parent_switch_candidate - 0x00000000 0x390 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_post_parent_weak_rssi - 0x00000000 0x1da C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_post_parent_assoc_ie - 0x00000000 0x100 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_monitor_parent_candidate_ie - 0x00000000 0x24e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_set_parent_monitor_config - 0x00000000 0x8a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_get_parent_monitor_config - 0x00000000 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_get_sub_ie - 0x00000000 0x94 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text._mesh_set_flag_roots_found - 0x00000000 0xd4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_get_vnd_roots_len - 0x00000000 0x2a6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_monitor_parent_ie - 0x00000000 0x448 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_map_probe_response - 0x00000000 0x120 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_monitor_vote_candidate_rssi - 0x00000000 0x108 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_parse_beacon - 0x00000000 0x14c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_set_rssi_threshold - 0x00000000 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_get_rssi_threshold - 0x00000000 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_quick_funcs_init - 0x00000000 0x1d0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_init_cb - 0x00000000 0x98 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.esp_mesh_quick_funcs_deinit - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text.mesh_deinit_cb - 0x00000000 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.MESH_ZERO_ADDR - 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.esp_mesh_remain_nwk_duty - 0x00000000 0xf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.is_roots_found.10864 - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.iv 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.last_parent_layer.11417 - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.max_ie_len.10867 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.mesh_sub_ie.11408 - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.monitor_count.11418 - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.monitor_time_start.11328 - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.post_event_time.10824 - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.post_event_time.11117 - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.roots_found_time.10865 - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.rx_bcn_count.11547 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.s_is_probe_requested - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.s_mesh_conflict_roots - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.s_mesh_ie_crypto_funcs - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.s_mesh_ie_crypto_key - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.s_mesh_monitor_parent_cfg - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.s_mesh_parent_candidate - 0x00000000 0xb8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.s_mesh_roots_ie_life - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.s_mesh_rssi_threshold - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.s_parent_monitor_assoc_time - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.s_parent_monitor_weak_time - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.s_parent_worse_rssi_time - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.s_ps_device_duty - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.s_ps_device_duty_type - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.s_ps_parent_duty - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.s_ps_parent_duty_type - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.s_recv_bcn_count - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.signaling_token.10936 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .bss.wifi_vnd_ext_mesh_roots - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .data.MESH_BCAST_ADDR - 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .data.candidate_rssi.11397 - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .data.g_mesh_monitor_parent_beacon_count - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata.CSWTCH.647 - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata.__func__.10321 - 0x00000000 0xf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata.__func__.10494 - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata.__func__.10500 - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata.__func__.10872 - 0x00000000 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata.__func__.11295 - 0x00000000 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata._mesh_check_roots_gone.str1.4 - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata._mesh_check_window_close_expire.str1.4 - 0x00000000 0xd C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata._mesh_roots_process_stop.str1.4 - 0x00000000 0x5 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata._mesh_roots_process_yield.str1.4 - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata._mesh_timer_process_conflict_root.str1.4 - 0x00000000 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata._mesh_timer_process_yield.str1.4 - 0x00000000 0x2f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata.esp_mesh_add_conflict_root.str1.4 - 0x00000000 0x49 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata.esp_mesh_parse_conflict_assoc_ie.str1.4 - 0x00000000 0x53 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata.esp_mesh_ps_duty_cycle_get_process.str1.4 - 0x00000000 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata.ieee80211_add_ie_esp_mesh_head.str1.4 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata.ieee80211_vnd_mesh_roots_set.str1.4 - 0x00000000 0x63 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata.mesh_nwk_duty_process_remaining.str1.4 - 0x00000000 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata.mesh_parse_ps_entire_rule.str1.4 - 0x00000000 0xe5 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata.mesh_parse_ps_uplink_rule.str1.4 - 0x00000000 0x74 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata.mesh_post_parent_switch_candidate.str1.4 - 0x00000000 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata.mesh_root_process_roots_ie.str1.4 - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata.roots_type2str.str1.4 - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata.str1.4 - 0x00000000 0x11 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_error.2 - 0x00000000 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_error.5 - 0x00000000 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_info.20 - 0x00000000 0x85 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_info.26 - 0x00000000 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_info.27 - 0x00000000 0x25 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_info.32 - 0x00000000 0x99 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_info.34 - 0x00000000 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.10 - 0x00000000 0x3d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.11 - 0x00000000 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.12 - 0x00000000 0x6e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.13 - 0x00000000 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.14 - 0x00000000 0x43 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.15 - 0x00000000 0x53 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.16 - 0x00000000 0x5f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.17 - 0x00000000 0x37 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.18 - 0x00000000 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.19 - 0x00000000 0x61 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.21 - 0x00000000 0x6e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.22 - 0x00000000 0x51 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.23 - 0x00000000 0x27 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.24 - 0x00000000 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.25 - 0x00000000 0x3d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.28 - 0x00000000 0x89 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.29 - 0x00000000 0xa2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.3 - 0x00000000 0x2b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.30 - 0x00000000 0xa3 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.31 - 0x00000000 0xa0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.33 - 0x00000000 0x76 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.35 - 0x00000000 0x77 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.36 - 0x00000000 0x11 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.4 - 0x00000000 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.6 - 0x00000000 0x76 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.7 - 0x00000000 0x46 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.8 - 0x00000000 0x75 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .rodata_wlog_warning.9 - 0x00000000 0x46 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .comment 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) - .text.mesh_timer_route_announce - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) - .text.mesh_timer_mie_monitor - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) - .text.mesh_timer_bcn_change - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) - .text.mesh_timer_root_connect - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) - .text.mesh_timer_candidate_monitor - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) - .text.mesh_timer_rt_change - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) - .text.mesh_timer_ps_control - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) - .text.mesh_timer_do_process - 0x00000000 0x114 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) - .data.mesh_timer_info - 0x00000000 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) - .rodata.__func__.9949 - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) - .rodata.mesh_timer_do_process.str1.4 - 0x00000000 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) - .comment 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .text.esp_mesh_io_sem_wait - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .text.esp_mesh_io_sem_signal - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .text.mesh_set_io_process - 0x00000000 0xee C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .text.esp_mesh_stop_parent_reconnection - 0x00000000 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .text.mesh_set_router - 0x00000000 0x24a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .text.mesh_set_self_organized - 0x00000000 0x136 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .text.mesh_set_type - 0x00000000 0x2aa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .text.mesh_csa_set_bssid - 0x00000000 0x86 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .text.mesh_switch_channel - 0x00000000 0x72 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .text.mesh_look_for_network - 0x00000000 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .text.mesh_nwk_io_process - 0x00000000 0x1c4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .rodata.mesh_nwk_io_process - 0x00000000 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .bss.MESH_ZERO_ADDR - 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .bss.csa_bssid - 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .bss.g_mesh_stop_reconnection - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .bss.s_mesh_io_error - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .rodata.__func__.9918 - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .rodata.__func__.9972 - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .rodata.mesh_nwk_io_process.str1.4 - 0x00000000 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .rodata.mesh_set_io_process.str1.4 - 0x00000000 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .rodata.mesh_set_router.str1.4 - 0x00000000 0xa9 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .rodata.mesh_set_self_organized.str1.4 - 0x00000000 0x5d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .rodata.mesh_set_type.str1.4 - 0x00000000 0xa5 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .comment 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .text.mesh_mutex_lock - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .text.mesh_mutex_unlock - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .text.esp_mesh_create_mbox - 0x00000000 0xb0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .text.esp_mesh_free_mbox - 0x00000000 0xa6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .text.mesh_malloc - 0x00000000 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .text.mesh_free - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .text.esp_mesh_create_context - 0x00000000 0x72 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .text.esp_mesh_free_context - 0x00000000 0xa0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .text.mesh_create_task - 0x00000000 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .text.wifi_event_id2str - 0x00000000 0x172 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .rodata.wifi_event_id2str - 0x00000000 0xf4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .text.nwk_event_id2str - 0x00000000 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .text.tx_msg_id2str - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .text.tx_state_id2str - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .text.discnx_reason_id2str - 0x00000000 0x1ba C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .text.mesh_ie_type2str - 0x00000000 0x56 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .text.scan_status2str - 0x00000000 0x56 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .text.vote_done2str - 0x00000000 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .text.vote_start2str - 0x00000000 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .text.txq_opr2str - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .text.tx_wifi_err2str - 0x00000000 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .text.io_cfg2str - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .text.opt_type2str - 0x00000000 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .text.reconnect_type2str - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .text.dutytype2str - 0x00000000 0xd0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .bss.strid.9961 - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .rodata.CSWTCH.40 - 0x00000000 0xc0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .rodata.CSWTCH.41 - 0x00000000 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .rodata.CSWTCH.42 - 0x00000000 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .rodata.CSWTCH.43 - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .rodata.CSWTCH.44 - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .rodata.CSWTCH.45 - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .rodata.CSWTCH.46 - 0x00000000 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .rodata.CSWTCH.47 - 0x00000000 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .rodata.CSWTCH.48 - 0x00000000 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .rodata.CSWTCH.49 - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .rodata.__func__.9911 - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .rodata.__func__.9917 - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .rodata.discnx_reason_id2str.str1.4 - 0x00000000 0x167 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .rodata.dutytype2str.str1.4 - 0x00000000 0x7b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .rodata.esp_mesh_create_mbox.str1.4 - 0x00000000 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .rodata.mesh_ie_type2str.str1.4 - 0x00000000 0x11 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .rodata.nwk_event_id2str.str1.4 - 0x00000000 0xd C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .rodata.scan_status2str.str1.4 - 0x00000000 0x25 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .rodata.str1.4 - 0x00000000 0x914 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .rodata.tx_msg_id2str.str1.4 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .rodata.tx_state_id2str.str1.4 - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .rodata.vote_done2str.str1.4 - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .rodata.wifi_event_id2str.str1.4 - 0x00000000 0x36e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .comment 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_rx_pending - 0x00000000 0x162 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_ie_init - 0x00000000 0x146 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.mesh_wifi_event_init - 0x00000000 0xe8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.mesh_wifi_event_deinit - 0x00000000 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_init - 0x00000000 0x22a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.mesh_stop_recv - 0x00000000 0x1fc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.mesh_parse_option - 0x00000000 0x12c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.mesh_parse_option - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.mesh_add_option - 0x00000000 0x138 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.mesh_chain_header_add_ttl - 0x00000000 0x56 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.mesh_send_process_topo - 0x00000000 0x5c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.mesh_send_process_flag - 0x00000000 0x18e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_send_sem_wait - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_send_sem_signal - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_send_mgmt - 0x00000000 0x2be C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_send - 0x00000000 0x6ac C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.esp_mesh_send - 0x00000000 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.mesh_recv_add_option - 0x00000000 0x190 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.mesh_recv_process_flag - 0x00000000 0x12a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.mesh_recv - 0x00000000 0x3e4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_recv - 0x00000000 0x1a2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.mesh_encrypt_ie_plain_key - 0x00000000 0x11c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_config - 0x00000000 0x84 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_set_router - 0x00000000 0xb8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_router - 0x00000000 0x84 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.mesh_set_id - 0x00000000 0xde C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_set_id - 0x00000000 0x154 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_id - 0x00000000 0x82 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_set_type - 0x00000000 0xb4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_type - 0x00000000 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_set_max_layer - 0x00000000 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_set_ap_password - 0x00000000 0xf4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_set_ap_authmode - 0x00000000 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_ap_authmode - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_set_ap_connections - 0x00000000 0x8e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_ap_connections - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_set_non_mesh_connections - 0x00000000 0x96 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_set_config - 0x00000000 0x4c6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_non_mesh_connections - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_layer - 0x00000000 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_parent_bssid - 0x00000000 0xa8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_is_root - 0x00000000 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_print_rxQ_waiting - 0x00000000 0x23e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_push_to_myself_queue - 0x00000000 0x22e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_push_to_tcpip_queue - 0x00000000 0x3bc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_flush_tcpip_queue - 0x00000000 0xb2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_recv_release - 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_recv_toDS - 0x00000000 0x206 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_max_layer - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_set_self_organized - 0x00000000 0x66 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_self_organized - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.mesh_set_parent - 0x00000000 0x668 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_set_parent - 0x00000000 0x17c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.mesh_waive_root - 0x00000000 0xa0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_waive_root - 0x00000000 0xb2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.mesh_send_stop_vote - 0x00000000 0x194 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_send_stop_vote - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_set_vote_percentage - 0x00000000 0x46 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_vote_percentage - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_root_addr - 0x00000000 0xb8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_set_attempts - 0x00000000 0xbe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_attempts - 0x00000000 0x84 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_push_to_xmit_state_queue - 0x00000000 0xca C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_stop - 0x00000000 0x738 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_deinit - 0x00000000 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_start - 0x00000000 0x202 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_total_node_num - 0x00000000 0x46 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_set_switch_parent_paras - 0x00000000 0xda C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_switch_parent_paras - 0x00000000 0x84 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_set_xon_qsize - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_xon_qsize - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_is_my_group - 0x00000000 0x54 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_insert_group_addr - 0x00000000 0x14c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_delete_group_addr - 0x00000000 0x1d0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_set_group_id - 0x00000000 0x52 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_delete_group_id - 0x00000000 0x52 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_group_num - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_group_list - 0x00000000 0x9a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_set_capacity_num - 0x00000000 0x96 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_capacity_num - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_is_my_ie_encrypted - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.mesh_set_ie_crypto_funcs - 0x00000000 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_set_ie_crypto_funcs - 0x00000000 0x114 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.mesh_set_ie_crypto_key - 0x00000000 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_set_ie_crypto_key - 0x00000000 0x19c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_ie_crypto_key - 0x00000000 0x112 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_set_root_healing_delay - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_root_healing_delay - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_set_passive_scan_time - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_passive_scan_time - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_fix_root - 0x00000000 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_is_root_fixed - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_set_announce_interval - 0x00000000 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_announce_interval - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_subnet_nodes_num - 0x00000000 0x102 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_subnet_nodes_list - 0x00000000 0x13e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_switch_channel - 0x00000000 0x128 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_look_for_network - 0x00000000 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_set_topology - 0x00000000 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_get_topology - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_is_device_active - 0x00000000 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_enable_ps - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_disable_ps - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_is_ps_enabled - 0x00000000 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text.esp_mesh_ps_get_duties - 0x00000000 0xfc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.MESH_ZERO_ADDR - 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.g_is_mesh_inited - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.g_is_mesh_started - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.g_is_root_fixed - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.g_is_standalone_sta - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.g_mesh_cfg_attemps - 0x00000000 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.g_mesh_cfg_switch_parent - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.g_mesh_chain - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.g_mesh_ext_cfg - 0x00000000 0xd0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.g_mesh_ie - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.g_mesh_manual_nwk - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.g_mesh_self_map_addr - 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.g_mesh_self_sta_addr - 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.g_mesh_stop_event_group - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.g_mesh_xon_cfg_qsize - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.mesh_ioctl_sem - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.mesh_myself_mbox - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.mesh_tcpip_mbox - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.mesh_xmit_sem - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.mesh_xmit_state_mbox - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.option.10048 - 0x00000000 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.s_extra_toDS_qsize - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.s_extra_toSelf_qsize - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.s_mesh_ext_crypto_config - 0x00000000 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.s_mesh_group_addr - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.s_mesh_send_mutex - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.s_mesh_stop_mutex - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .bss.value.10047 - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .data.MESH_BCAST_ADDR - 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .data.g_mesh_ann_interval - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .data.g_mesh_cfg_vote_percent - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .data.g_mesh_max_layer - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .data.g_mesh_passive_scan_time - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .data.g_mesh_root_healing_delay - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .data.g_mesh_rt_capacity - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .data.libmesh_reversion_git - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .data.s_mesh_ie_crypto_plain_key - 0x00000000 0x41 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.__func__.10002 - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.__func__.10081 - 0x00000000 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.__func__.10100 - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.__func__.10168 - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.__func__.10200 - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.__func__.10276 - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.__func__.10285 - 0x00000000 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.__func__.10295 - 0x00000000 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.__func__.10354 - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.__func__.10410 - 0x00000000 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.__func__.10422 - 0x00000000 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.__func__.9992 - 0x00000000 0xf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.esp_mesh_get_rx_pending.str1.4 - 0x00000000 0x4c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.esp_mesh_init.cst4 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.esp_mesh_print_rxQ_waiting.str1.4 - 0x00000000 0x8d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.esp_mesh_push_to_tcpip_queue.str1.4 - 0x00000000 0x15e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.esp_mesh_recv.str1.4 - 0x00000000 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.esp_mesh_send.str1.4 - 0x00000000 0xdb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.esp_mesh_set_ap_connections.str1.4 - 0x00000000 0x2b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.esp_mesh_set_ap_password.str1.4 - 0x00000000 0x3f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.esp_mesh_set_config.str1.4 - 0x00000000 0xfa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.esp_mesh_set_ie_crypto_funcs.str1.4 - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.esp_mesh_set_ie_crypto_key.str1.4 - 0x00000000 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.esp_mesh_set_non_mesh_connections.str1.4 - 0x00000000 0x2f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.esp_mesh_set_parent.str1.4 - 0x00000000 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.esp_mesh_stop.str1.4 - 0x00000000 0x264 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.esp_mesh_switch_channel.str1.4 - 0x00000000 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.esp_mesh_waive_root.cst4 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.mesh_encrypt_ie_plain_key.str1.4 - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.mesh_set_parent.str1.4 - 0x00000000 0x1bf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.mesh_stop_recv.str1.4 - 0x00000000 0xb0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.mesh_wifi_event_init.str1.4 - 0x00000000 0x73 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .rodata.str1.4 - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .comment 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - .text.mesh_pm_tbtt_start - 0x00000000 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - .text.esp_mesh_pm_tbtt_timeout_process - 0x00000000 0x1bc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - .text.esp_mesh_pm_rx_beacon_process - 0x00000000 0x15a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - .text.esp_mesh_pm_tx_data_process - 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - .text.esp_mesh_pm_tx_null_process - 0x00000000 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - .text.mesh_pm_set_null - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - .text.esp_mesh_pm_go_to_sleep - 0x00000000 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - .text.esp_mesh_pm_go_to_wake - 0x00000000 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - .text.esp_mesh_is_start_pm_now - 0x00000000 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - .bss.mesh_ps_keep_cnx - 0x00000000 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - .bss.rx_bcn_count.8692 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - .bss.s_mesh_is_awake_duty - 0x00000000 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - .bss.s_mesh_next_awake_tbtt - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - .bss.send_null_cnt.8638 - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - .data.g_mesh_dfs_compensation_ms - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - .data.s_mesh_active_duty_cycle - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - .rodata_wlog_info.2 - 0x00000000 0x25 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - .rodata_wlog_info.4 - 0x00000000 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - .rodata_wlog_warning.3 - 0x00000000 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - .comment 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - .text.nvs_op2str - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - .text.esp_mesh_nvs_operate - 0x00000000 0x430 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - .rodata.esp_mesh_nvs_operate - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - .text.esp_mesh_nvs_set_layer - 0x00000000 0x46 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - .text.esp_mesh_nvs_set_assoc - 0x00000000 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - .text.esp_mesh_nvs_init - 0x00000000 0x66 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - .text.esp_mesh_nvs_deinit - 0x00000000 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - .bss.g_mesh_nvs_settings - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - .bss.mesh_nvs_settings - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - .data.mesh_nvs_handle - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - .rodata.CSWTCH.62 - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - .rodata.esp_mesh_nvs_init.str1.4 - 0x00000000 0x5 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - .rodata.esp_mesh_nvs_operate.str1.4 - 0x00000000 0xa3 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - .rodata.nvs_op2str.str1.4 - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - .rodata.str1.4 - 0x00000000 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - .comment 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - .text 0x00000000 0x0 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .text.get16_le - 0x00000000 0x6 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .text.esp_crt_get_name_len - 0x00000000 0x12 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .text.esp_crt_get_name - 0x00000000 0x4 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .text.esp_crt_get_key_len - 0x00000000 0x14 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .text.esp_crt_get_key - 0x00000000 0x2a esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .text.esp_crt_get_len - 0x00000000 0x30 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .text.esp_crt_get_cert_offset - 0x00000000 0x8 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .text.esp_crt_get_certcount - 0x00000000 0x16 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .text.esp_crt_get_cert - 0x00000000 0x1a esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .rodata.esp_crt_check_bundle.str1.4 - 0x00000000 0x5a esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .text.esp_crt_check_bundle - 0x00000000 0xc6 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .text.esp_crt_bundle_init - 0x00000000 0x2a esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .text.esp_crt_find_cert - 0x00000000 0xbc esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .rodata.esp_crt_check_signature.str1.4 - 0x00000000 0xce esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .text.esp_crt_check_signature - 0x00000000 0x19a esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .rodata.esp_crt_verify_callback.str1.4 - 0x00000000 0xf2 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .text.esp_crt_verify_callback - 0x00000000 0x14c esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .rodata.esp_crt_bundle_attach.str1.4 - 0x00000000 0x25 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .text.esp_crt_bundle_attach - 0x00000000 0x9a esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .text.esp_crt_bundle_detach - 0x00000000 0x20 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .text.esp_crt_bundle_set - 0x00000000 0x12 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .text.esp_crt_bundle_in_use - 0x00000000 0x10 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .sbss.s_crt_bundle - 0x00000000 0x4 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .rodata.s_dummy_crt - 0x00000000 0x198 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .debug_info 0x00000000 0x1fdc esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .debug_abbrev 0x00000000 0x38d esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .debug_loc 0x00000000 0xa62 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .debug_aranges - 0x00000000 0xa8 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .debug_ranges 0x00000000 0x100 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .debug_line 0x00000000 0x1005 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .debug_str 0x00000000 0x174c esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .comment 0x00000000 0x30 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .debug_frame 0x00000000 0x268 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - .text 0x00000000 0x0 esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj) - .data 0x00000000 0x0 esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj) - .bss 0x00000000 0x0 esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj) - .rodata.embedded - 0x00000000 0x110f8 esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj) - .riscv.attributes - 0x00000000 0x64 esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj) - .text 0x00000000 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .data 0x00000000 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .bss 0x00000000 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.is_ota_partition - 0x00000000 0x28 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.set_new_state_otadata - 0x00000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.get_ota_ops_entry - 0x00000000 0x18 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.image_validate - 0x00000000 0x30 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .rodata.find_default_boot_partition.str1.4 - 0x00000000 0x44 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.find_default_boot_partition - 0x00000000 0x82 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .rodata.read_otadata.str1.4 - 0x00000000 0x4b esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.read_otadata - 0x00000000 0xcc esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.rewrite_ota_seq - 0x00000000 0x70 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.check_invalid_otadata - 0x00000000 0x42 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.get_last_invalid_otadata - 0x00000000 0x3a esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.esp_ota_begin - 0x00000000 0xf4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .rodata.esp_ota_write.str1.4 - 0x00000000 0x92 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.esp_ota_write - 0x00000000 0x1ea esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .rodata.esp_ota_write_with_offset.str1.4 - 0x00000000 0xb2 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.esp_ota_write_with_offset - 0x00000000 0x116 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.esp_ota_abort - 0x00000000 0x32 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.esp_ota_end - 0x00000000 0xa0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .rodata.esp_ota_get_app_partition_count.str1.4 - 0x00000000 0x46 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.esp_ota_get_app_partition_count - 0x00000000 0x58 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.esp_rewrite_ota_data - 0x00000000 0xc8 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.esp_ota_set_boot_partition - 0x00000000 0x66 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .rodata.esp_ota_get_boot_partition.str1.4 - 0x00000000 0x40 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.esp_ota_get_boot_partition - 0x00000000 0xb4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .rodata.esp_ota_get_next_update_partition.str1.4 - 0x00000000 0x13 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.esp_ota_get_next_update_partition - 0x00000000 0x90 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.esp_ota_get_bootloader_description - 0x00000000 0x86 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.esp_ota_get_partition_description - 0x00000000 0x50 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.esp_ota_check_rollback_is_possible - 0x00000000 0xe6 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .rodata.esp_ota_current_ota_is_workable.str1.4 - 0x00000000 0xb9 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.esp_ota_current_ota_is_workable - 0x00000000 0x144 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.esp_ota_mark_app_valid_cancel_rollback - 0x00000000 0x14 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.esp_ota_mark_app_invalid_rollback_and_reboot - 0x00000000 0x14 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.esp_ota_get_last_invalid_partition - 0x00000000 0x76 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.esp_ota_get_state_partition - 0x00000000 0xc8 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text.esp_ota_erase_last_boot_app_partition - 0x00000000 0xf6 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .rodata.__func__.0 - 0x00000000 0x22 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .rodata.__func__.3 - 0x00000000 0x20 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .rodata.__func__.4 - 0x00000000 0x1a esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .sbss.s_ota_ops_last_handle - 0x00000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .sbss.s_ota_ops_entries_head - 0x00000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - .text.gdma_hal_stop - 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - .text.gdma_hal_append - 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - .text.gdma_hal_reset - 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - .text.gdma_hal_set_strategy - 0x00000000 0x10 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - .text.gdma_hal_read_intr_status - 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - .text.gdma_hal_get_intr_status_reg - 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - .text.gdma_hal_get_eof_desc_addr - 0x00000000 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(ds_hal.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(ds_hal.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(ds_hal.c.obj) - .text 0x00000000 0x0 esp-idf/soc/libsoc.a(gdma_periph.c.obj) - .data 0x00000000 0x0 esp-idf/soc/libsoc.a(gdma_periph.c.obj) - .bss 0x00000000 0x0 esp-idf/soc/libsoc.a(gdma_periph.c.obj) - .rodata.gdma_periph_signals - 0x00000000 0x1c esp-idf/soc/libsoc.a(gdma_periph.c.obj) - .debug_info 0x00000000 0x389 esp-idf/soc/libsoc.a(gdma_periph.c.obj) - .debug_abbrev 0x00000000 0xac esp-idf/soc/libsoc.a(gdma_periph.c.obj) - .debug_aranges - 0x00000000 0x18 esp-idf/soc/libsoc.a(gdma_periph.c.obj) - .debug_line 0x00000000 0x113 esp-idf/soc/libsoc.a(gdma_periph.c.obj) - .debug_str 0x00000000 0xb57 esp-idf/soc/libsoc.a(gdma_periph.c.obj) - .comment 0x00000000 0x30 esp-idf/soc/libsoc.a(gdma_periph.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/soc/libsoc.a(gdma_periph.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/soc/libsoc.a(gdma_periph.c.obj) - .text 0x00000000 0x0 esp-idf/lwip/liblwip.a(ethip6.c.obj) - .data 0x00000000 0x0 esp-idf/lwip/liblwip.a(ethip6.c.obj) - .bss 0x00000000 0x0 esp-idf/lwip/liblwip.a(ethip6.c.obj) - .text 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) - .data 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) - .rodata.esp_mesh_send_event_internal.str1.4 - 0x00000000 0xb esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) - .text.esp_mesh_send_event_internal - 0x00000000 0x22 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) - .srodata.MESH_EVENT - 0x00000000 0x4 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) - .debug_info 0x00000000 0x1bd esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) - .debug_abbrev 0x00000000 0xca esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) - .debug_loc 0x00000000 0x96 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) - .debug_aranges - 0x00000000 0x20 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) - .debug_ranges 0x00000000 0x10 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) - .debug_line 0x00000000 0x31f esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) - .debug_str 0x00000000 0x2ad esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) - .comment 0x00000000 0x30 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) - .debug_frame 0x00000000 0x2c esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) - .text 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_opv.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_opv.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_opv.o) - .eh_frame 0x00000000 0x28 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_opv.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .group 0x00000000 0x14 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .group 0x00000000 0x14 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .group 0x00000000 0x8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .group 0x00000000 0x8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .group 0x00000000 0x8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .text 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .text._ZSt15set_new_handlerPFvvE - 0x00000000 0x42 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .gcc_except_table._ZSt15set_new_handlerPFvvE - 0x00000000 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .text.exit._GLOBAL__sub_D__ZSt7nothrow - 0x00000000 0x1a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .gcc_except_table._GLOBAL__sub_D__ZSt7nothrow - 0x00000000 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .fini_array 0x00000000 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .eh_frame 0x00000000 0x188 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) - .text 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) - .sdata.DW.ref.__gxx_personality_v0 - 0x00000000 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) - .eh_frame 0x00000000 0x3c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - .text 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - .eh_frame 0x00000000 0x130 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - .text 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - .text._ZNKSt9type_info11__do_upcastEPKN10__cxxabiv117__class_type_infoEPPv - 0x00000000 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - .text._ZNSt9type_infoD0Ev - 0x00000000 0xa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - .text._ZNKSt9type_info10__do_catchEPKS_PPvj - 0x00000000 0x42 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - .rodata._ZTVSt9type_info - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - .eh_frame 0x00000000 0x80 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - .text 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - .eh_frame 0x00000000 0x12c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - .text 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_op.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_op.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_op.o) - .eh_frame 0x00000000 0x28 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_op.o) - .text 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_ops.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_ops.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_ops.o) - .eh_frame 0x00000000 0x28 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_ops.o) - .text 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) - .text.__cxa_get_exception_ptr - 0x00000000 0x6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) - .text._ZSt18uncaught_exceptionv - 0x00000000 0x18 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) - .text._ZSt19uncaught_exceptionsv - 0x00000000 0x14 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) - .eh_frame 0x00000000 0xac C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .text 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .text._ZNSt13bad_exceptionD2Ev - 0x00000000 0x2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .rodata._ZNKSt9exception4whatEv.str1.4 - 0x00000000 0xf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .text._ZNKSt9exception4whatEv - 0x00000000 0xa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .rodata._ZNKSt13bad_exception4whatEv.str1.4 - 0x00000000 0x13 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .text._ZNKSt13bad_exception4whatEv - 0x00000000 0xa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .text._ZNSt9exceptionD0Ev - 0x00000000 0xa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .text._ZNSt13bad_exceptionD0Ev - 0x00000000 0xa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .text._ZN10__cxxabiv115__forced_unwindD2Ev - 0x00000000 0x2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .text._ZN10__cxxabiv115__forced_unwindD0Ev - 0x00000000 0xa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .text._ZN10__cxxabiv119__foreign_exceptionD2Ev - 0x00000000 0x2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .text._ZN10__cxxabiv119__foreign_exceptionD0Ev - 0x00000000 0xa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .text._ZGTtNKSt9exceptionD1Ev - 0x00000000 0x2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .text._ZGTtNKSt13bad_exceptionD1Ev - 0x00000000 0x2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .rodata._ZTVSt9exception - 0x00000000 0x14 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .rodata._ZTVSt13bad_exception - 0x00000000 0x14 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .rodata._ZTVN10__cxxabiv115__forced_unwindE - 0x00000000 0x14 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .rodata._ZTVN10__cxxabiv119__foreign_exceptionE - 0x00000000 0x14 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .eh_frame 0x00000000 0x104 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .text 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .text.exit._GLOBAL__sub_D__ZN17__eh_globals_init7_S_initE - 0x00000000 0x2a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .gcc_except_table._GLOBAL__sub_D__ZN17__eh_globals_init7_S_initE - 0x00000000 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .fini_array 0x00000000 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .sdata.DW.ref.__gxx_personality_v0 - 0x00000000 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .eh_frame 0x00000000 0xe8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .group 0x00000000 0x14 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .group 0x00000000 0x14 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .group 0x00000000 0x8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .group 0x00000000 0x8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .group 0x00000000 0x8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .text 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .rodata._ZNK9__gnu_cxx24__concurrence_lock_error4whatEv.str1.4 - 0x00000000 0x24 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .text._ZNK9__gnu_cxx24__concurrence_lock_error4whatEv - 0x00000000 0xa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .rodata._ZNK9__gnu_cxx26__concurrence_unlock_error4whatEv.str1.4 - 0x00000000 0x26 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .text._ZNK9__gnu_cxx26__concurrence_unlock_error4whatEv - 0x00000000 0xa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .text._ZN9__gnu_cxx24__concurrence_lock_errorD2Ev - 0x00000000 0x12 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .text._ZN9__gnu_cxx24__concurrence_lock_errorD0Ev - 0x00000000 0x22 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .text._ZN9__gnu_cxx26__concurrence_unlock_errorD2Ev - 0x00000000 0x12 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .text._ZN9__gnu_cxx26__concurrence_unlock_errorD0Ev - 0x00000000 0x22 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .text._ZN9__gnu_cxx7__mutex4lockEv - 0x00000000 0x40 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .text._ZN9__gnu_cxx7__mutex6unlockEv - 0x00000000 0x40 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .text._ZSt13set_terminatePFvvE - 0x00000000 0x4c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .gcc_except_table._ZSt13set_terminatePFvvE - 0x00000000 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .text._ZN10__cxxabiv112__unexpectedEPFvvE - 0x00000000 0xe C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .text._ZSt14set_unexpectedPFvvE - 0x00000000 0x4c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .gcc_except_table._ZSt14set_unexpectedPFvvE - 0x00000000 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .text._ZSt14get_unexpectedv - 0x00000000 0x38 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .gcc_except_table._ZSt14get_unexpectedv - 0x00000000 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .text.unlikely._ZSt10unexpectedv - 0x00000000 0x14 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .text.exit._GLOBAL__sub_D__ZN10__cxxabiv111__terminateEPFvvE - 0x00000000 0x1a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .gcc_except_table._GLOBAL__sub_D__ZN10__cxxabiv111__terminateEPFvvE - 0x00000000 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .fini_array 0x00000000 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .rodata._ZTSSt9exception - 0x00000000 0xd C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .srodata._ZTISt9exception - 0x00000000 0x8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .rodata._ZTSN9__gnu_cxx24__concurrence_lock_errorE - 0x00000000 0x27 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .rodata._ZTIN9__gnu_cxx24__concurrence_lock_errorE - 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .rodata._ZTSN9__gnu_cxx26__concurrence_unlock_errorE - 0x00000000 0x29 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .rodata._ZTIN9__gnu_cxx26__concurrence_unlock_errorE - 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .rodata._ZTVN9__gnu_cxx24__concurrence_lock_errorE - 0x00000000 0x14 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .rodata._ZTVN9__gnu_cxx26__concurrence_unlock_errorE - 0x00000000 0x14 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .sdata.DW.ref.__gxx_personality_v0 - 0x00000000 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .eh_frame 0x00000000 0x240 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .text 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_unex_handler.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_unex_handler.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_unex_handler.o) - .sdata._ZN10__cxxabiv120__unexpected_handlerE - 0x00000000 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_unex_handler.o) - .debug_info 0x00000000 0x3c3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_unex_handler.o) - .debug_abbrev 0x00000000 0x277 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_unex_handler.o) - .debug_aranges - 0x00000000 0x18 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_unex_handler.o) - .debug_line 0x00000000 0x7c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_unex_handler.o) - .debug_str 0x00000000 0x66e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_unex_handler.o) - .debug_line_str - 0x00000000 0x4a1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_unex_handler.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_unex_handler.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_unex_handler.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_unex_handler.o) - .text 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opv.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opv.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opv.o) - .eh_frame 0x00000000 0x28 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opv.o) - .text 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_term_handler.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_term_handler.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_term_handler.o) - .group 0x00000000 0x8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - .group 0x00000000 0x8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - .text 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - .rodata._ZTSSt9exception - 0x00000000 0xd C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - .srodata._ZTISt9exception - 0x00000000 0x8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - .eh_frame 0x00000000 0x38 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - .group 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - .text 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - .eh_frame 0x00000000 0x5c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - .text 0x00000000 0x40 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffssi2.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffssi2.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffssi2.o) - .debug_info 0x00000000 0x164 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffssi2.o) - .debug_abbrev 0x00000000 0xd0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffssi2.o) - .debug_loclists - 0x00000000 0x81 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffssi2.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffssi2.o) - .debug_rnglists - 0x00000000 0x16 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffssi2.o) - .debug_line 0x00000000 0x11b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffssi2.o) - .debug_str 0x00000000 0x1d2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffssi2.o) - .debug_line_str - 0x00000000 0x1b0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffssi2.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffssi2.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffssi2.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffssi2.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffssi2.o) - .text 0x00000000 0x4c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffsdi2.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffsdi2.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffsdi2.o) - .debug_info 0x00000000 0x20a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffsdi2.o) - .debug_abbrev 0x00000000 0x13d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffsdi2.o) - .debug_loclists - 0x00000000 0x89 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffsdi2.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffsdi2.o) - .debug_rnglists - 0x00000000 0x16 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffsdi2.o) - .debug_line 0x00000000 0x157 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffsdi2.o) - .debug_str 0x00000000 0x1fb C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffsdi2.o) - .debug_line_str - 0x00000000 0x1b0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffsdi2.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffsdi2.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffsdi2.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffsdi2.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffsdi2.o) - .text 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .rodata 0x00000000 0x100 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .debug_info 0x00000000 0xed C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .debug_abbrev 0x00000000 0x70 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .debug_aranges - 0x00000000 0x18 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .debug_line 0x00000000 0x3f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .debug_str 0x00000000 0x1a6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .debug_line_str - 0x00000000 0x1b0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .text 0x00000000 0x3c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clzsi2.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clzsi2.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clzsi2.o) - .debug_info 0x00000000 0x157 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clzsi2.o) - .debug_abbrev 0x00000000 0xca C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clzsi2.o) - .debug_loclists - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clzsi2.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clzsi2.o) - .debug_rnglists - 0x00000000 0x16 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clzsi2.o) - .debug_line 0x00000000 0xdb C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clzsi2.o) - .debug_str 0x00000000 0x1c3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clzsi2.o) - .debug_line_str - 0x00000000 0x1b0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clzsi2.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clzsi2.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clzsi2.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clzsi2.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clzsi2.o) - .text 0x00000000 0x3c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzsi2.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzsi2.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzsi2.o) - .debug_info 0x00000000 0x173 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzsi2.o) - .debug_abbrev 0x00000000 0xdd C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzsi2.o) - .debug_loclists - 0x00000000 0x75 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzsi2.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzsi2.o) - .debug_rnglists - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzsi2.o) - .debug_line 0x00000000 0xf9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzsi2.o) - .debug_str 0x00000000 0x1d3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzsi2.o) - .debug_line_str - 0x00000000 0x1b0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzsi2.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzsi2.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzsi2.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzsi2.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzsi2.o) - .text 0x00000000 0x4a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzdi2.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzdi2.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzdi2.o) - .debug_info 0x00000000 0x215 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzdi2.o) - .debug_abbrev 0x00000000 0x13d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzdi2.o) - .debug_loclists - 0x00000000 0x86 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzdi2.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzdi2.o) - .debug_rnglists - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzdi2.o) - .debug_line 0x00000000 0x143 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzdi2.o) - .debug_str 0x00000000 0x1fd C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzdi2.o) - .debug_line_str - 0x00000000 0x1b0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzdi2.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzdi2.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzdi2.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzdi2.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzdi2.o) - .text 0x00000000 0x42 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .debug_info 0x00000000 0xe6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .debug_abbrev 0x00000000 0x65 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .debug_loclists - 0x00000000 0xd6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .debug_line 0x00000000 0xe9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .debug_str 0x00000000 0x1aa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .debug_line_str - 0x00000000 0x1b0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .text 0x00000000 0x24 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapsi2.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapsi2.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapsi2.o) - .debug_info 0x00000000 0xe6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapsi2.o) - .debug_abbrev 0x00000000 0x65 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapsi2.o) - .debug_loclists - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapsi2.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapsi2.o) - .debug_line 0x00000000 0x9b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapsi2.o) - .debug_str 0x00000000 0x1a6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapsi2.o) - .debug_line_str - 0x00000000 0x1b0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapsi2.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapsi2.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapsi2.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapsi2.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapsi2.o) - .text 0x00000000 0x52 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapdi2.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapdi2.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapdi2.o) - .debug_info 0x00000000 0xe6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapdi2.o) - .debug_abbrev 0x00000000 0x65 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapdi2.o) - .debug_loclists - 0x00000000 0x21 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapdi2.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapdi2.o) - .debug_line 0x00000000 0xcf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapdi2.o) - .debug_str 0x00000000 0x1a6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapdi2.o) - .debug_line_str - 0x00000000 0x1b0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapdi2.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapdi2.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapdi2.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapdi2.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapdi2.o) - .text 0x00000000 0x394 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_divdi3.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_divdi3.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_divdi3.o) - .debug_info 0x00000000 0x7a8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_divdi3.o) - .debug_abbrev 0x00000000 0x1bf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_divdi3.o) - .debug_loclists - 0x00000000 0x556 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_divdi3.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_divdi3.o) - .debug_rnglists - 0x00000000 0x8e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_divdi3.o) - .debug_line 0x00000000 0xa2e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_divdi3.o) - .debug_str 0x00000000 0x258 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_divdi3.o) - .debug_line_str - 0x00000000 0x1b0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_divdi3.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_divdi3.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_divdi3.o) - .eh_frame 0x00000000 0x28 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_divdi3.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_divdi3.o) - .text 0x00000000 0x362 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_moddi3.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_moddi3.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_moddi3.o) - .debug_info 0x00000000 0x7f1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_moddi3.o) - .debug_abbrev 0x00000000 0x1ca C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_moddi3.o) - .debug_loclists - 0x00000000 0x479 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_moddi3.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_moddi3.o) - .debug_rnglists - 0x00000000 0x70 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_moddi3.o) - .debug_line 0x00000000 0xa36 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_moddi3.o) - .debug_str 0x00000000 0x258 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_moddi3.o) - .debug_line_str - 0x00000000 0x1b0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_moddi3.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_moddi3.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_moddi3.o) - .eh_frame 0x00000000 0x28 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_moddi3.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_moddi3.o) - .text 0x00000000 0x35a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .debug_info 0x00000000 0x776 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .debug_abbrev 0x00000000 0x1a6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .debug_loclists - 0x00000000 0x6ad C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .debug_rnglists - 0x00000000 0x8f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .debug_line 0x00000000 0x97b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .debug_str 0x00000000 0x259 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .debug_line_str - 0x00000000 0x1b0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .eh_frame 0x00000000 0x28 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .text 0x00000000 0x322 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_umoddi3.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_umoddi3.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_umoddi3.o) - .debug_info 0x00000000 0x7c3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_umoddi3.o) - .debug_abbrev 0x00000000 0x1aa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_umoddi3.o) - .debug_loclists - 0x00000000 0x520 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_umoddi3.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_umoddi3.o) - .debug_rnglists - 0x00000000 0x56 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_umoddi3.o) - .debug_line 0x00000000 0x98d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_umoddi3.o) - .debug_str 0x00000000 0x259 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_umoddi3.o) - .debug_line_str - 0x00000000 0x1b0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_umoddi3.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_umoddi3.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_umoddi3.o) - .eh_frame 0x00000000 0x28 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_umoddi3.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_umoddi3.o) - .text 0x00000000 0x5e0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(adddf3.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(adddf3.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(adddf3.o) - .debug_info 0x00000000 0x4f6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(adddf3.o) - .debug_abbrev 0x00000000 0x186 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(adddf3.o) - .debug_loclists - 0x00000000 0xa83 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(adddf3.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(adddf3.o) - .debug_rnglists - 0x00000000 0xf2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(adddf3.o) - .debug_line 0x00000000 0x1377 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(adddf3.o) - .debug_str 0x00000000 0x293 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(adddf3.o) - .debug_line_str - 0x00000000 0x1bc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(adddf3.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(adddf3.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(adddf3.o) - .debug_frame 0x00000000 0x4c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(adddf3.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(adddf3.o) - .text 0x00000000 0x458 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(muldf3.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(muldf3.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(muldf3.o) - .debug_info 0x00000000 0x6ac C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(muldf3.o) - .debug_abbrev 0x00000000 0x185 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(muldf3.o) - .debug_loclists - 0x00000000 0x7b4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(muldf3.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(muldf3.o) - .debug_rnglists - 0x00000000 0x148 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(muldf3.o) - .debug_line 0x00000000 0xf02 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(muldf3.o) - .debug_str 0x00000000 0x3ad C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(muldf3.o) - .debug_line_str - 0x00000000 0x1c6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(muldf3.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(muldf3.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(muldf3.o) - .debug_frame 0x00000000 0x5c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(muldf3.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(muldf3.o) - .text 0x00000000 0x5f6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subdf3.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subdf3.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subdf3.o) - .debug_info 0x00000000 0x4f2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subdf3.o) - .debug_abbrev 0x00000000 0x186 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subdf3.o) - .debug_loclists - 0x00000000 0xafa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subdf3.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subdf3.o) - .debug_rnglists - 0x00000000 0xf0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subdf3.o) - .debug_line 0x00000000 0x1384 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subdf3.o) - .debug_str 0x00000000 0x293 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subdf3.o) - .debug_line_str - 0x00000000 0x1bc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subdf3.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subdf3.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subdf3.o) - .debug_frame 0x00000000 0x4c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subdf3.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subdf3.o) - .text 0x00000000 0x64 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(fixdfsi.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(fixdfsi.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(fixdfsi.o) - .debug_info 0x00000000 0x1c2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(fixdfsi.o) - .debug_abbrev 0x00000000 0x15f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(fixdfsi.o) - .debug_loclists - 0x00000000 0xaa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(fixdfsi.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(fixdfsi.o) - .debug_rnglists - 0x00000000 0x13 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(fixdfsi.o) - .debug_line 0x00000000 0x1df C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(fixdfsi.o) - .debug_str 0x00000000 0x1a0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(fixdfsi.o) - .debug_line_str - 0x00000000 0x1c9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(fixdfsi.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(fixdfsi.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(fixdfsi.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(fixdfsi.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(fixdfsi.o) - .text 0x00000000 0x74 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsidf.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsidf.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsidf.o) - .debug_info 0x00000000 0x268 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsidf.o) - .debug_abbrev 0x00000000 0x164 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsidf.o) - .debug_loclists - 0x00000000 0x95 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsidf.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsidf.o) - .debug_rnglists - 0x00000000 0x2b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsidf.o) - .debug_line 0x00000000 0x225 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsidf.o) - .debug_str 0x00000000 0x23d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsidf.o) - .debug_line_str - 0x00000000 0x1cf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsidf.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsidf.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsidf.o) - .debug_frame 0x00000000 0x40 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsidf.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsidf.o) - .text 0x00000000 0x31c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(addsf3.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(addsf3.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(addsf3.o) - .debug_info 0x00000000 0x2e8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(addsf3.o) - .debug_abbrev 0x00000000 0x17d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(addsf3.o) - .debug_loclists - 0x00000000 0x819 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(addsf3.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(addsf3.o) - .debug_rnglists - 0x00000000 0xcc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(addsf3.o) - .debug_line 0x00000000 0xd4c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(addsf3.o) - .debug_str 0x00000000 0x256 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(addsf3.o) - .debug_line_str - 0x00000000 0x1bc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(addsf3.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(addsf3.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(addsf3.o) - .debug_frame 0x00000000 0x40 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(addsf3.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(addsf3.o) - .text 0x00000000 0x248 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divsf3.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divsf3.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divsf3.o) - .rodata 0x00000000 0x3c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divsf3.o) - .debug_info 0x00000000 0x360 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divsf3.o) - .debug_abbrev 0x00000000 0x14c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divsf3.o) - .debug_loclists - 0x00000000 0x3b8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divsf3.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divsf3.o) - .debug_rnglists - 0x00000000 0x66 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divsf3.o) - .debug_line 0x00000000 0x8cd C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divsf3.o) - .debug_str 0x00000000 0x2c0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divsf3.o) - .debug_line_str - 0x00000000 0x1bc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divsf3.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divsf3.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divsf3.o) - .debug_frame 0x00000000 0x4c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divsf3.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divsf3.o) - .text 0x00000000 0x54 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqsf2.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqsf2.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqsf2.o) - .debug_info 0x00000000 0x1fb C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqsf2.o) - .debug_abbrev 0x00000000 0x12d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqsf2.o) - .debug_loclists - 0x00000000 0x2c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqsf2.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqsf2.o) - .debug_rnglists - 0x00000000 0x1d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqsf2.o) - .debug_line 0x00000000 0x22f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqsf2.o) - .debug_str 0x00000000 0x189 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqsf2.o) - .debug_line_str - 0x00000000 0x1c9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqsf2.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqsf2.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqsf2.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqsf2.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqsf2.o) - .text 0x00000000 0x78 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gesf2.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gesf2.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gesf2.o) - .debug_info 0x00000000 0x1fe C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gesf2.o) - .debug_abbrev 0x00000000 0x162 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gesf2.o) - .debug_loclists - 0x00000000 0x97 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gesf2.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gesf2.o) - .debug_rnglists - 0x00000000 0x1a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gesf2.o) - .debug_line 0x00000000 0x2cb C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gesf2.o) - .debug_str 0x00000000 0x1ad C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gesf2.o) - .debug_line_str - 0x00000000 0x1c9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gesf2.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gesf2.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gesf2.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gesf2.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gesf2.o) - .text 0x00000000 0x78 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(lesf2.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(lesf2.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(lesf2.o) - .debug_info 0x00000000 0x1fe C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(lesf2.o) - .debug_abbrev 0x00000000 0x162 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(lesf2.o) - .debug_loclists - 0x00000000 0x97 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(lesf2.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(lesf2.o) - .debug_rnglists - 0x00000000 0x1a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(lesf2.o) - .debug_line 0x00000000 0x2cb C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(lesf2.o) - .debug_str 0x00000000 0x1ad C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(lesf2.o) - .debug_line_str - 0x00000000 0x1c9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(lesf2.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(lesf2.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(lesf2.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(lesf2.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(lesf2.o) - .text 0x00000000 0x244 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(mulsf3.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(mulsf3.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(mulsf3.o) - .debug_info 0x00000000 0x350 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(mulsf3.o) - .debug_abbrev 0x00000000 0x15b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(mulsf3.o) - .debug_loclists - 0x00000000 0x32d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(mulsf3.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(mulsf3.o) - .debug_rnglists - 0x00000000 0x61 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(mulsf3.o) - .debug_line 0x00000000 0x810 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(mulsf3.o) - .debug_str 0x00000000 0x27b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(mulsf3.o) - .debug_line_str - 0x00000000 0x1c6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(mulsf3.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(mulsf3.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(mulsf3.o) - .debug_frame 0x00000000 0x4c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(mulsf3.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(mulsf3.o) - .text 0x00000000 0x32a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subsf3.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subsf3.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subsf3.o) - .debug_info 0x00000000 0x2e8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subsf3.o) - .debug_abbrev 0x00000000 0x17d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subsf3.o) - .debug_loclists - 0x00000000 0x7ac C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subsf3.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subsf3.o) - .debug_rnglists - 0x00000000 0xc9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subsf3.o) - .debug_line 0x00000000 0xd87 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subsf3.o) - .debug_str 0x00000000 0x256 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subsf3.o) - .debug_line_str - 0x00000000 0x1bc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subsf3.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subsf3.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subsf3.o) - .debug_frame 0x00000000 0x40 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subsf3.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subsf3.o) - .text 0x00000000 0xc0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsisf.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsisf.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsisf.o) - .debug_info 0x00000000 0x213 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsisf.o) - .debug_abbrev 0x00000000 0x16d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsisf.o) - .debug_loclists - 0x00000000 0x187 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsisf.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsisf.o) - .debug_rnglists - 0x00000000 0x45 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsisf.o) - .debug_line 0x00000000 0x37a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsisf.o) - .debug_str 0x00000000 0x21e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsisf.o) - .debug_line_str - 0x00000000 0x1cf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsisf.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsisf.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsisf.o) - .debug_frame 0x00000000 0x38 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsisf.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsisf.o) - .text 0x00000000 0xa4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsisf.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsisf.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsisf.o) - .debug_info 0x00000000 0x20a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsisf.o) - .debug_abbrev 0x00000000 0x186 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsisf.o) - .debug_loclists - 0x00000000 0x143 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsisf.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsisf.o) - .debug_rnglists - 0x00000000 0x35 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsisf.o) - .debug_line 0x00000000 0x34c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsisf.o) - .debug_str 0x00000000 0x219 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsisf.o) - .debug_line_str - 0x00000000 0x1d5 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsisf.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsisf.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsisf.o) - .debug_frame 0x00000000 0x34 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsisf.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsisf.o) - .text 0x00000000 0x100 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatundisf.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatundisf.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatundisf.o) - .debug_info 0x00000000 0x23d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatundisf.o) - .debug_abbrev 0x00000000 0x175 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatundisf.o) - .debug_loclists - 0x00000000 0x1a7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatundisf.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatundisf.o) - .debug_rnglists - 0x00000000 0x43 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatundisf.o) - .debug_line 0x00000000 0x41a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatundisf.o) - .debug_str 0x00000000 0x22d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatundisf.o) - .debug_line_str - 0x00000000 0x1d5 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatundisf.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatundisf.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatundisf.o) - .debug_frame 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatundisf.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatundisf.o) - .text 0x00000000 0xa4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(extendsfdf2.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(extendsfdf2.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(extendsfdf2.o) - .debug_info 0x00000000 0x254 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(extendsfdf2.o) - .debug_abbrev 0x00000000 0x15b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(extendsfdf2.o) - .debug_loclists - 0x00000000 0x121 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(extendsfdf2.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(extendsfdf2.o) - .debug_rnglists - 0x00000000 0x1d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(extendsfdf2.o) - .debug_line 0x00000000 0x3a3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(extendsfdf2.o) - .debug_str 0x00000000 0x1c9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(extendsfdf2.o) - .debug_line_str - 0x00000000 0x1d4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(extendsfdf2.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(extendsfdf2.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(extendsfdf2.o) - .debug_frame 0x00000000 0x40 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(extendsfdf2.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(extendsfdf2.o) - .text 0x00000000 0xf2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(truncdfsf2.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(truncdfsf2.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(truncdfsf2.o) - .debug_info 0x00000000 0x287 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(truncdfsf2.o) - .debug_abbrev 0x00000000 0x13c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(truncdfsf2.o) - .debug_loclists - 0x00000000 0x23c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(truncdfsf2.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(truncdfsf2.o) - .debug_rnglists - 0x00000000 0x26 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(truncdfsf2.o) - .debug_line 0x00000000 0x4c3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(truncdfsf2.o) - .debug_str 0x00000000 0x21f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(truncdfsf2.o) - .debug_line_str - 0x00000000 0x1d1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(truncdfsf2.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(truncdfsf2.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(truncdfsf2.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(truncdfsf2.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(truncdfsf2.o) - .text 0x00000000 0x28 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .debug_info 0x00000000 0x1b6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .debug_abbrev 0x00000000 0x10c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .debug_loclists - 0x00000000 0x6b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .debug_line 0x00000000 0x107 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .debug_str 0x00000000 0x1e3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .debug_line_str - 0x00000000 0x1b0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .text 0x00000000 0x28 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .debug_info 0x00000000 0x1b6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .debug_abbrev 0x00000000 0x10c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .debug_loclists - 0x00000000 0x6b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .debug_line 0x00000000 0x107 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .debug_str 0x00000000 0x1e3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .debug_line_str - 0x00000000 0x1b0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .text 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .data 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .bss 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .text._Z12abort_returnIPPvET_v - 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .text._Z12abort_returnIPvET_v - 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .text._Z12abort_returnIP11frame_stateET_v - 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .text.abort_expect_void - 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .text.abort_expect_void_and_return - 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .text.forward_abort_uw_ctx - 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .text.__wrap___register_frame_info_bases - 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .text.__wrap___register_frame_info - 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .text.__wrap___register_frame_info_table_bases - 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .text.__wrap___register_frame_info_table - 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .text.__wrap__Unwind_Find_FDE - 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .text.__wrap__Unwind_GetGR - 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .text.__wrap__Unwind_GetCFA - 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .text.__wrap__Unwind_SetIP - 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .text.__wrap__Unwind_SetGR - 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .text.__wrap__Unwind_GetIPInfo - 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .text._Z17__frame_state_forPvP11frame_state - 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .text.__wrap__Unwind_Resume - 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .text.__wrap__Unwind_RaiseException - 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .text.__wrap__Unwind_ForcedUnwind - 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .text.__wrap__Unwind_Backtrace - 0x00000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - .text.RFChannelSel - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - .text.phy_rx_rifs_en - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - .text.phy_current_level_set - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - .text.phy_bt_power_track - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - .text.tx_pwctrl_background - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - .text.phy_set_11b_param - 0x00000000 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - .text.phy_eco_version_sel - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - .text.phy_force_rx_gain - 0x00000000 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - .text.phy_get_rx_gain - 0x00000000 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - .text.phy_rx_band_set - 0x00000000 0x9a C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - .text.phy_get_cca_cnt - 0x00000000 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - .text.phy_param_set - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - .text.phy_get_rfdata_num - 0x00000000 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - .text.phy_version_print - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - .text.phy_reg_check - 0x00000000 0x258 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - .text.phy_i2c_check - 0x00000000 0x24c C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - .text.get_dc_value - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - .text.phy_tx_gain_print - 0x00000000 0x160 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - .text.phy_cal_print - 0x00000000 0x666 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - .text.pbus_print - 0x00000000 0x124 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - .text.mac_debug - 0x00000000 0xe4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - .text.pll_cap_print - 0x00000000 0x66 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - .rodata.mac_debug.str1.4 - 0x00000000 0x9f C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - .rodata.pbus_print.str1.4 - 0x00000000 0x49 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - .rodata.phy_cal_print.str1.4 - 0x00000000 0x21a C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - .rodata.phy_i2c_check.str1.4 - 0x00000000 0x104 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - .rodata.phy_reg_check.str1.4 - 0x00000000 0xf0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - .rodata.phy_tx_gain_print.str1.4 - 0x00000000 0x9a C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - .rodata.phy_version_print.str1.4 - 0x00000000 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - .rodata.pll_cap_print.str1.4 - 0x00000000 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - .text.phy_chan_pwr_backoff - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - .text.phy_get_most_tpw - 0x00000000 0xac C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - .text.get_max_power - 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - .text.esp_tx_state_out - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - .text.phy_get_adc_rand - 0x00000000 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - .text.phy_internal_delay - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - .text.phy_ftm_comp - 0x00000000 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - .text.phy_chan_dump_cfg - 0x00000000 0x5c C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - .text.phy_chan_filt_set - 0x00000000 0x6a C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - .text.phy_rx11blr_cfg - 0x00000000 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - .text.phy_set_rate - 0x00000000 0x178 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - .text.phy_set_rate_xiaomi - 0x00000000 0x1f0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - .text.phy_set_wifi_mode_only - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - .text.phy_txpwr_backoff - 0x00000000 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - .text.phy_get_tx_rate - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - .text.phy_dig_ldo_cal - 0x00000000 0x15e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - .text.phy_txtone_start - 0x00000000 0xce C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - .text.phy_txtone_stop - 0x00000000 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - .rodata.phy_dig_ldo_cal.str1.4 - 0x00000000 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - .text.write_freq_mem_all - 0x00000000 0x8a C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - .text.get_rf_freq_cap - 0x00000000 0x86 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - .text.phy_get_mac_addr - 0x00000000 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - .text.get_chip_version - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pbus.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pbus.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pbus.o) - .text.rom_pbus_xpd_tx_on - 0x00000000 0x9e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pbus.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) - .text.phy_set_pwdet_power - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) - .text.meas_tone_pwr_db - 0x00000000 0x5c C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - .text.start_tx_tone - 0x00000000 0x62 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - .text.ram_check_noise_floor - 0x00000000 0x9e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - .text.phy_rx_sense_set - 0x00000000 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - .text.tx_state_set - 0x00000000 0x4c C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - .text.phy_close_pa - 0x00000000 0x5e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - .text.wifi_rifs_mode_en - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - .text.phy_get_fetx_delay - 0x00000000 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - .text.rom_phy_xpd_tsens - 0x00000000 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - .text.phy_fft_scale_force - 0x00000000 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - .text.ram_pll_vol_cal - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - .text.phy_set_freq - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - .text.get_pll_ref_code - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rom.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rom.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rom.o) - .text.rom_phy_param_addr - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rom.o) - .text.chip726_phyrom_version_num - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rom.o) - .bss.phy_param_rom - 0x00000000 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rom.o) - .comment 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rom.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_gain.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_gain.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_gain.o) - .text.rx_blocking_set - 0x00000000 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_gain.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - .text.pa_i2c_track - 0x00000000 0x86 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - .text.rom_bt_track_tx_power - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - .text.rom_wifi_track_tx_power - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - .text.phy_param_track - 0x00000000 0x4c C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - .text.ram1_bt_track_pll_cap - 0x00000000 0x76 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - .text.bt_track_pll_cap - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - .text.pocket_sar_power - 0x00000000 0x7e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - .text.ram_tx_pwctrl_background - 0x00000000 0x8a C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) - .text.phy_set_tsens_power - 0x00000000 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) - .text.tsens_dac_to_index - 0x00000000 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) - .text.tsens_dac_cal1 - 0x00000000 0x78 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) - .text.rom_tsens_code_read - 0x00000000 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) - .text.tsens_temp_read1 - 0x00000000 0x7a C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) - .text.phy_get_tsens_value - 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - .text.tx_ict_stg0_cal - 0x00000000 0xde C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - .text.rom_txbbgain_to_index - 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - .text.rom_index_to_txbbgain - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - .text.rom_set_tx_gain_mem - 0x00000000 0x106 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - .text.phy_get_txpwr_param - 0x00000000 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - .text.target_power_backoff - 0x00000000 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - .rodata.CSWTCH.37 - 0x00000000 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_analog_cal.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_analog_cal.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_analog_cal.o) - .text.phy_analog_delay_cal - 0x00000000 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_analog_cal.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_basic.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_basic.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_basic.o) - .text.chan14_mic_enable - 0x00000000 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_basic.o) - .text.set_adc_rand - 0x00000000 0xd4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_basic.o) - .rodata 0x00000000 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_basic.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_i2c.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_i2c.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_i2c.o) - .text.rom_i2c_sar2_init_code - 0x00000000 0x46 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_i2c.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - .text.rfrx_sat_rst - 0x00000000 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - .text.get_rfrx_sat - 0x00000000 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - .text.rfrx_sat_check - 0x00000000 0x456 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - .text.rom_noise_check_loop - 0x00000000 0x182 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - .rodata.rfrx_sat_check.str1.4 - 0x00000000 0x49 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - .rodata.rom_noise_check_loop.str1.4 - 0x00000000 0x3b C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - .text 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .data 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.bt_bb_filter_sel - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.bt_bb_v2_recorrect - 0x00000000 0x9e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.bt_bb_corr_set - 0x00000000 0x90 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.bt_bb_dpo_set - 0x00000000 0x66 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.bt_bb_restart_set - 0x00000000 0x11c C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.bt_bb_target_set - 0x00000000 0x16c C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.bt_bb_detect_set - 0x00000000 0x7c C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.bt_bb_gain_set - 0x00000000 0x150 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.bt_bb_v2_rx_rssi_thresh - 0x00000000 0x68 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.bt_bb_v2_rx_set - 0x00000000 0xdc C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.bt_bb_v2_tx_set - 0x00000000 0x5e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.bt_bb_v2_version - 0x00000000 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.bt_bb_tx_cca_set - 0x00000000 0x14e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.bt_bb_v2_init_cmplx - 0x00000000 0x80 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.coex_pti_v2 - 0x00000000 0xcc C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.coex_pti_print - 0x00000000 0x8a C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.force_coex_timer0_wifi_v2 - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.force_coex_timer0_wifi_pti_v2 - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.force_coex_timer1_bt_v2 - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.force_coex_timer1_bt_pti_v2 - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.force_coex_timer11_bt_v2 - 0x00000000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.force_coex_timer11_bt_pti_v2 - 0x00000000 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.bt_get_channel_pwr_set - 0x00000000 0x7e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.bt_get_channel_pwr - 0x00000000 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.bt_get_channel_pwr_unset - 0x00000000 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text.bt_set_chn - 0x00000000 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .rodata.bt_bb_v2_version.str1.4 - 0x00000000 0x3d C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .rodata.coex_pti_print.str1.4 - 0x00000000 0x69 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .comment 0x00000000 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - .text 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) - .data 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) - .rodata.rtc_printf.str1.4 - 0x00000000 0x4 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) - .text.rtc_printf - 0x00000000 0x2e esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) - .text 0x00000000 0x18 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-atoi.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-atoi.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-atoi.o) - .debug_info 0x00000000 0x904 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-atoi.o) - .debug_abbrev 0x00000000 0x1da C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-atoi.o) - .debug_loclists - 0x00000000 0x48 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-atoi.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-atoi.o) - .debug_line 0x00000000 0x9c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-atoi.o) - .debug_str 0x00000000 0x4e7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-atoi.o) - .debug_line_str - 0x00000000 0x2d3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-atoi.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-atoi.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-atoi.o) - .debug_frame 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-atoi.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-atoi.o) - .text 0x00000000 0x10 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-div.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-div.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-div.o) - .debug_info 0x00000000 0xec C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-div.o) - .debug_abbrev 0x00000000 0xb6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-div.o) - .debug_loclists - 0x00000000 0x2b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-div.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-div.o) - .debug_line 0x00000000 0x8b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-div.o) - .debug_str 0x00000000 0x115 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-div.o) - .debug_line_str - 0x00000000 0x1fd C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-div.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-div.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-div.o) - .debug_frame 0x00000000 0x28 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-div.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-div.o) - .text 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-environ.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-environ.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-environ.o) - .text 0x00000000 0x54 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-itoa.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-itoa.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-itoa.o) - .debug_info 0x00000000 0x183 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-itoa.o) - .debug_abbrev 0x00000000 0xee C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-itoa.o) - .debug_loclists - 0x00000000 0xea C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-itoa.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-itoa.o) - .debug_line 0x00000000 0x14c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-itoa.o) - .debug_str 0x00000000 0x129 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-itoa.o) - .debug_line_str - 0x00000000 0x200 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-itoa.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-itoa.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-itoa.o) - .debug_frame 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-itoa.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-itoa.o) - .text 0x00000000 0x132 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rand.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rand.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rand.o) - .rodata.str1.4 - 0x00000000 0x6d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rand.o) - .debug_info 0x00000000 0x9a6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rand.o) - .debug_abbrev 0x00000000 0x23d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rand.o) - .debug_loclists - 0x00000000 0x3f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rand.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rand.o) - .debug_line 0x00000000 0x268 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rand.o) - .debug_str 0x00000000 0x506 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rand.o) - .debug_line_str - 0x00000000 0x2dc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rand.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rand.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rand.o) - .debug_frame 0x00000000 0x54 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rand.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rand.o) - .text 0x00000000 0x198 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtol.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtol.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtol.o) - .debug_info 0x00000000 0xe5f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtol.o) - .debug_abbrev 0x00000000 0x2f4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtol.o) - .debug_loclists - 0x00000000 0x334 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtol.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtol.o) - .debug_rnglists - 0x00000000 0x18 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtol.o) - .debug_line 0x00000000 0x5d0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtol.o) - .debug_str 0x00000000 0x765 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtol.o) - .debug_line_str - 0x00000000 0x368 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtol.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtol.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtol.o) - .debug_frame 0x00000000 0x8c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtol.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtol.o) - .text 0x00000000 0x164 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoul.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoul.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoul.o) - .debug_info 0x00000000 0xddf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoul.o) - .debug_abbrev 0x00000000 0x2be C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoul.o) - .debug_loclists - 0x00000000 0x24a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoul.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoul.o) - .debug_line 0x00000000 0x564 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoul.o) - .debug_str 0x00000000 0x761 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoul.o) - .debug_line_str - 0x00000000 0x363 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoul.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoul.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoul.o) - .debug_frame 0x00000000 0x78 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoul.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoul.o) - .text 0x00000000 0xa0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-utoa.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-utoa.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-utoa.o) - .rodata.str1.4 - 0x00000000 0x25 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-utoa.o) - .debug_info 0x00000000 0x1c1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-utoa.o) - .debug_abbrev 0x00000000 0xf3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-utoa.o) - .debug_loclists - 0x00000000 0x12b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-utoa.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-utoa.o) - .debug_line 0x00000000 0x1e1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-utoa.o) - .debug_str 0x00000000 0x144 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-utoa.o) - .debug_line_str - 0x00000000 0x20b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-utoa.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-utoa.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-utoa.o) - .debug_frame 0x00000000 0x4c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-utoa.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-utoa.o) - .text 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ctype_.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ctype_.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ctype_.o) - .text 0x00000000 0x396 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-qsort.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-qsort.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-qsort.o) - .debug_info 0x00000000 0x759 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-qsort.o) - .debug_abbrev 0x00000000 0x251 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-qsort.o) - .debug_loclists - 0x00000000 0x513 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-qsort.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-qsort.o) - .debug_rnglists - 0x00000000 0x1a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-qsort.o) - .debug_line 0x00000000 0x8ad C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-qsort.o) - .debug_str 0x00000000 0x16d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-qsort.o) - .debug_line_str - 0x00000000 0x26e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-qsort.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-qsort.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-qsort.o) - .debug_frame 0x00000000 0xa0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-qsort.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-qsort.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) - .text 0x00000000 0x66 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ferror.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ferror.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ferror.o) - .debug_info 0x00000000 0x8d4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ferror.o) - .debug_abbrev 0x00000000 0x1d7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ferror.o) - .debug_loclists - 0x00000000 0x36 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ferror.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ferror.o) - .debug_rnglists - 0x00000000 0x13 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ferror.o) - .debug_line 0x00000000 0x148 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ferror.o) - .debug_str 0x00000000 0x543 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ferror.o) - .debug_line_str - 0x00000000 0x2de C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ferror.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ferror.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ferror.o) - .debug_frame 0x00000000 0x34 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ferror.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ferror.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) - .text 0x00000000 0x14a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fgets.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fgets.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fgets.o) - .debug_info 0x00000000 0xa9b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fgets.o) - .debug_abbrev 0x00000000 0x252 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fgets.o) - .debug_loclists - 0x00000000 0x1af C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fgets.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fgets.o) - .debug_line 0x00000000 0x394 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fgets.o) - .debug_str 0x00000000 0x565 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fgets.o) - .debug_line_str - 0x00000000 0x2e4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fgets.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fgets.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fgets.o) - .debug_frame 0x00000000 0x7c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fgets.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fgets.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - .text 0x00000000 0x5c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fprintf.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fprintf.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fprintf.o) - .debug_info 0x00000000 0x97e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fprintf.o) - .debug_abbrev 0x00000000 0x213 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fprintf.o) - .debug_loclists - 0x00000000 0x7a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fprintf.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fprintf.o) - .debug_line 0x00000000 0x14d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fprintf.o) - .debug_str 0x00000000 0x521 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fprintf.o) - .debug_line_str - 0x00000000 0x2e2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fprintf.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fprintf.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fprintf.o) - .debug_frame 0x00000000 0x50 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fprintf.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fprintf.o) - .text 0x00000000 0x94 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputc.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputc.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputc.o) - .debug_info 0x00000000 0x98a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputc.o) - .debug_abbrev 0x00000000 0x246 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputc.o) - .debug_loclists - 0x00000000 0xb7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputc.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputc.o) - .debug_rnglists - 0x00000000 0x13 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputc.o) - .debug_line 0x00000000 0x19a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputc.o) - .debug_str 0x00000000 0x558 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputc.o) - .debug_line_str - 0x00000000 0x2db C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputc.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputc.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputc.o) - .debug_frame 0x00000000 0x58 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputc.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputc.o) - .text 0x00000000 0xac C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputs.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputs.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputs.o) - .debug_info 0x00000000 0xa5c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputs.o) - .debug_abbrev 0x00000000 0x253 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputs.o) - .debug_loclists - 0x00000000 0xb6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputs.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputs.o) - .debug_line 0x00000000 0x212 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputs.o) - .debug_str 0x00000000 0x5a2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputs.o) - .debug_line_str - 0x00000000 0x2ee C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputs.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputs.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputs.o) - .debug_frame 0x00000000 0x5c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputs.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputs.o) - .text 0x00000000 0x13a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fread.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fread.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fread.o) - .debug_info 0x00000000 0xa7e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fread.o) - .debug_abbrev 0x00000000 0x29a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fread.o) - .debug_loclists - 0x00000000 0x19a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fread.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fread.o) - .debug_line 0x00000000 0x2fa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fread.o) - .debug_str 0x00000000 0x575 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fread.o) - .debug_line_str - 0x00000000 0x2e4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fread.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fread.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fread.o) - .debug_frame 0x00000000 0x7c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fread.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fread.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseek.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseek.o) - .text 0x00000000 0x24 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftell.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftell.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftell.o) - .debug_info 0x00000000 0x939 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftell.o) - .debug_abbrev 0x00000000 0x242 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftell.o) - .debug_loclists - 0x00000000 0x5e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftell.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftell.o) - .debug_rnglists - 0x00000000 0x13 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftell.o) - .debug_line 0x00000000 0xd9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftell.o) - .debug_str 0x00000000 0x4f2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftell.o) - .debug_line_str - 0x00000000 0x2d3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftell.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftell.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftell.o) - .debug_frame 0x00000000 0x3c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftell.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftell.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fvwrite.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fvwrite.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwalk.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwalk.o) - .text 0x00000000 0xe2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwrite.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwrite.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwrite.o) - .debug_info 0x00000000 0xa86 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwrite.o) - .debug_abbrev 0x00000000 0x274 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwrite.o) - .debug_loclists - 0x00000000 0x1be C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwrite.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwrite.o) - .debug_rnglists - 0x00000000 0x13 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwrite.o) - .debug_line 0x00000000 0x265 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwrite.o) - .debug_str 0x00000000 0x5a1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwrite.o) - .debug_line_str - 0x00000000 0x2e8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwrite.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwrite.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwrite.o) - .debug_frame 0x00000000 0x70 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwrite.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwrite.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-printf.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-printf.o) - .text 0x00000000 0xc0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putc.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putc.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putc.o) - .debug_info 0x00000000 0x9e6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putc.o) - .debug_abbrev 0x00000000 0x27a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putc.o) - .debug_loclists - 0x00000000 0x129 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putc.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putc.o) - .debug_rnglists - 0x00000000 0x1c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putc.o) - .debug_line 0x00000000 0x1f0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putc.o) - .debug_str 0x00000000 0x562 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putc.o) - .debug_line_str - 0x00000000 0x2d8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putc.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putc.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putc.o) - .debug_frame 0x00000000 0x5c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putc.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putc.o) - .text 0x00000000 0x28 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putchar.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putchar.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putchar.o) - .debug_info 0x00000000 0x8f3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putchar.o) - .debug_abbrev 0x00000000 0x200 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putchar.o) - .debug_loclists - 0x00000000 0x4c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putchar.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putchar.o) - .debug_line 0x00000000 0xed C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putchar.o) - .debug_str 0x00000000 0x4fa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putchar.o) - .debug_line_str - 0x00000000 0x2d9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putchar.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putchar.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putchar.o) - .debug_frame 0x00000000 0x3c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putchar.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putchar.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-puts.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-puts.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) - .text 0x00000000 0x38 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-remove.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-remove.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-remove.o) - .debug_info 0x00000000 0x8d1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-remove.o) - .debug_abbrev 0x00000000 0x209 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-remove.o) - .debug_loclists - 0x00000000 0x46 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-remove.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-remove.o) - .debug_line 0x00000000 0xef C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-remove.o) - .debug_str 0x00000000 0x4f8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-remove.o) - .debug_line_str - 0x00000000 0x2de C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-remove.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-remove.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-remove.o) - .debug_frame 0x00000000 0x48 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-remove.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-remove.o) - .text 0x00000000 0x24 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rename.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rename.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rename.o) - .debug_info 0x00000000 0x894 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rename.o) - .debug_abbrev 0x00000000 0x1d2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rename.o) - .debug_loclists - 0x00000000 0x3c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rename.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rename.o) - .debug_line 0x00000000 0xc2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rename.o) - .debug_str 0x00000000 0x4e5 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rename.o) - .debug_line_str - 0x00000000 0x2d6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rename.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rename.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rename.o) - .debug_frame 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rename.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rename.o) - .text 0x00000000 0x12 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setbuf.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setbuf.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setbuf.o) - .debug_info 0x00000000 0x8c1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setbuf.o) - .debug_abbrev 0x00000000 0x1b9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setbuf.o) - .debug_loclists - 0x00000000 0x34 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setbuf.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setbuf.o) - .debug_line 0x00000000 0x8d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setbuf.o) - .debug_str 0x00000000 0x4e4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setbuf.o) - .debug_line_str - 0x00000000 0x2d6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setbuf.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setbuf.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setbuf.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setbuf.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setbuf.o) - .text 0x00000000 0x1da C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setvbuf.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setvbuf.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setvbuf.o) - .debug_info 0x00000000 0xa71 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setvbuf.o) - .debug_abbrev 0x00000000 0x27c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setvbuf.o) - .debug_loclists - 0x00000000 0x105 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setvbuf.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setvbuf.o) - .debug_line 0x00000000 0x484 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setvbuf.o) - .debug_str 0x00000000 0x589 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setvbuf.o) - .debug_line_str - 0x00000000 0x2ea C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setvbuf.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setvbuf.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setvbuf.o) - .debug_frame 0x00000000 0x48 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setvbuf.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setvbuf.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-snprintf.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-snprintf.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sprintf.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sprintf.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-stdio.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-stdio.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vprintf.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vprintf.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vsnprintf.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vsnprintf.o) - .text 0x00000000 0xd2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wbuf.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wbuf.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wbuf.o) - .debug_info 0x00000000 0x992 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wbuf.o) - .debug_abbrev 0x00000000 0x25a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wbuf.o) - .debug_loclists - 0x00000000 0xe8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wbuf.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wbuf.o) - .debug_rnglists - 0x00000000 0x13 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wbuf.o) - .debug_line 0x00000000 0x256 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wbuf.o) - .debug_str 0x00000000 0x519 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wbuf.o) - .debug_line_str - 0x00000000 0x2e2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wbuf.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wbuf.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wbuf.o) - .debug_frame 0x00000000 0x60 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wbuf.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wbuf.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wsetup.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wsetup.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-asprintf.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-asprintf.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - .text 0x00000000 0x102 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftello.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftello.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftello.o) - .debug_info 0x00000000 0x941 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftello.o) - .debug_abbrev 0x00000000 0x22a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftello.o) - .debug_loclists - 0x00000000 0x113 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftello.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftello.o) - .debug_rnglists - 0x00000000 0x13 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftello.o) - .debug_line 0x00000000 0x2f4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftello.o) - .debug_str 0x00000000 0x546 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftello.o) - .debug_line_str - 0x00000000 0x2de C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftello.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftello.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftello.o) - .debug_frame 0x00000000 0x54 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftello.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftello.o) - .text 0x00000000 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-bzero.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-bzero.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-bzero.o) - .debug_info 0x00000000 0x103 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-bzero.o) - .debug_abbrev 0x00000000 0xae C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-bzero.o) - .debug_loclists - 0x00000000 0x39 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-bzero.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-bzero.o) - .debug_line 0x00000000 0x7c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-bzero.o) - .debug_str 0x00000000 0x11f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-bzero.o) - .debug_line_str - 0x00000000 0x278 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-bzero.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-bzero.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-bzero.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-bzero.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-bzero.o) - .text 0x00000000 0x1a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memchr.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memchr.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memchr.o) - .debug_info 0x00000000 0xfc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memchr.o) - .debug_abbrev 0x00000000 0xb8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memchr.o) - .debug_loclists - 0x00000000 0x5c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memchr.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memchr.o) - .debug_line 0x00000000 0xba C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memchr.o) - .debug_str 0x00000000 0x122 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memchr.o) - .debug_line_str - 0x00000000 0x271 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memchr.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memchr.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memchr.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memchr.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memchr.o) - .text 0x00000000 0x48 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .debug_info 0x00000000 0x10f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .debug_abbrev 0x00000000 0x8a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .debug_loclists - 0x00000000 0x130 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .debug_line 0x00000000 0x157 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .debug_str 0x00000000 0x112 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .debug_line_str - 0x00000000 0x271 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .text 0x00000000 0x4c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasecmp.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasecmp.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasecmp.o) - .debug_info 0x00000000 0x13e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasecmp.o) - .debug_abbrev 0x00000000 0xc6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasecmp.o) - .debug_loclists - 0x00000000 0x4c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasecmp.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasecmp.o) - .debug_rnglists - 0x00000000 0x1a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasecmp.o) - .debug_line 0x00000000 0xf7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasecmp.o) - .debug_str 0x00000000 0x117 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasecmp.o) - .debug_line_str - 0x00000000 0x21b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasecmp.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasecmp.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasecmp.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasecmp.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasecmp.o) - .text 0x00000000 0x1c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcat.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcat.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcat.o) - .debug_info 0x00000000 0xd3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcat.o) - .debug_abbrev 0x00000000 0x80 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcat.o) - .debug_loclists - 0x00000000 0x27 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcat.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcat.o) - .debug_line 0x00000000 0xe0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcat.o) - .debug_str 0x00000000 0x10b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcat.o) - .debug_line_str - 0x00000000 0x206 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcat.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcat.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcat.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcat.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcat.o) - .text 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strchr.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strchr.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strchr.o) - .debug_info 0x00000000 0xe4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strchr.o) - .debug_abbrev 0x00000000 0x7c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strchr.o) - .debug_loclists - 0x00000000 0x5a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strchr.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strchr.o) - .debug_line 0x00000000 0xc4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strchr.o) - .debug_str 0x00000000 0x10b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strchr.o) - .debug_line_str - 0x00000000 0x206 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strchr.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strchr.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strchr.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strchr.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strchr.o) - .text 0x00000000 0x22 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcspn.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcspn.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcspn.o) - .debug_info 0x00000000 0xdd C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcspn.o) - .debug_abbrev 0x00000000 0x99 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcspn.o) - .debug_loclists - 0x00000000 0x42 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcspn.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcspn.o) - .debug_line 0x00000000 0xdf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcspn.o) - .debug_str 0x00000000 0x113 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcspn.o) - .debug_line_str - 0x00000000 0x274 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcspn.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcspn.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcspn.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcspn.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcspn.o) - .text 0x00000000 0x1c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup.o) - .debug_info 0x00000000 0x873 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup.o) - .debug_abbrev 0x00000000 0x1d1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup.o) - .debug_loclists - 0x00000000 0x1e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup.o) - .debug_line 0x00000000 0xac C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup.o) - .debug_str 0x00000000 0x4e5 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup.o) - .debug_line_str - 0x00000000 0x2d9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup.o) - .debug_frame 0x00000000 0x2c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup.o) - .text 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup_r.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup_r.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup_r.o) - .debug_info 0x00000000 0x917 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup_r.o) - .debug_abbrev 0x00000000 0x213 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup_r.o) - .debug_loclists - 0x00000000 0x5b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup_r.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup_r.o) - .debug_line 0x00000000 0xed C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup_r.o) - .debug_str 0x00000000 0x501 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup_r.o) - .debug_line_str - 0x00000000 0x2e8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup_r.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup_r.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup_r.o) - .debug_frame 0x00000000 0x34 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup_r.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup_r.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror.o) - .text 0x00000000 0x58 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror_r.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror_r.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror_r.o) - .debug_info 0x00000000 0x92a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror_r.o) - .debug_abbrev 0x00000000 0x207 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror_r.o) - .debug_loclists - 0x00000000 0x97 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror_r.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror_r.o) - .debug_line 0x00000000 0xf3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror_r.o) - .debug_str 0x00000000 0x514 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror_r.o) - .debug_line_str - 0x00000000 0x2e5 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror_r.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror_r.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror_r.o) - .debug_frame 0x00000000 0x48 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror_r.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror_r.o) - .text 0x00000000 0x5c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcat.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcat.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcat.o) - .debug_info 0x00000000 0x143 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcat.o) - .debug_abbrev 0x00000000 0xdb C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcat.o) - .debug_loclists - 0x00000000 0x136 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcat.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcat.o) - .debug_line 0x00000000 0x1c7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcat.o) - .debug_str 0x00000000 0x12f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcat.o) - .debug_line_str - 0x00000000 0x274 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcat.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcat.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcat.o) - .debug_frame 0x00000000 0x34 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcat.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcat.o) - .text 0x00000000 0x2e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcpy.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcpy.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcpy.o) - .debug_info 0x00000000 0xf9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcpy.o) - .debug_abbrev 0x00000000 0xaa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcpy.o) - .debug_loclists - 0x00000000 0x4b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcpy.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcpy.o) - .debug_line 0x00000000 0x117 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcpy.o) - .debug_str 0x00000000 0x124 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcpy.o) - .debug_line_str - 0x00000000 0x274 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcpy.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcpy.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcpy.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcpy.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcpy.o) - .text 0x00000000 0x58 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncasecmp.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncasecmp.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncasecmp.o) - .debug_info 0x00000000 0x152 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncasecmp.o) - .debug_abbrev 0x00000000 0xd7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncasecmp.o) - .debug_loclists - 0x00000000 0xb4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncasecmp.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncasecmp.o) - .debug_rnglists - 0x00000000 0x1d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncasecmp.o) - .debug_line 0x00000000 0x112 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncasecmp.o) - .debug_str 0x00000000 0x11f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncasecmp.o) - .debug_line_str - 0x00000000 0x289 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncasecmp.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncasecmp.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncasecmp.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncasecmp.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncasecmp.o) - .text 0x00000000 0x2c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncmp.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncmp.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncmp.o) - .debug_info 0x00000000 0xd2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncmp.o) - .debug_abbrev 0x00000000 0x76 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncmp.o) - .debug_loclists - 0x00000000 0xa2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncmp.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncmp.o) - .debug_line 0x00000000 0xf5 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncmp.o) - .debug_str 0x00000000 0x113 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncmp.o) - .debug_line_str - 0x00000000 0x274 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncmp.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncmp.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncmp.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncmp.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncmp.o) - .text 0x00000000 0x24 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncpy.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncpy.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncpy.o) - .debug_info 0x00000000 0x101 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncpy.o) - .debug_abbrev 0x00000000 0xa1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncpy.o) - .debug_loclists - 0x00000000 0x5b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncpy.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncpy.o) - .debug_line 0x00000000 0x106 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncpy.o) - .debug_str 0x00000000 0x12f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncpy.o) - .debug_line_str - 0x00000000 0x274 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncpy.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncpy.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncpy.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncpy.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncpy.o) - .text 0x00000000 0x18 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strnlen.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strnlen.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strnlen.o) - .debug_info 0x00000000 0xd5 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strnlen.o) - .debug_abbrev 0x00000000 0x87 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strnlen.o) - .debug_loclists - 0x00000000 0xa5 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strnlen.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strnlen.o) - .debug_line 0x00000000 0xb5 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strnlen.o) - .debug_str 0x00000000 0x119 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strnlen.o) - .debug_line_str - 0x00000000 0x274 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strnlen.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strnlen.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strnlen.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strnlen.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strnlen.o) - .text 0x00000000 0x40 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strrchr.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strrchr.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strrchr.o) - .debug_info 0x00000000 0x130 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strrchr.o) - .debug_abbrev 0x00000000 0xc8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strrchr.o) - .debug_loclists - 0x00000000 0x78 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strrchr.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strrchr.o) - .debug_line 0x00000000 0xd8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strrchr.o) - .debug_str 0x00000000 0x118 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strrchr.o) - .debug_line_str - 0x00000000 0x209 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strrchr.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strrchr.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strrchr.o) - .debug_frame 0x00000000 0x38 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strrchr.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strrchr.o) - .text 0x00000000 0x36 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strstr.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strstr.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strstr.o) - .debug_info 0x00000000 0xe8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strstr.o) - .debug_abbrev 0x00000000 0xa9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strstr.o) - .debug_loclists - 0x00000000 0x24 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strstr.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strstr.o) - .debug_line 0x00000000 0x12c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strstr.o) - .debug_str 0x00000000 0x112 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strstr.o) - .debug_line_str - 0x00000000 0x271 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strstr.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strstr.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strstr.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strstr.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strstr.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-u_strerr.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-u_strerr.o) - .text 0x00000000 0x24 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup.o) - .debug_info 0x00000000 0x89d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup.o) - .debug_abbrev 0x00000000 0x1d2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup.o) - .debug_loclists - 0x00000000 0x3c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup.o) - .debug_line 0x00000000 0xc2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup.o) - .debug_str 0x00000000 0x4ee C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup.o) - .debug_line_str - 0x00000000 0x2dc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup.o) - .debug_frame 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup.o) - .text 0x00000000 0x9e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasestr.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasestr.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasestr.o) - .debug_info 0x00000000 0x1ad C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasestr.o) - .debug_abbrev 0x00000000 0x109 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasestr.o) - .debug_loclists - 0x00000000 0xc4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasestr.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasestr.o) - .debug_rnglists - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasestr.o) - .debug_line 0x00000000 0x184 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasestr.o) - .debug_str 0x00000000 0x136 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasestr.o) - .debug_line_str - 0x00000000 0x28f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasestr.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasestr.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasestr.o) - .debug_frame 0x00000000 0x4c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasestr.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasestr.o) - .text 0x00000000 0x56 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup_r.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup_r.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup_r.o) - .debug_info 0x00000000 0x8fd C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup_r.o) - .debug_abbrev 0x00000000 0x213 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup_r.o) - .debug_loclists - 0x00000000 0xdf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup_r.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup_r.o) - .debug_line 0x00000000 0x12d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup_r.o) - .debug_str 0x00000000 0x4fb C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup_r.o) - .debug_line_str - 0x00000000 0x2eb C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup_r.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup_r.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup_r.o) - .debug_frame 0x00000000 0x3c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup_r.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup_r.o) - .text 0x00000000 0x5a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime.o) - .rodata.str1.4 - 0x00000000 0x6d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime.o) - .debug_info 0x00000000 0x9d7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime.o) - .debug_abbrev 0x00000000 0x242 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime.o) - .debug_loclists - 0x00000000 0x35 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime.o) - .debug_line 0x00000000 0x118 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime.o) - .debug_str 0x00000000 0x569 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime.o) - .debug_line_str - 0x00000000 0x355 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime.o) - .debug_frame 0x00000000 0x34 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime.o) - .text 0x00000000 0x1a2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime_r.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime_r.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime_r.o) - .debug_info 0x00000000 0x220 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime_r.o) - .debug_abbrev 0x00000000 0xee C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime_r.o) - .debug_loclists - 0x00000000 0x120 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime_r.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime_r.o) - .debug_line 0x00000000 0x470 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime_r.o) - .debug_str 0x00000000 0x1b9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime_r.o) - .debug_line_str - 0x00000000 0x2c6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime_r.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime_r.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime_r.o) - .debug_frame 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime_r.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime_r.o) - .text 0x00000000 0x540 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) - .rodata 0x00000000 0x60 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) - .debug_info 0x00000000 0x46a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) - .debug_abbrev 0x00000000 0x1e5 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) - .debug_loclists - 0x00000000 0x3a6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) - .debug_rnglists - 0x00000000 0x3c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) - .debug_line 0x00000000 0xc34 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) - .debug_str 0x00000000 0x2ac C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) - .debug_line_str - 0x00000000 0x2df C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) - .debug_frame 0x00000000 0x84 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-time.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-time.o) - .text 0x00000000 0x176 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzcalc_limits.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzcalc_limits.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzcalc_limits.o) - .debug_info 0x00000000 0x267 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzcalc_limits.o) - .debug_abbrev 0x00000000 0x131 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzcalc_limits.o) - .debug_loclists - 0x00000000 0x134 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzcalc_limits.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzcalc_limits.o) - .debug_line 0x00000000 0x3f5 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzcalc_limits.o) - .debug_str 0x00000000 0x1e4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzcalc_limits.o) - .debug_line_str - 0x00000000 0x298 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzcalc_limits.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzcalc_limits.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzcalc_limits.o) - .debug_frame 0x00000000 0x34 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzcalc_limits.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzcalc_limits.o) - .text 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzlock.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzlock.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzlock.o) - .debug_info 0x00000000 0x106 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzlock.o) - .debug_abbrev 0x00000000 0xcb C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzlock.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzlock.o) - .debug_line 0x00000000 0x6d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzlock.o) - .debug_str 0x00000000 0x176 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzlock.o) - .debug_line_str - 0x00000000 0x204 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzlock.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzlock.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzlock.o) - .debug_frame 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzlock.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzlock.o) - .text 0x00000000 0x40 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset.o) - .debug_info 0x00000000 0x895 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset.o) - .debug_abbrev 0x00000000 0x1e3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset.o) - .debug_line 0x00000000 0xf0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset.o) - .debug_str 0x00000000 0x512 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset.o) - .debug_line_str - 0x00000000 0x2d8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset.o) - .debug_frame 0x00000000 0x48 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset.o) - .text 0x00000000 0x5b8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - .bss 0x00000000 0x18 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - .rodata.str1.4 - 0x00000000 0x6b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - .sbss 0x00000000 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - .debug_info 0x00000000 0xe5a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - .debug_abbrev 0x00000000 0x2ae C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - .debug_loclists - 0x00000000 0x23d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - .debug_rnglists - 0x00000000 0x17 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - .debug_line 0x00000000 0xb41 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - .debug_str 0x00000000 0x64d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - .debug_line_str - 0x00000000 0x376 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - .debug_frame 0x00000000 0x7c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - .text 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzvars.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzvars.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzvars.o) - .rodata.str1.4 - 0x00000000 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzvars.o) - .sbss 0x00000000 0x8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzvars.o) - .sdata 0x00000000 0x8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzvars.o) - .debug_info 0x00000000 0xcb C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzvars.o) - .debug_abbrev 0x00000000 0x5e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzvars.o) - .debug_aranges - 0x00000000 0x18 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzvars.o) - .debug_line 0x00000000 0x3e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzvars.o) - .debug_str 0x00000000 0x120 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzvars.o) - .debug_line_str - 0x00000000 0x1f7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzvars.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzvars.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzvars.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzvars.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-reent.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-reent.o) - .sbss 0x00000000 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-reent.o) - .text 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-errno.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-errno.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysclose.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysclose.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysfstat.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysfstat.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysgettod.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysgettod.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysopen.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysopen.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysread.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysread.o) - .text 0x00000000 0x24 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysstat.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysstat.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysstat.o) - .debug_info 0x00000000 0xa91 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysstat.o) - .debug_abbrev 0x00000000 0x1d2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysstat.o) - .debug_loclists - 0x00000000 0x3c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysstat.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysstat.o) - .debug_line 0x00000000 0xdf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysstat.o) - .debug_str 0x00000000 0x62c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysstat.o) - .debug_line_str - 0x00000000 0x36a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysstat.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysstat.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysstat.o) - .debug_frame 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysstat.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysstat.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-syswrite.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-syswrite.o) - .text 0x00000000 0x4a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memmove-stub.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memmove-stub.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memmove-stub.o) - .debug_info 0x00000000 0xff C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memmove-stub.o) - .debug_abbrev 0x00000000 0xa6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memmove-stub.o) - .debug_loclists - 0x00000000 0x119 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memmove-stub.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memmove-stub.o) - .debug_line 0x00000000 0x104 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memmove-stub.o) - .debug_str 0x00000000 0x12c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memmove-stub.o) - .debug_line_str - 0x00000000 0x2ee C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memmove-stub.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memmove-stub.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memmove-stub.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memmove-stub.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memmove-stub.o) - .text 0x00000000 0xa8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memset.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memset.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memset.o) - .debug_line 0x00000000 0x18e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memset.o) - .debug_line_str - 0x00000000 0xdb C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memset.o) - .debug_info 0x00000000 0x33 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memset.o) - .debug_abbrev 0x00000000 0x28 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memset.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memset.o) - .debug_str 0x00000000 0xf0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memset.o) - .riscv.attributes - 0x00000000 0x42 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memset.o) - .text 0x00000000 0xe8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .debug_info 0x00000000 0x256 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .debug_abbrev 0x00000000 0x107 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .debug_loclists - 0x00000000 0x1d6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .debug_line 0x00000000 0x31c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .debug_str 0x00000000 0x133 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .debug_line_str - 0x00000000 0x33e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .text 0x00000000 0x64 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlen.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlen.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlen.o) - .debug_info 0x00000000 0x1a8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlen.o) - .debug_abbrev 0x00000000 0x121 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlen.o) - .debug_loclists - 0x00000000 0x75 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlen.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlen.o) - .debug_rnglists - 0x00000000 0x13 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlen.o) - .debug_line 0x00000000 0x242 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlen.o) - .debug_str 0x00000000 0x146 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlen.o) - .debug_line_str - 0x00000000 0x3d5 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlen.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlen.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlen.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlen.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlen.o) - .text 0x00000000 0x60 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcpy.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcpy.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcpy.o) - .debug_info 0x00000000 0x1e3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcpy.o) - .debug_abbrev 0x00000000 0x131 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcpy.o) - .debug_loclists - 0x00000000 0x10c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcpy.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcpy.o) - .debug_rnglists - 0x00000000 0x13 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcpy.o) - .debug_line 0x00000000 0x26d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcpy.o) - .debug_str 0x00000000 0x153 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcpy.o) - .debug_line_str - 0x00000000 0x36a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcpy.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcpy.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcpy.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcpy.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcpy.o) - .text 0x00000000 0x11e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcmp.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcmp.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcmp.o) - .debug_line 0x00000000 0x13a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcmp.o) - .debug_line_str - 0x00000000 0xdb C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcmp.o) - .debug_info 0x00000000 0x33 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcmp.o) - .debug_abbrev 0x00000000 0x28 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcmp.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcmp.o) - .debug_str 0x00000000 0xf0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcmp.o) - .riscv.attributes - 0x00000000 0x42 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcmp.o) - .text 0x00000000 0xbe C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-getenv_r.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-getenv_r.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-getenv_r.o) - .debug_info 0x00000000 0x9ae C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-getenv_r.o) - .debug_abbrev 0x00000000 0x21c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-getenv_r.o) - .debug_loclists - 0x00000000 0xcf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-getenv_r.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-getenv_r.o) - .debug_line 0x00000000 0x245 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-getenv_r.o) - .debug_str 0x00000000 0x52d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-getenv_r.o) - .debug_line_str - 0x00000000 0x2f2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-getenv_r.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-getenv_r.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-getenv_r.o) - .debug_frame 0x00000000 0x6c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-getenv_r.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-getenv_r.o) - .text 0x00000000 0xcc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-siscanf.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-siscanf.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-siscanf.o) - .debug_info 0x00000000 0x9fe C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-siscanf.o) - .debug_abbrev 0x00000000 0x217 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-siscanf.o) - .debug_loclists - 0x00000000 0x8a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-siscanf.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-siscanf.o) - .debug_line 0x00000000 0x2a0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-siscanf.o) - .debug_str 0x00000000 0x53d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-siscanf.o) - .debug_line_str - 0x00000000 0x2f3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-siscanf.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-siscanf.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-siscanf.o) - .debug_frame 0x00000000 0x60 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-siscanf.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-siscanf.o) - .text 0x00000000 0x1d24 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) - .rodata 0x00000000 0x13e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) - .debug_info 0x00000000 0x20a8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) - .debug_abbrev 0x00000000 0x420 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) - .debug_loclists - 0x00000000 0x16b3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) - .debug_rnglists - 0x00000000 0x1dd C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) - .debug_line 0x00000000 0x3d26 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) - .debug_str 0x00000000 0x963 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) - .debug_line_str - 0x00000000 0x406 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) - .debug_frame 0x00000000 0x110 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-flags.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-flags.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-makebuf.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-makebuf.o) - .text 0x00000000 0xa4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sccl.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sccl.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sccl.o) - .debug_info 0x00000000 0xfa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sccl.o) - .debug_abbrev 0x00000000 0x94 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sccl.o) - .debug_loclists - 0x00000000 0xf3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sccl.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sccl.o) - .debug_rnglists - 0x00000000 0x14 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sccl.o) - .debug_line 0x00000000 0x216 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sccl.o) - .debug_str 0x00000000 0x11b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sccl.o) - .debug_line_str - 0x00000000 0x201 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sccl.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sccl.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sccl.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sccl.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sccl.o) - .text 0x00000000 0x200 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) - .debug_info 0x00000000 0xab0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) - .debug_abbrev 0x00000000 0x299 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) - .debug_loclists - 0x00000000 0x185 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) - .debug_line 0x00000000 0x5f6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) - .debug_str 0x00000000 0x582 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) - .debug_line_str - 0x00000000 0x2f0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) - .debug_frame 0x00000000 0x94 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) - .text 0x00000000 0xa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gettzinfo.o) - .data 0x00000000 0x58 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gettzinfo.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gettzinfo.o) - .debug_info 0x00000000 0x170 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gettzinfo.o) - .debug_abbrev 0x00000000 0xb7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gettzinfo.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gettzinfo.o) - .debug_line 0x00000000 0x80 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gettzinfo.o) - .debug_str 0x00000000 0x194 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gettzinfo.o) - .debug_line_str - 0x00000000 0x284 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gettzinfo.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gettzinfo.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gettzinfo.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gettzinfo.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gettzinfo.o) - .text 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-month_lengths.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-month_lengths.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-month_lengths.o) - .rodata 0x00000000 0x60 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-month_lengths.o) - .debug_info 0x00000000 0xad C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-month_lengths.o) - .debug_abbrev 0x00000000 0x61 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-month_lengths.o) - .debug_aranges - 0x00000000 0x18 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-month_lengths.o) - .debug_line 0x00000000 0x3f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-month_lengths.o) - .debug_str 0x00000000 0x114 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-month_lengths.o) - .debug_line_str - 0x00000000 0x1ca C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-month_lengths.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-month_lengths.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-month_lengths.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-month_lengths.o) - .text 0x00000000 0x8c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) - .sbss 0x00000000 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-localeconv.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-localeconv.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libm_a-s_frexp.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libm_a-s_frexp.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - .text 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-envlock.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-envlock.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-envlock.o) - .debug_info 0x00000000 0x89a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-envlock.o) - .debug_abbrev 0x00000000 0x1e7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-envlock.o) - .debug_loclists - 0x00000000 0x34 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-envlock.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-envlock.o) - .debug_line 0x00000000 0x89 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-envlock.o) - .debug_str 0x00000000 0x558 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-envlock.o) - .debug_line_str - 0x00000000 0x2dd C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-envlock.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-envlock.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-envlock.o) - .debug_frame 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-envlock.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-envlock.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbtowc_r.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbtowc_r.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wctomb_r.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wctomb_r.o) - .text 0x00000000 0x20a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoll.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoll.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoll.o) - .debug_info 0x00000000 0xe15 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoll.o) - .debug_abbrev 0x00000000 0x2e3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoll.o) - .debug_loclists - 0x00000000 0x332 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoll.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoll.o) - .debug_line 0x00000000 0x5aa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoll.o) - .debug_str 0x00000000 0x775 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoll.o) - .debug_line_str - 0x00000000 0x363 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoll.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoll.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoll.o) - .debug_frame 0x00000000 0xb8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoll.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoll.o) - .text 0x00000000 0x1fa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoull.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoull.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoull.o) - .debug_info 0x00000000 0xe11 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoull.o) - .debug_abbrev 0x00000000 0x2ea C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoull.o) - .debug_loclists - 0x00000000 0x327 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoull.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoull.o) - .debug_line 0x00000000 0x58c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoull.o) - .debug_str 0x00000000 0x779 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoull.o) - .debug_line_str - 0x00000000 0x366 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoull.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoull.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoull.o) - .debug_frame 0x00000000 0xb4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoull.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoull.o) - .text 0x00000000 0x76 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbrtowc.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbrtowc.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbrtowc.o) - .rodata.str1.4 - 0x00000000 0x1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbrtowc.o) - .debug_info 0x00000000 0xbf6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbrtowc.o) - .debug_abbrev 0x00000000 0x241 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbrtowc.o) - .debug_loclists - 0x00000000 0xf2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbrtowc.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbrtowc.o) - .debug_line 0x00000000 0x1b8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbrtowc.o) - .debug_str 0x00000000 0x709 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbrtowc.o) - .debug_line_str - 0x00000000 0x348 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbrtowc.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbrtowc.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbrtowc.o) - .debug_frame 0x00000000 0x5c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbrtowc.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbrtowc.o) - .text 0x00000000 0xa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace.o) - .debug_info 0x00000000 0xed C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace.o) - .debug_abbrev 0x00000000 0xb9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace.o) - .debug_loclists - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace.o) - .debug_line 0x00000000 0x79 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace.o) - .debug_str 0x00000000 0x122 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace.o) - .debug_line_str - 0x00000000 0x2cf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace.o) - .text 0x00000000 0x1e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace_l.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace_l.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace_l.o) - .debug_info 0x00000000 0xad7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace_l.o) - .debug_abbrev 0x00000000 0x1ae C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace_l.o) - .debug_loclists - 0x00000000 0x33 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace_l.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace_l.o) - .debug_line 0x00000000 0xc4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace_l.o) - .debug_str 0x00000000 0x6c1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace_l.o) - .debug_line_str - 0x00000000 0x35f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace_l.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace_l.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace_l.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace_l.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace_l.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - .text 0x00000000 0x536 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divdf3.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divdf3.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divdf3.o) - .rodata 0x00000000 0x3c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divdf3.o) - .debug_info 0x00000000 0x683 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divdf3.o) - .debug_abbrev 0x00000000 0x17c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divdf3.o) - .debug_loclists - 0x00000000 0xa11 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divdf3.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divdf3.o) - .debug_rnglists - 0x00000000 0xcd C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divdf3.o) - .debug_line 0x00000000 0x110e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divdf3.o) - .debug_str 0x00000000 0x355 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divdf3.o) - .debug_line_str - 0x00000000 0x1c6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divdf3.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divdf3.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divdf3.o) - .debug_frame 0x00000000 0x5c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divdf3.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divdf3.o) - .text 0x00000000 0x6a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqdf2.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqdf2.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqdf2.o) - .debug_info 0x00000000 0x221 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqdf2.o) - .debug_abbrev 0x00000000 0x153 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqdf2.o) - .debug_loclists - 0x00000000 0x6a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqdf2.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqdf2.o) - .debug_rnglists - 0x00000000 0x23 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqdf2.o) - .debug_line 0x00000000 0x277 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqdf2.o) - .debug_str 0x00000000 0x1a5 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqdf2.o) - .debug_line_str - 0x00000000 0x1c9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqdf2.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqdf2.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqdf2.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqdf2.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqdf2.o) - .text 0x00000000 0xa0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gedf2.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gedf2.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gedf2.o) - .debug_info 0x00000000 0x220 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gedf2.o) - .debug_abbrev 0x00000000 0x168 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gedf2.o) - .debug_loclists - 0x00000000 0x10f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gedf2.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gedf2.o) - .debug_rnglists - 0x00000000 0x33 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gedf2.o) - .debug_line 0x00000000 0x347 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gedf2.o) - .debug_str 0x00000000 0x1c9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gedf2.o) - .debug_line_str - 0x00000000 0x1c9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gedf2.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gedf2.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gedf2.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gedf2.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gedf2.o) - .text 0x00000000 0xa0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(ledf2.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(ledf2.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(ledf2.o) - .debug_info 0x00000000 0x220 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(ledf2.o) - .debug_abbrev 0x00000000 0x168 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(ledf2.o) - .debug_loclists - 0x00000000 0x10f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(ledf2.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(ledf2.o) - .debug_rnglists - 0x00000000 0x33 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(ledf2.o) - .debug_line 0x00000000 0x347 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(ledf2.o) - .debug_str 0x00000000 0x1c9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(ledf2.o) - .debug_line_str - 0x00000000 0x1c9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(ledf2.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(ledf2.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(ledf2.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(ledf2.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(ledf2.o) - .text 0x00000000 0x34 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(unorddf2.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(unorddf2.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(unorddf2.o) - .debug_info 0x00000000 0x220 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(unorddf2.o) - .debug_abbrev 0x00000000 0x14f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(unorddf2.o) - .debug_loclists - 0x00000000 0x2d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(unorddf2.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(unorddf2.o) - .debug_rnglists - 0x00000000 0x1d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(unorddf2.o) - .debug_line 0x00000000 0x185 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(unorddf2.o) - .debug_str 0x00000000 0x1a8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(unorddf2.o) - .debug_line_str - 0x00000000 0x1d2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(unorddf2.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(unorddf2.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(unorddf2.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(unorddf2.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(unorddf2.o) - .text 0x00000000 0x5a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsidf.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsidf.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsidf.o) - .debug_info 0x00000000 0x25d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsidf.o) - .debug_abbrev 0x00000000 0x163 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsidf.o) - .debug_loclists - 0x00000000 0xb3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsidf.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsidf.o) - .debug_rnglists - 0x00000000 0x2b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsidf.o) - .debug_line 0x00000000 0x223 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsidf.o) - .debug_str 0x00000000 0x238 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsidf.o) - .debug_line_str - 0x00000000 0x1d5 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsidf.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsidf.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsidf.o) - .debug_frame 0x00000000 0x3c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsidf.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsidf.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(trunctfdf2.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(trunctfdf2.o) - -Memory Configuration - -Name Origin Length Attributes -iram0_0_seg 0x40380000 0x0004e710 xr -iram0_2_seg 0x42000020 0x007fffe0 xr -dram0_0_seg 0x3fc80000 0x0004e710 rw -drom0_0_seg 0x3c000020 0x007fffe0 r -rtc_iram_seg 0x50000000 0x00001fe8 xrw -rtc_reserved_seg 0x50001fe8 0x00000018 rw -*default* 0x00000000 0xffffffff - -Linker script and memory map - - 0x00000000 IDF_TARGET_ESP32C3 = 0x0 -LOAD CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/project_elf_src_esp32c3.c.obj -LOAD CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.crt.S.obj -LOAD CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.key.S.obj -LOAD CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/mosquitto.org.crt.S.obj -LOAD CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/broker.crt.S.obj -LOAD esp-idf/riscv/libriscv.a -LOAD esp-idf/esp_driver_gpio/libesp_driver_gpio.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/esp_bootloader_format/libesp_bootloader_format.a -LOAD esp-idf/app_update/libapp_update.a -LOAD esp-idf/esp_partition/libesp_partition.a -LOAD esp-idf/efuse/libefuse.a -LOAD esp-idf/bootloader_support/libbootloader_support.a -LOAD esp-idf/esp_mm/libesp_mm.a -LOAD esp-idf/spi_flash/libspi_flash.a -LOAD esp-idf/esp_system/libesp_system.a -LOAD esp-idf/esp_common/libesp_common.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_security/libesp_security.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/pthread/libpthread.a -LOAD esp-idf/cxx/libcxx.a -LOAD esp-idf/esp_timer/libesp_timer.a -LOAD esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a -LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a -LOAD esp-idf/esp_driver_uart/libesp_driver_uart.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_driver_spi/libesp_driver_spi.a -LOAD esp-idf/esp_driver_i2s/libesp_driver_i2s.a -LOAD esp-idf/sdmmc/libsdmmc.a -LOAD esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a -LOAD esp-idf/esp_driver_rmt/libesp_driver_rmt.a -LOAD esp-idf/esp_driver_tsens/libesp_driver_tsens.a -LOAD esp-idf/esp_driver_sdm/libesp_driver_sdm.a -LOAD esp-idf/esp_driver_i2c/libesp_driver_i2c.a -LOAD esp-idf/esp_driver_ledc/libesp_driver_ledc.a -LOAD esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a -LOAD esp-idf/driver/libdriver.a -LOAD esp-idf/esp_phy/libesp_phy.a -LOAD esp-idf/esp_vfs_console/libesp_vfs_console.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_driver_cam/libesp_driver_cam.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_https_server/libesp_https_server.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/fatfs/libfatfs.a -LOAD esp-idf/json/libjson.a -LOAD esp-idf/mqtt/libmqtt.a -LOAD esp-idf/nvs_sec_provider/libnvs_sec_provider.a -LOAD esp-idf/rt/librt.a -LOAD esp-idf/spiffs/libspiffs.a -LOAD esp-idf/wifi_provisioning/libwifi_provisioning.a -LOAD esp-idf/protocol_examples_common/libprotocol_examples_common.a -LOAD esp-idf/main/libmain.a -LOAD esp-idf/app_trace/libapp_trace.a -LOAD esp-idf/app_trace/libapp_trace.a -LOAD esp-idf/cmock/libcmock.a -LOAD esp-idf/unity/libunity.a -LOAD esp-idf/esp_driver_cam/libesp_driver_cam.a -LOAD esp-idf/esp_hid/libesp_hid.a -LOAD esp-idf/esp_lcd/libesp_lcd.a -LOAD esp-idf/esp_local_ctrl/libesp_local_ctrl.a -LOAD esp-idf/esp_https_server/libesp_https_server.a -LOAD esp-idf/espcoredump/libespcoredump.a -LOAD esp-idf/fatfs/libfatfs.a -LOAD esp-idf/wear_levelling/libwear_levelling.a -LOAD esp-idf/mqtt/libmqtt.a -LOAD esp-idf/nvs_sec_provider/libnvs_sec_provider.a -LOAD esp-idf/rt/librt.a -LOAD esp-idf/spiffs/libspiffs.a -LOAD esp-idf/wifi_provisioning/libwifi_provisioning.a -LOAD esp-idf/protocomm/libprotocomm.a -LOAD esp-idf/protobuf-c/libprotobuf-c.a -LOAD esp-idf/json/libjson.a -LOAD esp-idf/protocol_examples_common/libprotocol_examples_common.a -LOAD esp-idf/console/libconsole.a -LOAD esp-idf/esp_eth/libesp_eth.a -LOAD esp-idf/riscv/libriscv.a -LOAD esp-idf/esp_driver_gpio/libesp_driver_gpio.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/esp_bootloader_format/libesp_bootloader_format.a -LOAD esp-idf/app_update/libapp_update.a -LOAD esp-idf/esp_partition/libesp_partition.a -LOAD esp-idf/efuse/libefuse.a -LOAD esp-idf/bootloader_support/libbootloader_support.a -LOAD esp-idf/esp_mm/libesp_mm.a -LOAD esp-idf/spi_flash/libspi_flash.a -LOAD esp-idf/esp_system/libesp_system.a -LOAD esp-idf/esp_common/libesp_common.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_security/libesp_security.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/pthread/libpthread.a -LOAD esp-idf/cxx/libcxx.a -LOAD esp-idf/esp_timer/libesp_timer.a -LOAD esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a -LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a -LOAD esp-idf/esp_driver_uart/libesp_driver_uart.a -LOAD esp-idf/esp_event/libesp_event.a -LOAD esp-idf/nvs_flash/libnvs_flash.a -LOAD esp-idf/esp_driver_spi/libesp_driver_spi.a -LOAD esp-idf/esp_driver_i2s/libesp_driver_i2s.a -LOAD esp-idf/sdmmc/libsdmmc.a -LOAD esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a -LOAD esp-idf/esp_driver_rmt/libesp_driver_rmt.a -LOAD esp-idf/esp_driver_tsens/libesp_driver_tsens.a -LOAD esp-idf/esp_driver_sdm/libesp_driver_sdm.a -LOAD esp-idf/esp_driver_i2c/libesp_driver_i2c.a -LOAD esp-idf/esp_driver_ledc/libesp_driver_ledc.a -LOAD esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a -LOAD esp-idf/driver/libdriver.a -LOAD esp-idf/esp_phy/libesp_phy.a -LOAD esp-idf/esp_vfs_console/libesp_vfs_console.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_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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a -LOAD esp-idf/riscv/libriscv.a -LOAD esp-idf/esp_driver_gpio/libesp_driver_gpio.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/esp_bootloader_format/libesp_bootloader_format.a -LOAD esp-idf/app_update/libapp_update.a -LOAD esp-idf/esp_partition/libesp_partition.a -LOAD esp-idf/efuse/libefuse.a -LOAD esp-idf/bootloader_support/libbootloader_support.a -LOAD esp-idf/esp_mm/libesp_mm.a -LOAD esp-idf/spi_flash/libspi_flash.a -LOAD esp-idf/esp_system/libesp_system.a -LOAD esp-idf/esp_common/libesp_common.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_security/libesp_security.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/pthread/libpthread.a -LOAD esp-idf/cxx/libcxx.a -LOAD esp-idf/esp_timer/libesp_timer.a -LOAD esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a -LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a -LOAD esp-idf/esp_driver_uart/libesp_driver_uart.a -LOAD esp-idf/esp_event/libesp_event.a -LOAD esp-idf/nvs_flash/libnvs_flash.a -LOAD esp-idf/esp_driver_spi/libesp_driver_spi.a -LOAD esp-idf/esp_driver_i2s/libesp_driver_i2s.a -LOAD esp-idf/sdmmc/libsdmmc.a -LOAD esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a -LOAD esp-idf/esp_driver_rmt/libesp_driver_rmt.a -LOAD esp-idf/esp_driver_tsens/libesp_driver_tsens.a -LOAD esp-idf/esp_driver_sdm/libesp_driver_sdm.a -LOAD esp-idf/esp_driver_i2c/libesp_driver_i2c.a -LOAD esp-idf/esp_driver_ledc/libesp_driver_ledc.a -LOAD esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a -LOAD esp-idf/driver/libdriver.a -LOAD esp-idf/esp_phy/libesp_phy.a -LOAD esp-idf/esp_vfs_console/libesp_vfs_console.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_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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a -LOAD esp-idf/riscv/libriscv.a -LOAD esp-idf/esp_driver_gpio/libesp_driver_gpio.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/esp_bootloader_format/libesp_bootloader_format.a -LOAD esp-idf/app_update/libapp_update.a -LOAD esp-idf/esp_partition/libesp_partition.a -LOAD esp-idf/efuse/libefuse.a -LOAD esp-idf/bootloader_support/libbootloader_support.a -LOAD esp-idf/esp_mm/libesp_mm.a -LOAD esp-idf/spi_flash/libspi_flash.a -LOAD esp-idf/esp_system/libesp_system.a -LOAD esp-idf/esp_common/libesp_common.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_security/libesp_security.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/pthread/libpthread.a -LOAD esp-idf/cxx/libcxx.a -LOAD esp-idf/esp_timer/libesp_timer.a -LOAD esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a -LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a -LOAD esp-idf/esp_driver_uart/libesp_driver_uart.a -LOAD esp-idf/esp_event/libesp_event.a -LOAD esp-idf/nvs_flash/libnvs_flash.a -LOAD esp-idf/esp_driver_spi/libesp_driver_spi.a -LOAD esp-idf/esp_driver_i2s/libesp_driver_i2s.a -LOAD esp-idf/sdmmc/libsdmmc.a -LOAD esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a -LOAD esp-idf/esp_driver_rmt/libesp_driver_rmt.a -LOAD esp-idf/esp_driver_tsens/libesp_driver_tsens.a -LOAD esp-idf/esp_driver_sdm/libesp_driver_sdm.a -LOAD esp-idf/esp_driver_i2c/libesp_driver_i2c.a -LOAD esp-idf/esp_driver_ledc/libesp_driver_ledc.a -LOAD esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a -LOAD esp-idf/driver/libdriver.a -LOAD esp-idf/esp_phy/libesp_phy.a -LOAD esp-idf/esp_vfs_console/libesp_vfs_console.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_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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a -LOAD esp-idf/riscv/libriscv.a -LOAD esp-idf/esp_driver_gpio/libesp_driver_gpio.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/esp_bootloader_format/libesp_bootloader_format.a -LOAD esp-idf/app_update/libapp_update.a -LOAD esp-idf/esp_partition/libesp_partition.a -LOAD esp-idf/efuse/libefuse.a -LOAD esp-idf/bootloader_support/libbootloader_support.a -LOAD esp-idf/esp_mm/libesp_mm.a -LOAD esp-idf/spi_flash/libspi_flash.a -LOAD esp-idf/esp_system/libesp_system.a -LOAD esp-idf/esp_common/libesp_common.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_security/libesp_security.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/pthread/libpthread.a -LOAD esp-idf/cxx/libcxx.a -LOAD esp-idf/esp_timer/libesp_timer.a -LOAD esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a -LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a -LOAD esp-idf/esp_driver_uart/libesp_driver_uart.a -LOAD esp-idf/esp_event/libesp_event.a -LOAD esp-idf/nvs_flash/libnvs_flash.a -LOAD esp-idf/esp_driver_spi/libesp_driver_spi.a -LOAD esp-idf/esp_driver_i2s/libesp_driver_i2s.a -LOAD esp-idf/sdmmc/libsdmmc.a -LOAD esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a -LOAD esp-idf/esp_driver_rmt/libesp_driver_rmt.a -LOAD esp-idf/esp_driver_tsens/libesp_driver_tsens.a -LOAD esp-idf/esp_driver_sdm/libesp_driver_sdm.a -LOAD esp-idf/esp_driver_i2c/libesp_driver_i2c.a -LOAD esp-idf/esp_driver_ledc/libesp_driver_ledc.a -LOAD esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a -LOAD esp-idf/driver/libdriver.a -LOAD esp-idf/esp_phy/libesp_phy.a -LOAD esp-idf/esp_vfs_console/libesp_vfs_console.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_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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a -LOAD esp-idf/riscv/libriscv.a -LOAD esp-idf/esp_driver_gpio/libesp_driver_gpio.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/esp_bootloader_format/libesp_bootloader_format.a -LOAD esp-idf/app_update/libapp_update.a -LOAD esp-idf/esp_partition/libesp_partition.a -LOAD esp-idf/efuse/libefuse.a -LOAD esp-idf/bootloader_support/libbootloader_support.a -LOAD esp-idf/esp_mm/libesp_mm.a -LOAD esp-idf/spi_flash/libspi_flash.a -LOAD esp-idf/esp_system/libesp_system.a -LOAD esp-idf/esp_common/libesp_common.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_security/libesp_security.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/pthread/libpthread.a -LOAD esp-idf/cxx/libcxx.a -LOAD esp-idf/esp_timer/libesp_timer.a -LOAD esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a -LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a -LOAD esp-idf/esp_driver_uart/libesp_driver_uart.a -LOAD esp-idf/esp_event/libesp_event.a -LOAD esp-idf/nvs_flash/libnvs_flash.a -LOAD esp-idf/esp_driver_spi/libesp_driver_spi.a -LOAD esp-idf/esp_driver_i2s/libesp_driver_i2s.a -LOAD esp-idf/sdmmc/libsdmmc.a -LOAD esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a -LOAD esp-idf/esp_driver_rmt/libesp_driver_rmt.a -LOAD esp-idf/esp_driver_tsens/libesp_driver_tsens.a -LOAD esp-idf/esp_driver_sdm/libesp_driver_sdm.a -LOAD esp-idf/esp_driver_i2c/libesp_driver_i2c.a -LOAD esp-idf/esp_driver_ledc/libesp_driver_ledc.a -LOAD esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a -LOAD esp-idf/driver/libdriver.a -LOAD esp-idf/esp_phy/libesp_phy.a -LOAD esp-idf/esp_vfs_console/libesp_vfs_console.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_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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a -LOAD esp-idf/riscv/libriscv.a -LOAD esp-idf/esp_driver_gpio/libesp_driver_gpio.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/esp_bootloader_format/libesp_bootloader_format.a -LOAD esp-idf/app_update/libapp_update.a -LOAD esp-idf/esp_partition/libesp_partition.a -LOAD esp-idf/efuse/libefuse.a -LOAD esp-idf/bootloader_support/libbootloader_support.a -LOAD esp-idf/esp_mm/libesp_mm.a -LOAD esp-idf/spi_flash/libspi_flash.a -LOAD esp-idf/esp_system/libesp_system.a -LOAD esp-idf/esp_common/libesp_common.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_security/libesp_security.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/pthread/libpthread.a -LOAD esp-idf/cxx/libcxx.a -LOAD esp-idf/esp_timer/libesp_timer.a -LOAD esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a -LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a -LOAD esp-idf/esp_driver_uart/libesp_driver_uart.a -LOAD esp-idf/esp_event/libesp_event.a -LOAD esp-idf/nvs_flash/libnvs_flash.a -LOAD esp-idf/esp_driver_spi/libesp_driver_spi.a -LOAD esp-idf/esp_driver_i2s/libesp_driver_i2s.a -LOAD esp-idf/sdmmc/libsdmmc.a -LOAD esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a -LOAD esp-idf/esp_driver_rmt/libesp_driver_rmt.a -LOAD esp-idf/esp_driver_tsens/libesp_driver_tsens.a -LOAD esp-idf/esp_driver_sdm/libesp_driver_sdm.a -LOAD esp-idf/esp_driver_i2c/libesp_driver_i2c.a -LOAD esp-idf/esp_driver_ledc/libesp_driver_ledc.a -LOAD esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a -LOAD esp-idf/driver/libdriver.a -LOAD esp-idf/esp_phy/libesp_phy.a -LOAD esp-idf/esp_vfs_console/libesp_vfs_console.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_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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a -LOAD C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a -LOAD esp-idf/pthread/libpthread.a -LOAD esp-idf/newlib/libnewlib.a -LOAD C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a -LOAD esp-idf/cxx/libcxx.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a -LOAD esp-idf/esp_phy/libesp_phy.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a -LOAD esp-idf/esp_phy/libesp_phy.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a -LOAD C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a -LOAD C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a -LOAD C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libm.a -LOAD C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a -LOAD C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a -LOAD C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a -LOAD C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libnosys.a -LOAD C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a -LOAD C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a -START GROUP -LOAD C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a -LOAD C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a -LOAD C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libnosys.a -END GROUP - 0x400005e0 PROVIDE (esprv_int_set_priority = esprv_intc_int_set_priority) - 0x400005e4 PROVIDE (esprv_int_set_threshold = esprv_intc_int_set_threshold) - 0x400005e8 PROVIDE (esprv_int_enable = esprv_intc_int_enable) - 0x400005ec PROVIDE (esprv_int_disable = esprv_intc_int_disable) - 0x400005f0 PROVIDE (esprv_int_set_type = esprv_intc_int_set_type) - 0x60000000 PROVIDE (UART0 = 0x60000000) - 0x60010000 PROVIDE (UART1 = 0x60010000) - 0x60002000 PROVIDE (SPIMEM1 = 0x60002000) - 0x60003000 PROVIDE (SPIMEM0 = 0x60003000) - 0x60004000 PROVIDE (GPIO = 0x60004000) - [!provide] PROVIDE (SDM = 0x60004f00) - 0x60008000 PROVIDE (RTCCNTL = 0x60008000) - [!provide] PROVIDE (RTCIO = 0x60008400) - 0x60008800 PROVIDE (EFUSE = 0x60008800) - [!provide] PROVIDE (HINF = 0x6000b000) - [!provide] PROVIDE (I2S0 = 0x6002d000) - [!provide] PROVIDE (I2C0 = 0x60013000) - [!provide] PROVIDE (UHCI0 = 0x60014000) - [!provide] PROVIDE (HOST = 0x60015000) - [!provide] PROVIDE (RMT = 0x60016000) - [!provide] PROVIDE (RMTMEM = 0x60016400) - [!provide] PROVIDE (SLC = 0x60018000) - [!provide] PROVIDE (LEDC = 0x60019000) - 0x6001f000 PROVIDE (TIMERG0 = 0x6001f000) - 0x60020000 PROVIDE (TIMERG1 = 0x60020000) - 0x60023000 PROVIDE (SYSTIMER = 0x60023000) - 0x60024000 PROVIDE (GPSPI2 = 0x60024000) - [!provide] PROVIDE (SYSCON = 0x60026000) - [!provide] PROVIDE (TWAI = 0x6002b000) - 0x60040000 PROVIDE (APB_SARADC = 0x60040000) - 0x60043000 PROVIDE (USB_SERIAL_JTAG = 0x60043000) - 0x6003f000 PROVIDE (GDMA = 0x6003f000) - 0x600c0000 PROVIDE (SYSTEM = 0x600c0000) - 0x40000018 rtc_get_reset_reason = 0x40000018 - 0x4000001c analog_super_wdt_reset_happened = 0x4000001c - 0x40000020 jtag_cpu_reset_happened = 0x40000020 - 0x40000024 rtc_get_wakeup_cause = 0x40000024 - 0x40000028 rtc_boot_control = 0x40000028 - 0x4000002c rtc_select_apb_bridge = 0x4000002c - 0x40000030 rtc_unhold_all_pads = 0x40000030 - 0x40000034 set_rtc_memory_crc = 0x40000034 - 0x40000038 cacl_rtc_memory_crc = 0x40000038 - 0x4000003c ets_is_print_boot = 0x4000003c - 0x40000040 ets_printf = 0x40000040 - 0x40000044 ets_install_putc1 = 0x40000044 - 0x40000048 ets_install_uart_printf = 0x40000048 - 0x4000004c ets_install_putc2 = 0x4000004c - 0x40000050 PROVIDE (ets_delay_us = 0x40000050) - 0x40000054 ets_get_stack_info = 0x40000054 - 0x40000058 ets_install_lock = 0x40000058 - 0x4000005c ets_backup_dma_copy = 0x4000005c - 0x40000060 ets_apb_backup_init_lock_func = 0x40000060 - 0x40000064 UartRxString = 0x40000064 - 0x40000068 uart_tx_one_char = 0x40000068 - 0x4000006c uart_tx_one_char2 = 0x4000006c - 0x40000070 uart_rx_one_char = 0x40000070 - 0x40000074 uart_rx_one_char_block = 0x40000074 - 0x40000078 uart_rx_readbuff = 0x40000078 - 0x4000007c uartAttach = 0x4000007c - 0x40000080 uart_tx_flush = 0x40000080 - 0x40000084 uart_tx_wait_idle = 0x40000084 - 0x40000088 uart_div_modify = 0x40000088 - 0x4000008c multofup = 0x4000008c - 0x40000090 software_reset = 0x40000090 - 0x40000094 software_reset_cpu = 0x40000094 - 0x40000098 assist_debug_clock_enable = 0x40000098 - 0x4000009c assist_debug_record_enable = 0x4000009c - 0x400000a0 clear_super_wdt_reset_flag = 0x400000a0 - 0x400000a4 disable_default_watchdog = 0x400000a4 - 0x400000a8 send_packet = 0x400000a8 - 0x400000ac recv_packet = 0x400000ac - 0x400000b0 GetUartDevice = 0x400000b0 - 0x400000b4 UartDwnLdProc = 0x400000b4 - 0x400000b8 Uart_Init = 0x400000b8 - 0x400000bc ets_set_user_start = 0x400000bc - 0x3ff1fffc ets_rom_layout_p = 0x3ff1fffc - 0x3fcdfffc ets_ops_table_ptr = 0x3fcdfffc - 0x400000c0 mz_adler32 = 0x400000c0 - 0x400000c4 mz_crc32 = 0x400000c4 - 0x400000c8 mz_free = 0x400000c8 - 0x400000cc tdefl_compress = 0x400000cc - 0x400000d0 tdefl_compress_buffer = 0x400000d0 - 0x400000d4 tdefl_compress_mem_to_heap = 0x400000d4 - 0x400000d8 tdefl_compress_mem_to_mem = 0x400000d8 - 0x400000dc tdefl_compress_mem_to_output = 0x400000dc - 0x400000e0 tdefl_get_adler32 = 0x400000e0 - 0x400000e4 tdefl_get_prev_return_status = 0x400000e4 - 0x400000e8 tdefl_init = 0x400000e8 - 0x400000ec tdefl_write_image_to_png_file_in_memory = 0x400000ec - 0x400000f0 tdefl_write_image_to_png_file_in_memory_ex = 0x400000f0 - 0x400000f4 tinfl_decompress = 0x400000f4 - 0x400000f8 tinfl_decompress_mem_to_callback = 0x400000f8 - 0x400000fc tinfl_decompress_mem_to_heap = 0x400000fc - 0x40000100 tinfl_decompress_mem_to_mem = 0x40000100 - [!provide] PROVIDE (jd_prepare = 0x40000104) - [!provide] PROVIDE (jd_decomp = 0x40000108) - 0x4000010c PROVIDE (esp_rom_spiflash_wait_idle = 0x4000010c) - [!provide] PROVIDE (esp_rom_spiflash_write_encrypted = 0x40000110) - [!provide] PROVIDE (esp_rom_spiflash_write_encrypted_dest = 0x40000114) - [!provide] PROVIDE (esp_rom_spiflash_write_encrypted_enable = 0x40000118) - [!provide] PROVIDE (esp_rom_spiflash_write_encrypted_disable = 0x4000011c) - [!provide] PROVIDE (esp_rom_spiflash_erase_chip = 0x40000120) - [!provide] PROVIDE (esp_rom_spiflash_erase_block = 0x40000124) - [!provide] PROVIDE (esp_rom_spiflash_erase_sector = 0x40000128) - [!provide] PROVIDE (esp_rom_spiflash_write = 0x4000012c) - [!provide] PROVIDE (esp_rom_spiflash_read = 0x40000130) - 0x40000134 PROVIDE (esp_rom_spiflash_config_param = 0x40000134) - [!provide] PROVIDE (esp_rom_spiflash_read_user_cmd = 0x40000138) - [!provide] PROVIDE (esp_rom_spiflash_select_qio_pins = 0x4000013c) - [!provide] PROVIDE (esp_rom_spiflash_unlock = 0x40000140) - [!provide] PROVIDE (esp_rom_spi_flash_auto_sus_res = 0x40000144) - [!provide] PROVIDE (esp_rom_spi_flash_send_resume = 0x40000148) - [!provide] PROVIDE (esp_rom_spi_flash_update_id = 0x4000014c) - 0x40000150 PROVIDE (esp_rom_spiflash_config_clk = 0x40000150) - [!provide] PROVIDE (esp_rom_spiflash_config_readmode = 0x40000154) - [!provide] PROVIDE (esp_rom_spiflash_read_status = 0x40000158) - [!provide] PROVIDE (esp_rom_spiflash_read_statushigh = 0x4000015c) - [!provide] PROVIDE (esp_rom_spiflash_write_status = 0x40000160) - [!provide] PROVIDE (esp_rom_spiflash_attach = 0x40000164) - [!provide] PROVIDE (spi_flash_get_chip_size = 0x40000168) - [!provide] PROVIDE (spi_flash_guard_set = 0x4000016c) - [!provide] PROVIDE (spi_flash_guard_get = 0x40000170) - [!provide] PROVIDE (spi_flash_write_config_set = 0x40000174) - [!provide] PROVIDE (spi_flash_write_config_get = 0x40000178) - [!provide] PROVIDE (spi_flash_safe_write_address_func_set = 0x4000017c) - [!provide] PROVIDE (spi_flash_unlock = 0x40000180) - [!provide] PROVIDE (spi_flash_erase_range = 0x40000184) - [!provide] PROVIDE (spi_flash_erase_sector = 0x40000188) - [!provide] PROVIDE (spi_flash_write = 0x4000018c) - [!provide] PROVIDE (spi_flash_read = 0x40000190) - [!provide] PROVIDE (spi_flash_write_encrypted = 0x40000194) - [!provide] PROVIDE (spi_flash_read_encrypted = 0x40000198) - [!provide] PROVIDE (spi_flash_mmap_os_func_set = 0x4000019c) - [!provide] PROVIDE (spi_flash_mmap_page_num_init = 0x400001a0) - [!provide] PROVIDE (spi_flash_mmap = 0x400001a4) - [!provide] PROVIDE (spi_flash_mmap_pages = 0x400001a8) - [!provide] PROVIDE (spi_flash_munmap = 0x400001ac) - [!provide] PROVIDE (spi_flash_mmap_dump = 0x400001b0) - [!provide] PROVIDE (spi_flash_check_and_flush_cache = 0x400001b4) - [!provide] PROVIDE (spi_flash_mmap_get_free_pages = 0x400001b8) - [!provide] PROVIDE (spi_flash_cache2phys = 0x400001bc) - [!provide] PROVIDE (spi_flash_phys2cache = 0x400001c0) - [!provide] PROVIDE (spi_flash_disable_cache = 0x400001c4) - [!provide] PROVIDE (spi_flash_restore_cache = 0x400001c8) - [!provide] PROVIDE (spi_flash_cache_enabled = 0x400001cc) - [!provide] PROVIDE (spi_flash_enable_cache = 0x400001d0) - [!provide] PROVIDE (spi_cache_mode_switch = 0x400001d4) - [!provide] PROVIDE (spi_common_set_dummy_output = 0x400001d8) - [!provide] PROVIDE (spi_common_set_flash_cs_timing = 0x400001dc) - [!provide] PROVIDE (esp_enable_cache_flash_wrap = 0x400001e0) - [!provide] PROVIDE (SPIEraseArea = 0x400001e4) - [!provide] PROVIDE (SPILock = 0x400001e8) - [!provide] PROVIDE (SPIMasterReadModeCnfig = 0x400001ec) - [!provide] PROVIDE (SPI_Common_Command = 0x400001f0) - [!provide] PROVIDE (SPI_WakeUp = 0x400001f4) - [!provide] PROVIDE (SPI_block_erase = 0x400001f8) - [!provide] PROVIDE (SPI_chip_erase = 0x400001fc) - [!provide] PROVIDE (SPI_init = 0x40000200) - [!provide] PROVIDE (SPI_page_program = 0x40000204) - [!provide] PROVIDE (SPI_read_data = 0x40000208) - [!provide] PROVIDE (SPI_sector_erase = 0x4000020c) - [!provide] PROVIDE (SPI_write_enable = 0x40000210) - [!provide] PROVIDE (SelectSpiFunction = 0x40000214) - [!provide] PROVIDE (SetSpiDrvs = 0x40000218) - [!provide] PROVIDE (Wait_SPI_Idle = 0x4000021c) - [!provide] PROVIDE (spi_dummy_len_fix = 0x40000220) - [!provide] PROVIDE (Disable_QMode = 0x40000224) - [!provide] PROVIDE (Enable_QMode = 0x40000228) - [!provide] PROVIDE (rom_spiflash_legacy_funcs = 0x3fcdfff4) - 0x3fcdfff0 PROVIDE (rom_spiflash_legacy_data = 0x3fcdfff0) - [!provide] PROVIDE (g_flash_guard_ops = 0x3fcdfff8) - [!provide] PROVIDE (spi_flash_hal_poll_cmd_done = 0x4000022c) - [!provide] PROVIDE (spi_flash_hal_device_config = 0x40000230) - [!provide] PROVIDE (spi_flash_hal_configure_host_io_mode = 0x40000234) - [!provide] PROVIDE (spi_flash_hal_common_command = 0x40000238) - [!provide] PROVIDE (spi_flash_hal_read = 0x4000023c) - [!provide] PROVIDE (spi_flash_hal_erase_chip = 0x40000240) - [!provide] PROVIDE (spi_flash_hal_erase_sector = 0x40000244) - [!provide] PROVIDE (spi_flash_hal_erase_block = 0x40000248) - [!provide] PROVIDE (spi_flash_hal_program_page = 0x4000024c) - [!provide] PROVIDE (spi_flash_hal_set_write_protect = 0x40000250) - [!provide] PROVIDE (spi_flash_hal_host_idle = 0x40000254) - [!provide] PROVIDE (spi_flash_chip_generic_probe = 0x40000258) - [!provide] PROVIDE (spi_flash_chip_generic_detect_size = 0x4000025c) - [!provide] PROVIDE (spi_flash_chip_generic_write = 0x40000260) - [!provide] PROVIDE (spi_flash_chip_generic_write_encrypted = 0x40000264) - [!provide] PROVIDE (spi_flash_chip_generic_set_write_protect = 0x40000268) - [!provide] PROVIDE (spi_flash_common_write_status_16b_wrsr = 0x4000026c) - [!provide] PROVIDE (spi_flash_chip_generic_reset = 0x40000270) - [!provide] PROVIDE (spi_flash_chip_generic_erase_chip = 0x40000274) - [!provide] PROVIDE (spi_flash_chip_generic_erase_sector = 0x40000278) - [!provide] PROVIDE (spi_flash_chip_generic_erase_block = 0x4000027c) - [!provide] PROVIDE (spi_flash_chip_generic_page_program = 0x40000280) - [!provide] PROVIDE (spi_flash_chip_generic_get_write_protect = 0x40000284) - [!provide] PROVIDE (spi_flash_common_read_status_16b_rdsr_rdsr2 = 0x40000288) - [!provide] PROVIDE (spi_flash_chip_generic_read_reg = 0x4000028c) - [!provide] PROVIDE (spi_flash_chip_generic_yield = 0x40000290) - [!provide] PROVIDE (spi_flash_generic_wait_host_idle = 0x40000294) - [!provide] PROVIDE (spi_flash_chip_generic_wait_idle = 0x40000298) - [!provide] PROVIDE (spi_flash_chip_generic_config_host_io_mode = 0x4000029c) - [!provide] PROVIDE (spi_flash_chip_generic_read = 0x400002a0) - [!provide] PROVIDE (spi_flash_common_read_status_8b_rdsr2 = 0x400002a4) - [!provide] PROVIDE (spi_flash_chip_generic_get_io_mode = 0x400002a8) - [!provide] PROVIDE (spi_flash_common_read_status_8b_rdsr = 0x400002ac) - [!provide] PROVIDE (spi_flash_common_write_status_8b_wrsr = 0x400002b0) - [!provide] PROVIDE (spi_flash_common_write_status_8b_wrsr2 = 0x400002b4) - [!provide] PROVIDE (spi_flash_common_set_io_mode = 0x400002b8) - [!provide] PROVIDE (spi_flash_chip_generic_set_io_mode = 0x400002bc) - [!provide] PROVIDE (spi_flash_chip_gd_get_io_mode = 0x400002c0) - [!provide] PROVIDE (spi_flash_chip_gd_probe = 0x400002c4) - [!provide] PROVIDE (spi_flash_chip_gd_set_io_mode = 0x400002c8) - [!provide] PROVIDE (spi_flash_chip_generic_config_data = 0x3fcdffec) - [!provide] PROVIDE (memspi_host_read_id_hs = 0x400002cc) - [!provide] PROVIDE (memspi_host_read_status_hs = 0x400002d0) - [!provide] PROVIDE (memspi_host_flush_cache = 0x400002d4) - [!provide] PROVIDE (memspi_host_erase_chip = 0x400002d8) - [!provide] PROVIDE (memspi_host_erase_sector = 0x400002dc) - [!provide] PROVIDE (memspi_host_erase_block = 0x400002e0) - [!provide] PROVIDE (memspi_host_program_page = 0x400002e4) - [!provide] PROVIDE (memspi_host_read = 0x400002e8) - [!provide] PROVIDE (memspi_host_set_write_protect = 0x400002ec) - [!provide] PROVIDE (memspi_host_set_max_read_len = 0x400002f0) - [!provide] PROVIDE (memspi_host_read_data_slicer = 0x400002f4) - [!provide] PROVIDE (memspi_host_write_data_slicer = 0x400002f8) - [!provide] PROVIDE (esp_flash_chip_driver_initialized = 0x400002fc) - [!provide] PROVIDE (esp_flash_read_id = 0x40000300) - [!provide] PROVIDE (esp_flash_get_size = 0x40000304) - [!provide] PROVIDE (esp_flash_erase_chip = 0x40000308) - [!provide] PROVIDE (rom_esp_flash_erase_region = 0x4000030c) - [!provide] PROVIDE (esp_flash_get_chip_write_protect = 0x40000310) - [!provide] PROVIDE (esp_flash_set_chip_write_protect = 0x40000314) - [!provide] PROVIDE (esp_flash_get_protectable_regions = 0x40000318) - [!provide] PROVIDE (esp_flash_get_protected_region = 0x4000031c) - [!provide] PROVIDE (esp_flash_set_protected_region = 0x40000320) - [!provide] PROVIDE (esp_flash_read = 0x40000324) - [!provide] PROVIDE (esp_flash_write = 0x40000328) - [!provide] PROVIDE (esp_flash_write_encrypted = 0x4000032c) - [!provide] PROVIDE (esp_flash_read_encrypted = 0x40000330) - [!provide] PROVIDE (esp_flash_get_io_mode = 0x40000334) - [!provide] PROVIDE (esp_flash_set_io_mode = 0x40000338) - [!provide] PROVIDE (spi_flash_boot_attach = 0x4000033c) - [!provide] PROVIDE (spi_flash_dump_counters = 0x40000340) - [!provide] PROVIDE (spi_flash_get_counters = 0x40000344) - [!provide] PROVIDE (spi_flash_op_counters_config = 0x40000348) - [!provide] PROVIDE (spi_flash_reset_counters = 0x4000034c) - [!provide] PROVIDE (esp_flash_default_chip = 0x3fcdffe8) - [!provide] PROVIDE (esp_flash_api_funcs = 0x3fcdffe4) - 0x400004b0 PROVIDE (Cache_Get_ICache_Line_Size = 0x400004b0) - [!provide] PROVIDE (Cache_Get_Mode = 0x400004b4) - [!provide] PROVIDE (Cache_Address_Through_IBus = 0x400004b8) - [!provide] PROVIDE (Cache_Address_Through_DBus = 0x400004bc) - [!provide] PROVIDE (Cache_Set_Default_Mode = 0x400004c0) - [!provide] PROVIDE (Cache_Enable_Defalut_ICache_Mode = 0x400004c4) - 0x400004c8 PROVIDE (ROM_Boot_Cache_Init = 0x400004c8) - [!provide] PROVIDE (Cache_Invalidate_ICache_Items = 0x400004cc) - [!provide] PROVIDE (Cache_Op_Addr = 0x400004d0) - 0x400004d4 PROVIDE (Cache_Invalidate_Addr = 0x400004d4) - 0x400004d8 PROVIDE (Cache_Invalidate_ICache_All = 0x400004d8) - [!provide] PROVIDE (Cache_Mask_All = 0x400004dc) - [!provide] PROVIDE (Cache_UnMask_Dram0 = 0x400004e0) - [!provide] PROVIDE (Cache_Suspend_ICache_Autoload = 0x400004e4) - [!provide] PROVIDE (Cache_Resume_ICache_Autoload = 0x400004e8) - [!provide] PROVIDE (Cache_Start_ICache_Preload = 0x400004ec) - [!provide] PROVIDE (Cache_ICache_Preload_Done = 0x400004f0) - [!provide] PROVIDE (Cache_End_ICache_Preload = 0x400004f4) - [!provide] PROVIDE (Cache_Config_ICache_Autoload = 0x400004f8) - [!provide] PROVIDE (Cache_Enable_ICache_Autoload = 0x400004fc) - [!provide] PROVIDE (Cache_Disable_ICache_Autoload = 0x40000500) - [!provide] PROVIDE (Cache_Enable_ICache_PreLock = 0x40000504) - [!provide] PROVIDE (Cache_Disable_ICache_PreLock = 0x40000508) - [!provide] PROVIDE (Cache_Lock_ICache_Items = 0x4000050c) - [!provide] PROVIDE (Cache_Unlock_ICache_Items = 0x40000510) - [!provide] PROVIDE (Cache_Lock_Addr = 0x40000514) - [!provide] PROVIDE (Cache_Unlock_Addr = 0x40000518) - 0x4000051c PROVIDE (Cache_Disable_ICache = 0x4000051c) - 0x40000520 PROVIDE (Cache_Enable_ICache = 0x40000520) - 0x40000524 PROVIDE (Cache_Suspend_ICache = 0x40000524) - 0x40000528 PROVIDE (Cache_Resume_ICache = 0x40000528) - [!provide] PROVIDE (Cache_Freeze_ICache_Enable = 0x4000052c) - [!provide] PROVIDE (Cache_Freeze_ICache_Disable = 0x40000530) - [!provide] PROVIDE (Cache_Pms_Lock = 0x40000534) - [!provide] PROVIDE (Cache_Ibus_Pms_Set_Addr = 0x40000538) - [!provide] PROVIDE (Cache_Ibus_Pms_Set_Attr = 0x4000053c) - [!provide] PROVIDE (Cache_Dbus_Pms_Set_Addr = 0x40000540) - [!provide] PROVIDE (Cache_Dbus_Pms_Set_Attr = 0x40000544) - 0x40000548 PROVIDE (Cache_Set_IDROM_MMU_Size = 0x40000548) - [!provide] PROVIDE (Cache_Get_IROM_MMU_End = 0x4000054c) - [!provide] PROVIDE (Cache_Get_DROM_MMU_End = 0x40000550) - [!provide] PROVIDE (Cache_Owner_Init = 0x40000554) - [!provide] PROVIDE (Cache_Occupy_ICache_MEMORY = 0x40000558) - [!provide] PROVIDE (Cache_MMU_Init = 0x4000055c) - [!provide] PROVIDE (Cache_Ibus_MMU_Set = 0x40000560) - [!provide] PROVIDE (Cache_Dbus_MMU_Set = 0x40000564) - [!provide] PROVIDE (Cache_Count_Flash_Pages = 0x40000568) - [!provide] PROVIDE (Cache_Travel_Tag_Memory = 0x4000056c) - [!provide] PROVIDE (Cache_Get_Virtual_Addr = 0x40000570) - [!provide] PROVIDE (Cache_Get_Memory_BaseAddr = 0x40000574) - [!provide] PROVIDE (Cache_Get_Memory_Addr = 0x40000578) - [!provide] PROVIDE (Cache_Get_Memory_value = 0x4000057c) - [!provide] PROVIDE (rom_cache_op_cb = 0x3fcdffd8) - [!provide] PROVIDE (rom_cache_internal_table_ptr = 0x3fcdffd4) - 0x40000580 ets_get_apb_freq = 0x40000580 - 0x40000584 ets_get_cpu_frequency = 0x40000584 - 0x40000588 ets_update_cpu_frequency = 0x40000588 - 0x4000058c ets_get_printf_channel = 0x4000058c - 0x40000590 ets_get_xtal_div = 0x40000590 - 0x40000594 ets_set_xtal_div = 0x40000594 - 0x40000598 ets_get_xtal_freq = 0x40000598 - 0x4000059c gpio_input_get = 0x4000059c - 0x400005a0 gpio_matrix_in = 0x400005a0 - 0x400005a4 gpio_matrix_out = 0x400005a4 - 0x400005b0 gpio_output_set = 0x400005b0 - 0x400005b4 gpio_pad_hold = 0x400005b4 - 0x400005b8 gpio_pad_input_disable = 0x400005b8 - 0x400005bc gpio_pad_input_enable = 0x400005bc - 0x400005c0 gpio_pad_pulldown = 0x400005c0 - 0x400005c4 gpio_pad_pullup = 0x400005c4 - 0x400005c8 gpio_pad_select_gpio = 0x400005c8 - 0x400005cc gpio_pad_set_drv = 0x400005cc - 0x400005d0 gpio_pad_unhold = 0x400005d0 - 0x400005d4 gpio_pin_wakeup_disable = 0x400005d4 - 0x400005d8 gpio_pin_wakeup_enable = 0x400005d8 - 0x400005dc gpio_bypass_matrix_in = 0x400005dc - 0x400005e0 esprv_intc_int_set_priority = 0x400005e0 - 0x400005e4 esprv_intc_int_set_threshold = 0x400005e4 - 0x400005e8 esprv_intc_int_enable = 0x400005e8 - 0x400005ec esprv_intc_int_disable = 0x400005ec - 0x400005f0 esprv_intc_int_set_type = 0x400005f0 - 0x400005f4 intr_matrix_set = 0x400005f4 - 0x400005f8 ets_intr_lock = 0x400005f8 - 0x400005fc ets_intr_unlock = 0x400005fc - [!provide] PROVIDE (intr_handler_set = 0x40000600) - 0x40000604 ets_isr_attach = 0x40000604 - 0x40000608 ets_isr_mask = 0x40000608 - 0x4000060c ets_isr_unmask = 0x4000060c - 0x40000610 md5_vector = 0x40000610 - 0x40000614 MD5Init = 0x40000614 - 0x40000618 MD5Update = 0x40000618 - 0x4000061c MD5Final = 0x4000061c - 0x40000620 hmac_md5_vector = 0x40000620 - 0x40000624 hmac_md5 = 0x40000624 - 0x40000628 crc32_le = 0x40000628 - 0x4000062c crc32_be = 0x4000062c - 0x40000630 crc16_le = 0x40000630 - 0x40000634 crc16_be = 0x40000634 - 0x40000638 crc8_le = 0x40000638 - 0x4000063c crc8_be = 0x4000063c - 0x40000640 esp_crc8 = 0x40000640 - 0x40000644 ets_sha_enable = 0x40000644 - 0x40000648 ets_sha_disable = 0x40000648 - 0x4000064c ets_sha_get_state = 0x4000064c - 0x40000650 ets_sha_init = 0x40000650 - 0x40000654 ets_sha_process = 0x40000654 - 0x40000658 ets_sha_starts = 0x40000658 - 0x4000065c ets_sha_update = 0x4000065c - 0x40000660 ets_sha_finish = 0x40000660 - 0x40000664 ets_sha_clone = 0x40000664 - 0x40000668 ets_hmac_enable = 0x40000668 - 0x4000066c ets_hmac_disable = 0x4000066c - 0x40000670 ets_hmac_calculate_message = 0x40000670 - 0x40000674 ets_hmac_calculate_downstream = 0x40000674 - 0x40000678 ets_hmac_invalidate_downstream = 0x40000678 - 0x4000067c ets_jtag_enable_temporarily = 0x4000067c - 0x40000680 ets_aes_enable = 0x40000680 - 0x40000684 ets_aes_disable = 0x40000684 - 0x40000688 ets_aes_setkey = 0x40000688 - 0x4000068c ets_aes_block = 0x4000068c - 0x40000690 ets_bigint_enable = 0x40000690 - 0x40000694 ets_bigint_disable = 0x40000694 - 0x40000698 ets_bigint_multiply = 0x40000698 - 0x4000069c ets_bigint_modmult = 0x4000069c - 0x400006a0 ets_bigint_modexp = 0x400006a0 - 0x400006a4 ets_bigint_wait_finish = 0x400006a4 - 0x400006a8 ets_bigint_getz = 0x400006a8 - 0x400006ac ets_ds_enable = 0x400006ac - 0x400006b0 ets_ds_disable = 0x400006b0 - 0x400006b4 ets_ds_start_sign = 0x400006b4 - 0x400006b8 ets_ds_is_busy = 0x400006b8 - 0x400006bc ets_ds_finish_sign = 0x400006bc - 0x400006c0 ets_ds_encrypt_params = 0x400006c0 - 0x400006c4 ets_aes_setkey_dec = 0x400006c4 - 0x400006c8 ets_aes_setkey_enc = 0x400006c8 - 0x400006cc ets_mgf1_sha256 = 0x400006cc - 0x400006d0 ets_efuse_read = 0x400006d0 - 0x400006d4 ets_efuse_program = 0x400006d4 - 0x400006d8 ets_efuse_clear_program_registers = 0x400006d8 - 0x400006dc ets_efuse_write_key = 0x400006dc - 0x400006e0 ets_efuse_get_read_register_address = 0x400006e0 - 0x400006e4 ets_efuse_get_key_purpose = 0x400006e4 - 0x400006e8 ets_efuse_key_block_unused = 0x400006e8 - 0x400006ec ets_efuse_find_unused_key_block = 0x400006ec - 0x400006f0 ets_efuse_rs_calculate = 0x400006f0 - 0x400006f4 ets_efuse_count_unused_key_blocks = 0x400006f4 - 0x400006f8 ets_efuse_secure_boot_enabled = 0x400006f8 - 0x400006fc ets_efuse_secure_boot_aggressive_revoke_enabled = 0x400006fc - 0x40000700 ets_efuse_cache_encryption_enabled = 0x40000700 - 0x40000704 ets_efuse_download_modes_disabled = 0x40000704 - 0x40000708 ets_efuse_find_purpose = 0x40000708 - 0x4000070c ets_efuse_flash_opi_5pads_power_sel_vddspi = 0x4000070c - 0x40000710 ets_efuse_force_send_resume = 0x40000710 - 0x40000714 ets_efuse_get_flash_delay_us = 0x40000714 - 0x40000718 ets_efuse_get_mac = 0x40000718 - 0x4000071c ets_efuse_get_spiconfig = 0x4000071c - 0x40000720 ets_efuse_usb_print_is_disabled = 0x40000720 - 0x40000724 ets_efuse_usb_serial_jtag_print_is_disabled = 0x40000724 - 0x40000728 ets_efuse_get_uart_print_control = 0x40000728 - 0x4000072c ets_efuse_get_wp_pad = 0x4000072c - 0x40000730 ets_efuse_legacy_spi_boot_mode_disabled = 0x40000730 - 0x40000734 ets_efuse_security_download_modes_enabled = 0x40000734 - 0x40000738 ets_efuse_set_timing = 0x40000738 - 0x4000073c ets_efuse_jtag_disabled = 0x4000073c - 0x40000740 ets_efuse_usb_download_mode_disabled = 0x40000740 - 0x40000744 ets_efuse_usb_module_disabled = 0x40000744 - 0x40000748 ets_efuse_usb_device_disabled = 0x40000748 - 0x4000074c ets_emsa_pss_verify = 0x4000074c - 0x40000750 ets_rsa_pss_verify = 0x40000750 - 0x40000754 ets_secure_boot_verify_bootloader_with_keys = 0x40000754 - 0x40000758 ets_secure_boot_verify_signature = 0x40000758 - 0x4000075c ets_secure_boot_read_key_digests = 0x4000075c - 0x40000760 ets_secure_boot_revoke_public_key_digest = 0x40000760 - [!provide] PROVIDE (usb_uart_rx_one_char = 0x400008cc) - [!provide] PROVIDE (usb_uart_rx_one_char_block = 0x400008d0) - [!provide] PROVIDE (usb_uart_tx_flush = 0x400008d4) - [!provide] PROVIDE (usb_uart_tx_one_char = 0x400008d8) - [!provide] PROVIDE (g_uart_print = 0x3fcdffd1) - [!provide] PROVIDE (g_usb_print = 0x3fcdffd0) - 0x3fcdffcc bt_rf_coex_cfg_p = 0x3fcdffcc - 0x3fcdffc8 bt_rf_coex_hooks_p = 0x3fcdffc8 - 0x3fcdffc4 btdm_env_p = 0x3fcdffc4 - 0x3fcdffc0 g_rw_controller_task_handle = 0x3fcdffc0 - 0x3fcdffbc g_rw_init_sem = 0x3fcdffbc - 0x3fcdffb8 g_rw_schd_queue = 0x3fcdffb8 - 0x3fcdffb4 lld_init_env = 0x3fcdffb4 - 0x3fcdffb0 lld_rpa_renew_env = 0x3fcdffb0 - 0x3fcdffac lld_scan_env = 0x3fcdffac - 0x3fcdffa8 lld_scan_sync_env = 0x3fcdffa8 - 0x3fcdffa4 lld_test_env = 0x3fcdffa4 - 0x3fcdffa0 p_ble_util_buf_env = 0x3fcdffa0 - 0x3fcdff9c p_lld_env = 0x3fcdff9c - 0x3fcdff98 p_llm_env = 0x3fcdff98 - 0x3fcdff94 r_h4tl_eif_p = 0x3fcdff94 - 0x3fcdff90 r_hli_funcs_p = 0x3fcdff90 - 0x3fcdff8c r_ip_funcs_p = 0x3fcdff8c - 0x3fcdff88 r_modules_funcs_p = 0x3fcdff88 - 0x3fcdff84 r_osi_funcs_p = 0x3fcdff84 - 0x3fcdff80 r_plf_funcs_p = 0x3fcdff80 - 0x3fcdff7c vhci_env_p = 0x3fcdff7c - 0x3fcdff78 aa_gen = 0x3fcdff78 - 0x3fcdff6c aes_env = 0x3fcdff6c - 0x3fcdff1c bt_rf_coex_cfg_cb = 0x3fcdff1c - 0x3fcdff18 btdm_pwr_state = 0x3fcdff18 - 0x3fcdff14 btdm_slp_err = 0x3fcdff14 - 0x3fcdff0c ecc_env = 0x3fcdff0c - 0x3fcdff04 esp_handler = 0x3fcdff04 - 0x3fcdfefc esp_vendor_cmd = 0x3fcdfefc - 0x3fcdfef8 g_adv_delay_dis = 0x3fcdfef8 - 0x3fcdfef4 g_conflict_elt = 0x3fcdfef4 - 0x3fcdfee4 g_eif_api = 0x3fcdfee4 - 0x3fcdfed8 g_event_empty = 0x3fcdfed8 - 0x3fcdfecc g_llc_state = 0x3fcdfecc - 0x3fcdfec8 g_llm_state = 0x3fcdfec8 - 0x3fcdfec4 g_max_evt_env = 0x3fcdfec4 - 0x3fcdfec0 g_misc_state = 0x3fcdfec0 - 0x3fcdfea4 g_rma_rule_db = 0x3fcdfea4 - 0x3fcdfe88 g_rtp_rule_db = 0x3fcdfe88 - 0x3fcdfe85 g_scan_forever = 0x3fcdfe85 - 0x3fcdfe84 g_time_msb = 0x3fcdfe84 - 0x3fcdfe5c h4tl_env = 0x3fcdfe5c - 0x3fcdfe38 hci_env = 0x3fcdfe38 - 0x3fcdfe34 hci_ext_host = 0x3fcdfe34 - 0x3fcdfe2c hci_fc_env = 0x3fcdfe2c - 0x3fcdfe00 hci_tl_env = 0x3fcdfe00 - 0x3fcdfdd0 ke_env = 0x3fcdfdd0 - 0x3fcdfd90 ke_event_env = 0x3fcdfd90 - 0x3fcdfd14 ke_task_env = 0x3fcdfd14 - 0x3fcdfcec llc_env = 0x3fcdfcec - 0x3fcdfcc4 lld_adv_env = 0x3fcdfcc4 - 0x3fcdfc9c lld_con_env = 0x3fcdfc9c - 0x3fcdfc94 lld_exp_sync_pos_tab = 0x3fcdfc94 - 0x3fcdfc6c lld_per_adv_env = 0x3fcdfc6c - 0x3fcdfc44 lld_sync_env = 0x3fcdfc44 - 0x3fcdfc38 llm_le_adv_flow_env = 0x3fcdfc38 - 0x3fcdfc34 rw_sleep_enable = 0x3fcdfc34 - 0x3fcdfc2c rwble_env = 0x3fcdfc2c - 0x3fcdfc10 rwip_env = 0x3fcdfc10 - 0x3fcdfc04 rwip_param = 0x3fcdfc04 - 0x3fcdfc00 rwip_prog_delay = 0x3fcdfc00 - 0x3fcdfbc8 rwip_rf = 0x3fcdfbc8 - 0x3fcdfbc0 sch_alarm_env = 0x3fcdfbc0 - 0x3fcdfbac sch_arb_env = 0x3fcdfbac - 0x3fcdfba4 sch_plan_env = 0x3fcdfba4 - 0x3fcdfaa0 sch_prog_env = 0x3fcdfaa0 - 0x3fcdfa40 sch_slice_env = 0x3fcdfa40 - 0x3fcdfa38 sch_slice_params = 0x3fcdfa38 - 0x3fcdfa30 timer_env = 0x3fcdfa30 - 0x3fcdfa2c unloaded_area = 0x3fcdfa2c - 0x3fcdfa28 vshci_state = 0x3fcdfa28 - 0x3fcdfa1c TASK_DESC_LLC = 0x3fcdfa1c - 0x3fcdfa10 TASK_DESC_LLM = 0x3fcdfa10 - 0x3fcdfa04 TASK_DESC_VSHCI = 0x3fcdfa04 - 0x3fcdf9fc co_default_bdaddr = 0x3fcdf9fc - 0x3fcdf9f8 dbg_assert_block = 0x3fcdf9f8 - 0x3fcdf9f4 g_bt_plf_log_level = 0x3fcdf9f4 - 0x3fcdf9d0 hci_cmd_desc_tab_vs_esp = 0x3fcdf9d0 - 0x3fcdf9b8 hci_command_handler_tab_esp = 0x3fcdf9b8 - 0x3fcdf9b4 privacy_en = 0x3fcdf9b4 - 0x3fcdf96c sdk_cfg_priv_opts = 0x3fcdf96c - 0x3ff1ffdc BasePoint_x_256 = 0x3ff1ffdc - 0x3ff1ffbc BasePoint_y_256 = 0x3ff1ffbc - 0x3ff1ff9c DebugE256PublicKey_x = 0x3ff1ff9c - 0x3ff1ff7c DebugE256PublicKey_y = 0x3ff1ff7c - 0x3ff1ff5c DebugE256SecretKey = 0x3ff1ff5c - 0x3ff1f7a0 ECC_4Win_Look_up_table = 0x3ff1f7a0 - 0x3ff1f79c LLM_AA_CT1 = 0x3ff1f79c - 0x3ff1f798 LLM_AA_CT2 = 0x3ff1f798 - 0x3ff1f790 RF_TX_PW_CONV_TBL = 0x3ff1f790 - 0x3ff1f784 TASK_DESC_MISC = 0x3ff1f784 - 0x3ff1f768 adv_evt_prop2type = 0x3ff1f768 - 0x3ff1f760 adv_evt_type2prop = 0x3ff1f760 - 0x3ff1f750 aes_cmac_zero = 0x3ff1f750 - 0x3ff1f740 aes_k2_salt = 0x3ff1f740 - 0x3ff1f738 aes_k3_id64 = 0x3ff1f738 - 0x3ff1f728 aes_k3_salt = 0x3ff1f728 - 0x3ff1f724 aes_k4_id6 = 0x3ff1f724 - 0x3ff1f714 aes_k4_salt = 0x3ff1f714 - 0x3ff1f6e8 bigHexP256 = 0x3ff1f6e8 - 0x3ff1f6e0 byte_tx_time = 0x3ff1f6e0 - 0x3ff1f6d8 co_null_bdaddr = 0x3ff1f6d8 - 0x3ff1f6d0 co_phy_mask_to_rate = 0x3ff1f6d0 - 0x3ff1f6c8 co_phy_mask_to_value = 0x3ff1f6c8 - 0x3ff1f6c4 co_phy_to_rate = 0x3ff1f6c4 - 0x3ff1f6c0 co_phy_value_to_mask = 0x3ff1f6c0 - 0x3ff1f6b8 co_rate_to_byte_dur_us = 0x3ff1f6b8 - 0x3ff1f6b0 co_rate_to_phy = 0x3ff1f6b0 - 0x3ff1f6ac co_rate_to_phy_mask = 0x3ff1f6ac - 0x3ff1f69c co_sca2ppm = 0x3ff1f69c - 0x3ff1f670 coef_B = 0x3ff1f670 - 0x3ff1f668 connect_req_dur_tab = 0x3ff1f668 - 0x3ff1f5e4 ecc_Jacobian_InfinityPoint256 = 0x3ff1f5e4 - 0x3ff1f518 em_base_reg_lut = 0x3ff1f518 - 0x3ff1f510 fixed_tx_time = 0x3ff1f510 - 0x3ff1f508 h4tl_msgtype2hdrlen = 0x3ff1f508 - 0x3ff1f4d8 hci_cmd_desc_root_tab = 0x3ff1f4d8 - 0x3ff1f46c hci_cmd_desc_tab_ctrl_bb = 0x3ff1f46c - 0x3ff1f43c hci_cmd_desc_tab_info_par = 0x3ff1f43c - 0x3ff1f0a0 hci_cmd_desc_tab_le = 0x3ff1f0a0 - 0x3ff1f088 hci_cmd_desc_tab_lk_ctrl = 0x3ff1f088 - 0x3ff1f07c hci_cmd_desc_tab_stat_par = 0x3ff1f07c - 0x3ff1f040 hci_cmd_desc_tab_vs = 0x3ff1f040 - 0x3ff1eff8 hci_evt_desc_tab = 0x3ff1eff8 - 0x3ff1ef58 hci_evt_le_desc_tab = 0x3ff1ef58 - 0x3ff1ef50 hci_evt_le_desc_tab_esp = 0x3ff1ef50 - 0x3ff1ef48 hci_rsvd_evt_msk = 0x3ff1ef48 - 0x3ff1ef44 lld_aux_phy_to_rate = 0x3ff1ef44 - 0x3ff1ef3c lld_init_max_aux_dur_tab = 0x3ff1ef3c - 0x3ff1ef34 lld_scan_map_legacy_pdu_to_evt_type = 0x3ff1ef34 - 0x3ff1ef2c lld_scan_max_aux_dur_tab = 0x3ff1ef2c - 0x3ff1ef24 lld_sync_max_aux_dur_tab = 0x3ff1ef24 - 0x3ff1ef1c llm_local_le_feats = 0x3ff1ef1c - 0x3ff1ef14 llm_local_le_states = 0x3ff1ef14 - 0x3ff1eeec llm_local_supp_cmds = 0x3ff1eeec - 0x3ff1eecc maxSecretKey_256 = 0x3ff1eecc - 0x3ff1eec4 max_data_tx_time = 0x3ff1eec4 - 0x3ff1eeb4 one_bits = 0x3ff1eeb4 - 0x3ff1eeac rwip_coex_cfg = 0x3ff1eeac - 0x3ff1ee94 rwip_priority = 0x3ff1ee94 - 0x3ff1ee48 veryBigHexP256 = 0x3ff1ee48 - 0x400015b0 esp_pp_rom_version_get = 0x400015b0 - 0x400015b4 RC_GetBlockAckTime = 0x400015b4 - 0x400015b8 ebuf_list_remove = 0x400015b8 - 0x400015c8 GetAccess = 0x400015c8 - 0x400015cc hal_mac_is_low_rate_enabled = 0x400015cc - 0x400015d0 hal_mac_tx_get_blockack = 0x400015d0 - 0x400015d8 ic_get_trc = 0x400015d8 - 0x400015e0 ic_mac_init = 0x400015e0 - 0x400015e4 ic_interface_enabled = 0x400015e4 - 0x400015e8 is_lmac_idle = 0x400015e8 - 0x400015f0 lmacDiscardAgedMSDU = 0x400015f0 - 0x400015fc lmacIsIdle = 0x400015fc - 0x40001600 lmacIsLongFrame = 0x40001600 - 0x40001608 lmacPostTxComplete = 0x40001608 - 0x4000160c lmacProcessAllTxTimeout = 0x4000160c - 0x40001610 lmacProcessCollisions = 0x40001610 - 0x40001614 lmacProcessRxSucData = 0x40001614 - 0x40001618 lmacReachLongLimit = 0x40001618 - 0x4000161c lmacReachShortLimit = 0x4000161c - 0x40001620 lmacRecycleMPDU = 0x40001620 - 0x40001624 lmacRxDone = 0x40001624 - 0x40001634 mac_tx_set_duration = 0x40001634 - 0x4000163c mac_tx_set_plcp0 = 0x4000163c - 0x40001644 mac_tx_set_plcp2 = 0x40001644 - 0x4000164c pm_disable_dream_timer = 0x4000164c - 0x40001650 pm_disable_sleep_delay_timer = 0x40001650 - 0x40001658 pm_mac_wakeup = 0x40001658 - 0x4000165c pm_mac_sleep = 0x4000165c - 0x40001660 pm_enable_active_timer = 0x40001660 - 0x40001664 pm_enable_sleep_delay_timer = 0x40001664 - 0x40001668 pm_local_tsf_process = 0x40001668 - 0x4000166c pm_set_beacon_filter = 0x4000166c - 0x40001670 pm_is_in_wifi_slice_threshold = 0x40001670 - 0x40001674 pm_is_waked = 0x40001674 - 0x40001678 pm_keep_alive = 0x40001678 - 0x40001680 pm_on_data_rx = 0x40001680 - 0x40001684 pm_on_tbtt = 0x40001684 - 0x4000169c pm_sleep_for = 0x4000169c - 0x400016a4 ppAMPDU2Normal = 0x400016a4 - 0x400016ac ppCalFrameTimes = 0x400016ac - 0x400016b0 ppCalSubFrameLength = 0x400016b0 - 0x400016b8 ppCheckTxAMPDUlength = 0x400016b8 - 0x400016bc ppDequeueRxq_Locked = 0x400016bc - 0x400016c0 ppDequeueTxQ = 0x400016c0 - 0x400016c4 ppEmptyDelimiterLength = 0x400016c4 - 0x400016c8 ppEnqueueRxq = 0x400016c8 - 0x400016cc ppEnqueueTxDone = 0x400016cc - 0x400016d0 ppGetTxQFirstAvail_Locked = 0x400016d0 - 0x400016d4 ppGetTxframe = 0x400016d4 - 0x400016e0 ppProcessRxPktHdr = 0x400016e0 - 0x400016e8 ppRecordBarRRC = 0x400016e8 - 0x400016ec lmacRequestTxopQueue = 0x400016ec - 0x400016f0 lmacReleaseTxopQueue = 0x400016f0 - 0x400016f4 ppRecycleAmpdu = 0x400016f4 - 0x400016f8 ppRecycleRxPkt = 0x400016f8 - 0x400016fc ppResortTxAMPDU = 0x400016fc - 0x40001700 ppResumeTxAMPDU = 0x40001700 - 0x4000170c ppRxProtoProc = 0x4000170c - 0x40001710 ppSearchTxQueue = 0x40001710 - 0x40001714 ppSearchTxframe = 0x40001714 - 0x40001718 ppSelectNextQueue = 0x40001718 - 0x4000171c ppSubFromAMPDU = 0x4000171c - 0x40001720 ppTask = 0x40001720 - 0x40001724 ppTxPkt = 0x40001724 - 0x40001728 ppTxProtoProc = 0x40001728 - 0x4000172c ppTxqUpdateBitmap = 0x4000172c - 0x40001734 pp_hdrsize = 0x40001734 - 0x40001738 pp_post = 0x40001738 - 0x4000173c pp_process_hmac_waiting_txq = 0x4000173c - 0x40001740 rcGetAmpduSched = 0x40001740 - 0x40001744 rcUpdateRxDone = 0x40001744 - 0x40001748 rc_get_trc = 0x40001748 - 0x4000174c rc_get_trc_by_index = 0x4000174c - 0x40001750 rcAmpduLowerRate = 0x40001750 - 0x40001754 rcampduuprate = 0x40001754 - 0x40001758 rcClearCurAMPDUSched = 0x40001758 - 0x4000175c rcClearCurSched = 0x4000175c - 0x40001760 rcClearCurStat = 0x40001760 - 0x40001768 rcLowerSched = 0x40001768 - 0x4000176c rcSetTxAmpduLimit = 0x4000176c - 0x40001774 rcUpdateAckSnr = 0x40001774 - 0x40001784 rcUpSched = 0x40001784 - 0x40001788 rssi_margin = 0x40001788 - 0x4000178c rx11NRate2AMPDULimit = 0x4000178c - 0x40001790 TRC_AMPDU_PER_DOWN_THRESHOLD = 0x40001790 - 0x40001794 TRC_AMPDU_PER_UP_THRESHOLD = 0x40001794 - 0x40001798 trc_calc_duration = 0x40001798 - 0x4000179c trc_isTxAmpduOperational = 0x4000179c - 0x400017a0 trc_onAmpduOp = 0x400017a0 - 0x400017a4 TRC_PER_IS_GOOD = 0x400017a4 - 0x400017a8 trc_SetTxAmpduState = 0x400017a8 - 0x400017ac trc_tid_isTxAmpduOperational = 0x400017ac - 0x400017b0 trcAmpduSetState = 0x400017b0 - 0x400017bc wDev_DiscardFrame = 0x400017bc - 0x400017c0 wDev_GetNoiseFloor = 0x400017c0 - 0x400017c4 wDev_IndicateAmpdu = 0x400017c4 - 0x400017cc wdev_bank_store = 0x400017cc - 0x400017d0 wdev_bank_load = 0x400017d0 - 0x400017d4 wdev_mac_reg_load = 0x400017d4 - 0x400017d8 wdev_mac_reg_store = 0x400017d8 - 0x400017dc wdev_mac_special_reg_load = 0x400017dc - 0x400017e0 wdev_mac_special_reg_store = 0x400017e0 - 0x400017e4 wdev_mac_wakeup = 0x400017e4 - 0x400017e8 wdev_mac_sleep = 0x400017e8 - 0x400017ec hal_mac_is_dma_enable = 0x400017ec - 0x400017f8 wdevProcessRxSucDataAll = 0x400017f8 - 0x400017fc wdev_csi_len_align = 0x400017fc - 0x40001800 ppDequeueTxDone_Locked = 0x40001800 - 0x4000180c config_is_cache_tx_buf_enabled = 0x4000180c - 0x40001810 //ppMapWaitTxq = 0x40001810 - 0x40001814 ppProcessWaitingQueue = 0x40001814 - 0x40001818 ppDisableQueue = 0x40001818 - 0x4000181c pm_allow_tx = 0x4000181c - 0x3ff1ee44 our_instances_ptr = 0x3ff1ee44 - 0x3fcdf968 pTxRx = 0x3fcdf968 - 0x3fcdf964 lmacConfMib_ptr = 0x3fcdf964 - 0x3fcdf960 our_wait_eb = 0x3fcdf960 - 0x3fcdf95c our_tx_eb = 0x3fcdf95c - 0x3fcdf958 pp_wdev_funcs = 0x3fcdf958 - 0x3fcdf954 g_osi_funcs_p = 0x3fcdf954 - 0x3fcdf950 wDevCtrl_ptr = 0x3fcdf950 - 0x3ff1ee40 g_wdev_last_desc_reset_ptr = 0x3ff1ee40 - 0x3fcdf94c wDevMacSleep_ptr = 0x3fcdf94c - 0x3fcdf948 g_lmac_cnt_ptr = 0x3fcdf948 - 0x3ff1ee3c our_controls_ptr = 0x3ff1ee3c - 0x3fcdf944 pp_sig_cnt_ptr = 0x3fcdf944 - 0x3fcdf940 g_eb_list_desc_ptr = 0x3fcdf940 - 0x3fcdf93c s_fragment_ptr = 0x3fcdf93c - 0x3fcdf938 if_ctrl_ptr = 0x3fcdf938 - 0x3fcdf934 g_intr_lock_mux = 0x3fcdf934 - 0x3fcdf930 g_wifi_global_lock = 0x3fcdf930 - 0x3fcdf92c s_wifi_queue = 0x3fcdf92c - 0x3fcdf928 pp_task_hdl = 0x3fcdf928 - 0x3fcdf924 s_pp_task_create_sem = 0x3fcdf924 - 0x3fcdf920 s_pp_task_del_sem = 0x3fcdf920 - 0x3fcdf91c g_wifi_menuconfig_ptr = 0x3fcdf91c - 0x3fcdf918 xphyQueue = 0x3fcdf918 - 0x3fcdf914 ap_no_lr_ptr = 0x3fcdf914 - 0x3fcdf910 rc11BSchedTbl_ptr = 0x3fcdf910 - 0x3fcdf90c rc11NSchedTbl_ptr = 0x3fcdf90c - 0x3fcdf908 rcLoRaSchedTbl_ptr = 0x3fcdf908 - 0x3fcdf904 BasicOFDMSched_ptr = 0x3fcdf904 - 0x3fcdf900 trc_ctl_ptr = 0x3fcdf900 - 0x3fcdf8fc g_pm_cnt_ptr = 0x3fcdf8fc - 0x3fcdf8f8 g_pm_ptr = 0x3fcdf8f8 - 0x3fcdf8f4 g_pm_cfg_ptr = 0x3fcdf8f4 - 0x3fcdf8f0 g_esp_mesh_quick_funcs_ptr = 0x3fcdf8f0 - 0x3fcdf8ec g_txop_queue_status_ptr = 0x3fcdf8ec - 0x3fcdf8e8 g_mac_sleep_en_ptr = 0x3fcdf8e8 - 0x3fcdf8e4 g_mesh_is_root_ptr = 0x3fcdf8e4 - 0x3fcdf8e0 g_mesh_topology_ptr = 0x3fcdf8e0 - 0x3fcdf8dc g_mesh_init_ps_type_ptr = 0x3fcdf8dc - 0x3fcdf8d8 g_mesh_is_started_ptr = 0x3fcdf8d8 - 0x3fcdf8d4 g_config_func = 0x3fcdf8d4 - 0x3fcdf8d0 g_net80211_tx_func = 0x3fcdf8d0 - 0x3fcdf8cc g_timer_func = 0x3fcdf8cc - 0x3fcdf8c8 s_michael_mic_failure_cb = 0x3fcdf8c8 - 0x3fcdf8c4 wifi_sta_rx_probe_req = 0x3fcdf8c4 - 0x3fcdf8c0 g_tx_done_cb_func = 0x3fcdf8c0 - 0x3fcdf874 g_per_conn_trc = 0x3fcdf874 - 0x3fcdf870 s_encap_amsdu_func = 0x3fcdf870 - 0x40001820 esp_net80211_rom_version_get = 0x40001820 - 0x40001824 ampdu_dispatch = 0x40001824 - 0x40001828 ampdu_dispatch_all = 0x40001828 - 0x4000182c ampdu_dispatch_as_many_as_possible = 0x4000182c - 0x40001830 ampdu_dispatch_movement = 0x40001830 - 0x40001834 ampdu_dispatch_upto = 0x40001834 - 0x40001838 chm_is_at_home_channel = 0x40001838 - 0x4000183c cnx_node_is_existing = 0x4000183c - 0x40001840 cnx_node_search = 0x40001840 - 0x40001844 ic_ebuf_recycle_rx = 0x40001844 - 0x40001848 ic_ebuf_recycle_tx = 0x40001848 - 0x4000184c ic_reset_rx_ba = 0x4000184c - 0x40001850 ieee80211_align_eb = 0x40001850 - 0x40001858 ieee80211_ampdu_start_age_timer = 0x40001858 - 0x40001860 ieee80211_is_tx_allowed = 0x40001860 - 0x40001864 ieee80211_output_pending_eb = 0x40001864 - 0x4000186c ieee80211_set_tx_desc = 0x4000186c - 0x40001870 rom_sta_input = 0x40001870 - 0x40001874 wifi_get_macaddr = 0x40001874 - 0x40001878 wifi_rf_phy_disable = 0x40001878 - 0x4000187c wifi_rf_phy_enable = 0x4000187c - 0x40001880 ic_ebuf_alloc = 0x40001880 - 0x40001888 ieee80211_copy_eb_header = 0x40001888 - 0x4000188c ieee80211_recycle_cache_eb = 0x4000188c - 0x40001890 ieee80211_search_node = 0x40001890 - 0x40001894 roundup2 = 0x40001894 - 0x40001898 ieee80211_crypto_encap = 0x40001898 - 0x400018a4 ieee80211_set_tx_pti = 0x400018a4 - 0x400018a8 wifi_is_started = 0x400018a8 - 0x3fcdf86c net80211_funcs = 0x3fcdf86c - 0x3fcdf868 g_scan = 0x3fcdf868 - 0x3fcdf864 g_chm = 0x3fcdf864 - 0x3fcdf860 g_ic_ptr = 0x3fcdf860 - 0x3fcdf85c g_hmac_cnt_ptr = 0x3fcdf85c - 0x3fcdf858 g_tx_cacheq_ptr = 0x3fcdf858 - 0x3fcdf854 s_netstack_free = 0x3fcdf854 - 0x3fcdf850 mesh_rxcb = 0x3fcdf850 - 0x3fcdf84c sta_rxcb = 0x3fcdf84c - 0x400018ac esp_coex_rom_version_get = 0x400018ac - 0x400018b0 coex_bt_release = 0x400018b0 - 0x400018b4 coex_bt_request = 0x400018b4 - 0x400018b8 coex_core_ble_conn_dyn_prio_get = 0x400018b8 - 0x400018c0 coex_core_pti_get = 0x400018c0 - 0x400018c4 coex_core_release = 0x400018c4 - 0x400018c8 coex_core_request = 0x400018c8 - 0x400018cc coex_core_status_get = 0x400018cc - 0x400018d4 coex_event_duration_get = 0x400018d4 - 0x400018d8 coex_hw_timer_disable = 0x400018d8 - 0x400018dc coex_hw_timer_enable = 0x400018dc - 0x400018e0 coex_hw_timer_set = 0x400018e0 - 0x400018e4 coex_schm_interval_set = 0x400018e4 - 0x400018e8 coex_schm_lock = 0x400018e8 - 0x400018ec coex_schm_unlock = 0x400018ec - 0x400018f4 coex_wifi_release = 0x400018f4 - 0x400018f8 esp_coex_ble_conn_dynamic_prio_get = 0x400018f8 - 0x3fcdf848 coex_env_ptr = 0x3fcdf848 - 0x3fcdf844 coex_pti_tab_ptr = 0x3fcdf844 - 0x3fcdf840 coex_schm_env_ptr = 0x3fcdf840 - 0x3fcdf83c coexist_funcs = 0x3fcdf83c - 0x3fcdf838 g_coa_funcs_p = 0x3fcdf838 - 0x3fcdf834 g_coex_param_ptr = 0x3fcdf834 - 0x400018fc phy_get_romfuncs = 0x400018fc - 0x40001900 rom_abs_temp = 0x40001900 - 0x40001904 rom_bb_bss_cbw40_dig = 0x40001904 - 0x40001908 rom_bb_wdg_test_en = 0x40001908 - 0x4000190c rom_bb_wdt_get_status = 0x4000190c - 0x40001910 rom_bb_wdt_int_enable = 0x40001910 - 0x40001914 rom_bb_wdt_rst_enable = 0x40001914 - 0x40001918 rom_bb_wdt_timeout_clear = 0x40001918 - 0x4000191c rom_cbw2040_cfg = 0x4000191c - 0x40001920 rom_check_noise_floor = 0x40001920 - 0x40001924 rom_chip_i2c_readReg = 0x40001924 - 0x40001928 rom_chip_i2c_writeReg = 0x40001928 - 0x4000192c rom_correct_rf_ana_gain = 0x4000192c - 0x40001930 rom_dc_iq_est = 0x40001930 - 0x40001934 rom_disable_agc = 0x40001934 - 0x40001938 rom_en_pwdet = 0x40001938 - 0x4000193c rom_enable_agc = 0x4000193c - 0x40001940 rom_get_bbgain_db = 0x40001940 - 0x40001944 rom_get_data_sat = 0x40001944 - 0x40001948 rom_get_i2c_read_mask = 0x40001948 - 0x4000194c rom_get_pwctrl_correct = 0x4000194c - 0x40001950 rom_get_rf_gain_qdb = 0x40001950 - 0x40001954 rom_i2c_readReg = 0x40001954 - 0x40001958 rom_i2c_readReg_Mask = 0x40001958 - 0x4000195c rom_i2c_writeReg = 0x4000195c - 0x40001960 rom_i2c_writeReg_Mask = 0x40001960 - 0x40001968 rom_iq_est_disable = 0x40001968 - 0x4000196c rom_iq_est_enable = 0x4000196c - 0x40001970 rom_linear_to_db = 0x40001970 - 0x40001974 rom_loopback_mode_en = 0x40001974 - 0x40001978 rom_mhz2ieee = 0x40001978 - 0x4000197c rom_noise_floor_auto_set = 0x4000197c - 0x40001980 rom_pbus_debugmode = 0x40001980 - 0x40001984 rom_pbus_force_mode = 0x40001984 - 0x40001988 rom_pbus_force_test = 0x40001988 - 0x4000198c rom_pbus_rd = 0x4000198c - 0x40001990 rom_pbus_rd_addr = 0x40001990 - 0x40001994 rom_pbus_rd_shift = 0x40001994 - 0x40001998 rom_pbus_set_dco = 0x40001998 - 0x4000199c rom_pbus_set_rxgain = 0x4000199c - 0x400019a0 rom_pbus_workmode = 0x400019a0 - 0x400019a4 rom_pbus_xpd_rx_off = 0x400019a4 - 0x400019a8 rom_pbus_xpd_rx_on = 0x400019a8 - 0x400019ac rom_pbus_xpd_tx_off = 0x400019ac - 0x400019b4 rom_phy_byte_to_word = 0x400019b4 - 0x400019b8 rom_phy_disable_cca = 0x400019b8 - 0x400019bc rom_phy_enable_cca = 0x400019bc - 0x400019c0 rom_phy_get_noisefloor = 0x400019c0 - 0x400019c4 rom_phy_get_rx_freq = 0x400019c4 - 0x400019c8 rom_phy_set_bbfreq_init = 0x400019c8 - 0x400019cc rom_pow_usr = 0x400019cc - 0x400019d0 rom_pwdet_sar2_init = 0x400019d0 - 0x400019d4 rom_read_hw_noisefloor = 0x400019d4 - 0x400019d8 rom_read_sar_dout = 0x400019d8 - 0x400019dc rom_set_cal_rxdc = 0x400019dc - 0x400019e0 rom_set_chan_cal_interp = 0x400019e0 - 0x400019e4 rom_set_loopback_gain = 0x400019e4 - 0x400019e8 rom_set_noise_floor = 0x400019e8 - 0x400019ec rom_set_rxclk_en = 0x400019ec - 0x400019f8 rom_set_txclk_en = 0x400019f8 - 0x400019fc rom_spur_cal = 0x400019fc - 0x40001a00 rom_spur_reg_write_one_tone = 0x40001a00 - 0x40001a04 rom_target_power_add_backoff = 0x40001a04 - 0x40001a08 rom_tx_pwctrl_bg_init = 0x40001a08 - 0x40001a10 rom_wifi_11g_rate_chg = 0x40001a10 - 0x40001a14 rom_write_gain_mem = 0x40001a14 - 0x40001a18 chip726_phyrom_version = 0x40001a18 - 0x40001a1c rom_disable_wifi_agc = 0x40001a1c - 0x40001a20 rom_enable_wifi_agc = 0x40001a20 - 0x40001a24 rom_set_tx_gain_table = 0x40001a24 - 0x40001a28 rom_bt_index_to_bb = 0x40001a28 - 0x40001a2c rom_bt_bb_to_index = 0x40001a2c - 0x40001a30 rom_wr_bt_tx_atten = 0x40001a30 - 0x40001a34 rom_wr_bt_tx_gain_mem = 0x40001a34 - 0x40001a38 rom_spur_coef_cfg = 0x40001a38 - 0x40001a3c rom_bb_bss_cbw40 = 0x40001a3c - 0x40001a40 rom_set_cca = 0x40001a40 - 0x40001a44 rom_tx_paon_set = 0x40001a44 - 0x40001a48 rom_i2cmst_reg_init = 0x40001a48 - 0x40001a4c rom_iq_corr_enable = 0x40001a4c - 0x40001a50 rom_fe_reg_init = 0x40001a50 - 0x40001a5c rom_mac_enable_bb = 0x40001a5c - 0x40001a60 rom_bb_wdg_cfg = 0x40001a60 - 0x40001a64 rom_force_txon = 0x40001a64 - 0x40001a68 rom_fe_txrx_reset = 0x40001a68 - 0x40001a6c rom_set_rx_comp = 0x40001a6c - 0x40001a74 rom_write_chan_freq = 0x40001a74 - 0x40001a7c rom_set_xpd_sar = 0x40001a7c - 0x40001a80 rom_write_dac_gain2 = 0x40001a80 - 0x40001a84 rom_rtc_sar2_init = 0x40001a84 - 0x40001a88 rom_get_target_power_offset = 0x40001a88 - 0x40001a90 rom_get_rate_fcc_index = 0x40001a90 - 0x40001a94 rom_get_rate_target_power = 0x40001a94 - 0x40001a98 rom_write_wifi_dig_gain = 0x40001a98 - 0x40001a9c rom_bt_correct_rf_ana_gain = 0x40001a9c - 0x40001aa0 rom_pkdet_vol_start = 0x40001aa0 - 0x40001aa4 rom_read_sar2_code = 0x40001aa4 - 0x40001aa8 rom_get_sar2_vol = 0x40001aa8 - 0x40001aac rom_get_pll_vol = 0x40001aac - 0x40001ab0 rom_get_phy_target_power = 0x40001ab0 - 0x40001ab8 rom_phy_track_pll_cap = 0x40001ab8 - 0x40001abc rom_phy_pwdet_always_en = 0x40001abc - 0x40001ac0 rom_phy_pwdet_onetime_en = 0x40001ac0 - 0x40001ac4 rom_get_i2c_mst0_mask = 0x40001ac4 - 0x40001ac8 rom_get_i2c_hostid = 0x40001ac8 - 0x40001acc rom_enter_critical_phy = 0x40001acc - 0x40001ad0 rom_exit_critical_phy = 0x40001ad0 - 0x40001ad4 rom_chip_i2c_readReg_org = 0x40001ad4 - 0x40001ad8 rom_i2c_paral_set_mst0 = 0x40001ad8 - 0x40001adc rom_i2c_paral_set_read = 0x40001adc - 0x40001ae0 rom_i2c_paral_read = 0x40001ae0 - 0x40001ae4 rom_i2c_paral_write = 0x40001ae4 - 0x40001ae8 rom_i2c_paral_write_num = 0x40001ae8 - 0x40001aec rom_i2c_paral_write_mask = 0x40001aec - 0x40001af0 rom_bb_bss_cbw40_ana = 0x40001af0 - 0x40001af4 rom_chan_to_freq = 0x40001af4 - 0x40001afc rom_dac_rate_set = 0x40001afc - 0x40001b08 rom_tsens_index_to_dac = 0x40001b08 - 0x40001b0c rom_tsens_index_to_offset = 0x40001b0c - 0x40001b14 rom_code_to_temp = 0x40001b14 - 0x40001b18 rom_write_pll_cap_mem = 0x40001b18 - 0x40001b1c rom_pll_correct_dcap = 0x40001b1c - 0x40001b20 rom_phy_en_hw_set_freq = 0x40001b20 - 0x40001b24 rom_phy_dis_hw_set_freq = 0x40001b24 - 0x40000628 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) - 0x400005c8 PROVIDE (esp_rom_gpio_pad_select_gpio = gpio_pad_select_gpio) - 0x400005c4 PROVIDE (esp_rom_gpio_pad_pullup_only = gpio_pad_pullup) - 0x400005cc PROVIDE (esp_rom_gpio_pad_set_drv = gpio_pad_set_drv) - [!provide] PROVIDE (esp_rom_gpio_pad_unhold = gpio_pad_unhold) - 0x400005a0 PROVIDE (esp_rom_gpio_connect_in_signal = gpio_matrix_in) - 0x400005a4 PROVIDE (esp_rom_gpio_connect_out_signal = gpio_matrix_out) - [!provide] PROVIDE (esp_rom_efuse_mac_address_crc8 = esp_crc8) - 0x4000071c 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) - 0x4000072c PROVIDE (esp_rom_efuse_get_flash_wp_gpio = ets_efuse_get_wp_pad) - [!provide] 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) - 0x40000080 PROVIDE (esp_rom_output_flush_tx = uart_tx_flush) - 0x40000068 PROVIDE (esp_rom_output_tx_one_char = uart_tx_one_char) - 0x40000084 PROVIDE (esp_rom_output_tx_wait_idle = uart_tx_wait_idle) - 0x40000070 PROVIDE (esp_rom_output_rx_one_char = uart_rx_one_char) - [!provide] PROVIDE (esp_rom_output_rx_string = UartRxString) - 0x40000614 PROVIDE (esp_rom_md5_init = MD5Init) - 0x40000618 PROVIDE (esp_rom_md5_update = MD5Update) - 0x4000061c PROVIDE (esp_rom_md5_final = MD5Final) - 0x40000090 PROVIDE (esp_rom_software_reset_system = software_reset) - 0x40000094 PROVIDE (esp_rom_software_reset_cpu = software_reset_cpu) - 0x40000040 PROVIDE (esp_rom_printf = ets_printf) - 0x40000050 PROVIDE (esp_rom_delay_us = ets_delay_us) - 0x40000018 PROVIDE (esp_rom_get_reset_reason = rtc_get_reset_reason) - 0x400005f4 PROVIDE (esp_rom_route_intr_matrix = intr_matrix_set) - 0x40000584 PROVIDE (esp_rom_get_cpu_ticks_per_us = ets_get_cpu_frequency) - 0x40000588 PROVIDE (esp_rom_set_cpu_ticks_per_us = ets_update_cpu_frequency) - [!provide] PROVIDE (esp_rom_spiflash_clear_bp = esp_rom_spiflash_unlock) - [!provide] PROVIDE (esp_rom_spiflash_write_enable = SPI_write_enable) - [!provide] PROVIDE (esp_rom_spiflash_erase_area = SPIEraseArea) - [!provide] PROVIDE (esp_rom_spiflash_fix_dummylen = spi_dummy_len_fix) - [!provide] PROVIDE (esp_rom_spiflash_set_drvs = SetSpiDrvs) - [!provide] PROVIDE (esp_rom_spiflash_select_padsfunc = SelectSpiFunction) - [!provide] PROVIDE (esp_rom_spiflash_common_cmd = SPI_Common_Command) - 0x40001954 PROVIDE (esp_rom_regi2c_read = rom_i2c_readReg) - 0x40001958 PROVIDE (esp_rom_regi2c_read_mask = rom_i2c_readReg_Mask) - 0x4000195c PROVIDE (esp_rom_regi2c_write = rom_i2c_writeReg) - 0x40001960 PROVIDE (esp_rom_regi2c_write_mask = rom_i2c_writeReg_Mask) - 0x400008dc bt_rf_coex_get_dft_cfg = 0x400008dc - 0x400008e0 bt_rf_coex_hooks_p_set = 0x400008e0 - 0x400008e4 btdm_con_maxevtime_cal_impl = 0x400008e4 - 0x400008e8 btdm_controller_get_compile_version_impl = 0x400008e8 - 0x400008ec btdm_controller_rom_data_init = 0x400008ec - 0x400008f0 btdm_dis_privacy_err_report_impl = 0x400008f0 - 0x400008f4 btdm_disable_adv_delay_impl = 0x400008f4 - 0x400008f8 btdm_enable_scan_continue_impl = 0x400008f8 - 0x400008fc btdm_enable_scan_forever_impl = 0x400008fc - 0x40000900 btdm_get_power_state_impl = 0x40000900 - 0x40000904 btdm_get_prevent_sleep_flag_impl = 0x40000904 - 0x40000908 btdm_power_state_active_impl = 0x40000908 - 0x4000090c btdm_switch_phy_coded_impl = 0x4000090c - 0x40000910 hci_acl_data_handler = 0x40000910 - 0x40000914 hci_disconnect_cmd_handler = 0x40000914 - 0x40000918 hci_le_con_upd_cmd_handler = 0x40000918 - 0x4000091c hci_le_ltk_req_neg_reply_cmd_handler = 0x4000091c - 0x40000920 hci_le_ltk_req_reply_cmd_handler = 0x40000920 - 0x40000924 hci_le_rd_chnl_map_cmd_handler = 0x40000924 - 0x40000928 hci_le_rd_phy_cmd_handler = 0x40000928 - 0x4000092c hci_le_rd_rem_feats_cmd_handler = 0x4000092c - 0x40000930 hci_le_rem_con_param_req_neg_reply_cmd_handler = 0x40000930 - 0x40000934 hci_le_rem_con_param_req_reply_cmd_handler = 0x40000934 - 0x40000938 hci_le_set_data_len_cmd_handler = 0x40000938 - 0x4000093c hci_le_set_phy_cmd_handler = 0x4000093c - 0x40000940 hci_le_start_enc_cmd_handler = 0x40000940 - 0x40000944 hci_rd_auth_payl_to_cmd_handler = 0x40000944 - 0x40000948 hci_rd_rem_ver_info_cmd_handler = 0x40000948 - 0x4000094c hci_rd_rssi_cmd_handler = 0x4000094c - 0x40000950 hci_rd_tx_pwr_lvl_cmd_handler = 0x40000950 - 0x40000954 hci_vs_set_pref_slave_evt_dur_cmd_handler = 0x40000954 - 0x40000958 hci_vs_set_pref_slave_latency_cmd_handler = 0x40000958 - 0x4000095c hci_wr_auth_payl_to_cmd_handler = 0x4000095c - 0x40000960 ll_channel_map_ind_handler = 0x40000960 - 0x40000964 ll_connection_param_req_handler = 0x40000964 - 0x40000968 ll_connection_param_rsp_handler = 0x40000968 - 0x4000096c ll_connection_update_ind_handler = 0x4000096c - 0x40000970 ll_enc_req_handler = 0x40000970 - 0x40000974 ll_enc_rsp_handler = 0x40000974 - 0x40000978 ll_feature_req_handler = 0x40000978 - 0x4000097c ll_feature_rsp_handler = 0x4000097c - 0x40000980 ll_length_req_handler = 0x40000980 - 0x40000984 ll_length_rsp_handler = 0x40000984 - 0x40000988 ll_min_used_channels_ind_handler = 0x40000988 - 0x4000098c ll_pause_enc_req_handler = 0x4000098c - 0x40000990 ll_pause_enc_rsp_handler = 0x40000990 - 0x40000994 ll_phy_req_handler = 0x40000994 - 0x40000998 ll_phy_rsp_handler = 0x40000998 - 0x4000099c ll_phy_update_ind_handler = 0x4000099c - 0x400009a0 ll_ping_req_handler = 0x400009a0 - 0x400009a4 ll_ping_rsp_handler = 0x400009a4 - 0x400009a8 ll_slave_feature_req_handler = 0x400009a8 - 0x400009ac ll_start_enc_req_handler = 0x400009ac - 0x400009b0 ll_start_enc_rsp_handler = 0x400009b0 - 0x400009b4 ll_terminate_ind_handler = 0x400009b4 - 0x400009b8 ll_version_ind_handler = 0x400009b8 - 0x400009bc llc_auth_payl_nearly_to_handler = 0x400009bc - 0x400009c0 llc_auth_payl_real_to_handler = 0x400009c0 - 0x400009c4 llc_encrypt_ind_handler = 0x400009c4 - 0x400009c8 llc_hci_command_handler_wrapper = 0x400009c8 - 0x400009cc llc_ll_connection_param_req_pdu_send = 0x400009cc - 0x400009d0 llc_ll_connection_param_rsp_pdu_send = 0x400009d0 - 0x400009d4 llc_ll_connection_update_ind_pdu_send = 0x400009d4 - 0x400009d8 llc_ll_enc_req_pdu_send = 0x400009d8 - 0x400009dc llc_ll_enc_rsp_pdu_send = 0x400009dc - 0x400009e0 llc_ll_feature_req_pdu_send = 0x400009e0 - 0x400009e4 llc_ll_feature_rsp_pdu_send = 0x400009e4 - 0x400009e8 llc_ll_length_req_pdu_send = 0x400009e8 - 0x400009ec llc_ll_length_rsp_pdu_send = 0x400009ec - 0x400009f0 llc_ll_pause_enc_req_pdu_send = 0x400009f0 - 0x400009f4 llc_ll_pause_enc_rsp_pdu_send = 0x400009f4 - 0x400009f8 llc_ll_phy_req_pdu_send = 0x400009f8 - 0x400009fc llc_ll_phy_rsp_pdu_send = 0x400009fc - 0x40000a00 llc_ll_ping_req_pdu_send = 0x40000a00 - 0x40000a04 llc_ll_ping_rsp_pdu_send = 0x40000a04 - 0x40000a08 llc_ll_start_enc_req_pdu_send = 0x40000a08 - 0x40000a0c llc_ll_start_enc_rsp_pdu_send = 0x40000a0c - 0x40000a10 llc_ll_terminate_ind_pdu_send = 0x40000a10 - 0x40000a14 llc_ll_unknown_rsp_pdu_send = 0x40000a14 - 0x40000a18 llc_llcp_ch_map_update_ind_pdu_send = 0x40000a18 - 0x40000a1c llc_llcp_phy_upd_ind_pdu_send = 0x40000a1c - 0x40000a20 llc_llcp_version_ind_pdu_send = 0x40000a20 - 0x40000a24 llc_op_ch_map_upd_ind_handler = 0x40000a24 - 0x40000a28 llc_op_con_upd_ind_handler = 0x40000a28 - 0x40000a2c llc_op_disconnect_ind_handler = 0x40000a2c - 0x40000a30 llc_op_dl_upd_ind_handler = 0x40000a30 - 0x40000a34 llc_op_encrypt_ind_handler = 0x40000a34 - 0x40000a38 llc_op_feats_exch_ind_handler = 0x40000a38 - 0x40000a3c llc_op_le_ping_ind_handler = 0x40000a3c - 0x40000a40 llc_op_phy_upd_ind_handler = 0x40000a40 - 0x40000a44 llc_op_ver_exch_ind_handler = 0x40000a44 - 0x40000a48 llc_stopped_ind_handler = 0x40000a48 - 0x40000a4c lld_acl_rx_ind_handler = 0x40000a4c - 0x40000a50 lld_acl_tx_cfm_handler = 0x40000a50 - 0x40000a54 lld_adv_end_ind_handler = 0x40000a54 - 0x40000a58 lld_adv_rep_ind_handler = 0x40000a58 - 0x40000a5c lld_ch_map_upd_cfm_handler = 0x40000a5c - 0x40000a60 lld_con_estab_ind_handler = 0x40000a60 - 0x40000a64 lld_con_evt_sd_evt_time_set = 0x40000a64 - 0x40000a68 lld_con_offset_upd_ind_handler = 0x40000a68 - 0x40000a6c lld_con_param_upd_cfm_handler = 0x40000a6c - 0x40000a70 lld_disc_ind_handler = 0x40000a70 - 0x40000a74 lld_init_end_ind_handler = 0x40000a74 - 0x40000a78 lld_llcp_rx_ind_handler_wrapper = 0x40000a78 - 0x40000a7c lld_llcp_tx_cfm_handler = 0x40000a7c - 0x40000a80 lld_per_adv_end_ind_handler = 0x40000a80 - 0x40000a84 lld_per_adv_rep_ind_handler = 0x40000a84 - 0x40000a88 lld_per_adv_rx_end_ind_handler = 0x40000a88 - 0x40000a8c lld_phy_coded_500k_get = 0x40000a8c - 0x40000a90 lld_phy_upd_cfm_handler = 0x40000a90 - 0x40000a94 lld_scan_end_ind_handler = 0x40000a94 - 0x40000a98 lld_scan_req_ind_handler = 0x40000a98 - 0x40000a9c lld_sync_start_req_handler = 0x40000a9c - 0x40000aa0 lld_test_end_ind_handler = 0x40000aa0 - 0x40000aa4 lld_update_rxbuf_handler = 0x40000aa4 - 0x40000aa8 llm_ch_map_update_ind_handler = 0x40000aa8 - 0x40000aac llm_hci_command_handler_wrapper = 0x40000aac - 0x40000ab0 llm_scan_period_to_handler = 0x40000ab0 - 0x40000ab4 r_Add2SelfBigHex256 = 0x40000ab4 - 0x40000ab8 r_AddBigHex256 = 0x40000ab8 - 0x40000abc r_AddBigHexModP256 = 0x40000abc - 0x40000ac0 r_AddP256 = 0x40000ac0 - 0x40000ac4 r_AddPdiv2_256 = 0x40000ac4 - 0x40000ac8 r_GF_Jacobian_Point_Addition256 = 0x40000ac8 - 0x40000acc r_GF_Jacobian_Point_Double256 = 0x40000acc - 0x40000ad0 r_GF_Point_Jacobian_To_Affine256 = 0x40000ad0 - 0x40000ad4 r_MultiplyBigHexByUint32_256 = 0x40000ad4 - 0x40000ad8 r_MultiplyBigHexModP256 = 0x40000ad8 - 0x40000adc r_MultiplyByU16ModP256 = 0x40000adc - 0x40000ae0 r_SubtractBigHex256 = 0x40000ae0 - 0x40000ae4 r_SubtractBigHexMod256 = 0x40000ae4 - 0x40000ae8 r_SubtractBigHexUint32_256 = 0x40000ae8 - 0x40000aec r_SubtractFromSelfBigHex256 = 0x40000aec - 0x40000af0 r_SubtractFromSelfBigHexSign256 = 0x40000af0 - 0x40000af4 r_aes_alloc = 0x40000af4 - 0x40000af8 r_aes_ccm_continue = 0x40000af8 - 0x40000afc r_aes_ccm_process_e = 0x40000afc - 0x40000b00 r_aes_ccm_xor_128_lsb = 0x40000b00 - 0x40000b04 r_aes_ccm_xor_128_msb = 0x40000b04 - 0x40000b08 r_aes_cmac_continue = 0x40000b08 - 0x40000b0c r_aes_cmac_start = 0x40000b0c - 0x40000b10 r_aes_k1_continue = 0x40000b10 - 0x40000b14 r_aes_k2_continue = 0x40000b14 - 0x40000b18 r_aes_k3_continue = 0x40000b18 - 0x40000b1c r_aes_k4_continue = 0x40000b1c - 0x40000b20 r_aes_shift_left_128 = 0x40000b20 - 0x40000b24 r_aes_start = 0x40000b24 - 0x40000b28 r_aes_xor_128 = 0x40000b28 - 0x40000b2c r_assert_err = 0x40000b2c - 0x40000b30 r_assert_param = 0x40000b30 - 0x40000b34 r_assert_warn = 0x40000b34 - 0x40000b38 r_bigHexInversion256 = 0x40000b38 - 0x40000b3c r_ble_sw_cca_check_isr = 0x40000b3c - 0x40000b40 r_ble_util_buf_acl_tx_alloc = 0x40000b40 - 0x40000b44 r_ble_util_buf_acl_tx_elt_get = 0x40000b44 - 0x40000b48 r_ble_util_buf_acl_tx_free = 0x40000b48 - 0x40000b4c r_ble_util_buf_acl_tx_free_in_isr = 0x40000b4c - 0x40000b50 r_ble_util_buf_adv_tx_alloc = 0x40000b50 - 0x40000b54 r_ble_util_buf_adv_tx_free = 0x40000b54 - 0x40000b58 r_ble_util_buf_adv_tx_free_in_isr = 0x40000b58 - 0x40000b5c r_ble_util_buf_env_deinit = 0x40000b5c - 0x40000b60 r_ble_util_buf_env_init = 0x40000b60 - 0x40000b64 r_ble_util_buf_get_rx_buf_nb = 0x40000b64 - 0x40000b68 r_ble_util_buf_get_rx_buf_size = 0x40000b68 - 0x40000b6c r_ble_util_buf_llcp_tx_alloc = 0x40000b6c - 0x40000b70 r_ble_util_buf_llcp_tx_free = 0x40000b70 - 0x40000b74 r_ble_util_buf_rx_alloc = 0x40000b74 - 0x40000b78 r_ble_util_buf_rx_alloc_in_isr = 0x40000b78 - 0x40000b7c r_ble_util_buf_rx_free = 0x40000b7c - 0x40000b80 r_ble_util_buf_rx_free_in_isr = 0x40000b80 - 0x40000b84 r_ble_util_buf_set_rx_buf_nb = 0x40000b84 - 0x40000b88 r_ble_util_buf_set_rx_buf_size = 0x40000b88 - 0x40000b8c r_ble_util_data_rx_buf_reset = 0x40000b8c - 0x40000b90 r_bt_bb_get_intr_mask = 0x40000b90 - 0x40000b94 r_bt_bb_intr_clear = 0x40000b94 - 0x40000b98 r_bt_bb_intr_mask_set = 0x40000b98 - 0x40000ba0 r_bt_rf_coex_cfg_set = 0x40000ba0 - 0x40000ba4 r_bt_rf_coex_conn_dynamic_pti_en_get = 0x40000ba4 - 0x40000bac r_bt_rf_coex_ext_adv_dynamic_pti_en_get = 0x40000bac - 0x40000bb0 r_bt_rf_coex_ext_scan_dynamic_pti_en_get = 0x40000bb0 - 0x40000bb4 r_bt_rf_coex_legacy_adv_dynamic_pti_en_get = 0x40000bb4 - 0x40000bb8 r_bt_rf_coex_per_adv_dynamic_pti_en_get = 0x40000bb8 - 0x40000bbc r_bt_rf_coex_pti_table_get = 0x40000bbc - 0x40000bc0 r_bt_rf_coex_st_param_get = 0x40000bc0 - 0x40000bc4 r_bt_rf_coex_st_param_set = 0x40000bc4 - 0x40000bc8 r_bt_rf_coex_sync_scan_dynamic_pti_en_get = 0x40000bc8 - 0x40000bcc r_bt_rma_apply_rule_cs_fmt = 0x40000bcc - 0x40000bd0 r_bt_rma_apply_rule_cs_idx = 0x40000bd0 - 0x40000bd4 r_bt_rma_configure = 0x40000bd4 - 0x40000bd8 r_bt_rma_deregister_rule_cs_fmt = 0x40000bd8 - 0x40000bdc r_bt_rma_deregister_rule_cs_idx = 0x40000bdc - 0x40000be0 r_bt_rma_get_ant_by_act = 0x40000be0 - 0x40000be4 r_bt_rma_init = 0x40000be4 - 0x40000be8 r_bt_rma_register_rule_cs_fmt = 0x40000be8 - 0x40000bec r_bt_rma_register_rule_cs_idx = 0x40000bec - 0x40000bf0 r_bt_rtp_apply_rule_cs_fmt = 0x40000bf0 - 0x40000bf4 r_bt_rtp_apply_rule_cs_idx = 0x40000bf4 - 0x40000bf8 r_bt_rtp_deregister_rule_cs_fmt = 0x40000bf8 - 0x40000bfc r_bt_rtp_deregister_rule_cs_idx = 0x40000bfc - 0x40000c04 r_bt_rtp_init = 0x40000c04 - 0x40000c08 r_bt_rtp_register_rule_cs_fmt = 0x40000c08 - 0x40000c0c r_bt_rtp_register_rule_cs_idx = 0x40000c0c - 0x40000c10 r_btdm_isr = 0x40000c10 - 0x40000c20 r_cali_phase_match_p = 0x40000c20 - 0x40000c24 r_cmp_abs_time = 0x40000c24 - 0x40000c28 r_cmp_dest_id = 0x40000c28 - 0x40000c2c r_cmp_timer_id = 0x40000c2c - 0x40000c30 r_co_bdaddr_compare = 0x40000c30 - 0x40000c34 r_co_ble_pkt_dur_in_us = 0x40000c34 - 0x40000c38 r_co_list_extract = 0x40000c38 - 0x40000c3c r_co_list_extract_after = 0x40000c3c - 0x40000c40 r_co_list_extract_sublist = 0x40000c40 - 0x40000c44 r_co_list_find = 0x40000c44 - 0x40000c48 r_co_list_init = 0x40000c48 - 0x40000c4c r_co_list_insert_after = 0x40000c4c - 0x40000c50 r_co_list_insert_before = 0x40000c50 - 0x40000c54 r_co_list_merge = 0x40000c54 - 0x40000c58 r_co_list_pool_init = 0x40000c58 - 0x40000c5c r_co_list_pop_front = 0x40000c5c - 0x40000c60 r_co_list_push_back = 0x40000c60 - 0x40000c64 r_co_list_push_back_sublist = 0x40000c64 - 0x40000c68 r_co_list_push_front = 0x40000c68 - 0x40000c6c r_co_list_size = 0x40000c6c - 0x40000c70 r_co_nb_good_le_channels = 0x40000c70 - 0x40000c74 r_co_util_pack = 0x40000c74 - 0x40000c78 r_co_util_read_array_size = 0x40000c78 - 0x40000c7c r_co_util_unpack = 0x40000c7c - 0x40000c80 r_dbg_env_deinit = 0x40000c80 - 0x40000c84 r_dbg_env_init = 0x40000c84 - 0x40000c88 r_dbg_platform_reset_complete = 0x40000c88 - 0x40000c8c r_dl_upd_proc_start = 0x40000c8c - 0x40000c90 r_dump_data = 0x40000c90 - 0x40000c94 r_ecc_abort_key256_generation = 0x40000c94 - 0x40000c98 r_ecc_gen_new_public_key = 0x40000c98 - 0x40000c9c r_ecc_gen_new_secret_key = 0x40000c9c - 0x40000ca0 r_ecc_generate_key256 = 0x40000ca0 - 0x40000ca4 r_ecc_get_debug_Keys = 0x40000ca4 - 0x40000ca8 r_ecc_init = 0x40000ca8 - 0x40000cac r_ecc_is_valid_point = 0x40000cac - 0x40000cb0 r_ecc_multiplication_event_handler = 0x40000cb0 - 0x40000cb4 r_ecc_point_multiplication_win_256 = 0x40000cb4 - 0x40000cb8 r_emi_alloc_em_mapping_by_offset = 0x40000cb8 - 0x40000cbc r_emi_base_reg_lut_show = 0x40000cbc - 0x40000cc0 r_emi_em_base_reg_show = 0x40000cc0 - 0x40000cc4 r_emi_free_em_mapping_by_offset = 0x40000cc4 - 0x40000cc8 r_emi_get_em_mapping_idx_by_offset = 0x40000cc8 - 0x40000ccc r_emi_get_mem_addr_by_offset = 0x40000ccc - 0x40000cd0 r_emi_overwrite_em_mapping_by_offset = 0x40000cd0 - 0x40000cd4 r_esp_vendor_hci_command_handler = 0x40000cd4 - 0x40000cd8 r_get_stack_usage = 0x40000cd8 - 0x40000cdc r_h4tl_acl_hdr_rx_evt_handler = 0x40000cdc - 0x40000ce0 r_h4tl_cmd_hdr_rx_evt_handler = 0x40000ce0 - 0x40000ce4 r_h4tl_cmd_pld_rx_evt_handler = 0x40000ce4 - 0x40000ce8 r_h4tl_eif_io_event_post = 0x40000ce8 - 0x40000cec r_h4tl_eif_register = 0x40000cec - 0x40000cf0 r_h4tl_init = 0x40000cf0 - 0x40000cf4 r_h4tl_out_of_sync = 0x40000cf4 - 0x40000cf8 r_h4tl_out_of_sync_check = 0x40000cf8 - 0x40000cfc r_h4tl_read_hdr = 0x40000cfc - 0x40000d00 r_h4tl_read_next_out_of_sync = 0x40000d00 - 0x40000d04 r_h4tl_read_payl = 0x40000d04 - 0x40000d08 r_h4tl_read_start = 0x40000d08 - 0x40000d0c r_h4tl_rx_acl_hdr_extract = 0x40000d0c - 0x40000d10 r_h4tl_rx_cmd_hdr_extract = 0x40000d10 - 0x40000d14 r_h4tl_rx_done = 0x40000d14 - 0x40000d18 r_h4tl_start = 0x40000d18 - 0x40000d1c r_h4tl_stop = 0x40000d1c - 0x40000d20 r_h4tl_tx_done = 0x40000d20 - 0x40000d24 r_h4tl_tx_evt_handler = 0x40000d24 - 0x40000d28 r_h4tl_write = 0x40000d28 - 0x40000d2c r_hci_acl_tx_data_alloc = 0x40000d2c - 0x40000d30 r_hci_acl_tx_data_received = 0x40000d30 - 0x40000d34 r_hci_basic_cmd_send_2_controller = 0x40000d34 - 0x40000d38 r_hci_ble_adv_report_filter_check = 0x40000d38 - 0x40000d3c r_hci_ble_adv_report_tx_check = 0x40000d3c - 0x40000d40 r_hci_ble_conhdl_register = 0x40000d40 - 0x40000d44 r_hci_ble_conhdl_unregister = 0x40000d44 - 0x40000d48 r_hci_build_acl_data = 0x40000d48 - 0x40000d4c r_hci_build_cc_evt = 0x40000d4c - 0x40000d50 r_hci_build_cs_evt = 0x40000d50 - 0x40000d54 r_hci_build_evt = 0x40000d54 - 0x40000d58 r_hci_build_le_evt = 0x40000d58 - 0x40000d5c r_hci_cmd_get_max_param_size = 0x40000d5c - 0x40000d60 r_hci_cmd_received = 0x40000d60 - 0x40000d64 r_hci_cmd_reject = 0x40000d64 - 0x40000d68 r_hci_evt_mask_check = 0x40000d68 - 0x40000d6c r_hci_evt_mask_set = 0x40000d6c - 0x40000d70 r_hci_fc_acl_buf_size_set = 0x40000d70 - 0x40000d74 r_hci_fc_acl_en = 0x40000d74 - 0x40000d78 r_hci_fc_acl_packet_sent = 0x40000d78 - 0x40000d7c r_hci_fc_check_host_available_nb_acl_packets = 0x40000d7c - 0x40000d80 r_hci_fc_host_nb_acl_pkts_complete = 0x40000d80 - 0x40000d84 r_hci_fc_init = 0x40000d84 - 0x40000d88 r_hci_look_for_cmd_desc = 0x40000d88 - 0x40000d8c r_hci_look_for_evt_desc = 0x40000d8c - 0x40000d90 r_hci_look_for_le_evt_desc = 0x40000d90 - 0x40000d94 r_hci_look_for_le_evt_desc_esp = 0x40000d94 - 0x40000d98 r_hci_pack_bytes = 0x40000d98 - 0x40000da0 r_hci_send_2_controller = 0x40000da0 - 0x40000da4 r_hci_send_2_host = 0x40000da4 - 0x40000da8 r_hci_tl_c2h_data_flow_on = 0x40000da8 - 0x40000dac r_hci_tl_cmd_hdr_rx_evt_handler = 0x40000dac - 0x40000db0 r_hci_tl_cmd_pld_rx_evt_handler = 0x40000db0 - 0x40000db4 r_hci_tl_get_pkt = 0x40000db4 - 0x40000db8 r_hci_tl_hci_pkt_handler = 0x40000db8 - 0x40000dbc r_hci_tl_hci_tx_done_evt_handler = 0x40000dbc - 0x40000dc0 r_hci_tl_inc_nb_h2c_cmd_pkts = 0x40000dc0 - 0x40000dc4 r_hci_tl_save_pkt = 0x40000dc4 - 0x40000dc8 r_hci_tl_send = 0x40000dc8 - 0x40000dcc r_hci_tx_done = 0x40000dcc - 0x40000dd0 r_hci_tx_start = 0x40000dd0 - 0x40000dd4 r_hci_tx_trigger = 0x40000dd4 - 0x40000dd8 r_isValidSecretKey_256 = 0x40000dd8 - 0x40000ddc r_ke_check_malloc = 0x40000ddc - 0x40000de0 r_ke_event_callback_set = 0x40000de0 - 0x40000de4 r_ke_event_clear = 0x40000de4 - 0x40000de8 r_ke_event_flush = 0x40000de8 - 0x40000dec r_ke_event_get = 0x40000dec - 0x40000df0 r_ke_event_get_all = 0x40000df0 - 0x40000df4 r_ke_event_init = 0x40000df4 - 0x40000df8 r_ke_event_schedule = 0x40000df8 - 0x40000dfc r_ke_event_set = 0x40000dfc - 0x40000e00 r_ke_flush = 0x40000e00 - 0x40000e04 r_ke_free = 0x40000e04 - 0x40000e08 r_ke_handler_search = 0x40000e08 - 0x40000e0c r_ke_init = 0x40000e0c - 0x40000e10 r_ke_is_free = 0x40000e10 - 0x40000e14 r_ke_malloc = 0x40000e14 - 0x40000e18 r_ke_mem_init = 0x40000e18 - 0x40000e1c r_ke_mem_is_empty = 0x40000e1c - 0x40000e20 r_ke_mem_is_in_heap = 0x40000e20 - 0x40000e24 r_ke_msg_alloc = 0x40000e24 - 0x40000e28 r_ke_msg_dest_id_get = 0x40000e28 - 0x40000e2c r_ke_msg_discard = 0x40000e2c - 0x40000e30 r_ke_msg_forward = 0x40000e30 - 0x40000e34 r_ke_msg_forward_new_id = 0x40000e34 - 0x40000e38 r_ke_msg_free = 0x40000e38 - 0x40000e3c r_ke_msg_in_queue = 0x40000e3c - 0x40000e40 r_ke_msg_save = 0x40000e40 - 0x40000e44 r_ke_msg_send = 0x40000e44 - 0x40000e48 r_ke_msg_send_basic = 0x40000e48 - 0x40000e4c r_ke_msg_src_id_get = 0x40000e4c - 0x40000e50 r_ke_queue_extract = 0x40000e50 - 0x40000e54 r_ke_queue_insert = 0x40000e54 - 0x40000e58 r_ke_sleep_check = 0x40000e58 - 0x40000e5c r_ke_state_get = 0x40000e5c - 0x40000e60 r_ke_state_set = 0x40000e60 - 0x40000e64 r_ke_task_check = 0x40000e64 - 0x40000e68 r_ke_task_create = 0x40000e68 - 0x40000e6c r_ke_task_delete = 0x40000e6c - 0x40000e70 r_ke_task_handler_get = 0x40000e70 - 0x40000e74 r_ke_task_init = 0x40000e74 - 0x40000e78 r_ke_task_msg_flush = 0x40000e78 - 0x40000e7c r_ke_task_saved_update = 0x40000e7c - 0x40000e84 r_ke_time = 0x40000e84 - 0x40000e88 r_ke_time_cmp = 0x40000e88 - 0x40000e8c r_ke_time_past = 0x40000e8c - 0x40000e90 r_ke_timer_active = 0x40000e90 - 0x40000e94 r_ke_timer_adjust_all = 0x40000e94 - 0x40000e98 r_ke_timer_clear = 0x40000e98 - 0x40000e9c r_ke_timer_init = 0x40000e9c - 0x40000ea0 r_ke_timer_schedule = 0x40000ea0 - 0x40000ea4 r_ke_timer_set = 0x40000ea4 - 0x40000ea8 r_led_init = 0x40000ea8 - 0x40000eac r_led_set_all = 0x40000eac - 0x40000eb0 r_llc_aes_res_cb = 0x40000eb0 - 0x40000eb4 r_llc_ch_map_up_proc_err_cb = 0x40000eb4 - 0x40000eb8 r_llc_cleanup = 0x40000eb8 - 0x40000ebc r_llc_cmd_cmp_send = 0x40000ebc - 0x40000ec0 r_llc_cmd_stat_send = 0x40000ec0 - 0x40000ec4 r_llc_con_move_cbk = 0x40000ec4 - 0x40000ec8 r_llc_con_plan_set_update = 0x40000ec8 - 0x40000ecc r_llc_con_upd_param_in_range = 0x40000ecc - 0x40000ed0 r_llc_disconnect = 0x40000ed0 - 0x40000ed4 r_llc_disconnect_end = 0x40000ed4 - 0x40000ed8 r_llc_disconnect_proc_continue = 0x40000ed8 - 0x40000edc r_llc_disconnect_proc_err_cb = 0x40000edc - 0x40000ee0 r_llc_dl_chg_check = 0x40000ee0 - 0x40000ee4 r_llc_dle_proc_err_cb = 0x40000ee4 - 0x40000ee8 r_llc_feats_exch_proc_err_cb = 0x40000ee8 - 0x40000eec r_llc_hci_cmd_handler_tab_p_get = 0x40000eec - 0x40000ef4 r_llc_hci_con_param_req_evt_send = 0x40000ef4 - 0x40000ef8 r_llc_hci_con_upd_info_send = 0x40000ef8 - 0x40000efc r_llc_hci_disconnected_dis = 0x40000efc - 0x40000f00 r_llc_hci_dl_upd_info_send = 0x40000f00 - 0x40000f04 r_llc_hci_enc_evt_send = 0x40000f04 - 0x40000f08 r_llc_hci_feats_info_send = 0x40000f08 - 0x40000f0c r_llc_hci_le_phy_upd_cmp_evt_send = 0x40000f0c - 0x40000f10 r_llc_hci_ltk_request_evt_send = 0x40000f10 - 0x40000f14 r_llc_hci_nb_cmp_pkts_evt_send = 0x40000f14 - 0x40000f18 r_llc_hci_version_info_send = 0x40000f18 - 0x40000f1c r_llc_init_term_proc = 0x40000f1c - 0x40000f20 r_llc_iv_skd_rand_gen = 0x40000f20 - 0x40000f24 r_llc_le_ping_proc_continue = 0x40000f24 - 0x40000f28 r_llc_le_ping_proc_err_cb = 0x40000f28 - 0x40000f30 r_llc_le_ping_set = 0x40000f30 - 0x40000f34 r_llc_ll_pause_enc_rsp_ack_handler = 0x40000f34 - 0x40000f38 r_llc_ll_reject_ind_ack_handler = 0x40000f38 - 0x40000f3c r_llc_ll_reject_ind_pdu_send = 0x40000f3c - 0x40000f40 r_llc_ll_start_enc_rsp_ack_handler = 0x40000f40 - 0x40000f44 r_llc_ll_terminate_ind_ack = 0x40000f44 - 0x40000f48 r_llc_ll_unknown_ind_handler = 0x40000f48 - 0x40000f4c r_llc_llcp_send = 0x40000f4c - 0x40000f50 r_llc_llcp_state_set = 0x40000f50 - 0x40000f54 r_llc_llcp_trans_timer_set = 0x40000f54 - 0x40000f58 r_llc_llcp_tx_check = 0x40000f58 - 0x40000f64 r_llc_loc_con_upd_proc_err_cb = 0x40000f64 - 0x40000f68 r_llc_loc_dl_upd_proc_continue = 0x40000f68 - 0x40000f6c r_llc_loc_encrypt_proc_continue = 0x40000f6c - 0x40000f70 r_llc_loc_encrypt_proc_err_cb = 0x40000f70 - 0x40000f74 r_llc_loc_feats_exch_proc_continue = 0x40000f74 - 0x40000f7c r_llc_loc_phy_upd_proc_err_cb = 0x40000f7c - 0x40000f80 r_llc_msg_handler_tab_p_get = 0x40000f80 - 0x40000f84 r_llc_pref_param_compute = 0x40000f84 - 0x40000f88 r_llc_proc_collision_check = 0x40000f88 - 0x40000f8c r_llc_proc_err_ind = 0x40000f8c - 0x40000f90 r_llc_proc_get = 0x40000f90 - 0x40000f94 r_llc_proc_id_get = 0x40000f94 - 0x40000f98 r_llc_proc_reg = 0x40000f98 - 0x40000f9c r_llc_proc_state_get = 0x40000f9c - 0x40000fa0 r_llc_proc_state_set = 0x40000fa0 - 0x40000fa4 r_llc_proc_timer_pause_set = 0x40000fa4 - 0x40000fa8 r_llc_proc_timer_set = 0x40000fa8 - 0x40000fac r_llc_proc_unreg = 0x40000fac - 0x40000fb0 r_llc_rem_ch_map_proc_continue = 0x40000fb0 - 0x40000fb8 r_llc_rem_con_upd_proc_err_cb = 0x40000fb8 - 0x40000fbc r_llc_rem_dl_upd_proc = 0x40000fbc - 0x40000fc0 r_llc_rem_encrypt_proc_continue = 0x40000fc0 - 0x40000fc4 r_llc_rem_encrypt_proc_err_cb = 0x40000fc4 - 0x40000fc8 r_llc_rem_phy_upd_proc_continue = 0x40000fc8 - 0x40000fcc r_llc_rem_phy_upd_proc_err_cb = 0x40000fcc - 0x40000fd0 r_llc_role_get = 0x40000fd0 - 0x40000fd4 r_llc_sk_gen = 0x40000fd4 - 0x40000fd8 r_llc_start = 0x40000fd8 - 0x40000fdc r_llc_stop = 0x40000fdc - 0x40000fe0 r_llc_ver_exch_loc_proc_continue = 0x40000fe0 - 0x40000fe4 r_llc_ver_proc_err_cb = 0x40000fe4 - 0x40000fe8 r_llcp_pdu_handler_tab_p_get = 0x40000fe8 - 0x40000fec r_lld_aa_gen = 0x40000fec - 0x40000ff0 r_lld_adv_adv_data_set = 0x40000ff0 - 0x40000ff4 r_lld_adv_adv_data_update = 0x40000ff4 - 0x40000ff8 r_lld_adv_aux_ch_idx_set = 0x40000ff8 - 0x40000ffc r_lld_adv_aux_evt_canceled_cbk = 0x40000ffc - 0x40001000 r_lld_adv_aux_evt_start_cbk = 0x40001000 - 0x40001004 r_lld_adv_coex_check_ext_adv_synced = 0x40001004 - 0x40001008 r_lld_adv_coex_env_reset = 0x40001008 - 0x4000100c r_lld_adv_duration_update = 0x4000100c - 0x40001010 r_lld_adv_dynamic_pti_process = 0x40001010 - 0x40001014 r_lld_adv_end = 0x40001014 - 0x40001018 r_lld_adv_evt_canceled_cbk = 0x40001018 - 0x4000101c r_lld_adv_evt_start_cbk = 0x4000101c - 0x40001020 r_lld_adv_ext_chain_construct = 0x40001020 - 0x40001024 r_lld_adv_ext_pkt_prepare = 0x40001024 - 0x40001028 r_lld_adv_frm_cbk = 0x40001028 - 0x4000102c r_lld_adv_frm_isr = 0x4000102c - 0x40001030 r_lld_adv_frm_skip_isr = 0x40001030 - 0x40001034 r_lld_adv_init = 0x40001034 - 0x40001038 r_lld_adv_pkt_rx = 0x40001038 - 0x4000103c r_lld_adv_pkt_rx_connect_ind = 0x4000103c - 0x40001040 r_lld_adv_pkt_rx_send_scan_req_evt = 0x40001040 - 0x40001044 r_lld_adv_rand_addr_update = 0x40001044 - 0x40001048 r_lld_adv_restart = 0x40001048 - 0x4000104c r_lld_adv_scan_rsp_data_set = 0x4000104c - 0x40001050 r_lld_adv_scan_rsp_data_update = 0x40001050 - 0x40001054 r_lld_adv_set_tx_power = 0x40001054 - 0x40001058 r_lld_adv_start = 0x40001058 - 0x4000105c r_lld_adv_stop = 0x4000105c - 0x40001060 r_lld_adv_sync_info_set = 0x40001060 - 0x40001064 r_lld_adv_sync_info_update = 0x40001064 - 0x40001068 r_lld_calc_aux_rx = 0x40001068 - 0x4000106c r_lld_cca_alloc = 0x4000106c - 0x40001070 r_lld_cca_data_reset = 0x40001070 - 0x40001074 r_lld_cca_free = 0x40001074 - 0x40001078 r_lld_ch_assess_data_get = 0x40001078 - 0x4000107c r_lld_ch_idx_get = 0x4000107c - 0x40001080 r_lld_ch_map_set = 0x40001080 - 0x40001084 r_lld_channel_assess = 0x40001084 - 0x40001088 r_lld_con_activity_act_offset_compute = 0x40001088 - 0x4000108c r_lld_con_activity_offset_compute = 0x4000108c - 0x40001090 r_lld_con_ch_map_update = 0x40001090 - 0x40001094 r_lld_con_cleanup = 0x40001094 - 0x40001098 r_lld_con_current_tx_power_get = 0x40001098 - 0x4000109c r_lld_con_data_flow_set = 0x4000109c - 0x400010a0 r_lld_con_data_len_update = 0x400010a0 - 0x400010a4 r_lld_con_data_tx = 0x400010a4 - 0x400010a8 r_lld_con_enc_key_load = 0x400010a8 - 0x400010ac r_lld_con_event_counter_get = 0x400010ac - 0x400010b0 r_lld_con_evt_canceled_cbk = 0x400010b0 - 0x400010b4 r_lld_con_evt_duration_min_get = 0x400010b4 - 0x400010b8 r_lld_con_evt_max_eff_time_cal = 0x400010b8 - 0x400010bc r_lld_con_evt_sd_evt_time_get = 0x400010bc - 0x400010c0 r_lld_con_evt_start_cbk = 0x400010c0 - 0x400010c4 r_lld_con_evt_time_update = 0x400010c4 - 0x400010c8 r_lld_con_free_all_tx_buf = 0x400010c8 - 0x400010cc r_lld_con_frm_cbk = 0x400010cc - 0x400010d0 r_lld_con_frm_isr = 0x400010d0 - 0x400010d4 r_lld_con_frm_skip_isr = 0x400010d4 - 0x400010d8 r_lld_con_init = 0x400010d8 - 0x400010dc r_lld_con_llcp_tx = 0x400010dc - 0x400010e0 r_lld_con_max_lat_calc = 0x400010e0 - 0x400010e4 r_lld_con_offset_get = 0x400010e4 - 0x400010e8 r_lld_con_param_update = 0x400010e8 - 0x400010ec r_lld_con_phys_update = 0x400010ec - 0x400010f0 r_lld_con_pref_slave_evt_dur_set = 0x400010f0 - 0x400010f4 r_lld_con_pref_slave_latency_set = 0x400010f4 - 0x400010f8 r_lld_con_rssi_get = 0x400010f8 - 0x400010fc r_lld_con_rx = 0x400010fc - 0x40001104 r_lld_con_rx_enc = 0x40001104 - 0x40001108 r_lld_con_rx_isr = 0x40001108 - 0x4000110c r_lld_con_rx_link_info_check = 0x4000110c - 0x40001110 r_lld_con_rx_llcp_check = 0x40001110 - 0x40001114 r_lld_con_rx_sync_time_update = 0x40001114 - 0x4000111c r_lld_con_set_tx_power = 0x4000111c - 0x40001120 r_lld_con_start = 0x40001120 - 0x40001128 r_lld_con_tx = 0x40001128 - 0x4000112c r_lld_con_tx_enc = 0x4000112c - 0x40001130 r_lld_con_tx_isr = 0x40001130 - 0x40001134 r_lld_con_tx_len_update = 0x40001134 - 0x40001138 r_lld_con_tx_len_update_for_intv = 0x40001138 - 0x4000113c r_lld_con_tx_len_update_for_rate = 0x4000113c - 0x40001140 r_lld_con_tx_prog = 0x40001140 - 0x40001144 r_lld_conn_dynamic_pti_process = 0x40001144 - 0x40001148 r_lld_continue_scan_rx_isr_end_process = 0x40001148 - 0x4000114c r_lld_ext_scan_dynamic_pti_process = 0x4000114c - 0x40001150 r_lld_hw_cca_end_isr = 0x40001150 - 0x40001154 r_lld_hw_cca_evt_handler = 0x40001154 - 0x40001158 r_lld_hw_cca_isr = 0x40001158 - 0x4000115c r_lld_init_cal_anchor_point = 0x4000115c - 0x40001160 r_lld_init_compute_winoffset = 0x40001160 - 0x40001164 r_lld_init_connect_req_pack = 0x40001164 - 0x40001168 r_lld_init_end = 0x40001168 - 0x4000116c r_lld_init_evt_canceled_cbk = 0x4000116c - 0x40001170 r_lld_init_evt_start_cbk = 0x40001170 - 0x40001174 r_lld_init_frm_cbk = 0x40001174 - 0x40001178 r_lld_init_frm_eof_isr = 0x40001178 - 0x4000117c r_lld_init_frm_skip_isr = 0x4000117c - 0x40001180 r_lld_init_init = 0x40001180 - 0x40001184 r_lld_init_process_pkt_rx = 0x40001184 - 0x40001188 r_lld_init_process_pkt_rx_adv_ext_ind = 0x40001188 - 0x4000118c r_lld_init_process_pkt_rx_adv_ind_or_direct_ind = 0x4000118c - 0x40001190 r_lld_init_process_pkt_rx_aux_connect_rsp = 0x40001190 - 0x40001194 r_lld_init_process_pkt_tx = 0x40001194 - 0x40001198 r_lld_init_process_pkt_tx_cal_con_timestamp = 0x40001198 - 0x4000119c r_lld_init_sched = 0x4000119c - 0x400011a0 r_lld_init_set_tx_power = 0x400011a0 - 0x400011a4 r_lld_init_start = 0x400011a4 - 0x400011a8 r_lld_init_stop = 0x400011a8 - 0x400011ac r_lld_instant_proc_end = 0x400011ac - 0x400011b4 r_lld_per_adv_ch_map_update = 0x400011b4 - 0x400011b8 r_lld_per_adv_chain_construct = 0x400011b8 - 0x400011bc r_lld_per_adv_cleanup = 0x400011bc - 0x400011c0 r_lld_per_adv_coex_env_reset = 0x400011c0 - 0x400011c4 r_lld_per_adv_data_set = 0x400011c4 - 0x400011c8 r_lld_per_adv_data_update = 0x400011c8 - 0x400011cc r_lld_per_adv_dynamic_pti_process = 0x400011cc - 0x400011d0 r_lld_per_adv_evt_canceled_cbk = 0x400011d0 - 0x400011d4 r_lld_per_adv_evt_start_cbk = 0x400011d4 - 0x400011d8 r_lld_per_adv_ext_pkt_prepare = 0x400011d8 - 0x400011dc r_lld_per_adv_frm_cbk = 0x400011dc - 0x400011e0 r_lld_per_adv_frm_isr = 0x400011e0 - 0x400011e4 r_lld_per_adv_frm_skip_isr = 0x400011e4 - 0x400011e8 r_lld_per_adv_init = 0x400011e8 - 0x400011ec r_lld_per_adv_init_info_get = 0x400011ec - 0x400011f0 r_lld_per_adv_list_add = 0x400011f0 - 0x400011f4 r_lld_per_adv_list_rem = 0x400011f4 - 0x400011fc r_lld_per_adv_set_tx_power = 0x400011fc - 0x40001200 r_lld_per_adv_start = 0x40001200 - 0x40001204 r_lld_per_adv_stop = 0x40001204 - 0x40001208 r_lld_per_adv_sync_info_get = 0x40001208 - 0x4000120c r_lld_process_cca_data = 0x4000120c - 0x40001210 r_lld_ral_search = 0x40001210 - 0x40001214 r_lld_read_clock = 0x40001214 - 0x40001218 r_lld_res_list_add = 0x40001218 - 0x40001220 r_lld_res_list_is_empty = 0x40001220 - 0x40001224 r_lld_res_list_local_rpa_get = 0x40001224 - 0x40001228 r_lld_res_list_peer_rpa_get = 0x40001228 - 0x4000122c r_lld_res_list_peer_update = 0x4000122c - 0x40001238 r_lld_reset_reg = 0x40001238 - 0x4000123c r_lld_rpa_renew = 0x4000123c - 0x40001240 r_lld_rpa_renew_evt_canceled_cbk = 0x40001240 - 0x40001244 r_lld_rpa_renew_evt_start_cbk = 0x40001244 - 0x40001248 r_lld_rpa_renew_instant_cbk = 0x40001248 - 0x4000124c r_lld_rxdesc_check = 0x4000124c - 0x40001250 r_lld_rxdesc_free = 0x40001250 - 0x40001254 r_lld_scan_create_sync = 0x40001254 - 0x40001258 r_lld_scan_create_sync_cancel = 0x40001258 - 0x4000125c r_lld_scan_end = 0x4000125c - 0x40001260 r_lld_scan_evt_canceled_cbk = 0x40001260 - 0x40001264 r_lld_scan_evt_start_cbk = 0x40001264 - 0x40001268 r_lld_scan_frm_cbk = 0x40001268 - 0x4000126c r_lld_scan_frm_eof_isr = 0x4000126c - 0x40001270 r_lld_scan_frm_rx_isr = 0x40001270 - 0x40001274 r_lld_scan_frm_skip_isr = 0x40001274 - 0x40001278 r_lld_scan_init = 0x40001278 - 0x4000127c r_lld_scan_params_update = 0x4000127c - 0x40001288 r_lld_scan_process_pkt_rx_aux_adv_ind = 0x40001288 - 0x4000128c r_lld_scan_process_pkt_rx_aux_chain_ind = 0x4000128c - 0x40001290 r_lld_scan_process_pkt_rx_aux_scan_rsp = 0x40001290 - 0x40001294 r_lld_scan_process_pkt_rx_ext_adv = 0x40001294 - 0x40001298 r_lld_scan_process_pkt_rx_ext_adv_ind = 0x40001298 - 0x4000129c r_lld_scan_process_pkt_rx_legacy_adv = 0x4000129c - 0x400012a0 r_lld_scan_restart = 0x400012a0 - 0x400012a4 r_lld_scan_sched = 0x400012a4 - 0x400012a8 r_lld_scan_set_tx_power = 0x400012a8 - 0x400012ac r_lld_scan_start = 0x400012ac - 0x400012b0 r_lld_scan_stop = 0x400012b0 - 0x400012b4 r_lld_scan_sync_accept = 0x400012b4 - 0x400012b8 r_lld_scan_sync_info_unpack = 0x400012b8 - 0x400012bc r_lld_scan_trunc_ind = 0x400012bc - 0x400012c0 r_lld_sw_cca_evt_handler = 0x400012c0 - 0x400012c4 r_lld_sw_cca_isr = 0x400012c4 - 0x400012c8 r_lld_sync_ch_map_update = 0x400012c8 - 0x400012cc r_lld_sync_cleanup = 0x400012cc - 0x400012d0 r_lld_sync_evt_canceled_cbk = 0x400012d0 - 0x400012d4 r_lld_sync_evt_start_cbk = 0x400012d4 - 0x400012d8 r_lld_sync_frm_cbk = 0x400012d8 - 0x400012dc r_lld_sync_frm_eof_isr = 0x400012dc - 0x400012e0 r_lld_sync_frm_rx_isr = 0x400012e0 - 0x400012e4 r_lld_sync_frm_skip_isr = 0x400012e4 - 0x400012e8 r_lld_sync_init = 0x400012e8 - 0x400012ec r_lld_sync_process_pkt_rx = 0x400012ec - 0x400012f0 r_lld_sync_process_pkt_rx_aux_sync_ind = 0x400012f0 - 0x400012f4 r_lld_sync_process_pkt_rx_pkt_check = 0x400012f4 - 0x400012f8 r_lld_sync_scan_dynamic_pti_process = 0x400012f8 - 0x400012fc r_lld_sync_sched = 0x400012fc - 0x40001300 r_lld_sync_start = 0x40001300 - 0x40001304 r_lld_sync_stop = 0x40001304 - 0x40001308 r_lld_sync_trunc_ind = 0x40001308 - 0x4000130c r_lld_test_cleanup = 0x4000130c - 0x40001310 r_lld_test_evt_canceled_cbk = 0x40001310 - 0x40001314 r_lld_test_evt_start_cbk = 0x40001314 - 0x40001318 r_lld_test_freq2chnl = 0x40001318 - 0x4000131c r_lld_test_frm_cbk = 0x4000131c - 0x40001320 r_lld_test_frm_isr = 0x40001320 - 0x40001324 r_lld_test_init = 0x40001324 - 0x40001328 r_lld_test_rx_isr = 0x40001328 - 0x4000132c r_lld_test_set_tx_power = 0x4000132c - 0x40001330 r_lld_test_start = 0x40001330 - 0x40001338 r_lld_update_rxbuf = 0x40001338 - 0x4000133c r_lld_update_rxbuf_isr = 0x4000133c - 0x40001340 r_lld_white_list_add = 0x40001340 - 0x40001344 r_lld_white_list_rem = 0x40001344 - 0x40001348 r_llm_activity_free_get = 0x40001348 - 0x4000134c r_llm_activity_free_set = 0x4000134c - 0x40001350 r_llm_activity_syncing_get = 0x40001350 - 0x40001354 r_llm_adv_con_len_check = 0x40001354 - 0x40001358 r_llm_adv_hdl_to_id = 0x40001358 - 0x4000135c r_llm_adv_rep_flow_control_check = 0x4000135c - 0x40001360 r_llm_adv_rep_flow_control_update = 0x40001360 - 0x40001364 r_llm_adv_reports_list_check = 0x40001364 - 0x40001368 r_llm_adv_set_all_release = 0x40001368 - 0x4000136c r_llm_adv_set_dft_params = 0x4000136c - 0x40001370 r_llm_adv_set_release = 0x40001370 - 0x40001374 r_llm_aes_res_cb = 0x40001374 - 0x40001378 r_llm_ble_update_adv_flow_control = 0x40001378 - 0x4000137c r_llm_ch_map_update = 0x4000137c - 0x40001380 r_llm_cmd_cmp_send = 0x40001380 - 0x40001384 r_llm_cmd_stat_send = 0x40001384 - 0x40001388 r_llm_dev_list_empty_entry = 0x40001388 - 0x4000138c r_llm_dev_list_search = 0x4000138c - 0x40001390 r_llm_env_adv_dup_filt_deinit = 0x40001390 - 0x40001394 r_llm_env_adv_dup_filt_init = 0x40001394 - 0x40001398 r_llm_init_ble_adv_report_flow_contol = 0x40001398 - 0x4000139c r_llm_is_dev_connected = 0x4000139c - 0x400013a0 r_llm_is_dev_synced = 0x400013a0 - 0x400013a4 r_llm_is_non_con_act_ongoing_check = 0x400013a4 - 0x400013a8 r_llm_is_wl_accessible = 0x400013a8 - 0x400013ac r_llm_le_evt_mask_check = 0x400013ac - 0x400013b4 r_llm_link_disc = 0x400013b4 - 0x400013b8 r_llm_master_ch_map_get = 0x400013b8 - 0x400013bc r_llm_msg_handler_tab_p_get = 0x400013bc - 0x400013c0 r_llm_no_activity = 0x400013c0 - 0x400013c4 r_llm_per_adv_slot_dur = 0x400013c4 - 0x400013c8 r_llm_plan_elt_get = 0x400013c8 - 0x400013cc r_llm_rx_path_comp_get = 0x400013cc - 0x400013d0 r_llm_scan_start = 0x400013d0 - 0x400013d4 r_llm_scan_sync_acad_attach = 0x400013d4 - 0x400013d8 r_llm_scan_sync_acad_detach = 0x400013d8 - 0x400013dc r_llm_send_adv_lost_event_to_host = 0x400013dc - 0x400013e0 r_llm_tx_path_comp_get = 0x400013e0 - 0x400013e4 r_misc_deinit = 0x400013e4 - 0x400013e8 r_misc_free_em_buf_in_isr = 0x400013e8 - 0x400013ec r_misc_init = 0x400013ec - 0x400013f0 r_misc_msg_handler_tab_p_get = 0x400013f0 - 0x400013f4 r_notEqual256 = 0x400013f4 - 0x400013f8 r_phy_upd_proc_start = 0x400013f8 - 0x400013fc r_platform_reset = 0x400013fc - 0x40001404 r_rf_em_init = 0x40001404 - 0x40001408 r_rf_force_agc_enable = 0x40001408 - 0x4000140c r_rf_reg_rd = 0x4000140c - 0x40001410 r_rf_reg_wr = 0x40001410 - 0x40001414 r_rf_reset = 0x40001414 - 0x40001418 r_rf_rssi_convert = 0x40001418 - 0x4000141c r_rf_rw_v9_le_disable = 0x4000141c - 0x40001420 r_rf_rw_v9_le_enable = 0x40001420 - 0x40001424 r_rf_sleep = 0x40001424 - 0x40001430 r_rf_util_cs_fmt_convert = 0x40001430 - 0x40001434 r_rw_crypto_aes_ccm = 0x40001434 - 0x40001438 r_rw_crypto_aes_encrypt = 0x40001438 - 0x4000143c r_rw_crypto_aes_init = 0x4000143c - 0x40001440 r_rw_crypto_aes_k1 = 0x40001440 - 0x40001444 r_rw_crypto_aes_k2 = 0x40001444 - 0x40001448 r_rw_crypto_aes_k3 = 0x40001448 - 0x4000144c r_rw_crypto_aes_k4 = 0x4000144c - 0x40001450 r_rw_crypto_aes_rand = 0x40001450 - 0x40001454 r_rw_crypto_aes_result_handler = 0x40001454 - 0x40001458 r_rw_crypto_aes_s1 = 0x40001458 - 0x4000145c r_rw_cryto_aes_cmac = 0x4000145c - 0x40001460 r_rw_v9_init_em_radio_table = 0x40001460 - 0x40001468 r_rwble_sleep_enter = 0x40001468 - 0x4000146c r_rwble_sleep_wakeup_end = 0x4000146c - 0x40001474 r_rwip_active_check = 0x40001474 - 0x40001478 r_rwip_aes_encrypt = 0x40001478 - 0x40001480 r_rwip_crypt_evt_handler = 0x40001480 - 0x40001484 r_rwip_crypt_isr_handler = 0x40001484 - 0x40001488 r_rwip_eif_get = 0x40001488 - 0x4000148c r_rwip_half_slot_2_lpcycles = 0x4000148c - 0x40001490 r_rwip_hus_2_lpcycles = 0x40001490 - 0x40001494 r_rwip_isr = 0x40001494 - 0x40001498 r_rwip_lpcycles_2_hus = 0x40001498 - 0x4000149c r_rwip_prevent_sleep_clear = 0x4000149c - 0x400014a0 r_rwip_prevent_sleep_set = 0x400014a0 - 0x400014a4 r_rwip_schedule = 0x400014a4 - 0x400014a8 r_rwip_sleep = 0x400014a8 - 0x400014ac r_rwip_sw_int_handler = 0x400014ac - 0x400014b0 r_rwip_sw_int_req = 0x400014b0 - 0x400014b4 r_rwip_time_get = 0x400014b4 - 0x400014b8 r_rwip_timer_10ms_handler = 0x400014b8 - 0x400014bc r_rwip_timer_10ms_set = 0x400014bc - 0x400014c0 r_rwip_timer_hs_handler = 0x400014c0 - 0x400014c4 r_rwip_timer_hs_set = 0x400014c4 - 0x400014c8 r_rwip_timer_hus_handler = 0x400014c8 - 0x400014cc r_rwip_timer_hus_set = 0x400014cc - 0x400014d0 r_rwip_wakeup = 0x400014d0 - 0x400014d8 r_rwip_wlcoex_set = 0x400014d8 - 0x400014dc r_sch_alarm_clear = 0x400014dc - 0x400014e0 r_sch_alarm_init = 0x400014e0 - 0x400014e4 r_sch_alarm_prog = 0x400014e4 - 0x400014e8 r_sch_alarm_set = 0x400014e8 - 0x400014ec r_sch_alarm_timer_isr = 0x400014ec - 0x400014f0 r_sch_arb_conflict_check = 0x400014f0 - 0x400014f4 r_sch_arb_elt_cancel = 0x400014f4 - 0x400014fc r_sch_arb_init = 0x400014fc - 0x40001500 r_sch_arb_insert = 0x40001500 - 0x40001504 r_sch_arb_prog_timer = 0x40001504 - 0x40001508 r_sch_arb_remove = 0x40001508 - 0x4000150c r_sch_arb_sw_isr = 0x4000150c - 0x40001510 r_sch_plan_chk = 0x40001510 - 0x40001514 r_sch_plan_clock_wrap_offset_update = 0x40001514 - 0x40001518 r_sch_plan_init = 0x40001518 - 0x4000151c r_sch_plan_interval_req = 0x4000151c - 0x40001520 r_sch_plan_offset_max_calc = 0x40001520 - 0x40001524 r_sch_plan_offset_req = 0x40001524 - 0x40001528 r_sch_plan_position_range_compute = 0x40001528 - 0x4000152c r_sch_plan_rem = 0x4000152c - 0x40001530 r_sch_plan_req = 0x40001530 - 0x4000153c r_sch_prog_init = 0x4000153c - 0x40001540 r_sch_prog_push = 0x40001540 - 0x40001544 r_sch_prog_rx_isr = 0x40001544 - 0x40001548 r_sch_prog_skip_isr = 0x40001548 - 0x4000154c r_sch_prog_tx_isr = 0x4000154c - 0x40001550 r_sch_slice_bg_add = 0x40001550 - 0x40001554 r_sch_slice_bg_remove = 0x40001554 - 0x40001558 r_sch_slice_compute = 0x40001558 - 0x4000155c r_sch_slice_fg_add = 0x4000155c - 0x40001560 r_sch_slice_fg_remove = 0x40001560 - 0x40001564 r_sch_slice_init = 0x40001564 - 0x40001568 r_sch_slice_per_add = 0x40001568 - 0x4000156c r_sch_slice_per_remove = 0x4000156c - 0x40001570 r_sdk_config_get_bt_sleep_enable = 0x40001570 - 0x40001574 r_sdk_config_get_hl_derived_opts = 0x40001574 - 0x40001578 r_sdk_config_get_opts = 0x40001578 - 0x4000157c r_sdk_config_get_priv_opts = 0x4000157c - 0x40001580 r_sdk_config_set_bt_sleep_enable = 0x40001580 - 0x40001584 r_sdk_config_set_hl_derived_opts = 0x40001584 - 0x40001588 r_sdk_config_set_opts = 0x40001588 - 0x4000158c r_specialModP256 = 0x4000158c - 0x40001590 r_unloaded_area_init = 0x40001590 - 0x40001594 r_vhci_flow_off = 0x40001594 - 0x40001598 r_vhci_flow_on = 0x40001598 - 0x4000159c r_vhci_notify_host_send_available = 0x4000159c - 0x400015a0 r_vhci_send_to_host = 0x400015a0 - 0x400015a4 r_vnd_hci_command_handler = 0x400015a4 - 0x400015a8 r_vshci_init = 0x400015a8 - 0x400015ac vnd_hci_command_handler_wrapper = 0x400015ac - 0x40001c60 r_llc_loc_encrypt_proc_continue_hook = 0x40001c60 - 0x40001c64 r_llc_loc_phy_upd_proc_continue_hook = 0x40001c64 - 0x40001c68 r_llc_rem_phy_upd_proc_continue_hook = 0x40001c68 - 0x40001c6c r_lld_scan_frm_eof_isr_hook = 0x40001c6c - 0x40001c70 r_lld_scan_evt_start_cbk_hook = 0x40001c70 - 0x40001c78 r_lld_scan_process_pkt_rx_ext_adv_hook = 0x40001c78 - 0x40001c7c r_lld_scan_sched_hook = 0x40001c7c - 0x40001c84 r_lld_adv_evt_start_cbk_hook = 0x40001c84 - 0x40001c88 r_lld_adv_aux_evt_start_cbk_hook = 0x40001c88 - 0x40001c8c r_lld_adv_frm_isr_hook = 0x40001c8c - 0x40001c90 r_lld_adv_start_init_evt_param_hook = 0x40001c90 - 0x40001c94 r_lld_con_evt_canceled_cbk_hook = 0x40001c94 - 0x40001c98 r_lld_con_frm_isr_hook = 0x40001c98 - 0x40001c9c r_lld_con_tx_hook = 0x40001c9c - 0x40001ca0 r_lld_con_rx_hook = 0x40001ca0 - 0x40001ca4 r_lld_con_evt_start_cbk_hook = 0x40001ca4 - 0x40001cac r_lld_con_tx_prog_new_packet_hook = 0x40001cac - 0x40001cb0 r_lld_init_frm_eof_isr_hook = 0x40001cb0 - 0x40001cb4 r_lld_init_evt_start_cbk_hook = 0x40001cb4 - 0x40001cbc r_lld_init_sched_hook = 0x40001cbc - 0x40001cc0 r_lld_init_process_pkt_tx_hook = 0x40001cc0 - 0x40001cc4 r_lld_per_adv_evt_start_cbk_hook = 0x40001cc4 - 0x40001cc8 r_lld_per_adv_frm_isr_hook = 0x40001cc8 - 0x40001ccc r_lld_per_adv_start_hook = 0x40001ccc - 0x40001cd0 r_lld_sync_frm_eof_isr_hook = 0x40001cd0 - 0x40001cd4 r_lld_sync_evt_start_cbk_hook = 0x40001cd4 - 0x40001cd8 r_lld_sync_start_hook = 0x40001cd8 - 0x40001cdc r_lld_sync_process_pkt_rx_pkt_check_hook = 0x40001cdc - 0x40001ce0 r_sch_arb_insert_hook = 0x40001ce0 - 0x40001ce4 r_sch_plan_offset_req_hook = 0x40001ce4 - 0x40000764 __absvdi2 = 0x40000764 - 0x40000768 __absvsi2 = 0x40000768 - 0x4000076c __adddf3 = 0x4000076c - 0x40000770 __addsf3 = 0x40000770 - 0x40000774 __addvdi3 = 0x40000774 - 0x40000778 __addvsi3 = 0x40000778 - 0x4000077c __ashldi3 = 0x4000077c - 0x40000780 __ashrdi3 = 0x40000780 - 0x40000784 __bswapdi2 = 0x40000784 - 0x40000788 __bswapsi2 = 0x40000788 - 0x4000078c __clear_cache = 0x4000078c - 0x40000790 __clrsbdi2 = 0x40000790 - 0x40000794 __clrsbsi2 = 0x40000794 - 0x40000798 __clzdi2 = 0x40000798 - 0x4000079c __clzsi2 = 0x4000079c - 0x400007a0 __cmpdi2 = 0x400007a0 - 0x400007a4 __ctzdi2 = 0x400007a4 - 0x400007a8 __ctzsi2 = 0x400007a8 - 0x400007ac __divdc3 = 0x400007ac - 0x400007b0 __divdf3 = 0x400007b0 - 0x400007b4 __divdi3 = 0x400007b4 - 0x400007b8 __divsc3 = 0x400007b8 - 0x400007bc __divsf3 = 0x400007bc - 0x400007c0 __divsi3 = 0x400007c0 - 0x400007c4 __eqdf2 = 0x400007c4 - 0x400007c8 __eqsf2 = 0x400007c8 - 0x400007cc __extendsfdf2 = 0x400007cc - 0x400007d0 __ffsdi2 = 0x400007d0 - 0x400007d4 __ffssi2 = 0x400007d4 - 0x400007d8 __fixdfdi = 0x400007d8 - 0x400007dc __fixdfsi = 0x400007dc - 0x400007e0 __fixsfdi = 0x400007e0 - 0x400007e4 __fixsfsi = 0x400007e4 - 0x400007e8 __fixunsdfsi = 0x400007e8 - 0x400007ec __fixunssfdi = 0x400007ec - 0x400007f0 __fixunssfsi = 0x400007f0 - 0x400007f4 __floatdidf = 0x400007f4 - 0x400007f8 __floatdisf = 0x400007f8 - 0x400007fc __floatsidf = 0x400007fc - 0x40000800 __floatsisf = 0x40000800 - 0x40000804 __floatundidf = 0x40000804 - 0x40000808 __floatundisf = 0x40000808 - 0x4000080c __floatunsidf = 0x4000080c - 0x40000810 __floatunsisf = 0x40000810 - 0x40000814 __gcc_bcmp = 0x40000814 - 0x40000818 __gedf2 = 0x40000818 - 0x4000081c __gesf2 = 0x4000081c - 0x40000820 __gtdf2 = 0x40000820 - 0x40000824 __gtsf2 = 0x40000824 - 0x40000828 __ledf2 = 0x40000828 - 0x4000082c __lesf2 = 0x4000082c - 0x40000830 __lshrdi3 = 0x40000830 - 0x40000834 __ltdf2 = 0x40000834 - 0x40000838 __ltsf2 = 0x40000838 - 0x4000083c __moddi3 = 0x4000083c - 0x40000840 __modsi3 = 0x40000840 - 0x40000844 __muldc3 = 0x40000844 - 0x40000848 __muldf3 = 0x40000848 - 0x4000084c __muldi3 = 0x4000084c - 0x40000850 __mulsc3 = 0x40000850 - 0x40000854 __mulsf3 = 0x40000854 - 0x40000858 __mulsi3 = 0x40000858 - 0x4000085c __mulvdi3 = 0x4000085c - 0x40000860 __mulvsi3 = 0x40000860 - 0x40000864 __nedf2 = 0x40000864 - 0x40000868 __negdf2 = 0x40000868 - 0x4000086c __negdi2 = 0x4000086c - 0x40000870 __negsf2 = 0x40000870 - 0x40000874 __negvdi2 = 0x40000874 - 0x40000878 __negvsi2 = 0x40000878 - 0x4000087c __nesf2 = 0x4000087c - 0x40000880 __paritysi2 = 0x40000880 - 0x40000884 __popcountdi2 = 0x40000884 - 0x40000888 __popcountsi2 = 0x40000888 - 0x4000088c __powidf2 = 0x4000088c - 0x40000890 __powisf2 = 0x40000890 - 0x40000894 __subdf3 = 0x40000894 - 0x40000898 __subsf3 = 0x40000898 - 0x4000089c __subvdi3 = 0x4000089c - 0x400008a0 __subvsi3 = 0x400008a0 - 0x400008a4 __truncdfsf2 = 0x400008a4 - 0x400008a8 __ucmpdi2 = 0x400008a8 - 0x400008ac __udivdi3 = 0x400008ac - 0x400008b0 __udivmoddi4 = 0x400008b0 - 0x400008b4 __udivsi3 = 0x400008b4 - 0x400008b8 __udiv_w_sdiv = 0x400008b8 - 0x400008bc __umoddi3 = 0x400008bc - 0x400008c0 __umodsi3 = 0x400008c0 - 0x400008c4 __unorddf2 = 0x400008c4 - 0x400008c8 __unordsf2 = 0x400008c8 - 0x40000010 _rom_chip_id = 0x40000010 - 0x40000014 _rom_eco_version = 0x40000014 - 0x400017b4 wDevCheckBlockError = 0x400017b4 - 0x40001964 rom_index_to_txbbgain = 0x40001964 - 0x400019b0 rom_pbus_xpd_tx_on = 0x400019b0 - 0x400019f0 rom_set_tx_dig_gain = 0x400019f0 - 0x400019f4 rom_set_txcap_reg = 0x400019f4 - 0x40001a0c rom_txbbgain_to_index = 0x40001a0c - 0x40001a54 rom_agc_reg_init = 0x40001a54 - 0x40001a58 rom_bb_reg_init = 0x40001a58 - 0x40001a70 rom_set_pbus_reg = 0x40001a70 - 0x40001a78 rom_phy_xpd_rf = 0x40001a78 - 0x40001a8c rom_write_txrate_power_offset = 0x40001a8c - 0x40001ab4 rom_temp_to_power = 0x40001ab4 - 0x40001af8 rom_open_i2c_xpd = 0x40001af8 - 0x40001b00 rom_tsens_read_init = 0x40001b00 - 0x40001b04 rom_tsens_code_read = 0x40001b04 - 0x40001b10 rom_tsens_dac_cal = 0x40001b10 - 0x40001b28 rom_pll_vol_cal = 0x40001b28 - 0x40001b2c wdev_is_data_in_rxlist = 0x40001b2c - 0x40001b30 ppProcTxCallback = 0x40001b30 - 0x40001b34 ieee80211_gettid = 0x40001b34 - 0x40001bac rom_wrtie_pll_cap = 0x40001bac - 0x40001bb0 rom_set_tx_gain_mem = 0x40001bb0 - 0x40001bb4 rom_bt_tx_dig_gain = 0x40001bb4 - 0x40001bb8 rom_bt_get_tx_gain = 0x40001bb8 - 0x40001bbc rom_get_chan_target_power = 0x40001bbc - 0x40001bc0 rom_get_tx_gain_value = 0x40001bc0 - 0x40001bc4 rom_wifi_tx_dig_gain = 0x40001bc4 - 0x40001bc8 rom_wifi_get_tx_gain = 0x40001bc8 - 0x40001bcc rom_fe_i2c_reg_renew = 0x40001bcc - 0x40001bd0 rom_wifi_agc_sat_gain = 0x40001bd0 - 0x40001bd4 rom_i2c_master_reset = 0x40001bd4 - 0x40001bd8 rom_bt_filter_reg = 0x40001bd8 - 0x40001bdc rom_phy_bbpll_cal = 0x40001bdc - 0x40001be0 rom_i2c_sar2_init_code = 0x40001be0 - 0x40001be4 rom_phy_param_addr = 0x40001be4 - 0x40001be8 rom_phy_reg_init = 0x40001be8 - 0x40001bec rom_set_chan_reg = 0x40001bec - 0x40001bf0 rom_phy_wakeup_init = 0x40001bf0 - 0x40001bf4 rom_phy_i2c_init1 = 0x40001bf4 - 0x40001bf8 rom_tsens_temp_read = 0x40001bf8 - 0x40001bfc rom_bt_track_pll_cap = 0x40001bfc - 0x40001c00 rom_wifi_track_pll_cap = 0x40001c00 - 0x40001c04 rom_wifi_set_tx_gain = 0x40001c04 - 0x40001c08 rom_txpwr_cal_track = 0x40001c08 - 0x40001c0c rom_tx_pwctrl_background = 0x40001c0c - 0x40001c10 rom_bt_set_tx_gain = 0x40001c10 - 0x40001c14 rom_noise_check_loop = 0x40001c14 - 0x40001c18 rom_phy_close_rf = 0x40001c18 - 0x40001c1c rom_phy_xpd_tsens = 0x40001c1c - 0x40001c20 rom_phy_freq_mem_backup = 0x40001c20 - 0x40001c24 rom_phy_ant_init = 0x40001c24 - 0x40001c28 rom_bt_track_tx_power = 0x40001c28 - 0x40001c2c rom_wifi_track_tx_power = 0x40001c2c - 0x40001c30 rom_phy_dig_reg_backup = 0x40001c30 - 0x40001c34 chip726_phyrom_version_num = 0x40001c34 - 0x3fcdf830 phy_param_rom = 0x3fcdf830 - [!provide] PROVIDE (esp_flash_read_chip_id = 0x40001c38) - [!provide] PROVIDE (detect_spi_flash_chip = 0x40001c3c) - [!provide] PROVIDE (esp_rom_spiflash_write_disable = 0x40001c40) - 0x40001b38 r_lld_legacy_adv_dynamic_pti_get = 0x40001b38 - 0x40001b3c r_lld_legacy_adv_dynamic_pti_process = 0x40001b3c - 0x40001b40 r_lld_ext_adv_dynamic_pti_get = 0x40001b40 - 0x40001b44 r_lld_ext_adv_dynamic_aux_pti_process = 0x40001b44 - 0x40001b48 r_lld_ext_adv_dynamic_pti_process = 0x40001b48 - 0x40001b54 r_lld_adv_ext_chain_connectable_construct = 0x40001b54 - 0x40001b5c r_lld_adv_pkt_rx_connect_post = 0x40001b5c - 0x40001b60 r_lld_adv_start_init_evt_param = 0x40001b60 - 0x40001b64 r_lld_adv_start_set_cs = 0x40001b64 - 0x40001b6c r_lld_adv_start_schedule_asap = 0x40001b6c - 0x40001b70 r_lld_con_tx_prog_new_packet_coex = 0x40001b70 - 0x40001b78 r_lld_per_adv_dynamic_pti_get = 0x40001b78 - 0x40001b7c r_lld_per_adv_evt_start_chm_upd = 0x40001b7c - 0x40001b80 r_lld_ext_scan_dynamic_pti_get = 0x40001b80 - 0x40001b88 r_lld_sync_insert = 0x40001b88 - 0x40001b90 r_sch_prog_bt_push = 0x40001b90 - 0x40001b94 r_lld_init_evt_end_type_set = 0x40001b94 - 0x40001b98 r_lld_init_evt_end_type_get = 0x40001b98 - 0x40001b9c r_lld_adv_direct_adv_use_rpa_addr_state_set = 0x40001b9c - 0x40001ba0 r_lld_adv_direct_adv_use_rpa_addr_state_get = 0x40001ba0 - 0x40001ba4 r_lld_init_evt_end_type_check_state_set = 0x40001ba4 - 0x40001ba8 r_lld_init_evt_end_type_check_state_get = 0x40001ba8 - 0x40000350 esp_rom_newlib_init_common_mutexes = 0x40000350 - 0x40000354 memset = 0x40000354 - 0x40000358 memcpy = 0x40000358 - 0x4000035c memmove = 0x4000035c - 0x40000360 memcmp = 0x40000360 - 0x40000364 strcpy = 0x40000364 - 0x40000368 strncpy = 0x40000368 - 0x4000036c strcmp = 0x4000036c - 0x40000370 strncmp = 0x40000370 - 0x40000374 strlen = 0x40000374 - 0x40000378 strstr = 0x40000378 - 0x4000037c bzero = 0x4000037c - 0x40000384 sbrk = 0x40000384 - 0x40000388 isalnum = 0x40000388 - 0x4000038c isalpha = 0x4000038c - 0x40000390 isascii = 0x40000390 - 0x40000394 isblank = 0x40000394 - 0x40000398 iscntrl = 0x40000398 - 0x4000039c isdigit = 0x4000039c - 0x400003a0 islower = 0x400003a0 - 0x400003a4 isgraph = 0x400003a4 - 0x400003a8 isprint = 0x400003a8 - 0x400003ac ispunct = 0x400003ac - 0x400003b0 isspace = 0x400003b0 - 0x400003b4 isupper = 0x400003b4 - 0x400003b8 toupper = 0x400003b8 - 0x400003bc tolower = 0x400003bc - 0x400003c0 toascii = 0x400003c0 - 0x400003c4 memccpy = 0x400003c4 - 0x400003c8 memchr = 0x400003c8 - 0x400003cc memrchr = 0x400003cc - 0x400003d0 strcasecmp = 0x400003d0 - 0x400003d4 strcasestr = 0x400003d4 - 0x400003d8 strcat = 0x400003d8 - 0x400003dc strdup = 0x400003dc - 0x400003e0 strchr = 0x400003e0 - 0x400003e4 strcspn = 0x400003e4 - 0x400003e8 strcoll = 0x400003e8 - 0x400003ec strlcat = 0x400003ec - 0x400003f0 strlcpy = 0x400003f0 - 0x400003f4 strlwr = 0x400003f4 - 0x400003f8 strncasecmp = 0x400003f8 - 0x400003fc strncat = 0x400003fc - 0x40000400 strndup = 0x40000400 - 0x40000404 strnlen = 0x40000404 - 0x40000408 strrchr = 0x40000408 - 0x4000040c strsep = 0x4000040c - 0x40000410 strspn = 0x40000410 - 0x40000414 strtok_r = 0x40000414 - 0x40000418 strupr = 0x40000418 - 0x4000041c longjmp = 0x4000041c - 0x40000420 setjmp = 0x40000420 - 0x40000424 abs = 0x40000424 - 0x40000428 div = 0x40000428 - 0x4000042c labs = 0x4000042c - 0x40000430 ldiv = 0x40000430 - 0x40000434 qsort = 0x40000434 - 0x40000438 rand_r = 0x40000438 - 0x4000043c rand = 0x4000043c - 0x40000440 srand = 0x40000440 - 0x40000444 utoa = 0x40000444 - 0x40000448 itoa = 0x40000448 - 0x4000044c atoi = 0x4000044c - 0x40000450 atol = 0x40000450 - 0x40000454 strtol = 0x40000454 - 0x40000458 strtoul = 0x40000458 - [!provide] PROVIDE (fflush = 0x4000045c) - [!provide] PROVIDE (_fflush_r = 0x40000460) - [!provide] PROVIDE (_fwalk = 0x40000464) - [!provide] PROVIDE (_fwalk_reent = 0x40000468) - [!provide] PROVIDE (__swbuf_r = 0x40000474) - 0x40000478 __swbuf = 0x40000478 - 0x3fcdffe0 syscall_table_ptr = 0x3fcdffe0 - 0x3fcdffdc _global_impure_ptr = 0x3fcdffdc - 0x40000000 _heap_end = 0x40000000 - 0x50000000 _data_seg_org = ORIGIN (rtc_data_seg) - 0x00000001 ASSERT ((_flash_rodata_dummy_start == ORIGIN (default_rodata_seg)), .flash_rodata_dummy section must be placed at the beginning of the rodata segment.) - -.rtc.text 0x50000000 0x200 - 0x50000000 . = ALIGN (0x4) - 0x50000000 _rtc_fast_start = ABSOLUTE (.) - *(.rtc.literal .rtc.text .rtc.text.*) - *rtc_wake_stub*.*(.text .text.*) - *(.rtc_text_end_test) - 0x50000010 . = (. + 0x10) - *fill* 0x50000000 0x10 - 0x50000200 . = ALIGN (0x200) - *fill* 0x50000010 0x1f0 - 0x50000200 _rtc_text_end = ABSOLUTE (.) - -.rtc.force_fast - 0x50000200 0x1c - 0x50000200 . = ALIGN (0x4) - 0x50000200 _rtc_force_fast_start = ABSOLUTE (.) - 0x50000200 _coredump_rtc_fast_start = ABSOLUTE (.) - *(.rtc.fast.coredump .rtc.fast.coredump.*) - 0x50000200 _coredump_rtc_fast_end = ABSOLUTE (.) - *(.rtc.force_fast .rtc.force_fast.*) - .rtc.force_fast.0 - 0x50000200 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - 0x5000021c . = ALIGN (0x4) - 0x5000021c _rtc_force_fast_end = ABSOLUTE (.) - -.rtc.data 0x5000021c 0x0 - 0x5000021c _rtc_data_start = ABSOLUTE (.) - 0x5000021c _coredump_rtc_start = ABSOLUTE (.) - *(.rtc.coredump .rtc.coredump.*) - 0x5000021c _coredump_rtc_end = ABSOLUTE (.) - *(.rtc.data .rtc.data.*) - *(.rtc.rodata .rtc.rodata.*) - *rtc_wake_stub*.*(.data .rodata .data.* .rodata.* .srodata.*) - 0x5000021c _rtc_data_end = ABSOLUTE (.) - -.rtc.bss 0x5000021c 0x0 - 0x5000021c _rtc_bss_start = ABSOLUTE (.) - *rtc_wake_stub*.*(.bss .bss.* .sbss .sbss.*) - *rtc_wake_stub*.*(COMMON) - *(.rtc.bss) - 0x5000021c _rtc_bss_end = ABSOLUTE (.) - -.rtc_noinit 0x5000021c 0x0 - 0x5000021c . = ALIGN (0x4) - 0x5000021c _rtc_noinit_start = ABSOLUTE (.) - *(.rtc_noinit .rtc_noinit.*) - 0x5000021c . = ALIGN (0x4) - 0x5000021c _rtc_noinit_end = ABSOLUTE (.) - -.rtc.force_slow - 0x5000021c 0x0 - 0x5000021c . = ALIGN (0x4) - 0x5000021c _rtc_force_slow_start = ABSOLUTE (.) - *(.rtc.force_slow .rtc.force_slow.*) - 0x5000021c . = ALIGN (0x4) - 0x5000021c _rtc_force_slow_end = ABSOLUTE (.) - -.rtc_reserved 0x50001fe8 0x18 - 0x50001fe8 . = ALIGN (0x4) - 0x50001fe8 _rtc_reserved_start = ABSOLUTE (.) - *(.rtc_timer_data_in_rtc_mem .rtc_timer_data_in_rtc_mem.*) - .rtc_timer_data_in_rtc_mem - 0x50001fe8 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - *(.bootloader_data_rtc_mem .bootloader_data_rtc_mem.*) - 0x50002000 _rtc_reserved_end = ABSOLUTE (.) - 0x00000018 _rtc_reserved_length = (_rtc_reserved_end - _rtc_reserved_start) - 0x00000001 ASSERT ((_rtc_reserved_length <= LENGTH (rtc_reserved_seg)), RTC reserved segment data does not fit.) - 0x00000000 _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) - 0x0000021c _rtc_fast_length = (ORIGIN (rtc_slow_seg) == ORIGIN (rtc_data_location))?(_rtc_force_fast_end - _rtc_fast_start):(_rtc_noinit_end - _rtc_fast_start) - 0x00000000 ASSERT ((_rtc_slow_length <= LENGTH (rtc_slow_seg)), RTC_SLOW segment data does not fit.) - 0x00000000 ASSERT ((_rtc_fast_length <= LENGTH (rtc_data_seg)), RTC_FAST segment data does not fit.) - -.iram0.text 0x40380000 0x137e0 - 0x40380000 _iram_start = ABSOLUTE (.) - 0x00000001 ASSERT (((ABSOLUTE (.) % 0x100) == 0x0), vector address must be 256 byte aligned) - *(.exception_vectors_table.text) - .exception_vectors_table.text - 0x40380000 0x102 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) - 0x40380000 _vector_table - *(.exception_vectors.text) - .exception_vectors.text - 0x40380102 0x1d8 esp-idf/riscv/libriscv.a(vectors.S.obj) - 0x40380102 _panic_handler - 0x403801dc _interrupt_handler - 0x403802dc . = ALIGN (0x4) - *fill* 0x403802da 0x2 - 0x403802dc _invalid_pc_placeholder = ABSOLUTE (.) - 0x403802dc _iram_text_start = ABSOLUTE (.) - *(.iram1 .iram1.*) - .iram1.0 0x403802dc 0x30e esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - 0x403802dc call_start_cpu0 - .iram1.1 0x403805ea 0x94 esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .iram1.0 0x4038067e 0x44 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - 0x4038067e esp_reset_reason_set_hint - .iram1.0 0x403806c2 0x94 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - 0x403806c2 esp_system_reset_modules_on_exit - .iram1.1 0x40380756 0xe4 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - 0x40380756 esp_restart_noos - .iram1.1 0x4038083a 0x1a esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - .iram1.0 0x40380854 0x1a esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - .iram1.0 0x4038086e 0x16 esp-idf/esp_system/libesp_system.a(panic.c.obj) - 0x4038086e panic_abort - .iram1.0 0x40380884 0x16 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .iram1.1 0x4038089a 0x1e esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - 0x4038089a panicHandler - .iram1.2 0x403808b8 0x1e esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - 0x403808b8 xt_unhandled_exception - .iram1.0 0x403808d6 0x1c esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x403808d6 efuse_hal_chip_revision - .iram1.2 0x403808f2 0xe esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x403808f2 efuse_hal_get_disable_wafer_version_major - .iram1.4 0x40380900 0x24 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x40380900 efuse_hal_flash_encryption_enabled - .iram1.0 0x40380924 0x10 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x40380924 efuse_hal_get_major_chip_version - .iram1.1 0x40380934 0x1a esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x40380934 efuse_hal_get_minor_chip_version - .iram1.0 0x4038094e 0x16 esp-idf/heap/libheap.a(heap_caps.c.obj) - .iram1.9 0x40380964 0x3a esp-idf/heap/libheap.a(heap_caps.c.obj) - .iram1.1 0x4038099e 0x34 esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x4038099e heap_caps_malloc - .iram1.2 0x403809d2 0x68 esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x403809d2 heap_caps_malloc_default - .iram1.4 0x40380a3a 0x6a esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x40380a3a heap_caps_malloc_prefer - .iram1.7 0x40380aa4 0x34 esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x40380aa4 heap_caps_realloc - .iram1.3 0x40380ad8 0x70 esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x40380ad8 heap_caps_realloc_default - .iram1.8 0x40380b48 0x3c esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x40380b48 heap_caps_calloc - .iram1.11 0x40380b84 0x4a esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x40380b84 heap_caps_aligned_alloc - .iram1.0 0x40380bce 0xc0 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .iram1.2 0x40380c8e 0x1a esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .iram1.1 0x40380ca8 0x68 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - 0x40380ca8 heap_caps_free - .iram1.3 0x40380d10 0xd8 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - 0x40380d10 heap_caps_aligned_alloc_base - .iram1.4 0x40380de8 0x12 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - 0x40380de8 heap_caps_malloc_base - .iram1.5 0x40380dfa 0x194 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - 0x40380dfa heap_caps_realloc_base - .iram1.6 0x40380f8e 0x42 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - 0x40380f8e heap_caps_calloc_base - .iram1.1 0x40380fd0 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - 0x40380fd0 esp_clk_cpu_freq - .iram1.2 0x40380fee 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - 0x40380fee esp_clk_apb_freq - .iram1.3 0x40381036 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - 0x40381036 esp_clk_xtal_freq - .iram1.0 0x40381050 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .iram1.4 0x4038108a 0x82 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - 0x4038108a esp_intr_noniram_disable - .iram1.5 0x4038110c 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - 0x4038110c esp_intr_noniram_enable - .iram1.8 0x4038116e 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - 0x4038116e esp_intr_enable_source - .iram1.2 0x40381194 0xa6 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - 0x40381194 esp_intr_enable - .iram1.9 0x4038123a 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - 0x4038123a esp_intr_disable_source - .iram1.3 0x40381260 0xf4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - 0x40381260 esp_intr_disable - .iram1.3 0x40381354 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - 0x40381354 periph_rcc_enter - .iram1.4 0x4038136e 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - 0x4038136e periph_rcc_exit - .iram1.5 0x40381388 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - 0x40381388 wifi_bt_common_module_enable - .iram1.6 0x403813e4 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - 0x403813e4 wifi_bt_common_module_disable - .iram1.5 0x40381438 0x4a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .iram1.6 0x40381482 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - 0x40381482 rtc_isr_noniram_disable - .iram1.7 0x403814b8 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - 0x403814b8 rtc_isr_noniram_enable - .iram1.2 0x403814de 0x5e esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - 0x403814de regi2c_ctrl_read_reg_mask - .iram1.3 0x4038153c 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - 0x4038153c regi2c_ctrl_write_reg - .iram1.4 0x4038158e 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - 0x4038158e regi2c_ctrl_write_reg_mask - .iram1.5 0x403815f0 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - 0x403815f0 regi2c_enter_critical - .iram1.6 0x4038160a 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - 0x4038160a regi2c_exit_critical - .iram1.0 0x40381624 0x32 esp-idf/newlib/libnewlib.a(locks.c.obj) - .iram1.16 0x40381656 0x2c esp-idf/newlib/libnewlib.a(locks.c.obj) - .iram1.4 0x40381682 0xce esp-idf/newlib/libnewlib.a(locks.c.obj) - .iram1.9 0x40381750 0x86 esp-idf/newlib/libnewlib.a(locks.c.obj) - .iram1.3 0x403817d6 0x52 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x403817d6 _lock_close_recursive - 0x403817d6 _lock_close - .iram1.5 0x40381828 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x40381828 _lock_acquire - .iram1.6 0x40381838 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x40381838 _lock_acquire_recursive - .iram1.7 0x40381848 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x40381848 _lock_try_acquire - .iram1.8 0x40381858 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x40381858 _lock_try_acquire_recursive - .iram1.10 0x40381868 0xe esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x40381868 _lock_release - .iram1.11 0x40381876 0xe esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x40381876 _lock_release_recursive - .iram1.12 0x40381884 0x12 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x40381884 __retarget_lock_init - .iram1.13 0x40381896 0x12 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x40381896 __retarget_lock_init_recursive - .iram1.14 0x403818a8 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x403818a8 __retarget_lock_close - .iram1.15 0x403818b8 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x403818b8 __retarget_lock_close_recursive - .iram1.17 0x403818c8 0x32 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x403818c8 __retarget_lock_acquire - .iram1.18 0x403818fa 0x32 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x403818fa __retarget_lock_acquire_recursive - .iram1.19 0x4038192c 0x32 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x4038192c __retarget_lock_try_acquire - .iram1.20 0x4038195e 0x34 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x4038195e __retarget_lock_try_acquire_recursive - .iram1.21 0x40381992 0x14 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x40381992 __retarget_lock_release - .iram1.22 0x403819a6 0x14 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x403819a6 __retarget_lock_release_recursive - .iram1.0 0x403819ba 0x3a esp-idf/newlib/libnewlib.a(reent_init.c.obj) - 0x403819ba esp_reent_init - .iram1.1 0x403819f4 0x72 esp-idf/newlib/libnewlib.a(time.c.obj) - 0x403819f4 _gettimeofday_r - .iram1.0 0x40381a66 0x46 esp-idf/newlib/libnewlib.a(time.c.obj) - 0x40381a66 _times_r - .iram1.0 0x40381aac 0x24 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - 0x40381aac esp_system_get_time - .iram1.1 0x40381ad0 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) - 0x40381ad0 esp_timer_impl_get_min_period_us - .iram1.3 0x40381ad8 0x24 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .iram1.1 0x40381afc 0x24 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - 0x40381afc esp_timer_get_time - 0x40381afc esp_timer_impl_get_time - .iram1.2 0x40381b20 0x96 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - 0x40381b20 esp_timer_impl_set_alarm_id - .iram1.0 0x40381bb6 0x66 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .iram1.0 0x40381c1c 0xe esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - 0x40381c1c phy_i2c_enter_critical - .iram1.1 0x40381c2a 0xe esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - 0x40381c2a phy_i2c_exit_critical - .iram1.2 0x40381c38 0x32 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - 0x40381c38 phy_set_tsens_power - .iram1.1 0x40381c6a 0x2c6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x40381c6a bootloader_flash_execute_command_common - .iram1.2 0x40381f30 0x1a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x40381f30 bootloader_execute_flash_command - .iram1.4 0x40381f4a 0x34 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x40381f4a bootloader_read_flash_id - .iram1.12 0x40381f7e 0x80 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x40381f7e bootloader_flash_reset_chip - .iram1.0 0x40381ffe 0xe esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - 0x40381ffe esp_flash_encryption_enabled - .iram1.2 0x4038200c 0xe esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .iram1.3 0x4038201a 0xce esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .iram1.4 0x403820e8 0x24 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .iram1.16 0x4038210c 0x30 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .iram1.1 0x4038213c 0x7a esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - 0x4038213c esp_mmu_paddr_find_caps - .iram1.0 0x403821b6 0x98 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - 0x403821b6 esp_heap_adjust_alignment_to_hw - .iram1.5 0x4038224e 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x4038224e spi_flash_disable_cache - .iram1.0 0x40382260 0x22 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x40382260 spi_flash_disable_interrupts_caches_and_other_cpu - .iram1.6 0x40382282 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x40382282 spi_flash_restore_cache - .iram1.1 0x40382294 0x22 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x40382294 spi_flash_enable_interrupts_caches_and_other_cpu - .iram1.4 0x403822b6 0x10 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x403822b6 spi_flash_enable_cache - .iram1.7 0x403822c6 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x403822c6 spi_flash_cache_enabled - .iram1.0 0x403822d8 0x50 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .iram1.1 0x40382328 0x74 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x40382328 spi_flash_check_and_flush_cache - .iram1.2 0x4038239c 0xa esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - 0x4038239c spi_flash_guard_set - .iram1.4 0x403823a6 0x2 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - 0x403823a6 esp_mspi_pin_init - .iram1.5 0x403823a8 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - 0x403823a8 spi_flash_init_chip_state - .iram1.7 0x403823ac 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - 0x403823ac esp_mspi_32bit_address_flash_feature_check - .iram1.3 0x403823b0 0x28 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.4 0x403823d8 0x22 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.6 0x403823fa 0x5c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.7 0x40382456 0xc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x40382456 esp_flash_chip_driver_initialized - .iram1.5 0x40382462 0x28 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.12 0x4038248a 0xae esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.10 0x40382538 0x88 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .iram1.13 0x403825c0 0x70 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x403825c0 esp_flash_get_physical_size - .iram1.9 0x40382630 0x1d8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x40382630 esp_flash_init_main - .iram1.16 0x40382808 0x23e esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x40382808 esp_flash_erase_region - .iram1.21 0x40382a46 0x146 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x40382a46 esp_flash_read - .iram1.22 0x40382b8c 0x1d2 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x40382b8c esp_flash_write - .iram1.28 0x40382d5e 0x24c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x40382d5e esp_flash_write_encrypted - .iram1.9 0x40382faa 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.17 0x40382fd4 0x3e esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.8 0x40383012 0x46 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.12 0x40383058 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.11 0x40383068 0x68 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.10 0x403830d0 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.14 0x403830e6 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.13 0x403830f6 0x4c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.0 0x40383142 0xe esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.7 0x40383150 0x1c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.1 0x4038316c 0xe esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.6 0x4038317a 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .iram1.3 0x4038318a 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .iram1.2 0x403831a0 0x24 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .iram1.1 0x403831c4 0x1c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .iram1.1 0x403831e0 0x54 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .iram1.2 0x40383234 0x5c esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .iram1.3 0x40383290 0xe esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - 0x40383290 esp_crosscore_int_send_yield - .iram1.0 0x4038329e 0x30 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - 0x4038329e esp_vApplicationTickHook - .iram1.0 0x403832ce 0x4a esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .iram1.0 0x40383318 0x90 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - 0x40383318 esp_backtrace_print - .iram1.0 0x403833a8 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) - 0x403833a8 esp_random - .iram1.0 0x403833fa 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - 0x403833fa adc_set_hw_calibration_code - .iram1.4 0x40383420 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.8 0x40383432 0x10 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.9 0x40383442 0x2 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.10 0x40383444 0x2 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.12 0x40383446 0x2 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.13 0x40383448 0x2 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.17 0x4038344a 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.18 0x4038344e 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.19 0x40383452 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.20 0x40383456 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.21 0x4038345a 0x2 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.0 0x4038345c 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4038345c wifi_malloc - .iram1.1 0x4038346a 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x4038346a wifi_realloc - .iram1.2 0x40383478 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x40383478 wifi_calloc - .iram1.3 0x40383486 0x10 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.16 0x40383496 0x18 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.15 0x403834ae 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.14 0x403834c2 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.11 0x403834d6 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.7 0x403834e2 0x10 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.6 0x403834f2 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.5 0x40383500 0x10 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .iram1.0 0x40383510 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .iram1.0 0x4038353a 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .iram1.2 0x40383566 0x92 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) - 0x40383566 pm_get_null_max_tx_time - .iram1.4 0x403835f8 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - 0x403835f8 wifi_gpio_debug - .iram1.43 0x40383608 0x7e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x4038367c wdev_record_rx_linked_list - .iram1.38 0x40383686 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x40383686 wdev_process_tbtt - .iram1.39 0x40383692 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x40383692 wdev_process_tsf_timer - .iram1.40 0x4038369e 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x4038369e wdev_process_beacon_filter - .iram1.41 0x403836aa 0xa6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x403836aa wDev_ProcessFiq - .iram1.44 0x40383750 0xa8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x40383750 wdev_dump_rx_linked_list - .iram1.15 0x403837f8 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x403837f8 hal_mac_interrupt_get_event - .iram1.16 0x40383802 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x40383802 hal_mac_interrupt_clr_event - .iram1.2 0x4038380c 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - 0x4038380c hal_pwr_interrupt_get_event - .iram1.3 0x40383816 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - 0x40383816 hal_pwr_interrupt_clr_event - .iram1.0 0x40383820 0x12 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .iram1.1 0x40383832 0x9c esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - 0x40383832 ets_timer_arm_us - 0x40383832 os_timer_arm_us - .iram1.2 0x403838ce 0xac esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - 0x403838ce os_timer_arm - 0x403838ce ets_timer_arm - .iram1.3 0x4038397a 0x1c esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - 0x4038397a os_timer_disarm - 0x4038397a ets_timer_disarm - .iram1.6 0x40383996 0xe esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .iram1.7 0x403839a4 0x1a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .iram1.4 0x403839be 0xc2 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .iram1.8 0x40383a80 0x1a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .iram1.5 0x40383a9a 0x86 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .iram1.9 0x40383b20 0x2a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .iram1.1 0x40383b4a 0x8c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - 0x40383b4a esp_timer_start_once - .iram1.2 0x40383bd6 0xbc esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - 0x40383bd6 esp_timer_start_periodic - .iram1.3 0x40383c92 0x56 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - 0x40383c92 esp_timer_stop - .iram1.4 0x40383ce8 0xe esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - 0x40383ce8 esp_phy_common_clock_enable - .iram1.5 0x40383cf6 0xe esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - 0x40383cf6 esp_phy_common_clock_disable - .iram1.6 0x40383d04 0x8a esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - 0x40383d04 esp_wifi_power_domain_on - 0x40383d04 esp_wifi_bt_power_domain_on - .iram1.1 0x40383d8e 0xa esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - 0x40383d8e phy_ant_need_update - .iram1.3 0x40383d98 0xe esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - 0x40383d98 esp_coex_common_task_yield_from_isr_wrapper - .iram1.4 0x40383da6 0xe esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - 0x40383da6 esp_coex_common_timer_disarm_wrapper - .iram1.5 0x40383db4 0xe esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - 0x40383db4 esp_coex_common_timer_arm_us_wrapper - .iram1.6 0x40383dc2 0x14 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - 0x40383dc2 esp_coex_common_malloc_internal_wrapper - .iram1.0 0x40383dd6 0x4 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - 0x40383dd6 esp_coex_common_env_is_chip_wrapper - .iram1.1 0x40383dda 0x1c esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - 0x40383dda esp_coex_common_int_disable_wrapper - .iram1.2 0x40383df6 0x1a esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - 0x40383df6 esp_coex_common_int_restore_wrapper - .iram1 0x40383e10 0xa4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - 0x40383e10 phy_wakeup_init - 0x40383e58 phy_close_rf - 0x40383e88 phy_xpd_tsens - .iram1 0x40383eb4 0x110 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - 0x40383eb4 phy_freq_mem_backup - 0x40383fbc phy_dig_reg_backup - .iram1 0x40383fc4 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - 0x40383fc4 wait_freq_set_busy - 0x40383fd2 ram1_phy_dis_hw_set_freq - 0x40383fee rom1_phy_en_hw_set_freq - .iram1 0x40384004 0x2bc C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - 0x40384112 ram1_phy_wakeup_init - 0x4038427a ram1_phy_close_rf - .iram1 0x403842c0 0x5fe C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - 0x403842c0 ram1_set_pbus_reg - 0x403842fe rom1_tx_paon_set - 0x40384352 btbb_wifi_bb_cfg2 - 0x40384364 rx_11b_opt - 0x4038478e rom1_disable_wifi_agc - 0x403847ba rom1_enable_wifi_agc - 0x403847e4 ram1_fe_i2c_reg_renew - 0x403848aa phy_wifi_enable_set - .iram1 0x403848be 0x90 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - 0x403848be rom1_wifi_tx_dig_gain - .iram1 0x4038494e 0x106 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_basic.o) - 0x4038494e rom1_i2c_master_reset - .iram1 0x40384a54 0x44a C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_i2c.o) - 0x40384a90 bias_dreg_i2c_set - 0x40384ad0 rom1_get_i2c_hostid - 0x40384b9a rom1_chip_i2c_readReg - 0x40384c08 rom1_chip_i2c_writeReg - 0x40384c7e rom1_phy_i2c_init1 - 0x40384e48 phy_i2c_bbtop_wakeup - *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.*) - *libclang_rt.builtins.a:_divsf3.*(.literal .literal.* .text .text.*) - *libclang_rt.builtins.a:restore.*(.literal .literal.* .text .text.*) - *libclang_rt.builtins.a:save.*(.literal .literal.* .text .text.*) - *libesp_driver_gptimer.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) - .text.esp_cpu_wait_for_intr - 0x40384e9e 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - 0x40384e9e esp_cpu_wait_for_intr - *libesp_hw_support.a:esp_memory_utils.*(.literal .literal.* .text .text.*) - .text.esp_ptr_byte_accessible - 0x40384eba 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - 0x40384eba esp_ptr_byte_accessible - *libesp_hw_support.a:gdma.*(.literal.gdma_append .text.gdma_append) - *libesp_hw_support.a:gdma.*(.literal.gdma_default_rx_isr .text.gdma_default_rx_isr) - *libesp_hw_support.a:gdma.*(.literal.gdma_default_tx_isr .text.gdma_default_tx_isr) - *libesp_hw_support.a:gdma.*(.literal.gdma_reset .text.gdma_reset) - *libesp_hw_support.a:gdma.*(.literal.gdma_start .text.gdma_start) - .text.gdma_start - 0x40384ed8 0xd6 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - 0x40384ed8 gdma_start - *libesp_hw_support.a:gdma.*(.literal.gdma_stop .text.gdma_stop) - *libesp_hw_support.a:mspi_timing_tuning.*(.literal .literal.* .text .text.*) - *libesp_hw_support.a:periph_ctrl.*(.literal.periph_module_reset .text.periph_module_reset) - .text.periph_module_reset - 0x40384fae 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - 0x40384fae periph_module_reset - *libesp_hw_support.a:periph_ctrl.*(.literal.wifi_module_disable .text.wifi_module_disable) - .text.wifi_module_disable - 0x4038500e 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - 0x4038500e wifi_module_disable - *libesp_hw_support.a:periph_ctrl.*(.literal.wifi_module_enable .text.wifi_module_enable) - .text.wifi_module_enable - 0x40385048 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - 0x40385048 wifi_module_enable - *libesp_hw_support.a:rtc_clk.*(.literal .literal.* .text .text.*) - .text.rtc_clk_bbpll_disable - 0x40385082 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_bbpll_enable - 0x40385098 0xe esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_bbpll_configure - 0x403850a6 0x156 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_bbpll_add_consumer - 0x403851fc 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x403851fc rtc_clk_bbpll_add_consumer - .text.rtc_clk_bbpll_remove_consumer - 0x4038520c 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x4038520c rtc_clk_bbpll_remove_consumer - .text.rtc_clk_32k_enable - 0x4038521c 0x84 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x4038521c rtc_clk_32k_enable - .text.rtc_clk_32k_enable_external - 0x403852a0 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x403852a0 rtc_clk_32k_enable_external - .text.rtc_clk_8m_enable - 0x403852cc 0x7c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x403852cc rtc_clk_8m_enable - .text.rtc_clk_8md256_enabled - 0x40385348 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x40385348 rtc_clk_8md256_enabled - .text.rtc_clk_slow_src_set - 0x40385358 0xd0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x40385358 rtc_clk_slow_src_set - .text.rtc_clk_slow_src_get - 0x40385428 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x40385428 rtc_clk_slow_src_get - .text.rtc_clk_slow_freq_get_hz - 0x40385442 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x40385442 rtc_clk_slow_freq_get_hz - .text.rtc_clk_fast_src_set - 0x40385476 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x40385476 rtc_clk_fast_src_set - .text.rtc_clk_xtal_freq_get - 0x403854b6 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x403854b6 rtc_clk_xtal_freq_get - 0x403854b6 rtc_get_xtal - .text.rtc_clk_cpu_freq_mhz_to_config - 0x40385516 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x40385516 rtc_clk_cpu_freq_mhz_to_config - .text.rtc_clk_cpu_freq_get_config - 0x40385582 0x112 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x40385582 rtc_clk_cpu_freq_get_config - .text.rtc_clk_apb_freq_update - 0x40385694 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x40385694 rtc_clk_apb_freq_update - .text.rtc_clk_cpu_freq_to_xtal - 0x403856aa 0x7c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_cpu_set_to_default_config - 0x40385726 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x40385726 rtc_clk_cpu_set_to_default_config - .text.rtc_clk_cpu_freq_set_xtal - 0x4038573a 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x4038573a rtc_clk_cpu_freq_set_xtal - .text.rtc_clk_cpu_freq_to_pll_mhz - 0x4038574c 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_cpu_freq_to_8m - 0x403857bc 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_cpu_freq_set_config - 0x403857fc 0x92 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x403857fc rtc_clk_cpu_freq_set_config - *libesp_hw_support.a:rtc_sleep.*(.literal .literal.* .text .text.*) - .text.rtc_sleep_pu - 0x4038588e 0x138 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - 0x4038588e rtc_sleep_pu - *libesp_hw_support.a:rtc_time.*(.literal .literal.* .text .text.*) - .text.rtc_clk_cal_32k_valid - 0x403859c6 0x98 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .text.rtc_clk_cal_internal - 0x40385a5e 0x21e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - 0x40385a5e rtc_clk_cal_internal - .text.rtc_clk_cal - 0x40385c7c 0xa0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - 0x40385c7c rtc_clk_cal - .text.rtc_time_us_to_slowclk - 0x40385d1c 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - 0x40385d1c rtc_time_us_to_slowclk - .text.rtc_time_get - 0x40385d5c 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - 0x40385d5c rtc_time_get - .text.rtc_clk_freq_cal - 0x40385d74 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - 0x40385d74 rtc_clk_freq_cal - .text.enable_timer_group0_for_calibration - 0x40385d94 0x64 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - *libesp_hw_support.a:sar_periph_ctrl.*(.literal.sar_periph_ctrl_power_enable .text.sar_periph_ctrl_power_enable) - *libesp_hw_support.a:sleep_console.*(.literal .literal.* .text .text.*) - *libesp_hw_support.a:systimer.*(.literal .literal.* .text .text.*) - .text.systimer_ticks_to_us - 0x40385df8 0xc esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - 0x40385df8 systimer_ticks_to_us - .text.systimer_us_to_ticks - 0x40385e04 0xc esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - 0x40385e04 systimer_us_to_ticks - *libesp_mm.a:esp_cache.*(.literal .literal.* .text .text.*) - .text.esp_cache_get_alignment - 0x40385e10 0x56 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - 0x40385e10 esp_cache_get_alignment - *libesp_ringbuf.a:(.literal .literal.* .text .text.*) - .text.prvCheckItemAvail - 0x40385e66 0x46 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvAcquireItemNoSplit - 0x40385eac 0xda esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvReceiveGeneric - 0x40385f86 0x134 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.prvSendAcquireGeneric - 0x403860ba 0xe6 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .text.xRingbufferSend - 0x403861a0 0x70 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x403861a0 xRingbufferSend - .text.xRingbufferReceive - 0x40386210 0x4a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x40386210 xRingbufferReceive - .text.vRingbufferReturnItem - 0x4038625a 0x82 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x4038625a vRingbufferReturnItem - .text.xRingbufferGetCurFreeSize - 0x403862dc 0x44 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x403862dc xRingbufferGetCurFreeSize - .text.vRingbufferGetInfo - 0x40386320 0x96 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - 0x40386320 vRingbufferGetInfo - *libesp_rom.a:esp_rom_print.*(.literal .literal.* .text .text.*) - *libesp_rom.a:esp_rom_spiflash.*(.literal .literal.* .text .text.*) - *libesp_rom.a:esp_rom_sys.*(.literal .literal.* .text .text.*) - *libesp_rom.a:esp_rom_systimer.*(.literal .literal.* .text .text.*) - *libesp_system.a:esp_err.*(.literal .literal.* .text .text.*) - .text.esp_error_check_failed_print - 0x403863b6 0x92 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .text._esp_error_check_failed - 0x40386448 0x20 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - 0x40386448 _esp_error_check_failed - *libesp_system.a:esp_system_chip.*(.literal.esp_system_abort .text.esp_system_abort) - .text.esp_system_abort - 0x40386468 0x8 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - 0x40386468 esp_system_abort - *libesp_system.a:image_process.*(.literal .literal.* .text .text.*) - *libesp_system.a:ubsan.*(.literal .literal.* .text .text.*) - .text.__ubsan_include - 0x40386470 0x2 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - 0x40386470 __ubsan_include - *libesp_wifi.a:esp_adapter.*(.literal.coex_pti_get_wrapper .text.coex_pti_get_wrapper) - .text.coex_pti_get_wrapper - 0x40386472 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - *libesp_wifi.a:wifi_netif.*(.literal.wifi_sta_receive .text.wifi_sta_receive) - .text.wifi_sta_receive - 0x40386476 0x22 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - *libesp_wifi.a:wifi_netif.*(.literal.wifi_transmit_wrap .text.wifi_transmit_wrap) - .text.wifi_transmit_wrap - 0x40386498 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - *libfreertos.a:(EXCLUDE_FILE(*libfreertos.a:tasks.* *libfreertos.a:idf_additions.* *libfreertos.a:freertos_compatibility.* *libfreertos.a:app_startup.*) .literal EXCLUDE_FILE(*libfreertos.a:tasks.* *libfreertos.a:idf_additions.* *libfreertos.a:freertos_compatibility.* *libfreertos.a:app_startup.*) .literal.* EXCLUDE_FILE(*libfreertos.a:tasks.* *libfreertos.a:idf_additions.* *libfreertos.a:freertos_compatibility.* *libfreertos.a:app_startup.*) .text EXCLUDE_FILE(*libfreertos.a:tasks.* *libfreertos.a:idf_additions.* *libfreertos.a:freertos_compatibility.* *libfreertos.a:app_startup.*) .text.*) - .text.prvGetDisinheritPriorityAfterTimeout - 0x403864b0 0x10 esp-idf/freertos/libfreertos.a(queue.c.obj) - .text.prvIsQueueFull - 0x403864c0 0x28 esp-idf/freertos/libfreertos.a(queue.c.obj) - .text.prvIsQueueEmpty - 0x403864e8 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) - .text.prvCopyDataToQueue - 0x4038650c 0x9a esp-idf/freertos/libfreertos.a(queue.c.obj) - .text.prvCopyDataFromQueue - 0x403865a6 0x2c esp-idf/freertos/libfreertos.a(queue.c.obj) - .text.prvNotifyQueueSetContainer - 0x403865d2 0xde esp-idf/freertos/libfreertos.a(queue.c.obj) - .text.prvUnlockQueue - 0x403866b0 0x92 esp-idf/freertos/libfreertos.a(queue.c.obj) - .text.xQueueGenericReset - 0x40386742 0xc8 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x40386742 xQueueGenericReset - .text.prvInitialiseNewQueue - 0x4038680a 0x28 esp-idf/freertos/libfreertos.a(queue.c.obj) - .text.xQueueGenericCreateStatic - 0x40386832 0x9c esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x40386832 xQueueGenericCreateStatic - .text.xQueueGenericCreate - 0x403868ce 0x7e esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x403868ce xQueueGenericCreate - .text.xQueueGetMutexHolder - 0x4038694c 0x46 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x4038694c xQueueGetMutexHolder - .text.xQueueCreateCountingSemaphore - 0x40386992 0x42 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x40386992 xQueueCreateCountingSemaphore - .text.xQueueGenericSend - 0x403869d4 0x1be esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x403869d4 xQueueGenericSend - .text.prvInitialiseMutex - 0x40386b92 0x48 esp-idf/freertos/libfreertos.a(queue.c.obj) - .text.xQueueCreateMutex - 0x40386bda 0x20 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x40386bda xQueueCreateMutex - .text.xQueueCreateMutexStatic - 0x40386bfa 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x40386bfa xQueueCreateMutexStatic - .text.xQueueGiveMutexRecursive - 0x40386c1e 0x5e esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x40386c1e xQueueGiveMutexRecursive - .text.xQueueGenericSendFromISR - 0x40386c7c 0x174 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x40386c7c xQueueGenericSendFromISR - .text.xQueueGiveFromISR - 0x40386df0 0x142 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x40386df0 xQueueGiveFromISR - .text.xQueueReceive - 0x40386f32 0x166 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x40386f32 xQueueReceive - .text.xQueueSemaphoreTake - 0x40387098 0x184 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x40387098 xQueueSemaphoreTake - .text.xQueueTakeMutexRecursive - 0x4038721c 0x62 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x4038721c xQueueTakeMutexRecursive - .text.xQueueReceiveFromISR - 0x4038727e 0x110 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x4038727e xQueueReceiveFromISR - .text.uxQueueMessagesWaiting - 0x4038738e 0x3c esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x4038738e uxQueueMessagesWaiting - .text.vQueueDelete - 0x403873ca 0x38 esp-idf/freertos/libfreertos.a(queue.c.obj) - 0x403873ca vQueueDelete - .text.vPortTaskWrapper - 0x40387402 0x52 esp-idf/freertos/libfreertos.a(port.c.obj) - .text.vPortTLSPointersDelCb - 0x40387454 0xa4 esp-idf/freertos/libfreertos.a(port.c.obj) - .text.pxPortInitialiseStack - 0x403874f8 0xe0 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x403874f8 pxPortInitialiseStack - .text.xPortInIsrContext - 0x403875d8 0xa esp-idf/freertos/libfreertos.a(port.c.obj) - 0x403875d8 xPortInIsrContext - .text.xPortSetInterruptMaskFromISR - 0x403875e2 0x1a esp-idf/freertos/libfreertos.a(port.c.obj) - 0x403875e2 xPortSetInterruptMaskFromISR - .text.vPortClearInterruptMaskFromISR - 0x403875fc 0x10 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x403875fc vPortClearInterruptMaskFromISR - .text.vPortEnterCritical - 0x4038760c 0x30 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x4038760c vPortEnterCritical - .text.vPortExitCritical - 0x4038763c 0x60 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x4038763c vPortExitCritical - .text.vPortYieldFromISR - 0x4038769c 0x14 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x4038769c vPortYieldFromISR - .text.vPortYield - 0x403876b0 0x3c esp-idf/freertos/libfreertos.a(port.c.obj) - 0x403876b0 vPortYield - .text.xPortStartScheduler - 0x403876ec 0x76 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x403876ec xPortStartScheduler - .text.vApplicationStackOverflowHook - 0x40387762 0x56 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x40387762 vApplicationStackOverflowHook - .text.vPortTCBPreDeleteHook - 0x403877b8 0xe esp-idf/freertos/libfreertos.a(port.c.obj) - 0x403877b8 vPortTCBPreDeleteHook - .text.pvPortMalloc - 0x403877c6 0x14 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - 0x403877c6 pvPortMalloc - .text.vPortFree - 0x403877da 0xe esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - 0x403877da vPortFree - .text.xPortCheckValidTCBMem - 0x403877e8 0x36 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - 0x403877e8 xPortCheckValidTCBMem - .text.xPortcheckValidStackMem - 0x4038781e 0x36 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - 0x4038781e xPortcheckValidStackMem - .text.vApplicationGetIdleTaskMemory - 0x40387854 0x84 esp-idf/freertos/libfreertos.a(port_common.c.obj) - 0x40387854 vApplicationGetIdleTaskMemory - .text.vSystimerSetup - 0x403878d8 0x15c esp-idf/freertos/libfreertos.a(port_systick.c.obj) - 0x403878d8 vSystimerSetup - .text.vPortSetupTimer - 0x40387a34 0xe esp-idf/freertos/libfreertos.a(port_systick.c.obj) - 0x40387a34 vPortSetupTimer - .text.xPortSysTickHandler - 0x40387a42 0x32 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - 0x40387a42 xPortSysTickHandler - .text.SysTickIsrHandler - 0x40387a74 0x74 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - 0x40387a74 SysTickIsrHandler - .text.vListInitialise - 0x40387ae8 0x14 esp-idf/freertos/libfreertos.a(list.c.obj) - 0x40387ae8 vListInitialise - .text.vListInitialiseItem - 0x40387afc 0x6 esp-idf/freertos/libfreertos.a(list.c.obj) - 0x40387afc vListInitialiseItem - .text.vListInsertEnd - 0x40387b02 0x18 esp-idf/freertos/libfreertos.a(list.c.obj) - 0x40387b02 vListInsertEnd - .text.vListInsert - 0x40387b1a 0x32 esp-idf/freertos/libfreertos.a(list.c.obj) - 0x40387b1a vListInsert - .text.uxListRemove - 0x40387b4c 0x28 esp-idf/freertos/libfreertos.a(list.c.obj) - 0x40387b4c uxListRemove - .text.prvTestWaitCondition - 0x40387b74 0x1c esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .text.xEventGroupCreate - 0x40387b90 0x50 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - 0x40387b90 xEventGroupCreate - .text.xEventGroupWaitBits - 0x40387be0 0x164 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - 0x40387be0 xEventGroupWaitBits - .text.xEventGroupClearBits - 0x40387d44 0x7c esp-idf/freertos/libfreertos.a(event_groups.c.obj) - 0x40387d44 xEventGroupClearBits - .text.xEventGroupSetBits - 0x40387dc0 0xd2 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - 0x40387dc0 xEventGroupSetBits - .text.vEventGroupDelete - 0x40387e92 0x82 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - 0x40387e92 vEventGroupDelete - .text 0x40387f14 0xd8 esp-idf/freertos/libfreertos.a(portasm.S.obj) - 0x40387f1e rtos_int_enter - 0x40387f80 rtos_int_exit - *libfreertos.a:tasks.*(.text .text.__getreent .text.eTaskGetState .text.pcTaskGetName .text.prvAddCurrentTaskToDelayedList .text.prvAddNewTaskToReadyList .text.prvCheckTasksWaitingTermination .text.prvCreateIdleTasks .text.prvDeleteTCB .text.prvIdleTask .text.prvInitialiseNewTask .text.prvInitialiseTaskLists .text.prvResetNextTaskUnblockTime .text.prvSearchForNameWithinSingleList .text.prvTaskCheckFreeStackSpace .text.prvTaskIsTaskSuspended .text.prvTaskPriorityRaise .text.prvTaskPriorityRestore .text.pvTaskGetCurrentTCBForCore .text.pvTaskGetThreadLocalStoragePointer .text.pvTaskIncrementMutexHeldCount .text.pxTaskGetStackStart .text.ulTaskGenericNotifyTake .text.ulTaskGenericNotifyValueClear .text.uxTaskGetNumberOfTasks .text.uxTaskGetStackHighWaterMark .text.uxTaskGetStackHighWaterMark2 .text.uxTaskPriorityGet .text.uxTaskPriorityGetFromISR .text.uxTaskResetEventItemValue .text.vTaskDelay .text.vTaskDelete .text.vTaskEndScheduler .text.vTaskGenericNotifyGiveFromISR .text.vTaskGetSnapshot .text.vTaskInternalSetTimeOutState .text.vTaskMissedYield .text.vTaskPlaceOnEventList .text.vTaskPlaceOnEventListRestricted .text.vTaskPlaceOnUnorderedEventList .text.vTaskPriorityDisinheritAfterTimeout .text.vTaskPrioritySet .text.vTaskRemoveFromUnorderedEventList .text.vTaskResume .text.vTaskSetThreadLocalStoragePointer .text.vTaskSetThreadLocalStoragePointerAndDelCallback .text.vTaskSetTimeOutState .text.vTaskStartScheduler .text.vTaskSuspend .text.vTaskSuspendAll .text.vTaskSwitchContext .text.xTaskAbortDelay .text.xTaskCatchUpTicks .text.xTaskCheckForTimeOut .text.xTaskCreatePinnedToCore .text.xTaskCreateStaticPinnedToCore .text.xTaskDelayUntil .text.xTaskGenericNotify .text.xTaskGenericNotifyFromISR .text.xTaskGenericNotifyStateClear .text.xTaskGenericNotifyWait .text.xTaskGetCoreID .text.xTaskGetCurrentTaskHandle .text.xTaskGetCurrentTaskHandleForCore .text.xTaskGetHandle .text.xTaskGetIdleTaskHandle .text.xTaskGetIdleTaskHandleForCore .text.xTaskGetSchedulerState .text.xTaskGetStaticBuffers .text.xTaskGetTickCount .text.xTaskGetTickCountFromISR .text.xTaskIncrementTick .text.xTaskPriorityDisinherit .text.xTaskPriorityInherit .text.xTaskRemoveFromEventList .text.xTaskResumeAll .text.xTaskResumeFromISR .text.xTimerCreateTimerTask) - .text.prvResetNextTaskUnblockTime - 0x40387fec 0x2e esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.prvDeleteTCB - 0x4038801a 0x68 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.prvCheckTasksWaitingTermination - 0x40388082 0x58 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.prvAddCurrentTaskToDelayedList - 0x403880da 0xf2 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.prvIdleTask - 0x403881cc 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.prvInitialiseNewTask - 0x403881de 0xde esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.prvInitialiseTaskLists - 0x403882bc 0xa2 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.prvAddNewTaskToReadyList - 0x4038835e 0xfc esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.vTaskDelete - 0x4038845a 0x104 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x4038845a vTaskDelete - .text.vTaskSuspendAll - 0x4038855e 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x4038855e vTaskSuspendAll - .text.xTaskGetTickCount - 0x4038856e 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x4038856e xTaskGetTickCount - .text.xTaskGetTickCountFromISR - 0x40388578 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40388578 xTaskGetTickCountFromISR - .text.uxTaskGetNumberOfTasks - 0x40388582 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40388582 uxTaskGetNumberOfTasks - .text.pcTaskGetName - 0x4038858c 0x3c esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x4038858c pcTaskGetName - .text.xTaskIncrementTick - 0x403885c8 0x1ce esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x403885c8 xTaskIncrementTick - .text.xTaskResumeAll - 0x40388796 0x184 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40388796 xTaskResumeAll - .text.vTaskDelay - 0x4038891a 0x52 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x4038891a vTaskDelay - .text.vTaskSwitchContext - 0x4038896c 0x126 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x4038896c vTaskSwitchContext - .text.vTaskSuspend - 0x40388a92 0x11a esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40388a92 vTaskSuspend - .text.vTaskPlaceOnEventList - 0x40388bac 0x4a esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40388bac vTaskPlaceOnEventList - .text.vTaskPlaceOnUnorderedEventList - 0x40388bf6 0xa2 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40388bf6 vTaskPlaceOnUnorderedEventList - .text.xTaskRemoveFromEventList - 0x40388c98 0x11c esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40388c98 xTaskRemoveFromEventList - .text.vTaskRemoveFromUnorderedEventList - 0x40388db4 0x11a esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40388db4 vTaskRemoveFromUnorderedEventList - .text.vTaskInternalSetTimeOutState - 0x40388ece 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40388ece vTaskInternalSetTimeOutState - .text.xTaskCheckForTimeOut - 0x40388ee4 0xd4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40388ee4 xTaskCheckForTimeOut - .text.vTaskMissedYield - 0x40388fb8 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40388fb8 vTaskMissedYield - .text.pvTaskGetThreadLocalStoragePointer - 0x40388fc4 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40388fc4 pvTaskGetThreadLocalStoragePointer - .text.xTaskGetCurrentTaskHandle - 0x40388fe4 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40388fe4 xTaskGetCurrentTaskHandle - .text.xTaskGetSchedulerState - 0x40388fee 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40388fee xTaskGetSchedulerState - .text.xTaskPriorityInherit - 0x4038900e 0x102 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x4038900e xTaskPriorityInherit - .text.xTaskPriorityDisinherit - 0x40389110 0x104 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40389110 xTaskPriorityDisinherit - .text.vTaskPriorityDisinheritAfterTimeout - 0x40389214 0x120 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40389214 vTaskPriorityDisinheritAfterTimeout - .text.uxTaskResetEventItemValue - 0x40389334 0x1c esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40389334 uxTaskResetEventItemValue - .text.pvTaskIncrementMutexHeldCount - 0x40389350 0x22 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40389350 pvTaskIncrementMutexHeldCount - .text.ulTaskGenericNotifyTake - 0x40389372 0xd8 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40389372 ulTaskGenericNotifyTake - .text.vTaskGenericNotifyGiveFromISR - 0x4038944a 0x186 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x4038944a vTaskGenericNotifyGiveFromISR - .text.xTaskCreatePinnedToCore - 0x403895d0 0xbe esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x403895d0 xTaskCreatePinnedToCore - .text.xTaskCreateStaticPinnedToCore - 0x4038968e 0x126 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x4038968e xTaskCreateStaticPinnedToCore - .text.prvCreateIdleTasks - 0x403897b4 0x60 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .text.xTimerCreateTimerTask - 0x40389814 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40389814 xTimerCreateTimerTask - .text.vTaskStartScheduler - 0x40389818 0x72 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40389818 vTaskStartScheduler - .text.xTaskGetCoreID - 0x4038988a 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x4038988a xTaskGetCoreID - .text.xTaskGetIdleTaskHandleForCore - 0x4038988e 0x5c esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x4038988e xTaskGetIdleTaskHandleForCore - .text.xTaskGetCurrentTaskHandleForCore - 0x403898ea 0x3a esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x403898ea xTaskGetCurrentTaskHandleForCore - .text.vTaskSetThreadLocalStoragePointerAndDelCallback - 0x40389924 0x26 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40389924 vTaskSetThreadLocalStoragePointerAndDelCallback - .text.__getreent - 0x4038994a 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x4038994a __getreent - .text.vTaskGetSnapshot - 0x40389968 0x32 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x40389968 vTaskGetSnapshot - *libgcc.a:_divsf3.*(.literal .literal.* .text .text.*) - *libgcc.a:lib2funcs.*(.literal .literal.* .text .text.*) - *libgcc.a:save-restore.*(.literal .literal.* .text .text.*) - *libgcov.a:(.literal .literal.* .text .text.*) - *libhal.a:cache_hal.*(.literal .literal.* .text .text.*) - .text.cache_hal_suspend - 0x4038999a 0x36 esp-idf/hal/libhal.a(cache_hal.c.obj) - 0x4038999a cache_hal_suspend - .text.cache_hal_resume - 0x403899d0 0x46 esp-idf/hal/libhal.a(cache_hal.c.obj) - 0x403899d0 cache_hal_resume - .text.cache_hal_is_cache_enabled - 0x40389a16 0xa esp-idf/hal/libhal.a(cache_hal.c.obj) - 0x40389a16 cache_hal_is_cache_enabled - .text.cache_hal_vaddr_to_cache_level_id - 0x40389a20 0x6c esp-idf/hal/libhal.a(cache_hal.c.obj) - 0x40389a20 cache_hal_vaddr_to_cache_level_id - .text.cache_hal_invalidate_addr - 0x40389a8c 0x3a esp-idf/hal/libhal.a(cache_hal.c.obj) - 0x40389a8c cache_hal_invalidate_addr - .text.cache_hal_get_cache_line_size - 0x40389ac6 0x42 esp-idf/hal/libhal.a(cache_hal.c.obj) - 0x40389ac6 cache_hal_get_cache_line_size - *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_append .text.gdma_ahb_hal_append) - .text.gdma_ahb_hal_append - 0x40389b08 0x3e esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - 0x40389b08 gdma_ahb_hal_append - *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_clear_intr .text.gdma_ahb_hal_clear_intr) - .text.gdma_ahb_hal_clear_intr - 0x40389b46 0x26 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - 0x40389b46 gdma_ahb_hal_clear_intr - *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_get_eof_desc_addr .text.gdma_ahb_hal_get_eof_desc_addr) - .text.gdma_ahb_hal_get_eof_desc_addr - 0x40389b6c 0x3e esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - 0x40389b6c gdma_ahb_hal_get_eof_desc_addr - *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_read_intr_status .text.gdma_ahb_hal_read_intr_status) - .text.gdma_ahb_hal_read_intr_status - 0x40389baa 0x46 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - 0x40389baa gdma_ahb_hal_read_intr_status - *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_reset .text.gdma_ahb_hal_reset) - .text.gdma_ahb_hal_reset - 0x40389bf0 0x4e esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - 0x40389bf0 gdma_ahb_hal_reset - *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_start_with_desc .text.gdma_ahb_hal_start_with_desc) - .text.gdma_ahb_hal_start_with_desc - 0x40389c3e 0x8a esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - 0x40389c3e gdma_ahb_hal_start_with_desc - *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_stop .text.gdma_ahb_hal_stop) - .text.gdma_ahb_hal_stop - 0x40389cc8 0x3e esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - 0x40389cc8 gdma_ahb_hal_stop - *libhal.a:gdma_hal_top.*(.literal.gdma_hal_append .text.gdma_hal_append) - *libhal.a:gdma_hal_top.*(.literal.gdma_hal_clear_intr .text.gdma_hal_clear_intr) - .text.gdma_hal_clear_intr - 0x40389d06 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - 0x40389d06 gdma_hal_clear_intr - *libhal.a:gdma_hal_top.*(.literal.gdma_hal_get_eof_desc_addr .text.gdma_hal_get_eof_desc_addr) - *libhal.a:gdma_hal_top.*(.literal.gdma_hal_read_intr_status .text.gdma_hal_read_intr_status) - *libhal.a:gdma_hal_top.*(.literal.gdma_hal_reset .text.gdma_hal_reset) - *libhal.a:gdma_hal_top.*(.literal.gdma_hal_start_with_desc .text.gdma_hal_start_with_desc) - .text.gdma_hal_start_with_desc - 0x40389d14 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - 0x40389d14 gdma_hal_start_with_desc - *libhal.a:gdma_hal_top.*(.literal.gdma_hal_stop .text.gdma_hal_stop) - *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.*) - .text.mmu_ll_check_entry_valid - 0x40389d22 0x46 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .text.mmu_ll_find_entry_id_based_on_map_value - 0x40389d68 0x7e esp-idf/hal/libhal.a(mmu_hal.c.obj) - .text.mmu_ll_entry_id_to_paddr_base - 0x40389de6 0x46 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .text.mmu_hal_pages_to_bytes - 0x40389e2c 0x6 esp-idf/hal/libhal.a(mmu_hal.c.obj) - 0x40389e2c mmu_hal_pages_to_bytes - .text.mmu_hal_paddr_to_vaddr - 0x40389e32 0x8a esp-idf/hal/libhal.a(mmu_hal.c.obj) - 0x40389e32 mmu_hal_paddr_to_vaddr - .text.mmu_hal_check_valid_ext_vaddr_region - 0x40389ebc 0x60 esp-idf/hal/libhal.a(mmu_hal.c.obj) - 0x40389ebc mmu_hal_check_valid_ext_vaddr_region - .text.mmu_hal_map_region - 0x40389f1c 0x14e esp-idf/hal/libhal.a(mmu_hal.c.obj) - 0x40389f1c mmu_hal_map_region - .text.mmu_hal_unmap_region - 0x4038a06a 0xa8 esp-idf/hal/libhal.a(mmu_hal.c.obj) - 0x4038a06a mmu_hal_unmap_region - .text.mmu_hal_vaddr_to_paddr - 0x4038a112 0x8c esp-idf/hal/libhal.a(mmu_hal.c.obj) - 0x4038a112 mmu_hal_vaddr_to_paddr - *libhal.a:spi_flash_encrypt_hal_iram.*(.literal .literal.* .text .text.*) - .text.spi_flash_encrypt_ll_plaintext_save - 0x4038a19e 0x44 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .text.spi_flash_encryption_hal_enable - 0x4038a1e2 0x16 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - 0x4038a1e2 spi_flash_encryption_hal_enable - .text.spi_flash_encryption_hal_disable - 0x4038a1f8 0xc esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - 0x4038a1f8 spi_flash_encryption_hal_disable - .text.spi_flash_encryption_hal_prepare - 0x4038a204 0x22 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - 0x4038a204 spi_flash_encryption_hal_prepare - .text.spi_flash_encryption_hal_done - 0x4038a226 0x22 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - 0x4038a226 spi_flash_encryption_hal_done - .text.spi_flash_encryption_hal_destroy - 0x4038a248 0xa esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - 0x4038a248 spi_flash_encryption_hal_destroy - .text.spi_flash_encryption_hal_check - 0x4038a252 0xa esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - 0x4038a252 spi_flash_encryption_hal_check - *libhal.a:spi_flash_hal_gpspi.*(.literal .literal.* .text .text.*) - .text.gpspi_flash_ll_set_read_mode - 0x4038a25c 0xac esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .text.gpspi_flash_ll_set_buffer_data - 0x4038a308 0x66 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .text.gpspi_flash_ll_get_buffer_data - 0x4038a36e 0x80 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .text.spi_flash_hal_gpspi_poll_cmd_done - 0x4038a3ee 0xc esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - 0x4038a3ee spi_flash_hal_gpspi_poll_cmd_done - .text.spi_flash_hal_gpspi_device_config - 0x4038a3fa 0xd2 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - 0x4038a3fa spi_flash_hal_gpspi_device_config - .text.spi_flash_hal_gpspi_configure_host_io_mode - 0x4038a4cc 0x124 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - 0x4038a4cc spi_flash_hal_gpspi_configure_host_io_mode - .text.spi_flash_hal_gpspi_common_command - 0x4038a5f0 0x148 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - 0x4038a5f0 spi_flash_hal_gpspi_common_command - .text.spi_flash_hal_gpspi_read - 0x4038a738 0xb4 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - 0x4038a738 spi_flash_hal_gpspi_read - .text.spi_flash_hal_gpspi_supports_direct_write - 0x4038a7ec 0x4 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - 0x4038a7ec spi_flash_hal_gpspi_supports_direct_write - .text.spi_flash_hal_gpspi_supports_direct_read - 0x4038a7f0 0x4 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - 0x4038a7f0 spi_flash_hal_gpspi_supports_direct_read - .text.spi_flash_hal_gpspi_check_status - 0x4038a7f4 0xe esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - 0x4038a7f4 spi_flash_hal_gpspi_check_status - *libhal.a:spi_flash_hal_iram.*(.literal .literal.* .text .text.*) - .text.spimem_flash_ll_set_read_mode - 0x4038a802 0x86 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .text.spimem_flash_ll_get_source_freq_mhz - 0x4038a888 0x3a esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .text.spimem_flash_ll_program_page - 0x4038a8c2 0x80 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .text.spi_flash_hal_poll_cmd_done - 0x4038a942 0x8 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x4038a942 spi_flash_hal_poll_cmd_done - .text.spi_flash_hal_configure_host_io_mode - 0x4038a94a 0x130 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x4038a94a spi_flash_hal_configure_host_io_mode - .text.spi_flash_hal_common_command - 0x4038aa7a 0x1dc esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x4038aa7a spi_flash_hal_common_command - .text.spi_flash_hal_read - 0x4038ac56 0xe6 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x4038ac56 spi_flash_hal_read - .text.spi_flash_hal_erase_chip - 0x4038ad3c 0x22 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x4038ad3c spi_flash_hal_erase_chip - .text.spi_flash_hal_erase_sector - 0x4038ad5e 0x4a esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x4038ad5e spi_flash_hal_erase_sector - .text.spi_flash_hal_erase_block - 0x4038ada8 0x48 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x4038ada8 spi_flash_hal_erase_block - .text.spi_flash_hal_program_page - 0x4038adf0 0x4e esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x4038adf0 spi_flash_hal_program_page - .text.spi_flash_hal_set_write_protect - 0x4038ae3e 0x2c esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x4038ae3e spi_flash_hal_set_write_protect - .text.spi_flash_hal_check_status - 0x4038ae6a 0x16 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x4038ae6a spi_flash_hal_check_status - .text.spi_flash_hal_setup_read_suspend - 0x4038ae80 0xda esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x4038ae80 spi_flash_hal_setup_read_suspend - .text.spi_flash_hal_setup_auto_suspend_mode - 0x4038af5a 0x17e esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x4038af5a spi_flash_hal_setup_auto_suspend_mode - .text.spi_flash_hal_setup_auto_resume_mode - 0x4038b0d8 0x3a esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x4038b0d8 spi_flash_hal_setup_auto_resume_mode - .text.spi_flash_hal_disable_auto_suspend_mode - 0x4038b112 0x70 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x4038b112 spi_flash_hal_disable_auto_suspend_mode - .text.spi_flash_hal_disable_auto_resume_mode - 0x4038b182 0x3c esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x4038b182 spi_flash_hal_disable_auto_resume_mode - .text.spi_flash_hal_device_config - 0x4038b1be 0xa8 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x4038b1be spi_flash_hal_device_config - .text.spi_flash_hal_resume - 0x4038b266 0x10 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x4038b266 spi_flash_hal_resume - .text.spi_flash_hal_suspend - 0x4038b276 0x10 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - 0x4038b276 spi_flash_hal_suspend - *libhal.a:spi_hal_iram.*(.literal .literal.* .text .text.*) - *libhal.a:spi_slave_hal_iram.*(.literal .literal.* .text .text.*) - *libhal.a:systimer_hal.*(.literal .literal.* .text .text.*) - .text.systimer_hal_init - 0x4038b286 0x16 esp-idf/hal/libhal.a(systimer_hal.c.obj) - 0x4038b286 systimer_hal_init - .text.systimer_hal_set_tick_rate_ops - 0x4038b29c 0xa esp-idf/hal/libhal.a(systimer_hal.c.obj) - 0x4038b29c systimer_hal_set_tick_rate_ops - .text.systimer_hal_get_counter_value - 0x4038b2a6 0x4e esp-idf/hal/libhal.a(systimer_hal.c.obj) - 0x4038b2a6 systimer_hal_get_counter_value - .text.systimer_hal_set_alarm_target - 0x4038b2f4 0x68 esp-idf/hal/libhal.a(systimer_hal.c.obj) - 0x4038b2f4 systimer_hal_set_alarm_target - .text.systimer_hal_set_alarm_period - 0x4038b35c 0x9c esp-idf/hal/libhal.a(systimer_hal.c.obj) - 0x4038b35c systimer_hal_set_alarm_period - .text.systimer_hal_enable_alarm_int - 0x4038b3f8 0x10 esp-idf/hal/libhal.a(systimer_hal.c.obj) - 0x4038b3f8 systimer_hal_enable_alarm_int - .text.systimer_hal_enable_counter - 0x4038b408 0x14 esp-idf/hal/libhal.a(systimer_hal.c.obj) - 0x4038b408 systimer_hal_enable_counter - .text.systimer_hal_select_alarm_mode - 0x4038b41c 0x34 esp-idf/hal/libhal.a(systimer_hal.c.obj) - 0x4038b41c systimer_hal_select_alarm_mode - .text.systimer_hal_connect_alarm_counter - 0x4038b450 0x1a esp-idf/hal/libhal.a(systimer_hal.c.obj) - 0x4038b450 systimer_hal_connect_alarm_counter - .text.systimer_hal_counter_can_stall_by_cpu - 0x4038b46a 0x3a esp-idf/hal/libhal.a(systimer_hal.c.obj) - 0x4038b46a systimer_hal_counter_can_stall_by_cpu - *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.*) - .text.wdt_hal_init - 0x4038b4a4 0x232 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x4038b4a4 wdt_hal_init - .text.wdt_hal_config_stage - 0x4038b6d6 0x14a esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x4038b6d6 wdt_hal_config_stage - .text.wdt_hal_write_protect_disable - 0x4038b820 0x22 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x4038b820 wdt_hal_write_protect_disable - .text.wdt_hal_write_protect_enable - 0x4038b842 0x14 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x4038b842 wdt_hal_write_protect_enable - .text.wdt_hal_enable - 0x4038b856 0x36 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x4038b856 wdt_hal_enable - .text.wdt_hal_disable - 0x4038b88c 0x28 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x4038b88c wdt_hal_disable - .text.wdt_hal_handle_intr - 0x4038b8b4 0x32 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x4038b8b4 wdt_hal_handle_intr - .text.wdt_hal_feed - 0x4038b8e6 0x1e esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x4038b8e6 wdt_hal_feed - .text.wdt_hal_set_flashboot_en - 0x4038b904 0x3a esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x4038b904 wdt_hal_set_flashboot_en - .text.wdt_hal_is_enabled - 0x4038b93e 0x16 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x4038b93e wdt_hal_is_enabled - *libheap.a:multi_heap.*(.literal.assert_valid_block .text.assert_valid_block) - .text.assert_valid_block - 0x4038b954 0x44 esp-idf/heap/libheap.a(multi_heap.c.obj) - *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) - .text.multi_heap_aligned_alloc_impl_offs - 0x4038b998 0x72 esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x4038b998 multi_heap_aligned_alloc_impl_offs - *libheap.a:multi_heap.*(.literal.multi_heap_aligned_alloc_offs .text.multi_heap_aligned_alloc_offs) - .text.multi_heap_aligned_alloc_offs - 0x4038ba0a 0xe esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x4038ba0a multi_heap_aligned_alloc_offs - *libheap.a:multi_heap.*(.literal.multi_heap_free_impl .text.multi_heap_free_impl) - .text.multi_heap_free_impl - 0x4038ba18 0x40 esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x4038ba18 multi_heap_free_impl - 0x4038ba18 multi_heap_aligned_free - 0x4038ba18 multi_heap_free - *libheap.a:multi_heap.*(.literal.multi_heap_get_allocated_size_impl .text.multi_heap_get_allocated_size_impl) - .text.multi_heap_get_allocated_size_impl - 0x4038ba58 0xe esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x4038ba58 multi_heap_get_allocated_size_impl - 0x4038ba58 multi_heap_get_allocated_size - *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 - 0x4038ba66 0x1e esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x4038ba66 multi_heap_internal_lock - *libheap.a:multi_heap.*(.literal.multi_heap_internal_unlock .text.multi_heap_internal_unlock) - .text.multi_heap_internal_unlock - 0x4038ba84 0x1e esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x4038ba84 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) - .text.multi_heap_malloc_impl - 0x4038baa2 0x54 esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x4038baa2 multi_heap_malloc - 0x4038baa2 multi_heap_malloc_impl - *libheap.a:multi_heap.*(.literal.multi_heap_realloc_impl .text.multi_heap_realloc_impl) - .text.multi_heap_realloc_impl - 0x4038baf6 0x94 esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x4038baf6 multi_heap_realloc - 0x4038baf6 multi_heap_realloc_impl - *libheap.a:multi_heap.*(.literal.multi_heap_set_lock .text.multi_heap_set_lock) - .text.multi_heap_set_lock - 0x4038bb8a 0x4 esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x4038bb8a multi_heap_set_lock - *libheap.a:tlsf.*(.literal.tlsf_alloc_overhead .text.tlsf_alloc_overhead) - .text.tlsf_alloc_overhead - 0x4038bb8e 0x4 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x4038bb8e tlsf_alloc_overhead - *libheap.a:tlsf.*(.literal.tlsf_block_size .text.tlsf_block_size) - .text.tlsf_block_size - 0x4038bb92 0xe esp-idf/heap/libheap.a(tlsf.c.obj) - 0x4038bb92 tlsf_block_size - *libheap.a:tlsf.*(.literal.tlsf_free .text.tlsf_free) - .text.tlsf_free - 0x4038bba0 0x5a0 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x4038bba0 tlsf_free - *libheap.a:tlsf.*(.literal.tlsf_get_pool .text.tlsf_get_pool) - .text.tlsf_get_pool - 0x4038c140 0x16 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x4038c140 tlsf_get_pool - *libheap.a:tlsf.*(.literal.tlsf_malloc .text.tlsf_malloc) - .text.tlsf_malloc - 0x4038c156 0x54a esp-idf/heap/libheap.a(tlsf.c.obj) - 0x4038c156 tlsf_malloc - *libheap.a:tlsf.*(.literal.tlsf_memalign .text.tlsf_memalign) - *libheap.a:tlsf.*(.literal.tlsf_memalign_offs .text.tlsf_memalign_offs) - .text.tlsf_memalign_offs - 0x4038c6a0 0x8e8 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x4038c6a0 tlsf_memalign_offs - *libheap.a:tlsf.*(.literal.tlsf_realloc .text.tlsf_realloc) - .text.tlsf_realloc - 0x4038cf88 0x734 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x4038cf88 tlsf_realloc - *libheap.a:tlsf.*(.literal.tlsf_size .text.tlsf_size) - .text.tlsf_size - 0x4038d6bc 0xa esp-idf/heap/libheap.a(tlsf.c.obj) - 0x4038d6bc tlsf_size - *liblog.a:log_lock.*(.literal .literal.* .text .text.*) - .text.esp_log_impl_lock - 0x4038d6c6 0x3c esp-idf/log/liblog.a(log_lock.c.obj) - 0x4038d6c6 esp_log_impl_lock - .text.esp_log_impl_lock_timeout - 0x4038d702 0x46 esp-idf/log/liblog.a(log_lock.c.obj) - 0x4038d702 esp_log_impl_lock_timeout - .text.esp_log_impl_unlock - 0x4038d748 0x26 esp-idf/log/liblog.a(log_lock.c.obj) - 0x4038d748 esp_log_impl_unlock - *liblog.a:log_timestamp.*(.literal.esp_log_early_timestamp .text.esp_log_early_timestamp) - .text.esp_log_early_timestamp - 0x4038d76e 0x26 esp-idf/log/liblog.a(log_timestamp.c.obj) - 0x4038d76e esp_log_early_timestamp - *liblog.a:log_timestamp.*(.literal.esp_log_timestamp .text.esp_log_timestamp) - .text.esp_log_timestamp - 0x4038d794 0x54 esp-idf/log/liblog.a(log_timestamp.c.obj) - 0x4038d794 esp_log_timestamp - *liblog.a:log_write.*(.literal.esp_log_write .text.esp_log_write) - .text.esp_log_write - 0x4038d7e8 0x20 esp-idf/log/liblog.a(log_write.c.obj) - 0x4038d7e8 esp_log_write - *libnet80211.a:(.wifi0iram .wifi0iram.*) - .wifi0iram.20 0x4038d808 0x516 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x4038d808 ieee80211_encap_esfbuf - .wifi0iram.10 0x4038dd1e 0x294 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x4038dd1e ieee80211_output_process - .wifi0iram.55 0x4038dfb2 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x4038dfb2 wifi_softap_cur_max_ap_bss_num - *libnet80211.a:(.wifirxiram .wifirxiram.*) - .wifirxiram.50 - 0x4038dfbe 0x568 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x4038dfbe sta_input - .wifirxiram.56 - 0x4038e526 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x4038e526 sta_rx_cb - .wifirxiram.34 - 0x4038e538 0x276 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x4038e538 ieee80211_ampdu_reorder - *libnet80211.a:(.wifislprxiram .wifislprxiram.*) - .wifislprxiram.112 - 0x4038e7ae 0x6e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x4038e7ae sta_reset_beacon_timeout - *libnewlib.a:abort.*(.literal .literal.* .text .text.*) - .text.abort 0x4038e81c 0x86 esp-idf/newlib/libnewlib.a(abort.c.obj) - 0x4038e81c abort - *libnewlib.a:assert.*(.literal .literal.* .text .text.*) - .text.ra_to_str - 0x4038e8a2 0x2c esp-idf/newlib/libnewlib.a(assert.c.obj) - .text.__assert_func - 0x4038e8ce 0x128 esp-idf/newlib/libnewlib.a(assert.c.obj) - 0x4038e8ce __assert_func - .text.newlib_include_assert_impl - 0x4038e9f6 0x2 esp-idf/newlib/libnewlib.a(assert.c.obj) - 0x4038e9f6 newlib_include_assert_impl - *libnewlib.a:heap.*(.literal .literal.* .text .text.*) - .text.malloc 0x4038e9f8 0xe esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x4038e9f8 valloc - 0x4038e9f8 malloc - 0x4038e9f8 pvalloc - .text.realloc 0x4038ea06 0xe esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x4038ea06 realloc - .text.free 0x4038ea14 0xe esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x4038ea14 cfree - 0x4038ea14 free - .text._malloc_r - 0x4038ea22 0x10 esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x4038ea22 _malloc_r - .text._free_r 0x4038ea32 0x10 esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x4038ea32 _free_r - .text._realloc_r - 0x4038ea42 0x12 esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x4038ea42 _realloc_r - .text._calloc_r - 0x4038ea54 0x3e esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x4038ea54 _calloc_r - .text.calloc 0x4038ea92 0x22 esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x4038ea92 calloc - .text.newlib_include_heap_impl - 0x4038eab4 0x2 esp-idf/newlib/libnewlib.a(heap.c.obj) - 0x4038eab4 newlib_include_heap_impl - *libnewlib.a:stdatomic.*(.literal .literal.* .text .text.*) - .text.__atomic_fetch_add_8 - 0x4038eab6 0x4e esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - 0x4038eab6 __atomic_fetch_add_8 - .text.__atomic_fetch_sub_8 - 0x4038eb04 0x50 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - 0x4038eb04 __atomic_fetch_sub_8 - .text.__atomic_fetch_or_8 - 0x4038eb54 0x44 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - 0x4038eb54 __atomic_fetch_or_8 - .text.__atomic_load_8 - 0x4038eb98 0x24 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - 0x4038eb98 __atomic_load_8 - .text.__atomic_store_8 - 0x4038ebbc 0x2c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - 0x4038ebbc __atomic_store_8 - *libpp.a:(.wifi0iram .wifi0iram.*) - .wifi0iram.22 0x4038ebe8 0x164 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x4038ebe8 pp_coex_tx_request - .wifi0iram.65 0x4038ed4c 0x15c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x4038ed4c ppMapTxQueue - .wifi0iram.68 0x4038eea8 0x14a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x4038eea8 ppProcTxSecFrame - .wifi0iram.41 0x4038eff2 0x2ee C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x4038eff2 ppCalTxAMPDULength - .wifi0iram.23 0x4038f2e0 0x15e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x4038f2e0 ppProcessTxQ - .wifi0iram.74 0x4038f43e 0xac C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x4038f43e ppProcessLifeTime - .wifi0iram.41 0x4038f4ea 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x4038f4ea lmacMSDUAged - .wifi0iram.57 0x4038f542 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x4038f542 lmacAdjustTimestamp - .wifi0iram.58 0x4038f58a 0x1ec C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x4038f58a lmacTxFrame - .wifi0iram.62 0x4038f776 0xf2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x4038f776 lmacTxDone - .wifi0iram.25 0x4038f868 0x30a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x4038f868 lmacEndFrameExchangeSequence - .wifi0iram.8 0x4038fb72 0xa4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x4038fb72 rcUpdateTxDone - .wifi0iram.10 0x4038fc16 0x2da C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x4038fc16 rcUpdateTxDoneAmpdu2 - .wifi0iram.11 0x4038fef0 0xdc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x4038fef0 rcGetSched - .wifi0iram.4 0x4038ffcc 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x4038ffcc hal_mac_tx_config_timeout - .wifi0iram.5 0x4038fff2 0x52 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x4038fff2 hal_mac_tx_config_edca - .wifi0iram.6 0x40390044 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x40390044 hal_mac_txq_enable - .wifi0iram.9 0x4039005e 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x4039005e hal_random - .wifi0iram.20 0x40390066 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x40390066 hal_mac_deinit - .wifi0iram.3 0x403900a6 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - 0x403900a6 hal_mac_tx_is_cbw40 - *libpp.a:(.wifiorslpiram .wifiorslpiram.*) - *libpp.a:(.wifirxiram .wifirxiram.*) - .wifirxiram.48 - 0x403900c4 0x8e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x403900c4 pm_rx_data_process - .wifirxiram.49 - 0x40390152 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x40390152 pm_hmac_rx_data_process - .wifirxiram.26 - 0x40390154 0x3fc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x40390154 ppRxFragmentProc - .wifirxiram.28 - 0x40390550 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x40390550 is_fragmented_pkt - .wifirxiram.9 0x40390576 0x13c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - 0x40390576 esf_buf_recycle - .wifirxiram.2 0x403906b2 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) - 0x403906b2 hal_clear_rx_beacon_pti - .wifirxiram.3 0x403906c4 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) - 0x403906c4 hal_mac_rx_get_last_dscr - .wifirxiram.4 0x403906de 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) - 0x403906de hal_mac_rx_is_dscr_reload - .wifirxiram.5 0x403906ea 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) - 0x403906ea hal_mac_rx_set_dscr_reload - *libpp.a:(.wifislprxiram .wifislprxiram.*) - .wifislprxiram.25 - 0x403906fc 0xba C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x403906fc pm_get_tbtt_count - .wifislprxiram.26 - 0x403907b6 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x403907b6 pm_save_tbtt_info - .wifislprxiram.28 - 0x403907da 0x120 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x403907da pm_beacon_monitor_tbtt_start - .wifislprxiram.29 - 0x403908fa 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x403908fa pm_beacon_monitor_tbtt_stop - .wifislprxiram.30 - 0x4039090c 0x12a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4039090c pm_enable_beacon_monitor_timer - .wifislprxiram.31 - 0x40390a36 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x40390a36 pm_disable_beacon_monitor_timer - .wifislprxiram.32 - 0x40390a7a 0x15c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x40390a7a pm_dream - .wifislprxiram.33 - 0x40390bd6 0x206 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x40390bd6 pm_sleep - .wifislprxiram.34 - 0x40390ddc 0x52 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x40390ddc pm_check_state - .wifislprxiram.41 - 0x40390e2e 0x82 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x40390e2e pm_beacon_monitor_timeout_process - .wifislprxiram.40 - 0x40390eb0 0x1da C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x40390eb0 pm_process_tim - .wifislprxiram.46 - 0x4039108a 0xb4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4039108a pm_rx_beacon_process - .wifislprxiram.45 - 0x4039113e 0x168 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4039113e pm_tbtt_process - .wifislprxiram.42 - 0x403912a6 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x403912a6 pm_beacon_monitor_tbtt_timeout_process - .wifislprxiram.51 - 0x403912c6 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x403912c6 pm_on_tsf_timer - .wifislprxiram.6 - 0x403912d4 0xde C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x403912d4 pm_scale_listen_interval - .wifislprxiram.10 - 0x403913b2 0x248 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x403913b2 pm_parse_beacon - .wifislprxiram.53 - 0x403915fa 0x13e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x403915fa pm_on_beacon_rx - .wifislprxiram.12 - 0x40391738 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x40391738 ic_mac_deinit - .wifislprxiram.29 - 0x40391748 0x108 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x40391748 ppRxPkt - .wifislprxiram.7 - 0x40391850 0x180 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - 0x40391850 esf_buf_alloc - .wifislprxiram.4 - 0x403919d0 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) - 0x403919d0 pm_coex_schm_overall_period_get - .wifislprxiram.5 - 0x40391a08 0x96 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) - 0x40391a08 pm_coex_pwr_update - .wifislprxiram.24 - 0x40391a9e 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x40391a9e wDev_record_ftm_data - .wifislprxiram.48 - 0x40391ac0 0x134 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x40391ac0 wDev_AppendRxBlocks - .wifislprxiram.19 - 0x40391bf4 0x2ec C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x40391bf4 wDev_IndicateFrame - .wifislprxiram.25 - 0x40391ee0 0x356 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x40391ee0 wDev_ProcessRxSucData - .wifislprxiram.12 - 0x40392236 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x40392236 hal_mac_rx_read_rxdscrnext - .wifislprxiram.13 - 0x40392240 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x40392240 hal_mac_rx_set_base - *libriscv.a:interrupt.*(.text .text._global_interrupt_handler .text.intr_get_item .text.intr_handler_get_arg) - .text.intr_get_item - 0x4039224a 0x38 esp-idf/riscv/libriscv.a(interrupt.c.obj) - .text._global_interrupt_handler - 0x40392282 0x3c esp-idf/riscv/libriscv.a(interrupt.c.obj) - 0x40392282 _global_interrupt_handler - *libriscv.a:vectors.*(.literal .literal.* .text .text.*) - *librtc.a:(.literal .literal.* .text .text.*) - *libsoc.a:lldesc.*(.literal .literal.* .text .text.*) - *libspi_flash.a:flash_brownout_hook.*(.literal .literal.* .text .text.*) - .text.spi_flash_needs_reset_check - 0x403922be 0x22 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - 0x403922be spi_flash_needs_reset_check - .text.spi_flash_set_erasing_flag - 0x403922e0 0xa esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - 0x403922e0 spi_flash_set_erasing_flag - .text.spi_flash_brownout_need_reset - 0x403922ea 0x20 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - 0x403922ea spi_flash_brownout_need_reset - *libspi_flash.a:memspi_host_driver.*(.literal .literal.* .text .text.*) - .text.memspi_host_read_status_hs - 0x4039230a 0x40 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x4039230a memspi_host_read_status_hs - .text.memspi_host_erase_chip - 0x4039234a 0x28 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x4039234a memspi_host_erase_chip - .text.memspi_host_set_write_protect - 0x40392372 0x2e esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x40392372 memspi_host_set_write_protect - .text.memspi_host_write_data_slicer - 0x403923a0 0x42 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x403923a0 memspi_host_write_data_slicer - .text.memspi_host_read_data_slicer - 0x403923e2 0x36 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x403923e2 memspi_host_read_data_slicer - .text.memspi_host_read_id_hs - 0x40392418 0x8e esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x40392418 memspi_host_read_id_hs - .text.memspi_host_flush_cache - 0x403924a6 0x26 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x403924a6 memspi_host_flush_cache - .text.memspi_host_erase_sector - 0x403924cc 0x58 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x403924cc memspi_host_erase_sector - .text.memspi_host_erase_block - 0x40392524 0x58 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x40392524 memspi_host_erase_block - .text.memspi_host_program_page - 0x4039257c 0x62 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x4039257c memspi_host_program_page - .text.memspi_host_init_pointers - 0x403925de 0x52 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - 0x403925de memspi_host_init_pointers - *libspi_flash.a:spi_flash_chip_boya.*(.literal .literal.* .text .text.*) - .text.spi_flash_chip_boya_probe - 0x40392630 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - 0x40392630 spi_flash_chip_boya_probe - .text.spi_flash_chip_boya_get_caps - 0x4039265a 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - 0x4039265a spi_flash_chip_boya_get_caps - *libspi_flash.a:spi_flash_chip_gd.*(.literal .literal.* .text .text.*) - .text.spi_flash_chip_gd_get_caps - 0x4039265e 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - 0x4039265e spi_flash_chip_gd_get_caps - .text.spi_flash_chip_gd_detect_size - 0x40392674 0x34 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - 0x40392674 spi_flash_chip_gd_detect_size - .text.spi_flash_chip_gd_probe - 0x403926a8 0x34 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - 0x403926a8 spi_flash_chip_gd_probe - .text.spi_flash_chip_gd_suspend_cmd_conf - 0x403926dc 0x36 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - 0x403926dc spi_flash_chip_gd_suspend_cmd_conf - .text.spi_flash_chip_gd_set_io_mode - 0x40392712 0x54 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - 0x40392712 spi_flash_chip_gd_set_io_mode - .text.spi_flash_chip_gd_get_io_mode - 0x40392766 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - 0x40392766 spi_flash_chip_gd_get_io_mode - *libspi_flash.a:spi_flash_chip_generic.*(.literal .literal.* .text .text.*) - .text.spi_flash_chip_generic_detect_size - 0x40392786 0x40 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x40392786 spi_flash_chip_generic_detect_size - .text.spi_flash_chip_generic_probe - 0x403927c6 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x403927c6 spi_flash_chip_generic_probe - .text.spi_flash_chip_generic_reset - 0x403927ca 0x60 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x403927ca spi_flash_chip_generic_reset - .text.spi_flash_chip_generic_erase_chip - 0x4039282a 0x82 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4039282a spi_flash_chip_generic_erase_chip - .text.spi_flash_chip_generic_erase_sector - 0x403928ac 0x8a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x403928ac spi_flash_chip_generic_erase_sector - .text.spi_flash_chip_generic_erase_block - 0x40392936 0x8a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x40392936 spi_flash_chip_generic_erase_block - .text.spi_flash_chip_generic_page_program - 0x403929c0 0x6c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x403929c0 spi_flash_chip_generic_page_program - .text.spi_flash_chip_generic_set_write_protect - 0x40392a2c 0x4e esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x40392a2c spi_flash_chip_generic_set_write_protect - .text.spi_flash_chip_generic_read_reg - 0x40392a7a 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x40392a7a spi_flash_chip_generic_read_reg - .text.spi_flash_chip_generic_wait_idle - 0x40392a8e 0xae esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x40392a8e spi_flash_chip_generic_wait_idle - .text.spi_flash_chip_generic_config_host_io_mode - 0x40392b3c 0x194 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x40392b3c spi_flash_chip_generic_config_host_io_mode - .text.spi_flash_chip_generic_write_encrypted - 0x40392cd0 0x102 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x40392cd0 spi_flash_chip_generic_write_encrypted - .text.spi_flash_chip_generic_get_caps - 0x40392dd2 0x92 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x40392dd2 spi_flash_chip_generic_get_caps - .text.spi_flash_common_read_qe_sr - 0x40392e64 0x3c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .text.spi_flash_common_write_qe_sr - 0x40392ea0 0x32 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .text.spi_flash_common_read_status_16b_rdsr_rdsr2 - 0x40392ed2 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x40392ed2 spi_flash_common_read_status_16b_rdsr_rdsr2 - .text.spi_flash_common_write_status_16b_wrsr - 0x40392f16 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x40392f16 spi_flash_common_write_status_16b_wrsr - .text.spi_flash_chip_generic_read - 0x40392f2a 0xe4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x40392f2a spi_flash_chip_generic_read - .text.spi_flash_chip_generic_write - 0x4039300e 0xba esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4039300e spi_flash_chip_generic_write - .text.spi_flash_chip_generic_get_write_protect - 0x403930c8 0x4a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x403930c8 spi_flash_chip_generic_get_write_protect - .text.spi_flash_chip_generic_yield - 0x40393112 0x46 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x40393112 spi_flash_chip_generic_yield - .text.spi_flash_chip_generic_suspend_cmd_conf - 0x40393158 0x7e esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x40393158 spi_flash_chip_generic_suspend_cmd_conf - .text.spi_flash_chip_generic_read_unique_id - 0x403931d6 0xb0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x403931d6 spi_flash_chip_generic_read_unique_id - .text.spi_flash_chip_generic_read_unique_id_none - 0x40393286 0x6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x40393286 spi_flash_chip_generic_read_unique_id_none - .text.spi_flash_common_read_status_8b_rdsr2 - 0x4039328c 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x4039328c spi_flash_common_read_status_8b_rdsr2 - .text.spi_flash_chip_generic_get_io_mode - 0x403932a2 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x403932a2 spi_flash_chip_generic_get_io_mode - .text.spi_flash_common_read_status_8b_rdsr - 0x403932c2 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x403932c2 spi_flash_common_read_status_8b_rdsr - .text.spi_flash_common_write_status_8b_wrsr - 0x403932d6 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x403932d6 spi_flash_common_write_status_8b_wrsr - .text.spi_flash_common_write_status_8b_wrsr2 - 0x403932ea 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x403932ea spi_flash_common_write_status_8b_wrsr2 - .text.spi_flash_common_set_io_mode - 0x40393300 0xa8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x40393300 spi_flash_common_set_io_mode - .text.spi_flash_chip_generic_set_io_mode - 0x403933a8 0x22 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x403933a8 spi_flash_chip_generic_set_io_mode - *libspi_flash.a:spi_flash_chip_issi.*(.literal .literal.* .text .text.*) - .text.spi_flash_chip_issi_probe - 0x403933ca 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - 0x403933ca spi_flash_chip_issi_probe - .text.spi_flash_chip_issi_get_caps - 0x403933f4 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - 0x403933f4 spi_flash_chip_issi_get_caps - .text.spi_flash_chip_issi_set_io_mode - 0x403933f8 0x22 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - 0x403933f8 spi_flash_chip_issi_set_io_mode - .text.spi_flash_chip_issi_get_io_mode - 0x4039341a 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - 0x4039341a spi_flash_chip_issi_get_io_mode - *libspi_flash.a:spi_flash_chip_mxic.*(.literal .literal.* .text .text.*) - .text.spi_flash_chip_mxic_probe - 0x4039343a 0x22 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - 0x4039343a spi_flash_chip_mxic_probe - .text.spi_flash_chip_mxic_detect_size - 0x4039345c 0x42 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - 0x4039345c spi_flash_chip_mxic_detect_size - .text.spi_flash_chip_mxic_get_caps - 0x4039349e 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - 0x4039349e spi_flash_chip_mxic_get_caps - *libspi_flash.a:spi_flash_chip_th.*(.literal .literal.* .text .text.*) - .text.spi_flash_chip_th_probe - 0x403934a2 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - 0x403934a2 spi_flash_chip_th_probe - .text.spi_flash_chip_th_get_caps - 0x403934cc 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - 0x403934cc spi_flash_chip_th_get_caps - *libspi_flash.a:spi_flash_chip_winbond.*(.literal .literal.* .text .text.*) - .text.spi_flash_chip_winbond_probe - 0x403934d0 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - 0x403934d0 spi_flash_chip_winbond_probe - .text.spi_flash_chip_winbond_get_caps - 0x403934e4 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - 0x403934e4 spi_flash_chip_winbond_get_caps - .text.spi_flash_command_winbond_program_4B - 0x403934fa 0x54 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .text.spi_flash_chip_winbond_page_program - 0x4039354e 0x4a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - 0x4039354e spi_flash_chip_winbond_page_program - .text.spi_flash_command_winbond_erase_sector_4B - 0x40393598 0x52 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .text.spi_flash_chip_winbond_erase_sector - 0x403935ea 0x58 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - 0x403935ea spi_flash_chip_winbond_erase_sector - .text.spi_flash_command_erase_block_4B - 0x40393642 0x52 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .text.spi_flash_chip_winbond_erase_block - 0x40393694 0x58 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - 0x40393694 spi_flash_chip_winbond_erase_block - .text.spi_flash_chip_winbond_read - 0x403936ec 0xf4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - 0x403936ec spi_flash_chip_winbond_read - *libspi_flash.a:spi_flash_wrap.*(.literal .literal.* .text .text.*) - -.dram0.dummy 0x3fc80000 0x13800 - 0x3fc93800 . = ((ORIGIN (dram0_0_seg) + _iram_end) - _iram_start) - *fill* 0x3fc80000 0x13800 - -.dram0.data 0x3fc93800 0x2da8 - 0x3fc93800 _data_start = ABSOLUTE (.) - *(.gnu.linkonce.d.*) - *(.data1) - 0x3fc94000 __global_pointer$ = (. + 0x800) - *(.sdata) - .sdata 0x3fc93800 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-environ.o) - 0x3fc93800 environ - .sdata 0x3fc93804 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - 0x3fc93804 _impure_ptr - .sdata 0x3fc93808 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) - 0x3fc93808 __global_locale_ptr - *(.sdata.*) - .sdata.ESP_EFUSE_USER_DATA_MAC_CUSTOM - 0x3fc9380c 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - 0x3fc9380c ESP_EFUSE_USER_DATA_MAC_CUSTOM - .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN3 - 0x3fc93814 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - 0x3fc93814 ESP_EFUSE_ADC1_INIT_CODE_ATTEN3 - .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN2 - 0x3fc9381c 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - 0x3fc9381c ESP_EFUSE_ADC1_INIT_CODE_ATTEN2 - .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN1 - 0x3fc93824 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - 0x3fc93824 ESP_EFUSE_ADC1_INIT_CODE_ATTEN1 - .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN0 - 0x3fc9382c 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - 0x3fc9382c ESP_EFUSE_ADC1_INIT_CODE_ATTEN0 - .sdata.ESP_EFUSE_BLK_VERSION_MAJOR - 0x3fc93834 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - 0x3fc93834 ESP_EFUSE_BLK_VERSION_MAJOR - .sdata.s_panic_uart - 0x3fc9383c 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .sdata.rtc_wdt_ctx - 0x3fc93840 0x8 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .sdata.wdt0_context - 0x3fc93848 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .sdata.s_memp_intr - 0x3fc93850 0x8 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .sdata.s_log_print_func - 0x3fc93858 0x4 esp-idf/log/liblog.a(log_write.c.obj) - .sdata.esp_log_default_level - 0x3fc9385c 0x4 esp-idf/log/liblog.a(log_level.c.obj) - 0x3fc9385c esp_log_default_level - .sdata.malloc_alwaysinternal_limit - 0x3fc93860 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) - .sdata.first_call.0 - 0x3fc93864 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - *fill* 0x3fc93865 0x3 - .sdata.uart_selectlock - 0x3fc93868 0x8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .sdata.esp_flash_registered_chips - 0x3fc93870 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - 0x3fc93870 esp_flash_registered_chips - *fill* 0x3fc93874 0x4 - .sdata.s_reserved_pin_mask - 0x3fc93878 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .sdata.s_tsens_idx - 0x3fc93880 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - *fill* 0x3fc93881 0x3 - .sdata.s_record_max - 0x3fc93884 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - .sdata.s_record_min - 0x3fc93888 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - .sdata.ssl_tls12_preset_suiteb_sig_algs - 0x3fc9388c 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - *fill* 0x3fc93892 0x2 - .sdata.mbedtls_free_func - 0x3fc93894 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .sdata.mbedtls_calloc_func - 0x3fc93898 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .sdata.s_previous_init_code - 0x3fc9389c 0x8 esp-idf/hal/libhal.a(adc_hal_common.c.obj) - .sdata.tcp_port - 0x3fc938a4 0x2 esp-idf/lwip/liblwip.a(tcp.c.obj) - .sdata.udp_port - 0x3fc938a6 0x2 esp-idf/lwip/liblwip.a(udp.c.obj) - .sdata.retrans_timer - 0x3fc938a8 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x3fc938a8 retrans_timer - .sdata.reachable_time - 0x3fc938ac 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x3fc938ac reachable_time - .sdata._g_esp_netif_netstack_default_wifi_ap - 0x3fc938b0 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - 0x3fc938b0 _g_esp_netif_netstack_default_wifi_ap - .sdata._g_esp_netif_netstack_default_wifi_sta - 0x3fc938b4 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - 0x3fc938b4 _g_esp_netif_netstack_default_wifi_sta - .sdata.g_allowed_groups - 0x3fc938b8 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - 0x3fc938b8 g_allowed_groups - .sdata.gdma_ahb_hal_priv_data - 0x3fc938c0 0x4 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - .sdata.DW.ref.__gxx_personality_v0 - 0x3fc938c4 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - 0x3fc938c4 DW.ref.__gxx_personality_v0 - .sdata._ZN10__cxxabiv119__terminate_handlerE - 0x3fc938c8 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_term_handler.o) - 0x3fc938c8 __cxxabiv1::__terminate_handler - *(.gnu.linkonce.s.*) - *(.gnu.linkonce.s2.*) - *(.jcr) - *(.data .data.*) - .data.ESP_EFUSE_MAC - 0x3fc938cc 0x1c esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - 0x3fc938cc ESP_EFUSE_MAC - .data.s_stub_table - 0x3fc938e8 0x9c esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - *fill* 0x3fc93984 0x4 - .data.timestamp_id - 0x3fc93988 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) - 0x3fc93988 timestamp_id - .data.s_context - 0x3fc93998 0x48 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .data.uart_context - 0x3fc939e0 0x20 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .data.s_ctx 0x3fc93a00 0x30 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .data.s_fd_table - 0x3fc93a30 0xc0 esp-idf/vfs/libvfs.a(vfs.c.obj) - .data.example_ipv6_addr_types_to_str - 0x3fc93af0 0x18 esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - 0x3fc93af0 example_ipv6_addr_types_to_str - .data.default_registered_chips - 0x3fc93b08 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .data.s_mac_table - 0x3fc93b28 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .data.g_wifi_osi_funcs - 0x3fc93b60 0x1dc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x3fc93b60 g_wifi_osi_funcs - .data.ssl_tls12_preset_default_sig_algs - 0x3fc93d3c 0x14 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .data.mbedtls_cipher_base_lookup_table - 0x3fc93d50 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - 0x3fc93d50 mbedtls_cipher_base_lookup_table - .data.s_raw_seq.14559 - 0x3fc93d6c 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .data.TmpSTAAPCloseAP - 0x3fc93d6e 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x3fc93d6e TmpSTAAPCloseAP - *fill* 0x3fc93d6f 0x1 - .data.ieee80211_11a_table - 0x3fc93d70 0xd4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - .data.country_info_24ghz - 0x3fc93e44 0xe6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) - 0x3fc93e44 country_info_24ghz - .data.g_mesh_self_organized - 0x3fc93f2a 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - 0x3fc93f2a g_mesh_self_organized - .data.join_deny_flag - 0x3fc93f2b 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .data.g_wifi_nvs - 0x3fc93f2c 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - 0x3fc93f2c g_wifi_nvs - .data.s_ap_igtk_active_idx - 0x3fc93f30 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .data.s_sta_igtk_active_idx - 0x3fc93f32 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .data.g_timer_info - 0x3fc93f34 0xc8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - 0x3fc93f34 g_timer_info - .data.gcmp 0x3fc93ffc 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_gcmp.o) - 0x3fc93ffc gcmp - .data.WIFI_MESH_EVENT - 0x3fc94014 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x3fc94014 WIFI_MESH_EVENT - .data.g_wifi_event_mask - 0x3fc94018 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x3fc94018 g_wifi_event_mask - .data.s_wifi_init_state - 0x3fc9401c 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .data.g_dynamic_cs - 0x3fc94020 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x3fc94020 g_dynamic_cs - .data.send_deauth - 0x3fc9402c 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x3fc9402c send_deauth - .data.g_phy_cap_rx_stbc - 0x3fc9402d 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x3fc9402d g_phy_cap_rx_stbc - *fill* 0x3fc9402e 0x2 - .data.ccmp 0x3fc94030 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) - 0x3fc94030 ccmp - .data.ba_recv_action - 0x3fc94048 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - .data.ba_send_action - 0x3fc94054 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - .data.ht_recv_action - 0x3fc94060 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - .data.ht_send_action - 0x3fc94064 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - .data.public_recv_action - 0x3fc94068 0x88 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - .data.public_send_action - 0x3fc940f0 0x88 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - .data.sa_query_recv_action - 0x3fc94178 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - .data.sa_query_send_action - 0x3fc94180 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - .data.vendor_recv_action - 0x3fc94188 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - .data.vendor_send_action - 0x3fc9418c 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - .data.tkip 0x3fc94190 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_tkip.o) - 0x3fc94190 tkip - .data.g_scan_chan_list - 0x3fc941a8 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3fc941b6 0x2 - .data.wep 0x3fc941b8 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_wep.o) - 0x3fc941b8 wep - .data.sms4 0x3fc941d0 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) - 0x3fc941d0 sms4 - .data.g_pm_cfg - 0x3fc941e8 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x3fc941e8 g_pm_cfg - .data.TxRxCxt 0x3fc9422c 0x3c0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x3fc9422c TxRxCxt - .data.g_eb_list_desc - 0x3fc945ec 0xdc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - 0x3fc945ec g_eb_list_desc - .data.g_txop_queue_status - 0x3fc946c8 0x3 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x3fc946c8 g_txop_queue_status - *fill* 0x3fc946cb 0x1 - .data.lmacConfMib - 0x3fc946cc 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x3fc946cc lmacConfMib - .data.BasicOFDMSched - 0x3fc946fc 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x3fc946fc BasicOFDMSched - .data.rc11BSchedTbl - 0x3fc94708 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x3fc94708 rc11BSchedTbl - .data.rc11GSchedTbl - 0x3fc94750 0x9c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x3fc94750 rc11GSchedTbl - .data.rc11NSchedTbl - 0x3fc947ec 0xa8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x3fc947ec rc11NSchedTbl - .data.rcLoRaSchedTbl - 0x3fc94894 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x3fc94894 rcLoRaSchedTbl - .data.rcP2P11GSchedTbl - 0x3fc948ac 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x3fc948ac rcP2P11GSchedTbl - .data.rcP2P11NSchedTbl - 0x3fc9490c 0x78 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x3fc9490c rcP2P11NSchedTbl - .data.trc_ctl 0x3fc94984 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x3fc94984 trc_ctl - .data.BcnInterval - 0x3fc949a0 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x3fc949a0 BcnInterval - .data.wDevCtrl - 0x3fc949a4 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x3fc949a4 wDevCtrl - .data.g_pp_timer_info - 0x3fc949dc 0x70 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - 0x3fc949dc g_pp_timer_info - .data.s_platform - 0x3fc94a4c 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .data.phy_param - 0x3fc94a5c 0x340 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - 0x3fc94a5c phy_param - .data.wifi_ht20 - 0x3fc94d9c 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_analog_cal.o) - 0x3fc94d9c wifi_ht20 - .data.wifi_ht40 - 0x3fc94d9e 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_analog_cal.o) - 0x3fc94d9e wifi_ht40 - .data 0x3fc94da0 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - 0x3fc94da0 __sglue - .data 0x3fc94dac 0xf0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - 0x3fc94dac _impure_data - *(.dram1 .dram1.*) - .dram1.2 0x3fc94e9c 0x2b esp-idf/esp_system/libesp_system.a(brownout.c.obj) - *fill* 0x3fc94ec7 0x1 - .dram1.0 0x3fc94ec8 0x4 esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .dram1.3 0x3fc94ecc 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .dram1.2 0x3fc94ed0 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .dram1.1 0x3fc94ed4 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .dram1.0 0x3fc94ed8 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .dram1.0 0x3fc94edc 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .dram1.0 0x3fc94ee0 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x3fc94ee0 FreeRTOS_openocd_params - .dram1.0 0x3fc94ee8 0x50 esp-idf/freertos/libfreertos.a(port.c.obj) - .dram1.0 0x3fc94f38 0x4 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .dram1.0 0x3fc94f3c 0x8 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - 0x3fc94f3c g_flash_guard_default_ops - .dram1.32 0x3fc94f44 0x1b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - *fill* 0x3fc94f5f 0x1 - .dram1.31 0x3fc94f60 0x21 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - *fill* 0x3fc94f81 0x3 - .dram1.30 0x3fc94f84 0x3b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - *fill* 0x3fc94fbf 0x1 - .dram1.29 0x3fc94fc0 0x3e esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - *fill* 0x3fc94ffe 0x2 - .dram1.23 0x3fc95000 0x1b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - *fill* 0x3fc9501b 0x1 - .dram1.2 0x3fc9501c 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x3fc9501c rom_spiflash_api_funcs - .dram1.1 0x3fc95020 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .dram1.0 0x3fc95030 0xa esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - *fill* 0x3fc9503a 0x2 - .dram1.2 0x3fc9503c 0x20 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .dram1.1 0x3fc9505c 0x30 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .dram1.16 0x3fc9508c 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .dram1.15 0x3fc950b4 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .dram1.5 0x3fc950c4 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - 0x3fc950c4 esp_flash_noos_functions - .dram1.5 0x3fc950ec 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x3fc950ec spi_flash_chip_generic_timeout - .dram1.4 0x3fc95100 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .dram1.3 0x3fc95118 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x3fc95118 rom_flash_chip_dummy_hpm - .dram1.2 0x3fc9511c 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x3fc9511c rom_flash_chip_dummy - .dram1.1 0x3fc95120 0x6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - *fill* 0x3fc95126 0x2 - .dram1.0 0x3fc95128 0x6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - *fill* 0x3fc9512e 0x2 - .dram1.0 0x3fc95130 0x58 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .dram1.0 0x3fc95188 0x19 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - *fill* 0x3fc951a1 0x3 - .dram1.4 0x3fc951a4 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .dram1.3 0x3fc951b4 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .dram1.2 0x3fc951c4 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .dram1.1 0x3fc951d0 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .dram1.1 0x3fc951dc 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .dram1.0 0x3fc951e8 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .dram1.2 0x3fc951f4 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - 0x3fc951f4 g_mesh_is_started - *fill* 0x3fc951f5 0x3 - .dram1.3 0x3fc951f8 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - 0x3fc951f8 g_mesh_init_ps_type - .dram1.4 0x3fc951fc 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - 0x3fc951fc g_mesh_is_root - .dram1.2 0x3fc951fd 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x3fc951fd g_sta_connected_flag - *fill* 0x3fc951fe 0x2 - .dram1.3 0x3fc95200 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x3fc95200 pp_sig_cnt - *fill* 0x3fc95221 0x3 - .dram1.4 0x3fc95224 0xa0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x3fc95224 bars - .dram1.16 0x3fc952c4 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - 0x3fc952c4 ptr_beacon_offset_funcs - .dram1.3 0x3fc952c8 0x90 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - 0x3fc952c8 eb_txdesc_space - .dram1.3 0x3fc95358 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .dram1.3 0x3fc9535c 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .dram1.42 0x3fc95360 0x84 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x3fc95360 s_record_list - .dram1.0 0x3fc953e4 0x8 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .dram1.0 0x3fc953ec 0x1 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - 0x3fc953ed _coredump_dram_start = ABSOLUTE (.) - *(.dram2.coredump .dram2.coredump.*) - 0x3fc953ed _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.*) - *libclang_rt.builtins.a:_divsf3.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libclang_rt.builtins.a:restore.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libclang_rt.builtins.a:save.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libesp_hw_support.a:esp_memory_utils.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libesp_hw_support.a:mspi_timing_tuning.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libesp_hw_support.a:rtc_clk.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - .rodata.rtc_clk_xtal_freq_get.str1.4 - 0x3fc953ed 0x43 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .rodata.rtc_clk_cpu_freq_get_config.str1.4 - 0x3fc953ed 0x31 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .rodata.rtc_clk_cpu_freq_to_xtal.str1.4 - 0x3fc953ed 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - *fill* 0x3fc953ed 0x3 - .rodata.__func__.0 - 0x3fc953f0 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - *libesp_hw_support.a:sleep_console.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libesp_hw_support.a:systimer.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libesp_mm.a:esp_cache.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - .rodata.esp_cache_aligned_malloc_internal.str1.4 - 0x3fc95407 0x5b esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - *fill* 0x3fc95407 0x1 - .rodata.__FUNCTION__.0 - 0x3fc95408 0x18 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - *libesp_rom.a:esp_rom_print.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libesp_rom.a:esp_rom_spiflash.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libesp_rom.a:esp_rom_sys.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libesp_rom.a:esp_rom_systimer.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libesp_system.a:esp_err.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - .rodata.esp_error_check_failed_print.str1.4 - 0x3fc95420 0x5c esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .rodata._esp_error_check_failed.str1.4 - 0x3fc95420 0x10 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - *libesp_system.a:image_process.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libesp_system.a:ubsan.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libgcc.a:_divsf3.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libgcc.a:save-restore.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libgcov.a:(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libhal.a:cache_hal.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - .rodata.cache_hal_disable.str1.4 - 0x3fc95420 0x54 esp-idf/hal/libhal.a(cache_hal.c.obj) - .rodata.cache_hal_get_cache_line_size.str1.4 - 0x3fc95420 0x23 esp-idf/hal/libhal.a(cache_hal.c.obj) - .rodata.__func__.0 - 0x3fc95420 0x1e esp-idf/hal/libhal.a(cache_hal.c.obj) - *fill* 0x3fc9543e 0x2 - .rodata.__func__.1 - 0x3fc95440 0x11 esp-idf/hal/libhal.a(cache_hal.c.obj) - *fill* 0x3fc95451 0x3 - .rodata.__func__.2 - 0x3fc95454 0x12 esp-idf/hal/libhal.a(cache_hal.c.obj) - *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_check_entry_valid.str1.4 - 0x3fc95466 0x51 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .rodata.mmu_hal_paddr_to_vaddr.str1.4 - 0x3fc95466 0x52 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .rodata.mmu_hal_map_region.str1.4 - 0x3fc95466 0xf4 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .rodata.mmu_hal_vaddr_to_paddr.str1.4 - 0x3fc95466 0x5f esp-idf/hal/libhal.a(mmu_hal.c.obj) - *fill* 0x3fc95466 0x2 - .rodata.__func__.0 - 0x3fc95468 0x17 esp-idf/hal/libhal.a(mmu_hal.c.obj) - *fill* 0x3fc9547f 0x1 - .rodata.__func__.1 - 0x3fc95480 0x1e esp-idf/hal/libhal.a(mmu_hal.c.obj) - *fill* 0x3fc9549e 0x2 - .rodata.__func__.2 - 0x3fc954a0 0x18 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .rodata.__func__.3 - 0x3fc954b8 0x19 esp-idf/hal/libhal.a(mmu_hal.c.obj) - *fill* 0x3fc954d1 0x3 - .rodata.__func__.4 - 0x3fc954d4 0x17 esp-idf/hal/libhal.a(mmu_hal.c.obj) - *fill* 0x3fc954eb 0x1 - .rodata.__func__.5 - 0x3fc954ec 0x15 esp-idf/hal/libhal.a(mmu_hal.c.obj) - *fill* 0x3fc95501 0x3 - .rodata.__func__.6 - 0x3fc95504 0x13 esp-idf/hal/libhal.a(mmu_hal.c.obj) - *fill* 0x3fc95517 0x1 - .rodata.__func__.7 - 0x3fc95518 0x13 esp-idf/hal/libhal.a(mmu_hal.c.obj) - *libhal.a:spi_flash_encrypt_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - .rodata.spi_flash_encrypt_ll_plaintext_save.str1.4 - 0x3fc9552b 0x81 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - *fill* 0x3fc9552b 0x1 - .rodata.__func__.0 - 0x3fc9552c 0x24 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - *libhal.a:spi_flash_hal_gpspi.*(.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:systimer_hal.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - .rodata.systimer_hal_set_alarm_period.str1.4 - 0x3fc95550 0x4a esp-idf/hal/libhal.a(systimer_hal.c.obj) - .rodata.__func__.0 - 0x3fc95550 0x1d esp-idf/hal/libhal.a(systimer_hal.c.obj) - *libhal.a:wdt_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *fill* 0x3fc9556d 0x3 - .rodata.wdt_hal_config_stage.str1.4 - 0x3fc95570 0x9c8 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x56 (size before relaxing) - .rodata.__func__.0 - 0x3fc95f38 0x15 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - *liblog.a:log_lock.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libnewlib.a:abort.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - .rodata.abort.str1.4 - 0x3fc95f4d 0x26 esp-idf/newlib/libnewlib.a(abort.c.obj) - *libnewlib.a:assert.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - .rodata.__assert_func.str1.4 - 0x3fc95f4d 0x36 esp-idf/newlib/libnewlib.a(assert.c.obj) - *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.*) - .rodata.get_phy_version_str.str1.4 - 0x3fc95f4d 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - *fill* 0x3fc95f4d 0x3 - .rodata.freq_i2c_write_set - 0x3fc95f50 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - .rodata.freq_get_i2c_data - 0x3fc95f74 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - .rodata 0x3fc95f9c 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - .rodata.set_pbus_mem - 0x3fc95fa4 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pbus.o) - .rodata 0x3fc95fcc 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pbus.o) - .rodata 0x3fc96010 0x9 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - *fill* 0x3fc96019 0x3 - .rodata.CSWTCH.51 - 0x3fc9601c 0x3 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - .rodata.ram2_rfpll_cap_correct.str1.4 - 0x3fc9601f 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - .rodata.wait_rfpll_cal_end.str1.4 - 0x3fc9601f 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - *fill* 0x3fc9601f 0x1 - .rodata 0x3fc96020 0x4b C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_gain.o) - .rodata.gen_rx_gain_table.str1.4 - 0x3fc9606b 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_gain.o) - .rodata.ram2_rfpll_cap_track.str1.4 - 0x3fc9606b 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - .rodata.rfcal_track.str1.4 - 0x3fc9606b 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - .rodata.rom1_txpwr_cal_track.str1.4 - 0x3fc9606b 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - .rodata.rom2_ulp_code_track.str1.4 - 0x3fc9606b 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - *fill* 0x3fc9606b 0x1 - .rodata.phy_tsens_attribute - 0x3fc9606c 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) - 0x3fc9606c phy_tsens_attribute - *fill* 0x3fc9608a 0x2 - .rodata.CSWTCH.166 - 0x3fc9608c 0x3 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - *fill* 0x3fc9608f 0x1 - .rodata.CSWTCH.167 - 0x3fc96090 0x3 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - .rodata.get_power_atten.str1.4 - 0x3fc96093 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - .rodata.rfcal_pwrctrl.str1.4 - 0x3fc96093 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - .rodata.rfcal_txcap.str1.4 - 0x3fc96093 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - *fill* 0x3fc96093 0x1 - .rodata 0x3fc96094 0x68 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - .rodata.rom1_bt_get_tx_gain.str1.4 - 0x3fc960fc 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - .rodata.rom1_wifi_get_tx_gain.str1.4 - 0x3fc960fc 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - .rodata.CSWTCH.14 - 0x3fc960fc 0x3 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_analog_cal.o) - *fill* 0x3fc960ff 0x1 - .rodata.rc_cal.cst8 - 0x3fc96100 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_analog_cal.o) - .rodata.dco_gain_coarse.4656 - 0x3fc96118 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - .rodata.get_rfcal_rxiq_data.str1.4 - 0x3fc9611e 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - .rodata.pbus_rx_dco_cal.str1.4 - 0x3fc9611e 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - .rodata.rxiq_get_mis.str1.4 - 0x3fc9611e 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - .rodata.set_rx_gain_cal_iq.str1.4 - 0x3fc9611e 0x84 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.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 - 0x3fc9611e 0x1a esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .rodata.memspi_host_erase_sector.str1.4 - 0x3fc9611e 0x4c esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .rodata.memspi_host_program_page.str1.4 - 0x3fc9611e 0x1e esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - *fill* 0x3fc9611e 0x2 - .rodata.__func__.0 - 0x3fc96120 0x19 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - *fill* 0x3fc96139 0x3 - .rodata.__func__.1 - 0x3fc9613c 0x18 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .rodata.__func__.2 - 0x3fc96154 0x19 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - *fill* 0x3fc9616d 0x3 - .srodata.TAG 0x3fc96170 0x7 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - *fill* 0x3fc96177 0x1 - .rodata.esp_flash_gpspi_host - 0x3fc96178 0x58 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.*) - .rodata.esp_flash_chip_boya - 0x3fc961d0 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - 0x3fc961d0 esp_flash_chip_boya - .srodata.chip_name - 0x3fc9624c 0x5 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - *libspi_flash.a:spi_flash_chip_gd.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *fill* 0x3fc96251 0x3 - .rodata.esp_flash_chip_gd - 0x3fc96254 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - 0x3fc96254 esp_flash_chip_gd - .srodata.chip_name - 0x3fc962d0 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.*) - .rodata.spi_flash_chip_generic_read.str1.4 - 0x3fc962d3 0x39 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .rodata.spi_flash_chip_generic_get_write_protect.str1.4 - 0x3fc962d3 0x4c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .rodata.spi_flash_chip_generic_suspend_cmd_conf.str1.4 - 0x3fc962d3 0x55 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .rodata.spi_flash_chip_generic_read_unique_id.str1.4 - 0x3fc962d3 0x48 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - *fill* 0x3fc962d3 0x1 - .rodata.__func__.0 - 0x3fc962d4 0x29 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - *fill* 0x3fc962fd 0x3 - .rodata.esp_flash_chip_generic - 0x3fc96300 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - 0x3fc96300 esp_flash_chip_generic - .srodata.chip_name - 0x3fc9637c 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .rodata.TAG 0x3fc96384 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* 0x3fc96391 0x3 - .rodata.esp_flash_chip_issi - 0x3fc96394 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - 0x3fc96394 esp_flash_chip_issi - .srodata.chip_name - 0x3fc96410 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* 0x3fc96415 0x3 - .rodata.esp_flash_chip_mxic - 0x3fc96418 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - 0x3fc96418 esp_flash_chip_mxic - .srodata.chip_name - 0x3fc96494 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.*) - *fill* 0x3fc96499 0x3 - .rodata.esp_flash_chip_th - 0x3fc9649c 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - 0x3fc9649c esp_flash_chip_th - .srodata.chip_name - 0x3fc96518 0x3 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - *libspi_flash.a:spi_flash_chip_winbond.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - .rodata.spi_flash_chip_winbond_read.str1.4 - 0x3fc9651b 0x39 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - *fill* 0x3fc9651b 0x1 - .rodata.esp_flash_chip_winbond - 0x3fc9651c 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - 0x3fc9651c esp_flash_chip_winbond - .srodata.chip_name - 0x3fc96598 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .srodata.TAG 0x3fc965a0 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.*) - 0x3fc965a8 _data_end = ABSOLUTE (.) - -.noinit 0x3fc965a8 0x0 - 0x3fc965a8 . = ALIGN (0x4) - 0x3fc965a8 _noinit_start = ABSOLUTE (.) - *(.noinit .noinit.*) - 0x3fc965a8 . = ALIGN (0x4) - 0x3fc965a8 _noinit_end = ABSOLUTE (.) - -.dram0.bss 0x3fc965b0 0x4878 - 0x3fc965b0 . = ALIGN (0x8) - 0x3fc965b0 _bss_start = ABSOLUTE (.) - *(.bss .bss.*) - .bss.app_elf_sha256_str - 0x3fc965b0 0xa esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) - 0x3fc965b0 app_elf_sha256_str - *fill* 0x3fc965ba 0x2 - .bss.shutdown_handlers - 0x3fc965bc 0x14 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) - .bss.s_log_cache - 0x3fc965d0 0xf8 esp-idf/log/liblog.a(log_binary_heap.c.obj) - .bss.ref_counts - 0x3fc966c8 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - *fill* 0x3fc966e5 0x3 - .bss.s_dslp_phy_cb - 0x3fc966e8 0xc esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .bss.xSuspendedTaskList - 0x3fc966f4 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss.xTasksWaitingTermination - 0x3fc96708 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss.xPendingReadyList - 0x3fc9671c 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss.xDelayedTaskList2 - 0x3fc96730 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss.xDelayedTaskList1 - 0x3fc96744 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .bss.pxReadyTasksLists - 0x3fc96758 0x1f4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3fc9694c 0x4 - .bss.xIsrStack - 0x3fc96950 0x600 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x3fc96950 xIsrStack - .bss.systimer_hal.1 - 0x3fc96f50 0xc esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .bss.s_common_recursive_mutex - 0x3fc96f5c 0x54 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x3fc96f5c __lock___env_recursive_mutex - 0x3fc96f5c __lock___sfp_recursive_mutex - 0x3fc96f5c __lock___atexit_recursive_mutex - 0x3fc96f5c __lock___malloc_recursive_mutex - 0x3fc96f5c __lock___sinit_recursive_mutex - .bss.s_common_mutex - 0x3fc96fb0 0x54 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x3fc96fb0 __lock___arc4random_mutex - 0x3fc96fb0 __lock___dd_hash_mutex - 0x3fc96fb0 __lock___at_quick_exit_mutex - 0x3fc96fb0 __lock___tz_mutex - .bss.systimer_hal - 0x3fc97004 0xc esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .bss.s_vfs 0x3fc97010 0x20 esp-idf/vfs/libvfs.a(vfs.c.obj) - .bss.s_intr_handlers - 0x3fc97030 0x100 esp-idf/riscv/libriscv.a(interrupt.c.obj) - .bss.s_mmu_ctx - 0x3fc97130 0x2c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .bss.tick_cb 0x3fc9715c 0x20 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .bss.idle_cb 0x3fc9717c 0x20 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .bss.init_context - 0x3fc9719c 0xc esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .bss.s_adc_cali_param - 0x3fc971a8 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - .bss._ZL13s_nvs_handles - 0x3fc971c8 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .bss.s_wifi_netifs - 0x3fc971d4 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .bss.s_wifi_netifs - 0x3fc971e0 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .bss.s_wifi_rxcbs - 0x3fc971ec 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .bss.supported_ciphersuites - 0x3fc971f8 0xec esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .bss.ecp_supported_grp_id - 0x3fc972e4 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .bss.op_sem_buf.1 - 0x3fc97318 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .bss.op_sem_buf.2 - 0x3fc9736c 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .bss.len_dh_ie - 0x3fc973c0 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x3fc973c0 len_dh_ie - *fill* 0x3fc973c1 0x3 - .bss.s_netstack_ref - 0x3fc973c4 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x3fc973c4 s_netstack_ref - .bss.s_tx_cacheq - 0x3fc973c8 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x3fc973c8 s_tx_cacheq - .bss.BcnIntvl 0x3fc973d0 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .bss.ap_rxcb 0x3fc973d4 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x3fc973d4 ap_rxcb - .bss.beacon_send_start_flag - 0x3fc973d8 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3fc973d9 0x3 - .bss.beacon_timer - 0x3fc973dc 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .bss.g_beacon_dtim_send_mc - 0x3fc973f0 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3fc973f1 0x3 - .bss.g_beacon_eb - 0x3fc973f4 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x3fc973f4 g_beacon_eb - .bss.g_beacon_eb_allocated - 0x3fc973fc 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .bss.g_beacon_idx - 0x3fc973fd 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x3fc973fd g_beacon_idx - *fill* 0x3fc973fe 0x2 - .bss.g_deauth_mac_list - 0x3fc97400 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x3fc97400 g_deauth_mac_list - .bss.g_sa_query_mac_list - 0x3fc9740c 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x3fc9740c g_sa_query_mac_list - .bss.tim_offset - 0x3fc97418 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3fc97419 0x3 - .bss.wpa_crypto_funcs - 0x3fc9741c 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - 0x3fc9741c wpa_crypto_funcs - .bss.gChmCxt 0x3fc97448 0x250 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - 0x3fc97448 gChmCxt - .bss.ctx 0x3fc97698 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - 0x3fc97698 ctx - .bss.esp_mesh_quick_funcs - 0x3fc976a0 0xb0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - 0x3fc976a0 esp_mesh_quick_funcs - .bss.g_mesh_topology - 0x3fc97750 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - 0x3fc97750 g_mesh_topology - .bss.g_hmac_cnt - 0x3fc97754 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - 0x3fc97754 g_hmac_cnt - .bss.ap_no_lr 0x3fc97794 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x3fc97794 ap_no_lr - *fill* 0x3fc97795 0x3 - .bss.cnx_csa_timer - 0x3fc97798 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .bss.g_authmode_incompatible - 0x3fc977ac 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x3fc977ac g_authmode_incompatible - .bss.g_authmode_threshold_failure - 0x3fc977ad 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x3fc977ad g_authmode_threshold_failure - *fill* 0x3fc977ae 0x2 - .bss.g_cnxMgr 0x3fc977b0 0xef8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x3fc977b0 g_cnxMgr - .bss.g_cnx_probe_rc_list_cb - 0x3fc986a8 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x3fc986a8 g_cnx_probe_rc_list_cb - .bss.g_in_blacklist_flag - 0x3fc986ac 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x3fc986ac g_in_blacklist_flag - .bss.g_rssi_threshold_failure - 0x3fc986ad 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x3fc986ad g_rssi_threshold_failure - .bss.is_connected_sync - 0x3fc986ae 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .bss.reconnect_flag - 0x3fc986af 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x3fc986af reconnect_flag - .bss.s_csa_timer_bss - 0x3fc986b0 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .bss.s_sta_last_start_txseq - 0x3fc986b4 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3fc986b6 0x2 - .bss.sta_con_timer - 0x3fc986b8 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x3fc986b8 sta_con_timer - .bss.g_wifi_nvs_cfg - 0x3fc986cc 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - .bss.s_wifi_nvs - 0x3fc986d0 0x510 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - 0x3fc986d0 s_wifi_nvs - .bss.s_ap_igtk - 0x3fc98be0 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .bss.s_sta_igtk - 0x3fc98c30 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .bss.ap_id.14923 - 0x3fc98c80 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .bss.g_mac_sleep_en - 0x3fc98c81 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x3fc98c81 g_mac_sleep_en - *fill* 0x3fc98c82 0x6 - .bss.g_wifi_menuconfig - 0x3fc98c88 0x68 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x3fc98c88 g_wifi_menuconfig - .bss.mac_list_lock - 0x3fc98cf0 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x3fc98cf0 mac_list_lock - .bss.s_wifi_task_hdl - 0x3fc98cf4 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x3fc98cf4 s_wifi_task_hdl - .bss.s_wpa2_start - 0x3fc98cf8 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .bss.s_wps_start - 0x3fc98cf9 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3fc98cfa 0x2 - .bss.ftm_req_expiry_timer - 0x3fc98cfc 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .bss.ftm_resp_ctx - 0x3fc98d10 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - 0x3fc98d10 ftm_resp_ctx - .bss.ftmr_timer - 0x3fc98d1c 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .bss.g_ftm_report_data - 0x3fc98d30 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .bss.g_ftm_using_get_report_api - 0x3fc98d34 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - *fill* 0x3fc98d35 0x3 - .bss.s_ftm_initiator - 0x3fc98d38 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .bss.s_net80211_data_init - 0x3fc98d3c 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - *fill* 0x3fc98d3d 0x3 - .bss.s_wifi_api_lock - 0x3fc98d40 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x3fc98d40 s_wifi_api_lock - .bss.s_wifi_stop_in_progress - 0x3fc98d44 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x3fc98d44 s_wifi_stop_in_progress - *fill* 0x3fc98d45 0x3 - .bss.g_ic 0x3fc98d48 0x29c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - 0x3fc98d48 g_ic - .bss.avs_cb 0x3fc98fe4 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - .bss.avs_rx_content - 0x3fc98fe8 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - .bss.get_key_cb - 0x3fc98fec 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - .bss.in_rssi_adjust - 0x3fc98ff0 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x3fc98ff0 in_rssi_adjust - .bss.rssi_index - 0x3fc98ff1 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x3fc98ff1 rssi_index - *fill* 0x3fc98ff2 0x2 - .bss.rssi_saved - 0x3fc98ff4 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x3fc98ff4 rssi_saved - .bss.s_eapol_txdone_cb - 0x3fc98ffc 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x3fc98ffc s_eapol_txdone_cb - .bss.sta_csa_timer - 0x3fc99000 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x3fc99000 sta_csa_timer - .bss.g_wifi_improve_contention_ability - 0x3fc99014 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - 0x3fc99014 g_wifi_improve_contention_ability - *fill* 0x3fc99015 0x3 - .bss.tokens.12449 - 0x3fc99018 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .bss.app_scan_params - 0x3fc9901c 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x3fc9901c app_scan_params - .bss.connect_scan_flag - 0x3fc9902c 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x3fc9902c connect_scan_flag - *fill* 0x3fc9902d 0x3 - .bss.gScanStruct - 0x3fc99030 0x11c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x3fc99030 gScanStruct - .bss.s_ch.12925 - 0x3fc9914c 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3fc9914e 0x2 - .bss.s_owe_scan_flag - 0x3fc99150 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .bss.scannum 0x3fc99154 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x3fc99154 scannum - *fill* 0x3fc99156 0x2 - .bss.beacon_monitor_data.13076 - 0x3fc99158 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - *fill* 0x3fc9916c 0x4 - .bss.beacon_monitor_tbtt_time.13052 - 0x3fc99170 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .bss.g_pm 0x3fc99178 0x1f0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x3fc99178 g_pm - .bss.g_pm_tx_null_func - 0x3fc99368 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .bss.if_ctrl 0x3fc9936c 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x3fc9936c if_ctrl - .bss.s_is_6m 0x3fc99394 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x3fc99394 s_is_6m - *fill* 0x3fc99395 0x3 - .bss.s_fragment - 0x3fc99398 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x3fc99398 s_fragment - .bss.eb_space 0x3fc993a8 0xc0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - 0x3fc993a8 eb_space - .bss.s_fix_rate - 0x3fc99468 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x3fc99468 s_fix_rate - .bss.s_fix_rate_mask - 0x3fc99470 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x3fc99470 s_fix_rate_mask - .bss.g_lmac_cnt - 0x3fc99474 0xc0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - 0x3fc99474 g_lmac_cnt - *fill* 0x3fc99534 0x4 - .bss.g_pm_cnt 0x3fc99538 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - 0x3fc99538 g_pm_cnt - .bss.BcnSendTick - 0x3fc99580 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x3fc99580 BcnSendTick - .bss.g_wdev_csi_rx - 0x3fc99584 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x3fc99584 g_wdev_csi_rx - .bss.g_wdev_csi_rx_ctx - 0x3fc99588 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x3fc99588 g_wdev_csi_rx_ctx - .bss.g_wdev_record_t1t4_cb - 0x3fc9958c 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x3fc9958c g_wdev_record_t1t4_cb - .bss.g_wdev_record_t2t3_cb - 0x3fc99590 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x3fc99590 g_wdev_record_t2t3_cb - .bss.g_wdev_set_t1t4_cb - 0x3fc99594 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x3fc99594 g_wdev_set_t1t4_cb - .bss.wDevMacSleep - 0x3fc99598 0x74 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x3fc99598 wDevMacSleep - *fill* 0x3fc9960c 0x4 - .bss.s_tbttstart - 0x3fc99610 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - 0x3fc99610 s_tbttstart - .bss.s_timer_post - 0x3fc99618 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - .bss.s_phy_ant_config - 0x3fc9961c 0x10 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .bss.sockets 0x3fc9962c 0xc8 esp-idf/lwip/liblwip.a(sockets.c.obj) - .bss.socket_ipv6_multicast_memberships - 0x3fc996f4 0x118 esp-idf/lwip/liblwip.a(sockets.c.obj) - .bss.socket_ipv4_multicast_memberships - 0x3fc9980c 0x78 esp-idf/lwip/liblwip.a(sockets.c.obj) - .bss.dns_servers - 0x3fc99884 0x48 esp-idf/lwip/liblwip.a(dns.c.obj) - .bss.dns_requests - 0x3fc998cc 0x30 esp-idf/lwip/liblwip.a(dns.c.obj) - .bss.dns_table - 0x3fc998fc 0x4a0 esp-idf/lwip/liblwip.a(dns.c.obj) - .bss.dns_pcbs 0x3fc99d9c 0x10 esp-idf/lwip/liblwip.a(dns.c.obj) - .bss.ip_data 0x3fc99dac 0x44 esp-idf/lwip/liblwip.a(ip.c.obj) - 0x3fc99dac ip_data - .bss.loop_netif - 0x3fc99df0 0x104 esp-idf/lwip/liblwip.a(netif.c.obj) - .bss.inseg 0x3fc99ef4 0x10 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .bss.dhcp_rx_options_given - 0x3fc99f04 0xb esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x3fc99f0f 0x1 - .bss.dhcp_rx_options_val - 0x3fc99f10 0x2c esp-idf/lwip/liblwip.a(dhcp.c.obj) - .bss.arp_table - 0x3fc99f3c 0xf0 esp-idf/lwip/liblwip.a(etharp.c.obj) - .bss.nd6_ra_buffer - 0x3fc9a02c 0x20 esp-idf/lwip/liblwip.a(nd6.c.obj) - .bss.multicast_address - 0x3fc9a04c 0x14 esp-idf/lwip/liblwip.a(nd6.c.obj) - .bss.default_router_list - 0x3fc9a060 0x24 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x3fc9a060 default_router_list - .bss.prefix_list - 0x3fc9a084 0x8c esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x3fc9a084 prefix_list - .bss.destination_cache - 0x3fc9a110 0x1e0 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x3fc9a110 destination_cache - .bss.neighbor_cache - 0x3fc9a2f0 0xdc esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x3fc9a2f0 neighbor_cache - .bss.input 0x3fc9a3cc 0x40 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) - *fill* 0x3fc9a40c 0x4 - .bss.g_wpa_supp - 0x3fc9a410 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - 0x3fc9a410 g_wpa_supp - .bss.g_sae_data - 0x3fc9a4b8 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .bss.eloop 0x3fc9a538 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - .bss.s_sm_table - 0x3fc9a558 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .bss.assoc_ie_buf - 0x3fc9a598 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x3fc9a598 assoc_ie_buf - .bss.gWpaSm 0x3fc9a5c8 0x338 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x3fc9a5c8 gWpaSm - .bss.g_log_level - 0x3fc9a900 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - 0x3fc9a900 g_log_level - .bss.g_misc_nvs - 0x3fc9a904 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - 0x3fc9a904 g_misc_nvs - .bss.g_misc_nvs_init - 0x3fc9a908 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - *fill* 0x3fc9a909 0x3 - .bss.s_sta_cnx_times - 0x3fc9a90c 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .bss.phy_version_str - 0x3fc9a910 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - 0x3fc9a910 phy_version_str - .bss.chip7_phy_init_ctrl - 0x3fc9a938 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - 0x3fc9a938 chip7_phy_init_ctrl - *fill* 0x3fc9a962 0x2 - .bss.g_phyFuns - 0x3fc9a964 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - 0x3fc9a964 g_phyFuns - .bss.new_rom.4589 - 0x3fc9a968 0x1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - *fill* 0x3fc9a969 0x3 - .bss 0x3fc9a96c 0x138 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - 0x3fc9a96c __sf - *(.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) - .sbss.s_burn_counter - 0x3fc9aaa4 0x4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .sbss.s_reset_reason - 0x3fc9aaa8 0x4 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .sbss.s_usbserial_timeout - 0x3fc9aaac 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .sbss.g_panic_abort_details - 0x3fc9aab0 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) - 0x3fc9aab0 g_panic_abort_details - .sbss.g_panic_abort - 0x3fc9aab4 0x1 esp-idf/esp_system/libesp_system.a(panic.c.obj) - 0x3fc9aab4 g_panic_abort - *fill* 0x3fc9aab5 0x3 - .sbss.g_startup_time - 0x3fc9aab8 0x8 esp-idf/esp_system/libesp_system.a(startup.c.obj) - 0x3fc9aab8 g_startup_time - .sbss.g_exc_frames - 0x3fc9aac0 0x4 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - 0x3fc9aac0 g_exc_frames - .sbss.base.0 0x3fc9aac4 0x4 esp-idf/log/liblog.a(log_timestamp.c.obj) - .sbss.s_log_tags - 0x3fc9aac8 0x4 esp-idf/log/liblog.a(log_linked_list.c.obj) - .sbss.s_log_cache_misses - 0x3fc9aacc 0x4 esp-idf/log/liblog.a(log_binary_heap.c.obj) - .sbss.s_log_cache_entry_count - 0x3fc9aad0 0x4 esp-idf/log/liblog.a(log_binary_heap.c.obj) - .sbss.s_log_cache_max_generation - 0x3fc9aad4 0x4 esp-idf/log/liblog.a(log_binary_heap.c.obj) - .sbss.s_log_mutex - 0x3fc9aad8 0x4 esp-idf/log/liblog.a(log_lock.c.obj) - .sbss.alloc_failed_callback - 0x3fc9aadc 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) - .sbss.registered_heaps - 0x3fc9aae0 0x4 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - 0x3fc9aae0 registered_heaps - .sbss.non_iram_int_disabled_flag - 0x3fc9aae4 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - *fill* 0x3fc9aae5 0x3 - .sbss.non_iram_int_disabled - 0x3fc9aae8 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .sbss.non_iram_int_mask - 0x3fc9aaec 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .sbss.vector_desc_head - 0x3fc9aaf0 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .sbss.s_rtc_isr_handle - 0x3fc9aaf4 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .sbss.s_i2c_saradc_enable_cnt - 0x3fc9aaf8 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .sbss.s_bbpll_digi_consumers_ref_count - 0x3fc9aafc 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .sbss.s_cur_pll_freq - 0x3fc9ab00 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .sbss.s_saradc_power_on_cnt - 0x3fc9ab04 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .sbss.s_pwdet_power_on_cnt - 0x3fc9ab08 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .sbss.uxSchedulerSuspended - 0x3fc9ab0c 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .sbss.xIdleTaskHandle - 0x3fc9ab10 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .sbss.xNextTaskUnblockTime - 0x3fc9ab14 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .sbss.uxTaskNumber - 0x3fc9ab18 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .sbss.xNumOfOverflows - 0x3fc9ab1c 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .sbss.xYieldPending - 0x3fc9ab20 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .sbss.xPendedTicks - 0x3fc9ab24 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .sbss.xSchedulerRunning - 0x3fc9ab28 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .sbss.uxTopReadyPriority - 0x3fc9ab2c 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .sbss.xTickCount - 0x3fc9ab30 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .sbss.uxCurrentNumberOfTasks - 0x3fc9ab34 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .sbss.uxDeletedTasksWaitingCleanUp - 0x3fc9ab38 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .sbss.pxOverflowDelayedTaskList - 0x3fc9ab3c 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .sbss.pxDelayedTaskList - 0x3fc9ab40 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .sbss.pxCurrentTCBs - 0x3fc9ab44 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x3fc9ab44 pxCurrentTCBs - .sbss.xIsrStackBottom - 0x3fc9ab48 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x3fc9ab48 xIsrStackBottom - .sbss.xIsrStackTop - 0x3fc9ab4c 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x3fc9ab4c xIsrStackTop - .sbss.xPortSwitchFlag - 0x3fc9ab50 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x3fc9ab50 xPortSwitchFlag - .sbss.port_uxOldInterruptState - 0x3fc9ab54 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x3fc9ab54 port_uxOldInterruptState - .sbss.port_uxCriticalNesting - 0x3fc9ab58 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x3fc9ab58 port_uxCriticalNesting - .sbss.port_uxInterruptNesting - 0x3fc9ab5c 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x3fc9ab5c port_uxInterruptNesting - .sbss.port_xSchedulerRunning - 0x3fc9ab60 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) - 0x3fc9ab60 port_xSchedulerRunning - .sbss.s_handled_systicks - 0x3fc9ab64 0x4 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .sbss.s_time_lock - 0x3fc9ab68 0x4 esp-idf/newlib/libnewlib.a(time.c.obj) - *fill* 0x3fc9ab6c 0x4 - .sbss.s_adjtime_total_correction_us - 0x3fc9ab70 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) - .sbss.s_adjtime_start_us - 0x3fc9ab78 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) - .sbss.s_boot_time_lock - 0x3fc9ab80 0x4 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - *fill* 0x3fc9ab84 0x4 - .sbss.s_microseconds_offset - 0x3fc9ab88 0x8 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - 0x3fc9ab88 s_microseconds_offset - .sbss.s_keys 0x3fc9ab90 0x4 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - 0x3fc9ab90 s_keys - *fill* 0x3fc9ab94 0x4 - .sbss.s_correction_us - 0x3fc9ab98 0x8 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .sbss.s_alarm_handler - 0x3fc9aba0 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .sbss.s_timer_interrupt_handle - 0x3fc9aba4 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .sbss.s_uart_select_count - 0x3fc9aba8 0x8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .sbss.s_registered_select_num - 0x3fc9abb0 0x4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .sbss.s_registered_selects - 0x3fc9abb4 0x4 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .sbss.p_uart_obj - 0x3fc9abb8 0x8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .sbss.remaining_allowed_no_sof_ticks - 0x3fc9abc0 0x4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .sbss.s_usb_serial_jtag_conn_status - 0x3fc9abc4 0x1 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - *fill* 0x3fc9abc5 0x3 - .sbss.s_registered_select_num - 0x3fc9abc8 0x4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .sbss.s_registered_selects - 0x3fc9abcc 0x4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .sbss.p_usb_serial_jtag_obj - 0x3fc9abd0 0x4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .sbss.s_wifi_tsens_xpd_flag - 0x3fc9abd4 0x1 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - .sbss.s_wifi_pwdet_xpd_flag - 0x3fc9abd5 0x1 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - *fill* 0x3fc9abd6 0x2 - .sbss.vfs_console - 0x3fc9abd8 0x8 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .sbss.primary_vfs - 0x3fc9abe0 0x4 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .sbss.secondary_vfs - 0x3fc9abe4 0x4 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .sbss.s_fd_table_lock - 0x3fc9abe8 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) - .sbss.s_vfs_count - 0x3fc9abec 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) - .sbss.g_fds 0x3fc9abf0 0x4 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .sbss.s_retry_num - 0x3fc9abf4 0x4 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .sbss.s_semph_get_ip6_addrs - 0x3fc9abf8 0x4 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .sbss.s_semph_get_ip_addrs - 0x3fc9abfc 0x4 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .sbss.s_example_sta_netif - 0x3fc9ac00 0x4 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .sbss.flash_erasing - 0x3fc9ac04 0x1 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - .sbss.flash_brownout_needs_reset - 0x3fc9ac05 0x1 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - *fill* 0x3fc9ac06 0x2 - .sbss.s_flash_op_cache_state - 0x3fc9ac08 0x8 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .sbss.s_flash_guard_ops - 0x3fc9ac10 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .sbss.esp_flash_default_chip - 0x3fc9ac14 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - 0x3fc9ac14 esp_flash_default_chip - .sbss.reason 0x3fc9ac18 0x4 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .sbss.iwdt_context - 0x3fc9ac1c 0x8 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .sbss.p_twdt_obj - 0x3fc9ac24 0x4 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .sbss.g_twdt_isr - 0x3fc9ac28 0x1 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - 0x3fc9ac28 g_twdt_isr - *fill* 0x3fc9ac29 0x3 - .sbss.ctx 0x3fc9ac2c 0x4 esp-idf/hal/libhal.a(cache_hal.c.obj) - .sbss.s_crypto_sha_aes_lock - 0x3fc9ac30 0x4 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - .sbss.s_crypto_mpi_lock - 0x3fc9ac34 0x4 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - .sbss.s_crypto_hmac_lock - 0x3fc9ac38 0x4 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - .sbss.s_crypto_ds_lock - 0x3fc9ac3c 0x4 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - .sbss.last_ccount.1 - 0x3fc9ac40 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) - .sbss.s_temperature_sensor_power_cnt - 0x3fc9ac44 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - .sbss.s_calibrated_freq - 0x3fc9ac48 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .sbss.s_adc_digi_ctrlr_cnt - 0x3fc9ac50 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - .sbss.s_default_loop - 0x3fc9ac54 0x4 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .sbss._ZN14NVSHandleEntry17s_nvs_next_handleE - 0x3fc9ac58 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x3fc9ac58 NVSHandleEntry::s_nvs_next_handle - .sbss._ZN3nvs19NVSPartitionManager8instanceE - 0x3fc9ac5c 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x3fc9ac5c nvs::NVSPartitionManager::instance - .sbss._ZN3nvs4Lock10mSemaphoreE - 0x3fc9ac60 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - 0x3fc9ac60 nvs::Lock::mSemaphore - .sbss._ZN3nvs4Page8SEC_SIZEE - 0x3fc9ac64 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x3fc9ac64 nvs::Page::SEC_SIZE - .sbss.s_esp_netif_counter - 0x3fc9ac68 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .sbss.s_head 0x3fc9ac6c 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - 0x3fc9ac6c s_head - .sbss.api_lock_sem - 0x3fc9ac70 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .sbss.api_sync_sem - 0x3fc9ac74 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .sbss.netif_callback - 0x3fc9ac78 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .sbss.s_is_last_default_esp_netif_overridden - 0x3fc9ac80 0x1 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - *fill* 0x3fc9ac81 0x3 - .sbss.s_last_default_esp_netif - 0x3fc9ac84 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .sbss.s_wifi_inited - 0x3fc9ac88 0x1 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .sbss.wifi_default_handlers_set - 0x3fc9ac89 0x1 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - *fill* 0x3fc9ac8a 0x2 - .sbss.s_wifi_thread_sem_key.0 - 0x3fc9ac8c 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .sbss.s_wifi_thread_sem_key_init.1 - 0x3fc9ac90 0x1 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - *fill* 0x3fc9ac91 0x3 - .sbss.global_cacert - 0x3fc9ac94 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .sbss.supported_init - 0x3fc9ac98 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .sbss.init_done.1 - 0x3fc9ac9c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .sbss.mul_count - 0x3fc9aca0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .sbss.dbl_count - 0x3fc9aca4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .sbss.add_count - 0x3fc9aca8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .sbss.s_timeout_ms - 0x3fc9acac 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - .sbss.s_ds_lock - 0x3fc9acb0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - .sbss.s_ds_data - 0x3fc9acb4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - .sbss.s_esp_ds_hmac_key_id - 0x3fc9acb8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - .sbss.op_complete_sem - 0x3fc9acbc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .sbss.op_complete_sem - 0x3fc9acc0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .sbss.tx_channel - 0x3fc9acc4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - .sbss.rx_channel - 0x3fc9acc8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - .sbss.s_partition_list_lock - 0x3fc9accc 0x4 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .sbss.s_partition_list - 0x3fc9acd0 0x4 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .sbss.s_timer_task - 0x3fc9acd4 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .sbss.s_timers - 0x3fc9acd8 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .sbss.s_phy_modem_init_ref - 0x3fc9acdc 0x1 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - *fill* 0x3fc9acdd 0x3 - .sbss.s_phy_digital_regs_mem - 0x3fc9ace0 0x4 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .sbss.s_is_phy_reg_stored - 0x3fc9ace4 0x1 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .sbss.s_is_phy_calibrated - 0x3fc9ace5 0x1 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - *fill* 0x3fc9ace6 0x2 - .sbss.s_phy_access_lock - 0x3fc9ace8 0x4 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - *fill* 0x3fc9acec 0x4 - .sbss.s_wifi_prev_timestamp - 0x3fc9acf0 0x8 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .sbss.phy_track_pll_timer - 0x3fc9acf8 0x4 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .sbss.s_phy_modem_flag - 0x3fc9acfc 0x2 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - *fill* 0x3fc9acfe 0x2 - .sbss.select_cb_list - 0x3fc9ad00 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) - .sbss.select_cb_ctr - 0x3fc9ad04 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) - .sbss.tcpip_mbox - 0x3fc9ad08 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .sbss.tcpip_init_done_arg - 0x3fc9ad0c 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .sbss.tcpip_init_done - 0x3fc9ad10 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .sbss.dns_seqno - 0x3fc9ad14 0x1 esp-idf/lwip/liblwip.a(dns.c.obj) - .sbss.dns_last_pcb_idx - 0x3fc9ad15 0x1 esp-idf/lwip/liblwip.a(dns.c.obj) - .sbss.s_is_tmr_start - 0x3fc9ad16 0x1 esp-idf/lwip/liblwip.a(dns.c.obj) - *fill* 0x3fc9ad17 0x1 - .sbss.num_tcp_pcb - 0x3fc9ad18 0x4 esp-idf/lwip/liblwip.a(memp.c.obj) - .sbss.netif_num - 0x3fc9ad1c 0x1 esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x3fc9ad1d 0x3 - .sbss.netif_default - 0x3fc9ad20 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x3fc9ad20 netif_default - .sbss.netif_list - 0x3fc9ad24 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x3fc9ad24 netif_list - .sbss.ext_callback - 0x3fc9ad28 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) - .sbss.pbuf_free_ooseq_pending - 0x3fc9ad2c 0x1 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x3fc9ad2c pbuf_free_ooseq_pending - *fill* 0x3fc9ad2d 0x3 - .sbss.raw_pcbs - 0x3fc9ad30 0x4 esp-idf/lwip/liblwip.a(raw.c.obj) - .sbss.tcp_timer_ctr - 0x3fc9ad34 0x1 esp-idf/lwip/liblwip.a(tcp.c.obj) - .sbss.tcp_timer - 0x3fc9ad35 0x1 esp-idf/lwip/liblwip.a(tcp.c.obj) - .sbss.tcp_active_pcbs_changed - 0x3fc9ad36 0x1 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x3fc9ad36 tcp_active_pcbs_changed - *fill* 0x3fc9ad37 0x1 - .sbss.tcp_tw_pcbs - 0x3fc9ad38 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x3fc9ad38 tcp_tw_pcbs - .sbss.tcp_active_pcbs - 0x3fc9ad3c 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x3fc9ad3c tcp_active_pcbs - .sbss.tcp_listen_pcbs - 0x3fc9ad40 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x3fc9ad40 tcp_listen_pcbs - .sbss.tcp_bound_pcbs - 0x3fc9ad44 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x3fc9ad44 tcp_bound_pcbs - .sbss.tcp_ticks - 0x3fc9ad48 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x3fc9ad48 tcp_ticks - .sbss.tcp_input_pcb - 0x3fc9ad4c 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - 0x3fc9ad4c tcp_input_pcb - .sbss.recv_data - 0x3fc9ad50 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .sbss.recv_flags - 0x3fc9ad54 0x1 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .sbss.flags 0x3fc9ad55 0x1 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .sbss.tcplen 0x3fc9ad56 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .sbss.recv_acked - 0x3fc9ad58 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - *fill* 0x3fc9ad5a 0x2 - .sbss.ackno 0x3fc9ad5c 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .sbss.seqno 0x3fc9ad60 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .sbss.tcp_optidx - 0x3fc9ad64 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - *fill* 0x3fc9ad66 0x2 - .sbss.tcphdr_opt2 - 0x3fc9ad68 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .sbss.tcphdr_opt1len - 0x3fc9ad6c 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .sbss.tcphdr_optlen - 0x3fc9ad6e 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .sbss.tcphdr 0x3fc9ad70 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .sbss.tcpip_tcp_timer_active - 0x3fc9ad74 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .sbss.current_timeout_due_time - 0x3fc9ad78 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .sbss.next_timeout - 0x3fc9ad7c 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .sbss.udp_pcbs - 0x3fc9ad80 0x4 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x3fc9ad80 udp_pcbs - .sbss.xid.13 0x3fc9ad84 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .sbss.dhcp_pcb_refcount - 0x3fc9ad88 0x1 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x3fc9ad89 0x3 - .sbss.dhcp_pcb - 0x3fc9ad8c 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .sbss.etharp_cached_entry - 0x3fc9ad90 0x1 esp-idf/lwip/liblwip.a(etharp.c.obj) - .sbss.is_tmr_start - 0x3fc9ad91 0x1 esp-idf/lwip/liblwip.a(igmp.c.obj) - *fill* 0x3fc9ad92 0x2 - .sbss.allrouters - 0x3fc9ad94 0x4 esp-idf/lwip/liblwip.a(igmp.c.obj) - .sbss.allsystems - 0x3fc9ad98 0x4 esp-idf/lwip/liblwip.a(igmp.c.obj) - .sbss.ip4_default_multicast_netif - 0x3fc9ad9c 0x4 esp-idf/lwip/liblwip.a(ip4.c.obj) - .sbss.ip_id 0x3fc9ada0 0x2 esp-idf/lwip/liblwip.a(ip4.c.obj) - *fill* 0x3fc9ada2 0x2 - .sbss.identification.1 - 0x3fc9ada4 0x4 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - .sbss.is_tmr_start - 0x3fc9ada8 0x1 esp-idf/lwip/liblwip.a(mld6.c.obj) - .sbss.last_router.1 - 0x3fc9ada9 0x1 esp-idf/lwip/liblwip.a(nd6.c.obj) - .sbss.nd6_tmr_rs_reduction - 0x3fc9adaa 0x1 esp-idf/lwip/liblwip.a(nd6.c.obj) - .sbss.nd6_cached_destination_index - 0x3fc9adab 0x1 esp-idf/lwip/liblwip.a(nd6.c.obj) - .sbss.nd6_queue_size - 0x3fc9adac 0x1 esp-idf/lwip/liblwip.a(nd6.c.obj) - *fill* 0x3fc9adad 0x3 - .sbss.base_time - 0x3fc9adb0 0x4 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) - .sbss.lwip_task.1 - 0x3fc9adb4 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .sbss.sys_thread_sem_key - 0x3fc9adb8 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .sbss.g_lwip_protect_mutex - 0x3fc9adbc 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .sbss.wpa_cb 0x3fc9adc0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x3fc9adc0 wpa_cb - .sbss.wifi_funcs - 0x3fc9adc4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x3fc9adc4 wifi_funcs - .sbss.g_wpa_pmk_caching_disabled - 0x3fc9adc8 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x3fc9adc8 g_wpa_pmk_caching_disabled - *fill* 0x3fc9adc9 0x3 - .sbss.s_wps_sm_cb - 0x3fc9adcc 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .sbss.g_wpa3_hostap_auth_api_lock - 0x3fc9add0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - 0x3fc9add0 g_wpa3_hostap_auth_api_lock - .sbss.g_wpa3_hostap_evt_queue - 0x3fc9add4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .sbss.g_wpa3_hostap_task_hdl - 0x3fc9add8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .sbss.g_sae_confirm - 0x3fc9addc 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .sbss.g_sae_commit - 0x3fc9ade0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .sbss.g_sae_token - 0x3fc9ade4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .sbss.g_sae_pt - 0x3fc9ade8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .sbss.global_hapd - 0x3fc9adec 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - 0x3fc9adec global_hapd - .sbss.eloop_data_lock - 0x3fc9adf0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - .sbss.s_sm_valid_bitmap - 0x3fc9adf4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .sbss.gEapSm 0x3fc9adf8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .sbss.curr_partition.2 - 0x3fc9adfc 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .sbss._ZN12_GLOBAL__N_113__new_handlerE - 0x3fc9ae00 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .sbss._ZN12_GLOBAL__N_12mxE - 0x3fc9ae04 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .sbss._ZL4init - 0x3fc9ae08 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .sbss._ZN17__eh_globals_init7_S_initE - 0x3fc9ae0c 0x1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - 0x3fc9ae0c __eh_globals_init::_S_init - *fill* 0x3fc9ae0d 0x3 - .sbss._ZN12_GLOBAL__N_110eh_globalsE - 0x3fc9ae10 0x8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .sbss._ZN12_GLOBAL__N_12mxE - 0x3fc9ae18 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .sbss 0x3fc9ae1c 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-environ.o) - .sbss 0x3fc9ae20 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - 0x3fc9ae20 __stdio_exit_handler - *(.ext_ram.bss .ext_ram.bss.*) - *(COMMON) - 0x3fc9ae28 . = ALIGN (0x8) - *fill* 0x3fc9ae24 0x4 - 0x3fc9ae28 _bss_end = ABSOLUTE (.) - 0x00000001 ASSERT (((_bss_end - ORIGIN (dram0_0_seg)) <= LENGTH (dram0_0_seg)), DRAM segment data does not fit.) - -.flash.text 0x42000020 0xb0480 - 0x42000020 _stext = . - 0x42000020 _instruction_reserved_start = ABSOLUTE (.) - 0x42000020 _text_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.* *libriscv.a:vectors.* *libriscv.a:interrupt.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_write.* *liblog.a:log_timestamp.* *liblog.a:log_lock.* *libheap.a:tlsf.* *libheap.a:multi_heap.* *libhal.a:wdt_hal_iram.* *libhal.a:timer_hal.* *libhal.a:systimer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:gdma_hal_top.* *libhal.a:gdma_hal_ahb_v1.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:lib2funcs.* *libgcc.a:_divsf3.* *libesp_wifi.a:wifi_netif.* *libesp_wifi.a:esp_adapter.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_system_chip.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:sar_periph_ctrl.* *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:mspi_timing_tuning.* *libesp_hw_support.a:gdma.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:cpu.* *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libesp_driver_gptimer.a:gptimer.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *librtc.a *libgcov.a *libfreertos.a *libesp_ringbuf.a) .literal 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.* *libriscv.a:vectors.* *libriscv.a:interrupt.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_write.* *liblog.a:log_timestamp.* *liblog.a:log_lock.* *libheap.a:tlsf.* *libheap.a:multi_heap.* *libhal.a:wdt_hal_iram.* *libhal.a:timer_hal.* *libhal.a:systimer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:gdma_hal_top.* *libhal.a:gdma_hal_ahb_v1.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:lib2funcs.* *libgcc.a:_divsf3.* *libesp_wifi.a:wifi_netif.* *libesp_wifi.a:esp_adapter.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_system_chip.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:sar_periph_ctrl.* *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:mspi_timing_tuning.* *libesp_hw_support.a:gdma.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:cpu.* *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libesp_driver_gptimer.a:gptimer.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *librtc.a *libgcov.a *libfreertos.a *libesp_ringbuf.a) .literal.* 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.* *libriscv.a:vectors.* *libriscv.a:interrupt.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_write.* *liblog.a:log_timestamp.* *liblog.a:log_lock.* *libheap.a:tlsf.* *libheap.a:multi_heap.* *libhal.a:wdt_hal_iram.* *libhal.a:timer_hal.* *libhal.a:systimer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:gdma_hal_top.* *libhal.a:gdma_hal_ahb_v1.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:lib2funcs.* *libgcc.a:_divsf3.* *libesp_wifi.a:wifi_netif.* *libesp_wifi.a:esp_adapter.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_system_chip.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:sar_periph_ctrl.* *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:mspi_timing_tuning.* *libesp_hw_support.a:gdma.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:cpu.* *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libesp_driver_gptimer.a:gptimer.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *librtc.a *libgcov.a *libfreertos.a *libesp_ringbuf.a) .text 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.* *libriscv.a:vectors.* *libriscv.a:interrupt.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_write.* *liblog.a:log_timestamp.* *liblog.a:log_lock.* *libheap.a:tlsf.* *libheap.a:multi_heap.* *libhal.a:wdt_hal_iram.* *libhal.a:timer_hal.* *libhal.a:systimer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:gdma_hal_top.* *libhal.a:gdma_hal_ahb_v1.* *libhal.a:cache_hal.* *libgcc.a:save-restore.* *libgcc.a:lib2funcs.* *libgcc.a:_divsf3.* *libesp_wifi.a:wifi_netif.* *libesp_wifi.a:esp_adapter.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_system_chip.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:sar_periph_ctrl.* *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:mspi_timing_tuning.* *libesp_hw_support.a:gdma.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:cpu.* *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libesp_driver_gptimer.a:gptimer.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *librtc.a *libgcov.a *libfreertos.a *libesp_ringbuf.a) .text.*) - .text.esp_app_format_init_elf_sha256 - 0x42000020 0x70 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) - .text.esp_app_get_elf_sha256 - 0x42000090 0x50 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) - 0x42000090 esp_app_get_elf_sha256 - .text.__esp_system_init_fn_init_show_app_info - 0x420000e0 0x152 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) - .text.init_efuse_secure - 0x42000232 0x4 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .text.__esp_system_init_fn_init_efuse_check - 0x42000236 0x12 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .text.__esp_system_init_fn_init_efuse_show_app_info - 0x42000248 0xe6 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .text.__esp_system_init_fn_init_efuse - 0x4200032e 0x4c esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .text.esp_efuse_startup_include_func - 0x4200037a 0x2 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - 0x4200037a esp_efuse_startup_include_func - .text.esp_efuse_read_field_blob - 0x4200037c 0x7e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - 0x4200037c esp_efuse_read_field_blob - .text.esp_efuse_get_field_size - 0x420003fa 0x22 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - 0x420003fa esp_efuse_get_field_size - .text.esp_efuse_check_errors - 0x4200041c 0xc esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - 0x4200041c esp_efuse_check_errors - .text.get_mask - 0x42000428 0x1c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.check_range_of_bits - 0x42000444 0x12 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_process - 0x42000456 0x18e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - 0x42000456 esp_efuse_utility_process - .text.esp_efuse_utility_get_number_of_items - 0x420005e4 0x10 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - 0x420005e4 esp_efuse_utility_get_number_of_items - .text.esp_efuse_utility_read_reg - 0x420005f4 0x78 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - 0x420005f4 esp_efuse_utility_read_reg - .text.esp_efuse_utility_fill_buff - 0x4200066c 0xea esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - 0x4200066c esp_efuse_utility_fill_buff - .text.esp_efuse_utility_count_once - 0x42000756 0x54 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - 0x42000756 esp_efuse_utility_count_once - .text.esp_efuse_utility_check_errors - 0x420007aa 0x94 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - 0x420007aa esp_efuse_utility_check_errors - .text.esp_register_shutdown_handler - 0x4200083e 0x3e esp-idf/esp_system/libesp_system.a(esp_system.c.obj) - 0x4200083e esp_register_shutdown_handler - .text.esp_unregister_shutdown_handler - 0x4200087c 0x38 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) - 0x4200087c esp_unregister_shutdown_handler - .text.esp_restart - 0x420008b4 0x36 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) - 0x420008b4 esp_restart - .text.__esp_system_init_fn_init_show_cpu_freq - 0x420008ea 0x78 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .text.__esp_system_init_fn_init_brownout - 0x42000962 0xe esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .text.__esp_system_init_fn_init_newlib_time - 0x42000970 0x10 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .text.__esp_system_init_fn_init_flash - 0x42000980 0x42 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .text.__esp_system_init_fn_init_apb_dma - 0x420009c2 0xe esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .text.__esp_system_init_fn_init_disable_rtc_wdt - 0x420009d0 0x3c esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .text.esp_system_include_startup_funcs - 0x42000a0c 0x2 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - 0x42000a0c esp_system_include_startup_funcs - .text.core_intr_matrix_clear - 0x42000a0e 0x2a esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - .text.esp_brownout_init - 0x42000a38 0x54 esp-idf/esp_system/libesp_system.a(brownout.c.obj) - 0x42000a38 esp_brownout_init - .text.select_rtc_slow_clk - 0x42000a8c 0xd8 esp-idf/esp_system/libesp_system.a(clk.c.obj) - .text.esp_rtc_init - 0x42000b64 0x38 esp-idf/esp_system/libesp_system.a(clk.c.obj) - 0x42000b64 esp_rtc_init - .text.esp_clk_init - 0x42000b9c 0x1a4 esp-idf/esp_system/libesp_system.a(clk.c.obj) - 0x42000b9c esp_clk_init - .text.esp_perip_clk_init - 0x42000d40 0xde esp-idf/esp_system/libesp_system.a(clk.c.obj) - 0x42000d40 esp_perip_clk_init - .text.get_reset_reason - 0x42000e1e 0xda esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .text.esp_reset_reason_get_hint - 0x42000ef8 0x26 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - 0x42000ef8 esp_reset_reason_get_hint - .text.esp_reset_reason_init - 0x42000f1e 0x32 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .text.esp_cache_err_panic_string - 0x42000f50 0x6e esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - 0x42000f50 esp_cache_err_panic_string - .text.esp_cache_err_has_active_err - 0x42000fbe 0x28 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - 0x42000fbe esp_cache_err_has_active_err - .text.esp_cache_err_int_init - 0x42000fe6 0x8e esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - 0x42000fe6 esp_cache_err_int_init - .text.esp_cache_err_get_cpuid - 0x42001074 0x4 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - 0x42001074 esp_cache_err_get_cpuid - .text.esp_apb_backup_dma_lock_init - 0x42001078 0x22 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - 0x42001078 esp_apb_backup_dma_lock_init - .text.semihosting_call_noerrno - 0x4200109a 0xe esp-idf/esp_system/libesp_system.a(panic.c.obj) - .text.panic_print_char_uart - 0x420010a8 0x34 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .text.panic_print_char_usb_serial_jtag - 0x420010dc 0x90 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .text.disable_all_wdts - 0x4200116c 0x68 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .text.panic_print_char - 0x420011d4 0x16 esp-idf/esp_system/libesp_system.a(panic.c.obj) - 0x420011d4 panic_print_char - .text.panic_print_str - 0x420011ea 0x26 esp-idf/esp_system/libesp_system.a(panic.c.obj) - 0x420011ea panic_print_str - .text.print_abort_details - 0x42001210 0x14 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .text.panic_print_hex - 0x42001224 0x3a esp-idf/esp_system/libesp_system.a(panic.c.obj) - 0x42001224 panic_print_hex - .text.panic_print_dec - 0x4200125e 0x54 esp-idf/esp_system/libesp_system.a(panic.c.obj) - 0x4200125e panic_print_dec - .text.esp_panic_handler_reconfigure_wdts - 0x420012b2 0xa4 esp-idf/esp_system/libesp_system.a(panic.c.obj) - 0x420012b2 esp_panic_handler_reconfigure_wdts - .text.esp_panic_handler - 0x42001356 0x222 esp-idf/esp_system/libesp_system.a(panic.c.obj) - 0x42001356 esp_panic_handler - .text.do_global_ctors - 0x42001578 0x46 esp-idf/esp_system/libesp_system.a(startup.c.obj) - .text.do_system_init_fn - 0x420015be 0x7c esp-idf/esp_system/libesp_system.a(startup.c.obj) - .text.do_core_init - 0x4200163a 0xe esp-idf/esp_system/libesp_system.a(startup.c.obj) - .text.do_secondary_init - 0x42001648 0xe esp-idf/esp_system/libesp_system.a(startup.c.obj) - .text.start_cpu0_default - 0x42001656 0x10 esp-idf/esp_system/libesp_system.a(startup.c.obj) - 0x42001656 start_cpu0 - .text.frame_to_panic_info - 0x42001666 0x5c esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .text.panic_handler - 0x420016c2 0x7e esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .text.print_state_for_core - 0x42001740 0x28 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .text.print_state - 0x42001768 0x18 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .text.panic_restart - 0x42001780 0xc esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - 0x42001780 panic_restart - .text.esp_mprot_mem_type_to_str - 0x4200178c 0x78 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .text.panic_print_register_array - 0x42001804 0x70 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .text.panic_print_basic_backtrace - 0x42001874 0x92 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .text.print_memprot_err_details - 0x42001906 0x18c esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .text.print_assist_debug_details - 0x42001a92 0xd8 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .text.print_cache_err_details - 0x42001b6a 0x2e esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .text.panic_print_registers - 0x42001b98 0x6c esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - 0x42001b98 panic_print_registers - .text.panic_soc_check_pseudo_cause - 0x42001c04 0x34 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - 0x42001c04 panic_soc_check_pseudo_cause - .text.panic_soc_fill_info - 0x42001c38 0xbc esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - 0x42001c38 panic_soc_fill_info - .text.panic_arch_fill_info - 0x42001cf4 0x34 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - 0x42001cf4 panic_arch_fill_info - .text.panic_print_backtrace - 0x42001d28 0xe esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - 0x42001d28 panic_print_backtrace - .text.panic_get_cause - 0x42001d36 0x6 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - 0x42001d36 panic_get_cause - .text.panic_prepare_frame_from_ctx - 0x42001d3c 0x2a esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - 0x42001d3c panic_prepare_frame_from_ctx - .text.__esp_system_init_fn_esp_hw_stack_guard_init - 0x42001d66 0x74 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .text.esp_hw_stack_guard_get_bounds - 0x42001dda 0x16 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - 0x42001dda esp_hw_stack_guard_get_bounds - .text.esp_hw_stack_guard_get_fired_cpu - 0x42001df0 0x18 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - 0x42001df0 esp_hw_stack_guard_get_fired_cpu - .text.esp_hw_stack_guard_get_pc - 0x42001e08 0x8 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - 0x42001e08 esp_hw_stack_guard_get_pc - .text.esp_err_to_name - 0x42001e10 0x3a esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - 0x42001e10 esp_err_to_name - .text.efuse_hal_set_timing - 0x42001e4a 0x54 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x42001e4a efuse_hal_set_timing - .text.efuse_hal_read - 0x42001e9e 0x56 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x42001e9e efuse_hal_read - .text.uart_hal_rxfifo_rst - 0x42001ef4 0x18 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - 0x42001ef4 uart_hal_rxfifo_rst - .text.uart_hal_write_txfifo - 0x42001f0c 0x38 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - 0x42001f0c uart_hal_write_txfifo - .text.brownout_ll_set_threshold - 0x42001f44 0x20 esp-idf/hal/libhal.a(brownout_hal.c.obj) - .text.brownout_hal_config - 0x42001f64 0xec esp-idf/hal/libhal.a(brownout_hal.c.obj) - 0x42001f64 brownout_hal_config - .text.esp_log_set_default_level - 0x42002050 0x6 esp-idf/log/liblog.a(log_level.c.obj) - 0x42002050 esp_log_set_default_level - .text.log_level_set - 0x42002056 0x54 esp-idf/log/liblog.a(tag_log_level.c.obj) - .text.log_level_get - 0x420020aa 0x4e esp-idf/log/liblog.a(tag_log_level.c.obj) - .text.esp_log_level_set - 0x420020f8 0xc esp-idf/log/liblog.a(tag_log_level.c.obj) - 0x420020f8 esp_log_level_set - .text.esp_log_level_get_timeout - 0x42002104 0xe esp-idf/log/liblog.a(tag_log_level.c.obj) - 0x42002104 esp_log_level_get_timeout - .text.set_log_level - 0x42002112 0x42 esp-idf/log/liblog.a(log_linked_list.c.obj) - .text.add_to_list - 0x42002154 0x60 esp-idf/log/liblog.a(log_linked_list.c.obj) - .text.esp_log_linked_list_set_level - 0x420021b4 0x26 esp-idf/log/liblog.a(log_linked_list.c.obj) - 0x420021b4 esp_log_linked_list_set_level - .text.esp_log_linked_list_get_level - 0x420021da 0x46 esp-idf/log/liblog.a(log_linked_list.c.obj) - 0x420021da esp_log_linked_list_get_level - .text.esp_log_linked_list_clean - 0x42002220 0x28 esp-idf/log/liblog.a(log_linked_list.c.obj) - 0x42002220 esp_log_linked_list_clean - .text.fix_cache_generation_overflow - 0x42002248 0x32 esp-idf/log/liblog.a(log_binary_heap.c.obj) - .text.heap_swap - 0x4200227a 0x2a esp-idf/log/liblog.a(log_binary_heap.c.obj) - .text.heap_bubble_down - 0x420022a4 0x4c esp-idf/log/liblog.a(log_binary_heap.c.obj) - .text.esp_log_cache_set_level - 0x420022f0 0xac esp-idf/log/liblog.a(log_binary_heap.c.obj) - 0x420022f0 esp_log_cache_set_level - .text.esp_log_cache_get_level - 0x4200239c 0x100 esp-idf/log/liblog.a(log_binary_heap.c.obj) - 0x4200239c esp_log_cache_get_level - .text.esp_log_cache_clean - 0x4200249c 0x1a esp-idf/log/liblog.a(log_binary_heap.c.obj) - 0x4200249c esp_log_cache_clean - .text.esp_log_cache_add - 0x420024b6 0x8c esp-idf/log/liblog.a(log_binary_heap.c.obj) - 0x420024b6 esp_log_cache_add - .text.heap_caps_match - 0x42002542 0x2e esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x42002542 heap_caps_match - .text.heap_caps_get_free_size - 0x42002570 0x3c esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x42002570 heap_caps_get_free_size - .text.heap_caps_get_info - 0x420025ac 0x82 esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x420025ac heap_caps_get_info - .text.heap_caps_get_largest_free_block - 0x4200262e 0x12 esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x4200262e heap_caps_get_largest_free_block - .text.heap_caps_aligned_calloc - 0x42002640 0x48 esp-idf/heap/libheap.a(heap_caps.c.obj) - 0x42002640 heap_caps_aligned_calloc - .text.register_heap - 0x42002688 0x4a esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .text.heap_caps_enable_nonos_stack_heaps - 0x420026d2 0x36 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - 0x420026d2 heap_caps_enable_nonos_stack_heaps - .text.heap_caps_init - 0x42002708 0x3e8 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - 0x42002708 heap_caps_init - .text.__esp_system_init_fn_init_heap - 0x42002af0 0x10 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .text.s_get_num_reserved_regions - 0x42002b00 0x18 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - .text.s_compare_reserved_regions - 0x42002b18 0x8 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - .text.s_prepare_reserved_regions - 0x42002b20 0x11e esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - .text.soc_get_available_memory_region_max_count - 0x42002c3e 0x16 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - 0x42002c3e soc_get_available_memory_region_max_count - .text.soc_get_available_memory_regions - 0x42002c54 0x168 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - 0x42002c54 soc_get_available_memory_regions - .text.__esp_system_init_fn_esp_security_init - 0x42002dbc 0x4 esp-idf/esp_security/libesp_security.a(init.c.obj) - .text.esp_security_init_include_impl - 0x42002dc0 0x2 esp-idf/esp_security/libesp_security.a(init.c.obj) - 0x42002dc0 esp_security_init_include_impl - .text.calc_checksum - 0x42002dc2 0x2a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .text.esp_clk_slowclk_cal_get - 0x42002dec 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - 0x42002dec esp_clk_slowclk_cal_get - .text.esp_rtc_get_time_us - 0x42002df4 0x106 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - 0x42002df4 esp_rtc_get_time_us - .text.esp_clk_slowclk_cal_set - 0x42002efa 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - 0x42002efa esp_clk_slowclk_cal_set - .text.insert_vector_desc - 0x42002f12 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .text.find_desc_for_int - 0x42002f6a 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .text.get_desc_for_int - 0x42002f90 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .text.find_desc_for_source - 0x42003020 0x86 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .text.is_vect_desc_usable - 0x420030a6 0xc4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .text.get_available_int - 0x4200316a 0x15a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .text.esp_intr_ptr_in_isr_region - 0x420032c4 0x4a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - 0x420032c4 esp_intr_ptr_in_isr_region - .text.esp_intr_get_cpu - 0x4200330e 0xa esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - 0x4200330e esp_intr_get_cpu - .text.esp_intr_alloc_intrstatus - 0x42003318 0x40a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - 0x42003318 esp_intr_alloc_intrstatus - .text.esp_intr_alloc - 0x42003722 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - 0x42003722 esp_intr_alloc - .text.intr_free_for_current_cpu - 0x4200373a 0x100 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .text.esp_intr_free - 0x4200383a 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - 0x4200383a esp_intr_free - .text.s_rtc_isr_noniram_hook - 0x4200384e 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .text.s_rtc_isr_noniram_hook_relieve - 0x4200385e 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .text.rtc_isr_ensure_installed - 0x42003872 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .text.rtc_isr_register - 0x420038de 0x8c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - 0x420038de rtc_isr_register - .text.gpio_ll_hold_dis - 0x4200396a 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .text.gpio_ll_deepsleep_wakeup_is_enabled - 0x420039ac 0x4a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .text.gpio_ll_deepsleep_wakeup_disable - 0x420039f6 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .text.esp_sleep_config_gpio_isolate - 0x42003a56 0xa6 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - 0x42003a56 esp_sleep_config_gpio_isolate - .text.esp_sleep_enable_gpio_switch - 0x42003afc 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - 0x42003afc esp_sleep_enable_gpio_switch - .text.__esp_system_init_fn_esp_sleep_startup_init - 0x42003b8c 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .text.esp_deep_sleep_wakeup_io_reset - 0x42003b9e 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - 0x42003b9e esp_deep_sleep_wakeup_io_reset - .text.esp_sleep_gpio_include - 0x42003bfa 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - 0x42003bfa esp_sleep_gpio_include - .text.regi2c_saradc_enable - 0x42003bfc 0x4c esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - 0x42003bfc regi2c_saradc_enable - .text.regi2c_saradc_disable - 0x42003c48 0x7c esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - 0x42003c48 regi2c_saradc_disable - .text.set_ocode_by_efuse - 0x42003cc4 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .text.get_dig_dbias_by_efuse - 0x42003d30 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .text.calibrate_ocode - 0x42003d72 0x12c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .text.get_rtc_dbias_by_efuse - 0x42003e9e 0xf4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - 0x42003e9e get_rtc_dbias_by_efuse - .text.set_rtc_dig_dbias - 0x42003f92 0x7a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .text.rtc_init - 0x4200400c 0x44c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - 0x4200400c rtc_init - .text.memprot_ll_set_iram0_split_line - 0x42004458 0x76 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .text.memprot_ll_iram0_set_pms_area_0 - 0x420044ce 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .text.memprot_ll_iram0_set_pms_area_1 - 0x420044fa 0x32 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .text.memprot_ll_iram0_set_pms_area_2 - 0x4200452c 0x32 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .text.memprot_ll_iram0_set_pms_area_3 - 0x4200455e 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .text.memprot_ll_set_rtcfast_split_line - 0x42004598 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .text.memprot_ll_rtcfast_set_pms_area - 0x42004602 0xbc esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .text.memprot_ll_set_dram0_split_line - 0x420046be 0x76 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .text.memprot_ll_dram0_set_pms_area_0 - 0x42004734 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .text.memprot_ll_dram0_set_pms_area_1 - 0x4200475a 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .text.memprot_ll_dram0_set_pms_area_2 - 0x42004782 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .text.memprot_ll_dram0_set_pms_area_3 - 0x420047ae 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .text.esp_memprot_iram0_get_def_split_addr - 0x420047da 0xa esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .text.esp_memprot_dram0_get_def_split_addr - 0x420047e4 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .text.esp_memprot_rtcfast_get_min_split_addr - 0x420047f4 0xa esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .text.esp_mprot_set_intr_matrix - 0x420047fe 0x8a esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .text.esp_mprot_set_split_addr - 0x42004888 0xc2 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42004888 esp_mprot_set_split_addr - .text.esp_mprot_get_default_main_split_addr - 0x4200494a 0x46 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x4200494a esp_mprot_get_default_main_split_addr - .text.esp_mprot_set_split_addr_lock - 0x42004990 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42004990 esp_mprot_set_split_addr_lock - .text.esp_mprot_get_split_addr_lock - 0x420049c6 0x4e esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x420049c6 esp_mprot_get_split_addr_lock - .text.esp_mprot_set_pms_lock - 0x42004a14 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42004a14 esp_mprot_set_pms_lock - .text.esp_mprot_get_pms_lock - 0x42004a56 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42004a56 esp_mprot_get_pms_lock - .text.esp_mprot_set_pms_area - 0x42004ab8 0xde esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42004ab8 esp_mprot_set_pms_area - .text.esp_mprot_set_monitor_lock - 0x42004b96 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42004b96 esp_mprot_set_monitor_lock - .text.esp_mprot_get_monitor_lock - 0x42004bd8 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42004bd8 esp_mprot_get_monitor_lock - .text.esp_mprot_set_monitor_en - 0x42004c3a 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42004c3a esp_mprot_set_monitor_en - .text.esp_mprot_monitor_clear_intr - 0x42004cca 0x72 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42004cca esp_mprot_monitor_clear_intr - .text.esp_mprot_get_active_intr - 0x42004d3c 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42004d3c esp_mprot_get_active_intr - .text.esp_mprot_is_conf_locked_any - 0x42004d8c 0xe2 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42004d8c esp_mprot_is_conf_locked_any - .text.esp_mprot_get_violate_addr - 0x42004e6e 0x76 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42004e6e esp_mprot_get_violate_addr - .text.esp_mprot_get_violate_world - 0x42004ee4 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42004ee4 esp_mprot_get_violate_world - .text.esp_mprot_get_violate_operation - 0x42004f54 0x84 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42004f54 esp_mprot_get_violate_operation - .text.esp_mprot_has_byte_enables - 0x42004fd8 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42004fd8 esp_mprot_has_byte_enables - .text.esp_mprot_get_violate_byte_enables - 0x42004fe0 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42004fe0 esp_mprot_get_violate_byte_enables - .text.esp_mprot_set_prot - 0x42005006 0x31c esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - 0x42005006 esp_mprot_set_prot - .text.esp_mprot_ll_err_to_esp_err - 0x42005322 0x4c esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - 0x42005322 esp_mprot_ll_err_to_esp_err - .text.esp_mprot_ll_world_to_hl_world - 0x4200536e 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - 0x4200536e esp_mprot_ll_world_to_hl_world - .text.esp_mprot_oper_type_to_str - 0x42005388 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - 0x42005388 esp_mprot_oper_type_to_str - .text.esp_mprot_pms_world_to_str - 0x420053dc 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - 0x420053dc esp_mprot_pms_world_to_str - .text.esp_riscv_intr_num_flags - 0x42005444 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - .text.esp_cpu_intr_get_desc - 0x42005488 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - 0x42005488 esp_cpu_intr_get_desc - .text.s_sleep_hook_register - 0x420054aa 0x7a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .text.esp_deep_sleep_register_phy_hook - 0x42005524 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - 0x42005524 esp_deep_sleep_register_phy_hook - .text.esp_sleep_sub_mode_config - 0x42005538 0xc4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - 0x42005538 esp_sleep_sub_mode_config - .text.esp_newlib_locks_init - 0x420055fc 0xa0 esp-idf/newlib/libnewlib.a(locks.c.obj) - 0x420055fc esp_newlib_locks_init - .text.newlib_include_pthread_impl - 0x4200569c 0x2 esp-idf/newlib/libnewlib.a(pthread.c.obj) - 0x4200569c newlib_include_pthread_impl - .text.newlib_include_getentropy_impl - 0x4200569e 0x2 esp-idf/newlib/libnewlib.a(getentropy.c.obj) - 0x4200569e newlib_include_getentropy_impl - .text.esp_cleanup_r - 0x420056a0 0x50 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .text.raise_r_stub - 0x420056f0 0xe esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .text.esp_newlib_init - 0x420056fe 0x6c esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - 0x420056fe esp_newlib_init - 0x420056fe esp_setup_newlib_syscalls - .text.__esp_system_init_fn_init_newlib - 0x4200576a 0xe esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .text.esp_newlib_init_global_stdio - 0x42005778 0x96 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - 0x42005778 esp_newlib_init_global_stdio - .text.__esp_system_init_fn_init_newlib_stdio - 0x4200580e 0x16 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .text.newlib_include_init_funcs - 0x42005824 0x2 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - 0x42005824 newlib_include_init_funcs - .text.syscall_not_implemented - 0x42005826 0x1c esp-idf/newlib/libnewlib.a(syscalls.c.obj) - 0x42005826 _kill_r - 0x42005826 _system_r - 0x42005826 _isatty_r - 0x42005826 _getpid_r - .text.syscall_not_implemented_aborts - 0x42005842 0xc esp-idf/newlib/libnewlib.a(syscalls.c.obj) - 0x42005842 _exit - 0x42005842 _sbrk_r - 0x42005842 _raise_r - 0x42005842 raise - .text.fcntl 0x4200584e 0x42 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - 0x4200584e fcntl - .text.newlib_include_syscalls_impl - 0x42005890 0x2 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - 0x42005890 newlib_include_syscalls_impl - .text.adjust_boot_time - 0x42005892 0x16e esp-idf/newlib/libnewlib.a(time.c.obj) - .text.get_adjusted_boot_time - 0x42005a00 0x3e esp-idf/newlib/libnewlib.a(time.c.obj) - .text.adjtime_corr_stop - 0x42005a3e 0x52 esp-idf/newlib/libnewlib.a(time.c.obj) - .text.settimeofday - 0x42005a90 0x58 esp-idf/newlib/libnewlib.a(time.c.obj) - 0x42005a90 settimeofday - .text.usleep 0x42005ae8 0x46 esp-idf/newlib/libnewlib.a(time.c.obj) - 0x42005ae8 usleep - .text.sleep 0x42005b2e 0x1a esp-idf/newlib/libnewlib.a(time.c.obj) - 0x42005b2e sleep - .text.clock_gettime - 0x42005b48 0xa2 esp-idf/newlib/libnewlib.a(time.c.obj) - 0x42005b48 clock_gettime - .text.esp_newlib_time_init - 0x42005bea 0xc esp-idf/newlib/libnewlib.a(time.c.obj) - 0x42005bea esp_newlib_time_init - .text.esp_time_impl_get_time_since_boot - 0x42005bf6 0x2a esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - 0x42005bf6 esp_time_impl_get_time_since_boot - .text.esp_time_impl_get_time - 0x42005c20 0x12 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - 0x42005c20 esp_time_impl_get_time - .text.esp_time_impl_set_boot_time - 0x42005c32 0x3e esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - 0x42005c32 esp_time_impl_set_boot_time - .text.esp_time_impl_get_boot_time - 0x42005c70 0x40 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - 0x42005c70 esp_time_impl_get_boot_time - .text.esp_set_time_from_rtc - 0x42005cb0 0x3a esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - 0x42005cb0 esp_set_time_from_rtc - .text.esp_sync_timekeeping_timers - 0x42005cea 0x70 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - 0x42005cea esp_sync_timekeeping_timers - .text.esp_time_impl_init - 0x42005d5a 0xe esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - 0x42005d5a esp_time_impl_init - .text.getrandom - 0x42005d68 0x24 esp-idf/newlib/libnewlib.a(random.c.obj) - 0x42005d68 getrandom - .text.mutexattr_check - 0x42005d8c 0x10 esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_mutex_lock_internal - 0x42005d9c 0x80 esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_mutex_init - 0x42005e1c 0x86 esp-idf/pthread/libpthread.a(pthread.c.obj) - 0x42005e1c pthread_mutex_init - .text.pthread_mutex_init_if_static - 0x42005ea2 0x44 esp-idf/pthread/libpthread.a(pthread.c.obj) - .text.pthread_mutex_lock - 0x42005ee6 0x24 esp-idf/pthread/libpthread.a(pthread.c.obj) - 0x42005ee6 pthread_mutex_lock - .text.pthread_mutex_unlock - 0x42005f0a 0x96 esp-idf/pthread/libpthread.a(pthread.c.obj) - 0x42005f0a pthread_mutex_unlock - .text.pthread_include_pthread_impl - 0x42005fa0 0x2 esp-idf/pthread/libpthread.a(pthread.c.obj) - 0x42005fa0 pthread_include_pthread_impl - .text.pthread_include_pthread_cond_var_impl - 0x42005fa2 0x2 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - 0x42005fa2 pthread_include_pthread_cond_var_impl - .text.find_value - 0x42005fa4 0x10 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .text.find_key - 0x42005fb4 0x3a esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .text.pthread_cleanup_thread_specific_data_callback - 0x42005fee 0x66 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .text.pthread_key_create - 0x42006054 0x66 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - 0x42006054 pthread_key_create - .text.pthread_getspecific - 0x420060ba 0x28 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - 0x420060ba pthread_getspecific - .text.pthread_setspecific - 0x420060e2 0xe0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - 0x420060e2 pthread_setspecific - .text.pthread_include_pthread_local_storage_impl - 0x420061c2 0x2 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - 0x420061c2 pthread_include_pthread_local_storage_impl - .text.pthread_include_pthread_rwlock_impl - 0x420061c4 0x2 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - 0x420061c4 pthread_include_pthread_rwlock_impl - .text.pthread_include_pthread_semaphore_impl - 0x420061c6 0x2 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - 0x420061c6 pthread_include_pthread_semaphore_impl - .text.__cxa_guard_dummy - 0x420061c8 0x2 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - 0x420061c8 __cxa_guard_dummy - .text.__cxx_init_dummy - 0x420061ca 0x2 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) - 0x420061ca __cxx_init_dummy - .text.esp_timer_early_init - 0x420061cc 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - 0x420061cc esp_timer_early_init - .text.__esp_system_init_fn_esp_timer_init_nonos - 0x420061dc 0xc esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - .text.esp_timer_init_include_func - 0x420061e8 0x2 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - 0x420061e8 esp_timer_init_include_func - .text.esp_timer_impl_init_system_time - 0x420061ea 0x8c esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - 0x420061ea esp_timer_impl_init_system_time - .text.esp_timer_impl_early_init - 0x42006276 0xce esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - 0x42006276 esp_timer_impl_early_init - .text.esp_timer_impl_init - 0x42006344 0x104 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - 0x42006344 esp_timer_impl_init - .text.uart_tx_char - 0x42006448 0x46 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_rx_char - 0x4200648e 0x3c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_read_char - 0x420064ca 0x2e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.unregister_select - 0x420064f8 0x80 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_end_select - 0x42006578 0xac esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.register_select - 0x42006624 0x72 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_start_select - 0x42006696 0x242 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.select_notif_callback_isr - 0x420068d8 0x10a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_tcflush - 0x420069e2 0x3c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_tcdrain - 0x42006a1e 0x30 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_tcgetattr - 0x42006a4e 0x378 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_tcsetattr - 0x42006dc6 0x36e esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_access - 0x42007134 0x78 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_open - 0x420071ac 0x74 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_fcntl - 0x42007220 0x88 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_fstat - 0x420072a8 0x50 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_close - 0x420072f8 0x36 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_return_char - 0x4200732e 0x44 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_fsync - 0x42007372 0x72 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_read - 0x420073e4 0x104 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_write - 0x420074e8 0xec esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.esp_vfs_uart_get_vfs - 0x420075d4 0xa esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - 0x420075d4 esp_vfs_uart_get_vfs - .text.uart_vfs_dev_register - 0x420075de 0x48 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - 0x420075de esp_vfs_dev_uart_register - 0x420075de uart_vfs_dev_register - .text.__esp_system_init_fn_init_vfs_uart - 0x42007626 0x10 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .text.uart_vfs_include_dev_init - 0x42007636 0x2 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - 0x42007636 uart_vfs_include_dev_init - .text.uart_pattern_queue_update - 0x42007638 0x44 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_reenable_intr_mask - 0x4200767c 0x90 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .text.uart_set_word_length - 0x4200770c 0xb6 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x4200770c uart_set_word_length - .text.uart_get_word_length - 0x420077c2 0x58 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x420077c2 uart_get_word_length - .text.uart_set_stop_bits - 0x4200781a 0xb6 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x4200781a uart_set_stop_bits - .text.uart_get_stop_bits - 0x420078d0 0x78 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x420078d0 uart_get_stop_bits - .text.uart_set_parity - 0x42007948 0x78 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42007948 uart_set_parity - .text.uart_get_parity - 0x420079c0 0x78 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x420079c0 uart_get_parity - .text.uart_set_baudrate - 0x42007a38 0x16a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42007a38 uart_set_baudrate - .text.uart_get_baudrate - 0x42007ba2 0xca esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42007ba2 uart_get_baudrate - .text.uart_wait_tx_done - 0x42007c6c 0x22a esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42007c6c uart_wait_tx_done - .text.uart_get_buffered_data_len - 0x42007e96 0xc2 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42007e96 uart_get_buffered_data_len - .text.uart_flush_input - 0x42007f58 0x1f8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42007f58 uart_flush - 0x42007f58 uart_flush_input - .text.uart_is_driver_installed - 0x42008150 0x22 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42008150 uart_is_driver_installed - .text.uart_set_select_notif_callback - 0x42008172 0x1c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x42008172 uart_set_select_notif_callback - .text.uart_get_selectlock - 0x4200818e 0x6 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - 0x4200818e uart_get_selectlock - .text.__esp_system_init_fn_usb_serial_jtag_conn_status_init - 0x42008194 0x30 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .text.usb_serial_jtag_connection_monitor_include - 0x420081c4 0x2 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - 0x420081c4 usb_serial_jtag_connection_monitor_include - .text.usb_serial_jtag_open - 0x420081c6 0x14 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usb_serial_jtag_rx_char_no_driver - 0x420081da 0x3c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usb_serial_jtag_read_char - 0x42008216 0x26 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usb_serial_jtag_close - 0x4200823c 0x4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usb_serial_jtag_wait_tx_done_no_driver - 0x42008240 0x7e esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usb_serial_jtag_tx_char_no_driver - 0x420082be 0xa6 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.unregister_select - 0x42008364 0x88 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usb_serial_jtag_end_select - 0x420083ec 0x28 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.register_select - 0x42008414 0x8e esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usb_serial_jtag_start_select - 0x420084a2 0x114 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.select_notif_callback_isr - 0x420085b6 0xb0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usb_serial_jtag_tcflush - 0x42008666 0x14 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usb_serial_jtag_fcntl - 0x4200867a 0x4a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usb_serial_jtag_tcgetattr - 0x420086c4 0x5c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usb_serial_jtag_fstat - 0x42008720 0x26 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usb_serial_jtag_fsync - 0x42008746 0x46 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usb_serial_jtag_tcdrain - 0x4200878c 0x10 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usb_serial_jtag_tcsetattr - 0x4200879c 0x6c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usb_serial_jtag_write - 0x42008808 0x8c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usb_serial_jtag_return_char - 0x42008894 0x3a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.usb_serial_jtag_read - 0x420088ce 0xb4 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.__esp_system_init_fn_init_vfs_usj_sec - 0x42008982 0x24 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .text.esp_vfs_usb_serial_jtag_get_vfs - 0x420089a6 0xa esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - 0x420089a6 esp_vfs_usb_serial_jtag_get_vfs - .text.usb_serial_jtag_vfs_include_dev_init - 0x420089b0 0x2 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - 0x420089b0 usb_serial_jtag_vfs_include_dev_init - .text.usb_serial_jtag_is_driver_installed - 0x420089b2 0xe esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - 0x420089b2 usb_serial_jtag_is_driver_installed - .text.usb_serial_jtag_set_select_notif_callback - 0x420089c0 0x20 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - 0x420089c0 usb_serial_jtag_set_select_notif_callback - .text.usb_serial_jtag_read_ready - 0x420089e0 0x2e esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - 0x420089e0 usb_serial_jtag_read_ready - .text.usb_serial_jtag_write_ready - 0x42008a0e 0x20 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - 0x42008a0e usb_serial_jtag_write_ready - .text.include_esp_phy_override - 0x42008a2e 0x2 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - 0x42008a2e include_esp_phy_override - .text.phy_set_pwdet_power - 0x42008a30 0x2a esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - 0x42008a30 phy_set_pwdet_power - .text.phy_get_tsens_value - 0x42008a5a 0x10 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - 0x42008a5a phy_get_tsens_value - .text.console_start_select - 0x42008a6a 0x2a esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .text.console_end_select - 0x42008a94 0x20 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42008a94 console_end_select - .text.console_open - 0x42008ab4 0x44 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42008ab4 console_open - .text.console_write - 0x42008af8 0x34 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42008af8 console_write - .text.console_fstat - 0x42008b2c 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42008b2c console_fstat - .text.console_close - 0x42008b42 0x24 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42008b42 console_close - .text.console_read - 0x42008b66 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42008b66 console_read - .text.console_fcntl - 0x42008b7c 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42008b7c console_fcntl - .text.console_fsync - 0x42008b92 0x2a esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42008b92 console_fsync - .text.console_access - 0x42008bbc 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42008bbc console_access - .text.console_tcsetattr - 0x42008bd2 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42008bd2 console_tcsetattr - .text.console_tcgetattr - 0x42008be8 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42008be8 console_tcgetattr - .text.console_tcdrain - 0x42008bfe 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42008bfe console_tcdrain - .text.console_tcflush - 0x42008c14 0x16 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42008c14 console_tcflush - .text.esp_vfs_dev_console_register - 0x42008c2a 0x20 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .text.esp_vfs_console_register - 0x42008c4a 0x26 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42008c4a esp_vfs_console_register - .text.__esp_system_init_fn_init_vfs_console - 0x42008c70 0xe esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .text.esp_vfs_include_console_register - 0x42008c7e 0x2 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - 0x42008c7e esp_vfs_include_console_register - .text.esp_get_free_index - 0x42008c80 0x22 esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_safe_fd_isset - 0x42008ca2 0x34 esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.set_global_fd_sets - 0x42008cd6 0x12c esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.free_proxy_members - 0x42008e02 0x2e esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_duplicate_fs_ops - 0x42008e30 0xde esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_free_fs_ops - 0x42008f0e 0x38 esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_register_fs_common - 0x42008f46 0x166 esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_minify_vfs - 0x420090ac 0x160 esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_make_fs_ops - 0x4200920c 0x114 esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.translate_path - 0x42009320 0x68 esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.esp_vfs_register_fs - 0x42009388 0x88 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x42009388 esp_vfs_register_fs - .text.esp_vfs_register_common - 0x42009410 0x6a esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x42009410 esp_vfs_register_common - .text.esp_vfs_register_fd_range - 0x4200947a 0x14e esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200947a esp_vfs_register_fd_range - .text.get_vfs_for_index - 0x420095c8 0x28 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x420095c8 get_vfs_for_index - .text.get_vfs_for_fd - 0x420095f0 0x2a esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.call_end_selects - 0x4200961a 0x58 esp-idf/vfs/libvfs.a(vfs.c.obj) - .text.get_vfs_for_path - 0x42009672 0xaa esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x42009672 get_vfs_for_path - .text.esp_vfs_open - 0x4200971c 0x146 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200971c _open_r - 0x4200971c esp_vfs_open - .text.esp_vfs_write - 0x42009862 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x42009862 _write_r - 0x42009862 esp_vfs_write - .text.esp_vfs_lseek - 0x420098e6 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x420098e6 esp_vfs_lseek - 0x420098e6 _lseek_r - .text.esp_vfs_read - 0x4200996a 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200996a _read_r - 0x4200996a esp_vfs_read - .text.esp_vfs_close - 0x420099ee 0xf4 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x420099ee esp_vfs_close - 0x420099ee _close_r - .text.esp_vfs_fstat - 0x42009ae2 0x76 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x42009ae2 _fstat_r - 0x42009ae2 esp_vfs_fstat - .text.esp_vfs_fcntl_r - 0x42009b58 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x42009b58 _fcntl_r - 0x42009b58 esp_vfs_fcntl_r - .text.esp_vfs_fsync - 0x42009bdc 0x74 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x42009bdc fsync - 0x42009bdc esp_vfs_fsync - .text.esp_vfs_stat - 0x42009c50 0x64 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x42009c50 _stat_r - 0x42009c50 esp_vfs_stat - .text.esp_vfs_link - 0x42009cb4 0x96 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x42009cb4 esp_vfs_link - 0x42009cb4 _link_r - .text.esp_vfs_unlink - 0x42009d4a 0x74 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x42009d4a esp_vfs_unlink - 0x42009d4a _unlink_r - .text.esp_vfs_rename - 0x42009dbe 0xb0 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x42009dbe esp_vfs_rename - 0x42009dbe _rename_r - .text.esp_vfs_access - 0x42009e6e 0x6a esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x42009e6e access - 0x42009e6e esp_vfs_access - .text.esp_vfs_select - 0x42009ed8 0x492 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x42009ed8 select - 0x42009ed8 esp_vfs_select - .text.esp_vfs_select_triggered - 0x4200a36a 0x58 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200a36a esp_vfs_select_triggered - .text.esp_vfs_select_triggered_isr - 0x4200a3c2 0x54 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200a3c2 esp_vfs_select_triggered_isr - .text.tcgetattr - 0x4200a416 0x82 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200a416 tcgetattr - .text.tcsetattr - 0x4200a498 0x8c esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200a498 tcsetattr - .text.tcdrain 0x4200a524 0x78 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200a524 tcdrain - .text.tcflush 0x4200a59c 0x82 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200a59c tcflush - .text.vfs_include_syscalls_impl - 0x4200a61e 0x2 esp-idf/vfs/libvfs.a(vfs.c.obj) - 0x4200a61e vfs_include_syscalls_impl - .text.vfs_null_get_empty_fd - 0x4200a620 0x24 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .text.vfs_null_fsync - 0x4200a644 0x1e esp-idf/vfs/libvfs.a(nullfs.c.obj) - .text.vfs_null_ioctl - 0x4200a662 0x26 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .text.vfs_null_fcntl - 0x4200a688 0x26 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .text.vfs_null_close - 0x4200a6ae 0x1e esp-idf/vfs/libvfs.a(nullfs.c.obj) - .text.vfs_null_open - 0x4200a6cc 0xc0 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .text.vfs_null_pwrite - 0x4200a78c 0x32 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .text.vfs_null_pread - 0x4200a7be 0x30 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .text.vfs_null_read - 0x4200a7ee 0x30 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .text.vfs_null_lseek - 0x4200a81e 0x42 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .text.vfs_null_write - 0x4200a860 0x32 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .text.vfs_null_stat - 0x4200a892 0x54 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .text.vfs_null_fstat - 0x4200a8e6 0x42 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .text.esp_vfs_null_register - 0x4200a928 0x22 esp-idf/vfs/libvfs.a(nullfs.c.obj) - 0x4200a928 esp_vfs_null_register - .text.__esp_system_init_fn_init_vfs_nullfs - 0x4200a94a 0xe esp-idf/vfs/libvfs.a(nullfs.c.obj) - .text.esp_vfs_include_nullfs_register - 0x4200a958 0x2 esp-idf/vfs/libvfs.a(nullfs.c.obj) - 0x4200a958 esp_vfs_include_nullfs_register - .text.nvs_sec_provider_include_impl - 0x4200a95a 0x2 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - 0x4200a95a nvs_sec_provider_include_impl - .text.log_error_if_nonzero - 0x4200a95c 0x46 esp-idf/main/libmain.a(app_main.c.obj) - .text.mqtt_app_start - 0x4200a9a2 0xa2 esp-idf/main/libmain.a(app_main.c.obj) - .text.mqtt_event_handler - 0x4200aa44 0x2a0 esp-idf/main/libmain.a(app_main.c.obj) - .text.app_main - 0x4200ace4 0x184 esp-idf/main/libmain.a(app_main.c.obj) - 0x4200ace4 app_main - .text.create_string - 0x4200ae68 0x7e esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.esp_mqtt_check_cfg_conflict - 0x4200aee6 0x158 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.create_client_data - 0x4200b03e 0x14c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.run_event_loop - 0x4200b18a 0x48 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.esp_mqtt_dispatch_event - 0x4200b1d2 0x42 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.mqtt_delete_expired_messages - 0x4200b214 0x28 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.esp_mqtt_client_create_transport - 0x4200b23c 0x350 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.esp_mqtt_set_cert_key_data - 0x4200b58c 0xcc esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.esp_mqtt_set_ssl_transport_properties - 0x4200b658 0x1ca esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.esp_mqtt_dispatch_event_with_msgid - 0x4200b822 0x2c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.esp_mqtt_client_dispatch_transport_error - 0x4200b84e 0x52 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.esp_mqtt_handle_transport_read_error - 0x4200b8a0 0x98 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.esp_mqtt_abort_connection - 0x4200b938 0x64 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.esp_mqtt_write - 0x4200b99c 0xae esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.mqtt_message_receive - 0x4200ba4a 0x20e esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.esp_mqtt_connect - 0x4200bc58 0x292 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.send_disconnect_msg - 0x4200beea 0x86 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.deliver_suback - 0x4200bf70 0xbe esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.deliver_publish - 0x4200c02e 0x172 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.remove_initiator_message - 0x4200c1a0 0x20 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.mqtt_process_receive - 0x4200c1c0 0x33e esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.mqtt_resend_queued - 0x4200c4fe 0x92 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.esp_mqtt_client_ping - 0x4200c590 0x7c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.process_keepalive - 0x4200c60c 0x12c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.esp_mqtt_task - 0x4200c738 0x53e esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.mqtt_enqueue - 0x4200cc76 0x4a esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.make_publish - 0x4200ccc0 0x60 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.mqtt_client_enqueue_publish - 0x4200cd20 0x88 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .text.esp_mqtt_set_if_config - 0x4200cda8 0x3a esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - 0x4200cda8 esp_mqtt_set_if_config - .text.esp_mqtt_destroy_config - 0x4200cde2 0x116 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - 0x4200cde2 esp_mqtt_destroy_config - .text.esp_mqtt_client_set_uri - 0x4200cef8 0x200 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - 0x4200cef8 esp_mqtt_client_set_uri - .text.esp_mqtt_set_config - 0x4200d0f8 0xad4 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - 0x4200d0f8 esp_mqtt_set_config - .text.esp_mqtt_client_start - 0x4200dbcc 0x11a esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - 0x4200dbcc esp_mqtt_client_start - .text.esp_mqtt_client_stop - 0x4200dce6 0x13a esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - 0x4200dce6 esp_mqtt_client_stop - .text.esp_mqtt_client_destroy - 0x4200de20 0x70 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - 0x4200de20 esp_mqtt_client_destroy - .text.esp_mqtt_client_init - 0x4200de90 0xc0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - 0x4200de90 esp_mqtt_client_init - .text.esp_mqtt_client_subscribe_multiple - 0x4200df50 0x1a2 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - 0x4200df50 esp_mqtt_client_subscribe_multiple - .text.esp_mqtt_client_subscribe_single - 0x4200e0f2 0x16 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - 0x4200e0f2 esp_mqtt_client_subscribe_single - .text.esp_mqtt_client_publish - 0x4200e108 0x1ce esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - 0x4200e108 esp_mqtt_client_publish - .text.esp_mqtt_client_register_event - 0x4200e2d6 0x28 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - 0x4200e2d6 esp_mqtt_client_register_event - .text.set_message_header_size - 0x4200e2fe 0x8 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - .text.fail_message - 0x4200e306 0xa esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - .text.fini_message - 0x4200e310 0xce esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - .text.append_string - 0x4200e3de 0x64 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - .text.append_message_id - 0x4200e442 0x54 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - .text.mqtt_get_total_length - 0x4200e496 0x3e esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - 0x4200e496 mqtt_get_total_length - .text.mqtt_get_publish_topic - 0x4200e4d4 0x4e esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - 0x4200e4d4 mqtt_get_publish_topic - .text.mqtt_get_publish_data - 0x4200e522 0xa2 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - 0x4200e522 mqtt_get_publish_data - .text.mqtt_get_suback_data - 0x4200e5c4 0x18 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - 0x4200e5c4 mqtt_get_suback_data - .text.mqtt_get_id - 0x4200e5dc 0xbc esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - 0x4200e5dc mqtt_get_id - .text.mqtt_msg_connect - 0x4200e698 0x27a esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - 0x4200e698 mqtt_msg_connect - .text.mqtt_msg_publish - 0x4200e912 0xee esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - 0x4200e912 mqtt_msg_publish - .text.mqtt_msg_puback - 0x4200ea00 0x3a esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - 0x4200ea00 mqtt_msg_puback - .text.mqtt_msg_pubrec - 0x4200ea3a 0x3a esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - 0x4200ea3a mqtt_msg_pubrec - .text.mqtt_msg_pubrel - 0x4200ea74 0x3a esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - 0x4200ea74 mqtt_msg_pubrel - .text.mqtt_msg_pubcomp - 0x4200eaae 0x3a esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - 0x4200eaae mqtt_msg_pubcomp - .text.mqtt_msg_subscribe - 0x4200eae8 0xb8 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - 0x4200eae8 mqtt_msg_subscribe - .text.mqtt_msg_pingreq - 0x4200eba0 0x22 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - 0x4200eba0 mqtt_msg_pingreq - .text.mqtt_msg_disconnect - 0x4200ebc2 0x22 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - 0x4200ebc2 mqtt_msg_disconnect - .text.mqtt_has_valid_msg_hdr - 0x4200ebe4 0x6c esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - 0x4200ebe4 mqtt_has_valid_msg_hdr - .text.mqtt_msg_buffer_init - 0x4200ec50 0x3c esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - 0x4200ec50 mqtt_msg_buffer_init - .text.mqtt_msg_buffer_destroy - 0x4200ec8c 0x16 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - 0x4200ec8c mqtt_msg_buffer_destroy - .text.outbox_init - 0x4200eca2 0xd8 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - 0x4200eca2 outbox_init - .text.outbox_enqueue - 0x4200ed7a 0x140 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - 0x4200ed7a outbox_enqueue - .text.outbox_get - 0x4200eeba 0x12 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - 0x4200eeba outbox_get - .text.outbox_dequeue - 0x4200eecc 0x1e esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - 0x4200eecc outbox_dequeue - .text.outbox_delete_item - 0x4200eeea 0x70 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - 0x4200eeea outbox_delete_item - .text.outbox_item_get_data - 0x4200ef5a 0x18 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - 0x4200ef5a outbox_item_get_data - .text.outbox_delete - 0x4200ef72 0x86 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - 0x4200ef72 outbox_delete - .text.outbox_set_pending - 0x4200eff8 0x1e esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - 0x4200eff8 outbox_set_pending - .text.outbox_item_get_pending - 0x4200f016 0xa esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - 0x4200f016 outbox_item_get_pending - .text.outbox_set_tick - 0x4200f020 0x26 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - 0x4200f020 outbox_set_tick - .text.outbox_delete_expired - 0x4200f046 0xc0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - 0x4200f046 outbox_delete_expired - .text.outbox_get_size - 0x4200f106 0x14 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - 0x4200f106 outbox_get_size - .text.outbox_delete_all_items - 0x4200f11a 0x78 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - 0x4200f11a outbox_delete_all_items - .text.outbox_destroy - 0x4200f192 0x28 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - 0x4200f192 outbox_destroy - .text.platform_create_id_string - 0x4200f1ba 0x80 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) - 0x4200f1ba platform_create_id_string - .text.platform_random - 0x4200f23a 0x1c esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) - 0x4200f23a platform_random - .text.platform_tick_get_ms - 0x4200f256 0x20 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) - 0x4200f256 platform_tick_get_ms - .text.example_is_our_netif - 0x4200f276 0x3a esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - 0x4200f276 example_is_our_netif - .text.print_all_ips_tcpip - 0x4200f2b0 0x1f4 esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - .text.example_print_all_netif_ips - 0x4200f4a4 0x18 esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - 0x4200f4a4 example_print_all_netif_ips - .text.example_connect - 0x4200f4bc 0x5a esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - 0x4200f4bc example_connect - .text.example_handler_on_sta_got_ipv6 - 0x4200f516 0x216 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .text.example_handler_on_sta_got_ip - 0x4200f72c 0xc8 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .text.example_handler_on_wifi_connect - 0x4200f7f4 0xe esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .text.example_wifi_start - 0x4200f802 0x1b2 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - 0x4200f802 example_wifi_start - .text.example_wifi_stop - 0x4200f9b4 0xac esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - 0x4200f9b4 example_wifi_stop - .text.example_wifi_sta_do_connect - 0x4200fa60 0x25c esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - 0x4200fa60 example_wifi_sta_do_connect - .text.example_wifi_sta_do_disconnect - 0x4200fcbc 0x122 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - 0x4200fcbc example_wifi_sta_do_disconnect - .text.example_handler_on_wifi_disconnect - 0x4200fdde 0xf4 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .text.example_wifi_shutdown - 0x4200fed2 0x12 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - 0x4200fed2 example_wifi_shutdown - .text.example_wifi_connect - 0x4200fee4 0x100 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - 0x4200fee4 example_wifi_connect - .text.riscv_decode_offset_from_jal_instruction - 0x4200ffe4 0x4c esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - 0x4200ffe4 riscv_decode_offset_from_jal_instruction - .text.gpio_sleep_input_enable - 0x42010030 0x82 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_sleep_input_disable - 0x420100b2 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_sleep_output_enable - 0x42010132 0x82 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_sleep_output_disable - 0x420101b4 0x80 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_sleep_pulldown_en - 0x42010234 0x98 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_sleep_pullup_en - 0x420102cc 0x98 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_sleep_pulldown_dis - 0x42010364 0x96 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_sleep_pullup_dis - 0x420103fa 0x96 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .text.gpio_sleep_set_direction - 0x42010490 0xa0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x42010490 gpio_sleep_set_direction - .text.gpio_sleep_set_pull_mode - 0x42010530 0x146 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x42010530 gpio_sleep_set_pull_mode - .text.gpio_sleep_sel_en - 0x42010676 0x98 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x42010676 gpio_sleep_sel_en - .text.gpio_sleep_sel_dis - 0x4201070e 0x96 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - 0x4201070e gpio_sleep_sel_dis - .text.bootloader_init_mem - 0x420107a4 0xe esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - 0x420107a4 bootloader_init_mem - .text.bootloader_flash_update_id - 0x420107b2 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - 0x420107b2 bootloader_flash_update_id - .text.s_mem_caps_check - 0x420107d2 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .text.s_find_available_region - 0x420107e8 0x3a esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .text.s_is_enclosed - 0x42010822 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .text.s_is_overlapped - 0x42010838 0x22 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .text.s_get_bus_mask - 0x4201085a 0x58 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .text.s_reserve_irom_region - 0x420108b2 0xaa esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .text.s_reserve_drom_region - 0x4201095c 0xaa esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .text.esp_mmu_map_init - 0x42010a06 0x19c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - 0x42010a06 esp_mmu_map_init - .text.esp_mmu_map - 0x42010ba2 0x53e esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - 0x42010ba2 esp_mmu_map - .text.esp_mmu_unmap - 0x420110e0 0x188 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - 0x420110e0 esp_mmu_unmap - .text.esp_mmu_vaddr_to_paddr - 0x42011268 0x106 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - 0x42011268 esp_mmu_vaddr_to_paddr - .text.spi_flash_init_lock - 0x4201136e 0x2 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x4201136e spi_flash_init_lock - .text.spi_flash_op_lock - 0x42011370 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x42011370 spi_flash_op_lock - .text.spi_flash_op_unlock - 0x42011382 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - 0x42011382 spi_flash_op_unlock - .text.spi_flash_mmap - 0x42011394 0xc8 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x42011394 spi_flash_mmap - .text.spi_flash_munmap - 0x4201145c 0x6e esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x4201145c spi_flash_munmap - .text.spi_flash_cache2phys - 0x420114ca 0x24 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - 0x420114ca spi_flash_cache2phys - .text.esp_mspi_get_io - 0x420114ee 0x9a esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - 0x420114ee esp_mspi_get_io - .text.esp_mspi_pin_reserve - 0x42011588 0x5c esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - 0x42011588 esp_mspi_pin_reserve - .text.esp_flash_read_chip_id - 0x420115e4 0x14 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - 0x420115e4 esp_flash_read_chip_id - .text.spimem_flash_ll_get_source_freq_mhz - 0x420115f8 0x3e esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .text.esp_flash_init_default_chip - 0x42011636 0x18e esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - 0x42011636 esp_flash_init_default_chip - .text.esp_flash_app_init - 0x420117c4 0x28 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - 0x420117c4 esp_flash_app_init - .text.esp_flash_app_enable_os_functions - 0x420117ec 0x32 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - 0x420117ec esp_flash_app_enable_os_functions - .text.esp_crosscore_int_init - 0x4201181e 0x66 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - 0x4201181e esp_crosscore_int_init - .text.esp_vApplicationIdleHook - 0x42011884 0x46 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - 0x42011884 esp_vApplicationIdleHook - .text.esp_register_freertos_idle_hook_for_cpu - 0x420118ca 0x74 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - 0x420118ca esp_register_freertos_idle_hook_for_cpu - .text.esp_register_freertos_tick_hook_for_cpu - 0x4201193e 0x74 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - 0x4201193e esp_register_freertos_tick_hook_for_cpu - .text.esp_register_freertos_tick_hook - 0x420119b2 0x10 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - 0x420119b2 esp_register_freertos_tick_hook - .text.esp_int_wdt_init - 0x420119c2 0xc6 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - 0x420119c2 esp_int_wdt_init - .text.esp_int_wdt_cpu_init - 0x42011a88 0x54 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - 0x42011a88 esp_int_wdt_cpu_init - .text.find_entry_and_check_all_reset - 0x42011adc 0x30 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .text.find_entry_from_task_handle_and_check_all_reset - 0x42011b0c 0x32 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .text.task_wdt_timer_feed - 0x42011b3e 0x2c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .text.add_entry - 0x42011b6a 0x17a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .text.get_task_affinity - 0x42011ce4 0x26 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .text.task_wdt_timeout_abort - 0x42011d0a 0x9a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - 0x42011d0a task_wdt_timeout_abort - .text.task_wdt_timeout_handling - 0x42011da4 0x50 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .text.esp_task_wdt_add - 0x42011df4 0x66 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - 0x42011df4 esp_task_wdt_add - .text.subscribe_idle - 0x42011e5a 0xb2 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .text.esp_task_wdt_init - 0x42011f0c 0x144 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - 0x42011f0c esp_task_wdt_init - .text.esp_task_wdt_reset - 0x42012050 0xcc esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - 0x42012050 esp_task_wdt_reset - .text.idle_hook_cb - 0x4201211c 0x10 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .text.esp_task_wdt_print_triggered_tasks - 0x4201212c 0x12a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - 0x4201212c esp_task_wdt_print_triggered_tasks - .text.task_wdt_isr - 0x42012256 0x10a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .text.esp_task_wdt_impl_timer_allocate - 0x42012360 0xf2 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - 0x42012360 esp_task_wdt_impl_timer_allocate - .text.esp_task_wdt_impl_timer_feed - 0x42012452 0x36 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - 0x42012452 esp_task_wdt_impl_timer_feed - .text.esp_task_wdt_impl_timeout_triggered - 0x42012488 0x2e esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - 0x42012488 esp_task_wdt_impl_timeout_triggered - .text.esp_task_wdt_impl_timer_restart - 0x420124b6 0x40 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - 0x420124b6 esp_task_wdt_impl_timer_restart - .text.gpspi_flash_ll_calculate_clock_reg - 0x420124f6 0x2c esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .text.spimem_flash_ll_calculate_clock_reg - 0x42012522 0x2a esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .text.get_flash_clock_divider - 0x4201254c 0xa4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .text.spi_flash_cal_clock - 0x420125f0 0x28 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .text.spi_flash_hal_init - 0x42012618 0x114 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - 0x42012618 spi_flash_hal_init - .text.spi_flash_hal_supports_direct_write - 0x4201272c 0x12 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - 0x4201272c spi_flash_hal_supports_direct_write - .text.spi_flash_hal_supports_direct_read - 0x4201273e 0x12 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - 0x4201273e spi_flash_hal_supports_direct_read - .text.uart_ll_get_baudrate - 0x42012750 0x38 esp-idf/hal/libhal.a(uart_hal.c.obj) - .text.uart_hal_get_sclk - 0x42012788 0x26 esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x42012788 uart_hal_get_sclk - .text.uart_hal_get_baudrate - 0x420127ae 0x1a esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x420127ae uart_hal_get_baudrate - .text.uart_hal_set_stop_bits - 0x420127c8 0x12 esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x420127c8 uart_hal_set_stop_bits - .text.uart_hal_get_stop_bits - 0x420127da 0xc esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x420127da uart_hal_get_stop_bits - .text.uart_hal_set_data_bit_num - 0x420127e6 0x10 esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x420127e6 uart_hal_set_data_bit_num - .text.uart_hal_get_data_bit_num - 0x420127f6 0xc esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x420127f6 uart_hal_get_data_bit_num - .text.uart_hal_set_parity - 0x42012802 0x20 esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x42012802 uart_hal_set_parity - .text.uart_hal_get_parity - 0x42012822 0x1c esp-idf/hal/libhal.a(uart_hal.c.obj) - 0x42012822 uart_hal_get_parity - .text.esp_crypto_sha_aes_lock_acquire - 0x4201283e 0x1a esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - 0x4201283e esp_crypto_sha_aes_lock_acquire - .text.esp_crypto_hmac_lock_acquire - 0x42012858 0x1e esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - 0x42012858 esp_crypto_hmac_lock_acquire - .text.esp_crypto_sha_aes_lock_release - 0x42012876 0x1a esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - 0x42012876 esp_crypto_sha_aes_lock_release - .text.esp_crypto_hmac_lock_release - 0x42012890 0x1e esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - 0x42012890 esp_crypto_hmac_lock_release - .text.esp_crypto_mpi_lock_acquire - 0x420128ae 0x1a esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - 0x420128ae esp_crypto_mpi_lock_acquire - .text.esp_crypto_ds_lock_acquire - 0x420128c8 0x22 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - 0x420128c8 esp_crypto_ds_lock_acquire - .text.esp_crypto_mpi_lock_release - 0x420128ea 0x1a esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - 0x420128ea esp_crypto_mpi_lock_release - .text.esp_crypto_ds_lock_release - 0x42012904 0x22 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - 0x42012904 esp_crypto_ds_lock_release - .text.esp_cpu_configure_region_protection - 0x42012926 0x100 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - 0x42012926 esp_cpu_configure_region_protection - .text.esp_fill_random - 0x42012a26 0x6a esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) - 0x42012a26 esp_fill_random - .text.get_idx 0x42012a90 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .text.generate_mac - 0x42012aec 0x13c esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .text.get_efuse_factory_mac - 0x42012c28 0x4e esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .text.get_efuse_mac_custom - 0x42012c76 0xb0 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .text.get_mac_addr_from_mac_table - 0x42012d26 0xea esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .text.esp_efuse_mac_get_default - 0x42012e10 0xe esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - 0x42012e10 esp_efuse_mac_get_default - .text.esp_read_mac - 0x42012e1e 0x110 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - 0x42012e1e esp_read_mac - .text.esp_gpio_reserve - 0x42012f2e 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - 0x42012f2e esp_gpio_reserve - .text.temperature_sensor_get_raw_value - 0x42012f4a 0xac esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - .text.temperature_sensor_ll_set_range - 0x42012ff6 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - .text.temperature_sensor_power_acquire - 0x42013018 0x82 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - 0x42013018 temperature_sensor_power_acquire - .text.temperature_sensor_power_release - 0x4201309a 0xb4 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - 0x4201309a temperature_sensor_power_release - .text.temp_sensor_get_raw_value - 0x4201314e 0x112 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - 0x4201314e temp_sensor_get_raw_value - .text.esp_clk_tree_src_get_freq_hz - 0x42013260 0x19e esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - 0x42013260 esp_clk_tree_src_get_freq_hz - .text.clk_tree_rtc_slow_calibration - 0x420133fe 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .text.esp_clk_tree_rc_fast_d256_get_freq_hz - 0x4201346a 0x76 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - 0x4201346a esp_clk_tree_rc_fast_d256_get_freq_hz - .text.esp_clk_tree_xtal32k_get_freq_hz - 0x420134e0 0x7a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - 0x420134e0 esp_clk_tree_xtal32k_get_freq_hz - .text.esp_clk_tree_lp_slow_get_freq_hz - 0x4201355a 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - 0x4201355a esp_clk_tree_lp_slow_get_freq_hz - .text.esp_clk_tree_rc_fast_get_freq_hz - 0x4201359c 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - 0x4201359c esp_clk_tree_rc_fast_get_freq_hz - .text.esp_clk_tree_lp_fast_get_freq_hz - 0x420135bc 0x64 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - 0x420135bc esp_clk_tree_lp_fast_get_freq_hz - .text.adc_calc_hw_calibration_code - 0x42013620 0x9e esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - 0x42013620 adc_calc_hw_calibration_code - .text.adc2_wifi_acquire - 0x420136be 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - 0x420136be adc2_wifi_acquire - .text.adc2_wifi_release - 0x420136c2 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - 0x420136c2 adc2_wifi_release - .text.adc_apb_periph_claim - 0x420136c6 0x6e esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - 0x420136c6 adc_apb_periph_claim - .text.adc_apb_periph_free - 0x42013734 0x9e esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - 0x42013734 adc_apb_periph_free - .text._ZSt9__find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZL18nvs_find_ns_handlemPPN3nvs15NVSHandleSimpleEEUlRS1_E_EEET_SE_SE_T0_ - 0x420137d2 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._ZSt7find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEZL18nvs_find_ns_handlemPPN3nvs15NVSHandleSimpleEEUlRS1_E_ET_SA_SA_T0_ - 0x420137e2 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._ZL18nvs_find_ns_handlemPPN3nvs15NVSHandleSimpleE - 0x420137f0 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._ZSt9__find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZ9nvs_closeEUlRS1_E_EEET_SA_SA_T0_ - 0x42013820 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._ZSt7find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEZ9nvs_closeEUlRS1_E_ET_S6_S6_T0_ - 0x42013830 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._ZL19nvs_get_str_or_blobmN3nvs8ItemTypeEPKcPvPj - 0x4201383e 0x8c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text._ZN14NVSHandleEntryD2Ev - 0x420138ca 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x420138ca NVSHandleEntry::~NVSHandleEntry() - 0x420138ca NVSHandleEntry::~NVSHandleEntry() - .text.nvs_flash_init_partition - 0x420138de 0x40 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x420138de nvs_flash_init_partition - .text.nvs_flash_init - 0x4201391e 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x4201391e nvs_flash_init - .text.nvs_erase_key - 0x42013934 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013934 nvs_erase_key - .text.nvs_commit - 0x42013970 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013970 nvs_commit - .text.nvs_set_blob - 0x420139a4 0x4c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x420139a4 nvs_set_blob - .text.nvs_get_blob - 0x420139f0 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x420139f0 nvs_get_blob - .text._ZN14intrusive_listI14NVSHandleEntryE5eraseENS1_8iteratorE - 0x42013a08 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013a08 intrusive_list::erase(intrusive_list::iterator) - .text.nvs_close - 0x42013a24 0x56 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013a24 nvs_close - .text._ZN14intrusive_listI14NVSHandleEntryE9push_backEPS0_ - 0x42013a7a 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013a7a intrusive_list::push_back(NVSHandleEntry*) - .text.nvs_open_from_partition - 0x42013a9a 0xa6 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013a9a nvs_open_from_partition - .text.nvs_open - 0x42013b40 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013b40 nvs_open - .text._ZN3nvs9NVSHandle8set_itemIaEEiPKcT_ - 0x42013b5c 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013b5c int nvs::NVSHandle::set_item(char const*, signed char) - .text._Z7nvs_setIaEimPKcT_ - 0x42013b7a 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_set_i8 - 0x42013bbe 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013bbe nvs_set_i8 - .text._ZN3nvs9NVSHandle8set_itemIhEEiPKcT_ - 0x42013bcc 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013bcc int nvs::NVSHandle::set_item(char const*, unsigned char) - .text._Z7nvs_setIhEimPKcT_ - 0x42013bea 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_set_u8 - 0x42013c2e 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013c2e nvs_set_u8 - .text._ZN3nvs9NVSHandle8set_itemItEEiPKcT_ - 0x42013c3c 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013c3c int nvs::NVSHandle::set_item(char const*, unsigned short) - .text._Z7nvs_setItEimPKcT_ - 0x42013c5a 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_set_u16 - 0x42013c9e 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013c9e nvs_set_u16 - .text._ZN3nvs9NVSHandle8set_itemImEEiPKcT_ - 0x42013cac 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013cac int nvs::NVSHandle::set_item(char const*, unsigned long) - .text._Z7nvs_setImEimPKcT_ - 0x42013cc6 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_set_u32 - 0x42013d0a 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013d0a nvs_set_u32 - .text._ZN3nvs9NVSHandle8get_itemIaEEiPKcRT_ - 0x42013d18 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013d18 int nvs::NVSHandle::get_item(char const*, signed char&) - .text._Z7nvs_getIaEimPKcPT_ - 0x42013d30 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_get_i8 - 0x42013d74 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013d74 nvs_get_i8 - .text._ZN3nvs9NVSHandle8get_itemIhEEiPKcRT_ - 0x42013d82 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013d82 int nvs::NVSHandle::get_item(char const*, unsigned char&) - .text._Z7nvs_getIhEimPKcPT_ - 0x42013d9a 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_get_u8 - 0x42013dde 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013dde nvs_get_u8 - .text._ZN3nvs9NVSHandle8get_itemItEEiPKcRT_ - 0x42013dec 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013dec int nvs::NVSHandle::get_item(char const*, unsigned short&) - .text._Z7nvs_getItEimPKcPT_ - 0x42013e04 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_get_u16 - 0x42013e48 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013e48 nvs_get_u16 - .text._ZN3nvs9NVSHandle8get_itemImEEiPKcRT_ - 0x42013e56 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013e56 int nvs::NVSHandle::get_item(char const*, unsigned long&) - .text._Z7nvs_getImEimPKcPT_ - 0x42013e6e 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .text.nvs_get_u32 - 0x42013eb2 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - 0x42013eb2 nvs_get_u32 - .text._ZN9__gnu_cxx5__ops11__pred_iterIZN3nvs7Storage26eraseMismatchedBlobIndexesER14intrusive_listINS3_13BlobIndexNodeEEEUlRKS5_E_EENS0_10_Iter_predIT_EESC_ - 0x42013ec0 0x4a 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_ - 0x42013f0a 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .text._ZZN3nvs7Storage26eraseMismatchedBlobIndexesER14intrusive_listINS0_13BlobIndexNodeEEENKUlRKS2_E_clES6_ - 0x42013f54 0x60 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 - 0x42013fb4 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .text._ZSt7find_ifIN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE8iteratorEZNS2_26eraseMismatchedBlobIndexesERS4_EUlRKS3_E_ET_SA_SA_T0_ - 0x42013fe4 0x84 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .text._ZZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEEENKUlRKS2_E_clES6_ - 0x42014068 0x56 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .text._ZSt9__find_ifIN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS2_20eraseOrphanDataBlobsERS4_EUlRKS3_E_EEET_SE_SE_T0_St18input_iterator_tag - 0x420140be 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .text._ZSt7find_ifIN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE8iteratorEZNS2_20eraseOrphanDataBlobsERS4_EUlRKS3_E_ET_SA_SA_T0_ - 0x420140ee 0x84 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .text._ZSt9__find_ifIN14intrusive_listIN3nvs7Storage14NamespaceEntryEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS2_21createOrOpenNamespaceEPKcbRhEUlRKS3_E_EEET_SG_SG_T0_St18input_iterator_tag - 0x42014172 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .text._ZSt7find_ifIN14intrusive_listIN3nvs7Storage14NamespaceEntryEE8iteratorEZNS2_21createOrOpenNamespaceEPKcbRhEUlRKS3_E_ET_SC_SC_T0_ - 0x420141aa 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .text._ZN3nvs4Item6getKeyEPcj - 0x420141ba 0x36 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x420141ba nvs::Item::getKey(char*, unsigned int) - .text._ZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEE - 0x420141f0 0x9a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x420141f0 nvs::Storage::eraseOrphanDataBlobs(intrusive_list&) - .text._ZN3nvs7Storage8findItemEhNS_8ItemTypeEPKcRPNS_4PageERNS_4ItemEhNS_9VerOffsetE - 0x4201428a 0x6a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x4201428a nvs::Storage::findItem(unsigned char, nvs::ItemType, char const*, nvs::Page*&, nvs::Item&, unsigned char, nvs::VerOffset) - .text._ZN3nvs7Storage16cmpMultiPageBlobEhPKcPKvj - 0x420142f4 0xe0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x420142f4 nvs::Storage::cmpMultiPageBlob(unsigned char, char const*, void const*, unsigned int) - .text._ZN3nvs7Storage18eraseMultiPageBlobEhPKcNS_9VerOffsetE - 0x420143d4 0x134 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x420143d4 nvs::Storage::eraseMultiPageBlob(unsigned char, char const*, nvs::VerOffset) - .text._ZN3nvs7Storage17readMultiPageBlobEhPKcPvj - 0x42014508 0x11c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42014508 nvs::Storage::readMultiPageBlob(unsigned char, char const*, void*, unsigned int) - .text._ZN3nvs7Storage8readItemEhNS_8ItemTypeEPKcPvj - 0x42014624 0x8e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42014624 nvs::Storage::readItem(unsigned char, nvs::ItemType, char const*, void*, unsigned int) - .text._ZN3nvs7Storage9eraseItemEhNS_8ItemTypeEPKc - 0x420146b2 0x8e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x420146b2 nvs::Storage::eraseItem(unsigned char, nvs::ItemType, char const*) - .text._ZN3nvs7Storage14eraseNamespaceEh - 0x42014740 0x4e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42014740 nvs::Storage::eraseNamespace(unsigned char) - .text._ZN3nvs7Storage7findKeyEhPKcPNS_8ItemTypeE - 0x4201478e 0x40 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x4201478e nvs::Storage::findKey(unsigned char, char const*, nvs::ItemType*) - .text._ZN3nvs7Storage15getItemDataSizeEhNS_8ItemTypeEPKcRj - 0x420147ce 0x7e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x420147ce nvs::Storage::getItemDataSize(unsigned char, nvs::ItemType, char const*, unsigned int&) - .text._ZN3nvs7Storage22calcEntriesInNamespaceEhRj - 0x4201484c 0x76 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x4201484c nvs::Storage::calcEntriesInNamespace(unsigned char, unsigned int&) - .text._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE9push_backEPS2_ - 0x420148c2 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x420148c2 intrusive_list::push_back(nvs::Storage::BlobIndexNode*) - .text._ZN3nvs7Storage19populateBlobIndicesER14intrusive_listINS0_13BlobIndexNodeEE - 0x420148e2 0xa2 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x420148e2 nvs::Storage::populateBlobIndices(intrusive_list&) - .text._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE5eraseENS3_8iteratorE - 0x42014984 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42014984 intrusive_list::erase(intrusive_list::iterator) - .text._ZN3nvs7Storage26eraseMismatchedBlobIndexesER14intrusive_listINS0_13BlobIndexNodeEE - 0x420149a0 0x11a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x420149a0 nvs::Storage::eraseMismatchedBlobIndexes(intrusive_list&) - .text._ZN19CompressedEnumTableIbLj1ELj256EE3setEjb - 0x42014aba 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42014aba CompressedEnumTable::set(unsigned int, bool) - .text._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE9push_backEPS2_ - 0x42014aea 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42014aea intrusive_list::push_back(nvs::Storage::NamespaceEntry*) - .text._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE17clearAndFreeNodesEv - 0x42014b0a 0x2e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42014b0a intrusive_list::clearAndFreeNodes() - .text._ZN14intrusive_listIN3nvs7Storage12UsedPageNodeEE9push_backEPS2_ - 0x42014b38 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42014b38 intrusive_list::push_back(nvs::Storage::UsedPageNode*) - .text._ZNKSt14default_deleteIA_N3nvs4PageEEclIS1_EENSt9enable_ifIXsrSt14is_convertibleIPA_T_PS2_E5valueEvE4typeEPS7_ - 0x42014b58 0x42 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42014b58 std::enable_if::value, void>::type std::default_delete::operator()(nvs::Page*) const - .text._ZNSt10unique_ptrIA_N3nvs4PageESt14default_deleteIS2_EED2Ev - 0x42014b9a 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42014b9a std::unique_ptr >::~unique_ptr() - 0x42014b9a std::unique_ptr >::~unique_ptr() - .text._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE5eraseENS3_8iteratorE - 0x42014bb6 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42014bb6 intrusive_list::erase(intrusive_list::iterator) - .text._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE17clearAndFreeNodesEv - 0x42014bd2 0x2e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42014bd2 intrusive_list::clearAndFreeNodes() - .text._ZN3nvs7Storage15clearNamespacesEv - 0x42014c00 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42014c00 nvs::Storage::clearNamespaces() - .text._ZN3nvs7StorageD2Ev - 0x42014c12 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42014c12 nvs::Storage::~Storage() - 0x42014c12 nvs::Storage::~Storage() - .text._ZN3nvs7Storage4initEmm - 0x42014c2e 0x13a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42014c2e nvs::Storage::init(unsigned long, unsigned long) - .text._ZN14intrusive_listIN3nvs7Storage12UsedPageNodeEE5eraseENS3_8iteratorE - 0x42014d68 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42014d68 intrusive_list::erase(intrusive_list::iterator) - .text._ZN14intrusive_listIN3nvs7Storage12UsedPageNodeEE17clearAndFreeNodesEv - 0x42014d84 0x2e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42014d84 intrusive_list::clearAndFreeNodes() - .text._ZN3nvs7Storage18writeMultiPageBlobEhPKcPKvjNS_9VerOffsetE - 0x42014db2 0x1ec esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42014db2 nvs::Storage::writeMultiPageBlob(unsigned char, char const*, void const*, unsigned int, nvs::VerOffset) - .text._ZN3nvs7Storage9writeItemEhNS_8ItemTypeEPKcPKvj - 0x42014f9e 0x242 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x42014f9e nvs::Storage::writeItem(unsigned char, nvs::ItemType, char const*, void const*, unsigned int) - .text._ZN3nvs7Storage21createOrOpenNamespaceEPKcbRh - 0x420151e0 0x108 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - 0x420151e0 nvs::Storage::createOrOpenNamespace(char const*, bool, unsigned char&) - .text._ZN3nvs15NVSHandleSimple6commitEv - 0x420152e8 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x420152e8 nvs::NVSHandleSimple::commit() - .text._ZN3nvs15NVSHandleSimpleD2Ev - 0x420152fa 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x420152fa nvs::NVSHandleSimple::~NVSHandleSimple() - 0x420152fa nvs::NVSHandleSimple::~NVSHandleSimple() - .text._ZN3nvs15NVSHandleSimpleD0Ev - 0x42015324 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x42015324 nvs::NVSHandleSimple::~NVSHandleSimple() - .text._ZN3nvs15NVSHandleSimple14set_typed_itemENS_8ItemTypeEPKcPKvj - 0x42015342 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x42015342 nvs::NVSHandleSimple::set_typed_item(nvs::ItemType, char const*, void const*, unsigned int) - .text._ZN3nvs15NVSHandleSimple8set_blobEPKcPKvj - 0x4201537a 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x4201537a nvs::NVSHandleSimple::set_blob(char const*, void const*, unsigned int) - .text._ZN3nvs15NVSHandleSimple14get_typed_itemENS_8ItemTypeEPKcPvj - 0x420153b4 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x420153b4 nvs::NVSHandleSimple::get_typed_item(nvs::ItemType, char const*, void*, unsigned int) - .text._ZN3nvs15NVSHandleSimple10get_stringEPKcPcj - 0x420153de 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x420153de nvs::NVSHandleSimple::get_string(char const*, char*, unsigned int) - .text._ZN3nvs15NVSHandleSimple8get_blobEPKcPvj - 0x4201540a 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x4201540a nvs::NVSHandleSimple::get_blob(char const*, void*, unsigned int) - .text._ZN3nvs15NVSHandleSimple10set_stringEPKcS2_ - 0x42015436 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x42015436 nvs::NVSHandleSimple::set_string(char const*, char const*) - .text._ZN3nvs15NVSHandleSimple13get_item_sizeENS_8ItemTypeEPKcRj - 0x42015496 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x42015496 nvs::NVSHandleSimple::get_item_size(nvs::ItemType, char const*, unsigned int&) - .text._ZN3nvs15NVSHandleSimple8find_keyEPKcR10nvs_type_t - 0x420154be 0x52 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x420154be nvs::NVSHandleSimple::find_key(char const*, nvs_type_t&) - .text._ZN3nvs15NVSHandleSimple10erase_itemEPKc - 0x42015510 0x36 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x42015510 nvs::NVSHandleSimple::erase_item(char const*) - .text._ZN3nvs15NVSHandleSimple9erase_allEv - 0x42015546 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x42015546 nvs::NVSHandleSimple::erase_all() - .text._ZN3nvs15NVSHandleSimple20get_used_entry_countERj - 0x42015576 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x42015576 nvs::NVSHandleSimple::get_used_entry_count(unsigned int&) - .text._ZN3nvs12NVSPartitionD2Ev - 0x420155aa 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x420155aa nvs::NVSPartition::~NVSPartition() - 0x420155aa nvs::NVSPartition::~NVSPartition() - .text._ZN3nvs12NVSPartition18get_partition_nameEv - 0x420155c0 0x6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x420155c0 nvs::NVSPartition::get_partition_name() - .text._ZN3nvs12NVSPartition11get_addressEv - 0x420155c6 0x6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x420155c6 nvs::NVSPartition::get_address() - .text._ZN3nvs12NVSPartition8get_sizeEv - 0x420155cc 0x6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x420155cc nvs::NVSPartition::get_size() - .text._ZN3nvs12NVSPartition12get_readonlyEv - 0x420155d2 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x420155d2 nvs::NVSPartition::get_readonly() - .text._ZN3nvs12NVSPartition8read_rawEjPvj - 0x420155da 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x420155da nvs::NVSPartition::read_raw(unsigned int, void*, unsigned int) - .text._ZN3nvs12NVSPartition4readEjPvj - 0x420155ea 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x420155ea nvs::NVSPartition::read(unsigned int, void*, unsigned int) - .text._ZN3nvs12NVSPartition9write_rawEjPKvj - 0x42015606 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x42015606 nvs::NVSPartition::write_raw(unsigned int, void const*, unsigned int) - .text._ZN3nvs12NVSPartition5writeEjPKvj - 0x42015616 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x42015616 nvs::NVSPartition::write(unsigned int, void const*, unsigned int) - .text._ZN3nvs12NVSPartition11erase_rangeEjj - 0x42015632 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x42015632 nvs::NVSPartition::erase_range(unsigned int, unsigned int) - .text._ZN3nvs12NVSPartitionD0Ev - 0x42015642 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x42015642 nvs::NVSPartition::~NVSPartition() - .text._ZN3nvs12NVSPartitionC2EPK15esp_partition_t - 0x42015668 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x42015668 nvs::NVSPartition::NVSPartition(esp_partition_t const*) - 0x42015668 nvs::NVSPartition::NVSPartition(esp_partition_t const*) - .text._ZN3nvs19NVSPartitionManagerD2Ev - 0x4201569a 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x4201569a nvs::NVSPartitionManager::~NVSPartitionManager() - 0x4201569a nvs::NVSPartitionManager::~NVSPartitionManager() - .text._ZN3nvs19NVSPartitionManagerD0Ev - 0x420156a6 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x420156a6 nvs::NVSPartitionManager::~NVSPartitionManager() - .text._ZZN3nvs19NVSPartitionManager24lookup_storage_from_nameEPKcENKUlRNS_7StorageEE_clES4_ - 0x420156c2 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .text._ZSt9__find_ifIN14intrusive_listIN3nvs7StorageEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS1_19NVSPartitionManager24lookup_storage_from_nameEPKcEUlRS2_E_EEET_SE_SE_T0_St18input_iterator_tag - 0x420156e8 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .text._ZSt7find_ifIN14intrusive_listIN3nvs7StorageEE8iteratorEZNS1_19NVSPartitionManager24lookup_storage_from_nameEPKcEUlRS2_E_ET_SA_SA_T0_ - 0x42015714 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .text._ZN3nvs7StorageC2EPNS_9PartitionE - 0x42015724 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x42015724 nvs::Storage::Storage(nvs::Partition*) - 0x42015724 nvs::Storage::Storage(nvs::Partition*) - .text._ZN3nvs19NVSPartitionManager12get_instanceEv - 0x4201576e 0x62 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x4201576e nvs::NVSPartitionManager::get_instance() - .text._ZN3nvs19NVSPartitionManager24lookup_storage_from_nameEPKc - 0x420157d0 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x420157d0 nvs::NVSPartitionManager::lookup_storage_from_name(char const*) - .text._ZN14intrusive_listIN3nvs12NVSPartitionEE9push_backEPS1_ - 0x420157e4 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x420157e4 intrusive_list::push_back(nvs::NVSPartition*) - .text._ZN14intrusive_listIN3nvs12NVSPartitionEE5eraseENS2_8iteratorE - 0x42015804 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x42015804 intrusive_list::erase(intrusive_list::iterator) - .text._ZN14intrusive_listIN3nvs7StorageEE9push_backEPS1_ - 0x42015820 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x42015820 intrusive_list::push_back(nvs::Storage*) - .text._ZN3nvs19NVSPartitionManager11init_customEPNS_9PartitionEmm - 0x42015840 0xb0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x42015840 nvs::NVSPartitionManager::init_custom(nvs::Partition*, unsigned long, unsigned long) - .text._ZN3nvs19NVSPartitionManager14init_partitionEPKc - 0x420158f0 0x8a esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x420158f0 nvs::NVSPartitionManager::init_partition(char const*) - .text._ZN14intrusive_listIN3nvs15NVSHandleSimpleEE5eraseENS2_8iteratorE - 0x4201597a 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x4201597a intrusive_list::erase(intrusive_list::iterator) - .text._ZN3nvs19NVSPartitionManager12close_handleEPNS_15NVSHandleSimpleE - 0x42015996 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x42015996 nvs::NVSPartitionManager::close_handle(nvs::NVSHandleSimple*) - .text._ZN14intrusive_listIN3nvs15NVSHandleSimpleEE9push_backEPS1_ - 0x420159c0 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x420159c0 intrusive_list::push_back(nvs::NVSHandleSimple*) - .text._ZN3nvs19NVSPartitionManager11open_handleEPKcS2_15nvs_open_mode_tPPNS_15NVSHandleSimpleE - 0x420159e0 0xd6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x420159e0 nvs::NVSPartitionManager::open_handle(char const*, char const*, nvs_open_mode_t, nvs::NVSHandleSimple**) - .text._ZN3nvs4LockC2Ev - 0x42015ab6 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - 0x42015ab6 nvs::Lock::Lock() - 0x42015ab6 nvs::Lock::Lock() - .text._ZN3nvs4LockD2Ev - 0x42015ad0 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - 0x42015ad0 nvs::Lock::~Lock() - 0x42015ad0 nvs::Lock::~Lock() - .text._ZN3nvs4Lock4initEv - 0x42015aea 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - 0x42015aea nvs::Lock::init() - .text._ZN3nvs8HashListC2Ev - 0x42015aee 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x42015aee nvs::HashList::HashList() - 0x42015aee nvs::HashList::HashList() - .text._ZN3nvs8HashList13HashListBlockC2Ev - 0x42015afc 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x42015afc nvs::HashList::HashListBlock::HashListBlock() - 0x42015afc nvs::HashList::HashListBlock::HashListBlock() - .text._ZN3nvs8HashList4findEjRKNS_4ItemE - 0x42015b26 0x64 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x42015b26 nvs::HashList::find(unsigned int, nvs::Item const&) - .text._ZN14intrusive_listIN3nvs8HashList13HashListBlockEE5eraseENS3_8iteratorE - 0x42015b8a 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x42015b8a intrusive_list::erase(intrusive_list::iterator) - .text._ZN3nvs8HashList5clearEv - 0x42015ba6 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x42015ba6 nvs::HashList::clear() - .text._ZN3nvs8HashListD2Ev - 0x42015bda 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x42015bda nvs::HashList::~HashList() - 0x42015bda nvs::HashList::~HashList() - .text._ZN3nvs8HashList5eraseEj - 0x42015be8 0xa2 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x42015be8 nvs::HashList::erase(unsigned int) - .text._ZN14intrusive_listIN3nvs8HashList13HashListBlockEE9push_backEPS2_ - 0x42015c8a 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x42015c8a intrusive_list::push_back(nvs::HashList::HashListBlock*) - .text._ZN3nvs8HashList6insertERKNS_4ItemEj - 0x42015caa 0x96 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - 0x42015caa nvs::HashList::insert(nvs::Item const&, unsigned int) - .text._ZSt9__find_ifIPmN9__gnu_cxx5__ops10_Iter_predIZN3nvs4Page4loadEPNS4_9PartitionEmEUlmE_EEET_SA_SA_T0_St26random_access_iterator_tag - 0x42015d40 0x86 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .text._Z41__static_initialization_and_destruction_0v - 0x42015dc6 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .text._ZN3nvs4ItemC2EhNS_8ItemTypeEhPKch - 0x42015ddc 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42015ddc nvs::Item::Item(unsigned char, nvs::ItemType, unsigned char, char const*, unsigned char) - 0x42015ddc nvs::Item::Item(unsigned char, nvs::ItemType, unsigned char, char const*, unsigned char) - .text._ZN3nvs4PageC2Ev - 0x42015e3c 0x42 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42015e3c nvs::Page::Page() - 0x42015e3c nvs::Page::Page() - .text._ZN3nvs4Page6Header14calculateCrc32Ev - 0x42015e7e 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42015e7e nvs::Page::Header::calculateCrc32() - .text._ZN3nvs4Page20updateFirstUsedEntryEjj - 0x42015e98 0x56 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42015e98 nvs::Page::updateFirstUsedEntry(unsigned int, unsigned int) - .text._ZN3nvs4Page10initializeEv - 0x42015eee 0x7e esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42015eee nvs::Page::initialize() - .text._ZN3nvs4Page14alterPageStateENS0_9PageStateE - 0x42015f6c 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42015f6c nvs::Page::alterPageState(nvs::Page::PageState) - .text._ZNK3nvs4Page9readEntryEjRNS_4ItemE - 0x42015f9c 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42015f9c nvs::Page::readEntry(unsigned int, nvs::Item&) const - .text._ZNK3nvs4Page12getSeqNumberERm - 0x42015fc8 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42015fc8 nvs::Page::getSeqNumber(unsigned long&) const - .text._ZN3nvs4Page12setSeqNumberEm - 0x42015ff2 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42015ff2 nvs::Page::setSeqNumber(unsigned long) - .text._ZN3nvs4Page5eraseEv - 0x42016008 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42016008 nvs::Page::erase() - .text._ZN3nvs4Page11markFreeingEv - 0x42016052 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42016052 nvs::Page::markFreeing() - .text._ZN3nvs4Page8markFullEv - 0x42016078 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42016078 nvs::Page::markFull() - .text._ZNK3nvs4Page18getVarDataTailroomEv - 0x42016098 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42016098 nvs::Page::getVarDataTailroom() const - .text._ZN19CompressedEnumTableIN3nvs4Page10EntryStateELj2ELj126EE3setEjS2_ - 0x420160ca 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x420160ca CompressedEnumTable::set(unsigned int, nvs::Page::EntryState) - .text._ZN3nvs4Page15alterEntryStateEjNS0_10EntryStateE - 0x420160fc 0x56 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x420160fc nvs::Page::alterEntryState(unsigned int, nvs::Page::EntryState) - .text._ZN3nvs4Page10writeEntryERKNS_4ItemE - 0x42016152 0x68 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42016152 nvs::Page::writeEntry(nvs::Item const&) - .text._ZN3nvs4Page9copyItemsERS0_ - 0x420161ba 0xd0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x420161ba nvs::Page::copyItems(nvs::Page&) - .text._ZN3nvs4Page20alterEntryRangeStateEjjNS0_10EntryStateE - 0x4201628a 0x9c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x4201628a nvs::Page::alterEntryRangeState(unsigned int, unsigned int, nvs::Page::EntryState) - .text._ZN3nvs4Page14writeEntryDataEPKhj - 0x42016326 0x92 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42016326 nvs::Page::writeEntryData(unsigned char const*, unsigned int) - .text._ZN3nvs4Page9writeItemEhNS_8ItemTypeEPKcPKvjh - 0x420163b8 0x22a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x420163b8 nvs::Page::writeItem(unsigned char, nvs::ItemType, char const*, void const*, unsigned int, unsigned char) - .text._ZN3nvs4Page17eraseEntryAndSpanEj - 0x420165e2 0x140 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x420165e2 nvs::Page::eraseEntryAndSpan(unsigned int) - .text._ZN3nvs4Page8findItemEhNS_8ItemTypeEPKcRjRNS_4ItemEhNS_9VerOffsetE - 0x42016722 0x246 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42016722 nvs::Page::findItem(unsigned char, nvs::ItemType, char const*, unsigned int&, nvs::Item&, unsigned char, nvs::VerOffset) - .text._ZN3nvs4Page7cmpItemEhNS_8ItemTypeEPKcPKvjhNS_9VerOffsetE - 0x42016968 0x100 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42016968 nvs::Page::cmpItem(unsigned char, nvs::ItemType, char const*, void const*, unsigned int, unsigned char, nvs::VerOffset) - .text._ZN3nvs4Page8readItemEhNS_8ItemTypeEPKcPvjhNS_9VerOffsetE - 0x42016a68 0xfa esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42016a68 nvs::Page::readItem(unsigned char, nvs::ItemType, char const*, void*, unsigned int, unsigned char, nvs::VerOffset) - .text._ZN3nvs4Page9eraseItemEhNS_8ItemTypeEPKchNS_9VerOffsetE - 0x42016b62 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42016b62 nvs::Page::eraseItem(unsigned char, nvs::ItemType, char const*, unsigned char, nvs::VerOffset) - .text._ZN3nvs4Page15mLoadEntryTableEv - 0x42016b8c 0x3ca esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42016b8c nvs::Page::mLoadEntryTable() - .text._ZN3nvs4Page4loadEPNS_9PartitionEm - 0x42016f56 0x148 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - 0x42016f56 nvs::Page::load(nvs::Partition*, unsigned long) - .text._GLOBAL__sub_I__ZN3nvs4PageC2Ev - 0x4201709e 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .text._ZZN3nvs11PageManager4loadEPNS_9PartitionEmmENKUlRKNS_4PageEE_clES5_ - 0x420170ac 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .text._ZSt9__find_ifIN14intrusive_listIN3nvs4PageEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS1_11PageManager4loadEPNS1_9PartitionEmmEUlRKS2_E_EEET_SF_SF_T0_St18input_iterator_tag - 0x420170d4 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .text._ZSt7find_ifIN14intrusive_listIN3nvs4PageEE8iteratorEZNS1_11PageManager4loadEPNS1_9PartitionEmmEUlRKS2_E_ET_SB_SB_T0_ - 0x42017100 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .text._ZN14intrusive_listIN3nvs4PageEE9push_backEPS1_ - 0x42017110 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x42017110 intrusive_list::push_back(nvs::Page*) - .text._ZN14intrusive_listIN3nvs4PageEE5eraseENS2_8iteratorE - 0x42017130 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x42017130 intrusive_list::erase(intrusive_list::iterator) - .text._ZN14intrusive_listIN3nvs4PageEE5clearEv - 0x4201714c 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x4201714c intrusive_list::clear() - .text._ZN3nvs11PageManager12activatePageEv - 0x42017168 0x56 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x42017168 nvs::PageManager::activatePage() - .text._ZN3nvs11PageManager14requestNewPageEv - 0x420171be 0xc8 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x420171be nvs::PageManager::requestNewPage() - .text._ZN14intrusive_listIN3nvs4PageEE10push_frontEPS1_ - 0x42017286 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x42017286 intrusive_list::push_front(nvs::Page*) - .text._ZN14intrusive_listIN3nvs4PageEE6insertENS2_8iteratorEPS1_ - 0x420172a4 0x2e esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x420172a4 intrusive_list::insert(intrusive_list::iterator, nvs::Page*) - .text._ZN3nvs11PageManager4loadEPNS_9PartitionEmm - 0x420172d2 0x25e esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - 0x420172d2 nvs::PageManager::load(nvs::Partition*, unsigned long, unsigned long) - .text._ZN3nvs16partition_lookup20lookup_nvs_partitionEPKcPPNS_12NVSPartitionE - 0x42017530 0x5a esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - 0x42017530 nvs::partition_lookup::lookup_nvs_partition(char const*, nvs::NVSPartition**) - .text._ZNK3nvs4Item14calculateCrc32Ev - 0x4201758a 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - 0x4201758a nvs::Item::calculateCrc32() const - .text._ZNK3nvs4Item26calculateCrc32WithoutValueEv - 0x420175c4 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - 0x420175c4 nvs::Item::calculateCrc32WithoutValue() const - .text._ZN3nvs4Item14calculateCrc32EPKhj - 0x420175fe 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - 0x420175fe nvs::Item::calculateCrc32(unsigned char const*, unsigned int) - .text._ZNK3nvs4Item22checkHeaderConsistencyEh - 0x42017616 0x132 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - 0x42017616 nvs::Item::checkHeaderConsistency(unsigned char) const - .text.esp_netif_add_to_list_unsafe - 0x42017748 0x44 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - 0x42017748 esp_netif_add_to_list_unsafe - .text.esp_netif_remove_from_list_unsafe - 0x4201778c 0x86 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - 0x4201778c esp_netif_remove_from_list_unsafe - .text.esp_netif_get_nr_of_ifs - 0x42017812 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - 0x42017812 esp_netif_get_nr_of_ifs - .text.esp_netif_next_unsafe - 0x4201781c 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - 0x4201781c esp_netif_next_unsafe - .text.esp_netif_is_netif_listed - 0x4201784c 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - 0x4201784c esp_netif_is_netif_listed - .text.esp_netif_get_handle_from_ifkey_unsafe - 0x42017868 0x40 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - 0x42017868 esp_netif_get_handle_from_ifkey_unsafe - .text.tcpip_exec_api - 0x420178a8 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_reset_ip_info - 0x420178b8 0x16 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_is_active - 0x420178ce 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_set_default_netif_internal - 0x420178ea 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_lwip_ipc_call_msg - 0x420178fa 0x52 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_lwip_ipc_call - 0x4201794c 0x20 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_lwip_ipc_call_fn - 0x4201796c 0x20 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_lwip_ipc_call_get_netif - 0x4201798c 0x20 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_api_cb - 0x420179ac 0x26 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.tcpip_init_done - 0x420179d2 0xe esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_config_sanity_check - 0x420179e0 0x96 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_set_mac_api - 0x42017a76 0x6a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42017a76 esp_netif_set_mac_api - .text.esp_netif_set_ip_old_info_api - 0x42017ae0 0x7a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_dhcps_cb - 0x42017b5a 0xe8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_start_ip_lost_timer - 0x42017c42 0x32 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.netif_set_mldv6_flag - 0x42017c74 0x36 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.netif_set_garp_flag - 0x42017caa 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.netif_send_mldv6 - 0x42017cc8 0x3e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_init_configuration - 0x42017d06 0x1fc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.netif_unset_garp_flag - 0x42017f02 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.netif_unset_mldv6_flag - 0x42017f1a 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_lwip_remove - 0x42017f3e 0x54 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.netif_send_garp - 0x42017f92 0x3c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_lwip_add - 0x42017fce 0x9c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.dns_clear_servers - 0x4201806a 0x36 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_dhcpc_start_api - 0x420180a0 0xee esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_create_ip6_linklocal_api - 0x4201818e 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_update_default_netif - 0x420181b6 0x1a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x420181b6 esp_netif_update_default_netif - .text.esp_netif_ip_lost_timer - 0x420181d0 0xb8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_internal_nd6_cb - 0x42018288 0xf4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_destroy_api - 0x4201837c 0x8e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_new_api - 0x4201840a 0x2dc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_start_api - 0x420186e6 0x1ce esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_stop_api - 0x420188b4 0x8a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_up_api - 0x4201893e 0x56 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_down_api - 0x42018994 0xe0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_get_io_driver - 0x42018a74 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42018a74 esp_netif_get_io_driver - .text.esp_netif_init - 0x42018a78 0x116 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42018a78 esp_netif_init - .text.esp_netif_tcpip_exec - 0x42018b8e 0x1a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42018b8e esp_netif_tcpip_exec - .text.esp_netif_new - 0x42018ba8 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42018ba8 esp_netif_new - .text.esp_netif_destroy - 0x42018bc6 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42018bc6 esp_netif_destroy - .text.esp_netif_attach - 0x42018be2 0x58 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42018be2 esp_netif_attach - .text.esp_netif_set_driver_config - 0x42018c3a 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42018c3a esp_netif_set_driver_config - .text.esp_netif_set_mac - 0x42018c5e 0x2c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42018c5e esp_netif_set_mac - .text.esp_netif_start - 0x42018c8a 0x1a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42018c8a esp_netif_start - .text.esp_netif_stop - 0x42018ca4 0x1a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42018ca4 esp_netif_stop - .text.esp_netif_netstack_buf_ref - 0x42018cbe 0xe esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42018cbe esp_netif_netstack_buf_ref - .text.esp_netif_netstack_buf_free - 0x42018ccc 0xe esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42018ccc esp_netif_netstack_buf_free - .text.esp_netif_free_rx_buffer - 0x42018cda 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42018cda esp_netif_free_rx_buffer - .text.esp_netif_transmit_wrap - 0x42018cea 0x50 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42018cea esp_netif_transmit_wrap - .text.esp_netif_receive - 0x42018d3a 0x54 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42018d3a esp_netif_receive - .text.esp_netif_dhcpc_start - 0x42018d8e 0x1a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42018d8e esp_netif_dhcpc_start - .text.esp_netif_dhcpc_get_status - 0x42018da8 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42018da8 esp_netif_dhcpc_get_status - .text.esp_netif_get_hostname - 0x42018dc4 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42018dc4 esp_netif_get_hostname - .text.esp_netif_up - 0x42018de8 0x1a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42018de8 esp_netif_up - .text.esp_netif_down - 0x42018e02 0x1a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42018e02 esp_netif_down - .text.esp_netif_is_netif_up - 0x42018e1c 0x16 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42018e1c esp_netif_is_netif_up - .text.esp_netif_update_default_netif_lwip - 0x42018e32 0x11a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_netif_get_old_ip_info - 0x42018f4c 0x76 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42018f4c esp_netif_get_old_ip_info - .text.esp_netif_get_ip_info - 0x42018fc2 0x92 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42018fc2 esp_netif_get_ip_info - .text.esp_netif_is_valid_static_ip - 0x42019054 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42019054 esp_netif_is_valid_static_ip - .text.esp_netif_set_old_ip_info - 0x42019068 0x1a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42019068 esp_netif_set_old_ip_info - .text.esp_netif_ip6_get_addr_type - 0x42019082 0x62 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42019082 esp_netif_ip6_get_addr_type - .text.esp_netif_create_ip6_linklocal - 0x420190e4 0x1a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x420190e4 esp_netif_create_ip6_linklocal - .text.esp_netif_get_all_ip6 - 0x420190fe 0x14a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x420190fe esp_netif_get_all_ip6 - .text.esp_netif_get_flags - 0x42019248 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42019248 esp_netif_get_flags - .text.esp_netif_get_ifkey - 0x4201924c 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x4201924c esp_netif_get_ifkey - .text.esp_netif_get_desc - 0x42019250 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42019250 esp_netif_get_desc - .text.esp_netif_get_event_id - 0x42019254 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - 0x42019254 esp_netif_get_event_id - .text.esp_netif_internal_dhcpc_cb - 0x4201926c 0x1d0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.netif_callback_fn - 0x4201943c 0x54 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .text.esp_aes_gmac - 0x42019490 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - .text.digest_vector - 0x4201949e 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .text.hmac_vector - 0x4201952a 0x9a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .text.aes_crypt_init - 0x420195c4 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .text.aes_crypt_deinit - 0x42019634 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .text.aes_crypt - 0x42019652 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .text.sha256_vector - 0x42019660 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x42019660 sha256_vector - .text.hmac_sha256_vector - 0x42019678 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x42019678 hmac_sha256_vector - .text.hmac_sha256 - 0x42019694 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x42019694 hmac_sha256 - .text.hmac_sha1_vector - 0x420196ae 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x420196ae hmac_sha1_vector - .text.hmac_sha1 - 0x420196ca 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x420196ca hmac_sha1 - .text.aes_encrypt_init - 0x420196e4 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x420196e4 aes_encrypt_init - .text.aes_encrypt - 0x420196f8 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x420196f8 aes_encrypt - .text.aes_encrypt_deinit - 0x4201970c 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x4201970c aes_encrypt_deinit - .text.aes_decrypt_init - 0x4201971a 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x4201971a aes_decrypt_init - .text.aes_decrypt - 0x4201972e 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x4201972e aes_decrypt - .text.aes_decrypt_deinit - 0x42019742 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x42019742 aes_decrypt_deinit - .text.aes_128_cbc_encrypt - 0x42019750 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x42019750 aes_128_cbc_encrypt - .text.aes_128_cbc_decrypt - 0x420197c8 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x420197c8 aes_128_cbc_decrypt - .text.aes_ctr_encrypt - 0x42019840 0x66 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x42019840 aes_ctr_encrypt - .text.pbkdf2_sha1 - 0x420198a6 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x420198a6 pbkdf2_sha1 - .text.omac1_aes_vector - 0x420198f0 0xd4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x420198f0 omac1_aes_vector - .text.omac1_aes_128_vector - 0x420199c4 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x420199c4 omac1_aes_128_vector - .text.omac1_aes_128 - 0x420199dc 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - 0x420199dc omac1_aes_128 - .text.os_get_time - 0x420199f6 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - 0x420199f6 os_get_time - .text.os_random - 0x42019a1a 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - 0x42019a1a os_random - .text.os_get_random - 0x42019a2c 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - 0x42019a2c os_get_random - .text.os_sleep - 0x42019a3c 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - 0x42019a3c os_sleep - .text.forced_memzero - 0x42019a68 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - 0x42019a68 forced_memzero - .text.ccmp_aad_nonce - 0x42019a76 0x18a esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .text.ccmp_decrypt - 0x42019c00 0xc4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - 0x42019c00 ccmp_decrypt - .text.ccmp_encrypt - 0x42019cc4 0x132 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - 0x42019cc4 ccmp_encrypt - .text.WPA_PUT_BE64 - 0x42019df6 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .text.inc32 0x42019e30 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .text.xor_block - 0x42019e6c 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .text.shift_right_block - 0x42019e8e 0x10e esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .text.ghash_start - 0x42019f9c 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .text.gf_mult 0x42019fb2 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .text.aes_gcm_init_hash_subkey - 0x4201a048 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .text.aes_gctr - 0x4201a07e 0xaa esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .text.aes_gcm_gctr - 0x4201a128 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .text.ghash 0x4201a172 0xb2 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .text.aes_gcm_ghash - 0x4201a224 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .text.aes_gcm_prepare_j0 - 0x4201a294 0x9a esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .text.aes_gcm_ae - 0x4201a32e 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - 0x4201a32e aes_gcm_ae - .text.aes_gmac - 0x4201a3c4 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - 0x4201a3c4 aes_gmac - .text.hex2num 0x4201a3de 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .text.hex2byte - 0x4201a41e 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - 0x4201a41e hex2byte - .text.hexstr2bin - 0x4201a458 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - 0x4201a458 hexstr2bin - .text.inc_byte_array - 0x4201a49a 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - 0x4201a49a inc_byte_array - .text.buf_shift_right - 0x4201a4ba 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - 0x4201a4ba buf_shift_right - .text.wpa_get_ntp_timestamp - 0x4201a4f4 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - 0x4201a4f4 wpa_get_ntp_timestamp - .text.printf_decode - 0x4201a58a 0x1a4 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - 0x4201a58a printf_decode - .text.dup_binstr - 0x4201a72e 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - 0x4201a72e dup_binstr - .text.wpa_config_parse_string - 0x4201a772 0x156 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - 0x4201a772 wpa_config_parse_string - .text.int_array_len - 0x4201a8c8 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - 0x4201a8c8 int_array_len - .text.bin_clear_free - 0x4201a8de 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - 0x4201a8de bin_clear_free - .text.os_memdup - 0x4201a8fe 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - 0x4201a8fe os_memdup - .text.os_reltime_expired - 0x4201a938 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - 0x4201a938 os_reltime_expired - .text.os_reltime_initialized - 0x4201a9b6 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - 0x4201a9b6 os_reltime_initialized - .text.sha1_xor - 0x4201a9ca 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) - .text.HMAC_sha1_final - 0x4201a9f4 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) - .text.mbedtls_sha1_init_start - 0x4201aa24 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) - .text.HMAC_sha1_init - 0x4201aa40 0xc8 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) - .text.pbkdf2_f_sha1 - 0x4201ab08 0x1ae esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) - .text.pbkdf2_sha1 - 0x4201acb6 0xec esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) - .text.fastpbkdf2_hmac_sha1 - 0x4201ada2 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) - 0x4201ada2 fastpbkdf2_hmac_sha1 - .text.xor_aes_block - 0x4201adb0 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .text.aes_ccm_encr_start - 0x4201add2 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .text.aes_ccm_auth - 0x4201adf6 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .text.aes_ccm_encr - 0x4201ae74 0xa4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .text.aes_ccm_encr_auth - 0x4201af18 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .text.aes_ccm_decr_auth - 0x4201af6e 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .text.aes_ccm_auth_start - 0x4201afc4 0x106 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .text.aes_ccm_ae - 0x4201b0ca 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - 0x4201b0ca aes_ccm_ae - .text.aes_ccm_ad - 0x4201b172 0xca esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - 0x4201b172 aes_ccm_ad - .text.esp_wifi_config_info - 0x4201b23c 0x196 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .text.wifi_deinit_internal - 0x4201b3d2 0xc8 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .text.esp_wifi_set_log_level - 0x4201b49a 0x10 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .text.s_set_default_wifi_log_level - 0x4201b4aa 0x42 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .text.esp_wifi_deinit - 0x4201b4ec 0x1e esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - 0x4201b4ec esp_wifi_deinit - .text.esp_wifi_init - 0x4201b50a 0xd8 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - 0x4201b50a esp_wifi_init - .text.esp_wifi_connect - 0x4201b5e2 0xe esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - 0x4201b5e2 esp_wifi_connect - .text.esp_wifi_disconnect - 0x4201b5f0 0xe esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - 0x4201b5f0 esp_wifi_disconnect - .text.ieee80211_ftm_attach - 0x4201b5fe 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - 0x4201b5fe ieee80211_ftm_attach - .text.pm_beacon_offset_funcs_init - 0x4201b602 0x2 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - 0x4201b602 pm_beacon_offset_funcs_init - .text.wifi_default_action_sta_got_ip - 0x4201b604 0x70 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .text.wifi_default_action_ap_stop - 0x4201b674 0x1a esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .text.wifi_default_action_sta_stop - 0x4201b68e 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .text.wifi_start - 0x4201b6a6 0x108 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .text.wifi_default_action_ap_start - 0x4201b7ae 0x1a esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .text.wifi_default_action_sta_start - 0x4201b7c8 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .text.wifi_default_action_sta_disconnected - 0x4201b7e0 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .text.wifi_default_action_sta_connected - 0x4201b7f8 0x92 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .text.clear_default_wifi_handlers - 0x4201b88a 0xa2 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .text.set_default_wifi_handlers - 0x4201b92c 0xf4 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .text.disconnect_and_destroy - 0x4201ba20 0x34 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .text.create_and_attach - 0x4201ba54 0x4a esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .text.esp_netif_attach_wifi - 0x4201ba9e 0x38 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .text.esp_wifi_set_default_wifi_sta_handlers - 0x4201bad6 0xe esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - 0x4201bad6 esp_wifi_set_default_wifi_sta_handlers - .text.esp_wifi_clear_default_wifi_driver_and_handlers - 0x4201bae4 0x70 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - 0x4201bae4 esp_wifi_clear_default_wifi_driver_and_handlers - .text.esp_netif_create_wifi - 0x4201bb54 0x6c esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - 0x4201bb54 esp_netif_create_wifi - .text.parse_url_char - 0x4201bbc0 0x2b0 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .text.http_parse_host_char - 0x4201be70 0x244 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .text.http_parse_host - 0x4201c0b4 0x166 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .text.http_parser_url_init - 0x4201c21a 0x18 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - 0x4201c21a http_parser_url_init - .text.http_parser_parse_url - 0x4201c232 0x190 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - 0x4201c232 http_parser_parse_url - .text.ms_to_timeval - 0x4201c3c2 0x2e esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.esp_tls_hostname_to_fd - 0x4201c3f0 0x1b6 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.esp_tls_set_socket_options - 0x4201c5a6 0x220 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.esp_tls_set_socket_non_blocking - 0x4201c7c6 0xbe esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.tcp_connect - 0x4201c884 0x276 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.tcp_write - 0x4201cafa 0x14 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.tcp_read - 0x4201cb0e 0x14 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.create_ssl_handle - 0x4201cb22 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.esp_tls_handshake - 0x4201cb32 0xe esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.esp_tls_low_level_conn - 0x4201cb40 0x28e esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .text.esp_tls_conn_read - 0x4201cdce 0x16 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - 0x4201cdce esp_tls_conn_read - .text.esp_tls_conn_write - 0x4201cde4 0x1c esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - 0x4201cde4 esp_tls_conn_write - .text.esp_tls_conn_destroy - 0x4201ce00 0x42 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - 0x4201ce00 esp_tls_conn_destroy - .text.esp_tls_init - 0x4201ce42 0x4c esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - 0x4201ce42 esp_tls_init - .text.esp_tls_plain_tcp_connect - 0x4201ce8e 0x1e esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - 0x4201ce8e esp_tls_plain_tcp_connect - .text.esp_tls_conn_new_sync - 0x4201ceac 0x10a esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - 0x4201ceac esp_tls_conn_new_sync - .text.esp_tls_conn_new_async - 0x4201cfb6 0x28 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - 0x4201cfb6 esp_tls_conn_new_async - .text.esp_tls_get_bytes_avail - 0x4201cfde 0xe esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - 0x4201cfde esp_tls_get_bytes_avail - .text.esp_tls_get_conn_sockfd - 0x4201cfec 0x44 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - 0x4201cfec esp_tls_get_conn_sockfd - .text.esp_tls_get_and_clear_last_error - 0x4201d030 0x4a esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - 0x4201d030 esp_tls_get_and_clear_last_error - .text.esp_tls_get_error_handle - 0x4201d07a 0x1a esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - 0x4201d07a esp_tls_get_error_handle - .text.esp_tls_internal_event_tracker_capture - 0x4201d094 0x38 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) - 0x4201d094 esp_tls_internal_event_tracker_capture - .text.esp_tls_internal_event_tracker_create - 0x4201d0cc 0x16 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) - 0x4201d0cc esp_tls_internal_event_tracker_create - .text.esp_tls_internal_event_tracker_destroy - 0x4201d0e2 0x12 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) - 0x4201d0e2 esp_tls_internal_event_tracker_destroy - .text.esp_tls_get_and_clear_error_type - 0x4201d0f4 0x70 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) - 0x4201d0f4 esp_tls_get_and_clear_error_type - .text.esp_tls_get_platform_time - 0x4201d164 0x12 esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) - 0x4201d164 esp_tls_get_platform_time - .text.esp_mbedtls_read - 0x4201d176 0xb4 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - 0x4201d176 esp_mbedtls_read - .text.esp_mbedtls_write - 0x4201d22a 0xb6 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - 0x4201d22a esp_mbedtls_write - .text.set_global_ca_store - 0x4201d2e0 0x90 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .text.set_ca_cert - 0x4201d370 0xea esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .text.esp_mbedtls_init_pk_ctx_for_ds - 0x4201d45a 0xa6 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .text.set_pki_context - 0x4201d500 0x1da esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .text.esp_mbedtls_verify_certificate - 0x4201d6da 0x7a esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - 0x4201d6da esp_mbedtls_verify_certificate - .text.esp_mbedtls_handshake - 0x4201d754 0xb6 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - 0x4201d754 esp_mbedtls_handshake - .text.esp_mbedtls_get_bytes_avail - 0x4201d80a 0x3c esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - 0x4201d80a esp_mbedtls_get_bytes_avail - .text.esp_mbedtls_cleanup - 0x4201d846 0x64 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - 0x4201d846 esp_mbedtls_cleanup - .text.esp_mbedtls_conn_delete - 0x4201d8aa 0x36 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - 0x4201d8aa esp_mbedtls_conn_delete - .text.set_client_config - 0x4201d8e0 0x416 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - 0x4201d8e0 set_client_config - .text.esp_create_mbedtls_handle - 0x4201dcf6 0x2a2 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - 0x4201dcf6 esp_create_mbedtls_handle - .text.esp_transport_get_default_parent - 0x4201df98 0x2 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - .text.esp_transport_list_init - 0x4201df9a 0x64 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201df9a esp_transport_list_init - .text.esp_transport_list_add - 0x4201dffe 0xa4 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201dffe esp_transport_list_add - .text.esp_transport_list_get_transport - 0x4201e0a2 0x36 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201e0a2 esp_transport_list_get_transport - .text.esp_transport_init - 0x4201e0d8 0x60 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201e0d8 esp_transport_init - .text.esp_transport_destroy - 0x4201e138 0x30 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201e138 esp_transport_destroy - .text.esp_transport_list_clean - 0x4201e168 0x28 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201e168 esp_transport_list_clean - .text.esp_transport_list_destroy - 0x4201e190 0x20 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201e190 esp_transport_list_destroy - .text.esp_transport_connect - 0x4201e1b0 0x1a esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201e1b0 esp_transport_connect - .text.esp_transport_read - 0x4201e1ca 0x1a esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201e1ca esp_transport_read - .text.esp_transport_write - 0x4201e1e4 0x1a esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201e1e4 esp_transport_write - .text.esp_transport_poll_read - 0x4201e1fe 0x1a esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201e1fe esp_transport_poll_read - .text.esp_transport_poll_write - 0x4201e218 0x1a esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201e218 esp_transport_poll_write - .text.esp_transport_close - 0x4201e232 0x1a esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201e232 esp_transport_close - .text.esp_transport_get_context_data - 0x4201e24c 0x6 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201e24c esp_transport_get_context_data - .text.esp_transport_set_context_data - 0x4201e252 0xc esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201e252 esp_transport_set_context_data - .text.esp_transport_set_func - 0x4201e25e 0x2a esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201e25e esp_transport_set_func - .text.esp_transport_get_default_port - 0x4201e288 0xa esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201e288 esp_transport_get_default_port - .text.esp_transport_set_default_port - 0x4201e292 0xc esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201e292 esp_transport_set_default_port - .text.esp_transport_set_async_connect_func - 0x4201e29e 0xc esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201e29e esp_transport_set_async_connect_func - .text.esp_transport_set_parent_transport_func - 0x4201e2aa 0xc esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201e2aa esp_transport_set_parent_transport_func - .text.esp_transport_get_error_handle - 0x4201e2b6 0xa esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201e2b6 esp_transport_get_error_handle - .text.esp_transport_get_errno - 0x4201e2c0 0x1e esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201e2c0 esp_transport_get_errno - .text.capture_tcp_transport_error - 0x4201e2de 0x4c esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201e2de capture_tcp_transport_error - .text.esp_transport_set_errors - 0x4201e32a 0x8e esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201e32a esp_transport_set_errors - .text.esp_transport_capture_errno - 0x4201e3b8 0xe esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201e3b8 esp_transport_capture_errno - .text.esp_transport_get_socket - 0x4201e3c6 0x1a esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - 0x4201e3c6 esp_transport_get_socket - .text.base_get_socket - 0x4201e3e0 0x12 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .text.esp_tls_connect_async - 0x4201e3f2 0xb4 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .text.ssl_connect_async - 0x4201e4a6 0x10 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .text.tcp_connect_async - 0x4201e4b6 0x10 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .text.base_poll_write - 0x4201e4c6 0x13a esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .text.base_poll_read - 0x4201e600 0x14c esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .text.base_close - 0x4201e74c 0x4c esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .text.ssl_write - 0x4201e798 0x10a esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .text.ssl_read - 0x4201e8a2 0x106 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .text.ssl_connect - 0x4201e9a8 0x13a esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .text.esp_transport_esp_tls_create - 0x4201eae2 0x1e esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .text.esp_transport_base_init - 0x4201eb00 0xcc esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .text.tcp_write - 0x4201ebcc 0xda esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .text.tcp_read - 0x4201eca6 0xc8 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .text.tcp_connect - 0x4201ed6e 0x90 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .text.esp_transport_ssl_enable_global_ca_store - 0x4201edfe 0xe esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - 0x4201edfe esp_transport_ssl_enable_global_ca_store - .text.esp_transport_ssl_set_cert_data - 0x4201ee0c 0xe esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - 0x4201ee0c esp_transport_ssl_set_cert_data - .text.esp_transport_ssl_set_cert_data_der - 0x4201ee1a 0xc esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - 0x4201ee1a esp_transport_ssl_set_cert_data_der - .text.esp_transport_ssl_set_client_cert_data - 0x4201ee26 0xe esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - 0x4201ee26 esp_transport_ssl_set_client_cert_data - .text.esp_transport_ssl_set_client_cert_data_der - 0x4201ee34 0xc esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - 0x4201ee34 esp_transport_ssl_set_client_cert_data_der - .text.esp_transport_ssl_set_client_key_data - 0x4201ee40 0xe esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - 0x4201ee40 esp_transport_ssl_set_client_key_data - .text.esp_transport_ssl_set_client_key_password - 0x4201ee4e 0xc esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - 0x4201ee4e esp_transport_ssl_set_client_key_password - .text.esp_transport_ssl_set_client_key_data_der - 0x4201ee5a 0xc esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - 0x4201ee5a esp_transport_ssl_set_client_key_data_der - .text.esp_transport_ssl_set_alpn_protocol - 0x4201ee66 0xa esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - 0x4201ee66 esp_transport_ssl_set_alpn_protocol - .text.esp_transport_ssl_skip_common_name_check - 0x4201ee70 0xe esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - 0x4201ee70 esp_transport_ssl_skip_common_name_check - .text.esp_transport_ssl_set_common_name - 0x4201ee7e 0xa esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - 0x4201ee7e esp_transport_ssl_set_common_name - .text.esp_transport_ssl_crt_bundle_attach - 0x4201ee88 0xa esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - 0x4201ee88 esp_transport_ssl_crt_bundle_attach - .text.esp_transport_ssl_set_ds_data - 0x4201ee92 0xa esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - 0x4201ee92 esp_transport_ssl_set_ds_data - .text.esp_transport_ssl_set_interface_name - 0x4201ee9c 0xa esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - 0x4201ee9c esp_transport_ssl_set_interface_name - .text.esp_transport_ssl_init - 0x4201eea6 0x72 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - 0x4201eea6 esp_transport_ssl_init - .text.esp_transport_esp_tls_destroy - 0x4201ef18 0x12 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - 0x4201ef18 esp_transport_esp_tls_destroy - .text.base_destroy - 0x4201ef2a 0x26 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .text.esp_transport_tcp_init - 0x4201ef50 0x74 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - 0x4201ef50 esp_transport_tcp_init - .text.esp_transport_tcp_set_interface_name - 0x4201efc4 0xe esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - 0x4201efc4 esp_transport_tcp_set_interface_name - .text.esp_transport_utils_ms_to_timeval - 0x4201efd2 0x40 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) - 0x4201efd2 esp_transport_utils_ms_to_timeval - .text.esp_transport_init_foundation_transport - 0x4201f012 0xba esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) - 0x4201f012 esp_transport_init_foundation_transport - .text.esp_transport_destroy_foundation_transport - 0x4201f0cc 0x26 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) - 0x4201f0cc esp_transport_destroy_foundation_transport - .text.ws_get_socket - 0x4201f0f2 0x2a esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.ws_get_payload_transport_handle - 0x4201f11c 0x14 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.ws_poll_write - 0x4201f130 0x1c esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text._ws_write - 0x4201f14c 0x1b2 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.ws_write - 0x4201f2fe 0x2e esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.ws_destroy - 0x4201f32c 0x5c esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.internal_esp_transport_ws_set_path - 0x4201f388 0x4e esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.ws_poll_read - 0x4201f3d6 0x1c esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.ws_close - 0x4201f3f2 0x14 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.esp_transport_read_internal - 0x4201f406 0x62 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.esp_transport_read_exact_size - 0x4201f468 0x80 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.ws_read_header - 0x4201f4e8 0x1f6 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.ws_read_payload - 0x4201f6de 0xa8 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.trimwhitespace - 0x4201f786 0x5e esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.get_http_header - 0x4201f7e4 0x52 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.get_http_status_code - 0x4201f836 0x68 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.ws_connect - 0x4201f89e 0x4c8 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.esp_transport_ws_set_path - 0x4201fd66 0x42 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - 0x4201fd66 esp_transport_ws_set_path - .text.esp_transport_ws_init - 0x4201fda8 0x1e6 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - 0x4201fda8 esp_transport_ws_init - .text.esp_transport_ws_set_subprotocol - 0x4201ff8e 0x4e esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - 0x4201ff8e esp_transport_ws_set_subprotocol - .text.esp_transport_ws_poll_connection_closed - 0x4201ffdc 0x16a esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - 0x4201ffdc esp_transport_ws_poll_connection_closed - .text.esp_transport_ws_handle_control_frames - 0x42020146 0x21e esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.ws_handle_control_frame_internal - 0x42020364 0x138 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.ws_read 0x4202049c 0xbe esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .text.ciphersuite_is_removed - 0x4202055a 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .text.mbedtls_ssl_ciphersuite_from_id - 0x4202055e 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - 0x4202055e mbedtls_ssl_ciphersuite_from_id - .text.mbedtls_ssl_list_ciphersuites - 0x4202057a 0x70 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - 0x4202057a mbedtls_ssl_list_ciphersuites - .text.mbedtls_ssl_get_ciphersuite_sig_pk_alg - 0x420205ea 0x48 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - 0x420205ea mbedtls_ssl_get_ciphersuite_sig_pk_alg - .text.mbedtls_ssl_get_ciphersuite_sig_alg - 0x42020632 0x26 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - 0x42020632 mbedtls_ssl_get_ciphersuite_sig_alg - .text.mbedtls_ssl_ciphersuite_uses_ec - 0x42020658 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - 0x42020658 mbedtls_ssl_ciphersuite_uses_ec - .text.mbedtls_ct_uint_lt - 0x42020684 0x34 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text.ssl_transform_aead_dynamic_iv_is_explicit - 0x420206b8 0xe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text.ssl_get_hs_total_len - 0x420206c6 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text.ssl_check_record_type - 0x420206de 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text.ssl_record_is_in_progress - 0x420206f6 0xe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text.ssl_transform_get_explicit_iv_len - 0x42020704 0xa esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text.ssl_read_application_data - 0x4202070e 0x5a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text.ssl_build_record_nonce - 0x42020768 0x72 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text.ssl_extract_add_data_from_record - 0x420207da 0x7e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text.mbedtls_ct_hmac - 0x42020858 0x162 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text.ssl_consume_current_message - 0x420209ba 0x58 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text.ssl_check_ctr_renegotiate - 0x42020a12 0x72 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text.mbedtls_ssl_set_timer - 0x42020a84 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x42020a84 mbedtls_ssl_set_timer - .text.mbedtls_ssl_check_timer - 0x42020a9a 0x22 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x42020a9a mbedtls_ssl_check_timer - .text.mbedtls_ssl_encrypt_buf - 0x42020abc 0x38c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x42020abc mbedtls_ssl_encrypt_buf - .text.mbedtls_ssl_decrypt_buf - 0x42020e48 0x424 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x42020e48 mbedtls_ssl_decrypt_buf - .text.ssl_prepare_record_content - 0x4202126c 0x9a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text.mbedtls_ssl_fetch_input - 0x42021306 0xac esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x42021306 mbedtls_ssl_fetch_input - .text.mbedtls_ssl_start_handshake_msg - 0x420213b2 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x420213b2 mbedtls_ssl_start_handshake_msg - .text.mbedtls_ssl_prepare_handshake_record - 0x420213d2 0x3e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x420213d2 mbedtls_ssl_prepare_handshake_record - .text.mbedtls_ssl_update_handshake_status - 0x42021410 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x42021410 mbedtls_ssl_update_handshake_status - .text.mbedtls_ssl_handle_message_type - 0x42021438 0xb6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x42021438 mbedtls_ssl_handle_message_type - .text.mbedtls_ssl_update_out_pointers - 0x420214ee 0x38 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x420214ee mbedtls_ssl_update_out_pointers - .text.mbedtls_ssl_flush_output - 0x42021526 0x68 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x42021526 mbedtls_ssl_flush_output - .text.mbedtls_ssl_update_in_pointers - 0x4202158e 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x4202158e mbedtls_ssl_update_in_pointers - .text.mbedtls_ssl_reset_in_out_pointers - 0x420215a4 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x420215a4 mbedtls_ssl_reset_in_out_pointers - .text.mbedtls_ssl_get_bytes_avail - 0x420215d4 0xe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x420215d4 mbedtls_ssl_get_bytes_avail - .text.mbedtls_ssl_transform_free - 0x420215e2 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x420215e2 mbedtls_ssl_transform_free - .text.mbedtls_ssl_write_version - 0x4202161e 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x4202161e mbedtls_ssl_write_version - .text.mbedtls_ssl_write_record - 0x4202163e 0x1e2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x4202163e mbedtls_ssl_write_record - .text.mbedtls_ssl_write_handshake_msg_ext - 0x42021820 0xa6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x42021820 mbedtls_ssl_write_handshake_msg_ext - .text.mbedtls_ssl_finish_handshake_msg - 0x420218c6 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x420218c6 mbedtls_ssl_finish_handshake_msg - .text.mbedtls_ssl_write_change_cipher_spec - 0x420218de 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x420218de mbedtls_ssl_write_change_cipher_spec - .text.mbedtls_ssl_send_alert_message - 0x42021908 0x4e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x42021908 mbedtls_ssl_send_alert_message - .text.ssl_tls12_handle_hs_message_post_handshake - 0x42021956 0x7c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text.ssl_handle_hs_message_post_handshake - 0x420219d2 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text.ssl_write_real - 0x420219f2 0x6c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text.mbedtls_ssl_write - 0x42021a5e 0x52 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x42021a5e mbedtls_ssl_write - .text.mbedtls_ssl_read_version - 0x42021ab0 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x42021ab0 mbedtls_ssl_read_version - .text.ssl_parse_record_header - 0x42021aca 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text.ssl_get_next_record - 0x42021bba 0xac esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .text.mbedtls_ssl_read_record - 0x42021c66 0x78 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x42021c66 mbedtls_ssl_read_record - .text.mbedtls_ssl_parse_change_cipher_spec - 0x42021cde 0x70 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x42021cde mbedtls_ssl_parse_change_cipher_spec - .text.mbedtls_ssl_read - 0x42021d4e 0x140 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x42021d4e mbedtls_ssl_read - .text.mbedtls_ssl_handle_pending_alert - 0x42021e8e 0x38 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x42021e8e mbedtls_ssl_handle_pending_alert - .text.mbedtls_ssl_pend_fatal_alert - 0x42021ec6 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - 0x42021ec6 mbedtls_ssl_pend_fatal_alert - .text.mbedtls_ssl_own_cert - 0x42021ed6 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_tls12_sig_alg_is_supported - 0x42021eec 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_mfl_code_to_length - 0x42021f18 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_conf_version_check - 0x42021f42 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_conf_check - 0x42021f6c 0x24 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_get_base_mode - 0x42021f90 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_get_actual_mode - 0x42021fbc 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_set_handshake_prfs - 0x42021fcc 0x48 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_parse_certificate_coordinate - 0x42022014 0x4e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.tls_prf_get_type - 0x42022062 0x24 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_key_cert_free - 0x42022086 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_append_key_cert - 0x420220a0 0x5c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.tls_prf_generic - 0x420220fc 0x1a0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.tls_prf_sha256 - 0x4202229c 0x1e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.tls_prf_sha384 - 0x420222ba 0x1e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_compute_master - 0x420222d8 0x80 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_update_checksum_sha256 - 0x42022358 0x14 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_update_checksum_sha384 - 0x4202236c 0x14 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_update_checksum_start - 0x42022380 0x38 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_handshake_params_init - 0x420223b8 0x46 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_srv_check_client_no_crt_notification - 0x420223fe 0x5a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_check_peer_crt_unchanged - 0x42022458 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_clear_peer_cert - 0x42022482 0x22 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_prepare_handshake_step - 0x420224a4 0xe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_write_hello_request - 0x420224b2 0x26 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_calc_finished_tls_generic - 0x420224d8 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_calc_finished_tls_sha256 - 0x42022590 0x1e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_calc_finished_tls_sha384 - 0x420225ae 0x1e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_calc_verify_tls_legacy - 0x420225cc 0x6c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_calc_verify_tls_sha256 - 0x42022638 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_calc_verify_tls_sha384 - 0x42022650 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.ssl_parse_certificate_chain - 0x42022668 0x1dc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_pk_get_ec_group_id - 0x42022844 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_optimize_checksum - 0x4202286c 0x26 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x4202286c mbedtls_ssl_optimize_checksum - .text.mbedtls_ssl_add_hs_hdr_to_checksum - 0x42022892 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42022892 mbedtls_ssl_add_hs_hdr_to_checksum - .text.mbedtls_ssl_reset_checksum - 0x420228be 0x80 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x420228be mbedtls_ssl_reset_checksum - .text.mbedtls_ssl_transform_init - 0x4202293e 0x3e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x4202293e mbedtls_ssl_transform_init - .text.mbedtls_ssl_session_init - 0x4202297c 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x4202297c mbedtls_ssl_session_init - .text.mbedtls_ssl_init - 0x42022994 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42022994 mbedtls_ssl_init - .text.mbedtls_ssl_conf_endpoint - 0x420229ac 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x420229ac mbedtls_ssl_conf_endpoint - .text.mbedtls_ssl_conf_transport - 0x420229b2 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x420229b2 mbedtls_ssl_conf_transport - .text.mbedtls_ssl_conf_authmode - 0x420229b8 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x420229b8 mbedtls_ssl_conf_authmode - .text.mbedtls_ssl_conf_rng - 0x420229be 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x420229be mbedtls_ssl_conf_rng - .text.mbedtls_ssl_set_bio - 0x420229c4 0xa esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x420229c4 mbedtls_ssl_set_bio - .text.mbedtls_ssl_conf_ciphersuites - 0x420229ce 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x420229ce mbedtls_ssl_conf_ciphersuites - .text.mbedtls_ssl_conf_own_cert - 0x420229d2 0x12 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x420229d2 mbedtls_ssl_conf_own_cert - .text.mbedtls_ssl_conf_ca_chain - 0x420229e4 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x420229e4 mbedtls_ssl_conf_ca_chain - .text.mbedtls_ssl_get_mode_from_transform - 0x420229ea 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x420229ea mbedtls_ssl_get_mode_from_transform - .text.mbedtls_ssl_get_mode_from_ciphersuite - 0x42022a14 0x2e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42022a14 mbedtls_ssl_get_mode_from_ciphersuite - .text.ssl_tls12_populate_transform - 0x42022a42 0x33e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_set_hostname - 0x42022d80 0x94 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42022d80 mbedtls_ssl_set_hostname - .text.mbedtls_ssl_conf_alpn_protocols - 0x42022e14 0x58 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42022e14 mbedtls_ssl_conf_alpn_protocols - .text.mbedtls_ssl_conf_renegotiation - 0x42022e6c 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42022e6c mbedtls_ssl_conf_renegotiation - .text.mbedtls_ssl_conf_session_tickets - 0x42022e72 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42022e72 mbedtls_ssl_conf_session_tickets - .text.mbedtls_ssl_get_verify_result - 0x42022e8a 0x14 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42022e8a mbedtls_ssl_get_verify_result - .text.mbedtls_ssl_get_output_max_frag_len - 0x42022e9e 0x46 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42022e9e mbedtls_ssl_get_output_max_frag_len - .text.mbedtls_ssl_get_max_out_record_payload - 0x42022ee4 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42022ee4 mbedtls_ssl_get_max_out_record_payload - .text.mbedtls_ssl_handshake_step - 0x42022f14 0xa2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42022f14 mbedtls_ssl_handshake_step - .text.mbedtls_ssl_handshake - 0x42022fb6 0x38 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42022fb6 mbedtls_ssl_handshake - .text.mbedtls_ssl_handshake_free - 0x42022fee 0x44 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42022fee mbedtls_ssl_handshake_free - .text.mbedtls_ssl_session_free - 0x42023032 0x26 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42023032 mbedtls_ssl_session_free - .text.ssl_handshake_init - 0x42023058 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .text.mbedtls_ssl_setup - 0x42023100 0xb6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42023100 mbedtls_ssl_setup - .text.mbedtls_ssl_start_renegotiation - 0x420231b6 0x26 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x420231b6 mbedtls_ssl_start_renegotiation - .text.mbedtls_ssl_renegotiate - 0x420231dc 0x72 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x420231dc mbedtls_ssl_renegotiate - .text.mbedtls_ssl_free - 0x4202324e 0xa2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x4202324e mbedtls_ssl_free - .text.mbedtls_ssl_config_init - 0x420232f0 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x420232f0 mbedtls_ssl_config_init - .text.mbedtls_ssl_config_defaults - 0x42023308 0x116 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42023308 mbedtls_ssl_config_defaults - .text.mbedtls_ssl_config_free - 0x4202341e 0x22 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x4202341e mbedtls_ssl_config_free - .text.mbedtls_ssl_sig_from_pk - 0x42023440 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42023440 mbedtls_ssl_sig_from_pk - .text.mbedtls_ssl_sig_from_pk_alg - 0x42023468 0x22 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42023468 mbedtls_ssl_sig_from_pk_alg - .text.mbedtls_ssl_pk_alg_from_sig - 0x4202348a 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x4202348a mbedtls_ssl_pk_alg_from_sig - .text.mbedtls_ssl_md_alg_from_hash - 0x420234a2 0x48 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x420234a2 mbedtls_ssl_md_alg_from_hash - .text.mbedtls_ssl_hash_from_md_alg - 0x420234ea 0x48 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x420234ea mbedtls_ssl_hash_from_md_alg - .text.mbedtls_ssl_check_curve_tls_id - 0x42023532 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42023532 mbedtls_ssl_check_curve_tls_id - .text.mbedtls_ssl_get_ecp_group_id_from_tls_id - 0x42023552 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42023552 mbedtls_ssl_get_ecp_group_id_from_tls_id - .text.mbedtls_ssl_get_tls_id_from_ecp_group_id - 0x4202358e 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x4202358e mbedtls_ssl_get_tls_id_from_ecp_group_id - .text.mbedtls_ssl_check_curve - 0x420235ca 0x24 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x420235ca mbedtls_ssl_check_curve - .text.mbedtls_ssl_parse_sig_alg_ext - 0x420235ee 0x18c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x420235ee mbedtls_ssl_parse_sig_alg_ext - .text.mbedtls_ssl_derive_keys - 0x4202377a 0xc4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x4202377a mbedtls_ssl_derive_keys - .text.mbedtls_ssl_set_calc_verify_md - 0x4202383e 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x4202383e mbedtls_ssl_set_calc_verify_md - .text.mbedtls_ssl_write_certificate - 0x4202386e 0x134 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x4202386e mbedtls_ssl_write_certificate - .text.mbedtls_ssl_handshake_wrapup_free_hs_transform - 0x420239a2 0x34 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x420239a2 mbedtls_ssl_handshake_wrapup_free_hs_transform - .text.mbedtls_ssl_handshake_wrapup - 0x420239d6 0x6c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x420239d6 mbedtls_ssl_handshake_wrapup - .text.mbedtls_ssl_write_finished - 0x42023a42 0x102 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42023a42 mbedtls_ssl_write_finished - .text.mbedtls_ssl_parse_finished - 0x42023b44 0x144 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42023b44 mbedtls_ssl_parse_finished - .text.mbedtls_ssl_get_key_exchange_md_tls1_2 - 0x42023c88 0xa2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42023c88 mbedtls_ssl_get_key_exchange_md_tls1_2 - .text.mbedtls_ssl_tls12_get_preferred_hash_for_sig_alg - 0x42023d2a 0x5a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42023d2a mbedtls_ssl_tls12_get_preferred_hash_for_sig_alg - .text.mbedtls_ssl_validate_ciphersuite - 0x42023d84 0x22 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42023d84 mbedtls_ssl_validate_ciphersuite - .text.mbedtls_ssl_write_sig_alg_ext - 0x42023da6 0x12c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42023da6 mbedtls_ssl_write_sig_alg_ext - .text.mbedtls_ssl_parse_server_name_ext - 0x42023ed2 0x11c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42023ed2 mbedtls_ssl_parse_server_name_ext - .text.mbedtls_ssl_parse_alpn_ext - 0x42023fee 0x14c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x42023fee mbedtls_ssl_parse_alpn_ext - .text.mbedtls_ssl_write_alpn_ext - 0x4202413a 0xc4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x4202413a mbedtls_ssl_write_alpn_ext - .text.mbedtls_ssl_check_cert_usage - 0x420241fe 0xd8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x420241fe mbedtls_ssl_check_cert_usage - .text.mbedtls_ssl_verify_certificate - 0x420242d6 0x198 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x420242d6 mbedtls_ssl_verify_certificate - .text.mbedtls_ssl_parse_certificate - 0x4202446e 0xe6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - 0x4202446e mbedtls_ssl_parse_certificate - .text.mbedtls_ssl_own_key - 0x42024554 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.mbedtls_ssl_own_cert - 0x4202456a 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.mbedtls_ssl_tls12_sig_alg_is_supported - 0x42024580 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.ssl_write_supported_point_formats_ext - 0x420245ac 0x46 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.ssl_write_max_fragment_length_ext - 0x420245f2 0x50 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.ssl_write_encrypt_then_mac_ext - 0x42024642 0x46 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.ssl_write_extended_ms_ext - 0x42024688 0x46 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.ssl_write_renegotiation_ext - 0x420246ce 0x86 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.ssl_write_session_ticket_ext - 0x42024754 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.ssl_parse_max_fragment_length_ext - 0x420247f4 0x34 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.ssl_parse_encrypt_then_mac_ext - 0x42024828 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.ssl_parse_extended_ms_ext - 0x42024858 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.ssl_parse_session_ticket_ext - 0x42024888 0x32 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.ssl_parse_supported_point_formats_ext - 0x420248ba 0x58 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.ssl_parse_certificate_request - 0x42024912 0x140 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.ssl_parse_server_hello_done - 0x42024a52 0x58 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.ssl_parse_renegotiation_info - 0x42024aaa 0x90 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.ssl_parse_alpn_ext - 0x42024b3a 0xdc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.ssl_parse_server_hello - 0x42024c16 0x478 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.ssl_check_server_ecdh_params - 0x4202508e 0x36 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.ssl_get_ecdh_params_from_cert - 0x420250c4 0x78 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.ssl_parse_server_ecdh_params - 0x4202513c 0x34 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.mbedtls_ssl_get_pk_type_and_md_alg_from_sig_alg - 0x42025170 0x8a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.mbedtls_md_get_size_from_type - 0x420251fa 0x12 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.ssl_parse_server_key_exchange - 0x4202520c 0x2f6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.ssl_write_encrypted_pms - 0x42025502 0xec esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.ssl_write_client_key_exchange - 0x420255ee 0xb2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.ssl_write_certificate_verify - 0x420256a0 0x156 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.ssl_parse_new_session_ticket - 0x420257f6 0x150 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .text.mbedtls_ssl_tls12_write_client_hello_exts - 0x42025946 0xa6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - 0x42025946 mbedtls_ssl_tls12_write_client_hello_exts - .text.mbedtls_ssl_handshake_client_step - 0x420259ec 0x150 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - 0x420259ec mbedtls_ssl_handshake_client_step - .text.mbedtls_ssl_ciphersuite_no_pfs - 0x42025b3c 0x22 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.mbedtls_ssl_own_key - 0x42025b5e 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.mbedtls_ssl_own_cert - 0x42025b74 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.mbedtls_ssl_tls12_sig_alg_is_supported - 0x42025b8a 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_write_extended_ms_ext - 0x42025bb6 0x26 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_write_session_ticket_ext - 0x42025bdc 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_write_max_fragment_length_ext - 0x42025c04 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_write_supported_point_formats_ext - 0x42025c34 0x34 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_parse_supported_point_formats - 0x42025c68 0x4a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_parse_max_fragment_length_ext - 0x42025cb2 0x34 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_parse_encrypt_then_mac_ext - 0x42025ce6 0x38 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_parse_extended_ms_ext - 0x42025d1e 0x38 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_write_renegotiation_ext - 0x42025d56 0xa2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_parse_renegotiation_info - 0x42025df8 0x74 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_parse_supported_groups_ext - 0x42025e6c 0x10a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_handle_id_based_session_resumption - 0x42025f76 0x98 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_parse_session_ticket_ext - 0x4202600e 0x94 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.mbedtls_pk_get_ec_group_id - 0x420260a2 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_check_key_curve - 0x420260ca 0x32 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_pick_cert - 0x420260fc 0x94 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_ciphersuite_match - 0x42026190 0x98 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_parse_client_hello - 0x42026228 0x69a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_write_encrypt_then_mac_ext - 0x420268c2 0x6c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_write_server_hello - 0x4202692e 0x234 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_write_server_hello_done - 0x42026b62 0x2e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_get_ecdh_params_from_cert - 0x42026b90 0x62 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_prepare_server_key_exchange - 0x42026bf2 0x1d8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_write_server_key_exchange - 0x42026dca 0xbe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_write_certificate_request - 0x42026e88 0x1fc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_decrypt_encrypted_pms - 0x42027084 0xda esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_parse_encrypted_pms - 0x4202715e 0xfe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_parse_client_key_exchange - 0x4202725c 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_parse_certificate_verify - 0x4202732c 0x172 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.ssl_write_new_session_ticket - 0x4202749e 0xb2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .text.mbedtls_ssl_handshake_server_step - 0x42027550 0x130 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - 0x42027550 mbedtls_ssl_handshake_server_step - .text.mbedtls_ms_time - 0x42027680 0x6e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) - 0x42027680 mbedtls_ms_time - .text.net_would_block - 0x420276ee 0x26 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .text.mbedtls_net_init - 0x42027714 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - 0x42027714 mbedtls_net_init - .text.mbedtls_net_recv - 0x4202771a 0x70 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - 0x4202771a mbedtls_net_recv - .text.mbedtls_net_send - 0x4202778a 0x70 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - 0x4202778a mbedtls_net_send - .text.mbedtls_net_free - 0x420277fa 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - 0x420277fa mbedtls_net_free - .text.mbedtls_ssl_tls12_named_group_is_ecdhe - 0x42027822 0x9e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) - .text.ssl_generate_random - 0x420278c0 0x66 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) - .text.ssl_prepare_client_hello - 0x42027926 0xa2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) - .text.ssl_write_client_hello_cipher_suites - 0x420279c8 0x148 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) - .text.ssl_write_hostname_ext - 0x42027b10 0xe2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) - .text.ssl_write_alpn_ext - 0x42027bf2 0x108 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) - .text.ssl_write_supported_groups_ext - 0x42027cfa 0x12c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) - .text.ssl_write_client_hello_body - 0x42027e26 0x22e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) - .text.mbedtls_ssl_write_client_hello - 0x42028054 0x66 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) - 0x42028054 mbedtls_ssl_write_client_hello - .text.mbedtls_int_div_int - 0x420280ba 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .text.mbedtls_mpi_init - 0x4202810c 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x4202810c mbedtls_mpi_init - .text.mbedtls_mpi_free - 0x4202811c 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x4202811c mbedtls_mpi_free - .text.mbedtls_mpi_grow - 0x4202814a 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x4202814a mbedtls_mpi_grow - .text.mbedtls_mpi_safe_cond_assign - 0x420281b6 0x96 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x420281b6 mbedtls_mpi_safe_cond_assign - .text.mbedtls_mpi_safe_cond_swap - 0x4202824c 0xa6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x4202824c mbedtls_mpi_safe_cond_swap - .text.mbedtls_mpi_resize_clear - 0x420282f2 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .text.mbedtls_mpi_shrink - 0x42028340 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x42028340 mbedtls_mpi_shrink - .text.mbedtls_mpi_copy - 0x420283c8 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x420283c8 mbedtls_mpi_copy - .text.mbedtls_mpi_lset - 0x42028478 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x42028478 mbedtls_mpi_lset - .text.mbedtls_mpi_get_bit - 0x420284d0 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x420284d0 mbedtls_mpi_get_bit - .text.mbedtls_mpi_set_bit - 0x420284f2 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x420284f2 mbedtls_mpi_set_bit - .text.mbedtls_mpi_lsb - 0x42028566 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x42028566 mbedtls_mpi_lsb - .text.mbedtls_mpi_bitlen - 0x420285a2 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x420285a2 mbedtls_mpi_bitlen - .text.mbedtls_mpi_size - 0x420285b6 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x420285b6 mbedtls_mpi_size - .text.mbedtls_mpi_read_binary_le - 0x420285c8 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x420285c8 mbedtls_mpi_read_binary_le - .text.mbedtls_mpi_read_binary - 0x42028608 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x42028608 mbedtls_mpi_read_binary - .text.mbedtls_mpi_write_binary_le - 0x42028648 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x42028648 mbedtls_mpi_write_binary_le - .text.mbedtls_mpi_write_binary - 0x42028660 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x42028660 mbedtls_mpi_write_binary - .text.mbedtls_mpi_shift_l - 0x42028678 0x4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x42028678 mbedtls_mpi_shift_l - .text.mbedtls_mpi_shift_r - 0x420286c2 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x420286c2 mbedtls_mpi_shift_r - .text.mbedtls_mpi_cmp_abs - 0x420286de 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x420286de mbedtls_mpi_cmp_abs - .text.mbedtls_mpi_cmp_mpi - 0x42028756 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x42028756 mbedtls_mpi_cmp_mpi - .text.mbedtls_mpi_cmp_int - 0x42028806 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x42028806 mbedtls_mpi_cmp_int - .text.mbedtls_mpi_add_abs - 0x42028838 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x42028838 mbedtls_mpi_add_abs - .text.mbedtls_mpi_sub_abs - 0x420288f8 0xdc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x420288f8 mbedtls_mpi_sub_abs - .text.add_sub_mpi - 0x420289d4 0x7e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .text.mbedtls_mpi_add_mpi - 0x42028a52 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x42028a52 mbedtls_mpi_add_mpi - .text.mbedtls_mpi_sub_mpi - 0x42028a62 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x42028a62 mbedtls_mpi_sub_mpi - .text.mbedtls_mpi_add_int - 0x42028a72 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x42028a72 mbedtls_mpi_add_int - .text.mbedtls_mpi_sub_int - 0x42028aa4 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x42028aa4 mbedtls_mpi_sub_int - .text.mbedtls_mpi_div_mpi - 0x42028ad6 0x39c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x42028ad6 mbedtls_mpi_div_mpi - .text.mbedtls_mpi_div_int - 0x42028e72 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x42028e72 mbedtls_mpi_div_int - .text.mbedtls_mpi_mod_mpi - 0x42028ea4 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x42028ea4 mbedtls_mpi_mod_mpi - .text.mbedtls_mpi_exp_mod_optionally_safe - 0x42028f18 0x208 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .text.mbedtls_mpi_mod_int - 0x42029120 0x8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x42029120 mbedtls_mpi_mod_int - .text.mpi_check_small_factors - 0x420291ac 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .text.mbedtls_mpi_exp_mod_soft - 0x42029216 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x42029216 mbedtls_mpi_exp_mod_soft - .text.mbedtls_mpi_exp_mod_unsafe - 0x4202922a 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x4202922a mbedtls_mpi_exp_mod_unsafe - .text.mbedtls_mpi_gcd - 0x42029244 0x11c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x42029244 mbedtls_mpi_gcd - .text.mbedtls_mpi_fill_random - 0x42029360 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x42029360 mbedtls_mpi_fill_random - .text.mpi_miller_rabin - 0x420293a8 0x1be esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .text.mbedtls_mpi_random - 0x42029566 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x42029566 mbedtls_mpi_random - .text.mbedtls_mpi_inv_mod - 0x420295c6 0x29e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x420295c6 mbedtls_mpi_inv_mod - .text.mbedtls_mpi_is_prime_ext - 0x42029864 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - 0x42029864 mbedtls_mpi_is_prime_ext - .text.mbedtls_ct_uint_lt - 0x420298d8 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - .text.exp_mod_get_window_size - 0x4202990c 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - .text.mpi_bigendian_to_host - 0x4202991c 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - .text.mbedtls_mpi_core_clz - 0x4202992e 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x4202992e mbedtls_mpi_core_clz - .text.mbedtls_mpi_core_bitlen - 0x42029940 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x42029940 mbedtls_mpi_core_bitlen - .text.exp_mod_calc_first_bit_optionally_safe - 0x4202997a 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - .text.mbedtls_mpi_core_bigendian_to_host - 0x420299b6 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x420299b6 mbedtls_mpi_core_bigendian_to_host - .text.mbedtls_mpi_core_uint_le_mpi - 0x420299fc 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x420299fc mbedtls_mpi_core_uint_le_mpi - .text.mbedtls_mpi_core_lt_ct - 0x42029a44 0x6e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x42029a44 mbedtls_mpi_core_lt_ct - .text.mbedtls_mpi_core_cond_assign - 0x42029ab2 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x42029ab2 mbedtls_mpi_core_cond_assign - .text.mbedtls_mpi_core_ct_uint_table_lookup - 0x42029ae4 0x5e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - .text.exp_mod_table_lookup_optionally_safe - 0x42029b42 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - .text.mbedtls_mpi_core_cond_swap - 0x42029b70 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x42029b70 mbedtls_mpi_core_cond_swap - .text.mbedtls_mpi_core_read_le - 0x42029bc2 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x42029bc2 mbedtls_mpi_core_read_le - .text.mbedtls_mpi_core_read_be - 0x42029c36 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x42029c36 mbedtls_mpi_core_read_be - .text.mbedtls_mpi_core_write_le - 0x42029ca8 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x42029ca8 mbedtls_mpi_core_write_le - .text.mbedtls_mpi_core_write_be - 0x42029d28 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x42029d28 mbedtls_mpi_core_write_be - .text.mbedtls_mpi_core_shift_r - 0x42029db0 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x42029db0 mbedtls_mpi_core_shift_r - .text.mbedtls_mpi_core_shift_l - 0x42029e48 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x42029e48 mbedtls_mpi_core_shift_l - .text.mbedtls_mpi_core_add - 0x42029ec8 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x42029ec8 mbedtls_mpi_core_add - .text.mbedtls_mpi_core_sub - 0x42029f02 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x42029f02 mbedtls_mpi_core_sub - .text.mbedtls_mpi_core_mla - 0x42029f38 0x160 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x42029f38 mbedtls_mpi_core_mla - .text.mbedtls_mpi_core_montmul_init - 0x4202a098 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x4202a098 mbedtls_mpi_core_montmul_init - .text.mbedtls_mpi_core_montmul - 0x4202a0c4 0xce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x4202a0c4 mbedtls_mpi_core_montmul - .text.exp_mod_precompute_window - 0x4202a192 0x9e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - .text.mbedtls_mpi_core_exp_mod_optionally_safe - 0x4202a230 0x122 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - .text.mbedtls_mpi_core_get_mont_r2_unsafe - 0x4202a352 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x4202a352 mbedtls_mpi_core_get_mont_r2_unsafe - .text.mbedtls_mpi_core_fill_random - 0x4202a396 0x8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x4202a396 mbedtls_mpi_core_fill_random - .text.mbedtls_mpi_core_random - 0x4202a422 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x4202a422 mbedtls_mpi_core_random - .text.mbedtls_mpi_core_exp_mod_working_limbs - 0x4202a4da 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x4202a4da mbedtls_mpi_core_exp_mod_working_limbs - .text.mbedtls_mpi_core_exp_mod - 0x4202a506 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x4202a506 mbedtls_mpi_core_exp_mod - .text.mbedtls_mpi_core_exp_mod_unsafe - 0x4202a51a 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x4202a51a mbedtls_mpi_core_exp_mod_unsafe - .text.mbedtls_mpi_core_sub_int - 0x4202a534 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x4202a534 mbedtls_mpi_core_sub_int - .text.mbedtls_mpi_core_check_zero_ct - 0x4202a55e 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x4202a55e mbedtls_mpi_core_check_zero_ct - .text.mbedtls_mpi_core_to_mont_rep - 0x4202a584 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x4202a584 mbedtls_mpi_core_to_mont_rep - .text.mbedtls_mpi_core_from_mont_rep - 0x4202a59e 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - 0x4202a59e mbedtls_mpi_core_from_mont_rep - .text.mbedtls_ct_uint_lt - 0x4202a5bc 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .text.add_pkcs_padding - 0x4202a5f0 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .text.get_pkcs_padding - 0x4202a60c 0xc8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .text.add_one_and_zeros_padding - 0x4202a6d4 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .text.get_one_and_zeros_padding - 0x4202a6fc 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .text.add_zeros_and_len_padding - 0x4202a794 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .text.get_zeros_and_len_padding - 0x4202a7bc 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .text.get_zeros_padding - 0x4202a864 0x5e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .text.get_no_padding - 0x4202a8c2 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .text.add_zeros_padding - 0x4202a8dc 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .text.mbedtls_cipher_aead_encrypt - 0x4202a8f8 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .text.mbedtls_cipher_aead_decrypt - 0x4202a96c 0x86 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .text.mbedtls_cipher_info_from_type - 0x4202a9f2 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x4202a9f2 mbedtls_cipher_info_from_type - .text.mbedtls_cipher_info_from_values - 0x4202aa0c 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x4202aa0c mbedtls_cipher_info_from_values - .text.mbedtls_cipher_init - 0x4202aa4c 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x4202aa4c mbedtls_cipher_init - .text.mbedtls_cipher_free - 0x4202aa64 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x4202aa64 mbedtls_cipher_free - .text.mbedtls_cipher_setup - 0x4202aaa6 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x4202aaa6 mbedtls_cipher_setup - .text.mbedtls_cipher_setkey - 0x4202aafa 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x4202aafa mbedtls_cipher_setkey - .text.mbedtls_cipher_set_iv - 0x4202ab9a 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x4202ab9a mbedtls_cipher_set_iv - .text.mbedtls_cipher_reset - 0x4202ac6a 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x4202ac6a mbedtls_cipher_reset - .text.mbedtls_cipher_update - 0x4202ac7e 0x2fa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x4202ac7e mbedtls_cipher_update - .text.mbedtls_cipher_finish - 0x4202af78 0x182 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x4202af78 mbedtls_cipher_finish - .text.mbedtls_cipher_set_padding_mode - 0x4202b0fa 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x4202b0fa mbedtls_cipher_set_padding_mode - .text.mbedtls_cipher_crypt - 0x4202b1ba 0x64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x4202b1ba mbedtls_cipher_crypt - .text.mbedtls_cipher_auth_encrypt_ext - 0x4202b21e 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x4202b21e mbedtls_cipher_auth_encrypt_ext - .text.mbedtls_cipher_auth_decrypt_ext - 0x4202b25a 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - 0x4202b25a mbedtls_cipher_auth_decrypt_ext - .text.xts_aes_ctx_free - 0x4202b294 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.xts_aes_ctx_alloc - 0x4202b2b0 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.xts_aes_setkey_dec_wrap - 0x4202b2d2 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.xts_aes_setkey_enc_wrap - 0x4202b2e0 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.aes_crypt_xts_wrap - 0x4202b2ee 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.gcm_ctx_free - 0x4202b30c 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.gcm_ctx_alloc - 0x4202b326 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.gcm_aria_setkey_wrap - 0x4202b348 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.gcm_aes_setkey_wrap - 0x4202b35c 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.ccm_ctx_free - 0x4202b370 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.ccm_ctx_alloc - 0x4202b38a 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.ccm_aria_setkey_wrap - 0x4202b3ac 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.ccm_aes_setkey_wrap - 0x4202b3c0 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.aria_ctx_free - 0x4202b3d4 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.aria_ctx_alloc - 0x4202b3ee 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.aria_setkey_dec_wrap - 0x4202b410 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.aria_setkey_enc_wrap - 0x4202b41e 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.aria_crypt_ctr_wrap - 0x4202b42c 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.aria_crypt_cfb128_wrap - 0x4202b43a 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.aria_crypt_cbc_wrap - 0x4202b448 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.aria_crypt_ecb_wrap - 0x4202b456 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.aes_ctx_free - 0x4202b468 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.aes_ctx_alloc - 0x4202b482 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.aes_setkey_dec_wrap - 0x4202b4a4 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.aes_setkey_enc_wrap - 0x4202b4b2 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.aes_crypt_ctr_wrap - 0x4202b4c0 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.aes_crypt_ofb_wrap - 0x4202b4ce 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.aes_crypt_cfb128_wrap - 0x4202b4dc 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.aes_crypt_cbc_wrap - 0x4202b4ea 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.aes_crypt_ecb_wrap - 0x4202b4f8 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .text.mbedtls_ct_uint_lt - 0x4202b506 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) - .text.mbedtls_ct_memcmp - 0x4202b53a 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) - 0x4202b53a mbedtls_ct_memcmp - .text.mbedtls_ct_memmove_left - 0x4202b568 0x76 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) - 0x4202b568 mbedtls_ct_memmove_left - .text.mbedtls_ct_memcpy_if - 0x4202b5de 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) - 0x4202b5de mbedtls_ct_memcpy_if - .text.mbedtls_ct_memcpy_offset - 0x4202b61a 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) - 0x4202b61a mbedtls_ct_memcpy_offset - .text.mbedtls_ct_zeroize_if - 0x4202b67c 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) - 0x4202b67c mbedtls_ct_zeroize_if - .text.cmac_pad - 0x4202b69a 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .text.cmac_multiply_by_u - 0x4202b6d6 0xce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .text.cmac_generate_subkeys - 0x4202b7a4 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .text.mbedtls_cipher_cmac_starts - 0x4202b814 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - 0x4202b814 mbedtls_cipher_cmac_starts - .text.mbedtls_cipher_cmac_update - 0x4202b8a4 0x13a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - 0x4202b8a4 mbedtls_cipher_cmac_update - .text.mbedtls_cipher_cmac_finish - 0x4202b9de 0x146 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - 0x4202b9de mbedtls_cipher_cmac_finish - .text.good_nonce_len - 0x4202bb24 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .text.mbedtls_ctr_increment_counter - 0x4202bb36 0x7a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .text.block_cipher_df - 0x4202bbb0 0x1c2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .text.ctr_drbg_update_internal - 0x4202bd72 0xb6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .text.mbedtls_ctr_drbg_reseed_internal - 0x4202be28 0xf2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .text.mbedtls_ctr_drbg_init - 0x4202bf1a 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - 0x4202bf1a mbedtls_ctr_drbg_init - .text.mbedtls_ctr_drbg_free - 0x4202bf4c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - 0x4202bf4c mbedtls_ctr_drbg_free - .text.mbedtls_ctr_drbg_reseed - 0x4202bf7c 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - 0x4202bf7c mbedtls_ctr_drbg_reseed - .text.mbedtls_ctr_drbg_seed - 0x4202bf8c 0x6e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - 0x4202bf8c mbedtls_ctr_drbg_seed - .text.mbedtls_ctr_drbg_random_with_add - 0x4202bffa 0xe4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - 0x4202bffa mbedtls_ctr_drbg_random_with_add - .text.mbedtls_ctr_drbg_random - 0x4202c0de 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - 0x4202c0de mbedtls_ctr_drbg_random - .text.mbedtls_ecdh_grp_id - 0x4202c0f0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .text.ecdh_gen_public_restartable - 0x4202c0f4 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .text.ecdh_compute_shared_restartable - 0x4202c142 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .text.ecdh_init_internal - 0x4202c1be 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .text.ecdh_setup_internal - 0x4202c1f2 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .text.ecdh_free_internal - 0x4202c20a 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .text.ecdh_read_params_internal - 0x4202c23e 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .text.ecdh_read_public_internal - 0x4202c258 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .text.ecdh_get_params_internal - 0x4202c28e 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .text.mbedtls_ecdh_gen_public - 0x4202c2de 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - 0x4202c2de mbedtls_ecdh_gen_public - .text.ecdh_make_params_internal - 0x4202c2ee 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .text.ecdh_make_public_internal - 0x4202c36a 0x5e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .text.mbedtls_ecdh_compute_shared - 0x4202c3c8 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - 0x4202c3c8 mbedtls_ecdh_compute_shared - .text.ecdh_calc_secret_internal - 0x4202c3d8 0x96 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .text.mbedtls_ecdh_init - 0x4202c46e 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - 0x4202c46e mbedtls_ecdh_init - .text.mbedtls_ecdh_setup - 0x4202c486 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - 0x4202c486 mbedtls_ecdh_setup - .text.mbedtls_ecdh_free - 0x4202c4b6 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - 0x4202c4b6 mbedtls_ecdh_free - .text.mbedtls_ecdh_make_params - 0x4202c4e4 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - 0x4202c4e4 mbedtls_ecdh_make_params - .text.mbedtls_ecdh_read_params - 0x4202c514 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - 0x4202c514 mbedtls_ecdh_read_params - .text.mbedtls_ecdh_get_params - 0x4202c568 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - 0x4202c568 mbedtls_ecdh_get_params - .text.mbedtls_ecdh_make_public - 0x4202c5d2 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - 0x4202c5d2 mbedtls_ecdh_make_public - .text.mbedtls_ecdh_read_public - 0x4202c602 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - 0x4202c602 mbedtls_ecdh_read_public - .text.mbedtls_ecdh_calc_secret - 0x4202c622 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - 0x4202c622 mbedtls_ecdh_calc_secret - .text.ecp_group_is_static_comb_table - 0x4202c646 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.ecp_pick_window_size - 0x4202c64a 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mpi_init_many - 0x4202c68c 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mpi_free_many - 0x4202c6b2 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.ecp_check_bad_points_mx - 0x4202c6d8 0xc2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.ecp_check_pubkey_mx - 0x4202c79a 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_mpi_sub_int_mod - 0x4202c7e8 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_mpi_sub_mod - 0x4202c834 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.ecp_modp - 0x4202c880 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_mpi_mul_mod - 0x4202c928 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_mpi_add_mod - 0x4202c964 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.ecp_sw_rhs - 0x4202c9b0 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_ecp_sw_derive_y - 0x4202ca16 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.ecp_check_pubkey_sw - 0x4202cac6 0xac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.ecp_double_add_mxz - 0x4202cb72 0x15e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.ecp_randomize_mxz - 0x4202ccd0 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.ecp_randomize_jac - 0x4202cd4c 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_ecp_gen_privkey_sw - 0x4202cdfc 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.ecp_normalize_mxz - 0x4202ce24 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.ecp_normalize_jac - 0x4202ce68 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_mpi_mul_int_mod - 0x4202cf0c 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_mpi_shift_l_mod - 0x4202cf58 0x4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.ecp_double_jac - 0x4202cfa2 0x212 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.ecp_normalize_jac_many - 0x4202d1b4 0x1b2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.ecp_safe_invert_jac - 0x4202d366 0x64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.ecp_select_comb - 0x4202d3ca 0x96 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.ecp_comb_recode_core - 0x4202d460 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.ecp_comb_recode_scalar - 0x4202d518 0xae esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_ecp_gen_privkey_mx - 0x4202d5c6 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_ecp_curve_list - 0x4202d63a 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202d63a mbedtls_ecp_curve_list - .text.mbedtls_ecp_grp_id_list - 0x4202d644 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202d644 mbedtls_ecp_grp_id_list - .text.mbedtls_ecp_curve_info_from_grp_id - 0x4202d69a 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202d69a mbedtls_ecp_curve_info_from_grp_id - .text.mbedtls_ecp_curve_info_from_tls_id - 0x4202d6be 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202d6be mbedtls_ecp_curve_info_from_tls_id - .text.mbedtls_ecp_get_type - 0x4202d6e6 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202d6e6 mbedtls_ecp_get_type - .text.mbedtls_ecp_point_init - 0x4202d6fa 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202d6fa mbedtls_ecp_point_init - .text.mbedtls_ecp_group_init - 0x4202d71e 0x5e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202d71e mbedtls_ecp_group_init - .text.mbedtls_ecp_keypair_init - 0x4202d77c 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202d77c mbedtls_ecp_keypair_init - .text.mbedtls_ecp_point_free - 0x4202d7a0 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202d7a0 mbedtls_ecp_point_free - .text.mbedtls_ecp_group_free - 0x4202d7c6 0x7e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202d7c6 mbedtls_ecp_group_free - .text.mbedtls_ecp_keypair_free - 0x4202d844 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202d844 mbedtls_ecp_keypair_free - .text.mbedtls_ecp_copy - 0x4202d86a 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202d86a mbedtls_ecp_copy - .text.ecp_mul_mxz - 0x4202d8a2 0x166 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_ecp_group_copy - 0x4202da08 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202da08 mbedtls_ecp_group_copy - .text.mbedtls_ecp_set_zero - 0x4202da18 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202da18 mbedtls_ecp_set_zero - .text.ecp_add_mixed - 0x4202da48 0x1e0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.ecp_precompute_comb - 0x4202dc28 0x194 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.ecp_mul_comb_core - 0x4202ddbc 0xc6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.ecp_mul_comb_after_precomp - 0x4202de82 0xa6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.ecp_mul_comb - 0x4202df28 0x104 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_ecp_is_zero - 0x4202e02c 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202e02c mbedtls_ecp_is_zero - .text.mbedtls_ecp_point_cmp - 0x4202e042 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202e042 mbedtls_ecp_point_cmp - .text.mbedtls_ecp_point_write_binary - 0x4202e092 0x130 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202e092 mbedtls_ecp_point_write_binary - .text.mbedtls_ecp_point_read_binary - 0x4202e1c2 0x15e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202e1c2 mbedtls_ecp_point_read_binary - .text.mbedtls_ecp_tls_read_point - 0x4202e320 0x4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202e320 mbedtls_ecp_tls_read_point - .text.mbedtls_ecp_tls_write_point - 0x4202e36a 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202e36a mbedtls_ecp_tls_write_point - .text.mbedtls_ecp_tls_read_group_id - 0x4202e3b0 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202e3b0 mbedtls_ecp_tls_read_group_id - .text.mbedtls_ecp_tls_write_group - 0x4202e418 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202e418 mbedtls_ecp_tls_write_group - .text.mbedtls_ecp_check_pubkey - 0x4202e47e 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202e47e mbedtls_ecp_check_pubkey - .text.mbedtls_ecp_check_privkey - 0x4202e4d4 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202e4d4 mbedtls_ecp_check_privkey - .text.ecp_mul_restartable_internal - 0x4202e574 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_ecp_mul_restartable - 0x4202e60e 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202e60e mbedtls_ecp_mul_restartable - .text.mbedtls_ecp_mul - 0x4202e626 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202e626 mbedtls_ecp_mul - .text.mbedtls_ecp_mul_shortcuts - 0x4202e636 0xdc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .text.mbedtls_ecp_muladd_restartable - 0x4202e712 0xae esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202e712 mbedtls_ecp_muladd_restartable - .text.mbedtls_ecp_muladd - 0x4202e7c0 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202e7c0 mbedtls_ecp_muladd - .text.mbedtls_ecp_gen_privkey - 0x4202e7d0 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202e7d0 mbedtls_ecp_gen_privkey - .text.mbedtls_ecp_read_key - 0x4202e826 0x152 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202e826 mbedtls_ecp_read_key - .text.mbedtls_ecp_check_pub_priv - 0x4202e978 0xdc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - 0x4202e978 mbedtls_ecp_check_pub_priv - .text.add64 0x4202ea54 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .text.carry64 0x4202ea8e 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .text.mbedtls_ecp_fix_negative - 0x4202eab2 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .text.ecp_mod_p255 - 0x4202eb06 0x76 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .text.ecp_mod_koblitz - 0x4202eb7c 0x1fe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .text.ecp_mod_p256k1 - 0x4202ed7a 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .text.ecp_mod_p224k1 - 0x4202ed98 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .text.ecp_mod_p192k1 - 0x4202edb6 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .text.ecp_mod_p521 - 0x4202edd4 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .text.ecp_mod_p384 - 0x4202ee5c 0x572 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .text.ecp_mod_p256 - 0x4202f3ce 0x442 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .text.ecp_mod_p224 - 0x4202f810 0x22c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .text.ecp_mod_p192 - 0x4202fa3c 0xd2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .text.ecp_group_load - 0x4202fb0e 0xa2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .text.ecp_use_curve25519 - 0x4202fbb0 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .text.mbedtls_ecp_group_load - 0x4202fc68 0x406 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - 0x4202fc68 mbedtls_ecp_group_load - .text.entropy_update - 0x4203006e 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .text.entropy_gather_internal - 0x42030108 0xaa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .text.mbedtls_entropy_free - 0x420301b2 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - 0x420301b2 mbedtls_entropy_free - .text.mbedtls_entropy_add_source - 0x420301e2 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - 0x420301e2 mbedtls_entropy_add_source - .text.mbedtls_entropy_init - 0x4203020e 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - 0x4203020e mbedtls_entropy_init - .text.mbedtls_entropy_func - 0x42030250 0x126 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - 0x42030250 mbedtls_entropy_func - .text.mbedtls_md_info_from_type - 0x42030376 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x42030376 mbedtls_md_info_from_type - .text.mbedtls_md_init - 0x420303e2 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x420303e2 mbedtls_md_init - .text.mbedtls_md_free - 0x42030414 0x84 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x42030414 mbedtls_md_free - .text.mbedtls_md_clone - 0x42030498 0xc2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x42030498 mbedtls_md_clone - .text.mbedtls_md_setup - 0x4203055a 0x144 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x4203055a mbedtls_md_setup - .text.mbedtls_md_starts - 0x4203069e 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x4203069e mbedtls_md_starts - .text.mbedtls_md_update - 0x4203072e 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x4203072e mbedtls_md_update - .text.mbedtls_md_finish - 0x420307b6 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x420307b6 mbedtls_md_finish - .text.mbedtls_md - 0x4203083e 0x7e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x4203083e mbedtls_md - .text.mbedtls_md_get_size - 0x420308bc 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x420308bc mbedtls_md_get_size - .text.mbedtls_md_get_type - 0x420308c8 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x420308c8 mbedtls_md_get_type - .text.mbedtls_md_info_from_ctx - 0x420308d2 0x6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x420308d2 mbedtls_md_info_from_ctx - .text.mbedtls_md_hmac_starts - 0x420308d8 0x11e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x420308d8 mbedtls_md_hmac_starts - .text.mbedtls_md_hmac_update - 0x420309f6 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x420309f6 mbedtls_md_hmac_update - .text.mbedtls_md_hmac_finish - 0x42030a26 0x7e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x42030a26 mbedtls_md_hmac_finish - .text.mbedtls_md_hmac_reset - 0x42030aa4 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - 0x42030aa4 mbedtls_md_hmac_reset - .text.mbedtls_md5 - 0x42030af0 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - 0x42030af0 mbedtls_md5 - .text.mbedtls_md_get_size_from_type - 0x42030b44 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .text.pk_hashlen_helper - 0x42030b56 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .text.mbedtls_pk_init - 0x42030b7c 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x42030b7c mbedtls_pk_init - .text.mbedtls_pk_free - 0x42030b86 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x42030b86 mbedtls_pk_free - .text.mbedtls_pk_info_from_type - 0x42030bac 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x42030bac mbedtls_pk_info_from_type - .text.mbedtls_pk_setup - 0x42030bf8 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x42030bf8 mbedtls_pk_setup - .text.mbedtls_pk_setup_rsa_alt - 0x42030c3a 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x42030c3a mbedtls_pk_setup_rsa_alt - .text.mbedtls_pk_can_do - 0x42030ca0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x42030ca0 mbedtls_pk_can_do - .text.mbedtls_pk_verify_restartable - 0x42030cc0 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x42030cc0 mbedtls_pk_verify_restartable - .text.mbedtls_pk_verify - 0x42030d32 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x42030d32 mbedtls_pk_verify - .text.mbedtls_pk_sign_restartable - 0x42030d42 0x84 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x42030d42 mbedtls_pk_sign_restartable - .text.mbedtls_pk_sign - 0x42030dc6 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x42030dc6 mbedtls_pk_sign - .text.mbedtls_pk_decrypt - 0x42030dda 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x42030dda mbedtls_pk_decrypt - .text.mbedtls_pk_encrypt - 0x42030e06 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x42030e06 mbedtls_pk_encrypt - .text.mbedtls_pk_get_bitlen - 0x42030e32 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x42030e32 mbedtls_pk_get_bitlen - .text.mbedtls_pk_get_type - 0x42030e4e 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x42030e4e mbedtls_pk_get_type - .text.mbedtls_pk_verify_ext - 0x42030e60 0x10c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - 0x42030e60 mbedtls_pk_verify_ext - .text.mbedtls_pk_ecc_set_group - 0x42030f6c 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) - 0x42030f6c mbedtls_pk_ecc_set_group - .text.mbedtls_pk_ecc_set_key - 0x42030ff4 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) - 0x42030ff4 mbedtls_pk_ecc_set_key - .text.mbedtls_pk_ecc_set_pubkey_from_prv - 0x4203103c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) - 0x4203103c mbedtls_pk_ecc_set_pubkey_from_prv - .text.mbedtls_pk_ecc_set_pubkey - 0x4203105c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) - 0x4203105c mbedtls_pk_ecc_set_pubkey - .text.rsa_can_do - 0x4203108c 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.rsa_debug - 0x420310a4 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.eckey_can_do - 0x420310cc 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.eckey_get_bitlen - 0x420310d4 0x6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.eckey_debug - 0x420310da 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.eckeydh_can_do - 0x420310f2 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.ecdsa_can_do - 0x420310fa 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.rsa_alt_can_do - 0x42031102 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.rsa_alt_get_bitlen - 0x4203110a 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.rsa_alt_sign_wrap - 0x4203111e 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.rsa_alt_decrypt_wrap - 0x42031190 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.rsa_free_wrap - 0x420311de 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.rsa_alloc_wrap - 0x420311f8 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.rsa_check_pair_wrap - 0x4203121a 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.rsa_encrypt_wrap - 0x4203122c 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.rsa_decrypt_wrap - 0x4203128c 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.rsa_sign_wrap - 0x420312ec 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.rsa_verify_wrap - 0x4203134e 0x64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.rsa_get_bitlen - 0x420313b2 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.eckey_free_wrap - 0x420313c2 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.eckey_alloc_wrap - 0x420313dc 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.eckey_check_pair_wrap - 0x420313fe 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.ecdsa_sign_wrap - 0x42031410 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.ecdsa_verify_wrap - 0x42031424 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.rsa_alt_free_wrap - 0x4203144e 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.rsa_alt_alloc_wrap - 0x4203145e 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.rsa_alt_check_pair - 0x42031486 0xb2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .text.pk_ecc_tag_is_specified_ec_domain - 0x42031538 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .text.pk_get_ecparams - 0x42031542 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .text.pk_get_pk_alg - 0x420315c2 0xba esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .text.pk_use_ecparams_rfc8410 - 0x4203167c 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .text.pk_group_from_specified - 0x420316a6 0x23e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .text.pk_group_id_from_group - 0x420318e4 0xd8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .text.pk_ecc_group_id_from_specified - 0x420319bc 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .text.pk_use_ecparams - 0x42031a14 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .text.pk_parse_key_rfc8410_der - 0x42031a4c 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .text.pk_parse_key_sec1_der - 0x42031ab4 0x16a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .text.pk_parse_key_pkcs8_unencrypted_der - 0x42031c1e 0x198 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .text.mbedtls_pk_parse_key_pkcs8_encrypted_der - 0x42031db6 0x130 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .text.mbedtls_pk_parse_subpubkey - 0x42031ee6 0x156 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - 0x42031ee6 mbedtls_pk_parse_subpubkey - .text.mbedtls_pk_parse_key - 0x4203203c 0x330 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - 0x4203203c mbedtls_pk_parse_key - .text.mbedtls_pk_parse_public_key - 0x4203236c 0x1a8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - 0x4203236c mbedtls_pk_parse_public_key - .text.mbedtls_calloc - 0x42032514 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - 0x42032514 mbedtls_calloc - .text.mbedtls_free - 0x42032524 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - 0x42032524 mbedtls_free - .text.mbedtls_platform_zeroize - 0x42032534 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - 0x42032534 mbedtls_platform_zeroize - .text.mbedtls_zeroize_and_free - 0x42032554 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - 0x42032554 mbedtls_zeroize_and_free - .text.mbedtls_ct_uint_lt - 0x42032570 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.asn1_get_nonzero_mpi - 0x420325a4 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.rsa_check_context - 0x420325d4 0xfe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.rsa_prepare_blinding - 0x420326d2 0x13a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.rsa_unblind - 0x4203280c 0xba esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.mbedtls_md_get_size_from_type - 0x420328c6 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.compute_hash - 0x420328d8 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.mgf_mask - 0x4203290c 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.hash_mprime - 0x42032a0c 0xa6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.mbedtls_ct_rsaes_pkcs1_v15_unpadding - 0x42032ab2 0x152 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.rsa_rsassa_pkcs1_v15_encode - 0x42032c04 0x1a4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.mbedtls_rsa_import - 0x42032da8 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x42032da8 mbedtls_rsa_import - .text.mbedtls_rsa_import_raw - 0x42032e3c 0x9e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x42032e3c mbedtls_rsa_import_raw - .text.mbedtls_rsa_complete - 0x42032eda 0x1e2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x42032eda mbedtls_rsa_complete - .text.mbedtls_rsa_init - 0x420330bc 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x420330bc mbedtls_rsa_init - .text.mbedtls_rsa_get_bitlen - 0x420330d4 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x420330d4 mbedtls_rsa_get_bitlen - .text.mbedtls_rsa_get_len - 0x420330e4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x420330e4 mbedtls_rsa_get_len - .text.mbedtls_rsa_check_pubkey - 0x420330e8 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x420330e8 mbedtls_rsa_check_pubkey - .text.mbedtls_rsa_parse_pubkey - 0x4203315c 0xd8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x4203315c mbedtls_rsa_parse_pubkey - .text.mbedtls_rsa_check_privkey - 0x42033234 0x82 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x42033234 mbedtls_rsa_check_privkey - .text.mbedtls_rsa_check_pub_priv - 0x420332b6 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x420332b6 mbedtls_rsa_check_pub_priv - .text.mbedtls_rsa_public - 0x42033306 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x42033306 mbedtls_rsa_public - .text.mbedtls_rsa_private - 0x420333a0 0x296 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x420333a0 mbedtls_rsa_private - .text.rsa_rsassa_pss_sign_no_mode_check - 0x42033636 0x1aa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.rsa_rsassa_pss_sign - 0x420337e0 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .text.mbedtls_rsa_rsaes_oaep_encrypt - 0x42033812 0x12e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x42033812 mbedtls_rsa_rsaes_oaep_encrypt - .text.mbedtls_rsa_rsaes_pkcs1_v15_encrypt - 0x42033940 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x42033940 mbedtls_rsa_rsaes_pkcs1_v15_encrypt - .text.mbedtls_rsa_pkcs1_encrypt - 0x42033a10 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x42033a10 mbedtls_rsa_pkcs1_encrypt - .text.mbedtls_rsa_rsaes_oaep_decrypt - 0x42033a44 0x20c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x42033a44 mbedtls_rsa_rsaes_oaep_decrypt - .text.mbedtls_rsa_rsaes_pkcs1_v15_decrypt - 0x42033c50 0x8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x42033c50 mbedtls_rsa_rsaes_pkcs1_v15_decrypt - .text.mbedtls_rsa_pkcs1_decrypt - 0x42033cde 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x42033cde mbedtls_rsa_pkcs1_decrypt - .text.mbedtls_rsa_rsassa_pss_sign - 0x42033d14 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x42033d14 mbedtls_rsa_rsassa_pss_sign - .text.mbedtls_rsa_rsassa_pkcs1_v15_sign - 0x42033d26 0xea esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x42033d26 mbedtls_rsa_rsassa_pkcs1_v15_sign - .text.mbedtls_rsa_pkcs1_sign - 0x42033e10 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x42033e10 mbedtls_rsa_pkcs1_sign - .text.mbedtls_rsa_rsassa_pss_verify_ext - 0x42033e48 0x1ea esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x42033e48 mbedtls_rsa_rsassa_pss_verify_ext - .text.mbedtls_rsa_rsassa_pss_verify - 0x42034032 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x42034032 mbedtls_rsa_rsassa_pss_verify - .text.mbedtls_rsa_rsassa_pkcs1_v15_verify - 0x4203405c 0xb4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x4203405c mbedtls_rsa_rsassa_pkcs1_v15_verify - .text.mbedtls_rsa_pkcs1_verify - 0x42034110 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x42034110 mbedtls_rsa_pkcs1_verify - .text.mbedtls_rsa_free - 0x42034144 0x7a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x42034144 mbedtls_rsa_free - .text.mbedtls_rsa_parse_key - 0x420341be 0x1a4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - 0x420341be mbedtls_rsa_parse_key - .text.mbedtls_rsa_deduce_primes - 0x42034362 0x234 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) - 0x42034362 mbedtls_rsa_deduce_primes - .text.mbedtls_rsa_deduce_private_exponent - 0x42034596 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) - 0x42034596 mbedtls_rsa_deduce_private_exponent - .text.mbedtls_rsa_deduce_crt - 0x42034666 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) - 0x42034666 mbedtls_rsa_deduce_crt - .text.mbedtls_rsa_validate_params - 0x420346fa 0x1f8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) - 0x420346fa mbedtls_rsa_validate_params - .text.mbedtls_rsa_validate_crt - 0x420348f2 0x15e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) - 0x420348f2 mbedtls_rsa_validate_crt - .text.mbedtls_sha1 - 0x42034a50 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - 0x42034a50 mbedtls_sha1 - .text.mbedtls_sha256 - 0x42034aa4 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - 0x42034aa4 mbedtls_sha256 - .text.mbedtls_sha512_init - 0x42034b0e 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - 0x42034b0e mbedtls_sha512_init - .text.mbedtls_sha512_free - 0x42034b26 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - 0x42034b26 mbedtls_sha512_free - .text.mbedtls_sha512_clone - 0x42034b3a 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - 0x42034b3a mbedtls_sha512_clone - .text.mbedtls_sha512_starts - 0x42034b6c 0x128 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - 0x42034b6c mbedtls_sha512_starts - .text.mbedtls_internal_sha512_process - 0x42034c94 0xd84 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - 0x42034c94 mbedtls_internal_sha512_process - .text.mbedtls_internal_sha512_process_many - 0x42035a18 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .text.mbedtls_sha512_update - 0x42035a5e 0xd4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - 0x42035a5e mbedtls_sha512_update - .text.mbedtls_sha512_finish - 0x42035b32 0x34c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - 0x42035b32 mbedtls_sha512_finish - .text.mbedtls_sha512 - 0x42035e7e 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - 0x42035e7e mbedtls_sha512 - .text.mbedtls_hardware_poll - 0x42035ee8 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) - 0x42035ee8 mbedtls_hardware_poll - .text.esp_mbedtls_mem_calloc - 0x42035f0a 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - 0x42035f0a esp_mbedtls_mem_calloc - .text.esp_mbedtls_mem_free - 0x42035f22 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - 0x42035f22 esp_mbedtls_mem_free - .text.esp_aes_xts_decode_keys - 0x42035f34 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) - .text.esp_gf128mul_x_ble - 0x42035f62 0x12a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) - .text.esp_aes_xts_init - 0x4203608c 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) - 0x4203608c esp_aes_xts_init - .text.esp_aes_xts_free - 0x420360a4 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) - 0x420360a4 esp_aes_xts_free - .text.esp_aes_xts_setkey_enc - 0x420360bc 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) - 0x420360bc esp_aes_xts_setkey_enc - .text.esp_aes_xts_setkey_dec - 0x420360f4 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) - 0x420360f4 esp_aes_xts_setkey_dec - .text.esp_aes_crypt_xts - 0x4203612c 0x1aa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) - 0x4203612c esp_aes_crypt_xts - .text.valid_key_length - 0x420362d6 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) - 0x420362d6 valid_key_length - .text.esp_aes_init - 0x420362f4 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) - 0x420362f4 esp_aes_init - .text.esp_aes_free - 0x42036310 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) - 0x42036310 esp_aes_free - .text.esp_aes_setkey - 0x4203632a 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) - 0x4203632a esp_aes_setkey - .text.esp_aes_validate_input - 0x42036378 0x96 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - .text.esp_aes_acquire_hardware - 0x4203640e 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - 0x4203640e esp_aes_acquire_hardware - .text.esp_aes_release_hardware - 0x42036460 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - 0x42036460 esp_aes_release_hardware - .text.esp_aes_crypt_ecb - 0x4203649a 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - 0x4203649a esp_aes_crypt_ecb - .text.esp_aes_crypt_cbc - 0x4203650e 0xd6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - 0x4203650e esp_aes_crypt_cbc - .text.esp_aes_crypt_cfb128 - 0x420365e4 0x18e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - 0x420365e4 esp_aes_crypt_cfb128 - .text.esp_aes_crypt_ofb - 0x42036772 0x136 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - 0x42036772 esp_aes_crypt_ofb - .text.esp_aes_crypt_ctr - 0x420368a8 0x172 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - 0x420368a8 esp_aes_crypt_ctr - .text.rsa_rsassa_pkcs1_v15_encode - 0x42036a1a 0x190 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - .text.esp_ds_conn_lock - 0x42036baa 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - .text.esp_ds_set_session_timeout - 0x42036bf2 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - 0x42036bf2 esp_ds_set_session_timeout - .text.esp_ds_init_data_ctx - 0x42036c0c 0xfa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - 0x42036c0c esp_ds_init_data_ctx - .text.esp_ds_release_ds_lock - 0x42036d06 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - 0x42036d06 esp_ds_release_ds_lock - .text.esp_ds_get_keylen - 0x42036d4a 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - 0x42036d4a esp_ds_get_keylen - .text.esp_ds_rsa_sign - 0x42036d5a 0x232 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - 0x42036d5a esp_ds_rsa_sign - .text.mpi_words - 0x42036f8c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .text.modular_inverse - 0x42036fac 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .text.calculate_rinv - 0x42037044 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .text.esp_mpi_isr_initialise - 0x42037094 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .text.esp_mpi_wait_intr - 0x42037154 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .text.esp_mpi_exp_mod - 0x420371a8 0x16e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .text.mpi_mult_mpi_failover_mod_mult - 0x42037316 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .text.mbedtls_mpi_exp_mod - 0x420373b0 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - 0x420373b0 mbedtls_mpi_exp_mod - .text.mbedtls_mpi_mul_mpi - 0x420373f2 0x14a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - 0x420373f2 mbedtls_mpi_mul_mpi - .text.mpi_mult_mpi_overlong - 0x4203753c 0x92 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .text.mbedtls_mpi_mul_int - 0x420375ce 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - 0x420375ce mbedtls_mpi_mul_int - .text.esp_mpi_enable_hardware_hw_op - 0x420375ee 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - 0x420375ee esp_mpi_enable_hardware_hw_op - .text.esp_mpi_disable_hardware_hw_op - 0x42037644 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - 0x42037644 esp_mpi_disable_hardware_hw_op - .text.esp_mpi_mul_mpi_hw_op - 0x42037682 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - 0x42037682 esp_mpi_mul_mpi_hw_op - .text.esp_mpi_mult_mpi_failover_mod_mult_hw_op - 0x420376ca 0x8a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - 0x420376ca esp_mpi_mult_mpi_failover_mod_mult_hw_op - .text.esp_mpi_exp_mpi_mod_hw_op - 0x42037754 0xae esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - 0x42037754 esp_mpi_exp_mpi_mod_hw_op - .text.mbedtls_zeroize - 0x42037802 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .text.esp_internal_sha1_dma_process - 0x42037814 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .text.esp_internal_sha_update_state - 0x4203782a 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .text.mbedtls_sha1_init - 0x42037854 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - 0x42037854 mbedtls_sha1_init - .text.mbedtls_sha1_free - 0x4203786c 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - 0x4203786c mbedtls_sha1_free - .text.mbedtls_sha1_clone - 0x42037880 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - 0x42037880 mbedtls_sha1_clone - .text.mbedtls_sha1_starts - 0x42037896 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - 0x42037896 mbedtls_sha1_starts - .text.mbedtls_internal_sha1_process - 0x420378b8 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - 0x420378b8 mbedtls_internal_sha1_process - .text.mbedtls_sha1_update - 0x42037908 0xde esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - 0x42037908 mbedtls_sha1_update - .text.mbedtls_sha1_finish - 0x420379e6 0xb4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - 0x420379e6 mbedtls_sha1_finish - .text.mbedtls_zeroize - 0x42037a9a 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .text.esp_internal_sha_update_state - 0x42037aac 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .text.mbedtls_sha256_init - 0x42037ad6 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - 0x42037ad6 mbedtls_sha256_init - .text.mbedtls_sha256_free - 0x42037aee 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - 0x42037aee mbedtls_sha256_free - .text.mbedtls_sha256_clone - 0x42037b02 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - 0x42037b02 mbedtls_sha256_clone - .text.mbedtls_sha256_starts - 0x42037b28 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - 0x42037b28 mbedtls_sha256_starts - .text.mbedtls_sha256_update - 0x42037b5a 0xe2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - 0x42037b5a mbedtls_sha256_update - .text.mbedtls_sha256_finish - 0x42037c3c 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - 0x42037c3c mbedtls_sha256_finish - .text.xor_data - 0x42037d0c 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - .text.gcm_gen_table - 0x42037d30 0x168 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - .text.gcm_mult - 0x42037e98 0x1e6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - .text.increment32_j0 - 0x4203807e 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - .text.esp_gcm_ghash - 0x420380d2 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - .text.esp_gcm_derive_J0 - 0x42038142 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - .text.esp_aes_gcm_setkey - 0x420381c2 0xac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - 0x420381c2 esp_aes_gcm_setkey - .text.esp_aes_gcm_init - 0x4203826e 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - 0x4203826e esp_aes_gcm_init - .text.esp_aes_gcm_free - 0x42038296 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - 0x42038296 esp_aes_gcm_free - .text.esp_aes_gcm_starts - 0x420382ce 0x116 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - 0x420382ce esp_aes_gcm_starts - .text.esp_aes_gcm_update_ad - 0x420383e4 0xcc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - 0x420383e4 esp_aes_gcm_update_ad - .text.esp_aes_gcm_update - 0x420384b0 0x1a4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - 0x420384b0 esp_aes_gcm_update - .text.esp_aes_gcm_finish - 0x42038654 0xa2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - 0x42038654 esp_aes_gcm_finish - .text.esp_aes_gcm_crypt_and_tag_partial_hw - 0x420386f6 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - .text.esp_aes_gcm_crypt_and_tag - 0x42038758 0x64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - 0x42038758 esp_aes_gcm_crypt_and_tag - .text.esp_aes_gcm_auth_decrypt - 0x420387bc 0x86 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - 0x420387bc esp_aes_gcm_auth_decrypt - .text.esp_md5_finish - 0x42038842 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) - 0x42038842 esp_md5_finish - .text.esp_md5_update - 0x4203885c 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) - 0x4203885c esp_md5_update - .text.esp_md5_init - 0x42038870 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) - 0x42038870 esp_md5_init - .text.esp_md5_starts - 0x42038882 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) - 0x42038882 esp_md5_starts - .text.esp_md5_free - 0x42038892 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) - 0x42038892 esp_md5_free - .text.esp_md5_clone - 0x420388a6 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) - 0x420388a6 esp_md5_clone - .text.aria_a 0x420388d0 0x12e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .text.aria_sl 0x420389fe 0x110 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .text.aria_fo_xor - 0x42038b0e 0xaa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .text.aria_fe_xor - 0x42038bb8 0xaa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .text.aria_rot128 - 0x42038c62 0xb2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .text.mbedtls_aria_setkey_enc - 0x42038d14 0x27a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - 0x42038d14 mbedtls_aria_setkey_enc - .text.mbedtls_aria_setkey_dec - 0x42038f8e 0x8a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - 0x42038f8e mbedtls_aria_setkey_dec - .text.mbedtls_aria_crypt_ecb - 0x42039018 0x214 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - 0x42039018 mbedtls_aria_crypt_ecb - .text.mbedtls_aria_init - 0x4203922c 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - 0x4203922c mbedtls_aria_init - .text.mbedtls_aria_free - 0x42039244 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - 0x42039244 mbedtls_aria_free - .text.mbedtls_aria_crypt_cbc - 0x42039258 0xf4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - 0x42039258 mbedtls_aria_crypt_cbc - .text.mbedtls_aria_crypt_cfb128 - 0x4203934c 0xbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - 0x4203934c mbedtls_aria_crypt_cfb128 - .text.mbedtls_aria_crypt_ctr - 0x42039408 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - 0x42039408 mbedtls_aria_crypt_ctr - .text.asn1_get_sequence_of_cb - 0x420394a2 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - .text.mbedtls_asn1_get_len - 0x420394f8 0x8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x420394f8 mbedtls_asn1_get_len - .text.mbedtls_asn1_get_tag - 0x42039584 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x42039584 mbedtls_asn1_get_tag - .text.asn1_get_tagged_int - 0x420395b4 0x92 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - .text.mbedtls_asn1_get_bool - 0x42039646 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x42039646 mbedtls_asn1_get_bool - .text.mbedtls_asn1_get_int - 0x42039686 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x42039686 mbedtls_asn1_get_int - .text.mbedtls_asn1_get_mpi - 0x42039698 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x42039698 mbedtls_asn1_get_mpi - .text.mbedtls_asn1_get_bitstring - 0x420396cc 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x420396cc mbedtls_asn1_get_bitstring - .text.mbedtls_asn1_traverse_sequence_of - 0x4203972c 0xb4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x4203972c mbedtls_asn1_traverse_sequence_of - .text.mbedtls_asn1_get_bitstring_null - 0x420397e0 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x420397e0 mbedtls_asn1_get_bitstring_null - .text.mbedtls_asn1_sequence_free - 0x4203981e 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x4203981e mbedtls_asn1_sequence_free - .text.mbedtls_asn1_get_sequence_of - 0x42039838 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x42039838 mbedtls_asn1_get_sequence_of - .text.mbedtls_asn1_get_alg - 0x42039886 0xba esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x42039886 mbedtls_asn1_get_alg - .text.mbedtls_asn1_get_alg_null - 0x42039940 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x42039940 mbedtls_asn1_get_alg_null - .text.mbedtls_asn1_free_named_data_list_shallow - 0x42039976 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - 0x42039976 mbedtls_asn1_free_named_data_list_shallow - .text.mbedtls_asn1_write_len - 0x42039990 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - 0x42039990 mbedtls_asn1_write_len - .text.mbedtls_asn1_write_tag - 0x420399e0 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - 0x420399e0 mbedtls_asn1_write_tag - .text.mbedtls_asn1_write_len_and_tag - 0x420399fe 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .text.mbedtls_asn1_write_mpi - 0x42039a3a 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - 0x42039a3a mbedtls_asn1_write_mpi - .text.mbedtls_ccm_clear_state - 0x42039ad4 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .text.ccm_calculate_first_block_if_ready - 0x42039b0a 0xae esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .text.mbedtls_ccm_crypt - 0x42039bb8 0x9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .text.mbedtls_ccm_compare_tags - 0x42039c54 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .text.mbedtls_ccm_init - 0x42039c68 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - 0x42039c68 mbedtls_ccm_init - .text.mbedtls_ccm_setkey - 0x42039c80 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - 0x42039c80 mbedtls_ccm_setkey - .text.mbedtls_ccm_free - 0x42039ce2 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - 0x42039ce2 mbedtls_ccm_free - .text.mbedtls_ccm_starts - 0x42039d06 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - 0x42039d06 mbedtls_ccm_starts - .text.mbedtls_ccm_set_lengths - 0x42039da6 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - 0x42039da6 mbedtls_ccm_set_lengths - .text.mbedtls_ccm_update_ad - 0x42039df2 0x10a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - 0x42039df2 mbedtls_ccm_update_ad - .text.mbedtls_ccm_update - 0x42039efc 0x1ba esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - 0x42039efc mbedtls_ccm_update - .text.mbedtls_ccm_finish - 0x4203a0b6 0x92 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - 0x4203a0b6 mbedtls_ccm_finish - .text.ccm_auth_crypt - 0x4203a148 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .text.ccm_auth_decrypt - 0x4203a1b2 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .text.mbedtls_ccm_encrypt_and_tag - 0x4203a1fe 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - 0x4203a1fe mbedtls_ccm_encrypt_and_tag - .text.mbedtls_ccm_auth_decrypt - 0x4203a224 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - 0x4203a224 mbedtls_ccm_auth_decrypt - .text.derive_mpi - 0x4203a24a 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .text.ecdsa_signature_to_asn1 - 0x4203a2ba 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .text.mbedtls_ecdsa_can_do - 0x4203a362 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x4203a362 mbedtls_ecdsa_can_do - .text.mbedtls_ecdsa_sign_restartable - 0x4203a370 0x1cc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x4203a370 mbedtls_ecdsa_sign_restartable - .text.mbedtls_ecdsa_sign_det_restartable - 0x4203a53c 0x10e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x4203a53c mbedtls_ecdsa_sign_det_restartable - .text.mbedtls_ecdsa_verify_restartable - 0x4203a64a 0x16c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x4203a64a mbedtls_ecdsa_verify_restartable - .text.mbedtls_ecdsa_write_signature_restartable - 0x4203a7b6 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x4203a7b6 mbedtls_ecdsa_write_signature_restartable - .text.mbedtls_ecdsa_write_signature - 0x4203a85a 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x4203a85a mbedtls_ecdsa_write_signature - .text.mbedtls_ecdsa_read_signature_restartable - 0x4203a86e 0xbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x4203a86e mbedtls_ecdsa_read_signature_restartable - .text.mbedtls_ecdsa_read_signature - 0x4203a92a 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x4203a92a mbedtls_ecdsa_read_signature - .text.mbedtls_ecdsa_init - 0x4203a93a 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x4203a93a mbedtls_ecdsa_init - .text.mbedtls_ecdsa_free - 0x4203a948 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - 0x4203a948 mbedtls_ecdsa_free - .text.gcm_gen_table_rightshift - 0x4203a958 0x14a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .text.gcm_gen_table - 0x4203aaa2 0x190 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .text.gcm_mult_smalltable - 0x4203ac32 0x206 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .text.gcm_mult - 0x4203ae38 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .text.gcm_mask - 0x4203ae56 0xd6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .text.gcm_incr - 0x4203af2c 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .text.mbedtls_gcm_init_soft - 0x4203af84 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - 0x4203af84 mbedtls_gcm_init_soft - .text.mbedtls_gcm_setkey_soft - 0x4203af9c 0x82 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - 0x4203af9c mbedtls_gcm_setkey_soft - .text.mbedtls_gcm_starts_soft - 0x4203b01e 0x124 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - 0x4203b01e mbedtls_gcm_starts_soft - .text.mbedtls_gcm_update_ad_soft - 0x4203b142 0x132 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - 0x4203b142 mbedtls_gcm_update_ad_soft - .text.mbedtls_gcm_update_soft - 0x4203b274 0x176 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - 0x4203b274 mbedtls_gcm_update_soft - .text.mbedtls_gcm_finish_soft - 0x4203b3ea 0x142 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - 0x4203b3ea mbedtls_gcm_finish_soft - .text.mbedtls_gcm_crypt_and_tag_soft - 0x4203b52c 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - 0x4203b52c mbedtls_gcm_crypt_and_tag_soft - .text.mbedtls_gcm_auth_decrypt_soft - 0x4203b58e 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - 0x4203b58e mbedtls_gcm_auth_decrypt_soft - .text.mbedtls_gcm_free_soft - 0x4203b5e0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - 0x4203b5e0 mbedtls_gcm_free_soft - .text.mbedtls_hmac_drbg_init - 0x4203b600 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - 0x4203b600 mbedtls_hmac_drbg_init - .text.mbedtls_hmac_drbg_update - 0x4203b626 0xe2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - 0x4203b626 mbedtls_hmac_drbg_update - .text.hmac_drbg_reseed_core - 0x4203b708 0xde esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .text.mbedtls_hmac_drbg_seed_buf - 0x4203b7e6 0x64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - 0x4203b7e6 mbedtls_hmac_drbg_seed_buf - .text.mbedtls_hmac_drbg_reseed - 0x4203b84a 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - 0x4203b84a mbedtls_hmac_drbg_reseed - .text.mbedtls_hmac_drbg_random_with_add - 0x4203b85a 0xe6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - 0x4203b85a mbedtls_hmac_drbg_random_with_add - .text.mbedtls_hmac_drbg_random - 0x4203b940 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - 0x4203b940 mbedtls_hmac_drbg_random - .text.mbedtls_hmac_drbg_free - 0x4203b952 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - 0x4203b952 mbedtls_hmac_drbg_free - .text.oid_x509_ext_from_asn1 - 0x4203b97a 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text.oid_sig_alg_from_asn1 - 0x4203b9b6 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text.oid_pk_alg_from_asn1 - 0x4203b9f2 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text.oid_grp_id_from_asn1 - 0x4203ba2e 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text.oid_grp_id_algid_from_asn1 - 0x4203ba6a 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text.oid_cipher_alg_from_asn1 - 0x4203baa6 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text.oid_md_alg_from_asn1 - 0x4203bae2 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text.oid_md_hmac_from_asn1 - 0x4203bb1e 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text.oid_pkcs12_pbe_alg_from_asn1 - 0x4203bb5a 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .text.mbedtls_oid_get_x509_ext_type - 0x4203bb96 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x4203bb96 mbedtls_oid_get_x509_ext_type - .text.mbedtls_oid_get_sig_alg - 0x4203bbb8 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x4203bbb8 mbedtls_oid_get_sig_alg - .text.mbedtls_oid_get_pk_alg - 0x4203bbe4 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x4203bbe4 mbedtls_oid_get_pk_alg - .text.mbedtls_oid_get_ec_grp - 0x4203bc06 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x4203bc06 mbedtls_oid_get_ec_grp - .text.mbedtls_oid_get_ec_grp_algid - 0x4203bc28 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x4203bc28 mbedtls_oid_get_ec_grp_algid - .text.mbedtls_oid_get_cipher_alg - 0x4203bc4a 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x4203bc4a mbedtls_oid_get_cipher_alg - .text.mbedtls_oid_get_md_alg - 0x4203bc6c 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x4203bc6c mbedtls_oid_get_md_alg - .text.mbedtls_oid_get_oid_by_md - 0x4203bc8e 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x4203bc8e mbedtls_oid_get_oid_by_md - .text.mbedtls_oid_get_md_hmac - 0x4203bcb4 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x4203bcb4 mbedtls_oid_get_md_hmac - .text.mbedtls_oid_get_pkcs12_pbe_alg - 0x4203bcd6 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - 0x4203bcd6 mbedtls_oid_get_pkcs12_pbe_alg - .text.pem_check_pkcs_padding - 0x4203bd02 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .text.pem_get_iv - 0x4203bd3c 0x9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .text.pem_pbkdf1 - 0x4203bdd8 0x10c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .text.pem_aes_decrypt - 0x4203bee4 0x7a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .text.mbedtls_pem_init - 0x4203bf5e 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - 0x4203bf5e mbedtls_pem_init - .text.mbedtls_pem_read_buffer - 0x4203bf90 0x34c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - 0x4203bf90 mbedtls_pem_read_buffer - .text.mbedtls_pem_free - 0x4203c2dc 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - 0x4203c2dc mbedtls_pem_free - .text.pkcs12_parse_pbe_params - 0x4203c306 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .text.pkcs12_fill_buffer - 0x4203c38e 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .text.mbedtls_md_get_size_from_type - 0x4203c3d6 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .text.calculate_hashes - 0x4203c3e8 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .text.mbedtls_pkcs12_derivation - 0x4203c4b8 0x24e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - 0x4203c4b8 mbedtls_pkcs12_derivation - .text.pkcs12_pbe_derive_key_iv - 0x4203c706 0x114 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .text.mbedtls_pkcs12_pbe_ext - 0x4203c81a 0x146 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - 0x4203c81a mbedtls_pkcs12_pbe_ext - .text.pkcs5_parse_pbkdf2_params - 0x4203c960 0xe4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .text.pkcs5_pbkdf2_hmac - 0x4203ca44 0x14c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .text.mbedtls_pkcs5_pbkdf2_hmac_ext - 0x4203cb90 0x84 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - 0x4203cb90 mbedtls_pkcs5_pbkdf2_hmac_ext - .text.mbedtls_pkcs5_pbes2_ext - 0x4203cc14 0x1e4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - 0x4203cc14 mbedtls_pkcs5_pbes2_ext - .text.s_check_dma_capable - 0x4203cdf8 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .text.esp_aes_isr_initialise - 0x4203ce08 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .text.dma_desc_setup_link - 0x4203ce1a 0xee esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .text.esp_aes_dma_wait_complete - 0x4203cf08 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .text.esp_aes_intr_alloc - 0x4203cf6a 0xaa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - 0x4203cf6a esp_aes_intr_alloc - .text.esp_aes_process_dma - 0x4203d014 0x384 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - 0x4203d014 esp_aes_process_dma - .text.esp_aes_process_dma_ext_ram - 0x4203d398 0x16e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .text.s_check_dma_capable - 0x4203d506 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .text.esp_sha_block_mode - 0x4203d516 0x76 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .text.esp_sha_dma_process - 0x4203d58c 0x19e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .text.esp_sha_write_digest_state - 0x4203d72a 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - 0x4203d72a esp_sha_write_digest_state - .text.esp_sha_read_digest_state - 0x4203d738 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - 0x4203d738 esp_sha_read_digest_state - .text.esp_sha_acquire_hardware - 0x4203d746 0x5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - 0x4203d746 esp_sha_acquire_hardware - .text.esp_sha_release_hardware - 0x4203d7a0 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - 0x4203d7a0 esp_sha_release_hardware - .text.esp_sha_dma - 0x4203d7da 0x160 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - 0x4203d7da esp_sha_dma - .text.mbedtls_ct_base64_enc_char - 0x4203d93a 0xdc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .text.mbedtls_ct_base64_dec_value - 0x4203da16 0xfa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .text.mbedtls_base64_encode - 0x4203db10 0x17a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - 0x4203db10 mbedtls_base64_encode - .text.mbedtls_base64_decode - 0x4203dc8a 0x1b4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - 0x4203dc8a mbedtls_base64_decode - .text.esp_sha_dma_start - 0x4203de3e 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) - 0x4203de3e esp_sha_dma_start - .text.esp_aes_dma_start - 0x4203de4e 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) - 0x4203de4e esp_aes_dma_start - .text.esp_aes_dma_done - 0x4203de5c 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) - 0x4203de5c esp_aes_dma_done - .text.crypto_shared_gdma_new_channel - 0x4203de66 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - .text.crypto_shared_gdma_init - 0x4203dea8 0xfc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - .text.esp_crypto_shared_gdma_start_axi_ahb - 0x4203dfa4 0xe2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - 0x4203dfa4 esp_crypto_shared_gdma_start_axi_ahb - .text.x509_profile_check_md_alg - 0x4203e086 0x1c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_profile_check_pk_alg - 0x4203e0a2 0x1c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_memcasecmp - 0x4203e0be 0x50 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_crt_verify_chain_reset - 0x4203e10e 0x20 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_crt_merge_flags_with_cb - 0x4203e12e 0x5e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_get_uid - 0x4203e18c 0x52 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_get_subject_key_id - 0x4203e1de 0x4e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_get_certificate_policies - 0x4203e22c 0x15c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_crt_check_san_uri - 0x4203e388 0x48 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_string_cmp - 0x4203e3d0 0x7c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_name_cmp - 0x4203e44c 0x78 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_crt_check_ee_locally_trusted - 0x4203e4c4 0x48 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_get_version - 0x4203e50c 0x6a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_get_dates - 0x4203e576 0x62 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_get_basic_constraints - 0x4203e5d8 0xd8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_get_ext_key_usage - 0x4203e6b0 0x2e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_get_authority_key_id - 0x4203e6de 0x108 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_get_crt_ext - 0x4203e7e6 0x286 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_inet_pton_ipv4 - 0x4203ea6c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_inet_pton_ipv6 - 0x4203ea8c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.mbedtls_pk_get_ec_group_id - 0x4203eaac 0x28 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_profile_check_key - 0x4203ead4 0x72 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_check_wildcard - 0x4203eb46 0x8c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_crt_check_cn - 0x4203ebd2 0x36 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_crt_check_signature - 0x4203ec08 0x72 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.mbedtls_x509_crt_check_key_usage - 0x4203ec7a 0x40 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x4203ec7a mbedtls_x509_crt_check_key_usage - .text.x509_crt_check_parent - 0x4203ecba 0x4a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_crt_find_parent_in - 0x4203ed04 0x88 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_crt_find_parent - 0x4203ed8c 0x7e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.mbedtls_x509_crt_check_extended_key_usage - 0x4203ee0a 0x74 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x4203ee0a mbedtls_x509_crt_check_extended_key_usage - .text.mbedtls_x509_crt_is_revoked - 0x4203ee7e 0x40 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x4203ee7e mbedtls_x509_crt_is_revoked - .text.x509_crt_verifycrl - 0x4203eebe 0xfc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_crt_verify_chain - 0x4203efba 0x152 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.mbedtls_x509_crt_parse_cn_inet_pton - 0x4203f10c 0x46 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x4203f10c mbedtls_x509_crt_parse_cn_inet_pton - .text.x509_crt_check_san_ip - 0x4203f152 0x4e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_crt_check_san - 0x4203f1a0 0x88 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_crt_verify_name - 0x4203f228 0x86 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.x509_crt_verify_restartable_ca_cb - 0x4203f2ae 0xdc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.mbedtls_x509_crt_verify_restartable - 0x4203f38a 0x20 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x4203f38a mbedtls_x509_crt_verify_restartable - .text.mbedtls_x509_crt_init - 0x4203f3aa 0x18 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x4203f3aa mbedtls_x509_crt_init - .text.mbedtls_x509_crt_free - 0x4203f3c2 0x86 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x4203f3c2 mbedtls_x509_crt_free - .text.x509_crt_parse_der_core - 0x4203f448 0x374 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.mbedtls_x509_crt_parse_der_internal - 0x4203f7bc 0xba esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .text.mbedtls_x509_crt_parse_der - 0x4203f876 0x14 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x4203f876 mbedtls_x509_crt_parse_der - .text.mbedtls_x509_crt_parse - 0x4203f88a 0x122 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x4203f88a mbedtls_x509_crt_parse - .text.x509_date_is_valid - 0x4203f9ac 0xde esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .text.x509_parse2_int - 0x4203fa8a 0x2e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .text.x509_parse_time - 0x4203fab8 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .text.x509_get_attr_type_value - 0x4203fb5c 0xe4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .text.x509_get_hash_alg - 0x4203fc40 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .text.x509_get_other_name - 0x4203fce4 0x14c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .text.mbedtls_x509_get_serial - 0x4203fe30 0x6e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x4203fe30 mbedtls_x509_get_serial - .text.mbedtls_x509_get_alg_null - 0x4203fe9e 0x1a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x4203fe9e mbedtls_x509_get_alg_null - .text.mbedtls_x509_get_alg - 0x4203feb8 0x1a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x4203feb8 mbedtls_x509_get_alg - .text.mbedtls_x509_get_rsassa_pss_params - 0x4203fed2 0x1fc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x4203fed2 mbedtls_x509_get_rsassa_pss_params - .text.mbedtls_x509_get_name - 0x420400ce 0xac esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x420400ce mbedtls_x509_get_name - .text.mbedtls_x509_get_time - 0x4204017a 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x4204017a mbedtls_x509_get_time - .text.mbedtls_x509_get_sig - 0x42040222 0x52 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x42040222 mbedtls_x509_get_sig - .text.mbedtls_x509_get_sig_alg - 0x42040274 0xaa esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x42040274 mbedtls_x509_get_sig_alg - .text.mbedtls_x509_get_ext - 0x4204031e 0x6c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x4204031e mbedtls_x509_get_ext - .text.mbedtls_x509_get_ns_cert_type - 0x4204038a 0x4c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x4204038a mbedtls_x509_get_ns_cert_type - .text.mbedtls_x509_get_key_usage - 0x420403d6 0x60 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x420403d6 mbedtls_x509_get_key_usage - .text.mbedtls_x509_parse_subject_alt_name - 0x42040436 0x2ca esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x42040436 mbedtls_x509_parse_subject_alt_name - .text.mbedtls_x509_free_subject_alt_name - 0x42040700 0x1a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x42040700 mbedtls_x509_free_subject_alt_name - .text.mbedtls_x509_get_subject_alt_name_ext - 0x4204071a 0x10a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x4204071a mbedtls_x509_get_subject_alt_name_ext - .text.mbedtls_x509_get_subject_alt_name - 0x42040824 0x4e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - 0x42040824 mbedtls_x509_get_subject_alt_name - .text.add_appie - 0x42040872 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .text.ieee80211_vnd_ie_size.part.5 - 0x42040898 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .text.ieee80211_add_tie_param - 0x420408d2 0x6c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x420408d2 ieee80211_add_tie_param - .text.ieee80211_reg_netstack_buf_cb - 0x4204093e 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x4204093e ieee80211_reg_netstack_buf_cb - .text.ieee80211_set_hmac_stop - 0x42040950 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42040950 ieee80211_set_hmac_stop - .text.ieee80211_empty_txq - 0x42040990 0x98 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42040990 ieee80211_empty_txq - .text.is_wapi_alloc_tx_buf - 0x42040a28 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42040a28 is_wapi_alloc_tx_buf - .text.ieee80211_wapi_alloc_tx_buf - 0x42040a5a 0x4c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42040a5a ieee80211_wapi_alloc_tx_buf - .text.ieee80211_amsdu_adjust_head - 0x42040aa6 0xea C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42040aa6 ieee80211_amsdu_adjust_head - .text.ieee80211_amsdu_length_check - 0x42040b90 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42040b90 ieee80211_amsdu_length_check - .text.ieee80211_output_init - 0x42040bba 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42040bba ieee80211_output_init - .text.ieee80211_send_setup - 0x42040bf0 0x158 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42040bf0 ieee80211_send_setup - .text.ieee80211_tx_mgt_cb - 0x42040d48 0x1ce C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42040d48 ieee80211_tx_mgt_cb - .text.ieee80211_classify - 0x42040f16 0x172 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42040f16 ieee80211_classify - .text.ieee80211_add_rates - 0x42041088 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42041088 ieee80211_add_rates - .text.ieee80211_add_dsparams - 0x420410c4 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x420410c4 ieee80211_add_dsparams - .text.ieee80211_add_xrates - 0x420410f0 0x5e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x420410f0 ieee80211_add_xrates - .text.ieee80211_add_probe_resp_app_ies - 0x4204114e 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x4204114e ieee80211_add_probe_resp_app_ies - .text.ieee80211_add_beacon_app_ies - 0x42041184 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42041184 ieee80211_add_beacon_app_ies - .text.ieee80211_add_assoc_resp_ies - 0x420411ba 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x420411ba ieee80211_add_assoc_resp_ies - .text.ieee80211_add_assoc_req_ies - 0x420411ec 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x420411ec ieee80211_add_assoc_req_ies - .text.ieee80211_add_probe_req_ies - 0x4204121e 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x4204121e ieee80211_add_probe_req_ies - .text.ieee80211_add_wme_param - 0x42041250 0x82 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42041250 ieee80211_add_wme_param - .text.ieee80211_add_dh_param - 0x420412d2 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x420412d2 ieee80211_add_dh_param - .text.ieee80211_add_csa - 0x4204132c 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x4204132c ieee80211_add_csa - .text.ieee80211_add_extcap - 0x4204135c 0xd2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x4204135c ieee80211_add_extcap - .text.ieee80211_vnd_ie_set - 0x4204142e 0x82 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x4204142e ieee80211_vnd_ie_set - .text.ieee80211_vnd_lora_ie_size - 0x420414b0 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x420414b0 ieee80211_vnd_lora_ie_size - .text.ieee80211_vnd_lora_ie_set - 0x420414cc 0x46 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x420414cc ieee80211_vnd_lora_ie_set - .text.ieee80211_setup_robust_mgmtframe - 0x42041512 0xae C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42041512 ieee80211_setup_robust_mgmtframe - .text.ieee80211_mgmt_output - 0x420415c0 0x220 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x420415c0 ieee80211_mgmt_output - .text.ieee80211_getcapinfo - 0x420417e0 0x82 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x420417e0 ieee80211_getcapinfo - .text.ieee80211_assoc_req_construct - 0x42041862 0x486 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42041862 ieee80211_assoc_req_construct - .text.ieee80211_assoc_resp_construct - 0x42041ce8 0x306 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42041ce8 ieee80211_assoc_resp_construct - .text.ieee80211_auth_construct - 0x42041fee 0x316 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42041fee ieee80211_auth_construct - .text.ieee80211_get_robustmgtframe - 0x42042304 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42042304 ieee80211_get_robustmgtframe - .text.ieee80211_deauth_construct - 0x4204233a 0x62 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x4204233a ieee80211_deauth_construct - .text.ieee80211_disassoc_construct - 0x4204239c 0x64 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x4204239c ieee80211_disassoc_construct - .text.ieee80211_output - 0x42042400 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42042400 ieee80211_output - .text.ieee80211_amsdu_send_check - 0x42042408 0xe2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42042408 ieee80211_amsdu_send_check - .text.ieee80211_amsdu_encap_check - 0x420424ea 0x84 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x420424ea ieee80211_amsdu_encap_check - .text.ieee80211_encap_amsdu - 0x4204256e 0x200 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x4204256e ieee80211_encap_amsdu - .text.ieee80211_alloc_proberesp - 0x4204276e 0x2d4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x4204276e ieee80211_alloc_proberesp - .text.ieee80211_alloc_deauth - 0x42042a42 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42042a42 ieee80211_alloc_deauth - .text.ieee80211_output_raw_process - 0x42042a92 0x1b4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42042a92 ieee80211_output_raw_process - .text.ieee80211_beacon_construct - 0x42042c46 0x292 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42042c46 ieee80211_beacon_construct - .text.ieee80211_send_nulldata - 0x42042ed8 0x13c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42042ed8 ieee80211_send_nulldata - .text.ieee80211_send_probereq - 0x42043014 0x262 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42043014 ieee80211_send_probereq - .text.ieee80211_send_mgmt - 0x42043276 0x11e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42043276 ieee80211_send_mgmt - .text.ieee80211_send_proberesp - 0x42043394 0xf6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x42043394 ieee80211_send_proberesp - .text.ieee80211_send_deauth_no_bss - 0x4204348a 0x13e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x4204348a ieee80211_send_deauth_no_bss - .text.ieee80211_beacon_alloc - 0x420435c8 0x21a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x420435c8 ieee80211_beacon_alloc - .text.ieee80211_encap_null_data - 0x420437e2 0x12c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x420437e2 ieee80211_encap_null_data - .text.ieee80211_pm_tx_null_process - 0x4204390e 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x4204390e ieee80211_pm_tx_null_process - .text.is_non_esp_oui - 0x4204393a 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .text.is_esp_manufacturer_oui - 0x4204396c 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .text.ieee80211_is_action_category_robust - 0x420439a6 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .text.ieee80211_hostapd_beacon_txcb - 0x420439e2 0xe0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x420439e2 ieee80211_hostapd_beacon_txcb - .text.ieee80211_hostap_send_beacon - 0x42043ac2 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .text.hostap_handle_timer - 0x42043acc 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x42043acc hostap_handle_timer - .text.ap_try_sa_query - 0x42043ad6 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .text.ap_sa_query_timeout - 0x42043ae0 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .text.free_mac_info - 0x42043aea 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .text.clear_mac_queue - 0x42043b0c 0x8a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .text.ieee80211_hostapd_ps_txcb - 0x42043b96 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x42043b96 ieee80211_hostapd_ps_txcb - .text.ieee80211_free_beacon_eb - 0x42043bda 0x7e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x42043bda ieee80211_free_beacon_eb - .text.ieee80211_hostap_send_beacon_process - 0x42043c58 0x394 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x42043c58 ieee80211_hostap_send_beacon_process - .text.hostap_delete_ptk - 0x42043fec 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x42043fec hostap_delete_ptk - .text.ieee80211_hostap_attach - 0x42044026 0x20a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x42044026 ieee80211_hostap_attach - .text.hostap_deliver_data - 0x42044230 0xba C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x42044230 hostap_deliver_data - .text.hostap_handle_timer_process - 0x420442ea 0x18a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x420442ea hostap_handle_timer_process - .text.wifi_ap_reg_rxcb - 0x42044474 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x42044474 wifi_ap_reg_rxcb - .text.hostap_query_mac_in_list - 0x4204447e 0xa8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x4204447e hostap_query_mac_in_list - .text.hostap_add_in_mac_list - 0x42044526 0x102 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x42044526 hostap_add_in_mac_list - .text.hostap_del_mac_info_from_list - 0x42044628 0x108 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x42044628 hostap_del_mac_info_from_list - .text.ap_rx_cb - 0x42044730 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x42044730 ap_rx_cb - .text.hostap_auth_open - 0x4204474e 0x186 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x4204474e hostap_auth_open - .text.hostap_recv_ctl - 0x420448d4 0x188 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x420448d4 hostap_recv_ctl - .text.wifi_softap_start - 0x42044a5c 0x3ee C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x42044a5c wifi_softap_start - .text.wifi_softap_stop - 0x42044e4a 0x1a0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x42044e4a wifi_softap_stop - .text.create_new_bss_for_sa_query_failed_sta - 0x42044fea 0xd2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x42044fea create_new_bss_for_sa_query_failed_sta - .text.ap_sa_query_timeout_process - 0x420450bc 0xc6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x420450bc ap_sa_query_timeout_process - .text.ap_try_sa_query_process - 0x42045182 0x188 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x42045182 ap_try_sa_query_process - .text.hostap_recv_mgmt - 0x4204530a 0xe60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x4204530a hostap_recv_mgmt - .text.hostap_input - 0x4204616a 0x6b8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x4204616a hostap_input - .text.add_mic_ie_bip - 0x42046822 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - 0x42046822 add_mic_ie_bip - .text.ieee80211_crypto_attach - 0x4204687c 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - 0x4204687c ieee80211_crypto_attach - .text.ieee80211_crypto_decap - 0x4204687e 0xb4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - 0x4204687e ieee80211_crypto_decap - .text.ieee80211_crypto_aes_128_cmac_encrypt - 0x42046932 0x12c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - 0x42046932 ieee80211_crypto_aes_128_cmac_encrypt - .text.ieee80211_crypto_aes_128_cmac_decrypt - 0x42046a5e 0x188 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - 0x42046a5e ieee80211_crypto_aes_128_cmac_decrypt - .text.ieee80211_crypto_gmac_decrypt - 0x42046be6 0x1e2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - 0x42046be6 ieee80211_crypto_gmac_decrypt - .text.ieee80211_get_cipher_mic_len - 0x42046dc8 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - 0x42046dc8 ieee80211_get_cipher_mic_len - .text.ieee80211_phy_deinit - 0x42046df2 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - 0x42046df2 ieee80211_phy_deinit - .text.ieee80211_phy_type_get - 0x42046e02 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - 0x42046e02 ieee80211_phy_type_get - .text.ieee80211_phy_mode_show - 0x42046e5c 0x86 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - 0x42046e5c ieee80211_phy_mode_show - .text.ieee80211_setup_ratetable - 0x42046ee2 0x148 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - 0x42046ee2 ieee80211_setup_ratetable - .text.ieee80211_phy_init - 0x4204702a 0xac C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - 0x4204702a ieee80211_phy_init - .text.chm_end_op_timeout - 0x420470d6 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - .text.chm_phy_change_channel.constprop.3 - 0x420470e0 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - .text.chm_mhz2num - 0x42047114 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - 0x42047114 chm_mhz2num - .text.chm_deinit - 0x42047164 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - 0x42047164 chm_deinit - .text.chm_release_lock - 0x420471a0 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - 0x420471a0 chm_release_lock - .text.chm_end_op - 0x420471b6 0x5c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - 0x420471b6 chm_end_op - .text.chm_end_op_timeout_process - 0x42047212 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - 0x42047212 chm_end_op_timeout_process - .text.chm_cancel_op - 0x42047240 0x6a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - 0x42047240 chm_cancel_op - .text.chm_acquire_lock - 0x420472aa 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - 0x420472aa chm_acquire_lock - .text.chm_get_current_channel - 0x420472f8 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - 0x420472f8 chm_get_current_channel - .text.chm_get_current_band - 0x42047306 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - 0x42047306 chm_get_current_band - .text.chm_get_band_from_chan - 0x4204730a 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - 0x4204730a chm_get_band_from_chan - .text.chm_get_home_channel - 0x4204730e 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - 0x4204730e chm_get_home_channel - .text.chm_set_home_channel - 0x4204731c 0xc0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - 0x4204731c chm_set_home_channel - .text.chm_get_channel_index - 0x420473dc 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - 0x420473dc chm_get_channel_index - .text.chm_get_chan_info - 0x420473ee 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - 0x420473ee chm_get_chan_info - .text.chm_set_current_channel - 0x42047414 0x138 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - 0x42047414 chm_set_current_channel - .text.chm_init - 0x4204754c 0x144 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - 0x4204754c chm_init - .text.chm_change_channel - 0x42047690 0x12e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - .text.chm_start_op - 0x420477be 0x4c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - 0x420477be chm_start_op - .text.chm_return_home_channel - 0x4204780a 0x66 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - 0x4204780a chm_return_home_channel - .text.ieee80211_psq_init - 0x42047870 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - 0x42047870 ieee80211_psq_init - .text.ieee80211_gpsq_init - 0x4204788c 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - 0x4204788c ieee80211_gpsq_init - .text.ieee80211_psq_find_max_bss - 0x420478cc 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - 0x420478cc ieee80211_psq_find_max_bss - .text.ieee80211_set_tim - 0x42047902 0x7e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - 0x42047902 ieee80211_set_tim - .text.ieee80211_psq_take_head - 0x42047980 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - 0x42047980 ieee80211_psq_take_head - .text.ieee80211_psq_drop_one_pkt - 0x420479be 0x68 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - 0x420479be ieee80211_psq_drop_one_pkt - .text.ieee80211_psq_send_one_pkt - 0x42047a26 0x7e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - 0x42047a26 ieee80211_psq_send_one_pkt - .text.ieee80211_psq_is_buff_pkt - 0x42047aa4 0x4a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - 0x42047aa4 ieee80211_psq_is_buff_pkt - .text.ieee80211_pwrsave - 0x42047aee 0x92 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - 0x42047aee ieee80211_pwrsave - .text.pwrsave_flushq - 0x42047b80 0x11a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - 0x42047b80 pwrsave_flushq - .text.ieee80211_node_pwrsave - 0x42047c9a 0x6e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - 0x42047c9a ieee80211_node_pwrsave - .text.ieee80211_pwrsave_node_cleanup - 0x42047d08 0x56 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - 0x42047d08 ieee80211_pwrsave_node_cleanup - .text.ieee80211_pwrsave_txcb - 0x42047d5e 0x52 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - 0x42047d5e ieee80211_pwrsave_txcb - .text.ieee80211_is_bufferable_mmpdu - 0x42047db0 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - 0x42047db0 ieee80211_is_bufferable_mmpdu - .text.ieee80211_getmgtframe - 0x42047e00 0x5c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) - 0x42047e00 ieee80211_getmgtframe - .text.ieee80211_getbcnframe - 0x42047e5c 0x9c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) - 0x42047e5c ieee80211_getbcnframe - .text.get_country_chan_info - 0x42047ef8 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) - .text.ieee80211_is_40mhz_valid_bw - 0x42047f32 0x56 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) - 0x42047f32 ieee80211_is_40mhz_valid_bw - .text.offchan_in_progress - 0x42047f88 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - 0x42047f88 offchan_in_progress - .text.offchan_recv_action - 0x42047f92 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - 0x42047f92 offchan_recv_action - .text.offchan_send_action_tx_status - 0x42047fa4 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - 0x42047fa4 offchan_send_action_tx_status - .text.is_esp_mesh_assoc - 0x42047fd2 0x96 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - 0x42047fd2 is_esp_mesh_assoc - .text.wifi_log - 0x42048068 0xcc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - 0x42048068 wifi_log - .text.cnx_sta_connect_led_timer_cb - 0x42048134 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42048134 cnx_sta_connect_led_timer_cb - .text.cnx_cal_rc_util - 0x4204814c 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .text.cnx_get_next_rc - 0x4204819a 0x56 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .text.cnx_traverse_rc_lis_done - 0x420481f0 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .text.cnx_connect_timeout - 0x4204822e 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x4204822e cnx_connect_timeout - .text.cnx_handshake_timeout - 0x42048238 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42048238 cnx_handshake_timeout - .text.cnx_csa_fn - 0x42048242 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42048242 cnx_csa_fn - .text.mgd_probe_send_timeout - 0x42048258 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .text.cnx_beacon_timeout - 0x42048262 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .text.cnx_connect_op - 0x4204826c 0x1e8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .text.cnx_connect_to_bss - 0x42048454 0x354 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .text.cnx_probe_rc - 0x420487a8 0x6e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .text.cnx_sta_pm.part.12 - 0x42048816 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .text.ieee80211_cnx_attach - 0x42048838 0x56 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42048838 ieee80211_cnx_attach - .text._cnx_start_connect_without_scan - 0x4204888e 0x64 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x4204888e _cnx_start_connect_without_scan - .text.cnx_can_do_obss_scan - 0x420488f2 0x70 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x420488f2 cnx_can_do_obss_scan - .text.cnx_obss_scan - 0x42048962 0x9c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42048962 cnx_obss_scan - .text.cnx_obss_scan_timeout - 0x420489fe 0x66 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x420489fe cnx_obss_scan_timeout - .text.cnx_auth_timeout - 0x42048a64 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42048a64 cnx_auth_timeout - .text.cnx_assoc_timeout - 0x42048a6e 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42048a6e cnx_assoc_timeout - .text.wl_is_ap_no_lr - 0x42048a78 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42048a78 wl_is_ap_no_lr - .text.wl_clear_ap_no_lr - 0x42048a82 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42048a82 wl_clear_ap_no_lr - .text.cnx_csa_fn_process - 0x42048a8c 0xd6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42048a8c cnx_csa_fn_process - .text.cnx_validate_owe_bss - 0x42048b62 0xfc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42048b62 cnx_validate_owe_bss - .text.cnx_bss_init - 0x42048c5e 0xbe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42048c5e cnx_bss_init - .text.cnx_check_bssid_in_blacklist - 0x42048d1c 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42048d1c cnx_check_bssid_in_blacklist - .text.cnx_remove_from_blacklist - 0x42048d58 0xa8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42048d58 cnx_remove_from_blacklist - .text.cnx_add_to_blacklist - 0x42048e00 0xf0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42048e00 cnx_add_to_blacklist - .text.cnx_clear_blacklist - 0x42048ef0 0x76 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42048ef0 cnx_clear_blacklist - .text.cnx_choose_rc - 0x42048f66 0x1e6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .text.cnx_rc_search - 0x4204914c 0x62 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x4204914c cnx_rc_search - .text.cnx_do_handoff_internal - 0x420491ae 0xae C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x420491ae cnx_do_handoff_internal - .text.cnx_add_rc - 0x4204925c 0xaa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x4204925c cnx_add_rc - .text.cnx_remove_all_rc - 0x42049306 0x8a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42049306 cnx_remove_all_rc - .text.cnx_do_handoff - 0x42049390 0x376 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .text.cnx_connect_next_ap - 0x42049706 0x46 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42049706 cnx_connect_next_ap - .text.cnx_start_handoff_cb - 0x4204974c 0x6e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x4204974c cnx_start_handoff_cb - .text.cnx_remove_rc - 0x420497ba 0xf8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x420497ba cnx_remove_rc - .text.cnx_sta_connect_cmd - 0x420498b2 0x280 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x420498b2 cnx_sta_connect_cmd - .text.cnx_connect_timeout_process - 0x42049b32 0xa2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42049b32 cnx_connect_timeout_process - .text.cnx_auth_timeout_process - 0x42049bd4 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42049bd4 cnx_auth_timeout_process - .text.cnx_assoc_timeout_process - 0x42049c22 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42049c22 cnx_assoc_timeout_process - .text.cnx_handshake_timeout_process - 0x42049c5e 0x6a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42049c5e cnx_handshake_timeout_process - .text.cnx_bss_alloc - 0x42049cc8 0x174 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42049cc8 cnx_bss_alloc - .text.cnx_remove_rc_except - 0x42049e3c 0xb6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42049e3c cnx_remove_rc_except - .text.cnx_rc_update_rssi - 0x42049ef2 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42049ef2 cnx_rc_update_rssi - .text.cnx_rc_update_state_metric - 0x42049f52 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x42049f52 cnx_rc_update_state_metric - .text.cnx_probe_rc_tx_cb - 0x42049fa0 0x62 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .text.cnx_rc_update_age - 0x4204a002 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x4204a002 cnx_rc_update_age - .text.cnx_update_bss - 0x4204a018 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x4204a018 cnx_update_bss - .text.cnx_update_bss_more - 0x4204a04a 0x3a6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x4204a04a cnx_update_bss_more - .text.send_ap_probe - 0x4204a3f0 0xbe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x4204a3f0 send_ap_probe - .text.cnx_beacon_timeout_process - 0x4204a4ae 0xb4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x4204a4ae cnx_beacon_timeout_process - .text.mgd_probe_send_timeout_process - 0x4204a562 0x158 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x4204a562 mgd_probe_send_timeout_process - .text.cnx_node_alloc - 0x4204a6ba 0xf0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x4204a6ba cnx_node_alloc - .text.cnx_node_remove - 0x4204a7aa 0xfc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x4204a7aa cnx_node_remove - .text.ic_set_sta - 0x4204a8a6 0xe0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x4204a8a6 ic_set_sta - .text.cnx_sta_leave - 0x4204a986 0x2fe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x4204a986 cnx_sta_leave - .text.cnx_sta_associated - 0x4204ac84 0x1bc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x4204ac84 cnx_sta_associated - .text.cnx_node_leave - 0x4204ae40 0x202 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x4204ae40 cnx_node_leave - .text.cnx_node_join - 0x4204b042 0x2f4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x4204b042 cnx_node_join - .text.cnx_start_obss_scan - 0x4204b336 0xd0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x4204b336 cnx_start_obss_scan - .text.cnx_obss_scan_done_cb - 0x4204b406 0x150 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x4204b406 cnx_obss_scan_done_cb - .text.cnx_auth_done - 0x4204b556 0x304 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - 0x4204b556 cnx_auth_done - .text.wpa_cipher - 0x4204b85a 0x64 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - .text.rsn_cipher - 0x4204b8be 0x114 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - .text.ieee80211_decap - 0x4204b9d2 0x1be C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - 0x4204b9d2 ieee80211_decap - .text.ieee80211_is_support_rate - 0x4204bb90 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - 0x4204bb90 ieee80211_is_support_rate - .text.ieee80211_setup_rates - 0x4204bbd8 0xf0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - 0x4204bbd8 ieee80211_setup_rates - .text.ieee80211_set_max_rate - 0x4204bcc8 0x120 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - 0x4204bcc8 ieee80211_set_max_rate - .text.ieee80211_is_lr_only - 0x4204bde8 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - 0x4204bde8 ieee80211_is_lr_only - .text.ieee80211_setup_phy_mode - 0x4204bdf8 0xba C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - 0x4204bdf8 ieee80211_setup_phy_mode - .text.ieee80211_setup_lr_rates - 0x4204beb2 0x66 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - 0x4204beb2 ieee80211_setup_lr_rates - .text.ieee80211_alloc_challenge - 0x4204bf18 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - 0x4204bf18 ieee80211_alloc_challenge - .text.ieee80211_parse_beacon - 0x4204bf60 0x578 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - 0x4204bf60 ieee80211_parse_beacon - .text.ieee80211_parse_wpa - 0x4204c4d8 0x118 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - 0x4204c4d8 ieee80211_parse_wpa - .text.ieee80211_rsn_cipher_priority - 0x4204c5f0 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - 0x4204c5f0 ieee80211_rsn_cipher_priority - .text.ieee80211_better_rsn_pairwise_cipher - 0x4204c628 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - 0x4204c628 ieee80211_better_rsn_pairwise_cipher - .text.ieee80211_amsdu_negotiate - 0x4204c654 0x90 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - 0x4204c654 ieee80211_amsdu_negotiate - .text.ieee80211_parse_rsn - 0x4204c6e4 0x7f8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - 0x4204c6e4 ieee80211_parse_rsn - .text.ieee80211_is_ht_cipher - 0x4204cedc 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - 0x4204cedc ieee80211_is_ht_cipher - .text.ieee80211_parse_wapi - 0x4204cefa 0x9e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - 0x4204cefa ieee80211_parse_wapi - .text.ieee80211_parse_action - 0x4204cf98 0xb2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - 0x4204cf98 ieee80211_parse_action - .text.ieee80211_setup_rateset - 0x4204d04a 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - 0x4204d04a ieee80211_setup_rateset - .text.ieee80211_add_ie_vendor_esp_head - 0x4204d04e 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) - 0x4204d04e ieee80211_add_ie_vendor_esp_head - .text.ieee80211_add_ie_vendor_esp_manufacturer - 0x4204d096 0x5e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) - 0x4204d096 ieee80211_add_ie_vendor_esp_manufacturer - .text.wifi_nvs_cfg_item_init - 0x4204d0f4 0xa8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - 0x4204d0f4 wifi_nvs_cfg_item_init - .text.wifi_nvs_cfg_init - 0x4204d19c 0xa36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - 0x4204d19c wifi_nvs_cfg_init - .text.wifi_nvs_get - 0x4204dbd2 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - 0x4204dbd2 wifi_nvs_get - .text.wifi_nvs_commit - 0x4204dbd8 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - 0x4204dbd8 wifi_nvs_commit - .text.wifi_nvs_set - 0x4204dc0e 0x188 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - 0x4204dc0e wifi_nvs_set - .text.ieee80211_adjust_2nd_chan - 0x4204dd96 0x64 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - 0x4204dd96 ieee80211_adjust_2nd_chan - .text.wifi_nvs_compare_cfg_diff - 0x4204ddfa 0x192 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - 0x4204ddfa wifi_nvs_compare_cfg_diff - .text.wifi_set_default_ssid - 0x4204df8c 0x56 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - 0x4204df8c wifi_set_default_ssid - .text.wifi_nvs_validate_ap_ssid - 0x4204dfe2 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - 0x4204dfe2 wifi_nvs_validate_ap_ssid - .text.wifi_nvs_validate_ap_password - 0x4204e006 0x4c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - 0x4204e006 wifi_nvs_validate_ap_password - .text.wifi_nvs_validate_sta_password - 0x4204e052 0x54 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - 0x4204e052 wifi_nvs_validate_sta_password - .text.wifi_nvs_validate_country - 0x4204e0a6 0x4a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - 0x4204e0a6 wifi_nvs_validate_country - .text.wifi_nvs_validate_ap_chan - 0x4204e0f0 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - 0x4204e0f0 wifi_nvs_validate_ap_chan - .text.wifi_nvs_validate_ap_num - 0x4204e13e 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - 0x4204e13e wifi_nvs_validate_ap_num - .text.wifi_nvs_validate_sta_listen_interval - 0x4204e154 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - 0x4204e154 wifi_nvs_validate_sta_listen_interval - .text.wifi_nvs_load - 0x4204e168 0x26a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - .text.wifi_nvs_get_sta_listen_interval - 0x4204e3d2 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - 0x4204e3d2 wifi_nvs_get_sta_listen_interval - .text.wifi_nvs_reset_current_ap_info - 0x4204e3dc 0x80 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - 0x4204e3dc wifi_nvs_reset_current_ap_info - .text.wifi_nvs_deinit - 0x4204e45c 0x5e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - 0x4204e45c wifi_nvs_deinit - .text.wifi_nvs_init - 0x4204e4ba 0x7e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - 0x4204e4ba wifi_nvs_init - .text.wifi_sta_connect_internal_process - 0x4204e538 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e538 wifi_sta_connect_internal_process - .text.esp_wifi_get_sta_hw_key_idx_internal - 0x4204e55a 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .text.esp_wifi_ap_get_prof_pmk_internal - 0x4204e582 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e582 esp_wifi_ap_get_prof_pmk_internal - .text.esp_wifi_sta_update_ap_info_internal - 0x4204e58c 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e58c esp_wifi_sta_update_ap_info_internal - .text.esp_wifi_sta_get_ap_info_prof_pmk_internal - 0x4204e5b6 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e5b6 esp_wifi_sta_get_ap_info_prof_pmk_internal - .text.esp_wifi_ap_get_prof_ap_ssid_internal - 0x4204e5ce 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e5ce esp_wifi_ap_get_prof_ap_ssid_internal - .text.esp_wifi_sta_get_prof_ssid_internal - 0x4204e5d8 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e5d8 esp_wifi_sta_get_prof_ssid_internal - .text.esp_wifi_ap_get_prof_authmode_internal - 0x4204e5e0 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e5e0 esp_wifi_ap_get_prof_authmode_internal - .text.esp_wifi_ap_get_max_sta_conn - 0x4204e5ea 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e5ea esp_wifi_ap_get_max_sta_conn - .text.esp_wifi_ap_get_prof_pairwise_cipher_internal - 0x4204e5f4 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e5f4 esp_wifi_ap_get_prof_pairwise_cipher_internal - .text.esp_wifi_sta_get_prof_authmode_internal - 0x4204e5fe 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e5fe esp_wifi_sta_get_prof_authmode_internal - .text.esp_wifi_get_pmf_config_internal - 0x4204e608 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e608 esp_wifi_get_pmf_config_internal - .text.esp_wifi_get_config_sae_pwe_h2e_internal - 0x4204e63a 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e63a esp_wifi_get_config_sae_pwe_h2e_internal - .text.esp_wifi_sta_get_rsnxe - 0x4204e674 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e674 esp_wifi_sta_get_rsnxe - .text.esp_wifi_sta_disable_wpa2_authmode_internal - 0x4204e69a 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e69a esp_wifi_sta_disable_wpa2_authmode_internal - .text.esp_wifi_sta_get_config_sae_pk_internal - 0x4204e6ea 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e6ea esp_wifi_sta_get_config_sae_pk_internal - .text.esp_wifi_enable_sae_pk_only_mode_internal - 0x4204e6f4 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e6f4 esp_wifi_enable_sae_pk_only_mode_internal - .text.esp_wifi_sta_disable_owe_trans_internal - 0x4204e71e 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e71e esp_wifi_sta_disable_owe_trans_internal - .text.esp_wifi_ap_notify_node_sae_auth_done - 0x4204e758 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e758 esp_wifi_ap_notify_node_sae_auth_done - .text.esp_wifi_ap_is_sta_sae_reauth_node - 0x4204e7a8 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e7a8 esp_wifi_ap_is_sta_sae_reauth_node - .text.esp_wifi_sta_get_sae_identifier_internal - 0x4204e7cc 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e7cc esp_wifi_sta_get_sae_identifier_internal - .text.esp_wifi_sta_is_ap_notify_completed_rsne_internal - 0x4204e7d6 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e7d6 esp_wifi_sta_is_ap_notify_completed_rsne_internal - .text.esp_wifi_ap_get_prof_password_internal - 0x4204e7e4 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e7e4 esp_wifi_ap_get_prof_password_internal - .text.wifi_sta_get_prof_password - 0x4204e7ee 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e7ee wifi_sta_get_prof_password - .text.esp_wifi_sta_get_prof_password_internal - 0x4204e7f8 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e7f8 esp_wifi_sta_get_prof_password_internal - .text.esp_wifi_sta_get_reset_param_internal - 0x4204e802 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e802 esp_wifi_sta_get_reset_param_internal - .text.esp_wifi_sta_set_reset_param_internal - 0x4204e80c 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e80c esp_wifi_sta_set_reset_param_internal - .text.esp_wifi_sta_prof_is_wpa_internal - 0x4204e818 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e818 esp_wifi_sta_prof_is_wpa_internal - .text.esp_wifi_sta_prof_is_wpa2_internal - 0x4204e836 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e836 esp_wifi_sta_prof_is_wpa2_internal - .text.esp_wifi_sta_prof_is_wapi_internal - 0x4204e858 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e858 esp_wifi_sta_prof_is_wapi_internal - .text.esp_wifi_sta_prof_is_rsn_internal - 0x4204e868 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e868 esp_wifi_sta_prof_is_rsn_internal - .text.esp_wifi_sta_get_pairwise_cipher_internal - 0x4204e888 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e888 esp_wifi_sta_get_pairwise_cipher_internal - .text.esp_wifi_sta_get_group_cipher_internal - 0x4204e892 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e892 esp_wifi_sta_get_group_cipher_internal - .text.ieee80211_get_key - 0x4204e89c 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e89c ieee80211_get_key - .text.ieee80211_set_key - 0x4204e8ba 0x62 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e8ba ieee80211_set_key - .text.ieee80211_set_sta_gtk_index - 0x4204e91c 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e91c ieee80211_set_sta_gtk_index - .text.ieee80211_set_gtk - 0x4204e934 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e934 ieee80211_set_gtk - .text.ieee80211_get_ptk - 0x4204e97c 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e97c ieee80211_get_ptk - .text.ieee80211_get_spp - 0x4204e998 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e998 ieee80211_get_spp - .text.esp_wifi_wpa_ptk_init_done_internal - 0x4204e9d2 0x8e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204e9d2 esp_wifi_wpa_ptk_init_done_internal - .text.esp_wifi_auth_done_internal - 0x4204ea60 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204ea60 esp_wifi_auth_done_internal - .text.esp_wifi_unregister_wpa_cb_internal - 0x4204ea70 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204ea70 esp_wifi_unregister_wpa_cb_internal - .text.esp_wifi_register_wpa_cb_internal - 0x4204eaa4 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204eaa4 esp_wifi_register_wpa_cb_internal - .text.ieee80211_sta_is_connected - 0x4204eac2 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204eac2 ieee80211_sta_is_connected - .text.esp_wifi_get_hostap_private_internal - 0x4204ead2 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204ead2 esp_wifi_get_hostap_private_internal - .text.esp_wifi_deauthenticate_internal - 0x4204eae4 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204eae4 esp_wifi_deauthenticate_internal - .text.esp_wifi_get_spp_attrubute_internal - 0x4204eb1c 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204eb1c esp_wifi_get_spp_attrubute_internal - .text.esp_wifi_get_user_init_flag_internal - 0x4204eb3c 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204eb3c esp_wifi_get_user_init_flag_internal - .text.wifi_set_rx_policy - 0x4204eb4e 0x158 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204eb4e wifi_set_rx_policy - .text.esp_wifi_register_eapol_txdonecb_internal - 0x4204eca6 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204eca6 esp_wifi_register_eapol_txdonecb_internal - .text.esp_wifi_get_macaddr_internal - 0x4204ecb6 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204ecb6 esp_wifi_get_macaddr_internal - .text.esp_wifi_ap_deauth_internal - 0x4204ecd4 0x64 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204ecd4 esp_wifi_ap_deauth_internal - .text.wifi_init_key - 0x4204ed38 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204ed38 wifi_init_key - .text.esp_wifi_set_ap_key_internal - 0x4204ed66 0x180 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204ed66 esp_wifi_set_ap_key_internal - .text.ppInstallKey - 0x4204eee6 0x152 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204eee6 ppInstallKey - .text.esp_wifi_set_sta_key_internal - 0x4204f038 0x66 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204f038 esp_wifi_set_sta_key_internal - .text.esp_wifi_get_sta_key_internal - 0x4204f09e 0x5c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204f09e esp_wifi_get_sta_key_internal - .text.esp_wifi_set_appie_internal - 0x4204f0fa 0x76 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204f0fa esp_wifi_set_appie_internal - .text.esp_wifi_unset_appie_internal - 0x4204f170 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204f170 esp_wifi_unset_appie_internal - .text.esp_wifi_get_wps_status_internal - 0x4204f17a 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204f17a esp_wifi_get_wps_status_internal - .text.esp_wifi_sta_pmf_enabled - 0x4204f186 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204f186 esp_wifi_sta_pmf_enabled - .text.esp_wifi_sta_get_mgmt_group_cipher - 0x4204f190 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204f190 esp_wifi_sta_get_mgmt_group_cipher - .text.esp_wifi_set_igtk_internal - 0x4204f1b6 0xce C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204f1b6 esp_wifi_set_igtk_internal - .text.ieee80211w_get_active_igtk_key_id - 0x4204f284 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204f284 ieee80211w_get_active_igtk_key_id - .text.ieee80211w_get_igtk_from_keyidx - 0x4204f29e 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204f29e ieee80211w_get_igtk_from_keyidx - .text.esp_wifi_skip_supp_pmkcaching - 0x4204f2ec 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204f2ec esp_wifi_skip_supp_pmkcaching - .text.esp_wifi_register_mgmt_frame_internal - 0x4204f2f6 0x62 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204f2f6 esp_wifi_register_mgmt_frame_internal - .text.esp_wifi_send_mgmt_frm_internal - 0x4204f358 0x98 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204f358 esp_wifi_send_mgmt_frm_internal - .text.esp_wifi_sta_connect_internal - 0x4204f3f0 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 0x4204f3f0 esp_wifi_sta_connect_internal - .text.wifi_pmk_is_valid - 0x4204f428 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.ieee80211_ioctl_process - 0x4204f45e 0x112 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x4204f45e ieee80211_ioctl_process - .text.wifi_station_set_config_local_2.isra.2 - 0x4204f570 0x492 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.current_task_is_wifi_task - 0x4204fa02 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x4204fa02 current_task_is_wifi_task - .text.wifi_station_get_reconnect_policy - 0x4204fa2a 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x4204fa2a wifi_station_get_reconnect_policy - .text._do_wifi_stop - 0x4204fa2e 0x84 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x4204fa2e _do_wifi_stop - .text.wifi_stop_old_mode - 0x4204fab2 0x5c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text._do_wifi_start - 0x4204fb0e 0xce C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x4204fb0e _do_wifi_start - .text.ieee80211_set_phy_bw - 0x4204fbdc 0x1aa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x4204fbdc ieee80211_set_phy_bw - .text.ieee80211_protocol_attach - 0x4204fd86 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x4204fd86 ieee80211_protocol_attach - .text.wifi_station_save_ap_channel - 0x4204fdde 0x76 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x4204fdde wifi_station_save_ap_channel - .text.ieee80211_sta_connect - 0x4204fe54 0xe0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x4204fe54 ieee80211_sta_connect - .text.ieee80211_sta_disconnect - 0x4204ff34 0x90 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x4204ff34 ieee80211_sta_disconnect - .text._do_wifi_disconnect - 0x4204ffc4 0x8c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_softap_max_support_num - 0x42050050 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42050050 wifi_softap_max_support_num - .text.wifi_softap_set_config - 0x4205006a 0x7d8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x4205006a wifi_softap_set_config - .text.chip_enable - 0x42050842 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42050842 chip_enable - .text.chip_disable - 0x42050868 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42050868 chip_disable - .text.wifi_reset_mac - 0x4205088e 0x66 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x4205088e wifi_reset_mac - .text.wifi_hw_start - 0x420508f4 0x16c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x420508f4 wifi_hw_start - .text.wifi_txq_empty - 0x42050a60 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42050a60 wifi_txq_empty - .text.wifi_stop_sw_txq - 0x42050a9e 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42050a9e wifi_stop_sw_txq - .text.wifi_hw_stop - 0x42050ad2 0x142 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42050ad2 wifi_hw_stop - .text.wifi_hw_mode_switch - 0x42050c14 0xaa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .text.wifi_set_mode_process - 0x42050cbe 0x14a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42050cbe wifi_set_mode_process - .text.wifi_menuconfig_init - 0x42050e08 0x1e2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42050e08 wifi_menuconfig_init - .text.wpa_crypto_funcs_init - 0x42050fea 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42050fea wpa_crypto_funcs_init - .text.wifi_crypto_init - 0x4205102e 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x4205102e wifi_crypto_init - .text.wifi_hmac_init - 0x42051034 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42051034 wifi_hmac_init - .text.wifi_lmac_init - 0x42051070 0x106 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42051070 wifi_lmac_init - .text.wifi_deinit - 0x42051176 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42051176 wifi_deinit - .text.wifi_init_process - 0x42051196 0xd6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42051196 wifi_init_process - .text.wifi_deinit_process - 0x4205126c 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x4205126c wifi_deinit_process - .text.wifi_start_process - 0x42051270 0x8a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42051270 wifi_start_process - .text.wifi_stop_process - 0x420512fa 0x10e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x420512fa wifi_stop_process - .text.wifi_connect_process - 0x42051408 0x54 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42051408 wifi_connect_process - .text.wifi_disconnect_process - 0x4205145c 0x64 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x4205145c wifi_disconnect_process - .text.wifi_set_config_process - 0x420514c0 0x448 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x420514c0 wifi_set_config_process - .text.wifi_set_rxcb_process - 0x42051908 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42051908 wifi_set_rxcb_process - .text.wifi_wps_is_started - 0x42051934 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42051934 wifi_wps_is_started - .text.wifi_wpa2_is_started - 0x4205193e 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x4205193e wifi_wpa2_is_started - .text.wifi_ipc_process - 0x42051948 0x74 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42051948 wifi_ipc_process - .text.ieee80211_set_appie - 0x420519bc 0x17e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x420519bc ieee80211_set_appie - .text.wifi_set_appie_process - 0x42051b3a 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42051b3a wifi_set_appie_process - .text.wifi_send_mgmt_frame - 0x42051b56 0x15a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42051b56 wifi_send_mgmt_frame - .text.wifi_register_mgmt_frame - 0x42051cb0 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42051cb0 wifi_register_mgmt_frame - .text.wifi_ap_remove_sta_node_process - 0x42051cc8 0x11c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42051cc8 wifi_ap_remove_sta_node_process - .text.wifi_ap_sta_sae_auth_done_process - 0x42051de4 0xec C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42051de4 wifi_ap_sta_sae_auth_done_process - .text.wifi_on_coex_start_process - 0x42051ed0 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42051ed0 wifi_on_coex_start_process - .text.wifi_on_coex_schm_phase_process - 0x42051ef8 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42051ef8 wifi_on_coex_schm_phase_process - .text.wifi_mesh_ps_duty_cycle_get_process - 0x42051f08 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42051f08 wifi_mesh_ps_duty_cycle_get_process - .text.ieee80211_ioctl_init - 0x42051f30 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42051f30 ieee80211_ioctl_init - .text.ieee80211_ioctl_deinit - 0x42051f60 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42051f60 ieee80211_ioctl_deinit - .text.ieee80211_ioctl - 0x42051f6c 0x1b2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x42051f6c ieee80211_ioctl - .text.config_get_wifi_task_stack_size - 0x4205211e 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - 0x4205211e config_get_wifi_task_stack_size - .text.ieee80211_ampdu_age_handle - 0x42052148 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .text.ieee80211_addba - 0x4205215a 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .text.ieee80211_ap_try_sa_query - 0x4205216c 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - 0x4205216c ieee80211_ap_try_sa_query - .text.ieee80211_ap_sa_query_timeout - 0x420521a6 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - 0x420521a6 ieee80211_ap_sa_query_timeout - .text.ieee80211_sta_retry_assoc - 0x420521e0 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .text.ieee80211_sta_sa_query_timeout - 0x42052218 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .text.ieee80211_sta_try_sa_query - 0x42052250 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .text.ieee80211_assoc - 0x42052288 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .text.ieee80211_auth - 0x420522c0 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .text.ieee80211_chm_dwell - 0x420522f8 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .text.ieee80211_handshake - 0x42052332 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .text.ieee80211_beacon - 0x4205236a 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .text.ieee80211_probe_send - 0x420523ba 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .text.ieee80211_csa - 0x4205240a 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .text.ieee80211_scan_enter_op_chan - 0x4205244c 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .text.ieee80211_scan_inter_chan - 0x42052486 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .text.ieee80211_timer_connect - 0x420524c0 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .text.ieee80211_hostap_handle - 0x420524f8 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .text.ieee80211_send_beacon - 0x42052532 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .text.ieee80211_register_hostap_timer - 0x4205256c 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - 0x4205256c ieee80211_register_hostap_timer - .text.ieee80211_timer_do_process - 0x420525a2 0xa0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - 0x420525a2 ieee80211_timer_do_process - .text.ieee80211_timer_process - 0x42052642 0xca C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - 0x42052642 ieee80211_timer_process - .text.gcmp_encap - 0x4205270c 0x70 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_gcmp.o) - .text.gcmp_decap - 0x4205277c 0xc4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_gcmp.o) - .text.ftm_is_responder_supported - 0x42052840 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - 0x42052840 ftm_is_responder_supported - .text.ftm_responder_cleanup - 0x4205285c 0x82 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - 0x4205285c ftm_responder_cleanup - .text.ftm_is_initiator_supported - 0x420528de 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - 0x420528de ftm_is_initiator_supported - .text.ftm_initiator_post_event - 0x420528ec 0x8a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - 0x420528ec ftm_initiator_post_event - .text.ftm_initiator_cleanup - 0x42052976 0xac C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - 0x42052976 ftm_initiator_cleanup - .text.ieee80211_ftm_detach - 0x42052a22 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - 0x42052a22 ieee80211_ftm_detach - .text.wifi_ant_update_empty_func - 0x42052a26 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42052a26 wifi_ant_update_empty_func - .text.esp_wifi_internal_reg_netstack_buf_cb_local - 0x42052a2a 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42052a2a esp_wifi_internal_reg_netstack_buf_cb_local - .text.esp_wifi_send_deauth_local - 0x42052a3e 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42052a3e esp_wifi_send_deauth_local - .text.esp_wifi_ap_get_sta_aid_local - 0x42052a52 0x92 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42052a52 esp_wifi_ap_get_sta_aid_local - .text.wifi_get_init_state - 0x42052ae4 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42052ae4 wifi_get_init_state - .text.wifi_is_stop_in_progress - 0x42052aea 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42052aea wifi_is_stop_in_progress - .text.wifi_api_lock - 0x42052af4 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42052af4 wifi_api_lock - .text.wifi_api_unlock - 0x42052b4c 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42052b4c wifi_api_unlock - .text.wifi_init_completed - 0x42052b74 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42052b74 wifi_init_completed - .text.wifi_station_get_config_local - 0x42052ba0 0x1a4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .text.wifi_softap_get_config - 0x42052d44 0x184 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42052d44 wifi_softap_get_config - .text.esp_wifi_get_mode - 0x42052ec8 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42052ec8 esp_wifi_get_mode - .text.wifi_deinit_in_caller_task - 0x42052efe 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42052efe wifi_deinit_in_caller_task - .text.wifi_init_in_caller_task - 0x42052f4e 0xac C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42052f4e wifi_init_in_caller_task - .text.wifi_osi_funcs_register - 0x42052ffa 0x64 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42052ffa wifi_osi_funcs_register - .text.net80211_data_ptr_init - 0x4205305e 0xd2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x4205305e net80211_data_ptr_init - .text.net80211_softap_funcs_init - 0x42053130 0x76 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42053130 net80211_softap_funcs_init - .text.net80211_funcs_init - 0x420531a6 0x242 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x420531a6 net80211_funcs_init - .text.net80211_funcs_deinit - 0x420533e8 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x420533e8 net80211_funcs_deinit - .text.esp_wifi_init_internal - 0x42053414 0x11e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42053414 esp_wifi_init_internal - .text.esp_wifi_deinit_internal - 0x42053532 0x100 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42053532 esp_wifi_deinit_internal - .text.esp_wifi_set_mode - 0x42053632 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42053632 esp_wifi_set_mode - .text.esp_wifi_start - 0x42053682 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42053682 esp_wifi_start - .text.esp_wifi_stop - 0x420536c6 0x1a4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x420536c6 esp_wifi_stop - .text.esp_wifi_connect_internal - 0x4205386a 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x4205386a esp_wifi_connect_internal - .text.esp_wifi_disconnect_internal - 0x420538c2 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x420538c2 esp_wifi_disconnect_internal - .text.esp_wifi_set_config - 0x4205391a 0x90 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x4205391a esp_wifi_set_config - .text.esp_wifi_get_config - 0x420539aa 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x420539aa esp_wifi_get_config - .text.esp_wifi_get_mac - 0x42053a04 0x4a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42053a04 esp_wifi_get_mac - .text.esp_wifi_set_storage - 0x42053a4e 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42053a4e esp_wifi_set_storage - .text.esp_wifi_internal_reg_rxcb - 0x42053aa6 0x6e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42053aa6 esp_wifi_internal_reg_rxcb - .text.esp_wifi_internal_set_sta_ip - 0x42053b14 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42053b14 esp_wifi_internal_set_sta_ip - .text.wifi_event_post - 0x42053b48 0x52 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42053b48 wifi_event_post - .text.wifi_mesh_event_post - 0x42053b9a 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42053b9a wifi_mesh_event_post - .text.esp_wifi_vnd_lora_enable - 0x42053be8 0xc0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42053be8 esp_wifi_vnd_lora_enable - .text.esp_wifi_vnd_lora_disable - 0x42053ca8 0x5e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42053ca8 esp_wifi_vnd_lora_disable - .text.esp_wifi_get_event_mask - 0x42053d06 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42053d06 esp_wifi_get_event_mask - .text.esp_wifi_ipc_internal - 0x42053d30 0x148 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42053d30 esp_wifi_ipc_internal - .text.esp_wifi_internal_set_log_level - 0x42053e78 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42053e78 esp_wifi_internal_set_log_level - .text.esp_wifi_internal_on_coex_start - 0x42053e8e 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42053e8e esp_wifi_internal_on_coex_start - .text.esp_wifi_internal_on_coex_schm_phase - 0x42053ed0 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42053ed0 esp_wifi_internal_on_coex_schm_phase - .text.esp_wifi_set_sleep_min_active_time - 0x42053f12 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42053f12 esp_wifi_set_sleep_min_active_time - .text.esp_wifi_set_keep_alive_time - 0x42053f16 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42053f16 esp_wifi_set_keep_alive_time - .text.esp_wifi_set_sleep_wait_broadcast_data_time - 0x42053f1a 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42053f1a esp_wifi_set_sleep_wait_broadcast_data_time - .text.esp_wifi_internal_reg_netstack_buf_cb - 0x42053f1e 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42053f1e esp_wifi_internal_reg_netstack_buf_cb - .text.esp_wifi_internal_issue_disconnect - 0x42053f44 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42053f44 esp_wifi_internal_issue_disconnect - .text.esp_wifi_ap_get_sta_aid - 0x42053f6c 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42053f6c esp_wifi_ap_get_sta_aid - .text.esp_mesh_map_deauth - 0x42053fa4 0x94 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42053fa4 esp_mesh_map_deauth - .text.esp_mesh_get_running_active_duty_cycle - 0x42054038 0x4c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - 0x42054038 esp_mesh_get_running_active_duty_cycle - .text.ieee80211_freedom_inside_cb - 0x42054084 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - 0x42054084 ieee80211_freedom_inside_cb - .text.ieee80211_send_sa_query - 0x420540ae 0xc8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - .text.ieee80211_send_sa_query_resp - 0x42054176 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - .text.ieee80211_send_sa_query_req - 0x42054190 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - .text.ieee80211_recv_sa_query_resp - 0x420541aa 0xfc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - .text.ieee80211_recv_sa_query_req - 0x420542a6 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - .text.ieee80211_rate_ref_init - 0x420542c2 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - 0x420542c2 ieee80211_rate_ref_init - .text.ieee80211_freedom_init - 0x420542da 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - 0x420542da ieee80211_freedom_init - .text.ieee80211_user_ie_init - 0x420542fc 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - 0x420542fc ieee80211_user_ie_init - .text.ieee80211_ifattach - 0x42054344 0xd4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - 0x42054344 ieee80211_ifattach - .text.ieee80211_ifdetach - 0x42054418 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - 0x42054418 ieee80211_ifdetach - .text.wifi_destroy_softap - 0x42054430 0x8a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - 0x42054430 wifi_destroy_softap - .text.wifi_destroy_sta - 0x420544ba 0x8e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - 0x420544ba wifi_destroy_sta - .text.ieee80211_find_elem_match - 0x42054548 0x80 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - 0x42054548 ieee80211_find_elem_match - .text.ieee80211_find_ie - 0x420545c8 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - 0x420545c8 ieee80211_find_ie - .text.ieee80211_setup_pmf - 0x420545d2 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - 0x420545d2 ieee80211_setup_pmf - .text.wifi_create_softap - 0x4205461a 0x112 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - 0x4205461a wifi_create_softap - .text.wifi_create_sta - 0x4205472c 0x122 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - 0x4205472c wifi_create_sta - .text.wifi_mode_set - 0x4205484e 0x170 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - 0x4205484e wifi_mode_set - .text.ieee80211_is_robust_mgmt_frm - 0x420549be 0x4a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - 0x420549be ieee80211_is_robust_mgmt_frm - .text.get_iav_key - 0x42054a08 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - 0x42054a08 get_iav_key - .text.ieee80211_recv_action_vendor_esp_now - 0x42054a1c 0x132 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - 0x42054a1c ieee80211_recv_action_vendor_esp_now - .text.ieee80211_recv_action_vendor_spec - 0x42054b4e 0xac C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - 0x42054b4e ieee80211_recv_action_vendor_spec - .text.ieee80211_action_vendor_spec_attach - 0x42054bfa 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - 0x42054bfa ieee80211_action_vendor_spec_attach - .text.ieee80211_is_action_category_robust - 0x42054c2a 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .text.sta_eapol_txdone_cb - 0x42054c66 0xce C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x42054c66 sta_eapol_txdone_cb - .text.sta_assoc_comeback - 0x42054d34 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .text.sta_try_sa_query - 0x42054d3e 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .text.sta_sa_query_timeout - 0x42054d48 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .text.wifi_sta_reg_eapol_txdone_cb - 0x42054d52 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x42054d52 wifi_sta_reg_eapol_txdone_cb - .text.wifi_sta_reg_rxcb - 0x42054d6a 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x42054d6a wifi_sta_reg_rxcb - .text.sta_michael_mic_failure - 0x42054d74 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x42054d74 sta_michael_mic_failure - .text.ieee80211_wme_standard_ac_to_esp_ac - 0x42054da8 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x42054da8 ieee80211_wme_standard_ac_to_esp_ac - .text.ieee80211_parse_wmeparams - 0x42054dea 0xaa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x42054dea ieee80211_parse_wmeparams - .text.sta_rx_csa - 0x42054e94 0x276 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x42054e94 sta_rx_csa - .text.update_cs_thres - 0x4205510a 0x78 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x4205510a update_cs_thres - .text.reset_cs_thres - 0x42055182 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x42055182 reset_cs_thres - .text.ieee80211_parse_obss_scan_param - 0x420551a6 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x420551a6 ieee80211_parse_obss_scan_param - .text.sta_recv_ctl - 0x420551ba 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x420551ba sta_recv_ctl - .text.wifi_station_start - 0x420551c8 0xc0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x420551c8 wifi_station_start - .text.wifi_station_stop - 0x42055288 0x96 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x42055288 wifi_station_stop - .text.sta_bip_check - 0x4205531e 0x82 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x4205531e sta_bip_check - .text.sta_is_wpa3_enabled - 0x420553a0 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x420553a0 sta_is_wpa3_enabled - .text.sta_is_11r_enabled - 0x420553be 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x420553be sta_is_11r_enabled - .text.sta_is_wifi_ent_enabled - 0x420553cc 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x420553cc sta_is_wifi_ent_enabled - .text.sta_get_owe_data - 0x420553da 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x420553da sta_get_owe_data - .text.sta_update_power_off_reset_flag - 0x420553e4 0x6c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x420553e4 sta_update_power_off_reset_flag - .text.ieee80211_sta_new_state - 0x42055450 0xb2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x42055450 ieee80211_sta_new_state - .text.sta_auth_ft - 0x42055f7e 0xea C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x42055f7e sta_auth_ft - .text.sta_auth_open - 0x42056068 0x176 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x42056068 sta_auth_open - .text.sta_auth_shared - 0x420561de 0x15e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x420561de sta_auth_shared - .text.sta_auth_sae - 0x4205633c 0x1d4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x4205633c sta_auth_sae - .text.sta_retry_assoc - 0x42056510 0x104 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x42056510 sta_retry_assoc - .text.sta_recv_assoc - 0x42056614 0x6bc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x42056614 sta_recv_assoc - .text.sta_sa_query_process_timeout - 0x42056cd0 0x98 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x42056cd0 sta_sa_query_process_timeout - .text.sta_try_sa_query_process - 0x42056d68 0x188 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x42056d68 sta_try_sa_query_process - .text.sta_recv_mgmt - 0x42056ef0 0xaaa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x42056ef0 sta_recv_mgmt - .text.ieee80211_proto_attach - 0x4205799a 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - 0x4205799a ieee80211_proto_attach - .text.ieee80211_set_shortslottime - 0x420579b8 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - 0x420579b8 ieee80211_set_shortslottime - .text.ieee80211_wme_updateparams - 0x420579ca 0x62 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - 0x420579ca ieee80211_wme_updateparams - .text.ieee80211_mlme_connect_bss - 0x42057a2c 0x17e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - 0x42057a2c ieee80211_mlme_connect_bss - .text.ieee80211_rfid_locp_recv_reset - 0x42057baa 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) - 0x42057baa ieee80211_rfid_locp_recv_reset - .text.ieee80211_rfid_locp_recv - 0x42057bb4 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) - 0x42057bb4 ieee80211_rfid_locp_recv - .text.ieee80211_regdomain_get_country - 0x42057bcc 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - 0x42057bcc ieee80211_regdomain_get_country - .text.ieee80211_update_phy_country - 0x42057c00 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - 0x42057c00 ieee80211_update_phy_country - .text.ieee80211_regdomain_update - 0x42057c30 0x142 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - 0x42057c30 ieee80211_regdomain_update - .text.ieee80211_regdomain_update_in_scan - 0x42057d72 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - 0x42057d72 ieee80211_regdomain_update_in_scan - .text.ieee80211_regdomain_update_in_connect - 0x42057d7a 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - 0x42057d7a ieee80211_regdomain_update_in_connect - .text.ieee80211_add_countryie - 0x42057d82 0x6e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - 0x42057d82 ieee80211_add_countryie - .text.ieee80211_regdomain_max_chan - 0x42057df0 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - 0x42057df0 ieee80211_regdomain_max_chan - .text.ieee80211_regdomain_ap_max_chan - 0x42057e1c 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - 0x42057e1c ieee80211_regdomain_ap_max_chan - .text.ieee80211_regdomain_min_chan - 0x42057e3a 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - 0x42057e3a ieee80211_regdomain_min_chan - .text.ieee80211_regdomain_ap_min_chan - 0x42057e5a 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - 0x42057e5a ieee80211_regdomain_ap_min_chan - .text.ieee80211_regdomain_chan_in_range - 0x42057e6c 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - 0x42057e6c ieee80211_regdomain_chan_in_range - .text.ieee80211_regdomain_is_active_scan - 0x42057e94 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - 0x42057e94 ieee80211_regdomain_is_active_scan - .text.addba_stop_timeout - 0x42057ea8 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .text.ieee80211_ampdu_timeout - 0x42057ed8 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .text.addba_timeout - 0x42057ee2 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .text.ieee80211_ampdu_stop_age_timer - 0x42057eec 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .text.ieee80211_add_htcap_body - 0x42057f24 0x216 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .text.ht_recv_action_ba_addba_response - 0x4205813a 0x1a6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .text.ampdu_tx_stop - 0x420582e0 0x90 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .text.addba_response_txcb - 0x42058370 0x1b0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .text.ieee80211_ht_attach - 0x42058520 0x26a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x42058520 ieee80211_ht_attach - .text.ampdu_free_rx_ba_index - 0x4205878a 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x4205878a ampdu_free_rx_ba_index - .text.ampdu_rx_stop.isra.7 - 0x420587b6 0xda C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .text.ht_recv_action_ba_delba - 0x42058890 0xa8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .text.ampdu_alloc_rx_ba_index - 0x42058938 0x6e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x42058938 ampdu_alloc_rx_ba_index - .text.ampdu_rx_start.isra.10 - 0x420589a6 0x13e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .text.ht_recv_action_ba_addba_request - 0x42058ae4 0x188 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .text.ieee80211_ht_deattach - 0x42058c6c 0x82 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x42058c6c ieee80211_ht_deattach - .text.ieee80211_ampdu_enable - 0x42058cee 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x42058cee ieee80211_ampdu_enable - .text.addba_timeout_process - 0x42058cfa 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x42058cfa addba_timeout_process - .text.ieee80211_ampdu_request - 0x42058d12 0x19a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x42058d12 ieee80211_ampdu_request - .text.ieee80211_ampdu_age_bss - 0x42058eac 0x108 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .text.ieee80211_ampdu_age_all - 0x42058fb4 0xac C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x42058fb4 ieee80211_ampdu_age_all - .text.ampdu_process_multicast_address_qos_frame - 0x42059060 0x8c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x42059060 ampdu_process_multicast_address_qos_frame - .text.ieee80211_process_bar_info - 0x420590ec 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x420590ec ieee80211_process_bar_info - .text.ieee80211_recv_bar - 0x4205912a 0x4c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x4205912a ieee80211_recv_bar - .text.ieee80211_ht_node_cleanup - 0x42059176 0x4a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x42059176 ieee80211_ht_node_cleanup - .text.ieee80211_ht_node_init - 0x420591c0 0x8c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x420591c0 ieee80211_ht_node_init - .text.ieee80211_parse_htcap - 0x4205924c 0x120 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x4205924c ieee80211_parse_htcap - .text.ieee80211_has_ht40_bss - 0x4205936c 0xb2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x4205936c ieee80211_has_ht40_bss - .text.ieee80211_update_channel - 0x4205941e 0x362 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x4205941e ieee80211_update_channel - .text.ieee80211_ht_updatehtcap - 0x42059780 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x42059780 ieee80211_ht_updatehtcap - .text.ieee80211_ht_updateparams - 0x420597bc 0x1a8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x420597bc ieee80211_ht_updateparams - .text.ieee80211_setup_htrates - 0x42059964 0x100 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x42059964 ieee80211_setup_htrates - .text.ieee80211_setup_basic_htrates - 0x42059a64 0xa0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x42059a64 ieee80211_setup_basic_htrates - .text.ieee80211_add_htcap - 0x42059b04 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x42059b04 ieee80211_add_htcap - .text.ieee80211_add_htcap_vendor - 0x42059b42 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x42059b42 ieee80211_add_htcap_vendor - .text.ieee80211_add_htinfo_body - 0x42059b72 0x14e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x42059b72 ieee80211_add_htinfo_body - .text.ieee80211_add_htinfo - 0x42059cc0 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x42059cc0 ieee80211_add_htinfo - .text.ieee80211_add_htinfo_vendor - 0x42059cfe 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x42059cfe ieee80211_add_htinfo_vendor - .text.ht_action_output - 0x42059d58 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x42059d58 ht_action_output - .text.ht_send_action_ba_delba - 0x42059d86 0xea C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .text.ht_send_action_ba_addba - 0x42059e70 0x152 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .text.ieee80211_decap1 - 0x42059fc2 0x7c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x42059fc2 ieee80211_decap1 - .text.ieee80211_decap_amsdu - 0x4205a03e 0x140 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - 0x4205a03e ieee80211_decap_amsdu - .text.ccmp_encap - 0x4205a17e 0x70 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) - 0x4205a17e ccmp_encap - .text.ccmp_decap - 0x4205a1ee 0xc4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) - 0x4205a1ee ccmp_decap - .text.ieee80211_decrypt_espnow_pkt - 0x4205a2b2 0x46 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) - 0x4205a2b2 ieee80211_decrypt_espnow_pkt - .text.ieee80211_ccmp_decrypt - 0x4205a2f8 0x19e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) - 0x4205a2f8 ieee80211_ccmp_decrypt - .text.send_inval - 0x4205a496 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - .text.recv_inval - 0x4205a49a 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - .text.ieee80211_send_action_register - 0x4205a49e 0x6c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - 0x4205a49e ieee80211_send_action_register - .text.ieee80211_send_action - 0x4205a50a 0x82 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - 0x4205a50a ieee80211_send_action - .text.ieee80211_recv_action_register - 0x4205a58c 0x6c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - 0x4205a58c ieee80211_recv_action_register - .text.ieee80211_recv_action - 0x4205a5f8 0xb8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - 0x4205a5f8 ieee80211_recv_action - .text.tkip_decap - 0x4205a6b0 0xd4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_tkip.o) - 0x4205a6b0 tkip_decap - .text.tkip_encap - 0x4205a784 0x8e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_tkip.o) - 0x4205a784 tkip_encap - .text.scan_enter_oper_channel - 0x4205a812 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .text.scan_inter_channel_timeout - 0x4205a81c 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .text.scan_op_start - 0x4205a826 0x1f0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .text.sta_update_owe_bssid.isra.0 - 0x4205aa16 0x7e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .text.scan_set_global_scan_times.constprop.13 - 0x4205aa94 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .text.ieee80211_scan_deattach - 0x4205aaba 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205aaba ieee80211_scan_deattach - .text.scan_reset_default_app_params - 0x4205aaf2 0x4c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205aaf2 scan_reset_default_app_params - .text.ieee80211_scan_attach - 0x4205ab3e 0xca C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205ab3e ieee80211_scan_attach - .text.scan_flush_all_tx_buf - 0x4205ac08 0x8e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205ac08 scan_flush_all_tx_buf - .text.scan_cancel - 0x4205ac96 0x9c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205ac96 scan_cancel - .text.scan_remove_bssid - 0x4205ad32 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205ad32 scan_remove_bssid - .text.scan_hidden_ssid - 0x4205ad40 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205ad40 scan_hidden_ssid - .text.scan_set_act_duration - 0x4205ad4e 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205ad4e scan_set_act_duration - .text.scan_set_pas_duration - 0x4205ad5c 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205ad5c scan_set_pas_duration - .text.scan_add_probe_ssid - 0x4205ad68 0x8c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205ad68 scan_add_probe_ssid - .text.scan_remove_probe_ssid - 0x4205adf4 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205adf4 scan_remove_probe_ssid - .text.scan_prefer_chan - 0x4205ae1a 0x1fa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205ae1a scan_prefer_chan - .text.scan_update_scan_history - 0x4205b014 0x17c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205b014 scan_update_scan_history - .text.scan_build_chan_list - 0x4205b190 0x96 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205b190 scan_build_chan_list - .text.scan_set_desChan - 0x4205b226 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205b226 scan_set_desChan - .text.scan_get_type - 0x4205b234 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205b234 scan_get_type - .text.scan_check_hidden - 0x4205b240 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205b240 scan_check_hidden - .text.scan_add_ssid_do.isra.6 - 0x4205b25c 0x4c0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .text.scan_add_ssid.isra.7 - 0x4205b71c 0x1ca C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .text.scan_reset_cipher_and_akm - 0x4205b8e6 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205b8e6 scan_reset_cipher_and_akm - .text.cnx_get_authtype_strength - 0x4205b90c 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205b90c cnx_get_authtype_strength - .text.scan_profile_check - 0x4205b926 0x6d4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205b926 scan_profile_check - .text.free_bss_info - 0x4205bffa 0x52 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205bffa free_bss_info - .text.clear_bss_queue - 0x4205c04c 0x7c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205c04c clear_bss_queue - .text.scan_done - 0x4205c0c8 0x25e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .text.scan_next_channel - 0x4205c326 0x1f6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .text.scan_enter_oper_channel_process - 0x4205c51c 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205c51c scan_enter_oper_channel_process - .text.scan_inter_channel_timeout_process - 0x4205c542 0x96 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205c542 scan_inter_channel_timeout_process - .text.scan_op_end - 0x4205c5d8 0x1c6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .text.scan_start - 0x4205c79e 0x196 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205c79e scan_start - .text.check_bss_queue - 0x4205c934 0x72 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205c934 check_bss_queue - .text.scan_parse_ht2040_coex - 0x4205c9a6 0x86 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205c9a6 scan_parse_ht2040_coex - .text.scan_fill_wps_scan_ie - 0x4205ca2c 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205ca2c scan_fill_wps_scan_ie - .text.scan_get_owe_channel_info - 0x4205ca54 0x96 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205ca54 scan_get_owe_channel_info - .text.scan_validate_owe_scenarios - 0x4205caea 0xa2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205caea scan_validate_owe_scenarios - .text.scan_parse_beacon - 0x4205cb8c 0xb40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - 0x4205cb8c scan_parse_beacon - .text.wep_encap - 0x4205d6cc 0x56 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_wep.o) - 0x4205d6cc wep_encap - .text.wep_decap - 0x4205d722 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_wep.o) - 0x4205d722 wep_decap - .text.sms4_decap - 0x4205d74a 0xb4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) - .text.sms4_encap - 0x4205d7fe 0xb2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) - .text.hal_pm_unblock_txq - 0x4205d8b0 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.hal_clear_sta_tsf_active_state - 0x4205d8c6 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_incr_active_cnt - 0x4205d8d4 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_incr_coex_active_cnt - 0x4205d8ea 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_disable_active_timer - 0x4205d900 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_set_state - 0x4205d92c 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_beacon_monitor_tbtt_timeout - 0x4205d97a 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_coex_restart_timeout - 0x4205d982 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_beacon_monitor_timeout - 0x4205d98a 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_connectionless_wake_window_timeout - 0x4205d992 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_connectionless_wake_interval_timeout - 0x4205d99a 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_disconnected_sleep_delay_timeout - 0x4205d9a2 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_coex_slice_wifi_timeout - 0x4205d9aa 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_sleep_delay_timeout - 0x4205d9b2 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_active_timeout - 0x4205d9ba 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_dream_timeout - 0x4205d9c2 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .text.pm_is_sleeping - 0x4205d9ca 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205d9ca pm_is_sleeping - .text.pm_is_open - 0x4205d9ea 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205d9ea pm_is_open - .text.pm_noise_check_disable - 0x4205d9f4 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205d9f4 pm_noise_check_disable - .text.pm_noise_check_enable - 0x4205d9fe 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205d9fe pm_noise_check_enable - .text.pm_disable_disconnected_sleep_delay_timer - 0x4205da0a 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205da0a pm_disable_disconnected_sleep_delay_timer - .text.pm_enable_disconnected_sleep_delay_timer - 0x4205da28 0x5e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205da28 pm_enable_disconnected_sleep_delay_timer - .text.pm_noise_check - 0x4205da86 0x78 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205da86 pm_noise_check - .text.pm_pend_noise_check - 0x4205dafe 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205dafe pm_pend_noise_check - .text.pm_noise_check_process - 0x4205db00 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205db00 pm_noise_check_process - .text.pm_register_pm_tx_null_cb - 0x4205db02 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205db02 pm_register_pm_tx_null_cb - .text.pm_send_nullfunc - 0x4205db0e 0x6e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205db0e pm_send_nullfunc - .text.pm_beacon_monitor_init - 0x4205db7c 0x64 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205db7c pm_beacon_monitor_init - .text.pm_disconnected_wake - 0x4205dbe0 0x6a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205dbe0 pm_disconnected_wake - .text.pm_disconnected_sleep - 0x4205dc4a 0xa8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205dc4a pm_disconnected_sleep - .text.pm_wake_up - 0x4205dcf2 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205dcf2 pm_wake_up - .text.pm_send_probe_start - 0x4205dd40 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205dd40 pm_send_probe_start - .text.pm_off_channel - 0x4205dd88 0xc2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205dd88 pm_off_channel - .text.pm_wake_done - 0x4205de4a 0x54 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205de4a pm_wake_done - .text.pm_coex_separate_connectionless_window - 0x4205de9e 0x2ba C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205de9e pm_coex_separate_connectionless_window - .text.pm_go_to_sleep - 0x4205e158 0x8a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205e158 pm_go_to_sleep - .text.pm_set_next_tbtt - 0x4205e1e2 0x5c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205e1e2 pm_set_next_tbtt - .text.pm_mesh_set_next_tbtt - 0x4205e23e 0x52 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205e23e pm_mesh_set_next_tbtt - .text.pm_update_at_next_beacon - 0x4205e290 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205e290 pm_update_at_next_beacon - .text.pm_beacon_timestamp_statistic - 0x4205e2a6 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205e2a6 pm_beacon_timestamp_statistic - .text.pm_beacon_misc_process - 0x4205e2e8 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205e2e8 pm_beacon_misc_process - .text.pm_coex_schm_process - 0x4205e2ec 0x1ce C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205e2ec pm_coex_schm_process - .text.pm_coex_schm_process_restart - 0x4205e4ba 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205e4ba pm_coex_schm_process_restart - .text.pm_coex_slice_timeout_process - 0x4205e4c8 0x11a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205e4c8 pm_coex_slice_timeout_process - .text.pm_dream_timeout_process - 0x4205e5e2 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205e5e2 pm_dream_timeout_process - .text.pm_sleep_delay_timeout_process - 0x4205e5f2 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205e5f2 pm_sleep_delay_timeout_process - .text.pm_disconnected_sleep_delay_timeout_process - 0x4205e612 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205e612 pm_disconnected_sleep_delay_timeout_process - .text.pm_coex_restart_timeout_process - 0x4205e62e 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205e62e pm_coex_restart_timeout_process - .text.pm_tx_data_done_process - 0x4205e65a 0x94 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205e65a pm_tx_data_done_process - .text.pm_tx_null_data_done_quick_wake_process - 0x4205e6ee 0x72 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205e6ee pm_tx_null_data_done_quick_wake_process - .text.pm_tx_null_data_done_process - 0x4205e760 0x21a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205e760 pm_tx_null_data_done_process - .text.pm_go_to_wake - 0x4205e97a 0xfa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205e97a pm_go_to_wake - .text.pm_send_probe_stop - 0x4205ea74 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205ea74 pm_send_probe_stop - .text.pm_on_channel - 0x4205eace 0xac C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205eace pm_on_channel - .text.pm_update_params - 0x4205eb7a 0x136 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205eb7a pm_update_params - .text.pm_coex_tbtt_process - 0x4205ecb0 0x100 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205ecb0 pm_coex_tbtt_process - .text.pm_active_timeout_process - 0x4205edb0 0x72 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205edb0 pm_active_timeout_process - .text.pm_send_sleep_null_cb - 0x4205ee22 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205ee22 pm_send_sleep_null_cb - .text.pm_send_wake_null_cb - 0x4205ee2e 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205ee2e pm_send_wake_null_cb - .text.pm_on_coex_schm_process_restart - 0x4205ee3a 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205ee3a pm_on_coex_schm_process_restart - .text.pm_on_coex_schm_status_config - 0x4205ee3e 0x9c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205ee3e pm_on_coex_schm_status_config - .text.pm_on_coex_start - 0x4205eeda 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205eeda pm_on_coex_start - .text.pm_on_data_tx_done - 0x4205ef22 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205ef22 pm_on_data_tx_done - .text.pm_on_sample_beacon - 0x4205ef26 0x56 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205ef26 pm_on_sample_beacon - .text.pm_on_probe_resp_rx - 0x4205ef7c 0x8a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205ef7c pm_on_probe_resp_rx - .text.pm_disconnected_start - 0x4205f006 0x8e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205f006 pm_disconnected_start - .text.pm_disconnected_stop - 0x4205f094 0x6a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205f094 pm_disconnected_stop - .text.pm_start - 0x4205f0fe 0x21e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205f0fe pm_start - .text.pm_stop 0x4205f31c 0x21c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205f31c pm_stop - .text.pm_attach - 0x4205f538 0x1b2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205f538 pm_attach - .text.pm_deattach - 0x4205f6ea 0xb0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205f6ea pm_deattach - .text.pm_set_sleep_min_active_time - 0x4205f79a 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205f79a pm_set_sleep_min_active_time - .text.pm_set_keep_alive_time - 0x4205f7a0 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205f7a0 pm_set_keep_alive_time - .text.pm_set_sleep_wait_broadcast_data_time - 0x4205f7a6 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205f7a6 pm_set_sleep_wait_broadcast_data_time - .text.pm_force_scan_unlock - 0x4205f7ac 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205f7ac pm_force_scan_unlock - .text.pm_enable_sta_disconnected_power_management - 0x4205f7ae 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x4205f7ae pm_enable_sta_disconnected_power_management - .text.ic_get_addr - 0x4205f7da 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205f7da ic_get_addr - .text.ic_get_ptk_alg - 0x4205f7ec 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205f7ec ic_get_ptk_alg - .text.ic_disable_crypto - 0x4205f802 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205f802 ic_disable_crypto - .text.ic_set_key - 0x4205f81e 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205f81e ic_set_key - .text.ic_get_key - 0x4205f85e 0x5e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205f85e ic_get_key - .text.ic_obtain_key - 0x4205f8bc 0x86 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205f8bc ic_obtain_key - .text.ic_tx_pkt - 0x4205f942 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205f942 ic_tx_pkt - .text.esp_wifi_internal_free_rx_buffer - 0x4205f94c 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205f94c esp_wifi_internal_free_rx_buffer - .text.ic_register_tx_cb - 0x4205f954 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205f954 ic_register_tx_cb - .text.ic_register_rx_cb - 0x4205f956 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205f956 ic_register_rx_cb - .text.ic_register_timer_post_cb - 0x4205f958 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205f958 ic_register_timer_post_cb - .text.ic_register_michael_mic_failure_cb - 0x4205f95c 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205f95c ic_register_michael_mic_failure_cb - .text.ic_register_config_cb - 0x4205f95e 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205f95e ic_register_config_cb - .text.ic_is_mgmt_hwdecr_enabled - 0x4205f972 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205f972 ic_is_mgmt_hwdecr_enabled - .text.ic_register_pm_tx_null_cb - 0x4205f976 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205f976 ic_register_pm_tx_null_cb - .text.ic_register_net80211_tx_cb - 0x4205f98c 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205f98c ic_register_net80211_tx_cb - .text.ic_register_timer_cb - 0x4205f992 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205f992 ic_register_timer_cb - .text.ic_enable_sniffer - 0x4205f998 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205f998 ic_enable_sniffer - .text.ic_disable_sniffer - 0x4205f99e 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205f99e ic_disable_sniffer - .text.ic_set_vif - 0x4205f9a4 0x1da C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205f9a4 ic_set_vif - .text.ic_get_next_tbtt - 0x4205fb7e 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fb7e ic_get_next_tbtt - .text.ic_del_rx_ba - 0x4205fb82 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fb82 ic_del_rx_ba - .text.ic_add_rx_ba - 0x4205fb86 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fb86 ic_add_rx_ba - .text.ic_reset_tbtt - 0x4205fb90 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fb90 ic_reset_tbtt - .text.ic_del_key_all - 0x4205fb94 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fb94 ic_del_key_all - .text.ic_del_key - 0x4205fb98 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fb98 ic_del_key - .text.ic_set_ac_param - 0x4205fb9c 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fb9c ic_set_ac_param - .text.ic_ampdu_op - 0x4205fba0 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fba0 ic_ampdu_op - .text.ic_set_trc - 0x4205fbca 0xe4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fbca ic_set_trc - .text.ic_deinit - 0x4205fcae 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fcae ic_deinit - .text.ic_init 0x4205fcca 0x7c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fcca ic_init - .text.ic_set_interrupt_handler - 0x4205fd46 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fd46 ic_set_interrupt_handler - .text.ic_clear_interrupt_handler - 0x4205fda6 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fda6 ic_clear_interrupt_handler - .text.ic_enable_rx - 0x4205fdea 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fdea ic_enable_rx - .text.ic_disable_rx - 0x4205fdfe 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fdfe ic_disable_rx - .text.ic_set_beacon_int - 0x4205fe16 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fe16 ic_set_beacon_int - .text.ic_set_mac - 0x4205fe1a 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fe1a ic_set_mac - .text.ic_set_bssid - 0x4205fe1e 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fe1e ic_set_bssid - .text.ic_set_current_channel - 0x4205fe22 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fe22 ic_set_current_channel - .text.ic_get_pp_hdl - 0x4205fe2a 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fe2a ic_get_pp_hdl - .text.ic_set_rx_policy_ubssid_check - 0x4205fe2e 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fe2e ic_set_rx_policy_ubssid_check - .text.ic_set_rx_policy - 0x4205fe48 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fe48 ic_set_rx_policy - .text.ic_set_sta_auth_flag - 0x4205fe58 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fe58 ic_set_sta_auth_flag - .text.ic_set_interface - 0x4205fe5c 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fe5c ic_set_interface - .text.ic_trc_set_per_pkt_rate - 0x4205fe5e 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fe5e ic_trc_set_per_pkt_rate - .text.ic_trc_update_ifx_phy_mode - 0x4205fe62 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fe62 ic_trc_update_ifx_phy_mode - .text.ic_stop_hw_txq - 0x4205fe66 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fe66 ic_stop_hw_txq - .text.ic_stop_sw_txq - 0x4205fe6a 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fe6a ic_stop_sw_txq - .text.ic_txq_empty - 0x4205fe8c 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fe8c ic_txq_empty - .text.ic_create_wifi_task - 0x4205fe90 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fe90 ic_create_wifi_task - .text.ic_delete_wifi_task - 0x4205fe94 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fe94 ic_delete_wifi_task - .text.ic_update_sta_tsf - 0x4205fe98 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205fe98 ic_update_sta_tsf - .text.ic_set_sleep_min_active_time - 0x4205feae 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205feae ic_set_sleep_min_active_time - .text.ic_set_keep_alive_time - 0x4205feb2 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205feb2 ic_set_keep_alive_time - .text.ic_set_sleep_wait_broadcast_data_time - 0x4205feb6 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - 0x4205feb6 ic_set_sleep_wait_broadcast_data_time - .text.pp_delete_task_manually - 0x4205feba 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .text.getle32 0x4205ff02 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x4205ff02 getle32 - .text.putle32 0x4205ff20 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x4205ff20 putle32 - .text.xswap 0x4205ff3c 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x4205ff3c xswap - .text.pp_register_net80211_tx_cb - 0x4205ff5a 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x4205ff5a pp_register_net80211_tx_cb - .text.pp_register_config_cb - 0x4205ff66 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x4205ff66 pp_register_config_cb - .text.pp_register_timer_cb - 0x4205ff72 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x4205ff72 pp_register_timer_cb - .text.pp_register_michael_mic_failure_cb - 0x4205ff7e 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x4205ff7e pp_register_michael_mic_failure_cb - .text.pp_default_event_handler - 0x4205ff8a 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x4205ff8a pp_default_event_handler - .text.ppRegisterRxCallback - 0x4205ffb2 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x4205ffb2 ppRegisterRxCallback - .text.ppRegisterTxCallback - 0x4205ffd2 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x4205ffd2 ppRegisterTxCallback - .text.ppCheckTxQIdle - 0x42060020 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x42060020 ppCheckTxQIdle - .text.ppCheckIsConnTraffic - 0x42060056 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x42060056 ppCheckIsConnTraffic - .text.ppCheckTxConnTrafficIdle - 0x420600a6 0xee C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x420600a6 ppCheckTxConnTrafficIdle - .text.ppSetInterface - 0x42060194 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x42060194 ppSetInterface - .text.pp_gettid - 0x42060196 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x42060196 pp_gettid - .text.ppAssembleMicHdr - 0x420601c4 0xb2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x420601c4 ppAssembleMicHdr - .text.ppCalTkipMic - 0x42060276 0x130 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x42060276 ppCalTkipMic - .text.ppTxFragmentProc - 0x420603a6 0x774 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x420603a6 ppTxFragmentProc - .text.ppClearRxFragment - 0x42060b1a 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x42060b1a ppClearRxFragment - .text.ppFillAMPDUBar - 0x42060b56 0x114 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x42060b56 ppFillAMPDUBar - .text.ppReSendBar - 0x42060c6a 0xd2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x42060c6a ppReSendBar - .text.pp_create_task - 0x42060d3c 0x1c8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x42060d3c pp_create_task - .text.pp_deattach - 0x42060f04 0x4c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x42060f04 pp_deattach - .text.ppInitTxq - 0x42060f50 0x64 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x42060f50 ppInitTxq - .text.ppTxqEmpty - 0x42060fb4 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x42060fb4 ppTxqEmpty - .text.pp_delete_task - 0x42061004 0x8c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x42061004 pp_delete_task - .text.ppCheckTxIdle - 0x42061090 0xbc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x42061090 ppCheckTxIdle - .text.ppCalTxopDur - 0x4206114c 0x158 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x4206114c ppCalTxopDur - .text.ppPrepareBarFrame - 0x420612a4 0xd4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x420612a4 ppPrepareBarFrame - .text.pp_attach - 0x42061378 0xf4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x42061378 pp_attach - .text.ppClearTxq - 0x4206146c 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x4206146c ppClearTxq - .text.pp_stop_sw_txq - 0x420614bc 0x92 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x420614bc pp_stop_sw_txq - .text.ppGetTaskHdl - 0x4206154e 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x4206154e ppGetTaskHdl - .text.pm_funcs_init - 0x42061558 0x46 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - 0x42061558 pm_funcs_init - .text.pm_funcs_deinit - 0x4206159e 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - 0x4206159e pm_funcs_deinit - .text.esf_buf_alloc_dynamic_default_handler - 0x420615cc 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - 0x420615cc esf_buf_alloc_dynamic_default_handler - .text.esf_buf_alloc_default_handler - 0x420615ee 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - 0x420615ee esf_buf_alloc_default_handler - .text.esf_buf_recycle_default_handler - 0x42061610 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - 0x42061610 esf_buf_recycle_default_handler - .text.esf_buf_setup_static - 0x42061632 0x66 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - 0x42061632 esf_buf_setup_static - .text.esf_buf_free_static - 0x42061698 0xb2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - 0x42061698 esf_buf_free_static - .text.esf_buf_setdown - 0x4206174a 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - 0x4206174a esf_buf_setdown - .text.esf_buf_setup - 0x4206176c 0x1fe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - 0x4206176c esf_buf_setup - .text.lmacGetTxFrame - 0x4206196a 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x4206196a lmacGetTxFrame - .text.lmacSetAcParam - 0x4206198a 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x4206198a lmacSetAcParam - .text.lmacInitAc - 0x420619ce 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x420619ce lmacInitAc - .text.lmacInit - 0x42061a16 0xa2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x42061a16 lmacInit - .text.lmacEndRetryAMPDUFail - 0x42061ab8 0x84 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x42061ab8 lmacEndRetryAMPDUFail - .text.lmacDebugTxDrop - 0x42061b3c 0x92 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x42061b3c dbg_cnt_lmac_drop - .text.lmac_record_txtime - 0x42061bce 0x130 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x42061bce lmac_record_txtime - .text.lmac_update_tx_statistic - 0x42061cfe 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x42061cfe lmac_update_tx_statistic - .text.lmacDiscardMSDU - 0x42061d00 0xbc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x42061d00 lmacDiscardMSDU - .text.lmacRetryTxFrame - 0x42061dbc 0xe2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x42061dbc lmacRetryTxFrame - .text.lmacProcessTxopQComplete - 0x42061e9e 0x17c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x42061e9e lmacProcessTxopQComplete - .text.lmacProcessShortRetryFail - 0x4206201a 0x27a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x4206201a lmacProcessShortRetryFail - .text.lmacProcessCtsTimeout - 0x42062294 0x72 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x42062294 lmacProcessCtsTimeout - .text.lmacProcessLongRetryFail - 0x42062306 0x1d8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x42062306 lmacProcessLongRetryFail - .text.lmacProcessCollision - 0x420624de 0xe6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x420624de lmacProcessCollision - .text.lmacProcessCollisions_task - 0x420625c4 0x56 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x420625c4 lmacProcessCollisions_task - .text.lmacProcessAckTimeout - 0x4206261a 0x12e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x4206261a lmacProcessAckTimeout - .text.lmacProcessTxRtsError - 0x42062748 0xe0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x42062748 lmacProcessTxRtsError - .text.lmacProcessTxseckiderr - 0x42062828 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x42062828 lmacProcessTxseckiderr - .text.lmacProcessTxError - 0x42062852 0xa6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x42062852 lmacProcessTxError - .text.lmacDisableTransmit - 0x420628f8 0x8c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x420628f8 lmacDisableTransmit - .text.lmacProcessTxTimeout - 0x42062984 0x4a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x42062984 lmacProcessTxTimeout - .text.lmacStopTransmit - 0x420629ce 0x104 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x420629ce lmacStopTransmit - .text.lmac_stop_hw_txq - 0x42062ad2 0x72 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x42062ad2 lmac_stop_hw_txq - .text.rc11NRate2SchedIdx - 0x42062b44 0x52 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.rc11GRate2SchedIdx - 0x42062b96 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.rc11BRate2SchedIdx - 0x42062bb4 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.rcLoRaRate2SchedIdx - 0x42062bd2 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x42062bd2 rcLoRaRate2SchedIdx - .text.rcBuildIndex - 0x42062bf0 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .text.rcUpdateAMPDUParam - 0x42062c04 0xae C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x42062c04 rcUpdateAMPDUParam - .text.rcGet11NHighestRateIdx - 0x42062cb2 0x82 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x42062cb2 rcGet11NHighestRateIdx - .text.rcGet11GHighestRateIdx - 0x42062d34 0x78 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x42062d34 rcGet11GHighestRateIdx - .text.rcGet11BHighestRateIdx - 0x42062dac 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x42062dac rcGet11BHighestRateIdx - .text.rcGetDefaultHigestRateIdx - 0x42062df4 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x42062df4 rcGetDefaultHigestRateIdx - .text.rcGetHighestRateIdx - 0x42062e04 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x42062e04 rcGetHighestRateIdx - .text.rcUpdatePhyMode - 0x42062e2e 0x2ee C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x42062e2e rcUpdatePhyMode - .text.rcTxUpdatePer - 0x4206311c 0x7a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x4206311c rcTxUpdatePer - .text.trc_set_per_pkt_rate - 0x42063196 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x42063196 trc_set_per_pkt_rate - .text.rcUpdateRate - 0x420631aa 0x242 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x420631aa rcUpdateRate - .text.rcReachRetryLimit - 0x420633ec 0xe0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x420633ec rcReachRetryLimit - .text.rcAttach - 0x420634cc 0x64 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x420634cc rcAttach - .text.rc_disable_trc - 0x42063530 0x8e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x42063530 rc_disable_trc - .text.rc_disable_trc_by_interface - 0x420635be 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x420635be rc_disable_trc_by_interface - .text.trc_init - 0x420635d8 0xaa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x420635d8 trc_init - .text.trc_update_ifx_phy_mode - 0x42063682 0x8a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x42063682 trc_update_ifx_phy_mode - .text.trc_deinit - 0x4206370c 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x4206370c trc_deinit - .text.rc_set_per_conn_fix_rate - 0x4206374c 0x6c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x4206374c rc_set_per_conn_fix_rate - .text.rc_enable_trc - 0x420637b8 0x112 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x420637b8 rc_enable_trc - .text.pm_coex_reconnect_policy - 0x420638ca 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) - 0x420638ca pm_coex_reconnect_policy - .text.pm_coex_set_reconnect_policy - 0x420638d8 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) - 0x420638d8 pm_coex_set_reconnect_policy - .text.dbg_lmac_ps_statis_reset - 0x42063910 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - 0x42063910 dbg_lmac_ps_statis_reset - .text.dbg_lmac_init - 0x42063926 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - 0x42063926 dbg_lmac_init - .text.wdev_csi_hw_bug_check - 0x42063928 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x42063928 wdev_csi_hw_bug_check - .text.wDev_ftm_set_t1t4 - 0x4206392c 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x4206392c wDev_ftm_set_t1t4 - .text.wdev_csi_rx_process - 0x4206393c 0x15e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x4206393c wdev_csi_rx_process - .text.wDev_SnifferRxData - 0x42063a9a 0x27e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x42063a9a wDev_SnifferRxData - .text.wDev_IndicateCtrlFrame - 0x42063d18 0x10c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x42063d18 wDev_IndicateCtrlFrame - .text.wDev_SnifferRxAmpdu - 0x42063e24 0xb4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x42063e24 wDev_SnifferRxAmpdu - .text.wDev_SetCurChannel - 0x42063ed8 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x42063ed8 wDev_SetCurChannel - .text.wDev_SetAuthed - 0x42063ef2 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x42063ef2 wDev_SetAuthed - .text.wDev_Set_Beacon_Int - 0x42063ef4 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x42063ef4 wDev_Set_Beacon_Int - .text.wDev_Reset_TBTT - 0x42063efe 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x42063efe wDev_Reset_TBTT - .text.wDev_reset_bcnSendTick - 0x42063f04 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x42063f04 wDev_reset_bcnSendTick - .text.wDev_Get_Next_TBTT - 0x42063f0e 0x4c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x42063f0e wDev_Get_Next_TBTT - .text.wdev_set_promis_misc_pkt - 0x42063f5a 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x42063f5a wdev_set_promis_misc_pkt - .text.wdev_set_promis_ctrl_pkt - 0x42063f88 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x42063f88 wdev_set_promis_ctrl_pkt - .text.wdev_set_promis - 0x42063fc0 0x6e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x42063fc0 wdev_set_promis - .text.wDev_ftm_record_t1t4 - 0x4206402e 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x4206402e wDev_ftm_record_t1t4 - .text.wDev_ftm_record_t2t3 - 0x4206403e 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x4206403e wDev_ftm_record_t2t3 - .text.wDev_record_ftm_data_local - 0x4206404e 0xbc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x4206404e wDev_record_ftm_data_local - .text.wDev_Rxbuf_Deinit - 0x4206410a 0x82 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x4206410a wDev_Rxbuf_Deinit - .text.wDev_Rxbuf_Init - 0x4206418c 0x222 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x4206418c wDev_Rxbuf_Init - .text.wDev_disable_low_rate - 0x420643ae 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x420643ae wDev_disable_low_rate - .text.wDev_enable_low_rate - 0x420643b2 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x420643b2 wDev_enable_low_rate - .text.wDev_Insert_KeyEntry - 0x420643b6 0x7e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x420643b6 wDev_Insert_KeyEntry - .text.wDev_remove_KeyEntry - 0x42064434 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x42064434 wDev_remove_KeyEntry - .text.wDev_remove_KeyEntry_all_cnx - 0x4206445c 0x4c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x4206445c wDev_remove_KeyEntry_all_cnx - .text.wDev_Crypto_Disable - 0x420644a8 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x420644a8 wDev_Crypto_Disable - .text.wdev_is_mgmt_hwdecr_enabled - 0x420644c8 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x420644c8 wdev_is_mgmt_hwdecr_enabled - .text.wdev_data_init - 0x420644cc 0x128 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x420644cc wdev_data_init - .text.wdev_funcs_init - 0x420645f4 0x95e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x420645f4 wdev_funcs_init - .text.wdev_funcs_deinit - 0x42064f52 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - 0x42064f52 wdev_funcs_deinit - .text.hal_agreement_add_rx_ba - 0x42064f7e 0x118 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) - 0x42064f7e hal_agreement_add_rx_ba - .text.hal_agreement_del_rx_ba - 0x42065096 0x6e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) - 0x42065096 hal_agreement_del_rx_ba - .text.hal_ba_session_restore_by_hw_index - 0x42065104 0x6e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) - 0x42065104 hal_ba_session_restore_by_hw_index - .text.hal_coex_pti_init - 0x42065172 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) - 0x42065172 hal_coex_pti_init - .text.hal_set_rx_beacon_pti - 0x42065184 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) - 0x42065184 hal_set_rx_beacon_pti - .text.hal_set_rx_beacon_time - 0x420651ae 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) - 0x420651ae hal_set_rx_beacon_time - .text.hal_set_rx_active_pti - 0x420651da 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) - 0x420651da hal_set_rx_active_pti - .text.hal_set_rx_ack_pti - 0x420651ee 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) - 0x420651ee hal_set_rx_ack_pti - .text.hal_set_wifi_default_pti - 0x42065208 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) - 0x42065208 hal_set_wifi_default_pti - .text.hal_crypto_clr_key_entry - 0x4206522a 0x86 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - 0x4206522a hal_crypto_clr_key_entry - .text.hal_crypto_set_key_entry - 0x420652b0 0x1b6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - 0x420652b0 hal_crypto_set_key_entry - .text.hal_crypto_is_key_valid - 0x42065466 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - 0x42065466 hal_crypto_is_key_valid - .text.hal_crypto_get_key_entry - 0x42065476 0xba C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - 0x42065476 hal_crypto_get_key_entry - .text.hal_crypto_init - 0x42065530 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - 0x42065530 hal_crypto_init - .text.hal_crypto_mgmt_rx_enabled - 0x4206555a 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - 0x4206555a hal_crypto_mgmt_rx_enabled - .text.hal_crypto_enable - 0x4206557a 0x86 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - 0x4206557a hal_crypto_enable - .text.hal_crypto_disable - 0x42065600 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - 0x42065600 hal_crypto_disable - .text.hal_mac_tx_set_ppdu - 0x42065636 0x4a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x42065636 hal_mac_tx_set_ppdu - .text.hal_mac_set_txq_invalid - 0x42065680 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x42065680 hal_mac_set_txq_invalid - .text.hal_mac_is_txq_valid - 0x4206569c 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x4206569c hal_mac_is_txq_valid - .text.hal_mac_tx_set_cca - 0x420656b2 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x420656b2 hal_mac_tx_set_cca - .text.hal_mac_disable_low_rate - 0x420656ce 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x420656ce hal_mac_disable_low_rate - .text.hal_mac_enable_low_rate - 0x42065700 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x42065700 hal_mac_enable_low_rate - .text.mac_rxbuf_init - 0x4206572a 0x5c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x4206572a mac_rxbuf_init - .text.mac_txrx_init - 0x42065786 0x196 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x42065786 mac_txrx_init - .text.hal_mac_set_rxq_policy - 0x4206591c 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x4206591c hal_mac_set_rxq_policy - .text.mac_last_rxbuf_init - 0x42065938 0xb2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x42065938 mac_last_rxbuf_init - .text.hal_deinit - 0x420659ea 0x64 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x420659ea hal_deinit - .text.hal_mac_set_addr - 0x42065a4e 0x4c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x42065a4e hal_mac_set_addr - .text.hal_mac_set_bssid - 0x42065a9a 0x7c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x42065a9a hal_mac_set_bssid - .text.hal_mac_rx_set_policy - 0x42065b16 0xac C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x42065b16 hal_mac_rx_set_policy - .text.hal_init - 0x42065bc2 0x140 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x42065bc2 hal_init - .text.hal_mac_tsf_reset - 0x42065d02 0x8c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x42065d02 hal_mac_tsf_reset - .text.hal_disable_sta_beacon_filter - 0x42065d8e 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x42065d8e hal_disable_sta_beacon_filter - .text.hal_mac_ftm_get_t3 - 0x42065db0 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x42065db0 hal_mac_ftm_get_t3 - .text.mac_tx_set_plcp1 - 0x42065de8 0xf6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - 0x42065de8 mac_tx_set_plcp1 - .text.mac_tx_set_htsig - 0x42065ede 0x248 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - 0x42065ede mac_tx_set_htsig - .text.hal_mac_fill_hwtxop - 0x42066126 0x46 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - 0x42066126 hal_mac_fill_hwtxop - .text.mac_tx_set_txop_q - 0x4206616c 0x11c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - 0x4206616c mac_tx_set_txop_q - .text.hal_mac_get_txq_state - 0x42066288 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - 0x42066288 hal_mac_get_txq_state - .text.hal_mac_clr_txq_state - 0x420662c4 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - 0x420662c4 hal_mac_clr_txq_state - .text.hal_mac_get_txq_pmd - 0x4206631e 0x4a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - 0x4206631e hal_mac_get_txq_pmd - .text.hal_attenna_init - 0x42066368 0x62 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - 0x42066368 hal_attenna_init - .text.hal_mac_rate_autoack_init - 0x420663ca 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - 0x420663ca hal_mac_rate_autoack_init - .text.hal_sniffer_enable - 0x420663e0 0x5e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) - 0x420663e0 hal_sniffer_enable - .text.hal_sniffer_disable - 0x4206643e 0x68 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) - 0x4206643e hal_sniffer_disable - .text.hal_sniffer_rx_set_promis - 0x420664a6 0x8c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) - 0x420664a6 hal_sniffer_rx_set_promis - .text.hal_sniffer_set_promis_misc_pkt - 0x42066532 0x88 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) - 0x42066532 hal_sniffer_set_promis_misc_pkt - .text.hal_enable_sta_tsf - 0x420665ba 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - 0x420665ba hal_enable_sta_tsf - .text.hal_disable_sta_tsf - 0x420665ca 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - 0x420665ca hal_disable_sta_tsf - .text.hal_disable_softap_tsf - 0x420665dc 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - 0x420665dc hal_disable_softap_tsf - .text.hal_timer_update_by_rtc - 0x420665ee 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - 0x420665ee hal_timer_update_by_rtc - .text.hal_set_sta_tsf - 0x42066626 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - 0x42066626 hal_set_sta_tsf - .text.hal_enable_sta_tbtt - 0x42066638 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - 0x42066638 hal_enable_sta_tbtt - .text.hal_disable_sta_tbtt - 0x42066660 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - 0x42066660 hal_disable_sta_tbtt - .text.hal_set_sta_tbtt - 0x4206667c 0x62 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - 0x4206667c hal_set_sta_tbtt - .text.hal_set_sta_tbtt_interval - 0x420666de 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - 0x420666de hal_set_sta_tbtt_interval - .text.hal_set_sta_tbtt_ahead_time - 0x420666f4 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - 0x420666f4 hal_set_sta_tbtt_ahead_time - .text.hal_set_sta_tsf_wakeup - 0x42066706 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - 0x42066706 hal_set_sta_tsf_wakeup - .text.hal_tsf_get_tbttstart - 0x4206672a 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - 0x4206672a hal_tsf_get_tbttstart - .text.RC_GetDuration - 0x42066738 0x7a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) - .text.RC_SetBasicRate - 0x420667b2 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) - 0x420667b2 RC_SetBasicRate - .text.RC_GetCtsTime - 0x420667b6 0x62 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) - 0x420667b6 RC_GetCtsTime - .text.pp_timer_resample - 0x42066818 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - .text.pp_timer_coex_restart - 0x42066838 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - .text.pp_timer_beacon_monitor_tbtt - 0x4206684a 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - .text.pp_timer_beacon_monitor - 0x42066860 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - .text.pp_timer_connectionless_wake_window - 0x42066876 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - .text.pp_timer_connectionless_wake_interval - 0x42066888 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - .text.pp_timer_disconnected_sleep_delay - 0x4206689a 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - .text.pp_timer_sleep_delay - 0x420668ac 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - .text.pp_timer_coex_slice - 0x420668be 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - .text.pp_timer_active - 0x420668d0 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - .text.pp_timer_dream - 0x420668e2 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - .text.pp_timer_noise_check - 0x420668f4 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - .text.pp_timer_register_post_cb - 0x42066906 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - 0x42066906 pp_timer_register_post_cb - .text.pp_timer_process - 0x42066912 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - 0x42066912 pp_timer_process - .text.is_partition_encrypted - 0x4206692a 0x4a esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .text.load_partitions - 0x42066974 0x1be esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .text.ensure_partitions_loaded - 0x42066b32 0x7e esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .text.iterator_create - 0x42066bb0 0x3e esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .text.esp_partition_iterator_release - 0x42066bee 0x12 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - 0x42066bee esp_partition_iterator_release - .text.esp_partition_next - 0x42066c00 0xb6 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - 0x42066c00 esp_partition_next - .text.esp_partition_find - 0x42066cb6 0x46 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - 0x42066cb6 esp_partition_find - .text.esp_partition_get - 0x42066cfc 0x32 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - 0x42066cfc esp_partition_get - .text.esp_partition_find_first - 0x42066d2e 0x2c esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - 0x42066d2e esp_partition_find_first - .text.esp_partition_write - 0x42066d5a 0x8e esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x42066d5a esp_partition_write - .text.esp_partition_read_raw - 0x42066de8 0x5a esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x42066de8 esp_partition_read_raw - .text.esp_partition_write_raw - 0x42066e42 0x66 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x42066e42 esp_partition_write_raw - .text.esp_partition_erase_range - 0x42066ea8 0x7e esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x42066ea8 esp_partition_erase_range - .text.esp_partition_mmap - 0x42066f26 0x90 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x42066f26 esp_partition_mmap - .text.esp_partition_munmap - 0x42066fb6 0xe esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x42066fb6 esp_partition_munmap - .text.esp_partition_read - 0x42066fc4 0xaa esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x42066fc4 esp_partition_read - .text.esp_partition_is_flash_region_writable - 0x4206706e 0x64 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x4206706e esp_partition_is_flash_region_writable - .text.esp_partition_main_flash_region_safe - 0x420670d2 0x50 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x420670d2 esp_partition_main_flash_region_safe - .text.esp_partition_get_main_flash_sector_size - 0x42067122 0x4 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - 0x42067122 esp_partition_get_main_flash_sector_size - .text.esp_efuse_rtc_calib_get_ver - 0x42067126 0x5e esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - 0x42067126 esp_efuse_rtc_calib_get_ver - .text.esp_efuse_rtc_calib_get_init_code - 0x42067184 0xe8 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - 0x42067184 esp_efuse_rtc_calib_get_init_code - .text.clk_hal_lp_slow_get_freq_hz - 0x4206726c 0x58 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - 0x4206726c clk_hal_lp_slow_get_freq_hz - .text.clk_hal_xtal_get_freq_mhz - 0x420672c4 0x5e esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - 0x420672c4 clk_hal_xtal_get_freq_mhz - .text.clk_hal_soc_root_get_freq_mhz - 0x42067322 0x60 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - 0x42067322 clk_hal_soc_root_get_freq_mhz - .text.clk_hal_cpu_get_freq_hz - 0x42067382 0x72 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - 0x42067382 clk_hal_cpu_get_freq_hz - .text.clk_hal_ahb_get_freq_hz - 0x420673f4 0x28 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .text.clk_hal_apb_get_freq_hz - 0x4206741c 0xe esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - 0x4206741c clk_hal_apb_get_freq_hz - .text.get_controller - 0x4206742a 0x1e esp-idf/hal/libhal.a(adc_hal_common.c.obj) - .text.adc_ll_calibration_prepare - 0x42067448 0x6e esp-idf/hal/libhal.a(adc_hal_common.c.obj) - .text.adc_ll_calibration_finish - 0x420674b6 0x3a esp-idf/hal/libhal.a(adc_hal_common.c.obj) - .text.read_cal_channel - 0x420674f0 0xbe esp-idf/hal/libhal.a(adc_hal_common.c.obj) - .text.adc_hal_set_controller - 0x420675ae 0xe esp-idf/hal/libhal.a(adc_hal_common.c.obj) - 0x420675ae adc_hal_set_controller - .text.cal_setup - 0x420675bc 0xc2 esp-idf/hal/libhal.a(adc_hal_common.c.obj) - .text.adc_hal_arbiter_config - 0x4206767e 0x12e esp-idf/hal/libhal.a(adc_hal_common.c.obj) - 0x4206767e adc_hal_arbiter_config - .text.adc_hal_calibration_init - 0x420677ac 0x3a esp-idf/hal/libhal.a(adc_hal_common.c.obj) - 0x420677ac adc_hal_calibration_init - .text.adc_hal_set_calibration_param - 0x420677e6 0x98 esp-idf/hal/libhal.a(adc_hal_common.c.obj) - 0x420677e6 adc_hal_set_calibration_param - .text.adc_hal_self_calibration - 0x4206787e 0x246 esp-idf/hal/libhal.a(adc_hal_common.c.obj) - 0x4206787e adc_hal_self_calibration - .text.mpi_ll_write_to_mem_block - 0x42067ac4 0x44 esp-idf/hal/libhal.a(mpi_hal.c.obj) - .text.mpi_ll_read_from_mem_block - 0x42067b08 0x38 esp-idf/hal/libhal.a(mpi_hal.c.obj) - .text.mpi_hal_calc_hardware_words - 0x42067b40 0x2 esp-idf/hal/libhal.a(mpi_hal.c.obj) - 0x42067b40 mpi_hal_calc_hardware_words - .text.mpi_hal_enable_hardware_hw_op - 0x42067b42 0x1e esp-idf/hal/libhal.a(mpi_hal.c.obj) - 0x42067b42 mpi_hal_enable_hardware_hw_op - .text.mpi_hal_disable_hardware_hw_op - 0x42067b60 0xe esp-idf/hal/libhal.a(mpi_hal.c.obj) - 0x42067b60 mpi_hal_disable_hardware_hw_op - .text.mpi_hal_interrupt_enable - 0x42067b6e 0x18 esp-idf/hal/libhal.a(mpi_hal.c.obj) - 0x42067b6e mpi_hal_interrupt_enable - .text.mpi_hal_clear_interrupt - 0x42067b86 0xc esp-idf/hal/libhal.a(mpi_hal.c.obj) - 0x42067b86 mpi_hal_clear_interrupt - .text.mpi_hal_set_mode - 0x42067b92 0xa esp-idf/hal/libhal.a(mpi_hal.c.obj) - 0x42067b92 mpi_hal_set_mode - .text.mpi_hal_write_to_mem_block - 0x42067b9c 0xe esp-idf/hal/libhal.a(mpi_hal.c.obj) - 0x42067b9c mpi_hal_write_to_mem_block - .text.mpi_hal_write_at_offset - 0x42067baa 0x14 esp-idf/hal/libhal.a(mpi_hal.c.obj) - 0x42067baa mpi_hal_write_at_offset - .text.mpi_hal_write_m_prime - 0x42067bbe 0xa esp-idf/hal/libhal.a(mpi_hal.c.obj) - 0x42067bbe mpi_hal_write_m_prime - .text.mpi_hal_write_rinv - 0x42067bc8 0xe esp-idf/hal/libhal.a(mpi_hal.c.obj) - 0x42067bc8 mpi_hal_write_rinv - .text.mpi_hal_enable_constant_time - 0x42067bd6 0x18 esp-idf/hal/libhal.a(mpi_hal.c.obj) - 0x42067bd6 mpi_hal_enable_constant_time - .text.mpi_hal_enable_search - 0x42067bee 0x18 esp-idf/hal/libhal.a(mpi_hal.c.obj) - 0x42067bee mpi_hal_enable_search - .text.mpi_hal_set_search_position - 0x42067c06 0xa esp-idf/hal/libhal.a(mpi_hal.c.obj) - 0x42067c06 mpi_hal_set_search_position - .text.mpi_hal_start_op - 0x42067c10 0x26 esp-idf/hal/libhal.a(mpi_hal.c.obj) - 0x42067c10 mpi_hal_start_op - .text.mpi_hal_wait_op_complete - 0x42067c36 0x18 esp-idf/hal/libhal.a(mpi_hal.c.obj) - 0x42067c36 mpi_hal_wait_op_complete - .text.mpi_hal_read_result_hw_op - 0x42067c4e 0x2a esp-idf/hal/libhal.a(mpi_hal.c.obj) - 0x42067c4e mpi_hal_read_result_hw_op - .text.sha_hal_wait_idle - 0x42067c78 0xa esp-idf/hal/libhal.a(sha_hal.c.obj) - 0x42067c78 sha_hal_wait_idle - .text.sha_hal_hash_block - 0x42067c82 0x62 esp-idf/hal/libhal.a(sha_hal.c.obj) - 0x42067c82 sha_hal_hash_block - .text.sha_hal_hash_dma - 0x42067ce4 0x3c esp-idf/hal/libhal.a(sha_hal.c.obj) - 0x42067ce4 sha_hal_hash_dma - .text.sha_hal_read_digest - 0x42067d20 0x68 esp-idf/hal/libhal.a(sha_hal.c.obj) - 0x42067d20 sha_hal_read_digest - .text.sha_hal_write_digest - 0x42067d88 0x34 esp-idf/hal/libhal.a(sha_hal.c.obj) - 0x42067d88 sha_hal_write_digest - .text.aes_ll_write_key - 0x42067dbc 0x5c esp-idf/hal/libhal.a(aes_hal.c.obj) - .text.aes_ll_set_iv - 0x42067e18 0x48 esp-idf/hal/libhal.a(aes_hal.c.obj) - .text.aes_ll_read_iv - 0x42067e60 0x48 esp-idf/hal/libhal.a(aes_hal.c.obj) - .text.aes_hal_setkey - 0x42067ea8 0x2c esp-idf/hal/libhal.a(aes_hal.c.obj) - 0x42067ea8 aes_hal_setkey - .text.aes_hal_transform_dma_start - 0x42067ed4 0x12 esp-idf/hal/libhal.a(aes_hal.c.obj) - 0x42067ed4 aes_hal_transform_dma_start - .text.aes_hal_transform_dma_finish - 0x42067ee6 0xe esp-idf/hal/libhal.a(aes_hal.c.obj) - 0x42067ee6 aes_hal_transform_dma_finish - .text.aes_hal_mode_init - 0x42067ef4 0x1a esp-idf/hal/libhal.a(aes_hal.c.obj) - 0x42067ef4 aes_hal_mode_init - .text.aes_hal_set_iv - 0x42067f0e 0xe esp-idf/hal/libhal.a(aes_hal.c.obj) - 0x42067f0e aes_hal_set_iv - .text.aes_hal_read_iv - 0x42067f1c 0xe esp-idf/hal/libhal.a(aes_hal.c.obj) - 0x42067f1c aes_hal_read_iv - .text.aes_hal_wait_done - 0x42067f2a 0xe esp-idf/hal/libhal.a(aes_hal.c.obj) - 0x42067f2a aes_hal_wait_done - .text.hmac_ll_config_output - 0x42067f38 0x44 esp-idf/hal/libhal.a(hmac_hal.c.obj) - .text.hmac_hal_start - 0x42067f7c 0x12 esp-idf/hal/libhal.a(hmac_hal.c.obj) - 0x42067f7c hmac_hal_start - .text.hmac_hal_configure - 0x42067f8e 0x58 esp-idf/hal/libhal.a(hmac_hal.c.obj) - 0x42067f8e hmac_hal_configure - .text.hmac_hal_clean - 0x42067fe6 0x14 esp-idf/hal/libhal.a(hmac_hal.c.obj) - 0x42067fe6 hmac_hal_clean - .text.ds_acquire_enable - 0x42067ffa 0xce esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - .text.ds_disable_release - 0x420680c8 0x8e esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - .text.esp_ds_start_sign - 0x42068156 0x112 esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - 0x42068156 esp_ds_start_sign - .text.esp_ds_finish_sign - 0x42068268 0x70 esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - 0x42068268 esp_ds_finish_sign - .text.adc2_init_code_calibration - 0x420682d8 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) - .text.adc2_cal_include - 0x4206830c 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) - 0x4206830c adc2_cal_include - .text.ets_timer_setfn - 0x4206830e 0x8a esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - 0x4206830e ets_timer_setfn - 0x4206830e os_timer_setfn - .text.ets_timer_done - 0x42068398 0x28 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - 0x42068398 os_timer_done - 0x42068398 ets_timer_done - .text.init_timer_task - 0x420683c0 0xac esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .text.timer_process_alarm - 0x4206846c 0x16c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .text.timer_task - 0x420685d8 0x1a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .text.deinit_timer_task - 0x420685f2 0x24 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .text.esp_timer_create - 0x42068616 0x8a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - 0x42068616 esp_timer_create - .text.esp_timer_delete - 0x420686a0 0x8a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - 0x420686a0 esp_timer_delete - .text.esp_timer_init - 0x4206872a 0x58 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - 0x4206872a esp_timer_init - .text.__esp_system_init_fn_esp_timer_init_os - 0x42068782 0xe esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .text.phy_digital_regs_load - 0x42068790 0x28 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .text.phy_digital_regs_store - 0x420687b8 0x28 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .text.load_cal_data_from_nvs_handle - 0x420687e0 0x17e esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .text.store_cal_data_to_nvs_handle - 0x4206895e 0x164 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .text.esp_phy_disable - 0x42068ac2 0x58 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - 0x42068ac2 esp_phy_disable - .text.esp_wifi_bt_power_domain_off - 0x42068b1a 0x5e esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - 0x42068b1a esp_wifi_bt_power_domain_off - 0x42068b1a esp_wifi_power_domain_off - .text.esp_phy_modem_init - 0x42068b78 0x5e esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - 0x42068b78 esp_phy_modem_init - .text.esp_phy_modem_deinit - 0x42068bd6 0x64 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - 0x42068bd6 esp_phy_modem_deinit - .text.esp_phy_get_init_data - 0x42068c3a 0xa esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - 0x42068c3a esp_phy_get_init_data - .text.esp_phy_load_cal_data_from_nvs - 0x42068c44 0x78 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - 0x42068c44 esp_phy_load_cal_data_from_nvs - .text.esp_phy_store_cal_data_to_nvs - 0x42068cbc 0x3c esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - 0x42068cbc esp_phy_store_cal_data_to_nvs - .text.esp_phy_load_cal_and_init - 0x42068cf8 0x244 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - 0x42068cf8 esp_phy_load_cal_and_init - .text.esp_phy_enable - 0x42068f3c 0x7a esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - 0x42068f3c esp_phy_enable - .text.esp_phy_update_country_info - 0x42068fb6 0x4 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - 0x42068fb6 esp_phy_update_country_info - .text.phy_get_lock - 0x42068fba 0xa esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - 0x42068fba phy_get_lock - .text.phy_enabled_modem_contains - 0x42068fc4 0x10 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - 0x42068fc4 phy_enabled_modem_contains - .text.phy_track_pll_internal - 0x42068fd4 0x38 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .text.phy_track_pll_timer_callback - 0x4206900c 0x2e esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .text.phy_track_pll - 0x4206903a 0x4a esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - 0x4206903a phy_track_pll - .text.phy_track_pll_init - 0x42069084 0x9c esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - 0x42069084 phy_track_pll_init - .text.phy_track_pll_deinit - 0x42069120 0x72 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - 0x42069120 phy_track_pll_deinit - .text.phy_set_modem_flag - 0x42069192 0x14 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - 0x42069192 phy_set_modem_flag - .text.phy_clr_modem_flag - 0x420691a6 0x14 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - 0x420691a6 phy_clr_modem_flag - .text.phy_get_modem_flag - 0x420691ba 0xa esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - 0x420691ba phy_get_modem_flag - .text.phy_ant_clr_update_flag - 0x420691c4 0xa esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - 0x420691c4 phy_ant_clr_update_flag - .text.phy_ant_update - 0x420691ce 0x8c esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - 0x420691ce phy_ant_update - .text.create_addrinfo - 0x4206925a 0x1a2 esp-idf/lwip/liblwip.a(netdb.c.obj) - .text.lwip_freeaddrinfo - 0x420693fc 0x1e esp-idf/lwip/liblwip.a(netdb.c.obj) - 0x420693fc lwip_freeaddrinfo - .text.lwip_getaddrinfo - 0x4206941a 0x2bc esp-idf/lwip/liblwip.a(netdb.c.obj) - 0x4206941a lwip_getaddrinfo - .text.tryget_socket_unconn_nouse - 0x420696d6 0x22 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_poll_should_wake - 0x420696f8 0x46 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.free_socket_locked - 0x4206973e 0x66 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.sock_inc_used_locked - 0x420697a4 0x9a esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.tryget_socket_unconn_locked - 0x4206983e 0x2a esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_sockopt_to_ipopt - 0x42069868 0x44 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.sock_inc_used - 0x420698ac 0x80 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.tryget_socket_unconn - 0x4206992c 0x22 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.alloc_socket - 0x4206994e 0x108 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_select_inc_sockets_used_set - 0x42069a56 0x92 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_select_inc_sockets_used - 0x42069ae8 0x50 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_link_select_cb - 0x42069b38 0x3c esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_unlink_select_cb - 0x42069b74 0x9a esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.sockaddr_to_ipaddr_port - 0x42069c0e 0x8c esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_sock_make_addr - 0x42069c9a 0x13e esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_recv_tcp_from - 0x42069dd8 0x54 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.free_socket_free_elements - 0x42069e2c 0x2a esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.free_socket - 0x42069e56 0x42 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.done_socket - 0x42069e98 0xbc esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.tryget_socket - 0x42069f54 0x20 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.get_socket - 0x42069f74 0x22 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_selscan - 0x42069f96 0x23e esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_select_dec_sockets_used - 0x4206a1d4 0x7a esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_socket_register_membership - 0x4206a24e 0x74 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_socket_unregister_membership - 0x4206a2c2 0x98 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_socket_register_mld6_membership - 0x4206a35a 0x88 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_socket_unregister_mld6_membership - 0x4206a3e2 0x110 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_socket_drop_registered_memberships - 0x4206a4f2 0x94 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_socket_drop_registered_mld6_memberships - 0x4206a586 0xa0 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_recv_tcp - 0x4206a626 0x1f0 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_recvfrom_udp_raw - 0x4206a816 0x132 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.select_check_waiters - 0x4206a948 0x130 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.event_callback - 0x4206aa78 0x126 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_getsockopt_impl - 0x4206ab9e 0x5c2 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_getsockopt_callback - 0x4206b160 0x50 esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_setsockopt_impl - 0x4206b1b0 0x7ae esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_setsockopt_callback - 0x4206b95e 0x4e esp-idf/lwip/liblwip.a(sockets.c.obj) - .text.lwip_close - 0x4206b9ac 0xa0 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x4206b9ac lwip_close - .text.lwip_connect - 0x4206ba4c 0x126 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x4206ba4c lwip_connect - .text.lwip_recvfrom - 0x4206bb72 0x102 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x4206bb72 lwip_recvfrom - .text.lwip_read - 0x4206bc74 0x14 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x4206bc74 lwip_read - .text.lwip_recv - 0x4206bc88 0x12 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x4206bc88 lwip_recv - .text.lwip_sendto - 0x4206bc9a 0x1a4 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x4206bc9a lwip_sendto - .text.lwip_send - 0x4206be3e 0x9e esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x4206be3e lwip_send - .text.lwip_socket - 0x4206bedc 0xfe esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x4206bedc lwip_socket - .text.lwip_write - 0x4206bfda 0x10 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x4206bfda lwip_write - .text.lwip_select - 0x4206bfea 0x3aa esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x4206bfea lwip_select - .text.lwip_shutdown - 0x4206c394 0xb8 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x4206c394 lwip_shutdown - .text.lwip_getsockopt - 0x4206c44c 0xba esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x4206c44c lwip_getsockopt - .text.lwip_setsockopt - 0x4206c506 0xb2 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x4206c506 lwip_setsockopt - .text.lwip_ioctl - 0x4206c5b8 0x72 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x4206c5b8 lwip_ioctl - .text.lwip_fcntl - 0x4206c62a 0xd2 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x4206c62a lwip_fcntl - .text.lwip_inet_pton - 0x4206c6fc 0x56 esp-idf/lwip/liblwip.a(sockets.c.obj) - 0x4206c6fc lwip_inet_pton - .text.tcpip_timeouts_mbox_fetch - 0x4206c752 0x48 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .text.tcpip_thread_handle_msg - 0x4206c79a 0xba esp-idf/lwip/liblwip.a(tcpip.c.obj) - .text.tcpip_thread - 0x4206c854 0x5a esp-idf/lwip/liblwip.a(tcpip.c.obj) - .text.tcpip_inpkt - 0x4206c8ae 0x86 esp-idf/lwip/liblwip.a(tcpip.c.obj) - 0x4206c8ae tcpip_inpkt - .text.tcpip_input - 0x4206c934 0x2c esp-idf/lwip/liblwip.a(tcpip.c.obj) - 0x4206c934 tcpip_input - .text.tcpip_callback - 0x4206c960 0x68 esp-idf/lwip/liblwip.a(tcpip.c.obj) - 0x4206c960 tcpip_callback - .text.tcpip_try_callback - 0x4206c9c8 0x7c esp-idf/lwip/liblwip.a(tcpip.c.obj) - 0x4206c9c8 tcpip_try_callback - .text.tcpip_send_msg_wait_sem - 0x4206ca44 0x86 esp-idf/lwip/liblwip.a(tcpip.c.obj) - 0x4206ca44 tcpip_send_msg_wait_sem - .text.tcpip_api_call - 0x4206caca 0x66 esp-idf/lwip/liblwip.a(tcpip.c.obj) - 0x4206caca tcpip_api_call - .text.tcpip_init - 0x4206cb30 0x7e esp-idf/lwip/liblwip.a(tcpip.c.obj) - 0x4206cb30 tcpip_init - .text.lwip_htons - 0x4206cbae 0xe esp-idf/lwip/liblwip.a(def.c.obj) - 0x4206cbae lwip_htons - .text.lwip_htonl - 0x4206cbbc 0x24 esp-idf/lwip/liblwip.a(def.c.obj) - 0x4206cbbc lwip_htonl - .text.lwip_strnicmp - 0x4206cbe0 0x42 esp-idf/lwip/liblwip.a(def.c.obj) - 0x4206cbe0 lwip_strnicmp - .text.dns_backupserver_available - 0x4206cc22 0xbe esp-idf/lwip/liblwip.a(dns.c.obj) - .text.dns_server_is_set - 0x4206cce0 0x94 esp-idf/lwip/liblwip.a(dns.c.obj) - .text.dns_call_found - 0x4206cd74 0x21c esp-idf/lwip/liblwip.a(dns.c.obj) - .text.dns_correct_response - 0x4206cf90 0x12a esp-idf/lwip/liblwip.a(dns.c.obj) - .text.dns_create_txid - 0x4206d0ba 0x5e esp-idf/lwip/liblwip.a(dns.c.obj) - .text.dns_send - 0x4206d118 0x33a esp-idf/lwip/liblwip.a(dns.c.obj) - .text.dns_check_entry - 0x4206d452 0x3f8 esp-idf/lwip/liblwip.a(dns.c.obj) - .text.dns_check_entries - 0x4206d84a 0x24 esp-idf/lwip/liblwip.a(dns.c.obj) - .text.dns_lookup - 0x4206d86e 0x1ae esp-idf/lwip/liblwip.a(dns.c.obj) - .text.dns_alloc_random_port - 0x4206da1c 0x68 esp-idf/lwip/liblwip.a(dns.c.obj) - .text.dns_alloc_pcb - 0x4206da84 0xa4 esp-idf/lwip/liblwip.a(dns.c.obj) - .text.dns_enqueue - 0x4206db28 0x280 esp-idf/lwip/liblwip.a(dns.c.obj) - .text.dns_compare_name - 0x4206dda8 0x102 esp-idf/lwip/liblwip.a(dns.c.obj) - .text.dns_skip_name - 0x4206deaa 0x8c esp-idf/lwip/liblwip.a(dns.c.obj) - .text.dns_recv - 0x4206df36 0x592 esp-idf/lwip/liblwip.a(dns.c.obj) - .text.dns_init - 0x4206e4c8 0x2 esp-idf/lwip/liblwip.a(dns.c.obj) - 0x4206e4c8 dns_init - .text.dns_setserver - 0x4206e4ca 0x74 esp-idf/lwip/liblwip.a(dns.c.obj) - 0x4206e4ca dns_setserver - .text.dns_tmr 0x4206e53e 0x68 esp-idf/lwip/liblwip.a(dns.c.obj) - 0x4206e53e dns_tmr - .text.dns_timeout_cb - 0x4206e5a6 0xe esp-idf/lwip/liblwip.a(dns.c.obj) - .text.dns_gethostbyname_addrtype - 0x4206e5b4 0x168 esp-idf/lwip/liblwip.a(dns.c.obj) - 0x4206e5b4 dns_gethostbyname_addrtype - .text.lwip_init - 0x4206e71c 0x2a esp-idf/lwip/liblwip.a(init.c.obj) - 0x4206e71c lwip_init - .text.ipaddr_aton - 0x4206e746 0x40 esp-idf/lwip/liblwip.a(ip.c.obj) - 0x4206e746 ipaddr_aton - .text.ip_input - 0x4206e786 0x28 esp-idf/lwip/liblwip.a(ip.c.obj) - 0x4206e786 ip_input - .text.mem_init - 0x4206e7ae 0x2 esp-idf/lwip/liblwip.a(mem.c.obj) - 0x4206e7ae mem_init - .text.mem_trim - 0x4206e7b0 0x2 esp-idf/lwip/liblwip.a(mem.c.obj) - 0x4206e7b0 mem_trim - .text.mem_malloc - 0x4206e7b2 0x54 esp-idf/lwip/liblwip.a(mem.c.obj) - 0x4206e7b2 mem_malloc - .text.mem_free - 0x4206e806 0x66 esp-idf/lwip/liblwip.a(mem.c.obj) - 0x4206e806 mem_free - .text.mem_calloc - 0x4206e86c 0x12 esp-idf/lwip/liblwip.a(mem.c.obj) - 0x4206e86c mem_calloc - .text.do_memp_malloc_pool - 0x4206e87e 0x98 esp-idf/lwip/liblwip.a(memp.c.obj) - .text.do_memp_free_pool - 0x4206e916 0x6a esp-idf/lwip/liblwip.a(memp.c.obj) - .text.memp_init - 0x4206e980 0x12 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x4206e980 memp_init - .text.memp_malloc - 0x4206e992 0x26 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x4206e992 memp_malloc - .text.memp_free - 0x4206e9b8 0x24 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x4206e9b8 memp_free - .text.netif_null_output_ip6 - 0x4206e9dc 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) - .text.netif_null_output_ip4 - 0x4206e9e0 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) - .text.netif_loopif_init - 0x4206e9e4 0x5a esp-idf/lwip/liblwip.a(netif.c.obj) - .text.netif_do_set_netmask - 0x4206ea3e 0x88 esp-idf/lwip/liblwip.a(netif.c.obj) - .text.netif_do_set_gw - 0x4206eac6 0x88 esp-idf/lwip/liblwip.a(netif.c.obj) - .text.netif_do_ip_addr_changed - 0x4206eb4e 0x2a esp-idf/lwip/liblwip.a(netif.c.obj) - .text.netif_issue_reports - 0x4206eb78 0x6e esp-idf/lwip/liblwip.a(netif.c.obj) - .text.netif_do_set_ipaddr - 0x4206ebe6 0xe4 esp-idf/lwip/liblwip.a(netif.c.obj) - .text.netif_poll - 0x4206ecca 0x122 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x4206ecca netif_poll - .text.netif_set_default - 0x4206edec 0xa esp-idf/lwip/liblwip.a(netif.c.obj) - 0x4206edec netif_set_default - .text.netif_loop_output - 0x4206edf6 0x140 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x4206edf6 netif_loop_output - .text.netif_loop_output_ipv6 - 0x4206ef36 0xe esp-idf/lwip/liblwip.a(netif.c.obj) - .text.netif_loop_output_ipv4 - 0x4206ef44 0xe esp-idf/lwip/liblwip.a(netif.c.obj) - .text.netif_get_ip6_addr_match - 0x4206ef52 0xda esp-idf/lwip/liblwip.a(netif.c.obj) - 0x4206ef52 netif_get_ip6_addr_match - .text.netif_get_by_index - 0x4206f02c 0x26 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x4206f02c netif_get_by_index - .text.netif_find - 0x4206f052 0x60 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x4206f052 netif_find - .text.netif_add_ext_callback - 0x4206f0b2 0x66 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x4206f0b2 netif_add_ext_callback - .text.netif_remove_ext_callback - 0x4206f118 0x82 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x4206f118 netif_remove_ext_callback - .text.netif_invoke_ext_callback - 0x4206f19a 0x5e esp-idf/lwip/liblwip.a(netif.c.obj) - 0x4206f19a netif_invoke_ext_callback - .text.netif_set_addr - 0x4206f1f8 0xd6 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x4206f1f8 netif_set_addr - .text.netif_add - 0x4206f2ce 0x296 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x4206f2ce netif_add - .text.netif_set_up - 0x4206f564 0x42 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x4206f564 netif_set_up - .text.netif_set_down - 0x4206f5a6 0x46 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x4206f5a6 netif_set_down - .text.netif_remove - 0x4206f5ec 0xc2 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x4206f5ec netif_remove - .text.netif_set_link_up - 0x4206f6ae 0x48 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x4206f6ae netif_set_link_up - .text.netif_init - 0x4206f6f6 0x7a esp-idf/lwip/liblwip.a(netif.c.obj) - 0x4206f6f6 netif_init - .text.netif_set_link_down - 0x4206f770 0x40 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x4206f770 netif_set_link_down - .text.netif_ip6_addr_set_parts - 0x4206f7b0 0x184 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x4206f7b0 netif_ip6_addr_set_parts - .text.netif_ip6_addr_set - 0x4206f934 0x62 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x4206f934 netif_ip6_addr_set - .text.netif_ip6_addr_set_state - 0x4206f996 0x100 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x4206f996 netif_ip6_addr_set_state - .text.netif_create_ip6_linklocal_address - 0x4206fa96 0x116 esp-idf/lwip/liblwip.a(netif.c.obj) - 0x4206fa96 netif_create_ip6_linklocal_address - .text.pbuf_init_alloced_pbuf - 0x4206fbac 0x22 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .text.pbuf_skip_const - 0x4206fbce 0x1c esp-idf/lwip/liblwip.a(pbuf.c.obj) - .text.pbuf_add_header_impl - 0x4206fbea 0x90 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .text.pbuf_pool_is_empty - 0x4206fc7a 0x4c esp-idf/lwip/liblwip.a(pbuf.c.obj) - .text.pbuf_free_ooseq - 0x4206fcc6 0x32 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .text.pbuf_free_ooseq_callback - 0x4206fcf8 0xe esp-idf/lwip/liblwip.a(pbuf.c.obj) - .text.pbuf_alloc_reference - 0x4206fd06 0x6c esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x4206fd06 pbuf_alloc_reference - .text.pbuf_alloced_custom - 0x4206fd72 0x42 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x4206fd72 pbuf_alloced_custom - .text.pbuf_add_header - 0x4206fdb4 0x10 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x4206fdb4 pbuf_add_header - .text.pbuf_add_header_force - 0x4206fdc4 0x10 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x4206fdc4 pbuf_add_header_force - .text.pbuf_remove_header - 0x4206fdd4 0x6a esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x4206fdd4 pbuf_remove_header - .text.pbuf_header_impl - 0x4206fe3e 0x1c esp-idf/lwip/liblwip.a(pbuf.c.obj) - .text.pbuf_header_force - 0x4206fe5a 0x10 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x4206fe5a pbuf_header_force - .text.pbuf_free - 0x4206fe6a 0x116 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x4206fe6a pbuf_free - .text.pbuf_alloc - 0x4206ff80 0x1d4 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x4206ff80 pbuf_alloc - .text.pbuf_realloc - 0x42070154 0x10e esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x42070154 pbuf_realloc - .text.pbuf_free_header - 0x42070262 0x48 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x42070262 pbuf_free_header - .text.pbuf_clen - 0x420702aa 0x12 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x420702aa pbuf_clen - .text.pbuf_ref - 0x420702bc 0x4e esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x420702bc pbuf_ref - .text.pbuf_cat - 0x4207030a 0x60 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x4207030a pbuf_cat - .text.pbuf_chain - 0x4207036a 0x1a esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x4207036a pbuf_chain - .text.pbuf_copy_partial_pbuf - 0x42070384 0x15e esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x42070384 pbuf_copy_partial_pbuf - .text.pbuf_copy - 0x420704e2 0x1a esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x420704e2 pbuf_copy - .text.pbuf_copy_partial - 0x420704fc 0x94 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x420704fc pbuf_copy_partial - .text.pbuf_skip - 0x42070590 0xe esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x42070590 pbuf_skip - .text.pbuf_take - 0x4207059e 0xbe esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x4207059e pbuf_take - .text.pbuf_take_at - 0x4207065c 0xb4 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x4207065c pbuf_take_at - .text.pbuf_clone - 0x42070710 0x50 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x42070710 pbuf_clone - .text.pbuf_try_get_at - 0x42070760 0x30 esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x42070760 pbuf_try_get_at - .text.pbuf_get_at - 0x42070790 0x1a esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x42070790 pbuf_get_at - .text.pbuf_put_at - 0x420707aa 0x2e esp-idf/lwip/liblwip.a(pbuf.c.obj) - 0x420707aa pbuf_put_at - .text.raw_input_local_match - 0x420707d8 0x10c esp-idf/lwip/liblwip.a(raw.c.obj) - .text.raw_input - 0x420708e4 0x174 esp-idf/lwip/liblwip.a(raw.c.obj) - 0x420708e4 raw_input - .text.raw_bind_netif - 0x42070a58 0x14 esp-idf/lwip/liblwip.a(raw.c.obj) - 0x42070a58 raw_bind_netif - .text.raw_connect - 0x42070a6c 0xe6 esp-idf/lwip/liblwip.a(raw.c.obj) - 0x42070a6c raw_connect - .text.raw_recv - 0x42070b52 0x6 esp-idf/lwip/liblwip.a(raw.c.obj) - 0x42070b52 raw_recv - .text.raw_sendto_if_src - 0x42070b58 0x26c esp-idf/lwip/liblwip.a(raw.c.obj) - 0x42070b58 raw_sendto_if_src - .text.raw_sendto - 0x42070dc4 0x12c esp-idf/lwip/liblwip.a(raw.c.obj) - 0x42070dc4 raw_sendto - .text.raw_send - 0x42070ef0 0x12 esp-idf/lwip/liblwip.a(raw.c.obj) - 0x42070ef0 raw_send - .text.raw_remove - 0x42070f02 0x3a esp-idf/lwip/liblwip.a(raw.c.obj) - 0x42070f02 raw_remove - .text.raw_new 0x42070f3c 0x4c esp-idf/lwip/liblwip.a(raw.c.obj) - 0x42070f3c raw_new - .text.raw_new_ip_type - 0x42070f88 0x20 esp-idf/lwip/liblwip.a(raw.c.obj) - 0x42070f88 raw_new_ip_type - .text.raw_netif_ip_addr_changed - 0x42070fa8 0xda esp-idf/lwip/liblwip.a(raw.c.obj) - 0x42070fa8 raw_netif_ip_addr_changed - .text.tcp_new_port - 0x42071082 0x6c esp-idf/lwip/liblwip.a(tcp.c.obj) - .text.tcp_remove_listener - 0x420710ee 0x42 esp-idf/lwip/liblwip.a(tcp.c.obj) - .text.tcp_listen_closed - 0x42071130 0x86 esp-idf/lwip/liblwip.a(tcp.c.obj) - .text.tcp_free_listen - 0x420711b6 0x3e esp-idf/lwip/liblwip.a(tcp.c.obj) - .text.tcp_init - 0x420711f4 0x24 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x420711f4 tcp_init - .text.tcp_free - 0x42071218 0x3e esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x42071218 tcp_free - .text.tcp_backlog_accepted - 0x42071256 0x7c esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x42071256 tcp_backlog_accepted - .text.tcp_close_shutdown_fin - 0x420712d2 0x9e esp-idf/lwip/liblwip.a(tcp.c.obj) - .text.tcp_handle_closepend - 0x42071370 0x34 esp-idf/lwip/liblwip.a(tcp.c.obj) - .text.tcp_bind_netif - 0x420713a4 0x14 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x420713a4 tcp_bind_netif - .text.tcp_update_rcv_ann_wnd - 0x420713b8 0xaa esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x420713b8 tcp_update_rcv_ann_wnd - .text.tcp_recved - 0x42071462 0x88 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x42071462 tcp_recved - .text.tcp_seg_free - 0x420714ea 0x22 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x420714ea tcp_seg_free - .text.tcp_segs_free - 0x4207150c 0x1a esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x4207150c tcp_segs_free - .text.tcp_seg_copy - 0x42071526 0x58 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x42071526 tcp_seg_copy - .text.tcp_arg 0x4207157e 0x6 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x4207157e tcp_arg - .text.tcp_recv - 0x42071584 0x3e esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x42071584 tcp_recv - .text.tcp_sent - 0x420715c2 0x3e esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x420715c2 tcp_sent - .text.tcp_err 0x42071600 0x3e esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x42071600 tcp_err - .text.tcp_accept - 0x4207163e 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x4207163e tcp_accept - .text.tcp_poll - 0x4207164e 0x42 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x4207164e tcp_poll - .text.tcp_next_iss - 0x42071690 0x42 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x42071690 tcp_next_iss - .text.tcp_eff_send_mss_netif - 0x420716d2 0x8a esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x420716d2 tcp_eff_send_mss_netif - .text.tcp_connect - 0x4207175c 0x31a esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x4207175c tcp_connect - .text.tcp_free_ooseq - 0x42071a76 0x1e esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x42071a76 tcp_free_ooseq - .text.tcp_pcb_purge - 0x42071a94 0x64 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x42071a94 tcp_pcb_purge - .text.tcp_pcb_remove - 0x42071af8 0x140 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x42071af8 tcp_pcb_remove - .text.tcp_abandon - 0x42071c38 0x12e esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x42071c38 tcp_abandon - .text.tcp_abort - 0x42071d66 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x42071d66 tcp_abort - .text.tcp_kill_timewait - 0x42071d76 0x38 esp-idf/lwip/liblwip.a(tcp.c.obj) - .text.tcp_kill_prio - 0x42071dae 0x6e esp-idf/lwip/liblwip.a(tcp.c.obj) - .text.tcp_netif_ip_addr_changed_pcblist - 0x42071e1c 0x94 esp-idf/lwip/liblwip.a(tcp.c.obj) - .text.tcp_netif_ip_addr_changed - 0x42071eb0 0x108 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x42071eb0 tcp_netif_ip_addr_changed - .text.tcp_kill_state - 0x42071fb8 0x42 esp-idf/lwip/liblwip.a(tcp.c.obj) - .text.tcp_alloc - 0x42071ffa 0x116 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x42071ffa tcp_alloc - .text.tcp_new_ip_type - 0x42072110 0x22 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x42072110 tcp_new_ip_type - .text.tcp_close_shutdown - 0x42072132 0x190 esp-idf/lwip/liblwip.a(tcp.c.obj) - .text.tcp_close_ext - 0x420722c2 0x28 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x420722c2 tcp_close_ext - .text.tcp_close - 0x420722ea 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x420722ea tcp_close - .text.tcp_recv_null - 0x420722fa 0x36 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x420722fa tcp_recv_null - .text.tcp_process_refused_data - 0x42072330 0x96 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x42072330 tcp_process_refused_data - .text.tcp_fasttmr - 0x420723c6 0xa2 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x420723c6 tcp_fasttmr - .text.tcp_shutdown - 0x42072468 0x82 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x42072468 tcp_shutdown - .text.tcp_slowtmr - 0x420724ea 0x5ce esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x420724ea tcp_slowtmr - .text.tcp_tmr 0x42072ab8 0x2a esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x42072ab8 tcp_tmr - .text.tcp_get_next_optbyte - 0x42072ae2 0x4c esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .text.tcp_parseopt - 0x42072b2e 0xde esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .text.tcp_input_delayed_close - 0x42072c0c 0x70 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .text.tcp_timewait_input - 0x42072c7c 0xd8 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .text.tcp_listen_input - 0x42072d54 0x29c esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .text.tcp_oos_insert_segment - 0x42072ff0 0x138 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .text.tcp_free_acked_segments - 0x42073128 0x112 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .text.tcp_receive - 0x4207323a 0xf5e esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .text.tcp_process - 0x42074198 0x73e esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .text.tcp_input - 0x420748d6 0xb0c esp-idf/lwip/liblwip.a(tcp_in.c.obj) - 0x420748d6 tcp_input - .text.tcp_trigger_input_pcb_close - 0x420753e2 0x12 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - 0x420753e2 tcp_trigger_input_pcb_close - .text.tcp_write_checks - 0x420753f4 0xf2 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .text.tcp_output_segment_busy - 0x420754e6 0x42 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .text.tcp_output_fill_options - 0x42075528 0x58 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .text.tcp_pbuf_prealloc - 0x42075580 0xa8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .text.tcp_create_segment - 0x42075628 0x16a esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .text.tcp_output_alloc_header_common - 0x42075792 0x124 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .text.tcp_output_alloc_header - 0x420758b6 0x56 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .text.tcp_rst_common - 0x4207590c 0x9c esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .text.tcp_route - 0x420759a8 0x36 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .text.tcp_output_segment - 0x420759de 0x220 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .text.tcp_output_control_segment_netif - 0x42075bfe 0xba esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .text.tcp_output_control_segment - 0x42075cb8 0x6a esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .text.tcp_write - 0x42075d22 0x3d2 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x42075d22 tcp_write - .text.tcp_split_unsent_seg - 0x420760f4 0x260 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x420760f4 tcp_split_unsent_seg - .text.tcp_enqueue_flags - 0x42076354 0x1ca esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x42076354 tcp_enqueue_flags - .text.tcp_send_fin - 0x4207651e 0xa4 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x4207651e tcp_send_fin - .text.tcp_rexmit_rto_prepare - 0x420765c2 0xde esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x420765c2 tcp_rexmit_rto_prepare - .text.tcp_rexmit - 0x420766a0 0xea esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x420766a0 tcp_rexmit - .text.tcp_rexmit_fast - 0x4207678a 0x96 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x4207678a tcp_rexmit_fast - .text.tcp_rst 0x42076820 0x2e esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x42076820 tcp_rst - .text.tcp_rst_netif - 0x4207684e 0x34 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x4207684e tcp_rst_netif - .text.tcp_send_empty_ack - 0x42076882 0x96 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x42076882 tcp_send_empty_ack - .text.tcp_output - 0x42076918 0x44a esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x42076918 tcp_output - .text.tcp_rexmit_rto_commit - 0x42076d62 0x46 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x42076d62 tcp_rexmit_rto_commit - .text.tcp_rexmit_rto - 0x42076da8 0x44 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x42076da8 tcp_rexmit_rto - .text.tcp_keepalive - 0x42076dec 0x72 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x42076dec tcp_keepalive - .text.tcp_zero_window_probe - 0x42076e5e 0x16c esp-idf/lwip/liblwip.a(tcp_out.c.obj) - 0x42076e5e tcp_zero_window_probe - .text.sys_timeout_abs - 0x42076fca 0x92 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .text.lwip_cyclic_timer - 0x4207705c 0x52 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .text.sys_timeout - 0x420770ae 0x56 esp-idf/lwip/liblwip.a(timeouts.c.obj) - 0x420770ae sys_timeout - .text.tcp_timer_needed - 0x42077104 0x46 esp-idf/lwip/liblwip.a(timeouts.c.obj) - 0x42077104 tcp_timer_needed - .text.tcpip_tcp_timer - 0x4207714a 0x3e esp-idf/lwip/liblwip.a(timeouts.c.obj) - .text.sys_timeouts_init - 0x42077188 0x36 esp-idf/lwip/liblwip.a(timeouts.c.obj) - 0x42077188 sys_timeouts_init - .text.sys_untimeout - 0x420771be 0x44 esp-idf/lwip/liblwip.a(timeouts.c.obj) - 0x420771be sys_untimeout - .text.sys_check_timeouts - 0x42077202 0x56 esp-idf/lwip/liblwip.a(timeouts.c.obj) - 0x42077202 sys_check_timeouts - .text.sys_timeouts_sleeptime - 0x42077258 0x5a esp-idf/lwip/liblwip.a(timeouts.c.obj) - 0x42077258 sys_timeouts_sleeptime - .text.udp_new_port - 0x420772b2 0x4e esp-idf/lwip/liblwip.a(udp.c.obj) - .text.udp_input_local_match - 0x42077300 0x180 esp-idf/lwip/liblwip.a(udp.c.obj) - .text.udp_init - 0x42077480 0x24 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x42077480 udp_init - .text.udp_input - 0x420774a4 0x412 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x420774a4 udp_input - .text.udp_bind - 0x420778b6 0x24c esp-idf/lwip/liblwip.a(udp.c.obj) - 0x420778b6 udp_bind - .text.udp_sendto_if_src - 0x42077b02 0x22c esp-idf/lwip/liblwip.a(udp.c.obj) - 0x42077b02 udp_sendto_if_src - .text.udp_sendto_if - 0x42077d2e 0xd8 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x42077d2e udp_sendto_if - .text.udp_sendto - 0x42077e06 0x11a esp-idf/lwip/liblwip.a(udp.c.obj) - 0x42077e06 udp_sendto - .text.udp_send - 0x42077f20 0x32 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x42077f20 udp_send - .text.udp_bind_netif - 0x42077f52 0x14 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x42077f52 udp_bind_netif - .text.udp_connect - 0x42077f66 0x128 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x42077f66 udp_connect - .text.udp_disconnect - 0x4207808e 0xbc esp-idf/lwip/liblwip.a(udp.c.obj) - 0x4207808e udp_disconnect - .text.udp_recv - 0x4207814a 0x8 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x4207814a udp_recv - .text.udp_remove - 0x42078152 0x3c esp-idf/lwip/liblwip.a(udp.c.obj) - 0x42078152 udp_remove - .text.udp_new 0x4207818e 0x34 esp-idf/lwip/liblwip.a(udp.c.obj) - 0x4207818e udp_new - .text.udp_new_ip_type - 0x420781c2 0x1e esp-idf/lwip/liblwip.a(udp.c.obj) - 0x420781c2 udp_new_ip_type - .text.udp_netif_ip_addr_changed - 0x420781e0 0xda esp-idf/lwip/liblwip.a(udp.c.obj) - 0x420781e0 udp_netif_ip_addr_changed - .text.dhcp_set_state - 0x420782ba 0x16 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_option_short - 0x420782d0 0x5a esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_option - 0x4207832a 0x58 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_option_byte - 0x42078382 0x46 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_option_long - 0x420783c8 0x7e esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_create_msg - 0x42078446 0x1a0 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_option_hostname - 0x420785e6 0xc8 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_option_trailer - 0x420786ae 0x44 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_rebind - 0x420786f2 0x16c esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_t2_timeout - 0x4207885e 0x3e esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_reboot - 0x4207889c 0x190 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_select - 0x42078a2c 0x1d4 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_handle_offer - 0x42078c00 0x84 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_discover - 0x42078c84 0x170 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_decline - 0x42078df4 0xc2 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_bind - 0x42078eb6 0xdc esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_conflict_callback - 0x42078f92 0x9e esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_handle_nak - 0x42079030 0x36 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_dec_pcb_refcount - 0x42079066 0x5e esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_inc_pcb_refcount - 0x420790c4 0xae esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_parse_reply - 0x42079172 0x3a4 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_check - 0x42079516 0x2c esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_handle_ack - 0x42079542 0x148 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_recv - 0x4207968a 0x184 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_cleanup - 0x4207980e 0x4e esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x4207980e dhcp_cleanup - .text.dhcp_network_changed_link_up - 0x4207985c 0x64 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x4207985c dhcp_network_changed_link_up - .text.dhcp_renew - 0x420798c0 0x168 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x420798c0 dhcp_renew - .text.dhcp_t1_timeout - 0x42079a28 0x3e esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_supplied_address - 0x42079a66 0x3a esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x42079a66 dhcp_supplied_address - .text.dhcp_release_and_stop - 0x42079aa0 0x192 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x42079aa0 dhcp_release_and_stop - .text.dhcp_start - 0x42079c32 0xda esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x42079c32 dhcp_start - .text.dhcp_coarse_tmr - 0x42079d0c 0x72 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x42079d0c dhcp_coarse_tmr - .text.dhcp_timeout - 0x42079d7e 0x74 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .text.dhcp_fine_tmr - 0x42079df2 0x6a esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x42079df2 dhcp_fine_tmr - .text.dhcp_fine_timeout_cb - 0x42079e5c 0xe esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x42079e5c dhcp_fine_timeout_cb - .text.dhcp_release - 0x42079e6a 0x10 esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x42079e6a dhcp_release - .text.dhcp_stop - 0x42079e7a 0xe esp-idf/lwip/liblwip.a(dhcp.c.obj) - 0x42079e7a dhcp_stop - .text.free_etharp_q - 0x42079e88 0x76 esp-idf/lwip/liblwip.a(etharp.c.obj) - .text.etharp_free_entry - 0x42079efe 0x56 esp-idf/lwip/liblwip.a(etharp.c.obj) - .text.etharp_find_entry - 0x42079f54 0x240 esp-idf/lwip/liblwip.a(etharp.c.obj) - .text.etharp_update_arp_entry - 0x4207a194 0x17c esp-idf/lwip/liblwip.a(etharp.c.obj) - .text.etharp_raw - 0x4207a310 0x1ca esp-idf/lwip/liblwip.a(etharp.c.obj) - .text.etharp_request_dst - 0x4207a4da 0x24 esp-idf/lwip/liblwip.a(etharp.c.obj) - .text.etharp_add_static_entry - 0x4207a4fe 0x2a esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x4207a4fe etharp_add_static_entry - .text.etharp_remove_static_entry - 0x4207a528 0x42 esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x4207a528 etharp_remove_static_entry - .text.etharp_cleanup_netif - 0x4207a56a 0x58 esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x4207a56a etharp_cleanup_netif - .text.etharp_input - 0x4207a5c2 0x12c esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x4207a5c2 etharp_input - .text.etharp_request - 0x4207a6ee 0x16 esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x4207a6ee etharp_request - .text.etharp_tmr - 0x4207a704 0xe0 esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x4207a704 etharp_tmr - .text.etharp_output_to_arp_index - 0x4207a7e4 0x11a esp-idf/lwip/liblwip.a(etharp.c.obj) - .text.etharp_query - 0x4207a8fe 0x296 esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x4207a8fe etharp_query - .text.etharp_output - 0x4207ab94 0x1f6 esp-idf/lwip/liblwip.a(etharp.c.obj) - 0x4207ab94 etharp_output - .text.icmp_send_response - 0x4207ad8a 0x128 esp-idf/lwip/liblwip.a(icmp.c.obj) - .text.icmp_input - 0x4207aeb2 0x238 esp-idf/lwip/liblwip.a(icmp.c.obj) - 0x4207aeb2 icmp_input - .text.icmp_dest_unreach - 0x4207b0ea 0x14 esp-idf/lwip/liblwip.a(icmp.c.obj) - 0x4207b0ea icmp_dest_unreach - .text.igmp_remove_group - 0x4207b0fe 0x1c esp-idf/lwip/liblwip.a(igmp.c.obj) - .text.igmp_start_timer - 0x4207b11a 0x60 esp-idf/lwip/liblwip.a(igmp.c.obj) - .text.igmp_delaying_member - 0x4207b17a 0x38 esp-idf/lwip/liblwip.a(igmp.c.obj) - .text.igmp_ip_output_if - 0x4207b1b2 0x2a esp-idf/lwip/liblwip.a(igmp.c.obj) - .text.igmp_send - 0x4207b1dc 0x120 esp-idf/lwip/liblwip.a(igmp.c.obj) - .text.igmp_timeout - 0x4207b2fc 0x30 esp-idf/lwip/liblwip.a(igmp.c.obj) - .text.igmp_init - 0x4207b32c 0x22 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x4207b32c igmp_init - .text.igmp_stop - 0x4207b34e 0x46 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x4207b34e igmp_stop - .text.igmp_report_groups - 0x4207b394 0x24 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x4207b394 igmp_report_groups - .text.igmp_lookfor_group - 0x4207b3b8 0x14 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x4207b3b8 igmp_lookfor_group - .text.igmp_lookup_group - 0x4207b3cc 0xc4 esp-idf/lwip/liblwip.a(igmp.c.obj) - .text.igmp_start - 0x4207b490 0x48 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x4207b490 igmp_start - .text.igmp_input - 0x4207b4d8 0x112 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x4207b4d8 igmp_input - .text.igmp_joingroup_netif - 0x4207b5ea 0x94 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x4207b5ea igmp_joingroup_netif - .text.igmp_joingroup - 0x4207b67e 0x6c esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x4207b67e igmp_joingroup - .text.igmp_leavegroup_netif - 0x4207b6ea 0x9a esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x4207b6ea igmp_leavegroup_netif - .text.igmp_leavegroup - 0x4207b784 0x76 esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x4207b784 igmp_leavegroup - .text.igmp_tmr - 0x4207b7fa 0x7c esp-idf/lwip/liblwip.a(igmp.c.obj) - 0x4207b7fa igmp_tmr - .text.igmp_timeout_cb - 0x4207b876 0xe esp-idf/lwip/liblwip.a(igmp.c.obj) - .text.ip4_input_accept - 0x4207b884 0x38 esp-idf/lwip/liblwip.a(ip4.c.obj) - .text.ip4_route - 0x4207b8bc 0x94 esp-idf/lwip/liblwip.a(ip4.c.obj) - 0x4207b8bc ip4_route - .text.ip4_route_src - 0x4207b950 0x1e esp-idf/lwip/liblwip.a(ip4.c.obj) - 0x4207b950 ip4_route_src - .text.ip4_input - 0x4207b96e 0x320 esp-idf/lwip/liblwip.a(ip4.c.obj) - 0x4207b96e ip4_input - .text.ip4_output_if_opt_src - 0x4207bc8e 0x306 esp-idf/lwip/liblwip.a(ip4.c.obj) - 0x4207bc8e ip4_output_if_opt_src - .text.ip4_output_if_opt - 0x4207bf94 0x24 esp-idf/lwip/liblwip.a(ip4.c.obj) - 0x4207bf94 ip4_output_if_opt - .text.ip4_output_if - 0x4207bfb8 0x12 esp-idf/lwip/liblwip.a(ip4.c.obj) - 0x4207bfb8 ip4_output_if - .text.ip4_output_if_src - 0x4207bfca 0x12 esp-idf/lwip/liblwip.a(ip4.c.obj) - 0x4207bfca ip4_output_if_src - .text.ip4_addr_isbroadcast_u32 - 0x4207bfdc 0x40 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - 0x4207bfdc ip4_addr_isbroadcast_u32 - .text.ip4addr_aton - 0x4207c01c 0x1de esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - 0x4207c01c ip4addr_aton - .text.ip4_frag - 0x4207c1fa 0x1d2 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - 0x4207c1fa ip4_frag - .text.icmp6_send_response_with_addrs_and_netif - 0x4207c3cc 0x13c esp-idf/lwip/liblwip.a(icmp6.c.obj) - .text.icmp6_send_response - 0x4207c508 0x7c esp-idf/lwip/liblwip.a(icmp6.c.obj) - .text.icmp6_input - 0x4207c584 0x15c esp-idf/lwip/liblwip.a(icmp6.c.obj) - 0x4207c584 icmp6_input - .text.icmp6_dest_unreach - 0x4207c6e0 0x16 esp-idf/lwip/liblwip.a(icmp6.c.obj) - 0x4207c6e0 icmp6_dest_unreach - .text.icmp6_param_problem - 0x4207c6f6 0x20 esp-idf/lwip/liblwip.a(icmp6.c.obj) - 0x4207c6f6 icmp6_param_problem - .text.ip6_input_accept - 0x4207c716 0xb6 esp-idf/lwip/liblwip.a(ip6.c.obj) - .text.ip6_route - 0x4207c7cc 0x2d8 esp-idf/lwip/liblwip.a(ip6.c.obj) - 0x4207c7cc ip6_route - .text.ip6_select_source_address - 0x4207caa4 0x1a8 esp-idf/lwip/liblwip.a(ip6.c.obj) - 0x4207caa4 ip6_select_source_address - .text.ip6_input - 0x4207cc4c 0x7da esp-idf/lwip/liblwip.a(ip6.c.obj) - 0x4207cc4c ip6_input - .text.ip6_output_if_src - 0x4207d426 0x3dc esp-idf/lwip/liblwip.a(ip6.c.obj) - 0x4207d426 ip6_output_if_src - .text.ip6_output_if - 0x4207d802 0x76 esp-idf/lwip/liblwip.a(ip6.c.obj) - 0x4207d802 ip6_output_if - .text.ip6_options_add_hbh_ra - 0x4207d878 0x52 esp-idf/lwip/liblwip.a(ip6.c.obj) - 0x4207d878 ip6_options_add_hbh_ra - .text.ip6addr_aton - 0x4207d8ca 0x222 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - 0x4207d8ca ip6addr_aton - .text.ip6_frag - 0x4207daec 0x1dc esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - 0x4207daec ip6_frag - .text.mld6_remove_group - 0x4207dcc8 0x2a esp-idf/lwip/liblwip.a(mld6.c.obj) - .text.mld6_delayed_report - 0x4207dcf2 0x88 esp-idf/lwip/liblwip.a(mld6.c.obj) - .text.mld6_new_group - 0x4207dd7a 0x68 esp-idf/lwip/liblwip.a(mld6.c.obj) - .text.mld6_send - 0x4207dde2 0x17c esp-idf/lwip/liblwip.a(mld6.c.obj) - .text.mld6_stop - 0x4207df5e 0x46 esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x4207df5e mld6_stop - .text.mld6_report_groups - 0x4207dfa4 0x22 esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x4207dfa4 mld6_report_groups - .text.mld6_lookfor_group - 0x4207dfc6 0x38 esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x4207dfc6 mld6_lookfor_group - .text.mld6_input - 0x4207dffe 0x1aa esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x4207dffe mld6_input - .text.mld6_joingroup_netif - 0x4207e1a8 0xea esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x4207e1a8 mld6_joingroup_netif - .text.mld6_joingroup - 0x4207e292 0x5c esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x4207e292 mld6_joingroup - .text.mld6_leavegroup_netif - 0x4207e2ee 0xe2 esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x4207e2ee mld6_leavegroup_netif - .text.mld6_leavegroup - 0x4207e3d0 0x5e esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x4207e3d0 mld6_leavegroup - .text.mld6_tmr - 0x4207e42e 0x90 esp-idf/lwip/liblwip.a(mld6.c.obj) - 0x4207e42e mld6_tmr - .text.mld6_timeout_cb - 0x4207e4be 0xe esp-idf/lwip/liblwip.a(mld6.c.obj) - .text.nd6_find_neighbor_cache_entry - 0x4207e4cc 0x9e esp-idf/lwip/liblwip.a(nd6.c.obj) - .text.nd6_find_destination_cache_entry - 0x4207e56a 0x9e esp-idf/lwip/liblwip.a(nd6.c.obj) - .text.nd6_new_destination_cache_entry - 0x4207e608 0x82 esp-idf/lwip/liblwip.a(nd6.c.obj) - .text.nd6_is_prefix_in_netif - 0x4207e68a 0xfe esp-idf/lwip/liblwip.a(nd6.c.obj) - .text.nd6_select_router - 0x4207e788 0xe2 esp-idf/lwip/liblwip.a(nd6.c.obj) - .text.nd6_get_router - 0x4207e86a 0x64 esp-idf/lwip/liblwip.a(nd6.c.obj) - .text.nd6_get_onlink_prefix - 0x4207e8ce 0x82 esp-idf/lwip/liblwip.a(nd6.c.obj) - .text.nd6_new_onlink_prefix - 0x4207e950 0xbe esp-idf/lwip/liblwip.a(nd6.c.obj) - .text.nd6_send_q - 0x4207ea0e 0x152 esp-idf/lwip/liblwip.a(nd6.c.obj) - .text.nd6_duplicate_addr_detected - 0x4207eb60 0x54 esp-idf/lwip/liblwip.a(nd6.c.obj) - .text.nd6_process_autoconfig_prefix - 0x4207ebb4 0x28a esp-idf/lwip/liblwip.a(nd6.c.obj) - .text.nd6_free_q - 0x4207ee3e 0xb2 esp-idf/lwip/liblwip.a(nd6.c.obj) - .text.nd6_free_neighbor_cache_entry - 0x4207eef0 0x98 esp-idf/lwip/liblwip.a(nd6.c.obj) - .text.nd6_new_neighbor_cache_entry - 0x4207ef88 0x28c esp-idf/lwip/liblwip.a(nd6.c.obj) - .text.nd6_send_na - 0x4207f214 0x1e4 esp-idf/lwip/liblwip.a(nd6.c.obj) - .text.nd6_send_rs - 0x4207f3f8 0x146 esp-idf/lwip/liblwip.a(nd6.c.obj) - .text.nd6_send_ns - 0x4207f53e 0x22e esp-idf/lwip/liblwip.a(nd6.c.obj) - .text.nd6_send_neighbor_cache_probe - 0x4207f76c 0x14 esp-idf/lwip/liblwip.a(nd6.c.obj) - .text.nd6_new_router - 0x4207f780 0x150 esp-idf/lwip/liblwip.a(nd6.c.obj) - .text.nd6_get_next_hop_entry - 0x4207f8d0 0x362 esp-idf/lwip/liblwip.a(nd6.c.obj) - .text.nd6_queue_packet - 0x4207fc32 0x14a esp-idf/lwip/liblwip.a(nd6.c.obj) - .text.nd6_input - 0x4207fd7c 0xe5c esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x4207fd7c nd6_input - .text.nd6_tmr 0x42080bd8 0x592 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x42080bd8 nd6_tmr - .text.nd6_clear_destination_cache - 0x4208116a 0x36 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x4208116a nd6_clear_destination_cache - .text.nd6_find_route - 0x420811a0 0xe0 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x420811a0 nd6_find_route - .text.nd6_get_next_hop_addr_or_queue - 0x42081280 0xac esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x42081280 nd6_get_next_hop_addr_or_queue - .text.nd6_get_destination_mtu - 0x4208132c 0x3c esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x4208132c nd6_get_destination_mtu - .text.nd6_reachability_hint - 0x42081368 0x1ee esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x42081368 nd6_reachability_hint - .text.nd6_cleanup_netif - 0x42081556 0xfa esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x42081556 nd6_cleanup_netif - .text.nd6_adjust_mld_membership - 0x42081650 0xae esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x42081650 nd6_adjust_mld_membership - .text.nd6_restart_netif - 0x420816fe 0x8 esp-idf/lwip/liblwip.a(nd6.c.obj) - 0x420816fe nd6_restart_netif - .text.ethernet_input - 0x42081706 0x12a esp-idf/lwip/liblwip.a(ethernet.c.obj) - 0x42081706 ethernet_input - .text.ethernet_output - 0x42081830 0xe4 esp-idf/lwip/liblwip.a(ethernet.c.obj) - 0x42081830 ethernet_output - .text.lwip_init_tcp_isn - 0x42081914 0x54 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) - 0x42081914 lwip_init_tcp_isn - .text.lwip_hook_tcp_isn - 0x42081968 0x146 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) - 0x42081968 lwip_hook_tcp_isn - .text.lwip_hook_ip6_input - 0x42081aae 0x30 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) - 0x42081aae lwip_hook_ip6_input - .text.ip4_route_src_hook - 0x42081ade 0x34 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) - 0x42081ade ip4_route_src_hook - .text.dhcp_parse_extra_opts - 0x42081b12 0x72 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) - 0x42081b12 dhcp_parse_extra_opts - .text.dhcp_append_extra_opts - 0x42081b84 0x76 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) - 0x42081b84 dhcp_append_extra_opts - .text.lwip_setsockopt_impl_ext - 0x42081bfa 0xe4 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) - 0x42081bfa lwip_setsockopt_impl_ext - .text.lwip_getsockopt_impl_ext - 0x42081cde 0xf2 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) - 0x42081cde lwip_getsockopt_impl_ext - .text.sys_thread_sem_free - 0x42081dd0 0x28 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .text.sys_mutex_new - 0x42081df8 0x24 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x42081df8 sys_mutex_new - .text.sys_mutex_lock - 0x42081e1c 0x40 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x42081e1c sys_mutex_lock - .text.sys_mutex_unlock - 0x42081e5c 0x44 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x42081e5c sys_mutex_unlock - .text.sys_sem_new - 0x42081ea0 0x9a esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x42081ea0 sys_sem_new - .text.sys_sem_signal - 0x42081f3a 0x44 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x42081f3a sys_sem_signal - .text.sys_sem_signal_isr - 0x42081f7e 0x20 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x42081f7e sys_sem_signal_isr - .text.sys_arch_sem_wait - 0x42081f9e 0x9a esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x42081f9e sys_arch_sem_wait - .text.sys_sem_free - 0x42082038 0x1e esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x42082038 sys_sem_free - .text.sys_mbox_new - 0x42082056 0x4e esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x42082056 sys_mbox_new - .text.sys_mbox_post - 0x420820a4 0x48 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x420820a4 sys_mbox_post - .text.sys_mbox_trypost - 0x420820ec 0x2a esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x420820ec sys_mbox_trypost - .text.sys_arch_mbox_fetch - 0x42082116 0xae esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x42082116 sys_arch_mbox_fetch - .text.sys_arch_mbox_tryfetch - 0x420821c4 0x5c esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x420821c4 sys_arch_mbox_tryfetch - .text.sys_mbox_free - 0x42082220 0x60 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x42082220 sys_mbox_free - .text.sys_thread_new - 0x42082280 0x32 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x42082280 sys_thread_new - .text.sys_init - 0x420822b2 0x62 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x420822b2 sys_init - .text.sys_now 0x42082314 0x1a esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x42082314 sys_now - .text.sys_arch_protect - 0x4208232e 0x30 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x4208232e sys_arch_protect - .text.sys_arch_unprotect - 0x4208235e 0x16 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x4208235e sys_arch_unprotect - .text.sys_thread_sem_init - 0x42082374 0xa0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x42082374 sys_thread_sem_init - .text.sys_thread_sem_get - 0x42082414 0x1e esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x42082414 sys_thread_sem_get - .text.sys_thread_tcpip - 0x42082432 0x94 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - 0x42082432 sys_thread_tcpip - .text.acd_suspend - 0x420824c6 0x24 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - .text.send_probe_once - 0x420824ea 0x48 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - .text.acd_dhcp_check_timeout_cb - 0x42082532 0x3c esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - .text.acd_remove - 0x4208256e 0x18 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - 0x4208256e acd_remove - .text.acd_netif_ip_addr_changed - 0x42082586 0xe esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - 0x42082586 acd_netif_ip_addr_changed - .text.acd_network_changed_link_down - 0x42082594 0xe esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - 0x42082594 acd_network_changed_link_down - .text.acd_arp_reply - 0x420825a2 0xb6 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - 0x420825a2 acd_arp_reply - .text.acd_add 0x42082658 0x6 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - 0x42082658 acd_add - .text.acd_start - 0x4208265e 0x24 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - 0x4208265e acd_start - .text.lwip_get_socket_select_semaphore - 0x42082682 0xe esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .text.lwip_stop_socket_select_isr - 0x42082690 0x1c esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .text.lwip_stop_socket_select - 0x420826ac 0xe esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .text.lwip_ioctl_r_wrapper - 0x420826ba 0x18 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .text.lwip_fcntl_r_wrapper - 0x420826d2 0xe esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .text.lwip_fstat - 0x420826e0 0x44 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .text.esp_vfs_lwip_sockets_register - 0x42082724 0xbe esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - 0x42082724 esp_vfs_lwip_sockets_register - .text.get_ip_info - 0x420827e2 0x18 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .text.node_insert_to_list - 0x420827fa 0x36 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .text.add_msg_type - 0x42082830 0x16 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .text.add_end 0x42082846 0xa esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .text.kill_oldest_dhcps_pool - 0x42082850 0x82 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .text.parse_options - 0x420828d2 0xb6 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .text.create_msg - 0x42082988 0x64 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .text.add_offer_options - 0x420829ec 0x24a esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .text.dhcps_response_ip_set - 0x42082c36 0xda esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .text.dhcps_poll_set - 0x42082d10 0x13e esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .text.dhcps_new - 0x42082e4e 0x4a esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0x42082e4e dhcps_new - .text.dhcps_delete - 0x42082e98 0x22 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0x42082e98 dhcps_delete - .text.dhcps_set_option_info - 0x42082eba 0xb4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0x42082eba dhcps_set_option_info - .text.node_remove_from_list - 0x42082f6e 0x2e esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0x42082f6e node_remove_from_list - .text.dhcps_tmr - 0x42082f9c 0x9a esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .text.parse_msg - 0x42083036 0x228 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .text.dhcps_pbuf_alloc - 0x4208325e 0x22 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0x4208325e dhcps_pbuf_alloc - .text.send_offer - 0x42083280 0xc2 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .text.send_ack - 0x42083342 0xde esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .text.send_nak - 0x42083420 0x110 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .text.handle_dhcp - 0x42083530 0x110 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .text.dhcps_set_new_lease_cb - 0x42083640 0xe esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0x42083640 dhcps_set_new_lease_cb - .text.dhcps_start - 0x4208364e 0x100 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0x4208364e dhcps_start - .text.dhcps_stop - 0x4208374e 0x82 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - 0x4208374e dhcps_stop - .text.netconn_apimsg - 0x420837d0 0x3c esp-idf/lwip/liblwip.a(api_lib.c.obj) - .text.netconn_tcp_recvd_msg - 0x4208380c 0x34 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .text.netconn_close_shutdown - 0x42083840 0x2a esp-idf/lwip/liblwip.a(api_lib.c.obj) - .text.netconn_new_with_proto_and_callback - 0x4208386a 0xc0 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x4208386a netconn_new_with_proto_and_callback - .text.netconn_prepare_delete - 0x4208392a 0x26 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x4208392a netconn_prepare_delete - .text.netconn_delete - 0x42083950 0x36 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x42083950 netconn_delete - .text.netconn_getaddr - 0x42083986 0x34 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x42083986 netconn_getaddr - .text.netconn_connect - 0x420839ba 0x32 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x420839ba netconn_connect - .text.netconn_disconnect - 0x420839ec 0x20 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x420839ec netconn_disconnect - .text.netconn_tcp_recvd - 0x42083a0c 0x26 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x42083a0c netconn_tcp_recvd - .text.netconn_send - 0x42083a32 0x22 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x42083a32 netconn_send - .text.netconn_write_vectors_partly - 0x42083a54 0xf4 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x42083a54 netconn_write_vectors_partly - .text.netconn_write_partly - 0x42083b48 0x16 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x42083b48 netconn_write_partly - .text.netconn_err - 0x42083b5e 0x2c esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x42083b5e netconn_err - .text.netconn_recv_data - 0x42083b8a 0x15e esp-idf/lwip/liblwip.a(api_lib.c.obj) - .text.netconn_recv_udp_raw_netbuf_flags - 0x42083ce8 0x24 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x42083ce8 netconn_recv_udp_raw_netbuf_flags - .text.netconn_recv_data_tcp - 0x42083d0c 0xbc esp-idf/lwip/liblwip.a(api_lib.c.obj) - .text.netconn_recv_tcp_pbuf_flags - 0x42083dc8 0x24 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x42083dc8 netconn_recv_tcp_pbuf_flags - .text.netconn_shutdown - 0x42083dec 0x20 esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x42083dec netconn_shutdown - .text.netconn_join_leave_group - 0x42083e0c 0x3e esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x42083e0c netconn_join_leave_group - .text.netconn_join_leave_group_netif - 0x42083e4a 0x3a esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x42083e4a netconn_join_leave_group_netif - .text.netconn_gethostbyname_addrtype - 0x42083e84 0x4e esp-idf/lwip/liblwip.a(api_lib.c.obj) - 0x42083e84 netconn_gethostbyname_addrtype - .text.lwip_netconn_err_to_msg - 0x42083ed2 0x62 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .text.lwip_netconn_do_dns_found - 0x42083f34 0x66 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .text.recv_udp - 0x42083f9a 0x166 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .text.recv_raw - 0x42084100 0xd8 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .text.setup_tcp - 0x420841d8 0x52 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .text.pcb_new 0x4208422a 0x118 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .text.lwip_netconn_do_connected - 0x42084342 0xfa esp-idf/lwip/liblwip.a(api_msg.c.obj) - .text.err_tcp 0x4208443c 0x17c esp-idf/lwip/liblwip.a(api_msg.c.obj) - .text.netconn_mark_mbox_invalid - 0x420845b8 0x60 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .text.lwip_netconn_do_writemore - 0x42084618 0x31a esp-idf/lwip/liblwip.a(api_msg.c.obj) - .text.lwip_netconn_do_close_internal - 0x42084932 0x2a6 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .text.poll_tcp - 0x42084bd8 0x8c esp-idf/lwip/liblwip.a(api_msg.c.obj) - .text.sent_tcp - 0x42084c64 0x8c esp-idf/lwip/liblwip.a(api_msg.c.obj) - .text.tcp_do_abort - 0x42084cf0 0x12 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .text.recv_tcp - 0x42084d02 0x110 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .text.lwip_netconn_is_deallocated_msg - 0x42084e12 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x42084e12 lwip_netconn_is_deallocated_msg - .text.lwip_netconn_is_err_msg - 0x42084e26 0x74 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x42084e26 lwip_netconn_is_err_msg - .text.lwip_netconn_do_newconn - 0x42084e9a 0x26 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x42084e9a lwip_netconn_do_newconn - .text.netconn_alloc - 0x42084ec0 0xaa esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x42084ec0 netconn_alloc - .text.netconn_free - 0x42084f6a 0x92 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x42084f6a netconn_free - .text.netconn_drain - 0x42084ffc 0xfc esp-idf/lwip/liblwip.a(api_msg.c.obj) - .text.lwip_netconn_do_delconn - 0x420850f8 0x14e esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x420850f8 lwip_netconn_do_delconn - .text.lwip_netconn_do_connect - 0x42085246 0xbe esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x42085246 lwip_netconn_do_connect - .text.lwip_netconn_do_disconnect - 0x42085304 0x38 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x42085304 lwip_netconn_do_disconnect - .text.lwip_netconn_do_send - 0x4208533c 0x106 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x4208533c lwip_netconn_do_send - .text.lwip_netconn_do_recv - 0x42085442 0x5c esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x42085442 lwip_netconn_do_recv - .text.lwip_netconn_do_write - 0x4208549e 0xa2 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x4208549e lwip_netconn_do_write - .text.lwip_netconn_do_getaddr - 0x42085540 0x1c0 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x42085540 lwip_netconn_do_getaddr - .text.lwip_netconn_do_close - 0x42085700 0x126 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x42085700 lwip_netconn_do_close - .text.lwip_netconn_do_join_leave_group - 0x42085826 0x7a esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x42085826 lwip_netconn_do_join_leave_group - .text.lwip_netconn_do_join_leave_group_netif - 0x420858a0 0x84 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x420858a0 lwip_netconn_do_join_leave_group_netif - .text.lwip_netconn_do_gethostbyname - 0x42085924 0x44 esp-idf/lwip/liblwip.a(api_msg.c.obj) - 0x42085924 lwip_netconn_do_gethostbyname - .text.err_to_errno - 0x42085968 0x26 esp-idf/lwip/liblwip.a(err.c.obj) - 0x42085968 err_to_errno - .text.netbuf_delete - 0x4208598e 0x2a esp-idf/lwip/liblwip.a(netbuf.c.obj) - 0x4208598e netbuf_delete - .text.netbuf_alloc - 0x420859b8 0x62 esp-idf/lwip/liblwip.a(netbuf.c.obj) - 0x420859b8 netbuf_alloc - .text.netbuf_free - 0x42085a1a 0x22 esp-idf/lwip/liblwip.a(netbuf.c.obj) - 0x42085a1a netbuf_free - .text.lwip_standard_chksum - 0x42085a3c 0x66 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - 0x42085a3c lwip_standard_chksum - .text.inet_cksum_pseudo_base - 0x42085aa2 0xaa esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .text.inet_chksum_pseudo - 0x42085b4c 0x3c esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - 0x42085b4c inet_chksum_pseudo - .text.ip6_chksum_pseudo - 0x42085b88 0x64 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - 0x42085b88 ip6_chksum_pseudo - .text.ip_chksum_pseudo - 0x42085bec 0x20 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - 0x42085bec ip_chksum_pseudo - .text.inet_chksum - 0x42085c0c 0x16 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - 0x42085c0c inet_chksum - .text.inet_chksum_pbuf - 0x42085c22 0x78 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - 0x42085c22 inet_chksum_pbuf - .text.esp_netif_action_start - 0x42085c9a 0xe esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - 0x42085c9a esp_netif_action_start - .text.esp_netif_action_stop - 0x42085ca8 0xe esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - 0x42085ca8 esp_netif_action_stop - .text.esp_netif_action_connected - 0x42085cb6 0x15e esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - 0x42085cb6 esp_netif_action_connected - .text.esp_netif_action_disconnected - 0x42085e14 0xe esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - 0x42085e14 esp_netif_action_disconnected - .text.esp_netif_action_got_ip - 0x42085e22 0x90 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - 0x42085e22 esp_netif_action_got_ip - .text.low_level_init - 0x42085eb2 0x26 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) - .text.low_level_output - 0x42085ed8 0xa0 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) - .text.wlanif_input - 0x42085f78 0x5a esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) - 0x42085f78 wlanif_input - .text.wlanif_init - 0x42085fd2 0x7c esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) - 0x42085fd2 wlanif_init - .text.wlanif_init_sta - 0x4208604e 0x1e esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) - 0x4208604e wlanif_init_sta - .text.wlanif_init_ap - 0x4208606c 0x1e esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) - 0x4208606c wlanif_init_ap - .text.esp_pbuf_free - 0x4208608a 0x1e esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) - .text.esp_pbuf_allocate - 0x420860a8 0x6a esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) - 0x420860a8 esp_pbuf_allocate - .text.wpa_ap_get_peer_spp_msg - 0x42086112 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x42086112 wpa_ap_get_peer_spp_msg - .text.wpa_attach - 0x4208612c 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x4208612c wpa_attach - .text.wpa_config_done - 0x42086158 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x42086158 wpa_config_done - .text.wpa_ap_get_wpa_ie - 0x42086164 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x42086164 wpa_ap_get_wpa_ie - .text.wpa_ap_rx_eapol - 0x42086194 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x42086194 wpa_ap_rx_eapol - .text.wpa_deattach - 0x420861b4 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x420861b4 wpa_deattach - .text.wpa_parse_wpa_ie_wrapper - 0x420861ee 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x420861ee wpa_parse_wpa_ie_wrapper - .text.hostap_sta_join - 0x4208623c 0x13c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .text.wpa_sta_disconnected_cb - 0x42086378 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .text.wpa_sta_connected_cb - 0x420863f6 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .text.wpa_install_key - 0x42086402 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x42086402 wpa_install_key - .text.wpa_get_key - 0x42086414 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x42086414 wpa_get_key - .text.wpa_deauthenticate - 0x42086422 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x42086422 wpa_deauthenticate - .text.wpa_config_profile - 0x42086430 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x42086430 wpa_config_profile - .text.wpa_config_bss - 0x4208647e 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x4208647e wpa_config_bss - .text.wpa_sta_connect - 0x420864d6 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x420864d6 wpa_sta_connect - .text.wpa_config_assoc_ie - 0x42086512 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x42086512 wpa_config_assoc_ie - .text.wpa_neg_complete - 0x4208653c 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x4208653c wpa_neg_complete - .text.esp_supplicant_init - 0x4208654a 0x136 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x4208654a esp_supplicant_init - .text.esp_supplicant_deinit - 0x42086680 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - 0x42086680 esp_supplicant_deinit - .text.ieee80211_handle_rx_frm - 0x4208669e 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - .text.esp_supplicant_unset_all_appie - 0x420866c8 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - 0x420866c8 esp_supplicant_unset_all_appie - .text.esp_supplicant_common_deinit - 0x420866ec 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - 0x420866ec esp_supplicant_common_deinit - .text.esp_supplicant_common_init - 0x4208671c 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - 0x4208671c esp_supplicant_common_init - .text.supplicant_sta_conn_handler - 0x42086760 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - 0x42086760 supplicant_sta_conn_handler - .text.supplicant_sta_disconn_handler - 0x42086762 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - 0x42086762 supplicant_sta_disconn_handler - .text.esp_set_scan_ie - 0x42086764 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - 0x42086764 esp_set_scan_ie - .text.esp_set_assoc_ie - 0x42086766 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - 0x42086766 esp_set_assoc_ie - .text.wps_get_wps_sm_cb - 0x420867c8 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - 0x420867c8 wps_get_wps_sm_cb - .text.wpa3_sae_is_group_enabled - 0x420867d2 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .text.wpa3_check_sae_rejected_groups - 0x420867fc 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .text.wpa3_parse_sae_commit - 0x4208684e 0x112 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .text.wpa3_parse_sae_confirm - 0x42086960 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .text.wpa3_build_sae_commit - 0x420869be 0x34c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .text.wpa3_build_sae_confirm - 0x42086d0a 0x7a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .text.wpa3_build_sae_msg - 0x42086d84 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .text.wpa3_process_rx_confirm - 0x42086dee 0xd2 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .text.esp_wpa3_free_sae_data - 0x42086ec0 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - 0x42086ec0 esp_wpa3_free_sae_data - .text.wpa3_parse_sae_msg - 0x42086f18 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .text.esp_wifi_register_wpa3_cb - 0x42086f4c 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - 0x42086f4c esp_wifi_register_wpa3_cb - .text.wpa3_hostap_post_evt - 0x42086f62 0x11e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - 0x42086f62 wpa3_hostap_post_evt - .text.wpa3_hostap_handle_auth - 0x42087080 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .text.wpa3_hostap_auth_init - 0x42087168 0xc4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - 0x42087168 wpa3_hostap_auth_init - .text.wpa3_hostap_auth_deinit - 0x4208722c 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - 0x4208722c wpa3_hostap_auth_deinit - .text.esp_send_sae_auth_reply - 0x42087246 0xc2 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - 0x42087246 esp_send_sae_auth_reply - .text.wpa3_process_rx_commit - 0x42087308 0x104 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .text.esp_wpa3_hostap_task - 0x4208740c 0xf0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .text.esp_wifi_register_wpa3_ap_cb - 0x420874fc 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - 0x420874fc esp_wifi_register_wpa3_ap_cb - .text.owe_build_dhie - 0x42087508 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) - 0x42087508 owe_build_dhie - .text.owe_deinit - 0x42087522 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) - 0x42087522 owe_deinit - .text.esp_wifi_register_owe_cb - 0x4208755e 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) - 0x4208755e esp_wifi_register_owe_cb - .text.hostapd_get_hapd_data - 0x42087574 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - 0x42087574 hostapd_get_hapd_data - .text.hostap_init - 0x4208757e 0x2a2 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - 0x4208757e hostap_init - .text.hostapd_cleanup - 0x42087820 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - 0x42087820 hostapd_cleanup - .text.hostap_deinit - 0x420878b0 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - 0x420878b0 hostap_deinit - .text.esp_wifi_build_rsnxe - 0x4208790e 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - 0x4208790e esp_wifi_build_rsnxe - .text.esp_send_assoc_resp - 0x42087966 0xb0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - 0x42087966 esp_send_assoc_resp - .text.wpa_status_to_reason_code - 0x42087a16 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - 0x42087a16 wpa_status_to_reason_code - .text.hostap_new_assoc_sta - 0x42087a7a 0x11c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - 0x42087a7a hostap_new_assoc_sta - .text.wpa_ap_remove - 0x42087b96 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - 0x42087b96 wpa_ap_remove - .text.ecp_opp 0x42087bf6 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_alloc_key - 0x42087c42 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .text.crypto_ec_init - 0x42087c64 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x42087c64 crypto_ec_init - .text.crypto_ec_deinit - 0x42087cb0 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x42087cb0 crypto_ec_deinit - .text.crypto_ec_point_init - 0x42087cd0 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x42087cd0 crypto_ec_point_init - .text.crypto_ec_prime_len - 0x42087cfa 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x42087cfa crypto_ec_prime_len - .text.crypto_ec_order_len - 0x42087d0a 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x42087d0a crypto_ec_order_len - .text.crypto_ec_prime_len_bits - 0x42087d1c 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x42087d1c crypto_ec_prime_len_bits - .text.crypto_ec_get_prime - 0x42087d2c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x42087d2c crypto_ec_get_prime - .text.crypto_ec_get_order - 0x42087d30 0x6 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x42087d30 crypto_ec_get_order - .text.crypto_ec_get_b - 0x42087d36 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x42087d36 crypto_ec_get_b - .text.crypto_ec_point_deinit - 0x42087d3a 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x42087d3a crypto_ec_point_deinit - .text.crypto_ec_point_to_bin - 0x42087d58 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x42087d58 crypto_ec_point_to_bin - .text.crypto_ec_point_from_bin - 0x42087db6 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x42087db6 crypto_ec_point_from_bin - .text.crypto_ec_point_add - 0x42087e2c 0x5c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x42087e2c crypto_ec_point_add - .text.crypto_ec_point_mul - 0x42087e88 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x42087e88 crypto_ec_point_mul - .text.crypto_ec_point_invert - 0x42087f28 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x42087f28 crypto_ec_point_invert - .text.crypto_ec_point_compute_y_sqr - 0x42087f3e 0xfa esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x42087f3e crypto_ec_point_compute_y_sqr - .text.crypto_ec_point_solve_y_coord - 0x42088038 0xce esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x42088038 crypto_ec_point_solve_y_coord - .text.crypto_ec_point_is_at_infinity - 0x42088106 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x42088106 crypto_ec_point_is_at_infinity - .text.crypto_ec_point_is_on_curve - 0x42088116 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x42088116 crypto_ec_point_is_on_curve - .text.crypto_ec_point_cmp - 0x420881be 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x420881be crypto_ec_point_cmp - .text.crypto_ec_key_set_pub - 0x420881d0 0xc4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x420881d0 crypto_ec_key_set_pub - .text.crypto_ec_get_mbedtls_to_nist_group_id - 0x42088294 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x42088294 crypto_ec_get_mbedtls_to_nist_group_id - .text.crypto_ec_key_group - 0x420882dc 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x420882dc crypto_ec_key_group - .text.crypto_mbedtls_get_grp_id - 0x42088308 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x42088308 crypto_mbedtls_get_grp_id - .text.crypto_ecdh_deinit - 0x4208832a 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x4208832a crypto_ecdh_deinit - .text.crypto_ecdh_init - 0x4208834a 0xce esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x4208834a crypto_ecdh_init - .text.crypto_ecdh_get_pubkey - 0x42088418 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x42088418 crypto_ecdh_get_pubkey - .text.crypto_ec_key_parse_pub - 0x42088478 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x42088478 crypto_ec_key_parse_pub - .text.crypto_ec_key_deinit - 0x420884c4 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x420884c4 crypto_ec_key_deinit - .text.crypto_ecdh_set_peerkey - 0x420884e2 0x272 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x420884e2 crypto_ecdh_set_peerkey - .text.crypto_ec_key_verify_signature - 0x42088754 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - 0x42088754 crypto_ec_key_verify_signature - .text.timeout_exists - 0x420887fc 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - .text.eloop_run_timer - 0x42088824 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - .text.eloop_remove_timeout - 0x42088844 0x66 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - .text.eloop_init - 0x420888aa 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - 0x420888aa eloop_init - .text.eloop_register_timeout - 0x4208893c 0x1b2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - 0x4208893c eloop_register_timeout - .text.eloop_cancel_timeout - 0x42088aee 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - 0x42088aee eloop_cancel_timeout - .text.eloop_run - 0x42088b5a 0x150 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - 0x42088b5a eloop_run - .text.eloop_run_wrapper - 0x42088caa 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - .text.eloop_destroy - 0x42088cba 0xb2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - 0x42088cba eloop_destroy - .text.hostapd_derive_psk - 0x42088d6c 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .text.hostapd_setup_sae_pt - 0x42088dac 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - 0x42088dac hostapd_setup_sae_pt - .text.hostapd_setup_wpa_psk - 0x42088e1a 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - 0x42088e1a hostapd_setup_wpa_psk - .text.hostapd_get_psk - 0x42088e60 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - 0x42088e60 hostapd_get_psk - .text.hostapd_config_clear_wpa_psk - 0x42088eb2 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - 0x42088eb2 hostapd_config_clear_wpa_psk - .text.hostapd_config_free_bss - 0x42088edc 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - 0x42088edc hostapd_config_free_bss - .text.wpa_auth_get_sm - 0x42088f04 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_auth_add_sm - 0x42088f32 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_auth_del_sm - 0x42088f7e 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_use_aes_cmac - 0x42088fb6 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_auth_pmksa_free_cb - 0x42088fca 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_request_new_ptk - 0x42088fcc 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_receive_error_report - 0x42088fda 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.sm_WPA_PTK_DISCONNECTED_Enter - 0x42088fec 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.sm_WPA_PTK_PTKCALCNEGOTIATING2_Enter - 0x4208900c 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.ieee80211w_kde_len - 0x4208902c 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.sm_WPA_PTK_GROUP_IDLE_Enter - 0x4208903c 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.sm_WPA_PTK_GROUP_REKEYESTABLISHED_Enter - 0x42089066 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.sm_WPA_PTK_GROUP_KEYERROR_Enter - 0x420890a0 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_free_sta_sm - 0x420890d6 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_auth_sm_ptk_update - 0x42089128 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_group_init_gmk_and_counter - 0x42089152 0xaa esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.sm_WPA_PTK_AUTHENTICATION_Enter - 0x420891fc 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_gmk_to_gtk - 0x42089240 0x9c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_gtk_update - 0x420892dc 0xc6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_group_gtk_init - 0x420893a2 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_group_setkeys - 0x420893ee 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_auth_set_key - 0x4208942e 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_group_config_group_keys - 0x420894be 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_group_setkeysdone - 0x4208953e 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_group_sm_step - 0x42089560 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_group_init - 0x420895aa 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_group_ensure_init - 0x4208961c 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.sm_WPA_PTK_AUTHENTICATION2_Enter - 0x42089658 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_rekey_gtk - 0x420896a6 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_replay_counter_valid - 0x420896f0 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_replay_counter_mark_invalid - 0x4208973c 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_derive_ptk - 0x4208978e 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_verify_key_mic - 0x420897c8 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_sta_disconnect - 0x42089874 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.sm_WPA_PTK_DISCONNECT_Enter - 0x42089886 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.sm_WPA_PTK_PTKINITDONE_Enter - 0x420898c4 0xbe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.ieee80211w_kde_add - 0x42089982 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.resend_eapol_handle - 0x420899fa 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x420899fa resend_eapol_handle - .text.wpa_init - 0x42089a1a 0xe4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x42089a1a wpa_init - .text.wpa_auth_sta_init - 0x42089afe 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x42089afe wpa_auth_sta_init - .text.wpa_auth_sta_deinit - 0x42089b6c 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x42089b6c wpa_auth_sta_deinit - .text.wpa_auth_pmksa_add_sae - 0x42089bb2 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x42089bb2 wpa_auth_pmksa_add_sae - .text.wpa_auth_add_sae_pmkid - 0x42089be8 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x42089be8 wpa_auth_add_sae_pmkid - .text.__wpa_send_eapol - 0x42089c12 0x4a4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x42089c12 __wpa_send_eapol - .text.wpa_send_eapol - 0x4208a0b6 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.sm_WPA_PTK_PTKSTART_Enter - 0x4208a11e 0x11c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.sm_WPA_PTK_PTKINITNEGOTIATING_Enter - 0x4208a23a 0x1a4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.sm_WPA_PTK_GROUP_REKEYNEGOTIATING_Enter - 0x4208a3de 0x124 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.sm_WPA_PTK_GROUP_Step - 0x4208a502 0xa6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_remove_ptk - 0x4208a5a8 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x4208a5a8 wpa_remove_ptk - .text.sm_WPA_PTK_INITIALIZE_Enter - 0x4208a5f2 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_deinit - 0x4208a65a 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x4208a65a wpa_deinit - .text.wpa_auth_uses_sae - 0x4208a69e 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x4208a69e wpa_auth_uses_sae - .text.wpa_auth_get_psk - 0x4208a6b8 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.sm_WPA_PTK_PTKCALCNEGOTIATING_Enter - 0x4208a716 0x17a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.sm_WPA_PTK_INITPSK_Enter - 0x4208a890 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.sm_WPA_PTK_Step - 0x4208a906 0x1f4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_sm_step - 0x4208aafa 0x9c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_rekey_ptk - 0x4208ab96 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .text.wpa_auth_sta_associated - 0x4208abb2 0x74 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x4208abb2 wpa_auth_sta_associated - .text.wpa_receive - 0x4208ac26 0x454 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x4208ac26 wpa_receive - .text.hostap_eapol_resend_process - 0x4208b07a 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - 0x4208b07a hostap_eapol_resend_process - .text.wpa_parse_generic - 0x4208b0a2 0x15e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - .text.wpa_write_wpa_ie - 0x4208b200 0x106 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - .text.wpa_write_rsn_ie - 0x4208b306 0x23e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - 0x4208b306 wpa_write_rsn_ie - .text.wpa_write_rsnxe - 0x4208b544 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - 0x4208b544 wpa_write_rsnxe - .text.wpa_auth_gen_wpa_ie - 0x4208b584 0x9c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - 0x4208b584 wpa_auth_gen_wpa_ie - .text.wpa_add_kde - 0x4208b620 0x7a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - 0x4208b620 wpa_add_kde - .text.wpa_validate_wpa_ie - 0x4208b69a 0x32c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - 0x4208b69a wpa_validate_wpa_ie - .text.wpa_parse_kde_ies - 0x4208b9c6 0xc6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - 0x4208b9c6 wpa_parse_kde_ies - .text.wpa_auth_uses_mfp - 0x4208ba8c 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - 0x4208ba8c wpa_auth_uses_mfp - .text._pmksa_cache_free_entry - 0x4208ba9c 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - .text.pmksa_cache_set_expiration - 0x4208bad2 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - .text.pmksa_cache_link_entry - 0x4208bb24 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - .text.pmksa_cache_free_entry - 0x4208bb8c 0x82 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - 0x4208bb8c pmksa_cache_free_entry - .text.pmksa_cache_expire - 0x4208bc0e 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - .text.pmksa_cache_auth_create_entry - 0x4208bc4c 0x124 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - 0x4208bc4c pmksa_cache_auth_create_entry - .text.pmksa_cache_auth_deinit - 0x4208bd70 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - 0x4208bd70 pmksa_cache_auth_deinit - .text.pmksa_cache_auth_get - 0x4208bdd0 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - 0x4208bdd0 pmksa_cache_auth_get - .text.pmksa_cache_auth_add_entry - 0x4208be48 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - 0x4208be48 pmksa_cache_auth_add_entry - .text.pmksa_cache_auth_add - 0x4208be98 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - 0x4208be98 pmksa_cache_auth_add - .text.pmksa_cache_auth_init - 0x4208bedc 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - 0x4208bedc pmksa_cache_auth_init - .text.ap_sta_list_del - 0x4208bf0a 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) - .text.ap_sta_hash_del - 0x4208bf28 0x74 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) - .text.ap_get_sta - 0x4208bf9c 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) - 0x4208bf9c ap_get_sta - .text.ap_sta_hash_add - 0x4208bfd8 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) - 0x4208bfd8 ap_sta_hash_add - .text.ap_free_sta - 0x4208bfec 0x66 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) - 0x4208bfec ap_free_sta - .text.ap_sta_add - 0x4208c052 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) - 0x4208c052 ap_sta_add - .text.sae_set_state - 0x4208c0f2 0x6 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .text.sae_get_password - 0x4208c0f8 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .text.use_sae_anti_clogging - 0x4208c104 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .text.sae_check_big_sync - 0x4208c156 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .text.sae_status_success - 0x4208c190 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .text.sae_is_group_enabled - 0x4208c1d6 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .text.check_sae_rejected_groups - 0x4208c200 0x66 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .text.auth_build_sae_commit - 0x4208c266 0x11a esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .text.auth_sae_send_commit - 0x4208c380 0x8a esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .text.auth_build_sae_confirm - 0x4208c40a 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .text.auth_sae_send_confirm - 0x4208c442 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .text.sae_accept_sta - 0x4208c49a 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - 0x4208c49a sae_accept_sta - .text.sae_sm_step - 0x4208c4e4 0x1f4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .text.handle_auth_sae - 0x4208c6d8 0x2f4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - 0x4208c6d8 handle_auth_sae - .text.auth_sae_queue - 0x4208c9cc 0x12e esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - 0x4208c9cc auth_sae_queue - .text.wpa_res_to_status_code - 0x4208cafa 0xa6 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - 0x4208cafa wpa_res_to_status_code - .text.wpabuf_put_le16 - 0x4208cba0 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) - .text.comeback_token_hash - 0x4208cbc2 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) - 0x4208cbc2 comeback_token_hash - .text.check_comeback_token - 0x4208cbf0 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) - 0x4208cbf0 check_comeback_token - .text.auth_build_token_req - 0x4208cc98 0x164 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) - 0x4208cc98 auth_build_token_req - .text.const_time_memcmp - 0x4208cdfc 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sswu_curve_param - 0x4208ce30 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_is_password_id_elem - 0x4208ce42 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_is_rejected_groups_elem - 0x4208ce86 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_is_token_container_elem - 0x4208cece 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_is_akm_suite_selector_elem - 0x4208cf12 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_parse_commit_token - 0x4208cf5a 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_parse_token_container - 0x4208cf9e 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_parse_akm_suite_selector - 0x4208cfd4 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.hkdf_extract - 0x4208d052 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_pwd_seed - 0x4208d07a 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_cn_confirm - 0x4208d0d0 0xcc esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_cn_confirm_ffc - 0x4208d19c 0xa2 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.hkdf_expand - 0x4208d23e 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_derive_commit_element_ffc - 0x4208d294 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_derive_k_ffc - 0x4208d2f2 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.debug_print_bignum - 0x4208d388 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sswu 0x4208d3c4 0x800 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_cn_confirm_ecc - 0x4208dbc4 0x9c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_max_min_addr - 0x4208dc60 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_pwd_seed_key - 0x4208dca0 0xec esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_parse_password_identifier - 0x4208dd8c 0xfa esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_test_pwd_seed_ffc - 0x4208de86 0x146 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_derive_pwe_ffc - 0x4208dfcc 0x160 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_test_pwd_seed_ecc - 0x4208e12c 0xd4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_derive_pwe_ecc - 0x4208e200 0x37c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_derive_commit_element_ecc - 0x4208e57c 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_derive_commit - 0x4208e5dc 0xb0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.wpabuf_put_le16 - 0x4208e68c 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.wpabuf_put_data - 0x4208e6ae 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.wpabuf_put_str - 0x4208e6d8 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_parse_rejected_groups - 0x4208e702 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_derive_k_ecc - 0x4208e7ae 0x9e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_kdf_hash - 0x4208e84c 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_parse_commit_scalar - 0x4208e86c 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_parse_commit_element_ffc - 0x4208e904 0xf4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_parse_commit_element_ecc - 0x4208e9f8 0xc4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_parse_commit_element - 0x4208eabc 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_clear_temp_data - 0x4208ead6 0xa2 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x4208ead6 sae_clear_temp_data - .text.sae_clear_data - 0x4208eb78 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x4208eb78 sae_clear_data - .text.sae_set_group - 0x4208ebae 0xca esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x4208ebae sae_set_group - .text.sae_ecc_prime_len_2_hash_len - 0x4208ec78 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x4208ec78 sae_ecc_prime_len_2_hash_len - .text.sae_derive_pt_ecc - 0x4208ec9a 0x1bc esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_ffc_prime_len_2_hash_len - 0x4208ee56 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x4208ee56 sae_ffc_prime_len_2_hash_len - .text.sae_derive_pt_ffc - 0x4208ee78 0x228 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_derive_keys - 0x4208f0a0 0x29e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_derive_pwe_from_pt_ecc - 0x4208f33e 0x170 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x4208f33e sae_derive_pwe_from_pt_ecc - .text.sae_derive_pwe_from_pt_ffc - 0x4208f4ae 0x176 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x4208f4ae sae_derive_pwe_from_pt_ffc - .text.sae_deinit_pt - 0x4208f624 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x4208f624 sae_deinit_pt - .text.sae_derive_pt_group - 0x4208f660 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .text.sae_derive_pt - 0x4208f70c 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x4208f70c sae_derive_pt - .text.sae_prepare_commit - 0x4208f78a 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x4208f78a sae_prepare_commit - .text.sae_prepare_commit_pt - 0x4208f802 0x14a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x4208f802 sae_prepare_commit_pt - .text.sae_process_commit - 0x4208f94c 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x4208f94c sae_process_commit - .text.sae_write_commit - 0x4208f9b0 0x218 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x4208f9b0 sae_write_commit - .text.sae_group_allowed - 0x4208fbc8 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x4208fbc8 sae_group_allowed - .text.sae_parse_commit - 0x4208fc46 0x168 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x4208fc46 sae_parse_commit - .text.sae_write_confirm - 0x4208fdae 0xc6 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x4208fdae sae_write_confirm - .text.sae_check_confirm - 0x4208fe74 0xb4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - 0x4208fe74 sae_check_confirm - .text.dragonfly_get_rand_1_to_p_1 - 0x4208ff28 0x82 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) - .text.dragonfly_get_rand_2_to_r_1 - 0x4208ffaa 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) - .text.dragonfly_min_pwe_loop_iter - 0x4208ffe8 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) - 0x4208ffe8 dragonfly_min_pwe_loop_iter - .text.dragonfly_get_random_qr_qnr - 0x42090048 0xae esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) - 0x42090048 dragonfly_get_random_qr_qnr - .text.dragonfly_is_quadratic_residue_blind - 0x420900f6 0x120 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) - 0x420900f6 dragonfly_is_quadratic_residue_blind - .text.dragonfly_generate_scalar - 0x42090216 0x74 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) - 0x42090216 dragonfly_generate_scalar - .text.dragonfly_sqrt - 0x4209028a 0xcc esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) - 0x4209028a dragonfly_sqrt - .text.wpa_kck_len - 0x42090356 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .text.wpa_kek_len - 0x42090382 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .text.rsn_selector_to_bitfield - 0x420903c8 0xa6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .text.rsn_key_mgmt_to_bitfield - 0x4209046e 0x9a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .text.wpa_selector_to_bitfield - 0x42090508 0x74 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .text.wpa_key_mgmt_to_bitfield - 0x4209057c 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .text.wpa_mic_len - 0x420905cc 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x420905cc wpa_mic_len - .text.wpa_cipher_valid_mgmt_group - 0x420905ea 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x420905ea wpa_cipher_valid_mgmt_group - .text.wpa_parse_wpa_ie_rsnxe - 0x4209060e 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x4209060e wpa_parse_wpa_ie_rsnxe - .text.wpa_parse_wpa_ie_rsn - 0x42090666 0x1e6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x42090666 wpa_parse_wpa_ie_rsn - .text.wpa_parse_wpa_ie_wpa - 0x4209084c 0x1a2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x4209084c wpa_parse_wpa_ie_wpa - .text.wpa_use_akm_defined - 0x420909ee 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x420909ee wpa_use_akm_defined - .text.wpa_use_aes_key_wrap - 0x42090a2e 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x42090a2e wpa_use_aes_key_wrap - .text.wpa_eapol_key_mic - 0x42090a8c 0x104 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x42090a8c wpa_eapol_key_mic - .text.wpa_akm_to_suite - 0x42090b90 0xae esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x42090b90 wpa_akm_to_suite - .text.wpa_compare_rsn_ie - 0x42090c3e 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x42090c3e wpa_compare_rsn_ie - .text.rsn_pmkid - 0x42090c6e 0x5c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x42090c6e rsn_pmkid - .text.wpa_cipher_key_len - 0x42090cca 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x42090cca wpa_cipher_key_len - .text.wpa_pmk_to_ptk - 0x42090d2e 0x242 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x42090d2e wpa_pmk_to_ptk - .text.wpa_cipher_to_alg - 0x42090f70 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x42090f70 wpa_cipher_to_alg - .text.wpa_cipher_valid_pairwise - 0x42090fa4 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x42090fa4 wpa_cipher_valid_pairwise - .text.wpa_cipher_to_suite - 0x42090fd0 0xd8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x42090fd0 wpa_cipher_to_suite - .text.rsn_cipher_put_suites - 0x420910a8 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x420910a8 rsn_cipher_put_suites - .text.wpa_cipher_put_suites - 0x4209110c 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - 0x4209110c wpa_cipher_put_suites - .text.hmac_sha256_kdf - 0x42091170 0x118 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) - 0x42091170 hmac_sha256_kdf - .text.dh_groups_get - 0x42091288 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - 0x42091288 dh_groups_get - .text.sha256_prf_bits - 0x420912b6 0x10c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) - 0x420912b6 sha256_prf_bits - .text.sha256_prf - 0x420913c2 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) - 0x420913c2 sha256_prf - .text.sha1_prf - 0x420913d2 0xbc esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) - 0x420913d2 sha1_prf - .text.wpa_key_mgmt_supports_caching - 0x4209148e 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_supplicant_verify_eapol_key_mic - 0x420914ca 0x17a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.is_wpa2_enterprise_connection - 0x42091644 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_derive_ptk - 0x42091676 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_supplicant_check_group_cipher - 0x420916ac 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_supplicant_decrypt_key_data - 0x42091700 0xf0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_sm_set_seq - 0x420917f0 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_supplicant_install_igtk - 0x4209185e 0x66 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.ieee80211w_set_keys - 0x420918c4 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_sm_get_key - 0x42091912 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_supplicant_gtk_in_use - 0x42091920 0x134 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_sm_pmksa_free_cb - 0x42091a54 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpabuf_put_le16 - 0x42091ad4 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpabuf_put_data - 0x42091af6 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.cipher_type_map_supp_to_public - 0x42091b20 0x8e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x42091b20 cipher_type_map_supp_to_public - .text.cipher_type_map_public_to_supp - 0x42091bae 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x42091bae cipher_type_map_public_to_supp - .text.wpa_eapol_key_send - 0x42091c2c 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x42091c2c wpa_eapol_key_send - .text.wpa_sm_key_request - 0x42091cd4 0x1ce esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_sm_rekey_ptk - 0x42091ea2 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_supplicant_send_4_of_4 - 0x42091eb4 0x14e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_supplicant_send_2_of_2 - 0x42092002 0x14a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_supplicant_send_2_of_4 - 0x4209214c 0x1a2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x4209214c wpa_supplicant_send_2_of_4 - .text.wpa_supplicant_gtk_tx_bit_workaround - 0x420922ee 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x420922ee wpa_supplicant_gtk_tx_bit_workaround - .text.wpa_supplicant_process_1_of_2_rsn - 0x42092302 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_supplicant_process_1_of_2_wpa - 0x420923a2 0x13e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_supplicant_pairwise_gtk - 0x420924e0 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x420924e0 wpa_supplicant_pairwise_gtk - .text.wpa_report_ie_mismatch - 0x42092570 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x42092570 wpa_report_ie_mismatch - .text.wpa_supplicant_validate_ie - 0x42092580 0x10c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_sm_set_state - 0x4209268c 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x4209268c wpa_sm_set_state - .text.wpa_supplicant_key_neg_complete - 0x420926cc 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x420926cc wpa_supplicant_key_neg_complete - .text.wpa_sm_set_pmk_from_pmksa - 0x4209270a 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x4209270a wpa_sm_set_pmk_from_pmksa - .text.wpa_supplicant_get_pmk - 0x4209273c 0x19c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_supplicant_process_1_of_4 - 0x420928d8 0x17e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x420928d8 wpa_supplicant_process_1_of_4 - .text.wpa_sm_init - 0x42092a56 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x42092a56 wpa_sm_init - .text.wpa_sm_notify_assoc - 0x42092ac6 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x42092ac6 wpa_sm_notify_assoc - .text.wpa_set_profile - 0x42092b86 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x42092b86 wpa_set_profile - .text.wpa_set_pmk - 0x42092c8e 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x42092c8e wpa_set_pmk - .text.wpa_set_passphrase - 0x42092d3a 0xe4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x42092d3a wpa_set_passphrase - .text.set_assoc_ie - 0x42092e1e 0x5c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x42092e1e set_assoc_ie - .text.wpa_sm_set_key - 0x42092e7a 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x42092e7a wpa_sm_set_key - .text.wpa_supplicant_install_ptk - 0x42092f3a 0xb4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_supplicant_process_3_of_4 - 0x42092fee 0x14e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_supplicant_install_gtk - 0x4209313c 0x166 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_supplicant_process_1_of_2 - 0x420932a2 0xe6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_sm_rx_eapol - 0x42093388 0x30a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x42093388 wpa_sm_rx_eapol - .text.wpa_supplicant_activate_ptk - 0x42093692 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_supplicant_send_4_of_4_txcallback - 0x420936ec 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .text.wpa_supplicant_clr_countermeasures - 0x42093778 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x42093778 wpa_supplicant_clr_countermeasures - .text.wpa_supplicant_stop_countermeasures - 0x42093786 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x42093786 wpa_supplicant_stop_countermeasures - .text.wpa_michael_mic_failure - 0x420937c8 0xba esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x420937c8 wpa_michael_mic_failure - .text.eapol_txcb - 0x42093882 0xcc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x42093882 eapol_txcb - .text.wpa_sta_in_4way_handshake - 0x4209394e 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x4209394e wpa_sta_in_4way_handshake - .text.wpa_sta_cur_pmksa_matches_akm - 0x4209397c 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x4209397c wpa_sta_cur_pmksa_matches_akm - .text.wpa_sta_clear_curr_pmksa - 0x420939b0 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x420939b0 wpa_sta_clear_curr_pmksa - .text.get_wpa_sm - 0x420939e4 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x420939e4 get_wpa_sm - .text.wpa_sm_set_ap_rsnxe - 0x420939ee 0xba esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x420939ee wpa_sm_set_ap_rsnxe - .text.wpa_sm_set_assoc_rsnxe - 0x42093aa8 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x42093aa8 wpa_sm_set_assoc_rsnxe - .text.wpa_set_bss - 0x42093b00 0x318 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x42093b00 wpa_set_bss - .text.wpa_sm_drop_sa - 0x42093e18 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x42093e18 wpa_sm_drop_sa - .text.wpa_sm_deinit - 0x42093e80 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x42093e80 wpa_sm_deinit - .text.wpa_sm_notify_disassoc - 0x42093eca 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x42093eca wpa_sm_notify_disassoc - .text.owe_build_assoc_req - 0x42093f0e 0xd2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x42093f0e owe_build_assoc_req - .text.owe_process_assoc_resp - 0x42093fe0 0x256 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - 0x42093fe0 owe_process_assoc_resp - .text.wpa_parse_generic - 0x42094236 0x19e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .text.wpa_gen_wpa_ie_rsn - 0x420943d4 0x30a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .text.wpa_gen_wpa_ie_wpa - 0x420946de 0x12c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .text.wpa_parse_wpa_ie - 0x4209480a 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - 0x4209480a wpa_parse_wpa_ie - .text.wpa_gen_wpa_ie - 0x4209484a 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - 0x4209484a wpa_gen_wpa_ie - .text.wpa_gen_rsnxe - 0x42094894 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - 0x42094894 wpa_gen_rsnxe - .text.wpa_supplicant_parse_ies - 0x420948fc 0xc6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - 0x420948fc wpa_supplicant_parse_ies - .text.wpabuf_alloc - 0x420949c2 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - 0x420949c2 wpabuf_alloc - .text.wpabuf_free - 0x420949ea 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - 0x420949ea wpabuf_free - .text.wpabuf_clear_free - 0x42094a18 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - 0x42094a18 wpabuf_clear_free - .text.wpabuf_put - 0x42094a3e 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - 0x42094a3e wpabuf_put - .text.wpabuf_put_data - 0x42094a4c 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .text.wpabuf_alloc_copy - 0x42094a76 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - 0x42094a76 wpabuf_alloc_copy - .text.wpabuf_zeropad - 0x42094aa4 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - 0x42094aa4 wpabuf_zeropad - .text.d_permute - 0x42094b02 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .text.d_invert - 0x42094b22 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .text.sae_pk_buf_shift_left_1 - 0x42094b3e 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .text.sae_group_2_hash_len - 0x42094b6e 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .text.d_check_char - 0x42094b96 0xbc esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .text.wpabuf_put_data - 0x42094c52 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .text.sae_pk_valid_password - 0x42094c7c 0x13a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - 0x42094c7c sae_pk_valid_password - .text.sae_pk_base32_decode - 0x42094db6 0x168 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - 0x42094db6 sae_pk_base32_decode - .text.sae_pk_get_be19 - 0x42094f1e 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - 0x42094f1e sae_pk_get_be19 - .text.sae_pk_buf_shift_left_19 - 0x42094f36 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - 0x42094f36 sae_pk_buf_shift_left_19 - .text.sae_pk_set_password - 0x42094f70 0x140 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - 0x42094f70 sae_pk_set_password - .text.sae_hash - 0x420950b0 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - 0x420950b0 sae_hash - .text.sae_pk_valid_fingerprint - 0x420950d4 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .text.sae_pk_hash_sig_data - 0x420951d4 0x160 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .text.sae_check_confirm_pk - 0x42095334 0x184 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - 0x42095334 sae_check_confirm_pk - .text.eap_client_get_eap_state - 0x420954b8 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - 0x420954b8 eap_client_get_eap_state - .text.disable_wpa_wpa2 - 0x420954cc 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - .text.wpa_alloc_eapol - 0x420954da 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - 0x420954da wpa_alloc_eapol - .text.wpa_free_eapol - 0x4209557a 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - 0x4209557a wpa_free_eapol - .text.wpa_ether_send - 0x42095590 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - 0x42095590 wpa_ether_send - .text.hostapd_send_eapol - 0x42095630 0xd6 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - 0x42095630 hostapd_send_eapol - .text.wpa_supplicant_transition_disable - 0x42095706 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - 0x42095706 wpa_supplicant_transition_disable - .text.wpa_sm_alloc_eapol - 0x4209578a 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - 0x4209578a wpa_sm_alloc_eapol - .text.wpa_sm_free_eapol - 0x42095798 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - 0x42095798 wpa_sm_free_eapol - .text.wpa_sm_deauthenticate - 0x420957a6 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - 0x420957a6 wpa_sm_deauthenticate - .text.wpa_sm_mlme_setprotection - 0x420957cc 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - 0x420957cc wpa_sm_mlme_setprotection - .text.wpa_sm_disassociate - 0x420957d0 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - 0x420957d0 wpa_sm_disassociate - .text.crypto_rng_wrapper - 0x420957d2 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - .text.crypto_bignum_init - 0x420957e4 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - 0x420957e4 crypto_bignum_init - .text.crypto_bignum_init_set - 0x42095808 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - 0x42095808 crypto_bignum_init_set - .text.crypto_bignum_init_uint - 0x4209584c 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - 0x4209584c crypto_bignum_init_uint - .text.crypto_bignum_deinit - 0x4209587e 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - 0x4209587e crypto_bignum_deinit - .text.crypto_bignum_to_bin - 0x4209589c 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - 0x4209589c crypto_bignum_to_bin - .text.crypto_bignum_add - 0x42095908 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - 0x42095908 crypto_bignum_add - .text.crypto_bignum_mod - 0x42095924 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - 0x42095924 crypto_bignum_mod - .text.crypto_bignum_exptmod - 0x42095940 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - 0x42095940 crypto_bignum_exptmod - .text.crypto_bignum_inverse - 0x42095960 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - 0x42095960 crypto_bignum_inverse - .text.crypto_bignum_sub - 0x4209597c 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - 0x4209597c crypto_bignum_sub - .text.crypto_bignum_div - 0x42095998 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - 0x42095998 crypto_bignum_div - .text.crypto_bignum_mulmod - 0x420959b6 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - 0x420959b6 crypto_bignum_mulmod - .text.crypto_bignum_sqrmod - 0x420959ec 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - 0x420959ec crypto_bignum_sqrmod - .text.crypto_bignum_rshift - 0x42095a3c 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - 0x42095a3c crypto_bignum_rshift - .text.crypto_bignum_cmp - 0x42095a6e 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - 0x42095a6e crypto_bignum_cmp - .text.crypto_bignum_is_zero - 0x42095a7c 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - 0x42095a7c crypto_bignum_is_zero - .text.crypto_bignum_is_one - 0x42095a90 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - 0x42095a90 crypto_bignum_is_one - .text.crypto_bignum_is_odd - 0x42095aa4 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - 0x42095aa4 crypto_bignum_is_odd - .text.crypto_bignum_rand - 0x42095aba 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - 0x42095aba crypto_bignum_rand - .text.crypto_bignum_legendre - 0x42095adc 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - 0x42095adc crypto_bignum_legendre - .text.crypto_bignum_addmod - 0x42095b6e 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - 0x42095b6e crypto_bignum_addmod - .text.rc4_skip - 0x42095bc8 0xfa esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - 0x42095bc8 rc4_skip - .text.aes_wrap - 0x42095cc2 0x1e2 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - 0x42095cc2 aes_wrap - .text.aes_unwrap - 0x42095ea4 0x1ac esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - 0x42095ea4 aes_unwrap - .text.dbl 0x42096050 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) - .text.xor 0x4209609a 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) - .text.xorend 0x420960ba 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) - .text.pad_block - 0x420960e6 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) - .text.aes_s2v 0x4209612e 0x14c esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) - .text.aes_siv_decrypt - 0x4209627a 0x120 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) - 0x4209627a aes_siv_decrypt - .text.ieee802_11_parse_extension - 0x4209639a 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .text.ieee802_11_parse_vendor_specific - 0x42096430 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .text.ieee802_11_parse_elems - 0x420964b6 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - 0x420964b6 ieee802_11_parse_elems - .text._pmksa_cache_free_entry - 0x4209654e 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .text.pmksa_cache_free_entry - 0x42096560 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .text.pmksa_cache_set_expiration - 0x42096584 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .text.pmksa_cache_expire - 0x420965d2 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .text.pmksa_cache_flush - 0x42096614 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x42096614 pmksa_cache_flush - .text.pmksa_cache_add_entry - 0x42096698 0x12e esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x42096698 pmksa_cache_add_entry - .text.pmksa_cache_add - 0x420967c6 0x128 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x420967c6 pmksa_cache_add - .text.pmksa_cache_clone_entry - 0x420968ee 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .text.pmksa_cache_deinit - 0x4209692c 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x4209692c pmksa_cache_deinit - .text.pmksa_cache_get - 0x42096978 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x42096978 pmksa_cache_get - .text.pmksa_cache_get_opportunistic - 0x420969d8 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x420969d8 pmksa_cache_get_opportunistic - .text.pmksa_cache_get_current - 0x42096a00 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x42096a00 pmksa_cache_get_current - .text.pmksa_cache_clear_current - 0x42096a08 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x42096a08 pmksa_cache_clear_current - .text.pmksa_cache_set_current - 0x42096a10 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x42096a10 pmksa_cache_set_current - .text.pmksa_cache_init - 0x42096a94 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - 0x42096a94 pmksa_cache_init - .text.esp_coex_common_semphr_create_wrapper - 0x42096ace 0x12 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - 0x42096ace esp_coex_common_semphr_create_wrapper - .text.esp_coex_common_semphr_delete_wrapper - 0x42096ae0 0x12 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - 0x42096ae0 esp_coex_common_semphr_delete_wrapper - .text.esp_coex_common_semphr_take_wrapper - 0x42096af2 0x24 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - 0x42096af2 esp_coex_common_semphr_take_wrapper - .text.esp_coex_common_semphr_give_wrapper - 0x42096b16 0x18 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - 0x42096b16 esp_coex_common_semphr_give_wrapper - .text.esp_coex_common_timer_done_wrapper - 0x42096b2e 0xe esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - 0x42096b2e esp_coex_common_timer_done_wrapper - .text.esp_coex_common_timer_setfn_wrapper - 0x42096b3c 0xe esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - 0x42096b3c esp_coex_common_timer_setfn_wrapper - .text.esp_coex_common_spin_lock_create_wrapper - 0x42096b4a 0x60 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - 0x42096b4a esp_coex_common_spin_lock_create_wrapper - .text.esp_coex_common_clk_slowclk_cal_get_wrapper - 0x42096baa 0x22 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - 0x42096baa esp_coex_common_clk_slowclk_cal_get_wrapper - .text.lib_printf - 0x42096bcc 0x8c esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .text.pp_printf - 0x42096c58 0x2a esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - 0x42096c58 pp_printf - .text.net80211_printf - 0x42096c82 0x2a esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - 0x42096c82 net80211_printf - .text.esp_crypto_sha1_mbedtls - 0x42096cac 0x44 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) - .text.esp_crypto_bas64_encode_mbedtls - 0x42096cf0 0xe esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) - .text.esp_crypto_sha1 - 0x42096cfe 0xe esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) - 0x42096cfe esp_crypto_sha1 - .text.esp_crypto_base64_encode - 0x42096d0c 0xe esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) - 0x42096d0c esp_crypto_base64_encode - .text.misc_nvs_load - 0x42096d1a 0xa4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - 0x42096d1a misc_nvs_load - .text.misc_nvs_deinit - 0x42096dbe 0x5c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - 0x42096dbe misc_nvs_deinit - .text.misc_nvs_init - 0x42096e1a 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - 0x42096e1a misc_nvs_init - .text.mesh_sta_auth_expire_time - 0x42096e4e 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - 0x42096e4e mesh_sta_auth_expire_time - .text.esp_ota_get_running_partition - 0x42096e8e 0xc6 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - 0x42096e8e esp_ota_get_running_partition - .text.ds_ll_configure_iv - 0x42096f54 0x24 esp-idf/hal/libhal.a(ds_hal.c.obj) - .text.ds_ll_check_signature - 0x42096f78 0x24 esp-idf/hal/libhal.a(ds_hal.c.obj) - .text.ds_ll_write_private_key_params - 0x42096f9c 0x72 esp-idf/hal/libhal.a(ds_hal.c.obj) - .text.ds_hal_start - 0x4209700e 0xc esp-idf/hal/libhal.a(ds_hal.c.obj) - 0x4209700e ds_hal_start - .text.ds_hal_finish - 0x4209701a 0x16 esp-idf/hal/libhal.a(ds_hal.c.obj) - 0x4209701a ds_hal_finish - .text.ds_hal_configure_iv - 0x42097030 0xe esp-idf/hal/libhal.a(ds_hal.c.obj) - 0x42097030 ds_hal_configure_iv - .text.ds_hal_write_message - 0x4209703e 0x22 esp-idf/hal/libhal.a(ds_hal.c.obj) - 0x4209703e ds_hal_write_message - .text.ds_hal_write_private_key_params - 0x42097060 0xe esp-idf/hal/libhal.a(ds_hal.c.obj) - 0x42097060 ds_hal_write_private_key_params - .text.ds_hal_start_sign - 0x4209706e 0xc esp-idf/hal/libhal.a(ds_hal.c.obj) - 0x4209706e ds_hal_start_sign - .text.ds_hal_busy - 0x4209707a 0xe esp-idf/hal/libhal.a(ds_hal.c.obj) - 0x4209707a ds_hal_busy - .text.ds_hal_read_result - 0x42097088 0x42 esp-idf/hal/libhal.a(ds_hal.c.obj) - 0x42097088 ds_hal_read_result - .text.ethip6_output - 0x420970ca 0xb0 esp-idf/lwip/liblwip.a(ethip6.c.obj) - 0x420970ca ethip6_output - .text._ZdaPv 0x4209717a 0x2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_opv.o) - 0x4209717a operator delete[](void*) - .text._ZNK9__gnu_cxx24__concurrence_lock_error4whatEv - 0x4209717c 0xa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - 0x4209717c __gnu_cxx::__concurrence_lock_error::what() const - .text._ZNK9__gnu_cxx26__concurrence_unlock_error4whatEv - 0x42097186 0xa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - 0x42097186 __gnu_cxx::__concurrence_unlock_error::what() const - .text._ZN9__gnu_cxx24__concurrence_lock_errorD2Ev - 0x42097190 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - 0x42097190 __gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() - 0x42097190 __gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() - .text._ZN9__gnu_cxx24__concurrence_lock_errorD0Ev - 0x4209719c 0x18 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - 0x4209719c __gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() - .text._ZN9__gnu_cxx26__concurrence_unlock_errorD2Ev - 0x420971b4 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - 0x420971b4 __gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() - 0x420971b4 __gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() - .text._ZN9__gnu_cxx26__concurrence_unlock_errorD0Ev - 0x420971c0 0x18 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - 0x420971c0 __gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() - .text._ZN9__gnu_cxx7__mutex4lockEv - 0x420971d8 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - 0x420971d8 __gnu_cxx::__mutex::lock() - .text._ZN9__gnu_cxx7__mutex6unlockEv - 0x42097208 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - 0x42097208 __gnu_cxx::__mutex::unlock() - .text._ZSt15get_new_handlerv - 0x42097238 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - 0x42097238 std::get_new_handler() - .text.startup._GLOBAL__sub_I__ZSt7nothrow - 0x42097268 0xe C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .text._ZnajRKSt9nothrow_t - 0x42097276 0x14 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) - 0x42097276 operator new[](unsigned int, std::nothrow_t const&) - .text._ZN10__cxxabiv120__si_class_type_infoD2Ev - 0x4209728a 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - 0x4209728a __cxxabiv1::__si_class_type_info::~__si_class_type_info() - 0x4209728a __cxxabiv1::__si_class_type_info::~__si_class_type_info() - .text._ZN10__cxxabiv120__si_class_type_infoD0Ev - 0x42097296 0x18 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - 0x42097296 __cxxabiv1::__si_class_type_info::~__si_class_type_info() - .text._ZNKSt9type_infoeqERKS_.isra.0 - 0x420972ae 0x3e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - .text._ZNK10__cxxabiv120__si_class_type_info12__do_dyncastEiNS_17__class_type_info10__sub_kindEPKS1_PKvS4_S6_RNS1_16__dyncast_resultE - 0x420972ec 0xb4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - 0x420972ec __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 - .text._ZNK10__cxxabiv120__si_class_type_info20__do_find_public_srcEiPKvPKNS_17__class_type_infoES2_ - 0x420973a0 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - 0x420973a0 __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 - 0x420973e4 0x42 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - 0x420973e4 __cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const - .text._ZNSt9type_infoD2Ev - 0x42097426 0x2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - 0x42097426 std::type_info::~type_info() - 0x42097426 std::type_info::~type_info() - .text._ZNKSt9type_info14__is_pointer_pEv - 0x42097428 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - 0x42097428 std::type_info::__is_function_p() const - 0x42097428 std::type_info::__is_pointer_p() const - .text._ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PPv - 0x4209742c 0x36 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - 0x4209742c __cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const - .text._ZNK10__cxxabiv117__class_type_info20__do_find_public_srcEiPKvPKS0_S2_ - 0x42097462 0xa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - 0x42097462 __cxxabiv1::__class_type_info::__do_find_public_src(int, void const*, __cxxabiv1::__class_type_info const*, void const*) const - .text._ZN10__cxxabiv117__class_type_infoD2Ev - 0x4209746c 0xe C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - 0x4209746c __cxxabiv1::__class_type_info::~__class_type_info() - 0x4209746c __cxxabiv1::__class_type_info::~__class_type_info() - .text._ZN10__cxxabiv117__class_type_infoD0Ev - 0x4209747a 0x18 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - 0x4209747a __cxxabiv1::__class_type_info::~__class_type_info() - .text._ZNKSt9type_infoeqERKS_.isra.0 - 0x42097492 0x3e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - .text._ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PKvRNS0_15__upcast_resultE - 0x420974d0 0x2a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - 0x420974d0 __cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const - .text._ZNK10__cxxabiv117__class_type_info12__do_dyncastEiNS0_10__sub_kindEPKS0_PKvS3_S5_RNS0_16__dyncast_resultE - 0x420974fa 0x54 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - 0x420974fa __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 - .text._ZNK10__cxxabiv117__class_type_info10__do_catchEPKSt9type_infoPPvj - 0x4209754e 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - 0x4209754e __cxxabiv1::__class_type_info::__do_catch(std::type_info const*, void**, unsigned int) const - .text._ZdlPv 0x42097592 0x8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_op.o) - 0x42097592 operator delete(void*) - .text._ZdlPvj 0x4209759a 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_ops.o) - 0x4209759a operator delete(void*, unsigned int) - .text.__cxa_begin_catch - 0x4209759e 0x70 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) - 0x4209759e __cxa_begin_catch - .text.__cxa_end_catch - 0x4209760e 0x66 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) - 0x4209760e __cxa_end_catch - .text._ZNSt9exceptionD2Ev - 0x42097674 0x2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - 0x42097674 std::exception::~exception() - 0x42097674 std::exception::~exception() - .text._ZL15eh_globals_dtorPv - 0x42097676 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .text.__cxa_get_globals_fast - 0x420976a6 0x2a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - 0x420976a6 __cxa_get_globals_fast - .text.__cxa_get_globals - 0x420976d0 0x5c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - 0x420976d0 __cxa_get_globals - .text.startup._GLOBAL__sub_I__ZN17__eh_globals_init7_S_initE - 0x4209772c 0x2a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .text._ZN10__cxxabiv111__terminateEPFvvE - 0x42097756 0x1a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - 0x42097756 __cxxabiv1::__terminate(void (*)()) - .text._ZSt13get_terminatev - 0x42097770 0x2c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - 0x42097770 std::get_terminate() - .text.unlikely._ZSt9terminatev - 0x4209779c 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - 0x4209779c std::terminate() - .text.startup._GLOBAL__sub_I__ZN10__cxxabiv111__terminateEPFvvE - 0x420977a8 0xe C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .text._Znaj 0x420977b6 0x2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opv.o) - 0x420977b6 operator new[](unsigned int) - .text._Znwj 0x420977b8 0x4a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - 0x420977b8 operator new(unsigned int) - .text._ZNKSt9bad_alloc4whatEv - 0x42097802 0xa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - 0x42097802 std::bad_alloc::what() const - .text._ZNSt9bad_allocD2Ev - 0x4209780c 0xe C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - 0x4209780c std::bad_alloc::~bad_alloc() - 0x4209780c std::bad_alloc::~bad_alloc() - .text._ZNSt9bad_allocD0Ev - 0x4209781a 0x1a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - 0x4209781a std::bad_alloc::~bad_alloc() - .text._Z12abort_returnIiET_v - 0x42097834 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .text.__wrap__Unwind_DeleteException - 0x42097840 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - 0x42097840 __wrap__Unwind_DeleteException - .text.__wrap___gxx_personality_v0 - 0x4209784c 0x8 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - 0x4209784c __wrap___gxx_personality_v0 - .text.__wrap___cxa_allocate_exception - 0x42097854 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - 0x42097854 __wrap___cxa_allocate_exception - .text.__wrap___cxa_throw - 0x42097860 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - 0x42097860 __wrap___cxa_throw - .text.phy_change_channel - 0x4209786c 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - 0x4209786c phy_change_channel - .text.phy_bbpll_en_usb - 0x4209787e 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - 0x4209787e phy_bbpll_en_usb - .text.phy_get_rf_cal_version - 0x42097888 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - 0x42097888 phy_get_rf_cal_version - .text.noise_check_loop - 0x4209788e 0x2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - 0x4209788e noise_check_loop - .text.phy_init_param_set - 0x42097890 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - 0x42097890 phy_init_param_set - .text.ant_tx_cfg - 0x4209789c 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - 0x4209789c ant_tx_cfg - .text.ant_rx_cfg - 0x420978b2 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - 0x420978b2 ant_rx_cfg - .text.get_phy_version_str - 0x420978d6 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - 0x420978d6 get_phy_version_str - .text.get_iq_value - 0x4209791a 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - 0x4209791a get_iq_value - .text.get_bias_ref_code - 0x4209795e 0x86 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - 0x4209795e get_bias_ref_code - .text.phy_get_vdd33 - 0x420979e4 0xaa C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - 0x420979e4 phy_get_vdd33 - .text.phy_set_most_tpw - 0x42097a8e 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - 0x42097a8e phy_set_most_tpw - .text.phy_11p_set - 0x42097aa4 0x1d6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - 0x42097aa4 phy_11p_set - .text.ant_dft_cfg - 0x42097c7a 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - 0x42097c7a ant_dft_cfg - .text.ant_wifitx_cfg - 0x42097c9c 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - 0x42097c9c ant_wifitx_cfg - .text.ant_wifirx_cfg - 0x42097cca 0x68 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - 0x42097cca ant_wifirx_cfg - .text.ant_bttx_cfg - 0x42097d32 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - 0x42097d32 ant_bttx_cfg - .text.ant_btrx_cfg - 0x42097d5c 0x68 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - 0x42097d5c ant_btrx_cfg - .text.phy_enable_low_rate - 0x42097dc4 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - 0x42097dc4 phy_enable_low_rate - .text.phy_disable_low_rate - 0x42097df0 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - 0x42097df0 phy_disable_low_rate - .text.set_rx_sense - 0x42097e1c 0x22a C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - 0x42097e1c set_rx_sense - .text.phy_init_flag - 0x42098046 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - 0x42098046 phy_init_flag - .text.wr_rf_freq_mem - 0x4209805c 0x56 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - 0x4209805c wr_rf_freq_mem - .text.freq_i2c_write_set - 0x420980b2 0x530 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - 0x420980b2 freq_i2c_write_set - .text.rom2_pll_cap_mem_update - 0x420985e2 0x70 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - 0x420985e2 rom2_pll_cap_mem_update - .text.get_rf_freq_init - 0x42098652 0x192 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - 0x42098652 get_rf_freq_init - .text.freq_get_i2c_data - 0x420987e4 0x236 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - 0x420987e4 freq_get_i2c_data - .text.freq_i2c_data_write - 0x42098a1a 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - 0x42098a1a freq_i2c_data_write - .text.set_chan_freq_hw_init - 0x42098a58 0xa2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - 0x42098a58 set_chan_freq_hw_init - .text.set_chan_freq_sw_start - 0x42098afa 0xba C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - 0x42098afa set_chan_freq_sw_start - .text.phy_get_romfunc_addr - 0x42098bb4 0x20e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - 0x42098bb4 phy_get_romfunc_addr - .text.rf_init 0x42098dc2 0xe6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - 0x42098dc2 rf_init - .text.register_chipv7_phy_init_param - 0x42098ea8 0x132 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - 0x42098ea8 register_chipv7_phy_init_param - .text.phy_set_mac_data - 0x42098fda 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - 0x42098fda phy_set_mac_data - .text.phy_rfcal_data_sub - 0x42098ff6 0x6e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - 0x42098ff6 phy_rfcal_data_sub - .text.rf_cal_data_recovery - 0x42099064 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - 0x42099064 rf_cal_data_recovery - .text.phy_rfcal_data_check_value - 0x420990a4 0x358 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - 0x420990a4 phy_rfcal_data_check_value - .text.rf_cal_data_backup - 0x420993fc 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - 0x420993fc rf_cal_data_backup - .text.phy_rfcal_data_check - 0x4209940e 0x8e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - 0x4209940e phy_rfcal_data_check - .text.rf_cal_level_check - 0x4209949c 0xac C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - 0x4209949c rf_cal_level_check - .text.bb_init 0x42099548 0xfa C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - 0x42099548 bb_init - .text.register_chipv7_phy - 0x42099642 0x19c C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - 0x42099642 register_chipv7_phy - .text.get_txcap_data - 0x420997de 0x4a C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - 0x420997de get_txcap_data - .text.ram_pbus_force_mode - 0x42099828 0x96 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pbus.o) - 0x42099828 ram_pbus_force_mode - .text.txcal_debuge_mode - 0x420998be 0x84 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pbus.o) - 0x420998be txcal_debuge_mode - .text.txcal_work_mode - 0x42099942 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pbus.o) - 0x42099942 txcal_work_mode - .text.save_pbus_reg - 0x42099976 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pbus.o) - 0x42099976 save_pbus_reg - .text.set_pbus_mem - 0x420999b4 0x24a C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pbus.o) - 0x420999b4 set_pbus_mem - .text.get_sar_sig_ref - 0x42099bfe 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) - 0x42099bfe get_sar_sig_ref - .text.pwdet_tone_start - 0x42099c3c 0x5e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) - 0x42099c3c pwdet_tone_start - .text.get_tone_sar_dout - 0x42099c9a 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) - 0x42099c9a get_tone_sar_dout - .text.get_fm_sar_dout - 0x42099ce8 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) - 0x42099ce8 get_fm_sar_dout - .text.txtone_linear_pwr - 0x42099d0a 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) - 0x42099d0a txtone_linear_pwr - .text.get_power_db - 0x42099d64 0x52 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) - 0x42099d64 get_power_db - .text.rom1_read_sar2_code - 0x42099db6 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) - 0x42099db6 rom1_read_sar2_code - .text.txiq_set_reg - 0x42099de2 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - 0x42099de2 txiq_set_reg - .text.rxiq_set_reg - 0x42099e30 0x70 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - 0x42099e30 rxiq_set_reg - .text.start_tx_tone_step - 0x42099ea0 0xfa C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - 0x42099ea0 start_tx_tone_step - .text.stop_tx_tone - 0x42099f9a 0x7a C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - 0x42099f9a stop_tx_tone - .text.read_hw_noisefloor - 0x4209a014 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - 0x4209a014 read_hw_noisefloor - .text.rom1_set_noise_floor - 0x4209a02e 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - 0x4209a02e rom1_set_noise_floor - .text.phy_freq_correct - 0x4209a04a 0x106 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - 0x4209a04a phy_freq_correct - .text.force_txrx_off - 0x4209a150 0x72 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - 0x4209a150 force_txrx_off - .text.restart_cal - 0x4209a1c2 0x70 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - 0x4209a1c2 restart_cal - .text.write_rfpll_sdm - 0x4209a232 0x80 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - 0x4209a232 write_rfpll_sdm - .text.wait_rfpll_cal_end - 0x4209a2b2 0x68 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - 0x4209a2b2 wait_rfpll_cal_end - .text.rfpll_set_freq - 0x4209a31a 0x6c C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - 0x4209a31a rfpll_set_freq - .text.correct_rfpll_offset - 0x4209a386 0x7c C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - 0x4209a386 correct_rfpll_offset - .text.rom2_write_pll_cap - 0x4209a402 0x46 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - 0x4209a402 rom2_write_pll_cap - .text.rom2_read_pll_cap - 0x4209a448 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - 0x4209a448 rom2_read_pll_cap - .text.ram2_rfpll_cap_correct - 0x4209a490 0x1c2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - 0x4209a490 ram2_rfpll_cap_correct - .text.rfpll_cap_init_cal - 0x4209a652 0xd4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - 0x4209a652 rfpll_cap_init_cal - .text.set_rfpll_freq - 0x4209a726 0x64 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - 0x4209a726 set_rfpll_freq - .text.set_rf_freq_offset - 0x4209a78a 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - 0x4209a78a set_rf_freq_offset - .text.set_channel_rfpll_freq - 0x4209a79a 0x52 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - 0x4209a79a set_channel_rfpll_freq - .text.chip_v7_set_chan_misc - 0x4209a7ec 0x68 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - 0x4209a7ec chip_v7_set_chan_misc - .text.chip_v7_set_chan - 0x4209a854 0xe6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - 0x4209a854 chip_v7_set_chan - .text.chip_v7_set_chan_offset - 0x4209a93a 0x88 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - 0x4209a93a chip_v7_set_chan_offset - .text.chip_v7_set_chan_ana - 0x4209a9c2 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - 0x4209a9c2 chip_v7_set_chan_ana - .text.set_chanfreq - 0x4209a9ec 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - 0x4209a9ec set_chanfreq - .text.gen_rx_gain_table - 0x4209aa0c 0x14e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_gain.o) - 0x4209aa0c gen_rx_gain_table - .text.wr_rx_gain_mem - 0x4209ab5a 0x28a C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_gain.o) - 0x4209ab5a wr_rx_gain_mem - .text.set_rx_gain_param - 0x4209ade4 0x186 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_gain.o) - 0x4209ade4 set_rx_gain_param - .text.set_rx_gain_table - 0x4209af6a 0x2b0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_gain.o) - 0x4209af6a set_rx_gain_table - .text.rom2_wait_hw_freq_busy - 0x4209b21a 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - 0x4209b21a rom2_wait_hw_freq_busy - .text.rom1_txpwr_cal_track - 0x4209b23c 0x156 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - 0x4209b23c rom1_txpwr_cal_track - .text.rom2_ulp_ext_code_set - 0x4209b392 0x76 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - 0x4209b392 rom2_ulp_ext_code_set - .text.rom2_ulp_code_track - 0x4209b408 0x90 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - 0x4209b408 rom2_ulp_code_track - .text.ram2_rfpll_cap_track - 0x4209b498 0xa6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - 0x4209b498 ram2_rfpll_cap_track - .text.txpwr_offset - 0x4209b53e 0x96 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - 0x4209b53e txpwr_offset - .text.rfcal_track - 0x4209b5d4 0x9c C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - 0x4209b5d4 rfcal_track - .text.phy_param_track_tot - 0x4209b670 0x9e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - 0x4209b670 phy_param_track_tot - .text.rom2_tsens_read_init1 - 0x4209b70e 0x62 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) - 0x4209b70e rom2_tsens_read_init1 - .text.rom1_tsens_temp_read - 0x4209b770 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) - 0x4209b770 rom1_tsens_temp_read - .text.rom2_temp_to_power1 - 0x4209b786 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) - 0x4209b786 rom2_temp_to_power1 - .text.get_temp_init - 0x4209b7ac 0x5c C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) - 0x4209b7ac get_temp_init - .text.txdc_cal_v70 - 0x4209b808 0x1ee C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - 0x4209b808 txdc_cal_v70 - .text.bt_txdc_cal - 0x4209b9f6 0xe6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - 0x4209b9f6 bt_txdc_cal - .text.txdc_cal_init - 0x4209badc 0x106 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - 0x4209badc txdc_cal_init - .text.txiq_get_mis_pwr - 0x4209bbe2 0xa4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - 0x4209bbe2 txiq_get_mis_pwr - .text.txiq_cover - 0x4209bc86 0x172 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - 0x4209bc86 txiq_cover - .text.get_power_atten - 0x4209bdf8 0x126 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - 0x4209bdf8 get_power_atten - .text.rfcal_txiq - 0x4209bf1e 0x162 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - 0x4209bf1e rfcal_txiq - .text.bt_txiq_cal - 0x4209c080 0xf2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - 0x4209c080 bt_txiq_cal - .text.txiq_cal_init - 0x4209c172 0x98 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - 0x4209c172 txiq_cal_init - .text.pwdet_ref_code - 0x4209c20a 0x74 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - 0x4209c20a pwdet_ref_code - .text.pwdet_code_cal - 0x4209c27e 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - 0x4209c27e pwdet_code_cal - .text.rfcal_txcap - 0x4209c2be 0x154 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - 0x4209c2be rfcal_txcap - .text.tx_cap_init - 0x4209c412 0x122 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - 0x4209c412 tx_cap_init - .text.rfcal_pwrctrl - 0x4209c534 0x1d0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - 0x4209c534 rfcal_pwrctrl - .text.tx_pwctrl_init_cal - 0x4209c704 0x170 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - 0x4209c704 tx_pwctrl_init_cal - .text.tx_pwctrl_init - 0x4209c874 0x90 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - 0x4209c874 tx_pwctrl_init - .text.bt_tx_pwctrl_init - 0x4209c904 0x1f0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - 0x4209c904 bt_tx_pwctrl_init - .text.bt_txpwr_freq - 0x4209caf4 0x9a C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - 0x4209caf4 bt_txpwr_freq - .text.bt_chan_pwr_interp - 0x4209cb8e 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - 0x4209cb8e bt_chan_pwr_interp - .text.rom1_get_rate_fcc_index - 0x4209cbde 0x7e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - 0x4209cbde rom1_get_rate_fcc_index - .text.rom1_get_chan_target_power - 0x4209cc5c 0xae C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - 0x4209cc5c rom1_get_chan_target_power - .text.rom2_get_tx_gain_value1 - 0x4209cd0a 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - 0x4209cd0a rom2_get_tx_gain_value1 - .text.rom1_bt_get_tx_gain - 0x4209cd52 0x110 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - 0x4209cd52 rom1_bt_get_tx_gain - .text.rom1_wifi_get_tx_gain - 0x4209ce62 0x116 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - 0x4209ce62 rom1_wifi_get_tx_gain - .text.ram1_wifi_set_tx_gain - 0x4209cf78 0xfe C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - 0x4209cf78 ram1_wifi_set_tx_gain - .text.rom1_bt_set_tx_gain - 0x4209d076 0x9e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - 0x4209d076 rom1_bt_set_tx_gain - .text.bt_tx_gain_init - 0x4209d114 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - 0x4209d114 bt_tx_gain_init - .text.txcal_gain_check - 0x4209d13a 0x106 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - 0x4209d13a txcal_gain_check - .text.get_rc_dout - 0x4209d240 0x134 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_analog_cal.o) - 0x4209d240 get_rc_dout - .text.rc_cal 0x4209d374 0x1ac C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_analog_cal.o) - 0x4209d374 rc_cal - .text.chan14_mic_cfg - 0x4209d520 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_basic.o) - 0x4209d520 chan14_mic_cfg - .text.phy_i2c_init2 - 0x4209d562 0x352 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_i2c.o) - 0x4209d562 phy_i2c_init2 - .text.phy_get_i2c_data - 0x4209d8b4 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_i2c.o) - 0x4209d8b4 phy_get_i2c_data - .text.bias_reg_set - 0x4209d902 0x98 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_i2c.o) - 0x4209d902 bias_reg_set - .text.i2c_bbpll_set - 0x4209d99a 0xfc C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_i2c.o) - 0x4209d99a i2c_bbpll_set - .text.rxiq_get_mis - 0x4209da96 0x148 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - 0x4209da96 rxiq_get_mis - .text.rxiq_cover_mg_mp - 0x4209dbde 0x116 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - 0x4209dbde rxiq_cover_mg_mp - .text.rfcal_rxiq - 0x4209dcf4 0x68 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - 0x4209dcf4 rfcal_rxiq - .text.get_rfcal_rxiq_data - 0x4209dd5c 0x132 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - 0x4209dd5c get_rfcal_rxiq_data - .text.pbus_rx_dco_cal - 0x4209de8e 0x390 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - 0x4209de8e pbus_rx_dco_cal - .text.rxdc_est_min_new - 0x4209e21e 0x84 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - 0x4209e21e rxdc_est_min_new - .text.pbus_rx_dco_cal_1step_new - 0x4209e2a2 0x542 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - 0x4209e2a2 pbus_rx_dco_cal_1step_new - .text.set_rx_gain_cal_iq - 0x4209e7e4 0x2fa C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - 0x4209e7e4 set_rx_gain_cal_iq - .text.rx_chan_dc_sort - 0x4209eade 0x1a6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - 0x4209eade rx_chan_dc_sort - .text.set_rx_gain_cal_dc - 0x4209ec84 0x2d6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - 0x4209ec84 set_rx_gain_cal_dc - .text.lib_printf - 0x4209ef5a 0x8c esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) - .text.phy_printf - 0x4209efe6 0x2a esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) - 0x4209efe6 phy_printf - .text 0x4209f010 0xec C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) - 0x4209f010 _fclose_r - 0x4209f0e6 fclose - .text 0x4209f0fc 0x1e6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) - 0x4209f0fc __sflush_r - 0x4209f24a _fflush_r - 0x4209f2b0 fflush - .text 0x4209f2e2 0x2fe C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - 0x4209f47c __sfp_lock_acquire - 0x4209f48c __sfp_lock_release - 0x4209f49c __sfp - 0x4209f576 __sinit - 0x4209f5a4 __fp_lock_all - 0x4209f5c2 __fp_unlock_all - .text 0x4209f5e0 0xfc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - 0x4209f5e0 _fopen_r - 0x4209f6be fopen - .text 0x4209f6dc 0x2c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseek.o) - 0x4209f6dc _fseek_r - 0x4209f6e0 fseek - .text 0x4209f708 0x30e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fvwrite.o) - 0x4209f708 __sfvwrite_r - .text 0x4209fa16 0x68 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwalk.o) - 0x4209fa16 _fwalk_sglue - .text 0x4209fa7e 0x54 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-printf.o) - 0x4209fa7e _printf_r - 0x4209faa0 printf - .text 0x4209fad2 0xac C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-puts.o) - 0x4209fad2 _puts_r - 0x4209fb68 puts - .text 0x4209fb7e 0x136 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) - 0x4209fba6 __srefill_r - .text 0x4209fcb4 0xf6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-snprintf.o) - 0x4209fcb4 _snprintf_r - 0x4209fd28 snprintf - .text 0x4209fdaa 0x90 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sprintf.o) - 0x4209fdaa _sprintf_r - 0x4209fde8 sprintf - .text 0x4209fe3a 0xc8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-stdio.o) - 0x4209fe3a __sread - 0x4209fe6c __seofread - 0x4209fe70 __swrite - 0x4209fec2 __sseek - 0x4209fefa __sclose - .text 0x4209ff02 0x28 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vprintf.o) - 0x4209ff02 vprintf - 0x4209ff20 _vprintf_r - .text 0x4209ff2a 0x92 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vsnprintf.o) - 0x4209ff2a _vsnprintf_r - 0x4209ff8e vsnprintf - .text 0x4209ffbc 0xc8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wsetup.o) - 0x4209ffbc __swsetup_r - .text 0x420a0084 0x98 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-asprintf.o) - 0x420a0084 _asprintf_r - 0x420a00c6 asprintf - .text 0x420a011c 0x31e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - 0x420a011c _fseeko_r - 0x420a0414 fseeko - .text 0x420a043a 0x390 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror.o) - 0x420a043a _strerror_r - 0x420a0796 strerror - 0x420a07b0 strerror_l - .text 0x420a07ca 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-u_strerr.o) - 0x420a07ca _user_strerror - .text 0x420a07ce 0x46 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-time.o) - 0x420a07ce time - .text 0x420a0814 0x100 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-reent.o) - 0x420a0814 _reclaim_reent - .text 0x420a0914 0x12 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-errno.o) - 0x420a0914 __errno - .text 0x420a0926 0x18 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysclose.o) - 0x420a0926 close - .text 0x420a093e 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysfstat.o) - 0x420a093e fstat - .text 0x420a095e 0x24 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysgettod.o) - 0x420a095e gettimeofday - .text 0x420a0982 0x3a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysopen.o) - 0x420a0982 open - .text 0x420a09bc 0x28 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysread.o) - 0x420a09bc read - .text 0x420a09e4 0x28 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-syswrite.o) - 0x420a09e4 write - .text 0x420a0a0c 0x281c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - 0x420a0e2c _svfprintf_r - .text 0x420a3228 0x2978 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - 0x420a3648 _vfprintf_r - 0x420a5ad2 vfprintf - .text 0x420a5ba0 0x1aca C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - 0x420a5fc0 __sprint_r - 0x420a5fe4 _vfiprintf_r - 0x420a759c vfiprintf - .text 0x420a766a 0x7a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-flags.o) - 0x420a766a __sflags - .text 0x420a76e4 0x11c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-makebuf.o) - 0x420a76e4 __swhatbuf_r - 0x420a7764 __smakebuf_r - .text 0x420a7800 0x22 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-localeconv.o) - 0x420a7800 __localeconv_l - 0x420a7806 _localeconv_r - 0x420a7814 localeconv - .text 0x420a7822 0x90 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libm_a-s_frexp.o) - 0x420a7822 frexp - .text 0x420a78b2 0xf72 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - 0x420a79e6 _dtoa_r - .text 0x420a8824 0x48 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbtowc_r.o) - 0x420a8824 _mbtowc_r - 0x420a8832 __ascii_mbtowc - .text 0x420a886c 0xbfc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - 0x420a886c _Balloc - 0x420a891e _Bfree - 0x420a8986 __multadd - 0x420a8a48 __s2b - 0x420a8b08 __hi0bits - 0x420a8b4e __lo0bits - 0x420a8bb8 __i2b - 0x420a8bf2 __multiply - 0x420a8d72 __pow5mult - 0x420a8e52 __lshift - 0x420a8f56 __mcmp - 0x420a8f8c __mdiff - 0x420a90fe __ulp - 0x420a9142 __b2d - 0x420a9208 __d2b - 0x420a92e8 __ratio - 0x420a936c _mprec_log10 - 0x420a93d6 __copybits - 0x420a9422 __any_on - .text 0x420a9468 0x2e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wctomb_r.o) - 0x420a9468 _wctomb_r - 0x420a9476 __ascii_wctomb - .text 0x420a9496 0x1ab6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - 0x420a98a4 __ssprint_r - 0x420a99e2 _svfiprintf_r - .text 0x420aaf4c 0x274 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(trunctfdf2.o) - 0x420aaf4c __trunctfdf2 - *(EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifi0iram EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifi0iram.*) - *(.wifiextrairam .wifiextrairam.*) - .wifiextrairam.5 - 0x420ab1c0 0x80 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x420ab1c0 ieee80211_alloc_tx_buf - .wifiextrairam.4 - 0x420ab240 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x420ab240 ieee80211_post_hmac_tx - .wifiextrairam.6 - 0x420ab28e 0x19e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x420ab28e ieee80211_output_do - .wifiextrairam.9 - 0x420ab42c 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - 0x420ab42c esp_wifi_internal_tx - .wifiextrairam.44 - 0x420ab45e 0x1e0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - 0x420ab45e sta_rx_eapol - .wifiextrairam.47 - 0x420ab63e 0x242 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x420ab63e pm_tx_data_process - .wifiextrairam.55 - 0x420ab880 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x420ab880 pm_on_data_tx - .wifiextrairam.18 - 0x420ab884 0x68 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x420ab884 pp_coex_tx_release - .wifiextrairam.20 - 0x420ab8ec 0x198 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x420ab8ec ppProcTxDone - .wifiextrairam.63 - 0x420aba84 0x12a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x420aba84 ppMapWaitTxq - .wifiextrairam.38 - 0x420abbae 0x80 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x420abbae ppAssembleAMPDU - .wifiextrairam.71 - 0x420abc2e 0x6a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x420abc2e ppDirectRecycleAmpdu - .wifiextrairam.73 - 0x420abc98 0xa8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - 0x420abc98 ppRegressAmpdu - .wifiextrairam.5 - 0x420abd40 0x1f8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - 0x420abd40 esf_buf_alloc_dynamic - .wifiextrairam.5 - 0x420abf38 0x1f8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x420abf38 lmacSetTxFrame - .wifiextrairam.23 - 0x420ac130 0xd2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x420ac130 lmacDiscardFrameExchangeSequence - .wifiextrairam.18 - 0x420ac202 0x104 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x420ac202 lmacProcessTxSuccess - .wifiextrairam.38 - 0x420ac306 0x152 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - 0x420ac306 lmacProcessTxComplete - .wifiextrairam.13 - 0x420ac458 0xa0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x420ac458 rcGetRate - .wifiextrairam.19 - 0x420ac4f8 0xb6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - 0x420ac4f8 trc_onPPTxDone - .wifiextrairam.3 - 0x420ac5ae 0x9e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) - 0x420ac5ae hal_set_tx_pti - .wifiextrairam.3 - 0x420ac64c 0x66 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x420ac64c mac_tx_set_pti - .wifiextrairam.7 - 0x420ac6b2 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x420ac6b2 hal_mac_txq_disable - .wifiextrairam.18 - 0x420ac6ce 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - 0x420ac6ce hal_get_tsf_time - *(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.*) - .wifislpiram.5 - 0x420ac6f8 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x420ac6f8 pm_get_connectionless_status - .wifislpiram.22 - 0x420ac724 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x420ac724 pm_enable_dream_timer - .wifislpiram.24 - 0x420ac766 0x170 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x420ac766 pm_update_by_connectionless_status - .wifislpiram.36 - 0x420ac8d6 0x7e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x420ac8d6 pm_handle_tbtt_interval - .wifislpiram.38 - 0x420ac954 0x14e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x420ac954 pm_update_next_tbtt - .wifislpiram.43 - 0x420acaa2 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x420acaa2 pm_connectionless_wake_interval_timeout_process - .wifislpiram.44 - 0x420acae6 0x6c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - 0x420acae6 pm_connectionless_wake_window_timeout_process - .wifislpiram.4 - 0x420acb52 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - 0x420acb52 hal_get_sta_tsf - .wifislpiram.7 - 0x420acb7a 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - 0x420acb7a hal_set_sta_light_sleep_wake_ahead_time - .wifislpiram.8 - 0x420acb8e 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - 0x420acb8e hal_get_time_to_sta_next_tbtt - .wifislpiram.14 - 0x420acbcc 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - 0x420acbcc tsf_hal_get_counter_value - .wifislpiram.16 - 0x420acc08 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - 0x420acc08 tsf_hal_get_time - .wifislpiram.30 - 0x420acc26 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - 0x420acc26 tsf_hal_get_tbtt_interval - .wifislpiram.3 - 0x420acc74 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - .wifislpiram.4 - 0x420acc8a 0xb2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - 0x420acc8a pp_timer_do_process - *(EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifislprxiram EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifislprxiram.*) - *libesp_driver_gptimer.a:gptimer.*(.text .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_set_alarm_action .text.gptimer_set_raw_count .text.gptimer_start .text.gptimer_stop .text.gptimer_unregister_from_group) - *libesp_event.a:default_event_loop.*(.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) - .text.esp_event_handler_register - 0x420acd3c 0x28 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - 0x420acd3c esp_event_handler_register - .text.esp_event_handler_unregister - 0x420acd64 0x26 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - 0x420acd64 esp_event_handler_unregister - .text.esp_event_post - 0x420acd8a 0x2a esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - 0x420acd8a esp_event_post - .text.esp_event_loop_create_default - 0x420acdb4 0x42 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - 0x420acdb4 esp_event_loop_create_default - *libesp_event.a:esp_event.*(.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) - .text.handler_execute - 0x420acdf6 0x32 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .text.handler_instances_remove_all - 0x420ace28 0x50 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .text.base_node_remove_all_handler - 0x420ace78 0x54 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .text.loop_node_remove_all_handler - 0x420acecc 0x50 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .text.handler_instances_add - 0x420acf1c 0xf2 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .text.base_node_add_handler - 0x420ad00e 0x102 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .text.loop_node_add_handler - 0x420ad110 0x130 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .text.handler_instances_remove - 0x420ad240 0x92 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .text.base_node_remove_handler - 0x420ad2d2 0x94 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .text.loop_node_remove_handler - 0x420ad366 0xaa esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .text.esp_event_loop_create - 0x420ad410 0x1d2 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x420ad410 esp_event_loop_create - .text.esp_event_loop_run - 0x420ad5e2 0x194 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x420ad5e2 esp_event_loop_run - .text.esp_event_loop_run_task - 0x420ad776 0x4e esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .text.esp_event_loop_delete - 0x420ad7c4 0xec esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x420ad7c4 esp_event_loop_delete - .text.esp_event_handler_register_with_internal - 0x420ad8b0 0x1aa esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x420ad8b0 esp_event_handler_register_with_internal - .text.esp_event_handler_register_with - 0x420ada5a 0x12 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x420ada5a esp_event_handler_register_with - .text.esp_event_handler_unregister_with_internal - 0x420ada6c 0x12a esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x420ada6c esp_event_handler_unregister_with_internal - .text.esp_event_handler_unregister_with - 0x420adb96 0x16 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x420adb96 esp_event_handler_unregister_with - .text.esp_event_post_to - 0x420adbac 0x162 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - 0x420adbac esp_event_post_to - *libesp_hw_support.a:cpu.*(.text .text.esp_cpu_clear_breakpoint .text.esp_cpu_clear_watchpoint .text.esp_cpu_set_breakpoint .text.esp_cpu_set_watchpoint) - .text.esp_cpu_set_breakpoint - 0x420add0e 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - 0x420add0e esp_cpu_set_breakpoint - *libesp_hw_support.a:gdma.*(.text .text.do_allocate_gdma_channel .text.gdma_acquire_group_handle .text.gdma_acquire_pair_handle .text.gdma_apply_strategy .text.gdma_config_transfer .text.gdma_connect .text.gdma_del_channel .text.gdma_del_rx_channel .text.gdma_del_tx_channel .text.gdma_disconnect .text.gdma_get_alignment_constraints .text.gdma_get_free_m2m_trig_id_mask .text.gdma_get_group_channel_id .text.gdma_install_rx_interrupt .text.gdma_install_tx_interrupt .text.gdma_new_ahb_channel .text.gdma_register_rx_event_callbacks .text.gdma_register_tx_event_callbacks .text.gdma_release_group_handle .text.gdma_release_pair_handle .text.gdma_set_priority) - .text.gdma_acquire_pair_handle - 0x420add60 0xca esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .text.gdma_acquire_group_handle - 0x420ade2a 0xee esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .text.gdma_release_group_handle - 0x420adf18 0xc6 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .text.gdma_release_pair_handle - 0x420adfde 0x92 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .text.gdma_del_rx_channel - 0x420ae070 0x8a esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .text.gdma_del_tx_channel - 0x420ae0fa 0x8a esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .text.do_allocate_gdma_channel - 0x420ae184 0x434 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .text.gdma_new_ahb_channel - 0x420ae5b8 0x32 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - 0x420ae5b8 gdma_new_channel - 0x420ae5b8 gdma_new_ahb_channel - .text.gdma_del_channel - 0x420ae5ea 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - 0x420ae5ea gdma_del_channel - .text.gdma_get_group_channel_id - 0x420ae64c 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - 0x420ae64c gdma_get_group_channel_id - .text.gdma_connect - 0x420ae6a8 0x1d0 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - 0x420ae6a8 gdma_connect - .text.gdma_disconnect - 0x420ae878 0x118 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - 0x420ae878 gdma_disconnect - .text.gdma_config_transfer - 0x420ae990 0x14c esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - 0x420ae990 gdma_config_transfer - *libesp_hw_support.a:periph_ctrl.*(.text .text.periph_ll_disable_clk_set_rst .text.periph_ll_enable_clk_clear_rst .text.periph_ll_get_clk_en_mask .text.periph_ll_get_clk_en_reg .text.periph_ll_get_rst_en_mask .text.periph_ll_get_rst_en_reg .text.periph_ll_reset .text.periph_module_disable .text.periph_module_enable .text.periph_rcc_acquire_enter .text.periph_rcc_acquire_exit .text.periph_rcc_release_enter .text.periph_rcc_release_exit) - .text.periph_ll_get_clk_en_mask - 0x420aeadc 0x170 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .text.periph_ll_get_rst_en_mask - 0x420aec4c 0x15e esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .text.periph_ll_get_clk_en_reg - 0x420aedaa 0x5a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .text.periph_ll_get_rst_en_reg - 0x420aee04 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .text.periph_ll_enable_clk_clear_rst - 0x420aee60 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .text.periph_ll_reset - 0x420aeeb0 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .text.periph_rcc_acquire_enter - 0x420aeee6 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - 0x420aeee6 periph_rcc_acquire_enter - .text.periph_rcc_acquire_exit - 0x420aef0e 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - 0x420aef0e periph_rcc_acquire_exit - .text.periph_module_enable - 0x420aef30 0xa0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - 0x420aef30 periph_module_enable - *libesp_hw_support.a:sar_periph_ctrl.*(.text .text.s_sar_adc_power_acquire .text.s_sar_adc_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) - .text.s_sar_adc_power_acquire - 0x420aefd0 0x72 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .text.s_sar_adc_power_release - 0x420af042 0xb2 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .text.sar_periph_ctrl_init - 0x420af0f4 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - 0x420af0f4 sar_periph_ctrl_init - .text.sar_periph_ctrl_pwdet_power_acquire - 0x420af10e 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - 0x420af10e sar_periph_ctrl_pwdet_power_acquire - .text.sar_periph_ctrl_pwdet_power_release - 0x420af17a 0xa2 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - 0x420af17a sar_periph_ctrl_pwdet_power_release - .text.sar_periph_ctrl_adc_oneshot_power_acquire - 0x420af21c 0xe esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - 0x420af21c sar_periph_ctrl_adc_oneshot_power_acquire - .text.sar_periph_ctrl_adc_oneshot_power_release - 0x420af22a 0xe esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - 0x420af22a sar_periph_ctrl_adc_oneshot_power_release - *libesp_system.a:esp_system_chip.*(.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) - .text.esp_get_free_heap_size - 0x420af238 0x10 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - 0x420af238 esp_get_free_heap_size - .text.esp_get_free_internal_heap_size - 0x420af248 0x14 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - 0x420af248 esp_get_free_internal_heap_size - .text.esp_get_idf_version - 0x420af25c 0xa esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - 0x420af25c esp_get_idf_version - *libesp_wifi.a:esp_adapter.*(.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.disable_intr_wrapper .text.enable_intr_wrapper .text.esp_event_post_wrapper .text.esp_log_write_wrapper .text.esp_log_writev_wrapper .text.esp_phy_disable_wrapper .text.esp_phy_enable_wrapper .text.esp_read_mac_wrapper .text.event_group_wait_bits_wrapper .text.get_time_wrapper .text.mutex_create_wrapper .text.mutex_delete_wrapper .text.nvs_open_wrapper .text.queue_create_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.clear_intr_wrapper - 0x420af266 0x2 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.task_get_max_priority_wrapper - 0x420af268 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.coex_init_wrapper - 0x420af26c 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.coex_deinit_wrapper - 0x420af270 0x2 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.coex_enable_wrapper - 0x420af272 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.coex_disable_wrapper - 0x420af276 0x2 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.coex_wifi_request_wrapper - 0x420af278 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.coex_wifi_channel_set_wrapper - 0x420af27c 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.coex_schm_status_bit_clear_wrapper - 0x420af280 0x2 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.coex_schm_status_bit_set_wrapper - 0x420af282 0x2 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.coex_schm_interval_get_wrapper - 0x420af284 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.coex_schm_curr_period_get_wrapper - 0x420af288 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.coex_schm_curr_phase_get_wrapper - 0x420af28c 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.coex_register_start_cb_wrapper - 0x420af290 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.coex_schm_process_restart_wrapper - 0x420af294 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.coex_schm_register_cb_wrapper - 0x420af298 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.coex_schm_flexible_period_set_wrapper - 0x420af29c 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.coex_schm_flexible_period_get_wrapper - 0x420af2a0 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.queue_create_wrapper - 0x420af2a4 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.mutex_delete_wrapper - 0x420af2b8 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.wifi_thread_semphr_free - 0x420af2ca 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.esp_log_writev_wrapper - 0x420af2de 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.esp_log_write_wrapper - 0x420af2ec 0x1c esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.get_time_wrapper - 0x420af308 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.nvs_open_wrapper - 0x420af316 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.wifi_clock_disable_wrapper - 0x420af324 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.wifi_clock_enable_wrapper - 0x420af336 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.wifi_reset_mac_wrapper - 0x420af348 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.esp_read_mac_wrapper - 0x420af35c 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.esp_phy_enable_wrapper - 0x420af36a 0x1a esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.esp_phy_disable_wrapper - 0x420af384 0x1a esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.esp_event_post_wrapper - 0x420af39e 0x1c esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.task_create_wrapper - 0x420af3ba 0x18 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.task_create_pinned_to_core_wrapper - 0x420af3d2 0x1c esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.event_group_wait_bits_wrapper - 0x420af3ee 0x24 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.queue_recv_wrapper - 0x420af412 0x24 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.queue_send_to_front_wrapper - 0x420af436 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.queue_send_to_back_wrapper - 0x420af44a 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.queue_send_wrapper - 0x420af45e 0x28 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.recursive_mutex_create_wrapper - 0x420af486 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.mutex_create_wrapper - 0x420af49a 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.wifi_thread_semphr_get_wrapper - 0x420af4ae 0x6e esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.disable_intr_wrapper - 0x420af51c 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.enable_intr_wrapper - 0x420af52e 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.set_isr_wrapper - 0x420af540 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.set_intr_wrapper - 0x420af54e 0x36 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.wifi_create_queue - 0x420af584 0x40 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x420af584 wifi_create_queue - .text.wifi_create_queue_wrapper - 0x420af5c4 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .text.wifi_delete_queue - 0x420af5d2 0x26 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - 0x420af5d2 wifi_delete_queue - .text.wifi_delete_queue_wrapper - 0x420af5f8 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - *libesp_wifi.a:wifi_netif.*(.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) - .text.wifi_ap_receive - 0x420af606 0x26 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .text.wifi_driver_start - 0x420af62c 0x32 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .text.wifi_free - 0x420af65e 0x12 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .text.wifi_transmit - 0x420af670 0x14 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .text.esp_wifi_destroy_if_driver - 0x420af684 0x36 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - 0x420af684 esp_wifi_destroy_if_driver - .text.esp_wifi_create_if_driver - 0x420af6ba 0x5c esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - 0x420af6ba esp_wifi_create_if_driver - .text.esp_wifi_get_if_mac - 0x420af716 0x20 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - 0x420af716 esp_wifi_get_if_mac - .text.esp_wifi_is_if_ready_when_started - 0x420af736 0x16 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - 0x420af736 esp_wifi_is_if_ready_when_started - .text.esp_wifi_register_if_rxcb - 0x420af74c 0x118 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - 0x420af74c esp_wifi_register_if_rxcb - *libfreertos.a:app_startup.*(.literal .literal.* .text .text.*) - .text.main_task - 0x420af864 0xd4 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .text.esp_startup_start_app - 0x420af938 0x76 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - 0x420af938 esp_startup_start_app - *libfreertos.a:freertos_compatibility.*(.literal .literal.* .text .text.*) - *libfreertos.a:idf_additions.*(.literal .literal.* .text .text.*) - *libfreertos.a:tasks.*(.literal.pxGetTaskListByIndex .text.pxGetTaskListByIndex) - *libfreertos.a:tasks.*(.literal.uxTaskGetSnapshotAll .text.uxTaskGetSnapshotAll) - *libfreertos.a:tasks.*(.literal.xTaskGetNext .text.xTaskGetNext) - *libhal.a:gdma_hal_ahb_v1.*(.text .text.gdma_ahb_hal_connect_peri .text.gdma_ahb_hal_disconnect_peri .text.gdma_ahb_hal_enable_burst .text.gdma_ahb_hal_enable_intr .text.gdma_ahb_hal_get_intr_status_reg .text.gdma_ahb_hal_init .text.gdma_ahb_hal_set_priority .text.gdma_ahb_hal_set_strategy .text.gdma_ll_rx_enable_interrupt .text.gdma_ll_tx_enable_interrupt) - .text.gdma_ll_rx_enable_interrupt - 0x420af9ae 0x26 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - .text.gdma_ll_tx_enable_interrupt - 0x420af9d4 0x2e esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - .text.gdma_ahb_hal_set_priority - 0x420afa02 0x3e esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - 0x420afa02 gdma_ahb_hal_set_priority - .text.gdma_ahb_hal_connect_peri - 0x420afa40 0x9a esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - 0x420afa40 gdma_ahb_hal_connect_peri - .text.gdma_ahb_hal_disconnect_peri - 0x420afada 0x44 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - 0x420afada gdma_ahb_hal_disconnect_peri - .text.gdma_ahb_hal_enable_burst - 0x420afb1e 0x78 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - 0x420afb1e gdma_ahb_hal_enable_burst - .text.gdma_ahb_hal_set_strategy - 0x420afb96 0x84 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - 0x420afb96 gdma_ahb_hal_set_strategy - .text.gdma_ahb_hal_enable_intr - 0x420afc1a 0x24 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - 0x420afc1a gdma_ahb_hal_enable_intr - .text.gdma_ahb_hal_get_intr_status_reg - 0x420afc3e 0x1a esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - 0x420afc3e gdma_ahb_hal_get_intr_status_reg - .text.gdma_ahb_hal_init - 0x420afc58 0xa6 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - 0x420afc58 gdma_ahb_hal_init - *libhal.a:gdma_hal_top.*(.text .text.gdma_hal_connect_peri .text.gdma_hal_deinit .text.gdma_hal_disconnect_peri .text.gdma_hal_enable_access_encrypt_mem .text.gdma_hal_enable_burst .text.gdma_hal_enable_intr .text.gdma_hal_get_intr_status_reg .text.gdma_hal_set_burst_size .text.gdma_hal_set_priority .text.gdma_hal_set_strategy) - .text.gdma_hal_deinit - 0x420afcfe 0x6 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - 0x420afcfe gdma_hal_deinit - .text.gdma_hal_set_priority - 0x420afd04 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - 0x420afd04 gdma_hal_set_priority - .text.gdma_hal_connect_peri - 0x420afd12 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - 0x420afd12 gdma_hal_connect_peri - .text.gdma_hal_disconnect_peri - 0x420afd20 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - 0x420afd20 gdma_hal_disconnect_peri - .text.gdma_hal_enable_burst - 0x420afd2e 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - 0x420afd2e gdma_hal_enable_burst - .text.gdma_hal_set_burst_size - 0x420afd3c 0x10 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - 0x420afd3c gdma_hal_set_burst_size - .text.gdma_hal_enable_intr - 0x420afd4c 0xe esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - 0x420afd4c gdma_hal_enable_intr - .text.gdma_hal_enable_access_encrypt_mem - 0x420afd5a 0x10 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - 0x420afd5a gdma_hal_enable_access_encrypt_mem - *libhal.a:timer_hal.*(.text .text.timer_hal_deinit .text.timer_hal_init .text.timer_hal_set_counter_value) - *libheap.a:multi_heap.*(.text .text.multi_heap_check .text.multi_heap_dump .text.multi_heap_dump_tlsf .text.multi_heap_free_size_impl .text.multi_heap_get_info_impl .text.multi_heap_get_info_tlsf .text.multi_heap_minimum_free_size_impl .text.multi_heap_register_impl .text.multi_heap_reset_minimum_free_bytes .text.multi_heap_restore_minimum_free_bytes .text.multi_heap_walk) - .text.multi_heap_get_info_tlsf - 0x420afd6a 0x22 esp-idf/heap/libheap.a(multi_heap.c.obj) - .text.multi_heap_register_impl - 0x420afd8c 0x6c esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x420afd8c multi_heap_register - 0x420afd8c multi_heap_register_impl - .text.multi_heap_free_size_impl - 0x420afdf8 0xa esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x420afdf8 multi_heap_free_size - 0x420afdf8 multi_heap_free_size_impl - .text.multi_heap_get_info_impl - 0x420afe02 0x94 esp-idf/heap/libheap.a(multi_heap.c.obj) - 0x420afe02 multi_heap_get_info_impl - 0x420afe02 multi_heap_get_info - *libheap.a:tlsf.*(.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_malloc_addr .text.tlsf_pool_overhead .text.tlsf_remove_pool .text.tlsf_walk_pool) - .text.control_construct - 0x420afe96 0x1c2 esp-idf/heap/libheap.a(tlsf.c.obj) - .text.default_walker - 0x420b0058 0x34 esp-idf/heap/libheap.a(tlsf.c.obj) - .text.tlsf_walk_pool - 0x420b008c 0x86 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x420b008c tlsf_walk_pool - .text.tlsf_fit_size - 0x420b0112 0x78 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x420b0112 tlsf_fit_size - .text.tlsf_pool_overhead - 0x420b018a 0x4 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x420b018a tlsf_pool_overhead - .text.tlsf_add_pool - 0x420b018e 0x230 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x420b018e tlsf_add_pool - .text.tlsf_create - 0x420b03be 0x28 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x420b03be tlsf_create - .text.tlsf_create_with_pool - 0x420b03e6 0x42 esp-idf/heap/libheap.a(tlsf.c.obj) - 0x420b03e6 tlsf_create_with_pool - *liblog.a:log_timestamp.*(.text) - *liblog.a:log_write.*(.text .text.esp_log_set_vprintf .text.esp_log_writev) - .text.esp_log_writev - 0x420b0428 0x32 esp-idf/log/liblog.a(log_write.c.obj) - 0x420b0428 esp_log_writev - *libriscv.a:interrupt.*(.literal.intr_handler_get .text.intr_handler_get) - .text.intr_handler_get - 0x420b045a 0x14 esp-idf/riscv/libriscv.a(interrupt.c.obj) - 0x420b045a intr_handler_get - *libriscv.a:interrupt.*(.literal.intr_handler_set .text.intr_handler_set) - .text.intr_handler_set - 0x420b046e 0x22 esp-idf/riscv/libriscv.a(interrupt.c.obj) - 0x420b046e intr_handler_set - *(.stub) - *(.gnu.linkonce.t.*) - *(.gnu.warning) - *(.irom0.text) - 0x420b04a0 . = (. + 0x10) - *fill* 0x420b0490 0x10 - 0x420b04a0 _text_end = ABSOLUTE (.) - 0x420b04a0 _instruction_reserved_end = ABSOLUTE (.) - 0x420b04a0 _etext = . - 0x00000000 _flash_cache_start = ABSOLUTE (0x0) - -.flash_rodata_dummy - 0x3c000020 0xc0000 - 0x3c000020 _flash_rodata_dummy_start = . - 0x3c0b04a0 . = (ALIGN (ALIGNOF (.flash.text)) + SIZEOF (.flash.text)) - *fill* 0x3c000020 0xb0480 - 0x3c0c0020 . = (ALIGN (0x10000) + 0x20) - *fill* 0x3c0b04a0 0xfb80 - -.flash.appdesc 0x3c0c0020 0x100 - 0x3c0c0020 _rodata_reserved_start = ABSOLUTE (.) - 0x3c0c0020 _rodata_start = ABSOLUTE (.) - *(.rodata_desc .rodata_desc.*) - .rodata_desc 0x3c0c0020 0x100 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) - 0x3c0c0020 esp_app_desc - *(.rodata_custom_desc .rodata_custom_desc.*) - 0x3c0c0120 . = ALIGN (ALIGNOF (.flash.rodata)) - 0x00000001 ASSERT ((ADDR (.flash.rodata) == (ADDR (.flash.appdesc) + SIZEOF (.flash.appdesc))), The gap between .flash.appdesc and .flash.rodata must not exist to produce the final bin image.) - -.flash.rodata 0x3c0c0120 0x1ee58 - 0x3c0c0120 _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.* *liblog.a:log_lock.* *libhal.a:wdt_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *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.* *libgcc.a:save-restore.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:esp_memory_utils.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *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.* *liblog.a:log_lock.* *libhal.a:wdt_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *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.* *libgcc.a:save-restore.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:esp_memory_utils.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *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.* *liblog.a:log_lock.* *libhal.a:wdt_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *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.* *libgcc.a:save-restore.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:esp_memory_utils.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *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.* *liblog.a:log_lock.* *libhal.a:wdt_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *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.* *libgcc.a:save-restore.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:esp_memory_utils.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *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.* *liblog.a:log_lock.* *libhal.a:wdt_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *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.* *libgcc.a:save-restore.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:esp_memory_utils.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *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.* *liblog.a:log_lock.* *libhal.a:wdt_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_hal_gpspi.* *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.* *libgcc.a:save-restore.* *libgcc.a:_divsf3.* *libesp_system.a:ubsan.* *libesp_system.a:image_process.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_systimer.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_print.* *libesp_mm.a:esp_cache.* *libesp_hw_support.a:systimer.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:esp_memory_utils.* *libclang_rt.builtins.a:save.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:_divsf3.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .srodata.*) - .rodata.embedded - 0x3c0c0120 0x463 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.crt.S.obj - 0x3c0c0120 _binary_client_crt_start - 0x3c0c0120 client_crt - 0x3c0c057f client_crt_length - 0x3c0c057f _binary_client_crt_end - .rodata.embedded - 0x3c0c0583 0x6c9 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.key.S.obj - 0x3c0c0583 client_key - 0x3c0c0583 _binary_client_key_start - 0x3c0c0c48 client_key_length - 0x3c0c0c48 _binary_client_key_end - .rodata.embedded - 0x3c0c0c4c 0x483 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/mosquitto.org.crt.S.obj - 0x3c0c0c4c _binary_mosquitto_org_crt_start - 0x3c0c0c4c mosquitto_org_crt - 0x3c0c10cb _binary_mosquitto_org_crt_end - 0x3c0c10cb mosquitto_org_crt_length - *fill* 0x3c0c10cf 0x1 - .rodata.__esp_system_init_fn_init_show_app_info.str1.4 - 0x3c0c10d0 0x1232a esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) - 0xee (size before relaxing) - .rodata.__esp_system_init_fn_init_efuse_show_app_info.str1.4 - 0x3c0d33fa 0xa2 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .rodata.__esp_system_init_fn_init_efuse.str1.4 - 0x3c0d33fa 0x31 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - *fill* 0x3c0d33fa 0x2 - .rodata.__FUNCTION__.0 - 0x3c0d33fc 0x20 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .rodata.set_cnt_in_reg.str1.4 - 0x3c0d341c 0x63 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.write_reg.str1.4 - 0x3c0d341c 0x84 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_process.str1.4 - 0x3c0d341c 0x5d esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.__func__.1 - 0x3c0d341c 0x1b esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - *fill* 0x3c0d3437 0x1 - .rodata.__func__.4 - 0x3c0d3438 0x1a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - *fill* 0x3c0d3452 0x2 - .srodata.USER_DATA_MAC_CUSTOM - 0x3c0d3454 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.ADC1_INIT_CODE_ATTEN3 - 0x3c0d3458 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.ADC1_INIT_CODE_ATTEN2 - 0x3c0d345c 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.ADC1_INIT_CODE_ATTEN1 - 0x3c0d3460 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.ADC1_INIT_CODE_ATTEN0 - 0x3c0d3464 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.BLK_VERSION_MAJOR - 0x3c0d3468 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.MAC 0x3c0d346c 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.esp_efuse_utility_check_errors.str1.4 - 0x3c0d3484 0x79 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.range_read_addr_blocks - 0x3c0d3484 0x58 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - 0x3c0d3484 range_read_addr_blocks - .rodata.__esp_system_init_fn_init_show_cpu_freq.str1.4 - 0x3c0d34dc 0x51 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .rodata.__esp_system_init_fn_init_flash.str1.4 - 0x3c0d34dc 0x40 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .rodata.__func__.0 - 0x3c0d34dc 0x20 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .rodata.str1.4 - 0x3c0d34fc 0xf6 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - .rodata.esp_get_idf_version.str1.4 - 0x3c0d34fc 0x5 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - .srodata 0x3c0d34fc 0x5 esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .rodata.select_rtc_slow_clk.str1.4 - 0x3c0d3501 0x51 esp-idf/esp_system/libesp_system.a(clk.c.obj) - .rodata.esp_clk_init.str1.4 - 0x3c0d3501 0x68 esp-idf/esp_system/libesp_system.a(clk.c.obj) - *fill* 0x3c0d3501 0x3 - .rodata.__func__.0 - 0x3c0d3504 0xd esp-idf/esp_system/libesp_system.a(clk.c.obj) - *fill* 0x3c0d3511 0x3 - .srodata 0x3c0d3514 0x4 esp-idf/esp_system/libesp_system.a(clk.c.obj) - .rodata.str1.4 - 0x3c0d3518 0x60 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .rodata.__func__.0 - 0x3c0d3518 0x1a esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .rodata.str1.4 - 0x3c0d3532 0x13a esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - *fill* 0x3c0d3532 0x2 - .rodata.cache_ilg_bits - 0x3c0d3534 0x18 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - 0x3c0d3534 cache_ilg_bits - .rodata.core0_acs_bits - 0x3c0d354c 0x30 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - 0x3c0d354c core0_acs_bits - .rodata.esp_panic_handler.str1.4 - 0x3c0d357c 0x87 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .rodata.do_system_init_fn.str1.4 - 0x3c0d357c 0x46 esp-idf/esp_system/libesp_system.a(startup.c.obj) - .srodata.g_startup_fn - 0x3c0d357c 0x4 esp-idf/esp_system/libesp_system.a(startup.c.obj) - 0x3c0d357c g_startup_fn - .rodata.frame_to_panic_info.str1.4 - 0x3c0d3580 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .rodata.print_state_for_core.str1.4 - 0x3c0d3580 0x3 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .rodata.esp_mprot_mem_type_to_str.str1.4 - 0x3c0d3580 0x48 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .rodata.panic_print_register_array.str1.4 - 0x3c0d3580 0xf esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .rodata.panic_print_basic_backtrace.str1.4 - 0x3c0d3580 0x1f esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .rodata.print_memprot_err_details.str1.4 - 0x3c0d3580 0x8f esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .rodata.print_assist_debug_details.str1.4 - 0x3c0d3580 0x8d esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .rodata.print_cache_err_details.str1.4 - 0x3c0d3580 0x45 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .rodata.panic_print_registers.str1.4 - 0x3c0d3580 0x18 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .rodata.panic_soc_fill_info.str1.4 - 0x3c0d3580 0x6c esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .rodata.panic_arch_fill_info.str1.4 - 0x3c0d3580 0x19 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .rodata.str1.4 - 0x3c0d3580 0x30d esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .rodata.reason.0 - 0x3c0d3580 0x40 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .rodata 0x3c0d35c0 0x94 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .srodata.esp_unknown_msg - 0x3c0d3654 0x6 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .rodata.str1.4 - 0x3c0d365a 0x1826 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - *fill* 0x3c0d365a 0x2 - .rodata.esp_err_msg_table - 0x3c0d365c 0x6d8 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .rodata.log_level_set.str1.4 - 0x3c0d3d34 0x2 esp-idf/log/liblog.a(tag_log_level.c.obj) - .rodata.esp_log_cache_set_level.str1.4 - 0x3c0d3d34 0x95 esp-idf/log/liblog.a(log_binary_heap.c.obj) - .rodata.__func__.0 - 0x3c0d3d34 0x18 esp-idf/log/liblog.a(log_binary_heap.c.obj) - .rodata.__func__.1 - 0x3c0d3d4c 0x18 esp-idf/log/liblog.a(log_binary_heap.c.obj) - .rodata.__func__.1 - 0x3c0d3d64 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) - .rodata.__func__.5 - 0x3c0d3d7c 0x11 esp-idf/heap/libheap.a(heap_caps.c.obj) - *fill* 0x3c0d3d8d 0x3 - .rodata.__func__.6 - 0x3c0d3d90 0x12 esp-idf/heap/libheap.a(heap_caps.c.obj) - *fill* 0x3c0d3da2 0x2 - .rodata.__func__.9 - 0x3c0d3da4 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) - .rodata.__func__.10 - 0x3c0d3dbc 0x1a esp-idf/heap/libheap.a(heap_caps.c.obj) - *fill* 0x3c0d3dd6 0x2 - .rodata.__func__.11 - 0x3c0d3dd8 0x19 esp-idf/heap/libheap.a(heap_caps.c.obj) - *fill* 0x3c0d3df1 0x3 - .rodata.__func__.12 - 0x3c0d3df4 0x11 esp-idf/heap/libheap.a(heap_caps.c.obj) - .rodata.register_heap.str1.4 - 0x3c0d3e05 0x43 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .rodata.heap_caps_init.str1.4 - 0x3c0d3e05 0x11c esp-idf/heap/libheap.a(heap_caps_init.c.obj) - *fill* 0x3c0d3e05 0x3 - .rodata.__func__.1 - 0x3c0d3e08 0x14 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .rodata.__func__.2 - 0x3c0d3e1c 0xf esp-idf/heap/libheap.a(heap_caps_init.c.obj) - *fill* 0x3c0d3e2b 0x1 - .rodata.__func__.3 - 0x3c0d3e2c 0xe esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .rodata.assert_valid_block.str1.4 - 0x3c0d3e3a 0x32 esp-idf/heap/libheap.a(multi_heap.c.obj) - .rodata.multi_heap_register_impl.str1.4 - 0x3c0d3e3a 0x2f esp-idf/heap/libheap.a(multi_heap.c.obj) - .rodata.multi_heap_get_first_block.str1.4 - 0x3c0d3e3a 0xd esp-idf/heap/libheap.a(multi_heap.c.obj) - *fill* 0x3c0d3e3a 0x2 - .rodata.__func__.4 - 0x3c0d3e3c 0x18 esp-idf/heap/libheap.a(multi_heap.c.obj) - .rodata.__func__.0 - 0x3c0d3e54 0x19 esp-idf/heap/libheap.a(multi_heap.c.obj) - .rodata.control_construct.str1.4 - 0x3c0d3e6d 0xca esp-idf/heap/libheap.a(tlsf.c.obj) - .rodata.default_walker.str1.4 - 0x3c0d3e6d 0x26 esp-idf/heap/libheap.a(tlsf.c.obj) - .rodata.tlsf_check.str1.4 - 0x3c0d3e6d 0x4a esp-idf/heap/libheap.a(tlsf.c.obj) - .rodata.tlsf_add_pool.str1.4 - 0x3c0d3e6d 0x176 esp-idf/heap/libheap.a(tlsf.c.obj) - .rodata.tlsf_remove_pool.str1.4 - 0x3c0d3e6d 0x116 esp-idf/heap/libheap.a(tlsf.c.obj) - .rodata.tlsf_create.str1.4 - 0x3c0d3e6d 0x32 esp-idf/heap/libheap.a(tlsf.c.obj) - .rodata.tlsf_malloc.str1.4 - 0x3c0d3e6d 0x1e7 esp-idf/heap/libheap.a(tlsf.c.obj) - .rodata.tlsf_memalign_offs.str1.4 - 0x3c0d3e6d 0x2b esp-idf/heap/libheap.a(tlsf.c.obj) - .rodata.tlsf_free.str1.4 - 0x3c0d3e6d 0x110 esp-idf/heap/libheap.a(tlsf.c.obj) - .rodata.tlsf_realloc.str1.4 - 0x3c0d3e6d 0x2e esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c0d3e6d 0x3 - .rodata.__func__.0 - 0x3c0d3e70 0x10 esp-idf/heap/libheap.a(tlsf.c.obj) - .rodata.__func__.1 - 0x3c0d3e80 0xd esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c0d3e8d 0x3 - .rodata.__func__.2 - 0x3c0d3e90 0x11 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c0d3ea1 0x3 - .rodata.__func__.3 - 0x3c0d3ea4 0xd esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c0d3eb1 0x3 - .rodata.__func__.5 - 0x3c0d3eb4 0x11 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c0d3ec5 0x3 - .rodata.__func__.6 - 0x3c0d3ec8 0xa esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c0d3ed2 0x2 - .rodata.__func__.7 - 0x3c0d3ed4 0x13 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c0d3ee7 0x1 - .rodata.__func__.8 - 0x3c0d3ee8 0xc esp-idf/heap/libheap.a(tlsf.c.obj) - .rodata.__func__.9 - 0x3c0d3ef4 0x10 esp-idf/heap/libheap.a(tlsf.c.obj) - .rodata.__func__.10 - 0x3c0d3f04 0x13 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c0d3f17 0x1 - .rodata.__func__.11 - 0x3c0d3f18 0x16 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c0d3f2e 0x2 - .rodata.__func__.12 - 0x3c0d3f30 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c0d3f42 0x2 - .rodata.__func__.13 - 0x3c0d3f44 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c0d3f56 0x2 - .rodata.__func__.14 - 0x3c0d3f58 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c0d3f6a 0x2 - .rodata.__func__.16 - 0x3c0d3f6c 0xa esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c0d3f76 0x2 - .rodata.__func__.17 - 0x3c0d3f78 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c0d3f8a 0x2 - .rodata.__func__.19 - 0x3c0d3f8c 0x9 esp-idf/heap/libheap.a(tlsf.c.obj) - *fill* 0x3c0d3f95 0x3 - .rodata.__func__.20 - 0x3c0d3f98 0xb esp-idf/heap/libheap.a(tlsf.c.obj) - .rodata.s_prepare_reserved_regions.str1.4 - 0x3c0d3fa3 0xfa esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - *fill* 0x3c0d3fa3 0x1 - .rodata.__func__.0 - 0x3c0d3fa4 0x1b esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - *fill* 0x3c0d3fbf 0x1 - .srodata.soc_memory_region_count - 0x3c0d3fc0 0x4 esp-idf/heap/libheap.a(memory_layout.c.obj) - 0x3c0d3fc0 soc_memory_region_count - .rodata.soc_memory_regions - 0x3c0d3fc4 0x64 esp-idf/heap/libheap.a(memory_layout.c.obj) - 0x3c0d3fc4 soc_memory_regions - .rodata.str1.4 - 0x3c0d4028 0x1b esp-idf/heap/libheap.a(memory_layout.c.obj) - .rodata.soc_memory_types - 0x3c0d4028 0x30 esp-idf/heap/libheap.a(memory_layout.c.obj) - 0x3c0d4028 soc_memory_types - .rodata.str1.4 - 0x3c0d4058 0x121 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .rodata.__func__.0 - 0x3c0d4058 0x17 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - *fill* 0x3c0d406f 0x1 - .rodata.__func__.1 - 0x3c0d4070 0x18 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .rodata.__func__.2 - 0x3c0d4088 0xf esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .rodata.find_desc_for_source.str1.4 - 0x3c0d4097 0x39 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .rodata.is_vect_desc_usable.str1.4 - 0x3c0d4097 0x49 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .rodata.esp_intr_alloc_intrstatus.str1.4 - 0x3c0d4097 0xb2 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .rodata.intr_free_for_current_cpu.str1.4 - 0x3c0d4097 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - *fill* 0x3c0d4097 0x1 - .rodata.__func__.2 - 0x3c0d4098 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - *fill* 0x3c0d40a9 0x3 - .rodata.__func__.3 - 0x3c0d40ac 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - *fill* 0x3c0d40c6 0x2 - .rodata.__func__.5 - 0x3c0d40c8 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - *fill* 0x3c0d40e2 0x2 - .rodata.__func__.6 - 0x3c0d40e4 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - *fill* 0x3c0d40fa 0x2 - .rodata.__func__.7 - 0x3c0d40fc 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - *fill* 0x3c0d4115 0x3 - .rodata.__func__.9 - 0x3c0d4118 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .rodata.__func__.10 - 0x3c0d412c 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .rodata.periph_module_enable.str1.4 - 0x3c0d4141 0x4a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - *fill* 0x3c0d4141 0x3 - .rodata.__func__.0 - 0x3c0d4144 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .rodata.__func__.2 - 0x3c0d4158 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .rodata.gpio_ll_deepsleep_wakeup_is_enabled.str1.4 - 0x3c0d416d 0x8e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .rodata.esp_sleep_config_gpio_isolate.str1.4 - 0x3c0d416d 0x4b esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .rodata.esp_sleep_enable_gpio_switch.str1.4 - 0x3c0d416d 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - *fill* 0x3c0d416d 0x3 - .rodata.__func__.0 - 0x3c0d4170 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - *fill* 0x3c0d4191 0x3 - .rodata.__func__.1 - 0x3c0d4194 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .rodata.regi2c_saradc_disable.str1.4 - 0x3c0d41b8 0x2f esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .rodata.str1.4 - 0x3c0d41b8 0x7 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .rodata.set_ocode_by_efuse.str1.4 - 0x3c0d41b8 0x4c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .rodata.get_dig_dbias_by_efuse.str1.4 - 0x3c0d41b8 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .rodata.calibrate_ocode.str1.4 - 0x3c0d41b8 0x32 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .rodata.__func__.0 - 0x3c0d41b8 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - *fill* 0x3c0d41cf 0x1 - .rodata.__func__.1 - 0x3c0d41d0 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - *fill* 0x3c0d41e7 0x1 - .rodata.__func__.2 - 0x3c0d41e8 0x13 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - *fill* 0x3c0d41fb 0x1 - .rodata 0x3c0d41fc 0xa esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .rodata.rtc_clk_cal_ratio.str1.4 - 0x3c0d4206 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .rodata.rtc_time_us_to_slowclk.str1.4 - 0x3c0d4206 0x7 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - *fill* 0x3c0d4206 0x2 - .rodata.__func__.0 - 0x3c0d4208 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - *fill* 0x3c0d421f 0x1 - .rodata.__func__.1 - 0x3c0d4220 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .rodata.s_sar_adc_power_release.str1.4 - 0x3c0d422c 0x47 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .rodata.sar_periph_ctrl_pwdet_power_release.str1.4 - 0x3c0d422c 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .rodata.__func__.0 - 0x3c0d422c 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .rodata.__func__.1 - 0x3c0d4244 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .rodata.esp_mprot_oper_type_to_str.str1.4 - 0x3c0d4268 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .rodata.esp_mprot_pms_world_to_str.str1.4 - 0x3c0d4268 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .rodata.s_sleep_hook_register.str1.4 - 0x3c0d4268 0x4b esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .rodata.str1.4 - 0x3c0d4268 0x187 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .rodata.esp_sleep_sub_mode_config.str1.4 - 0x3c0d4268 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .rodata.__func__.4 - 0x3c0d4268 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .rodata.main_task.str1.4 - 0x3c0d4282 0xba esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .rodata.esp_startup_start_app.str1.4 - 0x3c0d4282 0x40 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - *fill* 0x3c0d4282 0x2 - .rodata.__func__.0 - 0x3c0d4284 0xa esp-idf/freertos/libfreertos.a(app_startup.c.obj) - *fill* 0x3c0d428e 0x2 - .rodata.__func__.1 - 0x3c0d4290 0x16 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .rodata.prvNotifyQueueSetContainer.str1.4 - 0x3c0d42a6 0xb2 esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.xQueueGenericReset.str1.4 - 0x3c0d42a6 0x2c esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.xQueueGenericCreateStatic.str1.4 - 0x3c0d42a6 0x37 esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.xQueueGetMutexHolder.str1.4 - 0x3c0d42a6 0xb esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.xQueueCreateCountingSemaphoreStatic.str1.4 - 0x3c0d42a6 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.xQueueGenericSend.str1.4 - 0x3c0d42a6 0xfb esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.prvInitialiseMutex.str1.4 - 0x3c0d42a6 0x3b esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.xQueueGiveMutexRecursive.str1.4 - 0x3c0d42a6 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.xQueueGiveFromISR.str1.4 - 0x3c0d42a6 0x7d esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.xQueueReceive.str1.4 - 0x3c0d42a6 0x66 esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.xQueueReceiveFromISR.str1.4 - 0x3c0d42a6 0x76 esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.uxQueueMessagesWaiting.str1.4 - 0x3c0d42a6 0x7 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c0d42a6 0x2 - .rodata.__func__.2 - 0x3c0d42a8 0xd esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c0d42b5 0x3 - .rodata.__func__.5 - 0x3c0d42b8 0x17 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c0d42cf 0x1 - .rodata.__func__.7 - 0x3c0d42d0 0x15 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c0d42e5 0x3 - .rodata.__func__.9 - 0x3c0d42e8 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.__func__.10 - 0x3c0d42fc 0xe esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c0d430a 0x2 - .rodata.__func__.11 - 0x3c0d430c 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c0d431e 0x2 - .rodata.__func__.12 - 0x3c0d4320 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c0d4339 0x3 - .rodata.__func__.13 - 0x3c0d433c 0x1b esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c0d4357 0x1 - .rodata.__func__.14 - 0x3c0d4358 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c0d436a 0x2 - .rodata.__func__.15 - 0x3c0d436c 0x1e esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c0d438a 0x2 - .rodata.__func__.17 - 0x3c0d438c 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c0d43a5 0x3 - .rodata.__func__.18 - 0x3c0d43a8 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c0d43c1 0x3 - .rodata.__func__.20 - 0x3c0d43c4 0x15 esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c0d43d9 0x3 - .rodata.__func__.21 - 0x3c0d43dc 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.__func__.23 - 0x3c0d43f0 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) - *fill* 0x3c0d440a 0x2 - .rodata.__func__.24 - 0x3c0d440c 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.__func__.25 - 0x3c0d4420 0x13 esp-idf/freertos/libfreertos.a(queue.c.obj) - .rodata.prvTaskIsTaskSuspended.str1.4 - 0x3c0d4433 0x3a esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.prvDeleteTCB.str1.4 - 0x3c0d4433 0x32 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.prvInitialiseNewTask.str1.4 - 0x3c0d4433 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.vTaskDelete.str1.4 - 0x3c0d4433 0x82 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.eTaskGetState.str1.4 - 0x3c0d4433 0x6 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.xTaskIncrementTick.str1.4 - 0x3c0d4433 0x76 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.xTaskResumeAll.str1.4 - 0x3c0d4433 0x82 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.vTaskSwitchContext.str1.4 - 0x3c0d4433 0x45 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.vTaskSuspend.str1.4 - 0x3c0d4433 0x28 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.vTaskPlaceOnEventList.str1.4 - 0x3c0d4433 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.vTaskPlaceOnUnorderedEventList.str1.4 - 0x3c0d4433 0x28 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.xTaskRemoveFromEventList.str1.4 - 0x3c0d4433 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.vTaskRemoveFromUnorderedEventList.str1.4 - 0x3c0d4433 0x30 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.vTaskSetTimeOutState.str1.4 - 0x3c0d4433 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.xTaskCheckForTimeOut.str1.4 - 0x3c0d4433 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.xTaskPriorityDisinherit.str1.4 - 0x3c0d4433 0x31 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.vTaskPriorityDisinheritAfterTimeout.str1.4 - 0x3c0d4433 0x1c esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.ulTaskGenericNotifyTake.str1.4 - 0x3c0d4433 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.xTaskGenericNotify.str1.4 - 0x3c0d4433 0x83 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.xTaskCreatePinnedToCore.str1.4 - 0x3c0d4433 0x101 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.xTaskCreateStaticPinnedToCore.str1.4 - 0x3c0d4433 0x65 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.prvCreateIdleTasks.str1.4 - 0x3c0d4433 0x5 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.vTaskStartScheduler.str1.4 - 0x3c0d4433 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.xTaskGetIdleTaskHandleForCore.str1.4 - 0x3c0d4433 0xbe esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c0d4433 0x1 - .rodata.__func__.2 - 0x3c0d4434 0x21 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c0d4455 0x3 - .rodata.__func__.3 - 0x3c0d4458 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c0d4476 0x2 - .rodata.__func__.4 - 0x3c0d4478 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c0d4496 0x2 - .rodata.__func__.5 - 0x3c0d4498 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c0d44ad 0x3 - .rodata.__func__.6 - 0x3c0d44b0 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__func__.8 - 0x3c0d44c8 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c0d44e6 0x2 - .rodata.__func__.12 - 0x3c0d44e8 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__func__.13 - 0x3c0d4500 0x24 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__func__.14 - 0x3c0d4524 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__func__.16 - 0x3c0d453c 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c0d4551 0x3 - .rodata.__func__.18 - 0x3c0d4554 0x22 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c0d4576 0x2 - .rodata.__func__.19 - 0x3c0d4578 0x19 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c0d4591 0x3 - .rodata.__func__.21 - 0x3c0d4594 0x1f esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c0d45b3 0x1 - .rodata.__func__.22 - 0x3c0d45b4 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c0d45ca 0x2 - .rodata.__func__.23 - 0x3c0d45cc 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c0d45df 0x1 - .rodata.__func__.24 - 0x3c0d45e0 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c0d45f3 0x1 - .rodata.__func__.29 - 0x3c0d45f4 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c0d4602 0x2 - .rodata.__func__.30 - 0x3c0d4604 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c0d4613 0x1 - .rodata.__func__.31 - 0x3c0d4614 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .rodata.__func__.35 - 0x3c0d4628 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c0d4635 0x3 - .rodata.__func__.38 - 0x3c0d4638 0xb esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c0d4643 0x1 - .rodata.__func__.40 - 0x3c0d4644 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) - *fill* 0x3c0d4651 0x3 - .rodata.__func__.41 - 0x3c0d4654 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) - .srodata.uxTopUsedPriority - 0x3c0d4660 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - 0x3c0d4660 uxTopUsedPriority - .rodata.vPortTaskWrapper.str1.4 - 0x3c0d4664 0x23 esp-idf/freertos/libfreertos.a(port.c.obj) - .rodata.vPortTLSPointersDelCb.str1.4 - 0x3c0d4664 0x73 esp-idf/freertos/libfreertos.a(port.c.obj) - .rodata.pxPortInitialiseStack.str1.4 - 0x3c0d4664 0x64 esp-idf/freertos/libfreertos.a(port.c.obj) - .rodata.vPortExitCritical.str1.4 - 0x3c0d4664 0x1e esp-idf/freertos/libfreertos.a(port.c.obj) - .rodata.vApplicationStackOverflowHook.str1.4 - 0x3c0d4664 0x3c esp-idf/freertos/libfreertos.a(port.c.obj) - .rodata.__func__.0 - 0x3c0d4664 0x12 esp-idf/freertos/libfreertos.a(port.c.obj) - *fill* 0x3c0d4676 0x2 - .rodata.__func__.2 - 0x3c0d4678 0x16 esp-idf/freertos/libfreertos.a(port.c.obj) - .rodata.vApplicationGetIdleTaskMemory.str1.4 - 0x3c0d468e 0x5a esp-idf/freertos/libfreertos.a(port_common.c.obj) - *fill* 0x3c0d468e 0x2 - .rodata.__func__.1 - 0x3c0d4690 0x1e esp-idf/freertos/libfreertos.a(port_common.c.obj) - .rodata.vSystimerSetup.str1.4 - 0x3c0d46ae 0xa8 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - *fill* 0x3c0d46ae 0x2 - .rodata.__func__.0 - 0x3c0d46b0 0xf esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .rodata.str1.4 - 0x3c0d46bf 0x91 esp-idf/newlib/libnewlib.a(locks.c.obj) - .rodata.esp_newlib_locks_init.str1.4 - 0x3c0d46bf 0x68 esp-idf/newlib/libnewlib.a(locks.c.obj) - *fill* 0x3c0d46bf 0x1 - .rodata.__func__.4 - 0x3c0d46c0 0x16 esp-idf/newlib/libnewlib.a(locks.c.obj) - *fill* 0x3c0d46d6 0x2 - .rodata.__func__.3 - 0x3c0d46d8 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) - *fill* 0x3c0d46eb 0x1 - .rodata.__func__.2 - 0x3c0d46ec 0x15 esp-idf/newlib/libnewlib.a(locks.c.obj) - *fill* 0x3c0d4701 0x3 - .rodata.__func__.1 - 0x3c0d4704 0x15 esp-idf/newlib/libnewlib.a(locks.c.obj) - *fill* 0x3c0d4719 0x3 - .rodata.__func__.0 - 0x3c0d471c 0xc esp-idf/newlib/libnewlib.a(locks.c.obj) - .rodata.esp_newlib_init_global_stdio.str1.4 - 0x3c0d4728 0x6 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .rodata.__esp_system_init_fn_init_newlib_stdio.str1.4 - 0x3c0d4728 0xd esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .rodata.pthread_exit.str1.4 - 0x3c0d4728 0x57 esp-idf/pthread/libpthread.a(pthread.c.obj) - .rodata.pthread_mutex_unlock.str1.4 - 0x3c0d4728 0x23 esp-idf/pthread/libpthread.a(pthread.c.obj) - .rodata.__func__.0 - 0x3c0d4728 0x15 esp-idf/pthread/libpthread.a(pthread.c.obj) - .rodata.pthread_cleanup_thread_specific_data_callback.str1.4 - 0x3c0d473d 0x3d esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - *fill* 0x3c0d473d 0x3 - .rodata.__func__.0 - 0x3c0d4740 0x2e esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .rodata.esp_timer_impl_init_system_time.str1.4 - 0x3c0d476e 0x46 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .rodata.str1.4 - 0x3c0d476e 0x75 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .rodata.esp_timer_impl_init.str1.4 - 0x3c0d476e 0x98 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - *fill* 0x3c0d476e 0x2 - .rodata.__func__.0 - 0x3c0d4770 0x1c esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .rodata.uart_access.str1.4 - 0x3c0d478c 0xb esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .rodata.uart_fcntl.str1.4 - 0x3c0d478c 0x44 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .rodata.uart_return_char.str1.4 - 0x3c0d478c 0x1d esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .rodata.uart_vfs_dev_register.str1.4 - 0x3c0d478c 0x87 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .rodata.__func__.7 - 0x3c0d478c 0x16 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - *fill* 0x3c0d47a2 0x2 - .rodata.__func__.6 - 0x3c0d47a4 0xb esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - *fill* 0x3c0d47af 0x1 - .rodata.__func__.5 - 0x3c0d47b0 0x11 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - *fill* 0x3c0d47c1 0x3 - .rodata.__func__.4 - 0x3c0d47c4 0xa esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - *fill* 0x3c0d47ce 0x2 - .rodata.__func__.3 - 0x3c0d47d0 0xb esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - *fill* 0x3c0d47db 0x1 - .rodata.__func__.2 - 0x3c0d47dc 0xb esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - *fill* 0x3c0d47e7 0x1 - .rodata.__func__.1 - 0x3c0d47e8 0xb esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - *fill* 0x3c0d47f3 0x1 - .rodata.__func__.0 - 0x3c0d47f4 0xb esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - *fill* 0x3c0d47ff 0x1 - .rodata.s_vfs_uart - 0x3c0d4800 0x38 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .rodata.s_vfs_uart_termios - 0x3c0d4838 0x1c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .rodata.s_vfs_uart_select - 0x3c0d4854 0x18 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .rodata.s_vfs_uart_dir - 0x3c0d486c 0x40 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .srodata.s_uart_mount_points - 0x3c0d48ac 0x8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .srodata.s_ctx - 0x3c0d48b4 0x8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .rodata.uart_reenable_intr_mask.str1.4 - 0x3c0d48bc 0x2c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_word_length.str1.4 - 0x3c0d48bc 0x24 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_stop_bits.str1.4 - 0x3c0d48bc 0x24 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_set_baudrate.str1.4 - 0x3c0d48bc 0x25 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_pattern_pop_pos.str1.4 - 0x3c0d48bc 0x27 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_wait_tx_done.str1.4 - 0x3c0d48bc 0x98 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.uart_flush_input.str1.4 - 0x3c0d48bc 0x23 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.36 - 0x3c0d48bc 0x11 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c0d48cd 0x3 - .rodata.__FUNCTION__.34 - 0x3c0d48d0 0x1b esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c0d48eb 0x1 - .rodata.__FUNCTION__.33 - 0x3c0d48ec 0x18 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__func__.28 - 0x3c0d4904 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c0d4916 0x2 - .rodata.__FUNCTION__.27 - 0x3c0d4918 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c0d492a 0x2 - .rodata.__FUNCTION__.7 - 0x3c0d492c 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c0d493e 0x2 - .rodata.__FUNCTION__.6 - 0x3c0d4940 0x12 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c0d4952 0x2 - .rodata.__FUNCTION__.5 - 0x3c0d4954 0x10 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.4 - 0x3c0d4964 0x10 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.__FUNCTION__.3 - 0x3c0d4974 0x13 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c0d4987 0x1 - .rodata.__FUNCTION__.2 - 0x3c0d4988 0x13 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c0d499b 0x1 - .rodata.__FUNCTION__.1 - 0x3c0d499c 0x15 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - *fill* 0x3c0d49b1 0x3 - .rodata.__FUNCTION__.0 - 0x3c0d49b4 0x15 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .rodata.usb_serial_jtag_return_char.str1.4 - 0x3c0d49c9 0x5e esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .rodata.__esp_system_init_fn_init_vfs_usj_sec.str1.4 - 0x3c0d49c9 0xf esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - *fill* 0x3c0d49c9 0x3 - .rodata.__func__.0 - 0x3c0d49cc 0x1c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .rodata.s_vfs_jtag - 0x3c0d49e8 0x38 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .rodata.s_vfs_jtag_termios - 0x3c0d4a20 0x1c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .rodata.s_vfs_jtag_select - 0x3c0d4a3c 0x18 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .rodata.console_open.str1.4 - 0x3c0d4a54 0x1b esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .rodata.esp_vfs_dev_console_register.str1.4 - 0x3c0d4a54 0xd esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .rodata.s_vfs_console - 0x3c0d4a54 0x38 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .rodata.s_vfs_console_termios - 0x3c0d4a8c 0x1c esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .rodata.s_vfs_console_select - 0x3c0d4aa8 0x18 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .rodata.s_vfs_console_dir - 0x3c0d4ac0 0x40 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .rodata.esp_minify_vfs.str1.4 - 0x3c0d4b00 0x27 esp-idf/vfs/libvfs.a(vfs.c.obj) - .rodata.translate_path.str1.4 - 0x3c0d4b00 0x43 esp-idf/vfs/libvfs.a(vfs.c.obj) - .rodata.esp_vfs_register_fd_range.str1.4 - 0x3c0d4b00 0x1 esp-idf/vfs/libvfs.a(vfs.c.obj) - .rodata.__func__.1 - 0x3c0d4b00 0xf esp-idf/vfs/libvfs.a(vfs.c.obj) - *fill* 0x3c0d4b0f 0x1 - .rodata.__func__.0 - 0x3c0d4b10 0xf esp-idf/vfs/libvfs.a(vfs.c.obj) - .rodata.vfs_null_open.str1.4 - 0x3c0d4b1f 0x2 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .rodata.esp_vfs_null_register.str1.4 - 0x3c0d4b1f 0xa esp-idf/vfs/libvfs.a(nullfs.c.obj) - *fill* 0x3c0d4b1f 0x1 - .rodata.s_vfs_null - 0x3c0d4b20 0x38 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .rodata.s_vfs_null_dir - 0x3c0d4b58 0x40 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .rodata.log_error_if_nonzero.str1.4 - 0x3c0d4b98 0x2d esp-idf/main/libmain.a(app_main.c.obj) - .rodata.mqtt_app_start.str1.4 - 0x3c0d4b98 0x4a esp-idf/main/libmain.a(app_main.c.obj) - .rodata.mqtt_event_handler.str1.4 - 0x3c0d4b98 0x26b esp-idf/main/libmain.a(app_main.c.obj) - .rodata.app_main.str1.4 - 0x3c0d4b98 0xe6 esp-idf/main/libmain.a(app_main.c.obj) - .rodata.__func__.0 - 0x3c0d4b98 0x9 esp-idf/main/libmain.a(app_main.c.obj) - .rodata.create_string.str1.4 - 0x3c0d4ba1 0x38 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.esp_mqtt_check_cfg_conflict.str1.4 - 0x3c0d4ba1 0x162 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.run_event_loop.str1.4 - 0x3c0d4ba1 0x2c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.esp_mqtt_dispatch_event.str1.4 - 0x3c0d4ba1 0xc esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.esp_mqtt_client_create_transport.str1.4 - 0x3c0d4ba1 0x59 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.esp_mqtt_set_cert_key_data.str1.4 - 0x3c0d4ba1 0x5 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.esp_mqtt_set_ssl_transport_properties.str1.4 - 0x3c0d4ba1 0xda esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.esp_mqtt_handle_transport_read_error.str1.4 - 0x3c0d4ba1 0x5a esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.esp_mqtt_write.str1.4 - 0x3c0d4ba1 0x6c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.mqtt_message_receive.str1.4 - 0x3c0d4ba1 0x7e esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.esp_mqtt_connect.str1.4 - 0x3c0d4ba1 0x19f esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.send_disconnect_msg.str1.4 - 0x3c0d4ba1 0x62 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.deliver_suback.str1.4 - 0x3c0d4ba1 0x2b esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.deliver_publish.str1.4 - 0x3c0d4ba1 0x64 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.mqtt_process_receive.str1.4 - 0x3c0d4ba1 0x1a8 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.mqtt_resend_queued.str1.4 - 0x3c0d4ba1 0x23 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.esp_mqtt_client_ping.str1.4 - 0x3c0d4ba1 0x4c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.process_keepalive.str1.4 - 0x3c0d4ba1 0x53 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.esp_mqtt_task.str1.4 - 0x3c0d4ba1 0x192 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.make_publish.str1.4 - 0x3c0d4ba1 0x2f esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.esp_mqtt_client_set_uri.str1.4 - 0x3c0d4ba1 0x3e esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.esp_mqtt_set_config.str1.4 - 0x3c0d4ba1 0xb7 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.esp_mqtt_client_start.str1.4 - 0x3c0d4ba1 0x50 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.esp_mqtt_client_stop.str1.4 - 0x3c0d4ba1 0x6f esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.esp_mqtt_client_subscribe_multiple.str1.4 - 0x3c0d4ba1 0xa3 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.esp_mqtt_client_publish.str1.4 - 0x3c0d4ba1 0x41 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - *fill* 0x3c0d4ba1 0x3 - .rodata.__func__.0 - 0x3c0d4ba4 0x10 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.__func__.1 - 0x3c0d4bb4 0x15 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - *fill* 0x3c0d4bc9 0x3 - .rodata.__func__.2 - 0x3c0d4bcc 0x25 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - *fill* 0x3c0d4bf1 0x3 - .rodata.__func__.3 - 0x3c0d4bf4 0x15 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - *fill* 0x3c0d4c09 0x3 - .rodata.__func__.4 - 0x3c0d4c0c 0x11 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - *fill* 0x3c0d4c1d 0x3 - .rodata.__FUNCTION__.5 - 0x3c0d4c20 0x26 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - *fill* 0x3c0d4c46 0x2 - .rodata.__FUNCTION__.6 - 0x3c0d4c48 0x21 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - *fill* 0x3c0d4c69 0x3 - .rodata.__FUNCTION__.7 - 0x3c0d4c6c 0x18 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.__FUNCTION__.8 - 0x3c0d4c84 0x13 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - *fill* 0x3c0d4c97 0x1 - .rodata.__FUNCTION__.9 - 0x3c0d4c98 0x15 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - *fill* 0x3c0d4cad 0x3 - .rodata.__FUNCTION__.10 - 0x3c0d4cb0 0xe esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - *fill* 0x3c0d4cbe 0x2 - .rodata.__FUNCTION__.11 - 0x3c0d4cc0 0x14 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .rodata.mqtt_msg_connect.str1.4 - 0x3c0d4cd4 0x11 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - .rodata.outbox_init.str1.4 - 0x3c0d4cd4 0x34 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - .rodata.__FUNCTION__.0 - 0x3c0d4cd4 0xf esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - *fill* 0x3c0d4ce3 0x1 - .rodata.__FUNCTION__.1 - 0x3c0d4ce4 0xc esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - .rodata.platform_create_id_string.str1.4 - 0x3c0d4cf0 0x4b esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) - .rodata.__FUNCTION__.0 - 0x3c0d4cf0 0x1a esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) - .rodata.print_all_ips_tcpip.str1.4 - 0x3c0d4d0a 0x113 esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - .rodata.example_connect.str1.4 - 0x3c0d4d0a 0x4a esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - *fill* 0x3c0d4d0a 0x2 - .rodata.__func__.1 - 0x3c0d4d0c 0x10 esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - .rodata.__func__.2 - 0x3c0d4d1c 0x14 esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - .rodata.str1.4 - 0x3c0d4d30 0xa9 esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - .rodata.example_handler_on_sta_got_ipv6.str1.4 - 0x3c0d4d30 0xdb esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .rodata.example_handler_on_sta_got_ip.str1.4 - 0x3c0d4d30 0x6e esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .rodata.example_wifi_start.str1.4 - 0x3c0d4d30 0xcd esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .rodata.example_wifi_stop.str1.4 - 0x3c0d4d30 0x5d esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .rodata.example_wifi_sta_do_connect.str1.4 - 0x3c0d4d30 0x247 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .rodata.example_wifi_sta_do_disconnect.str1.4 - 0x3c0d4d30 0x18b esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .rodata.example_handler_on_wifi_disconnect.str1.4 - 0x3c0d4d30 0x77 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .rodata.example_wifi_connect.str1.4 - 0x3c0d4d30 0x24 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .rodata.__func__.0 - 0x3c0d4d30 0x1f esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - *fill* 0x3c0d4d4f 0x1 - .rodata.__func__.1 - 0x3c0d4d50 0x23 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - *fill* 0x3c0d4d73 0x1 - .rodata.__func__.2 - 0x3c0d4d74 0x1c esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .rodata.__func__.3 - 0x3c0d4d90 0x12 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - *fill* 0x3c0d4da2 0x2 - .rodata.__func__.4 - 0x3c0d4da4 0x13 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .rodata.intr_get_item.str1.4 - 0x3c0d4db7 0x70 esp-idf/riscv/libriscv.a(interrupt.c.obj) - .rodata._global_interrupt_handler.str1.4 - 0x3c0d4db7 0x83 esp-idf/riscv/libriscv.a(interrupt.c.obj) - *fill* 0x3c0d4db7 0x1 - .rodata.__func__.0 - 0x3c0d4db8 0x1a esp-idf/riscv/libriscv.a(interrupt.c.obj) - *fill* 0x3c0d4dd2 0x2 - .rodata.__func__.1 - 0x3c0d4dd4 0x18 esp-idf/riscv/libriscv.a(interrupt.c.obj) - .rodata.gpio_input_disable.str1.4 - 0x3c0d4dec 0x34 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.gpio_sleep_output_enable.str1.4 - 0x3c0d4dec 0x1b esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.gpio_set_pull_mode.str1.4 - 0x3c0d4dec 0x53 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.4 - 0x3c0d4dec 0x13 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c0d4dff 0x1 - .rodata.__FUNCTION__.5 - 0x3c0d4e00 0x12 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c0d4e12 0x2 - .rodata.__FUNCTION__.6 - 0x3c0d4e14 0x16 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c0d4e2a 0x2 - .rodata.__FUNCTION__.7 - 0x3c0d4e2c 0x18 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.8 - 0x3c0d4e44 0x15 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c0d4e59 0x3 - .rodata.__FUNCTION__.9 - 0x3c0d4e5c 0x17 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c0d4e73 0x1 - .rodata.__FUNCTION__.10 - 0x3c0d4e74 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c0d4e8d 0x3 - .rodata.__FUNCTION__.11 - 0x3c0d4e90 0x1a esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c0d4eaa 0x2 - .rodata.__FUNCTION__.12 - 0x3c0d4eac 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c0d4ec5 0x3 - .rodata.__FUNCTION__.13 - 0x3c0d4ec8 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - *fill* 0x3c0d4ee1 0x3 - .rodata.__FUNCTION__.14 - 0x3c0d4ee4 0x18 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.__FUNCTION__.15 - 0x3c0d4efc 0x19 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .rodata.str1.4 - 0x3c0d4f15 0x7f esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - *fill* 0x3c0d4f15 0x3 - .rodata.__func__.1 - 0x3c0d4f18 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .rodata.s_get_bus_mask.str1.4 - 0x3c0d4f40 0x37 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.s_reserve_irom_region.str1.4 - 0x3c0d4f40 0xbe esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.s_reserve_drom_region.str1.4 - 0x3c0d4f40 0x8b esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.str1.4 - 0x3c0d4f40 0x5d esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.esp_mmu_map_init.str1.4 - 0x3c0d4f40 0x5f esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.esp_mmu_map_get_max_consecutive_free_block_size.str1.4 - 0x3c0d4f40 0x46 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.esp_mmu_map_reserve_block_with_caps.str1.4 - 0x3c0d4f40 0x21 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.esp_mmu_map.str1.4 - 0x3c0d4f40 0x142 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.esp_mmu_unmap.str1.4 - 0x3c0d4f40 0x8c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.esp_mmu_vaddr_to_paddr.str1.4 - 0x3c0d4f40 0x64 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.__FUNCTION__.1 - 0x3c0d4f40 0x17 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - *fill* 0x3c0d4f57 0x1 - .rodata.__FUNCTION__.2 - 0x3c0d4f58 0xe esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - *fill* 0x3c0d4f66 0x2 - .rodata.__func__.3 - 0x3c0d4f68 0x17 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - *fill* 0x3c0d4f7f 0x1 - .rodata.__func__.4 - 0x3c0d4f80 0xc esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.__FUNCTION__.5 - 0x3c0d4f8c 0xc esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.__func__.8 - 0x3c0d4f98 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - *fill* 0x3c0d4fae 0x2 - .rodata.__func__.9 - 0x3c0d4fb0 0x14 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .rodata.__func__.10 - 0x3c0d4fc4 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - *fill* 0x3c0d4fda 0x2 - .rodata.__func__.11 - 0x3c0d4fdc 0x11 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - *fill* 0x3c0d4fed 0x3 - .rodata.g_mmu_mem_regions - 0x3c0d4ff0 0x18 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) - 0x3c0d4ff0 g_mmu_mem_regions - .rodata.s_merge_contiguous_pages.str1.4 - 0x3c0d5008 0x44 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .rodata.spi_flash_munmap.str1.4 - 0x3c0d5008 0x32 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .rodata.__func__.1 - 0x3c0d5008 0x11 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .rodata.esp_mspi_get_io.str1.4 - 0x3c0d5019 0x3f esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - *fill* 0x3c0d5019 0x3 - .rodata.__func__.0 - 0x3c0d501c 0x10 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .srodata.s_mspi_io_num_default - 0x3c0d502c 0x6 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .rodata.str1.4 - 0x3c0d5032 0x168 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .rodata.esp_flash_read_unique_chip_id.str1.4 - 0x3c0d5032 0x7b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - *fill* 0x3c0d5032 0x2 - .rodata.__func__.0 - 0x3c0d5034 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .rodata.__func__.1 - 0x3c0d5044 0x17 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - *fill* 0x3c0d505b 0x1 - .rodata.io_mode_str - 0x3c0d505c 0xb4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .rodata.esp_flash_init_default_chip.str1.4 - 0x3c0d5110 0x124 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .rodata.__FUNCTION__.0 - 0x3c0d5110 0x1c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .rodata.TAG 0x3c0d512c 0xa esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .rodata.str1.4 - 0x3c0d5136 0x47 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - *fill* 0x3c0d5136 0x2 - .rodata.__func__.0 - 0x3c0d5138 0x19 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .rodata.str1.4 - 0x3c0d5151 0x58 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .rodata.esp_crosscore_int_init.str1.4 - 0x3c0d5151 0x2f esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - *fill* 0x3c0d5151 0x3 - .rodata.__func__.0 - 0x3c0d5154 0x17 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - *fill* 0x3c0d516b 0x1 - .rodata.__func__.1 - 0x3c0d516c 0x17 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .rodata.add_entry.str1.4 - 0x3c0d5183 0xa8 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.delete_entry.str1.4 - 0x3c0d5183 0x48 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.task_wdt_timeout_abort.str1.4 - 0x3c0d5183 0x58 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.task_wdt_timeout_handling.str1.4 - 0x3c0d5183 0x33 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.esp_task_wdt_add.str1.4 - 0x3c0d5183 0x30 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.subscribe_idle.str1.4 - 0x3c0d5183 0xa8 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.esp_task_wdt_init.str1.4 - 0x3c0d5183 0x81 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.esp_task_wdt_print_triggered_tasks.str1.4 - 0x3c0d5183 0xad esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.task_wdt_isr.str1.4 - 0x3c0d5183 0x27 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - *fill* 0x3c0d5183 0x1 - .rodata.__FUNCTION__.5 - 0x3c0d5184 0x13 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - *fill* 0x3c0d5197 0x1 - .rodata.__FUNCTION__.7 - 0x3c0d5198 0xa esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - *fill* 0x3c0d51a2 0x2 - .rodata.__FUNCTION__.8 - 0x3c0d51a4 0x11 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - *fill* 0x3c0d51b5 0x3 - .rodata.__func__.12 - 0x3c0d51b8 0xf esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - *fill* 0x3c0d51c7 0x1 - .rodata.__func__.13 - 0x3c0d51c8 0xd esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - *fill* 0x3c0d51d5 0x3 - .rodata.__FUNCTION__.14 - 0x3c0d51d8 0x12 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - *fill* 0x3c0d51ea 0x2 - .rodata.__func__.15 - 0x3c0d51ec 0x17 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .rodata.str1.4 - 0x3c0d5203 0x3f esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .rodata.get_flash_clock_divider.str1.4 - 0x3c0d5203 0x7c esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .rodata.str1.4 - 0x3c0d5203 0x2e4 esp-idf/soc/libsoc.a(interrupts.c.obj) - *fill* 0x3c0d5203 0x1 - .rodata.esp_isr_names - 0x3c0d5204 0xf8 esp-idf/soc/libsoc.a(interrupts.c.obj) - 0x3c0d5204 esp_isr_names - .rodata.GPIO_HOLD_MASK - 0x3c0d52fc 0x58 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - 0x3c0d52fc GPIO_HOLD_MASK - .rodata.GPIO_PIN_MUX_REG - 0x3c0d5354 0x58 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - 0x3c0d5354 GPIO_PIN_MUX_REG - .rodata.esp_fill_random.str1.4 - 0x3c0d53ac 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) - .rodata.__func__.0 - 0x3c0d53ac 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) - .rodata.get_idx.str1.4 - 0x3c0d53bc 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .rodata.generate_mac.str1.4 - 0x3c0d53bc 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .rodata.get_efuse_factory_mac.str1.4 - 0x3c0d53bc 0x43 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .rodata.get_efuse_mac_custom.str1.4 - 0x3c0d53bc 0x27 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .rodata.get_mac_addr_from_mac_table.str1.4 - 0x3c0d53bc 0x3b esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .rodata.esp_iface_mac_addr_set.str1.4 - 0x3c0d53bc 0x8c esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .rodata.esp_read_mac.str1.4 - 0x3c0d53bc 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .rodata.__func__.0 - 0x3c0d53bc 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - *fill* 0x3c0d53d2 0x2 - .rodata.__func__.1 - 0x3c0d53d4 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .rodata.temperature_sensor_power_release.str1.4 - 0x3c0d53e9 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - *fill* 0x3c0d53e9 0x3 - .rodata.__func__.0 - 0x3c0d53ec 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - *fill* 0x3c0d540d 0x3 - .srodata.cst8 0x3c0d5410 0x100 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - 0x18 (size before relaxing) - .rodata.esp_clk_tree_src_get_freq_hz.str1.4 - 0x3c0d5510 0xc1 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .rodata.__FUNCTION__.0 - 0x3c0d5510 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .rodata.clk_tree_rtc_slow_calibration.str1.4 - 0x3c0d552d 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 - 0x3c0d552d 0x6 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - *fill* 0x3c0d552d 0x3 - .rodata.__func__.0 - 0x3c0d5530 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - *fill* 0x3c0d5551 0x3 - .rodata.__func__.1 - 0x3c0d5554 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - *fill* 0x3c0d5572 0x2 - .srodata.g_spi_lock_main_flash_dev - 0x3c0d5574 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - 0x3c0d5574 g_spi_lock_main_flash_dev - .rodata.adc_lock_release.str1.4 - 0x3c0d5578 0x89 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - .rodata.adc_apb_periph_free.str1.4 - 0x3c0d5578 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - .rodata.__func__.0 - 0x3c0d5578 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - .rodata.xEventGroupCreateStatic.str1.4 - 0x3c0d558c 0xab esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.xEventGroupWaitBits.str1.4 - 0x3c0d558c 0x9f esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.xEventGroupClearBits.str1.4 - 0x3c0d558c 0x26 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.xEventGroupSetBits.str1.4 - 0x3c0d558c 0x24 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.vEventGroupDelete.str1.4 - 0x3c0d558c 0x72 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.__func__.1 - 0x3c0d558c 0x12 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - *fill* 0x3c0d559e 0x2 - .rodata.__func__.2 - 0x3c0d55a0 0x13 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - *fill* 0x3c0d55b3 0x1 - .rodata.__func__.3 - 0x3c0d55b4 0x15 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - *fill* 0x3c0d55c9 0x3 - .rodata.__func__.4 - 0x3c0d55cc 0x14 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.__func__.6 - 0x3c0d55e0 0x14 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .rodata.prvReturnItemByteBuf.str1.4 - 0x3c0d55f4 0x7f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.prvCheckItemFitsByteBuffer.str1.4 - 0x3c0d55f4 0x66 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.prvAcquireItemNoSplit.str1.4 - 0x3c0d55f4 0x64 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.prvReceiveGeneric.str1.4 - 0x3c0d55f4 0x35 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.xRingbufferSendAcquire.str1.4 - 0x3c0d55f4 0x81 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.xRingbufferSendComplete.str1.4 - 0x3c0d55f4 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.xRingbufferSend.str1.4 - 0x3c0d55f4 0x28 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.xRingbufferReceive.str1.4 - 0x3c0d55f4 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.4 - 0x3c0d55f4 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c0d5607 0x1 - .rodata.__func__.7 - 0x3c0d5608 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c0d5622 0x2 - .rodata.__func__.11 - 0x3c0d5624 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c0d563a 0x2 - .rodata.__func__.18 - 0x3c0d563c 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c0d564e 0x2 - .rodata.__func__.19 - 0x3c0d5650 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - *fill* 0x3c0d5663 0x1 - .rodata.__func__.21 - 0x3c0d5664 0x10 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.__func__.28 - 0x3c0d5674 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .rodata.str1.4 - 0x3c0d568a 0x8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - *fill* 0x3c0d568a 0x2 - .rodata 0x3c0d568c 0x14 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .rodata.handler_instances_add.str1.4 - 0x3c0d56a0 0x3d esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .rodata.base_node_add_handler.str1.4 - 0x3c0d56a0 0x2a esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .rodata.loop_node_add_handler.str1.4 - 0x3c0d56a0 0x34 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .rodata.esp_event_loop_create.str1.4 - 0x3c0d56a0 0xfd esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .rodata.esp_event_loop_run.str1.4 - 0x3c0d56a0 0x33 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .rodata.esp_event_loop_run_task.str1.4 - 0x3c0d56a0 0x28 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .rodata.esp_event_handler_register_with_internal.str1.4 - 0x3c0d56a0 0x84 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .rodata.esp_event_handler_unregister_with_internal.str1.4 - 0x3c0d56a0 0x56 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .rodata.__func__.1 - 0x3c0d56a0 0x12 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - *fill* 0x3c0d56b2 0x2 - .rodata.__func__.2 - 0x3c0d56b4 0x2b esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - *fill* 0x3c0d56df 0x1 - .rodata.__func__.3 - 0x3c0d56e0 0x29 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - *fill* 0x3c0d5709 0x3 - .rodata.__func__.4 - 0x3c0d570c 0x16 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - *fill* 0x3c0d5722 0x2 - .rodata.__func__.5 - 0x3c0d5724 0x13 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .rodata.nvs_flash_init.str1.4 - 0x3c0d5737 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - *fill* 0x3c0d5737 0x1 - .rodata._ZTVN3nvs9NVSHandleE - 0x3c0d5738 0x40 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x3c0d5738 vtable for nvs::NVSHandle - .rodata._ZTVN3nvs15NVSHandleSimpleE - 0x3c0d5778 0x40 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - 0x3c0d5778 vtable for nvs::NVSHandleSimple - .rodata._ZTVN3nvs9PartitionE - 0x3c0d57b8 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x3c0d57b8 vtable for nvs::Partition - .rodata._ZTVN3nvs12NVSPartitionE - 0x3c0d57ec 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - 0x3c0d57ec vtable for nvs::NVSPartition - .rodata._ZTVN3nvs19NVSPartitionManagerE - 0x3c0d5820 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - 0x3c0d5820 vtable for nvs::NVSPartitionManager - .rodata.esp_netif_remove_from_list_unsafe.str1.4 - 0x3c0d5830 0x47 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .rodata.__func__.0 - 0x3c0d5830 0x22 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .rodata.str1.4 - 0x3c0d5852 0x9 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - *fill* 0x3c0d5852 0x2 - .srodata.IP_EVENT - 0x3c0d5854 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - 0x3c0d5854 IP_EVENT - .rodata.esp_netif_config_sanity_check.str1.4 - 0x3c0d5858 0x10c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_dhcps_cb.str1.4 - 0x3c0d5858 0x8d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_init_configuration.str1.4 - 0x3c0d5858 0x54 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_dhcps_start_api.str1.4 - 0x3c0d5858 0x2b esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_dhcpc_start_api.str1.4 - 0x3c0d5858 0x26 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_ip_lost_timer.str1.4 - 0x3c0d5858 0x3e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_internal_nd6_cb.str1.4 - 0x3c0d5858 0x3a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_new_api.str1.4 - 0x3c0d5858 0x18f esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_start_api.str1.4 - 0x3c0d5858 0xc2 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_init.str1.4 - 0x3c0d5858 0x9a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_attach.str1.4 - 0x3c0d5858 0x3f esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.esp_netif_internal_dhcpc_cb.str1.4 - 0x3c0d5858 0x38 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.__func__.3 - 0x3c0d5858 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .rodata.__func__.4 - 0x3c0d586c 0x12 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - *fill* 0x3c0d587e 0x2 - .rodata.g_wifi_default_wpa_crypto_funcs - 0x3c0d5880 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - 0x3c0d5880 g_wifi_default_wpa_crypto_funcs - .rodata.pbkdf2_sha1.str1.4 - 0x3c0d58ac 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) - .rodata.__func__.1 - 0x3c0d58ac 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) - .rodata.esp_wifi_config_info.str1.4 - 0x3c0d58b8 0x139 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .rodata.wifi_deinit_internal.str1.4 - 0x3c0d58b8 0x7e esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .rodata.s_set_default_wifi_log_level.str1.4 - 0x3c0d58b8 0x23 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .rodata.esp_wifi_init.str1.4 - 0x3c0d58b8 0x5b esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .rodata.str1.4 - 0x3c0d58b8 0xb esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .srodata.WIFI_EVENT - 0x3c0d58b8 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - 0x3c0d58b8 WIFI_EVENT - .rodata.wifi_default_action_sta_got_ip.str1.4 - 0x3c0d58bc 0x4d esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .rodata.wifi_start.str1.4 - 0x3c0d58bc 0x9c esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .rodata.create_and_attach.str1.4 - 0x3c0d58bc 0x34 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .rodata.esp_netif_create_default_wifi_ap.str1.4 - 0x3c0d58bc 0xac esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .rodata.__func__.1 - 0x3c0d58bc 0x16 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .rodata.esp_wifi_create_if_driver.str1.4 - 0x3c0d58d2 0x45 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .rodata.esp_wifi_register_if_rxcb.str1.4 - 0x3c0d58d2 0xc9 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .rodata.http_parse_host.str1.4 - 0x3c0d58d2 0x4b esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .rodata.http_parser_parse_url.str1.4 - 0x3c0d58d2 0x14 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - *fill* 0x3c0d58d2 0x2 - .rodata.__func__.1 - 0x3c0d58d4 0x10 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .rodata.__func__.2 - 0x3c0d58e4 0x16 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - *fill* 0x3c0d58fa 0x2 - .rodata.normal_url_char - 0x3c0d58fc 0x20 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .rodata.esp_tls_hostname_to_fd.str1.4 - 0x3c0d591c 0xd4 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .rodata.esp_tls_set_socket_options.str1.4 - 0x3c0d591c 0x145 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .rodata.esp_tls_set_socket_non_blocking.str1.4 - 0x3c0d591c 0x6a esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .rodata.tcp_connect.str1.4 - 0x3c0d591c 0xe3 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .rodata.esp_tls_low_level_conn.str1.4 - 0x3c0d591c 0x7b esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .rodata.esp_tls_conn_new_sync.str1.4 - 0x3c0d591c 0x6c esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .rodata.esp_tls_get_conn_sockfd.str1.4 - 0x3c0d591c 0x26 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .rodata.esp_mbedtls_read.str1.4 - 0x3c0d591c 0x32 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .rodata.esp_mbedtls_write.str1.4 - 0x3c0d591c 0x23 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .rodata.set_global_ca_store.str1.4 - 0x3c0d591c 0x53 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .rodata.set_ca_cert.str1.4 - 0x3c0d591c 0x9a esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .rodata.esp_mbedtls_init_pk_ctx_for_ds.str1.4 - 0x3c0d591c 0x7d esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .rodata.set_pki_context.str1.4 - 0x3c0d591c 0xf0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .rodata.set_server_config.str1.4 - 0x3c0d591c 0x15f esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .rodata.esp_mbedtls_verify_certificate.str1.4 - 0x3c0d591c 0x53 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .rodata.esp_mbedtls_handshake.str1.4 - 0x3c0d591c 0x34 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .rodata.esp_mbedtls_get_bytes_avail.str1.4 - 0x3c0d591c 0x3b esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .rodata.set_client_config.str1.4 - 0x3c0d591c 0x221 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .rodata.esp_create_mbedtls_handle.str1.4 - 0x3c0d591c 0x17c esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .rodata.__func__.1 - 0x3c0d591c 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .rodata.__func__.2 - 0x3c0d592c 0xc esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .rodata.__func__.3 - 0x3c0d5938 0x14 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .rodata.__func__.4 - 0x3c0d594c 0x12 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - *fill* 0x3c0d595e 0x2 - .rodata.__func__.5 - 0x3c0d5960 0x1a esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .rodata.esp_transport_list_init.str1.4 - 0x3c0d597a 0x38 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - *fill* 0x3c0d597a 0x2 - .rodata.__FUNCTION__.0 - 0x3c0d597c 0x13 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - *fill* 0x3c0d598f 0x1 - .rodata.__FUNCTION__.1 - 0x3c0d5990 0x17 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - *fill* 0x3c0d59a7 0x1 - .rodata.__FUNCTION__.2 - 0x3c0d59a8 0x18 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - .rodata.esp_tls_connect_async.str1.4 - 0x3c0d59c0 0x4a esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .rodata.base_poll_write.str1.4 - 0x3c0d59c0 0x3d esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .rodata.base_poll_read.str1.4 - 0x3c0d59c0 0x3c esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .rodata.ssl_write.str1.4 - 0x3c0d59c0 0xa5 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .rodata.ssl_read.str1.4 - 0x3c0d59c0 0x2f esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .rodata.ssl_connect.str1.4 - 0x3c0d59c0 0x65 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .rodata.esp_transport_base_init.str1.4 - 0x3c0d59c0 0x2c esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .rodata.tcp_write.str1.4 - 0x3c0d59c0 0x27 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .rodata.tcp_read.str1.4 - 0x3c0d59c0 0x26 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .rodata.tcp_connect.str1.4 - 0x3c0d59c0 0x31 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .rodata.__FUNCTION__.0 - 0x3c0d59c0 0x18 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .rodata.esp_transport_init_foundation_transport.str1.4 - 0x3c0d59d8 0x38 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) - .rodata.__FUNCTION__.0 - 0x3c0d59d8 0x28 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) - .rodata._ws_write.str1.4 - 0x3c0d5a00 0x58 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .rodata.esp_transport_read_exact_size.str1.4 - 0x3c0d5a00 0x3a esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .rodata.ws_read_header.str1.4 - 0x3c0d5a00 0x1d esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .rodata.get_http_header.str1.4 - 0x3c0d5a00 0x3 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .rodata.ws_connect.str1.4 - 0x3c0d5a00 0x455 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .rodata.esp_transport_ws_set_path.str1.4 - 0x3c0d5a00 0x49 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .rodata.esp_transport_ws_init.str1.4 - 0x3c0d5a00 0x56 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .rodata.esp_transport_ws_poll_connection_closed.str1.4 - 0x3c0d5a00 0xb3 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .rodata.esp_transport_ws_handle_control_frames.str1.4 - 0x3c0d5a00 0x1be esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .rodata.ws_handle_control_frame_internal.str1.4 - 0x3c0d5a00 0xed esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .rodata.ws_read.str1.4 - 0x3c0d5a00 0x28 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .rodata.__FUNCTION__.1 - 0x3c0d5a00 0x16 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .rodata.str1.4 - 0x3c0d5a16 0x889 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - *fill* 0x3c0d5a16 0x2 - .rodata.ciphersuite_definitions - 0x3c0d5a18 0x3b0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .rodata.ciphersuite_preference - 0x3c0d5dc8 0x2e8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .rodata.ssl_compute_master.str1.4 - 0x3c0d60b0 0x27 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .rodata.ssl_calc_finished_tls_generic.str1.4 - 0x3c0d60b0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .rodata.ssl_tls12_populate_transform.str1.4 - 0x3c0d60b0 0xe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .rodata.mbedtls_ssl_check_cert_usage.str1.4 - 0x3c0d60b0 0x15 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .rodata.tls_id_match_table - 0x3c0d60b0 0x9c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .srodata.ssl_preset_suiteb_groups - 0x3c0d614c 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - *fill* 0x3c0d6152 0x2 - .srodata.ssl_preset_suiteb_sig_algs - 0x3c0d6154 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - *fill* 0x3c0d615a 0x2 - .rodata.ssl_preset_default_sig_algs - 0x3c0d615c 0x14 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .rodata.ssl_preset_suiteb_ciphersuites - 0x3c0d6170 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .rodata.ssl_preset_default_groups - 0x3c0d617c 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .rodata 0x3c0d618c 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .rodata.small_prime_gaps - 0x3c0d6198 0xa7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - *fill* 0x3c0d623f 0x1 - .rodata.mbedtls_cipher_definitions - 0x3c0d6240 0x180 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - 0x3c0d6240 mbedtls_cipher_definitions - .rodata.str1.4 - 0x3c0d63c0 0x2c4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aria_256_ccm_star_no_tag_info - 0x3c0d63c0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aria_192_ccm_star_no_tag_info - 0x3c0d63c8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aria_128_ccm_star_no_tag_info - 0x3c0d63d0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aria_256_ccm_info - 0x3c0d63d8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aria_192_ccm_info - 0x3c0d63e0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aria_128_ccm_info - 0x3c0d63e8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .rodata.ccm_aria_info - 0x3c0d63f0 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aria_256_gcm_info - 0x3c0d641c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aria_192_gcm_info - 0x3c0d6424 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aria_128_gcm_info - 0x3c0d642c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .rodata.gcm_aria_info - 0x3c0d6434 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aria_256_ctr_info - 0x3c0d6460 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aria_192_ctr_info - 0x3c0d6468 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aria_128_ctr_info - 0x3c0d6470 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aria_256_cfb128_info - 0x3c0d6478 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aria_192_cfb128_info - 0x3c0d6480 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aria_128_cfb128_info - 0x3c0d6488 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aria_256_cbc_info - 0x3c0d6490 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aria_192_cbc_info - 0x3c0d6498 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aria_128_cbc_info - 0x3c0d64a0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aria_256_ecb_info - 0x3c0d64a8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aria_192_ecb_info - 0x3c0d64b0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aria_128_ecb_info - 0x3c0d64b8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .rodata.aria_info - 0x3c0d64c0 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_256_ccm_star_no_tag_info - 0x3c0d64ec 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_192_ccm_star_no_tag_info - 0x3c0d64f4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_128_ccm_star_no_tag_info - 0x3c0d64fc 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_256_ccm_info - 0x3c0d6504 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_192_ccm_info - 0x3c0d650c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_128_ccm_info - 0x3c0d6514 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .rodata.ccm_aes_info - 0x3c0d651c 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_256_gcm_info - 0x3c0d6548 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_192_gcm_info - 0x3c0d6550 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_128_gcm_info - 0x3c0d6558 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .rodata.gcm_aes_info - 0x3c0d6560 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_256_xts_info - 0x3c0d658c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_128_xts_info - 0x3c0d6594 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .rodata.xts_aes_info - 0x3c0d659c 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_256_ctr_info - 0x3c0d65c8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_192_ctr_info - 0x3c0d65d0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_128_ctr_info - 0x3c0d65d8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_256_ofb_info - 0x3c0d65e0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_192_ofb_info - 0x3c0d65e8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_128_ofb_info - 0x3c0d65f0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_256_cfb128_info - 0x3c0d65f8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_192_cfb128_info - 0x3c0d6600 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_128_cfb128_info - 0x3c0d6608 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_256_cbc_info - 0x3c0d6610 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_192_cbc_info - 0x3c0d6618 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_128_cbc_info - 0x3c0d6620 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_256_ecb_info - 0x3c0d6628 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_192_ecb_info - 0x3c0d6630 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .srodata.aes_128_ecb_info - 0x3c0d6638 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .rodata.aes_info - 0x3c0d6640 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .rodata.str1.4 - 0x3c0d666c 0x367 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .srodata.ecp_x25519_bad_point_2 - 0x3c0d666c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .srodata.ecp_x25519_bad_point_1 - 0x3c0d6674 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .rodata.x25519_bad_point_2 - 0x3c0d667c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .rodata.x25519_bad_point_1 - 0x3c0d669c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .rodata.ecp_supported_curves - 0x3c0d66bc 0x9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .srodata.Rp.0 0x3c0d6758 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .srodata.Rp.1 0x3c0d6760 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .srodata.Rp.2 0x3c0d6768 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.curve25519_part_of_n - 0x3c0d6770 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.brainpoolP512r1_n - 0x3c0d6780 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.brainpoolP512r1_gy - 0x3c0d67c0 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.brainpoolP512r1_gx - 0x3c0d6800 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.brainpoolP512r1_b - 0x3c0d6840 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.brainpoolP512r1_a - 0x3c0d6880 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.brainpoolP512r1_p - 0x3c0d68c0 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.brainpoolP384r1_n - 0x3c0d6900 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.brainpoolP384r1_gy - 0x3c0d6930 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.brainpoolP384r1_gx - 0x3c0d6960 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.brainpoolP384r1_b - 0x3c0d6990 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.brainpoolP384r1_a - 0x3c0d69c0 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.brainpoolP384r1_p - 0x3c0d69f0 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.brainpoolP256r1_n - 0x3c0d6a20 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.brainpoolP256r1_gy - 0x3c0d6a40 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.brainpoolP256r1_gx - 0x3c0d6a60 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.brainpoolP256r1_b - 0x3c0d6a80 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.brainpoolP256r1_a - 0x3c0d6aa0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.brainpoolP256r1_p - 0x3c0d6ac0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp256k1_n - 0x3c0d6ae0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp256k1_gy - 0x3c0d6b00 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp256k1_gx - 0x3c0d6b20 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .srodata.secp256k1_b - 0x3c0d6b40 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .srodata.secp256k1_a - 0x3c0d6b44 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp256k1_p - 0x3c0d6b48 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp224k1_n - 0x3c0d6b68 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp224k1_gy - 0x3c0d6b88 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp224k1_gx - 0x3c0d6ba4 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .srodata.secp224k1_b - 0x3c0d6bc0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .srodata.secp224k1_a - 0x3c0d6bc4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp224k1_p - 0x3c0d6bc8 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp192k1_n - 0x3c0d6be4 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp192k1_gy - 0x3c0d6bfc 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp192k1_gx - 0x3c0d6c14 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .srodata.secp192k1_b - 0x3c0d6c2c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .srodata.secp192k1_a - 0x3c0d6c30 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp192k1_p - 0x3c0d6c34 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp521r1_n - 0x3c0d6c4c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp521r1_gy - 0x3c0d6c90 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp521r1_gx - 0x3c0d6cd4 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp521r1_b - 0x3c0d6d18 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp521r1_p - 0x3c0d6d5c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp384r1_n - 0x3c0d6da0 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp384r1_gy - 0x3c0d6dd0 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp384r1_gx - 0x3c0d6e00 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp384r1_b - 0x3c0d6e30 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp384r1_p - 0x3c0d6e60 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp256r1_n - 0x3c0d6e90 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp256r1_gy - 0x3c0d6eb0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp256r1_gx - 0x3c0d6ed0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp256r1_b - 0x3c0d6ef0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp256r1_p - 0x3c0d6f10 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp224r1_n - 0x3c0d6f30 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp224r1_gy - 0x3c0d6f4c 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp224r1_gx - 0x3c0d6f68 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp224r1_b - 0x3c0d6f84 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp224r1_p - 0x3c0d6fa0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp192r1_n - 0x3c0d6fc0 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp192r1_gy - 0x3c0d6fd8 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp192r1_gx - 0x3c0d6ff0 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp192r1_b - 0x3c0d7008 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .rodata.secp192r1_p - 0x3c0d7020 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .srodata.mpi_one - 0x3c0d7038 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .srodata.mbedtls_sha512_info - 0x3c0d703c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .srodata.mbedtls_sha384_info - 0x3c0d7044 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .srodata.mbedtls_sha256_info - 0x3c0d704c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .srodata.mbedtls_sha224_info - 0x3c0d7054 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .srodata.mbedtls_sha1_info - 0x3c0d705c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .srodata.mbedtls_md5_info - 0x3c0d7064 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .rodata.rsa_debug.str1.4 - 0x3c0d706c 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .rodata.eckey_debug.str1.4 - 0x3c0d706c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .rodata.str1.4 - 0x3c0d706c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .rodata.mbedtls_rsa_alt_info - 0x3c0d706c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0x3c0d706c mbedtls_rsa_alt_info - .rodata.mbedtls_ecdsa_info - 0x3c0d709c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0x3c0d709c mbedtls_ecdsa_info - .rodata.mbedtls_eckeydh_info - 0x3c0d70cc 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0x3c0d70cc mbedtls_eckeydh_info - .rodata.mbedtls_eckey_info - 0x3c0d70fc 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0x3c0d70fc mbedtls_eckey_info - .rodata.mbedtls_rsa_info - 0x3c0d712c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - 0x3c0d712c mbedtls_rsa_info - .rodata.pk_group_from_specified.str1.4 - 0x3c0d715c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .rodata.mbedtls_pk_parse_key_pkcs8_encrypted_der.str1.4 - 0x3c0d715c 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .rodata.mbedtls_pk_parse_key.str1.4 - 0x3c0d715c 0x102 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .rodata.mbedtls_pk_parse_public_key.str1.4 - 0x3c0d715c 0x77 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .srodata.memset_func - 0x3c0d715c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - .rodata.mbedtls_rsa_deduce_primes.str1.4 - 0x3c0d7160 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) - .rodata.K 0x3c0d7160 0x280 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .srodata.cst8 0x3c0d73e0 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .rodata.esp_aes_validate_input.str1.4 - 0x3c0d73e0 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - .rodata.esp_aes_crypt_cbc.str1.4 - 0x3c0d73e0 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - .rodata.esp_aes_crypt_cfb128.str1.4 - 0x3c0d73e0 0x23 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - .rodata.esp_aes_crypt_ctr.str1.4 - 0x3c0d73e0 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - .rodata.esp_ds_conn_lock.str1.4 - 0x3c0d73e0 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - .rodata.esp_ds_init_data_ctx.str1.4 - 0x3c0d73e0 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - .rodata.esp_ds_rsa_sign.str1.4 - 0x3c0d73e0 0x133 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - .rodata.esp_mpi_isr_initialise.str1.4 - 0x3c0d73e0 0x69 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .rodata.esp_mpi_wait_intr.str1.4 - 0x3c0d73e0 0x43 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .rodata.mpi_mult_mpi_failover_mod_mult.str1.4 - 0x3c0d73e0 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .rodata.__func__.0 - 0x3c0d73e0 0x1f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - *fill* 0x3c0d73ff 0x1 - .rodata.sha1_padding - 0x3c0d7400 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .rodata.sha256_padding - 0x3c0d7440 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .rodata.esp_aes_gcm_starts.str1.4 - 0x3c0d7480 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - .rodata.esp_aes_gcm_update_ad.str1.4 - 0x3c0d7480 0x4b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - .rodata.esp_aes_gcm_update.str1.4 - 0x3c0d7480 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - .rodata.last4 0x3c0d7480 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - .rodata.aria_is2 - 0x3c0d74c0 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .rodata.aria_is1 - 0x3c0d75c0 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .rodata.aria_sb2 - 0x3c0d76c0 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .rodata.aria_sb1 - 0x3c0d77c0 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .rodata 0x3c0d78c0 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .rodata.last4 0x3c0d78f0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .rodata.str1.4 - 0x3c0d7910 0xd79 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .rodata.oid_pkcs12_pbe_alg - 0x3c0d7910 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .rodata.oid_md_hmac - 0x3c0d7958 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .rodata.oid_md_alg - 0x3c0d79d0 0x8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .rodata.oid_cipher_alg - 0x3c0d7a5c 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .rodata.oid_ecp_grp_algid - 0x3c0d7ad4 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .rodata.oid_ecp_grp - 0x3c0d7afc 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .rodata.oid_pk_alg - 0x3c0d7bec 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .rodata.oid_sig_alg - 0x3c0d7c3c 0x150 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .rodata.oid_x509_ext - 0x3c0d7d8c 0xb4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .rodata 0x3c0d7e40 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .rodata.mbedtls_pem_read_buffer.str1.4 - 0x3c0d7e75 0x6f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .rodata.mbedtls_pkcs5_pbes2_ext.str1.4 - 0x3c0d7e75 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .rodata.esp_aes_dma_wait_complete.str1.4 - 0x3c0d7e75 0x47 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .rodata.esp_aes_intr_alloc.str1.4 - 0x3c0d7e75 0x85 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .rodata.esp_aes_process_dma.str1.4 - 0x3c0d7e75 0xf6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - *fill* 0x3c0d7e75 0x3 - .rodata.__func__.0 - 0x3c0d7e78 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .rodata.__func__.1 - 0x3c0d7e8c 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .rodata.esp_sha_block_mode.str1.4 - 0x3c0d7e9f 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .rodata.esp_sha_dma_process.str1.4 - 0x3c0d7e9f 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .rodata.esp_sha_dma.str1.4 - 0x3c0d7e9f 0x73 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - *fill* 0x3c0d7e9f 0x1 - .rodata.__func__.0 - 0x3c0d7ea0 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .rodata.crypto_shared_gdma_init.str1.4 - 0x3c0d7eb3 0x47 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - .rodata.x509_crt_verify_name.str1.4 - 0x3c0d7eb3 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .rodata.mbedtls_x509_crt_parse.str1.4 - 0x3c0d7eb3 0x36 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - *fill* 0x3c0d7eb3 0x1 - .rodata.mbedtls_x509_crt_profile_suiteb - 0x3c0d7eb4 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x3c0d7eb4 mbedtls_x509_crt_profile_suiteb - .rodata.mbedtls_x509_crt_profile_default - 0x3c0d7ec4 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - 0x3c0d7ec4 mbedtls_x509_crt_profile_default - .rodata 0x3c0d7ed4 0xd esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .rodata.x509_get_other_name.str1.4 - 0x3c0d7ee1 0x9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .rodata.mbedtls_x509_get_rsassa_pss_params.str1.4 - 0x3c0d7ee1 0xa esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .rodata.ieee80211_send_setup.str1.4 - 0x3c0d7ee1 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0d7ee1 0x3 - .rodata.info.14292 - 0x3c0d7ee4 0x9 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0d7eed 0x3 - .rodata.param.14298 - 0x3c0d7ef0 0x9 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0d7ef9 0x3 - .rodata.s_ac_param.14297 - 0x3c0d7efc 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .rodata.hostap_input.str1.4 - 0x3c0d7f18 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .rodata.ieee80211_hostap_attach.str1.4 - 0x3c0d7f18 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .rodata.wifi_softap_start.str1.4 - 0x3c0d7f18 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .rodata.ieee80211_crypto_encap.str1.4 - 0x3c0d7f18 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - .rodata.ieee80211_11b_table - 0x3c0d7f18 0xd4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - .rodata.ieee80211_11g_table - 0x3c0d7fec 0xd4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - .rodata.ieee80211_phy_mode_show.str1.4 - 0x3c0d80c0 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - .rodata.ieee80211_setup_ratetable.str1.4 - 0x3c0d80c0 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - .rodata.phymode2str.str1.4 - 0x3c0d80c0 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - .rodata.chm_set_home_channel.str1.4 - 0x3c0d80c0 0x9 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - .rodata.ieee80211_is_40mhz_valid_bw - 0x3c0d80c0 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) - .rodata.wifi_log.str1.4 - 0x3c0d80dc 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - .rodata.CSWTCH.238 - 0x3c0d80dc 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata.CSWTCH.239 - 0x3c0d80e8 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata.cnx_auth_done.str1.4 - 0x3c0d812c 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata.cnx_connect_to_bss.str1.4 - 0x3c0d812c 0x9 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata.cnx_node_join.str1.4 - 0x3c0d812c 0xb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata.str1.4 - 0x3c0d812c 0xb4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata 0x3c0d812c 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - .rodata.CSWTCH.45 - 0x3c0d8144 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - .rodata.ieee80211_parse_rsn.str1.4 - 0x3c0d81a4 0xa0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - .rodata.ieee80211_setup_phy_mode.str1.4 - 0x3c0d81a4 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - .rodata.ieee80211_add_ie_vendor_esp_head.str1.4 - 0x3c0d81a4 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) - .rodata.wifi_nvs_set - 0x3c0d81a4 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - .rodata.wifi_nvs_compare_cfg_diff - 0x3c0d81c4 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - .rodata.wifi_nvs_load - 0x3c0d81e4 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - .rodata.ieee80211_nvs_set_default_ssid.str1.4 - 0x3c0d8204 0x11 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - .rodata.wifi_nvs_cfg_init.str1.4 - 0x3c0d8204 0x392 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - .rodata.wifi_nvs_init.str1.4 - 0x3c0d8204 0xd C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - .rodata.wifi_set_rx_policy - 0x3c0d8204 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .rodata.CSWTCH.90 - 0x3c0d8230 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .rodata.ieee80211_set_gtk.str1.4 - 0x3c0d8236 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - *fill* 0x3c0d8236 0x2 - .rodata.CSWTCH.333 - 0x3c0d8238 0x4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata.__FUNCTION__.15177 - 0x3c0d823c 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata.str1.4 - 0x3c0d8252 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata.wifi_lmac_init.str1.4 - 0x3c0d8252 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0d8252 0x2 - .rodata.__FUNCTION__.11892 - 0x3c0d8254 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .rodata.__FUNCTION__.11898 - 0x3c0d826c 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0d8286 0x2 - .rodata.__FUNCTION__.11904 - 0x3c0d8288 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0d82a5 0x3 - .rodata.__FUNCTION__.11910 - 0x3c0d82a8 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0d82b6 0x2 - .rodata.__FUNCTION__.11916 - 0x3c0d82b8 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0d82cd 0x3 - .rodata.__FUNCTION__.11924 - 0x3c0d82d0 0x11 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0d82e1 0x3 - .rodata.__FUNCTION__.11932 - 0x3c0d82e4 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .rodata.__FUNCTION__.11938 - 0x3c0d82f8 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .rodata.__FUNCTION__.11944 - 0x3c0d830c 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0d8322 0x2 - .rodata.__FUNCTION__.11953 - 0x3c0d8324 0xf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0d8333 0x1 - .rodata.__FUNCTION__.11959 - 0x3c0d8334 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .rodata.__FUNCTION__.11965 - 0x3c0d8344 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .rodata.__FUNCTION__.11971 - 0x3c0d835c 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0d8377 0x1 - .rodata.__FUNCTION__.11977 - 0x3c0d8378 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0d8397 0x1 - .rodata.__FUNCTION__.11983 - 0x3c0d8398 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0d83b2 0x2 - .rodata.__FUNCTION__.11989 - 0x3c0d83b4 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0d83ce 0x2 - .rodata.__FUNCTION__.11995 - 0x3c0d83d0 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .rodata.esp_wifi_init_internal.str1.4 - 0x3c0d83ee 0xf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata.net80211_funcs_init.str1.4 - 0x3c0d83ee 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata.str1.4 - 0x3c0d83ee 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata.wifi_osi_funcs_register.str1.4 - 0x3c0d83ee 0xad C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - *fill* 0x3c0d83ee 0x2 - .rodata.ieee80211_ethbroadcast - 0x3c0d83f0 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - 0x3c0d83f0 ieee80211_ethbroadcast - .rodata.ieee80211_send_sa_query.str1.4 - 0x3c0d83f6 0x9 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - *fill* 0x3c0d83f6 0x2 - .rodata.ieee80211_sta_new_state - 0x3c0d83f8 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata.ieee80211_sta_new_state.str1.4 - 0x3c0d8410 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata.sta_recv_assoc.str1.4 - 0x3c0d8410 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata.sta_rx_csa.str1.4 - 0x3c0d8410 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata.state_desc.13323 - 0x3c0d8410 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata.str1.4 - 0x3c0d8434 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata.ieee80211_add_countryie.str1.4 - 0x3c0d8434 0x3 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - .rodata 0x3c0d8434 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .rodata.ht_recv_action_ba_addba_response.str1.4 - 0x3c0d8444 0xd C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .rodata.ht_recv_action_ba_delba.str1.4 - 0x3c0d8444 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .rodata.ieee80211_add_htcap_body.str1.4 - 0x3c0d8444 0xf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .rodata.ieee80211_recv_action.str1.4 - 0x3c0d8444 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - .rodata.CSWTCH.423 - 0x3c0d8444 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata.scan_op_start.str1.4 - 0x3c0d8454 0x11 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata.scan_profile_check.str1.4 - 0x3c0d8454 0x8 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata.sms4_encap.str1.4 - 0x3c0d8454 0x9 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) - .rodata.str1.4 - 0x3c0d8454 0x5 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .rodata.CSWTCH.494 - 0x3c0d8454 0x9 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - *fill* 0x3c0d845d 0x3 - .rodata.CSWTCH.495 - 0x3c0d8460 0x9 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .rodata.pp_create_task.str1.4 - 0x3c0d8469 0x5 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .rodata.pp_default_event_handler.str1.4 - 0x3c0d8469 0x5 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - *fill* 0x3c0d8469 0x3 - .rodata 0x3c0d846c 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - .rodata 0x3c0d84bc 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .rodata.__FUNCTION__.11369 - 0x3c0d84d4 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0d84ed 0x3 - .rodata.__FUNCTION__.11434 - 0x3c0d84f0 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0d8505 0x3 - .rodata.__FUNCTION__.11472 - 0x3c0d8508 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0d8529 0x3 - .rodata.__FUNCTION__.11508 - 0x3c0d852c 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0d8549 0x3 - .rodata.__FUNCTION__.11539 - 0x3c0d854c 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0d8561 0x3 - .rodata.__FUNCTION__.11583 - 0x3c0d8564 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0d857a 0x2 - .rodata.__FUNCTION__.11602 - 0x3c0d857c 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0d8596 0x2 - .rodata.__FUNCTION__.11634 - 0x3c0d8598 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0d85b1 0x3 - .rodata.__FUNCTION__.11653 - 0x3c0d85b4 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0d85ca 0x2 - .rodata.__FUNCTION__.11664 - 0x3c0d85cc 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0d85e2 0x2 - .rodata.__FUNCTION__.11683 - 0x3c0d85e4 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0d85fa 0x2 - .rodata.__FUNCTION__.11710 - 0x3c0d85fc 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0d860f 0x1 - .rodata.__FUNCTION__.11756 - 0x3c0d8610 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .rodata.__FUNCTION__.11795 - 0x3c0d861c 0xb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .rodata.lmacProcessTxopSuccess.str1.4 - 0x3c0d8627 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0d8627 0x1 - .rodata.rcUpdatePhyMode - 0x3c0d8628 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .rodata.CSWTCH.45 - 0x3c0d8644 0x2b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - *fill* 0x3c0d866f 0x1 - .rodata.CSWTCH.46 - 0x3c0d8670 0x2b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - *fill* 0x3c0d869b 0x1 - .rodata.__FUNCTION__.12977 - 0x3c0d869c 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - *fill* 0x3c0d86a6 0x2 - .rodata.__FUNCTION__.13064 - 0x3c0d86a8 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .rodata.rcGetAmpduSched.str1.4 - 0x3c0d86ba 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - *fill* 0x3c0d86ba 0x2 - .rodata.__FUNCTION__.12799 - 0x3c0d86bc 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - *fill* 0x3c0d86d2 0x2 - .rodata.__FUNCTION__.12941 - 0x3c0d86d4 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .rodata.str1.4 - 0x3c0d86e8 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .rodata.wdev_funcs_init.str1.4 - 0x3c0d86e8 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .rodata 0x3c0d86e8 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .rodata.load_partitions.str1.4 - 0x3c0d86ee 0x66 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .rodata.ensure_partitions_loaded.str1.4 - 0x3c0d86ee 0x2b esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .rodata.esp_partition_unload_all.str1.4 - 0x3c0d86ee 0x4b esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .rodata.esp_partition_next.str1.4 - 0x3c0d86ee 0x3 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .rodata.esp_partition_get.str1.4 - 0x3c0d86ee 0x11 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - *fill* 0x3c0d86ee 0x2 - .rodata.__func__.2 - 0x3c0d86f0 0x12 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - *fill* 0x3c0d8702 0x2 - .rodata.__func__.3 - 0x3c0d8704 0x13 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .rodata.esp_partition_write.str1.4 - 0x3c0d8717 0x46 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - *fill* 0x3c0d8717 0x1 - .rodata.__func__.0 - 0x3c0d8718 0x13 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - *fill* 0x3c0d872b 0x1 - .rodata.__func__.1 - 0x3c0d872c 0x1a esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - *fill* 0x3c0d8746 0x2 - .rodata.__func__.2 - 0x3c0d8748 0x18 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .rodata.__func__.3 - 0x3c0d8760 0x17 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - *fill* 0x3c0d8777 0x1 - .rodata.__func__.4 - 0x3c0d8778 0x14 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .rodata.__func__.5 - 0x3c0d878c 0x13 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .rodata.esp_efuse_rtc_calib_get_ver.str1.4 - 0x3c0d879f 0x58 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - .rodata.esp_efuse_rtc_calib_get_init_code.str1.4 - 0x3c0d879f 0x130 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - *fill* 0x3c0d879f 0x1 - .rodata.__func__.2 - 0x3c0d87a0 0x22 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - .rodata.clk_hal_lp_slow_get_freq_hz.str1.4 - 0x3c0d87c2 0x33 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .rodata.clk_hal_xtal_get_freq_mhz.str1.4 - 0x3c0d87c2 0x43 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - *fill* 0x3c0d87c2 0x2 - .rodata.__func__.0 - 0x3c0d87c4 0x1c esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .rodata.__func__.1 - 0x3c0d87e0 0x1e esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - *fill* 0x3c0d87fe 0x2 - .rodata.temperature_sensor_attributes - 0x3c0d8800 0x64 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) - 0x3c0d8800 temperature_sensor_attributes - .rodata.MPI_OPERATIONS_REG - 0x3c0d8864 0xc esp-idf/soc/libsoc.a(mpi_periph.c.obj) - 0x3c0d8864 MPI_OPERATIONS_REG - .rodata.MPI_BLOCK_BASES - 0x3c0d8870 0x10 esp-idf/soc/libsoc.a(mpi_periph.c.obj) - 0x3c0d8870 MPI_BLOCK_BASES - .rodata.gdma_release_group_handle.str1.4 - 0x3c0d8880 0x47 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .rodata.gdma_release_pair_handle.str1.4 - 0x3c0d8880 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .rodata.do_allocate_gdma_channel.str1.4 - 0x3c0d8880 0x1aa esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .rodata.gdma_connect.str1.4 - 0x3c0d8880 0xba esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .rodata.gdma_disconnect.str1.4 - 0x3c0d8880 0x3f esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .rodata.gdma_config_transfer.str1.4 - 0x3c0d8880 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .rodata.gdma_start.str1.4 - 0x3c0d8880 0x32 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .rodata.__FUNCTION__.17 - 0x3c0d8880 0xb esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - *fill* 0x3c0d888b 0x1 - .rodata.__FUNCTION__.9 - 0x3c0d888c 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - *fill* 0x3c0d88a1 0x3 - .rodata.__FUNCTION__.7 - 0x3c0d88a4 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .rodata.__FUNCTION__.6 - 0x3c0d88b4 0xd esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - *fill* 0x3c0d88c1 0x3 - .rodata.__FUNCTION__.5 - 0x3c0d88c4 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - *fill* 0x3c0d88de 0x2 - .rodata.__FUNCTION__.4 - 0x3c0d88e0 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - *fill* 0x3c0d88f1 0x3 - .rodata.__func__.3 - 0x3c0d88f4 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - *fill* 0x3c0d890e 0x2 - .rodata.__func__.2 - 0x3c0d8910 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - *fill* 0x3c0d8929 0x3 - .rodata.__func__.1 - 0x3c0d892c 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - *fill* 0x3c0d8945 0x3 - .rodata.__FUNCTION__.0 - 0x3c0d8948 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - *fill* 0x3c0d8961 0x3 - .rodata 0x3c0d8964 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .rodata.ets_timer_setfn.str1.4 - 0x3c0d8978 0x89 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .rodata.str1.4 - 0x3c0d8978 0xb9 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .rodata.__func__.2 - 0x3c0d8978 0xe esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - *fill* 0x3c0d8986 0x2 - .rodata.__func__.1 - 0x3c0d8988 0x11 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - *fill* 0x3c0d8999 0x3 - .rodata.__func__.0 - 0x3c0d899c 0x10 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .rodata.str1.4 - 0x3c0d89ac 0x33 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .rodata.init_timer_task.str1.4 - 0x3c0d89ac 0x6c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .rodata.esp_timer_init.str1.4 - 0x3c0d89ac 0x1d esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .rodata.__func__.0 - 0x3c0d89ac 0xd esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .rodata.load_cal_data_from_nvs_handle.str1.4 - 0x3c0d89b9 0x126 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .rodata.store_cal_data_to_nvs_handle.str1.4 - 0x3c0d89b9 0xdf esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .rodata.esp_phy_load_cal_data_from_nvs.str1.4 - 0x3c0d89b9 0x60 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .rodata.esp_phy_load_cal_and_init.str1.4 - 0x3c0d89b9 0x195 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - *fill* 0x3c0d89b9 0x3 - .rodata.__func__.5 - 0x3c0d89bc 0x1a esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - *fill* 0x3c0d89d6 0x2 - .rodata.__func__.3 - 0x3c0d89d8 0x1d esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - *fill* 0x3c0d89f5 0x3 - .rodata.__func__.1 - 0x3c0d89f8 0x1e esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - *fill* 0x3c0d8a16 0x2 - .rodata.__func__.0 - 0x3c0d8a18 0x1f esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - *fill* 0x3c0d8a37 0x1 - .rodata.phy_init_data - 0x3c0d8a38 0x80 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) - 0x3c0d8a38 phy_init_data - .rodata.phy_track_pll_init.str1.4 - 0x3c0d8ab8 0xce esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .rodata.phy_track_pll_deinit.str1.4 - 0x3c0d8ab8 0x4a esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .rodata.__func__.0 - 0x3c0d8ab8 0x15 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - *fill* 0x3c0d8acd 0x3 - .rodata.__func__.1 - 0x3c0d8ad0 0x13 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .rodata.create_addrinfo.str1.4 - 0x3c0d8ae3 0x5e esp-idf/lwip/liblwip.a(netdb.c.obj) - *fill* 0x3c0d8ae3 0x1 - .rodata.__func__.0 - 0x3c0d8ae4 0x10 esp-idf/lwip/liblwip.a(netdb.c.obj) - .rodata.free_socket_locked.str1.4 - 0x3c0d8af4 0x40 esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.sock_inc_used_locked.str1.4 - 0x3c0d8af4 0x23 esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.lwip_sockopt_to_ipopt.str1.4 - 0x3c0d8af4 0x16 esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.alloc_socket.str1.4 - 0x3c0d8af4 0x1f esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.lwip_unlink_select_cb.str1.4 - 0x3c0d8af4 0x30 esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.lwip_sock_make_addr.str1.4 - 0x3c0d8af4 0x34 esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.lwip_selscan.str1.4 - 0x3c0d8af4 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.lwip_select_dec_sockets_used.str1.4 - 0x3c0d8af4 0x21 esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.lwip_pollscan.str1.4 - 0x3c0d8af4 0x19 esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.lwip_recv_tcp.str1.4 - 0x3c0d8af4 0x78 esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.lwip_recvfrom_udp_raw.str1.4 - 0x3c0d8af4 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.event_callback.str1.4 - 0x3c0d8af4 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.lwip_getsockopt_callback.str1.4 - 0x3c0d8af4 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.lwip_setsockopt_impl.str1.4 - 0x3c0d8af4 0x40 esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.lwip_close.str1.4 - 0x3c0d8af4 0x17 esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.lwip_recvfrom.str1.4 - 0x3c0d8af4 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.__func__.0 - 0x3c0d8af4 0x15 esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x3c0d8b09 0x3 - .rodata.__func__.1 - 0x3c0d8b0c 0x19 esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x3c0d8b25 0x3 - .rodata.__func__.2 - 0x3c0d8b28 0x16 esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x3c0d8b3e 0x2 - .rodata.__func__.3 - 0x3c0d8b40 0x19 esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x3c0d8b59 0x3 - .rodata.__func__.6 - 0x3c0d8b5c 0x1d esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x3c0d8b79 0x3 - .rodata.__func__.7 - 0x3c0d8b7c 0xd esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x3c0d8b89 0x3 - .rodata.__func__.8 - 0x3c0d8b8c 0x16 esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x3c0d8ba2 0x2 - .rodata.__func__.9 - 0x3c0d8ba4 0x15 esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x3c0d8bb9 0x3 - .rodata.__func__.10 - 0x3c0d8bbc 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.__func__.11 - 0x3c0d8bc8 0xf esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x3c0d8bd7 0x1 - .rodata.__func__.12 - 0x3c0d8bd8 0x16 esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x3c0d8bee 0x2 - .rodata.__func__.13 - 0x3c0d8bf0 0x14 esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.__func__.14 - 0x3c0d8c04 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x3c0d8c12 0x2 - .rodata.__func__.15 - 0x3c0d8c14 0xb esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x3c0d8c1f 0x1 - .rodata.__func__.16 - 0x3c0d8c20 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.__func__.17 - 0x3c0d8c2c 0x13 esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x3c0d8c3f 0x1 - .rodata.__func__.18 - 0x3c0d8c40 0xd esp-idf/lwip/liblwip.a(sockets.c.obj) - *fill* 0x3c0d8c4d 0x3 - .rodata.__func__.19 - 0x3c0d8c50 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) - .rodata.tcpip_thread_handle_msg.str1.4 - 0x3c0d8c5e 0x4a esp-idf/lwip/liblwip.a(tcpip.c.obj) - .rodata.tcpip_inpkt.str1.4 - 0x3c0d8c5e 0xd esp-idf/lwip/liblwip.a(tcpip.c.obj) - .rodata.tcpip_send_msg_wait_sem.str1.4 - 0x3c0d8c5e 0x1a esp-idf/lwip/liblwip.a(tcpip.c.obj) - .rodata.tcpip_init.str1.4 - 0x3c0d8c5e 0x28 esp-idf/lwip/liblwip.a(tcpip.c.obj) - *fill* 0x3c0d8c5e 0x2 - .rodata.__func__.0 - 0x3c0d8c60 0x18 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .rodata.__func__.1 - 0x3c0d8c78 0xd esp-idf/lwip/liblwip.a(tcpip.c.obj) - *fill* 0x3c0d8c85 0x3 - .rodata.__func__.2 - 0x3c0d8c88 0xb esp-idf/lwip/liblwip.a(tcpip.c.obj) - *fill* 0x3c0d8c93 0x1 - .rodata.__func__.6 - 0x3c0d8c94 0xf esp-idf/lwip/liblwip.a(tcpip.c.obj) - *fill* 0x3c0d8ca3 0x1 - .rodata.__func__.7 - 0x3c0d8ca4 0x18 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .rodata.__func__.8 - 0x3c0d8cbc 0x13 esp-idf/lwip/liblwip.a(tcpip.c.obj) - *fill* 0x3c0d8ccf 0x1 - .rodata.__func__.9 - 0x3c0d8cd0 0xf esp-idf/lwip/liblwip.a(tcpip.c.obj) - *fill* 0x3c0d8cdf 0x1 - .rodata.__func__.10 - 0x3c0d8ce0 0xc esp-idf/lwip/liblwip.a(tcpip.c.obj) - .rodata.dns_call_found.str1.4 - 0x3c0d8cec 0x3d esp-idf/lwip/liblwip.a(dns.c.obj) - .rodata.dns_send.str1.4 - 0x3c0d8cec 0x18 esp-idf/lwip/liblwip.a(dns.c.obj) - .rodata.dns_check_entry.str1.4 - 0x3c0d8cec 0x3b esp-idf/lwip/liblwip.a(dns.c.obj) - .rodata.dns_gethostbyname_addrtype.str1.4 - 0x3c0d8cec 0x13 esp-idf/lwip/liblwip.a(dns.c.obj) - .rodata.__func__.0 - 0x3c0d8cec 0x9 esp-idf/lwip/liblwip.a(dns.c.obj) - *fill* 0x3c0d8cf5 0x3 - .rodata.__func__.1 - 0x3c0d8cf8 0x10 esp-idf/lwip/liblwip.a(dns.c.obj) - .rodata.__func__.2 - 0x3c0d8d08 0xf esp-idf/lwip/liblwip.a(dns.c.obj) - *fill* 0x3c0d8d17 0x1 - .rodata.dns_mquery_v6group - 0x3c0d8d18 0x18 esp-idf/lwip/liblwip.a(dns.c.obj) - 0x3c0d8d18 dns_mquery_v6group - .rodata.dns_mquery_v4group - 0x3c0d8d30 0x18 esp-idf/lwip/liblwip.a(dns.c.obj) - 0x3c0d8d30 dns_mquery_v4group - .rodata.ip_addr_any_type - 0x3c0d8d48 0x18 esp-idf/lwip/liblwip.a(ip.c.obj) - 0x3c0d8d48 ip_addr_any_type - .rodata.mem_malloc.str1.4 - 0x3c0d8d60 0x4d esp-idf/lwip/liblwip.a(mem.c.obj) - .rodata.mem_free.str1.4 - 0x3c0d8d60 0x28 esp-idf/lwip/liblwip.a(mem.c.obj) - .rodata.__func__.0 - 0x3c0d8d60 0x9 esp-idf/lwip/liblwip.a(mem.c.obj) - *fill* 0x3c0d8d69 0x3 - .rodata.__func__.1 - 0x3c0d8d6c 0xb esp-idf/lwip/liblwip.a(mem.c.obj) - .rodata.do_memp_malloc_pool.str1.4 - 0x3c0d8d77 0x4e esp-idf/lwip/liblwip.a(memp.c.obj) - .rodata.do_memp_free_pool.str1.4 - 0x3c0d8d77 0x20 esp-idf/lwip/liblwip.a(memp.c.obj) - *fill* 0x3c0d8d77 0x1 - .rodata.__func__.0 - 0x3c0d8d78 0x12 esp-idf/lwip/liblwip.a(memp.c.obj) - *fill* 0x3c0d8d8a 0x2 - .rodata.__func__.2 - 0x3c0d8d8c 0x14 esp-idf/lwip/liblwip.a(memp.c.obj) - .rodata.memp_pools - 0x3c0d8da0 0x48 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x3c0d8da0 memp_pools - .srodata.memp_PBUF_POOL - 0x3c0d8de8 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x3c0d8de8 memp_PBUF_POOL - *fill* 0x3c0d8dea 0x2 - .srodata.memp_PBUF - 0x3c0d8dec 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x3c0d8dec memp_PBUF - *fill* 0x3c0d8dee 0x2 - .srodata.memp_MLD6_GROUP - 0x3c0d8df0 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x3c0d8df0 memp_MLD6_GROUP - *fill* 0x3c0d8df2 0x2 - .srodata.memp_ND6_QUEUE - 0x3c0d8df4 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x3c0d8df4 memp_ND6_QUEUE - *fill* 0x3c0d8df6 0x2 - .srodata.memp_NETDB - 0x3c0d8df8 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x3c0d8df8 memp_NETDB - *fill* 0x3c0d8dfa 0x2 - .srodata.memp_SYS_TIMEOUT - 0x3c0d8dfc 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x3c0d8dfc memp_SYS_TIMEOUT - *fill* 0x3c0d8dfe 0x2 - .srodata.memp_IGMP_GROUP - 0x3c0d8e00 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x3c0d8e00 memp_IGMP_GROUP - *fill* 0x3c0d8e02 0x2 - .srodata.memp_ARP_QUEUE - 0x3c0d8e04 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x3c0d8e04 memp_ARP_QUEUE - *fill* 0x3c0d8e06 0x2 - .srodata.memp_TCPIP_MSG_INPKT - 0x3c0d8e08 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x3c0d8e08 memp_TCPIP_MSG_INPKT - *fill* 0x3c0d8e0a 0x2 - .srodata.memp_TCPIP_MSG_API - 0x3c0d8e0c 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x3c0d8e0c memp_TCPIP_MSG_API - *fill* 0x3c0d8e0e 0x2 - .srodata.memp_NETCONN - 0x3c0d8e10 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x3c0d8e10 memp_NETCONN - *fill* 0x3c0d8e12 0x2 - .srodata.memp_NETBUF - 0x3c0d8e14 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x3c0d8e14 memp_NETBUF - *fill* 0x3c0d8e16 0x2 - .srodata.memp_FRAG_PBUF - 0x3c0d8e18 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x3c0d8e18 memp_FRAG_PBUF - *fill* 0x3c0d8e1a 0x2 - .srodata.memp_TCP_SEG - 0x3c0d8e1c 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x3c0d8e1c memp_TCP_SEG - *fill* 0x3c0d8e1e 0x2 - .srodata.memp_TCP_PCB_LISTEN - 0x3c0d8e20 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x3c0d8e20 memp_TCP_PCB_LISTEN - *fill* 0x3c0d8e22 0x2 - .srodata.memp_TCP_PCB - 0x3c0d8e24 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x3c0d8e24 memp_TCP_PCB - *fill* 0x3c0d8e26 0x2 - .srodata.memp_UDP_PCB - 0x3c0d8e28 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x3c0d8e28 memp_UDP_PCB - *fill* 0x3c0d8e2a 0x2 - .srodata.memp_RAW_PCB - 0x3c0d8e2c 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) - 0x3c0d8e2c memp_RAW_PCB - .rodata.netif_loopif_init.str1.4 - 0x3c0d8e2e 0x4f esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.netif_do_set_netmask.str1.4 - 0x3c0d8e2e 0x10 esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.netif_issue_reports.str1.4 - 0x3c0d8e2e 0x23 esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.netif_poll.str1.4 - 0x3c0d8e2e 0x98 esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.netif_loop_output.str1.4 - 0x3c0d8e2e 0x70 esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.netif_get_ip6_addr_match.str1.4 - 0x3c0d8e2e 0x52 esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.netif_add_ext_callback.str1.4 - 0x3c0d8e2e 0x2f esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.netif_remove_ext_callback.str1.4 - 0x3c0d8e2e 0xd esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.netif_invoke_ext_callback.str1.4 - 0x3c0d8e2e 0x16 esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.netif_add.str1.4 - 0x3c0d8e2e 0x42 esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.netif_ip6_addr_set_parts.str1.4 - 0x3c0d8e2e 0x1e esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.netif_ip6_addr_set.str1.4 - 0x3c0d8e2e 0x46 esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.netif_create_ip6_linklocal_address.str1.4 - 0x3c0d8e2e 0x32 esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x3c0d8e2e 0x2 - .rodata.__func__.0 - 0x3c0d8e30 0x1a esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x3c0d8e4a 0x2 - .rodata.__func__.1 - 0x3c0d8e4c 0x1a esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x3c0d8e66 0x2 - .rodata.__func__.2 - 0x3c0d8e68 0x17 esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x3c0d8e7f 0x1 - .rodata.__func__.4 - 0x3c0d8e80 0x23 esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x3c0d8ea3 0x1 - .rodata.__func__.5 - 0x3c0d8ea4 0x19 esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x3c0d8ebd 0x3 - .rodata.__func__.6 - 0x3c0d8ec0 0x19 esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x3c0d8ed9 0x3 - .rodata.__func__.7 - 0x3c0d8edc 0x19 esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x3c0d8ef5 0x3 - .rodata.__func__.8 - 0x3c0d8ef8 0x13 esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x3c0d8f0b 0x1 - .rodata.__func__.9 - 0x3c0d8f0c 0xb esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x3c0d8f17 0x1 - .rodata.__func__.10 - 0x3c0d8f18 0x12 esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x3c0d8f2a 0x2 - .rodata.__func__.11 - 0x3c0d8f2c 0x10 esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.__func__.12 - 0x3c0d8f3c 0x15 esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x3c0d8f51 0x3 - .rodata.__func__.13 - 0x3c0d8f54 0x14 esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.__func__.14 - 0x3c0d8f68 0x14 esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.__func__.15 - 0x3c0d8f7c 0xa esp-idf/lwip/liblwip.a(netif.c.obj) - *fill* 0x3c0d8f86 0x2 - .rodata.__func__.17 - 0x3c0d8f88 0x12 esp-idf/lwip/liblwip.a(netif.c.obj) - .rodata.pbuf_add_header_impl.str1.4 - 0x3c0d8f9a 0x36 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .rodata.pbuf_alloc_reference.str1.4 - 0x3c0d8f9a 0x12 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .rodata.pbuf_free.str1.4 - 0x3c0d8f9a 0x4e esp-idf/lwip/liblwip.a(pbuf.c.obj) - .rodata.pbuf_alloc.str1.4 - 0x3c0d8f9a 0xab esp-idf/lwip/liblwip.a(pbuf.c.obj) - .rodata.pbuf_realloc.str1.4 - 0x3c0d8f9a 0x65 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .rodata.pbuf_ref.str1.4 - 0x3c0d8f9a 0x12 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .rodata.pbuf_cat.str1.4 - 0x3c0d8f9a 0x2d esp-idf/lwip/liblwip.a(pbuf.c.obj) - .rodata.pbuf_copy_partial_pbuf.str1.4 - 0x3c0d8f9a 0x33 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .rodata.pbuf_take.str1.4 - 0x3c0d8f9a 0x2e esp-idf/lwip/liblwip.a(pbuf.c.obj) - .rodata.pbuf_take_at.str1.4 - 0x3c0d8f9a 0x17 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .rodata.pbuf_clone.str1.4 - 0x3c0d8f9a 0x11 esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x3c0d8f9a 0x2 - .rodata.__func__.0 - 0x3c0d8f9c 0xb esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x3c0d8fa7 0x1 - .rodata.__func__.1 - 0x3c0d8fa8 0xd esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x3c0d8fb5 0x3 - .rodata.__func__.2 - 0x3c0d8fb8 0xa esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x3c0d8fc2 0x2 - .rodata.__func__.3 - 0x3c0d8fc4 0x17 esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x3c0d8fdb 0x1 - .rodata.__func__.5 - 0x3c0d8fdc 0x9 esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x3c0d8fe5 0x3 - .rodata.__func__.6 - 0x3c0d8fe8 0x9 esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x3c0d8ff1 0x3 - .rodata.__func__.7 - 0x3c0d8ff4 0xa esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x3c0d8ffe 0x2 - .rodata.__func__.8 - 0x3c0d9000 0x13 esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x3c0d9013 0x1 - .rodata.__func__.9 - 0x3c0d9014 0x15 esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x3c0d9029 0x3 - .rodata.__func__.10 - 0x3c0d902c 0xd esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x3c0d9039 0x3 - .rodata.__func__.11 - 0x3c0d903c 0x15 esp-idf/lwip/liblwip.a(pbuf.c.obj) - *fill* 0x3c0d9051 0x3 - .rodata.__func__.12 - 0x3c0d9054 0xb esp-idf/lwip/liblwip.a(pbuf.c.obj) - .rodata.raw_input.str1.4 - 0x3c0d905f 0x75 esp-idf/lwip/liblwip.a(raw.c.obj) - .rodata.raw_sendto_if_src.str1.4 - 0x3c0d905f 0x4a esp-idf/lwip/liblwip.a(raw.c.obj) - *fill* 0x3c0d905f 0x1 - .rodata.__func__.0 - 0x3c0d9060 0x12 esp-idf/lwip/liblwip.a(raw.c.obj) - *fill* 0x3c0d9072 0x2 - .rodata.__func__.1 - 0x3c0d9074 0xa esp-idf/lwip/liblwip.a(raw.c.obj) - .rodata.tcp_remove_listener.str1.4 - 0x3c0d907e 0x51 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.tcp_listen_closed.str1.4 - 0x3c0d907e 0x21 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.tcp_free_listen.str1.4 - 0x3c0d907e 0x19 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.tcp_free.str1.4 - 0x3c0d907e 0x11 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.tcp_backlog_delayed.str1.4 - 0x3c0d907e 0x15 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.tcp_update_rcv_ann_wnd.str1.4 - 0x3c0d907e 0x3e esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.tcp_recved.str1.4 - 0x3c0d907e 0x26 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.tcp_seg_copy.str1.4 - 0x3c0d907e 0x1a esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.tcp_recv.str1.4 - 0x3c0d907e 0x27 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.tcp_sent.str1.4 - 0x3c0d907e 0x27 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.tcp_err.str1.4 - 0x3c0d907e 0x26 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.tcp_poll.str1.4 - 0x3c0d907e 0x1e esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.tcp_next_iss.str1.4 - 0x3c0d907e 0x1a esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.tcp_eff_send_mss_netif.str1.4 - 0x3c0d907e 0x27 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.tcp_pcb_remove.str1.4 - 0x3c0d907e 0x87 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.tcp_abandon.str1.4 - 0x3c0d907e 0x31 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.tcp_netif_ip_addr_changed_pcblist.str1.4 - 0x3c0d907e 0x34 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.tcp_close_shutdown.str1.4 - 0x3c0d907e 0x39 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.tcp_slowtmr.str1.4 - 0x3c0d907e 0x1c6 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x3c0d907e 0x2 - .rodata.__func__.0 - 0x3c0d9080 0x22 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x3c0d90a2 0x2 - .rodata.__func__.1 - 0x3c0d90a4 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x3c0d90bb 0x1 - .rodata.__func__.2 - 0x3c0d90bc 0xd esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x3c0d90c9 0x3 - .rodata.__func__.3 - 0x3c0d90cc 0xf esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x3c0d90db 0x1 - .rodata.__func__.4 - 0x3c0d90dc 0x9 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x3c0d90e5 0x3 - .srodata.__func__.5 - 0x3c0d90e8 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.__func__.6 - 0x3c0d90f0 0x9 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x3c0d90f9 0x3 - .rodata.__func__.7 - 0x3c0d90fc 0x9 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x3c0d9105 0x3 - .rodata.__func__.8 - 0x3c0d9108 0xd esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x3c0d9115 0x3 - .rodata.__func__.9 - 0x3c0d9118 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.__func__.10 - 0x3c0d9124 0xb esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x3c0d912f 0x1 - .rodata.__func__.11 - 0x3c0d9130 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x3c0d9147 0x1 - .rodata.__func__.14 - 0x3c0d9148 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.__func__.15 - 0x3c0d9154 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x3c0d916b 0x1 - .rodata.__func__.16 - 0x3c0d916c 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.__func__.17 - 0x3c0d917c 0x14 esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.__func__.18 - 0x3c0d9190 0x12 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x3c0d91a2 0x2 - .rodata.__func__.19 - 0x3c0d91a4 0x13 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x3c0d91b7 0x1 - .rodata.__func__.20 - 0x3c0d91b8 0x15 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x3c0d91cd 0x3 - .rodata.__func__.22 - 0x3c0d91d0 0x9 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x3c0d91d9 0x3 - .rodata.tcp_pcb_lists - 0x3c0d91dc 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) - 0x3c0d91dc tcp_pcb_lists - .srodata.tcp_persist_backoff - 0x3c0d91ec 0x7 esp-idf/lwip/liblwip.a(tcp.c.obj) - *fill* 0x3c0d91f3 0x1 - .rodata.tcp_backoff - 0x3c0d91f4 0xd esp-idf/lwip/liblwip.a(tcp.c.obj) - .rodata.tcp_parseopt.str1.4 - 0x3c0d9201 0x48 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .rodata.tcp_input_delayed_close.str1.4 - 0x3c0d9201 0x25 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .rodata.tcp_timewait_input.str1.4 - 0x3c0d9201 0x20 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .rodata.tcp_listen_input.str1.4 - 0x3c0d9201 0x1e esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .rodata.tcp_oos_insert_segment.str1.4 - 0x3c0d9201 0x25 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .rodata.tcp_free_acked_segments.str1.4 - 0x3c0d9201 0x48 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .rodata.tcp_receive.str1.4 - 0x3c0d9201 0x130 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .rodata.tcp_process.str1.4 - 0x3c0d9201 0x86 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .rodata.tcp_input.str1.4 - 0x3c0d9201 0x172 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - *fill* 0x3c0d9201 0x3 - .rodata.__func__.0 - 0x3c0d9204 0x18 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .rodata.__func__.1 - 0x3c0d921c 0x17 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - *fill* 0x3c0d9233 0x1 - .rodata.__func__.2 - 0x3c0d9234 0x18 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .rodata.__func__.3 - 0x3c0d924c 0xc esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .rodata.__func__.4 - 0x3c0d9258 0xc esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .rodata.__func__.5 - 0x3c0d9264 0xd esp-idf/lwip/liblwip.a(tcp_in.c.obj) - *fill* 0x3c0d9271 0x3 - .rodata.__func__.6 - 0x3c0d9274 0x11 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - *fill* 0x3c0d9285 0x3 - .rodata.__func__.7 - 0x3c0d9288 0x13 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - *fill* 0x3c0d929b 0x1 - .rodata.__func__.8 - 0x3c0d929c 0xa esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .rodata.tcp_write_checks.str1.4 - 0x3c0d92a6 0xbe esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_output_segment_busy.str1.4 - 0x3c0d92a6 0x25 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_output_fill_options.str1.4 - 0x3c0d92a6 0x3b esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_pbuf_prealloc.str1.4 - 0x3c0d92a6 0x58 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_create_segment.str1.4 - 0x3c0d92a6 0x59 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_output_alloc_header_common.str1.4 - 0x3c0d92a6 0x2e esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_output_alloc_header.str1.4 - 0x3c0d92a6 0x25 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_rst_common.str1.4 - 0x3c0d92a6 0x37 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_output_segment.str1.4 - 0x3c0d92a6 0x62 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_output_control_segment_netif.str1.4 - 0x3c0d92a6 0x31 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_output_control_segment.str1.4 - 0x3c0d92a6 0x29 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_write.str1.4 - 0x3c0d92a6 0xfa esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_split_unsent_seg.str1.4 - 0x3c0d92a6 0x66 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_enqueue_flags.str1.4 - 0x3c0d92a6 0x120 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_send_fin.str1.4 - 0x3c0d92a6 0x1a esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_rexmit_rto_prepare.str1.4 - 0x3c0d92a6 0x24 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_rexmit.str1.4 - 0x3c0d92a6 0x18 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_rexmit_fast.str1.4 - 0x3c0d92a6 0x1d esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_send_empty_ack.str1.4 - 0x3c0d92a6 0x20 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_output.str1.4 - 0x3c0d92a6 0x57 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_rexmit_rto_commit.str1.4 - 0x3c0d92a6 0x23 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_rexmit_rto.str1.4 - 0x3c0d92a6 0x1c esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_keepalive.str1.4 - 0x3c0d92a6 0x1b esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.tcp_zero_window_probe.str1.4 - 0x3c0d92a6 0x23 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x3c0d92a6 0x2 - .rodata.__func__.0 - 0x3c0d92a8 0x16 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x3c0d92be 0x2 - .rodata.__func__.1 - 0x3c0d92c0 0xe esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x3c0d92ce 0x2 - .rodata.__func__.2 - 0x3c0d92d0 0x18 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.__func__.3 - 0x3c0d92e8 0x13 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x3c0d92fb 0x1 - .rodata.__func__.4 - 0x3c0d92fc 0x21 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x3c0d931d 0x3 - .rodata.__func__.5 - 0x3c0d9320 0x1b esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x3c0d933b 0x1 - .rodata.__func__.6 - 0x3c0d933c 0x18 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.__func__.7 - 0x3c0d9354 0x1f esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x3c0d9373 0x1 - .rodata.__func__.8 - 0x3c0d9374 0xf esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x3c0d9383 0x1 - .rodata.__func__.9 - 0x3c0d9384 0x10 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.__func__.10 - 0x3c0d9394 0xb esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x3c0d939f 0x1 - .rodata.__func__.11 - 0x3c0d93a0 0xf esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x3c0d93af 0x1 - .rodata.__func__.12 - 0x3c0d93b0 0x16 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x3c0d93c6 0x2 - .rodata.__func__.13 - 0x3c0d93c8 0x17 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x3c0d93df 0x1 - .rodata.__func__.14 - 0x3c0d93e0 0x18 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.__func__.15 - 0x3c0d93f8 0x13 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x3c0d940b 0x1 - .rodata.__func__.16 - 0x3c0d940c 0xb esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x3c0d9417 0x1 - .rodata.__func__.17 - 0x3c0d9418 0x12 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x3c0d942a 0x2 - .rodata.__func__.18 - 0x3c0d942c 0xd esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x3c0d9439 0x3 - .rodata.__func__.19 - 0x3c0d943c 0x15 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x3c0d9451 0x3 - .rodata.__func__.20 - 0x3c0d9454 0x13 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x3c0d9467 0x1 - .rodata.__func__.21 - 0x3c0d9468 0x12 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x3c0d947a 0x2 - .rodata.__func__.22 - 0x3c0d947c 0x11 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - *fill* 0x3c0d948d 0x3 - .rodata.__func__.23 - 0x3c0d9490 0xa esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .rodata.sys_timeout_abs.str1.4 - 0x3c0d949a 0x6e esp-idf/lwip/liblwip.a(timeouts.c.obj) - .rodata.sys_timeout.str1.4 - 0x3c0d949a 0x36 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .rodata.sys_timeouts_sleeptime.str1.4 - 0x3c0d949a 0x12 esp-idf/lwip/liblwip.a(timeouts.c.obj) - *fill* 0x3c0d949a 0x2 - .rodata.__func__.0 - 0x3c0d949c 0x17 esp-idf/lwip/liblwip.a(timeouts.c.obj) - *fill* 0x3c0d94b3 0x1 - .rodata.__func__.1 - 0x3c0d94b4 0xc esp-idf/lwip/liblwip.a(timeouts.c.obj) - .rodata.__func__.2 - 0x3c0d94c0 0x10 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .rodata.lwip_cyclic_timers - 0x3c0d94d0 0x20 esp-idf/lwip/liblwip.a(timeouts.c.obj) - 0x3c0d94d0 lwip_cyclic_timers - .rodata.udp_input_local_match.str1.4 - 0x3c0d94f0 0x75 esp-idf/lwip/liblwip.a(udp.c.obj) - .rodata.udp_input.str1.4 - 0x3c0d94f0 0x4e esp-idf/lwip/liblwip.a(udp.c.obj) - .rodata.udp_sendto_if_src.str1.4 - 0x3c0d94f0 0x2e esp-idf/lwip/liblwip.a(udp.c.obj) - .rodata.__func__.0 - 0x3c0d94f0 0x12 esp-idf/lwip/liblwip.a(udp.c.obj) - *fill* 0x3c0d9502 0x2 - .rodata.__func__.1 - 0x3c0d9504 0x16 esp-idf/lwip/liblwip.a(udp.c.obj) - *fill* 0x3c0d951a 0x2 - .rodata.__func__.2 - 0x3c0d951c 0xa esp-idf/lwip/liblwip.a(udp.c.obj) - .rodata.dhcp_option_short.str1.4 - 0x3c0d9526 0x6b esp-idf/lwip/liblwip.a(dhcp.c.obj) - .rodata.dhcp_option.str1.4 - 0x3c0d9526 0x42 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .rodata.dhcp_option_byte.str1.4 - 0x3c0d9526 0x35 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .rodata.dhcp_option_long.str1.4 - 0x3c0d9526 0x3a esp-idf/lwip/liblwip.a(dhcp.c.obj) - .rodata.dhcp_create_msg.str1.4 - 0x3c0d9526 0x40 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .rodata.dhcp_option_hostname.str1.4 - 0x3c0d9526 0x1c esp-idf/lwip/liblwip.a(dhcp.c.obj) - .rodata.dhcp_conflict_callback.str1.4 - 0x3c0d9526 0x35 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .rodata.dhcp_dec_pcb_refcount.str1.4 - 0x3c0d9526 0x24 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .rodata.dhcp_inc_pcb_refcount.str1.4 - 0x3c0d9526 0x25 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .rodata.dhcp_parse_reply.str1.4 - 0x3c0d9526 0x11 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .rodata.dhcp_recv.str1.4 - 0x3c0d9526 0x1c esp-idf/lwip/liblwip.a(dhcp.c.obj) - .rodata.dhcp_set_struct.str1.4 - 0x3c0d9526 0x44 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .rodata.dhcp_network_changed_link_up.str1.4 - 0x3c0d9526 0x14 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x3c0d9526 0x2 - .rodata.__func__.0 - 0x3c0d9528 0x1d esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x3c0d9545 0x3 - .rodata.__func__.1 - 0x3c0d9548 0x11 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x3c0d9559 0x3 - .rodata.__func__.2 - 0x3c0d955c 0xa esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x3c0d9566 0x2 - .rodata.__func__.3 - 0x3c0d9568 0x16 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x3c0d957e 0x2 - .rodata.__func__.4 - 0x3c0d9580 0x16 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x3c0d9596 0x2 - .rodata.__func__.5 - 0x3c0d9598 0x17 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x3c0d95af 0x1 - .rodata.__func__.6 - 0x3c0d95b0 0xd esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x3c0d95bd 0x3 - .rodata.__func__.8 - 0x3c0d95c0 0x11 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x3c0d95d1 0x3 - .rodata.__func__.9 - 0x3c0d95d4 0x15 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x3c0d95e9 0x3 - .rodata.__func__.10 - 0x3c0d95ec 0x11 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x3c0d95fd 0x3 - .rodata.__func__.11 - 0x3c0d9600 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) - .rodata.__func__.12 - 0x3c0d960c 0x12 esp-idf/lwip/liblwip.a(dhcp.c.obj) - *fill* 0x3c0d961e 0x2 - .rodata.__func__.14 - 0x3c0d9620 0x10 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .srodata.dhcp_discover_request_options - 0x3c0d9630 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .rodata.free_etharp_q.str1.4 - 0x3c0d9634 0x4d esp-idf/lwip/liblwip.a(etharp.c.obj) - .rodata.etharp_find_entry.str1.4 - 0x3c0d9634 0x55 esp-idf/lwip/liblwip.a(etharp.c.obj) - .rodata.etharp_update_arp_entry.str1.4 - 0x3c0d9634 0x24 esp-idf/lwip/liblwip.a(etharp.c.obj) - .rodata.etharp_raw.str1.4 - 0x3c0d9634 0x85 esp-idf/lwip/liblwip.a(etharp.c.obj) - .rodata.etharp_get_entry.str1.4 - 0x3c0d9634 0x20 esp-idf/lwip/liblwip.a(etharp.c.obj) - .rodata.etharp_output_to_arp_index.str1.4 - 0x3c0d9634 0x30 esp-idf/lwip/liblwip.a(etharp.c.obj) - .rodata.etharp_query.str1.4 - 0x3c0d9634 0x52 esp-idf/lwip/liblwip.a(etharp.c.obj) - .rodata.__func__.0 - 0x3c0d9634 0xd esp-idf/lwip/liblwip.a(etharp.c.obj) - *fill* 0x3c0d9641 0x3 - .rodata.__func__.1 - 0x3c0d9644 0x1b esp-idf/lwip/liblwip.a(etharp.c.obj) - *fill* 0x3c0d965f 0x1 - .rodata.__func__.2 - 0x3c0d9660 0xe esp-idf/lwip/liblwip.a(etharp.c.obj) - *fill* 0x3c0d966e 0x2 - .rodata.__func__.3 - 0x3c0d9670 0xb esp-idf/lwip/liblwip.a(etharp.c.obj) - *fill* 0x3c0d967b 0x1 - .rodata.__func__.6 - 0x3c0d967c 0x12 esp-idf/lwip/liblwip.a(etharp.c.obj) - *fill* 0x3c0d968e 0x2 - .rodata.__func__.7 - 0x3c0d9690 0x18 esp-idf/lwip/liblwip.a(etharp.c.obj) - .rodata.__func__.8 - 0x3c0d96a8 0xe esp-idf/lwip/liblwip.a(etharp.c.obj) - .rodata.icmp_send_response.str1.4 - 0x3c0d96b6 0x5b esp-idf/lwip/liblwip.a(icmp.c.obj) - .rodata.icmp_input.str1.4 - 0x3c0d96b6 0x65 esp-idf/lwip/liblwip.a(icmp.c.obj) - *fill* 0x3c0d96b6 0x2 - .rodata.__func__.0 - 0x3c0d96b8 0x13 esp-idf/lwip/liblwip.a(icmp.c.obj) - *fill* 0x3c0d96cb 0x1 - .rodata.__func__.1 - 0x3c0d96cc 0xb esp-idf/lwip/liblwip.a(icmp.c.obj) - .rodata.igmp_send.str1.4 - 0x3c0d96d7 0x6b esp-idf/lwip/liblwip.a(igmp.c.obj) - .rodata.igmp_lookup_group.str1.4 - 0x3c0d96d7 0x75 esp-idf/lwip/liblwip.a(igmp.c.obj) - *fill* 0x3c0d96d7 0x1 - .rodata.__func__.0 - 0x3c0d96d8 0xa esp-idf/lwip/liblwip.a(igmp.c.obj) - *fill* 0x3c0d96e2 0x2 - .rodata.__func__.1 - 0x3c0d96e4 0x12 esp-idf/lwip/liblwip.a(igmp.c.obj) - .rodata.ip4_output_if_opt_src.str1.4 - 0x3c0d96f6 0x69 esp-idf/lwip/liblwip.a(ip4.c.obj) - *fill* 0x3c0d96f6 0x2 - .rodata.__func__.1 - 0x3c0d96f8 0x16 esp-idf/lwip/liblwip.a(ip4.c.obj) - .rodata.ip4addr_aton.str1.4 - 0x3c0d970e 0x3f esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - *fill* 0x3c0d970e 0x2 - .rodata.__func__.1 - 0x3c0d9710 0xd esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - *fill* 0x3c0d971d 0x3 - .rodata.ip_addr_broadcast - 0x3c0d9720 0x18 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - 0x3c0d9720 ip_addr_broadcast - .rodata.ip_addr_any - 0x3c0d9738 0x18 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - 0x3c0d9738 ip_addr_any - .rodata.ip4_frag.str1.4 - 0x3c0d9750 0x53 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - .rodata.__func__.0 - 0x3c0d9750 0x9 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - .rodata.icmp6_send_response_with_addrs_and_netif.str1.4 - 0x3c0d9759 0x6c esp-idf/lwip/liblwip.a(icmp6.c.obj) - .rodata.icmp6_send_response.str1.4 - 0x3c0d9759 0x24 esp-idf/lwip/liblwip.a(icmp6.c.obj) - *fill* 0x3c0d9759 0x3 - .rodata.__func__.1 - 0x3c0d975c 0x29 esp-idf/lwip/liblwip.a(icmp6.c.obj) - *fill* 0x3c0d9785 0x3 - .rodata.__func__.2 - 0x3c0d9788 0x14 esp-idf/lwip/liblwip.a(icmp6.c.obj) - .rodata.ip6_output_if_src.str1.4 - 0x3c0d979c 0x6a esp-idf/lwip/liblwip.a(ip6.c.obj) - .rodata.__func__.1 - 0x3c0d979c 0x12 esp-idf/lwip/liblwip.a(ip6.c.obj) - *fill* 0x3c0d97ae 0x2 - .rodata.ip6_addr_any - 0x3c0d97b0 0x18 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - 0x3c0d97b0 ip6_addr_any - .rodata.ip6_frag.str1.4 - 0x3c0d97c8 0x6c esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - .rodata.__func__.0 - 0x3c0d97c8 0x9 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - .rodata.nd6_process_autoconfig_prefix.str1.4 - 0x3c0d97d1 0x42 esp-idf/lwip/liblwip.a(nd6.c.obj) - .rodata.nd6_free_q.str1.4 - 0x3c0d97d1 0x29 esp-idf/lwip/liblwip.a(nd6.c.obj) - .rodata.nd6_send_na.str1.4 - 0x3c0d97d1 0x1b esp-idf/lwip/liblwip.a(nd6.c.obj) - .rodata.nd6_get_next_hop_entry.str1.4 - 0x3c0d97d1 0x22 esp-idf/lwip/liblwip.a(nd6.c.obj) - .rodata.nd6_find_route.str1.4 - 0x3c0d97d1 0x2b esp-idf/lwip/liblwip.a(nd6.c.obj) - *fill* 0x3c0d97d1 0x3 - .rodata.__func__.0 - 0x3c0d97d4 0x17 esp-idf/lwip/liblwip.a(nd6.c.obj) - *fill* 0x3c0d97eb 0x1 - .rodata.__func__.2 - 0x3c0d97ec 0xf esp-idf/lwip/liblwip.a(nd6.c.obj) - *fill* 0x3c0d97fb 0x1 - .srodata.__func__.3 - 0x3c0d97fc 0x8 esp-idf/lwip/liblwip.a(nd6.c.obj) - .rodata.__func__.4 - 0x3c0d9804 0xb esp-idf/lwip/liblwip.a(nd6.c.obj) - *fill* 0x3c0d980f 0x1 - .rodata.__func__.5 - 0x3c0d9810 0x1e esp-idf/lwip/liblwip.a(nd6.c.obj) - *fill* 0x3c0d982e 0x2 - .rodata.__func__.6 - 0x3c0d9830 0xc esp-idf/lwip/liblwip.a(nd6.c.obj) - .rodata.__func__.7 - 0x3c0d983c 0xc esp-idf/lwip/liblwip.a(nd6.c.obj) - .rodata.ethernet_output.str1.4 - 0x3c0d9848 0x63 esp-idf/lwip/liblwip.a(ethernet.c.obj) - .rodata.__func__.0 - 0x3c0d9848 0x10 esp-idf/lwip/liblwip.a(ethernet.c.obj) - .srodata.ethzero - 0x3c0d9858 0x6 esp-idf/lwip/liblwip.a(ethernet.c.obj) - 0x3c0d9858 ethzero - *fill* 0x3c0d985e 0x2 - .srodata.ethbroadcast - 0x3c0d9860 0x6 esp-idf/lwip/liblwip.a(ethernet.c.obj) - 0x3c0d9860 ethbroadcast - .rodata.lwip_getsockopt_impl_ext.str1.4 - 0x3c0d9866 0x14 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) - .rodata.sys_mutex_lock.str1.4 - 0x3c0d9866 0x4a esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .rodata.sys_mutex_unlock.str1.4 - 0x3c0d9866 0x19 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .rodata.sys_sem_new.str1.4 - 0x3c0d9866 0x49 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .rodata.sys_sem_signal.str1.4 - 0x3c0d9866 0x22 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .rodata.sys_arch_sem_wait.str1.4 - 0x3c0d9866 0x18 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .rodata.sys_mbox_post.str1.4 - 0x3c0d9866 0x11 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .rodata.sys_arch_mbox_fetch.str1.4 - 0x3c0d9866 0x12 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .rodata.sys_mbox_free.str1.4 - 0x3c0d9866 0x16 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .rodata.sys_init.str1.4 - 0x3c0d9866 0x45 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .rodata.sys_thread_sem_init.str1.4 - 0x3c0d9866 0x2c esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .rodata.sys_thread_tcpip.str1.4 - 0x3c0d9866 0x2d esp-idf/lwip/liblwip.a(sys_arch.c.obj) - *fill* 0x3c0d9866 0x2 - .rodata.__func__.0 - 0x3c0d9868 0x11 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - *fill* 0x3c0d9879 0x3 - .rodata.__func__.2 - 0x3c0d987c 0xe esp-idf/lwip/liblwip.a(sys_arch.c.obj) - *fill* 0x3c0d988a 0x2 - .rodata.__func__.3 - 0x3c0d988c 0x17 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - *fill* 0x3c0d98a3 0x1 - .rodata.__func__.4 - 0x3c0d98a4 0x14 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .rodata.__func__.6 - 0x3c0d98b8 0xe esp-idf/lwip/liblwip.a(sys_arch.c.obj) - *fill* 0x3c0d98c6 0x2 - .rodata.__func__.7 - 0x3c0d98c8 0x12 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - *fill* 0x3c0d98da 0x2 - .rodata.__func__.8 - 0x3c0d98dc 0xf esp-idf/lwip/liblwip.a(sys_arch.c.obj) - *fill* 0x3c0d98eb 0x1 - .rodata.__func__.9 - 0x3c0d98ec 0xc esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .rodata.__func__.10 - 0x3c0d98f8 0x11 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - *fill* 0x3c0d9909 0x3 - .rodata.__func__.11 - 0x3c0d990c 0xf esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .rodata.esp_vfs_lwip_sockets_register.str1.4 - 0x3c0d991b 0x71 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - *fill* 0x3c0d991b 0x1 - .rodata.__func__.0 - 0x3c0d991c 0x1e esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .rodata.kill_oldest_dhcps_pool.str1.4 - 0x3c0d993a 0x57 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .rodata.dhcps_start.str1.4 - 0x3c0d993a 0x70 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - *fill* 0x3c0d993a 0x2 - .rodata.__func__.0 - 0x3c0d993c 0x17 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - *fill* 0x3c0d9953 0x1 - .srodata.magic_cookie - 0x3c0d9954 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .rodata.netconn_new_with_proto_and_callback.str1.4 - 0x3c0d9958 0x89 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .rodata.netconn_write_vectors_partly.str1.4 - 0x3c0d9958 0x23 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .rodata.netconn_recv_data.str1.4 - 0x3c0d9958 0xc esp-idf/lwip/liblwip.a(api_lib.c.obj) - .rodata.__func__.1 - 0x3c0d9958 0x1d esp-idf/lwip/liblwip.a(api_lib.c.obj) - *fill* 0x3c0d9975 0x3 - .rodata.__func__.3 - 0x3c0d9978 0x12 esp-idf/lwip/liblwip.a(api_lib.c.obj) - *fill* 0x3c0d998a 0x2 - .rodata.__func__.4 - 0x3c0d998c 0x24 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .rodata.lwip_netconn_err_to_msg.str1.4 - 0x3c0d99b0 0x3c esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.recv_udp.str1.4 - 0x3c0d99b0 0x62 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.pcb_new.str1.4 - 0x3c0d99b0 0x1f esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.lwip_netconn_do_connected.str1.4 - 0x3c0d99b0 0x7d esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.err_tcp.str1.4 - 0x3c0d99b0 0x62 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.lwip_netconn_do_writemore.str1.4 - 0x3c0d99b0 0xcb esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.lwip_netconn_do_close_internal.str1.4 - 0x3c0d99b0 0x8b esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.recv_tcp.str1.4 - 0x3c0d99b0 0x7a esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.lwip_netconn_is_err_msg.str1.4 - 0x3c0d99b0 0xc esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.netconn_alloc.str1.4 - 0x3c0d99b0 0x26 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.netconn_free.str1.4 - 0x3c0d99b0 0xa8 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.netconn_drain.str1.4 - 0x3c0d99b0 0x16 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.lwip_netconn_do_delconn.str1.4 - 0x3c0d99b0 0x4f esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.lwip_netconn_do_write.str1.4 - 0x3c0d99b0 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.lwip_netconn_do_getaddr.str1.4 - 0x3c0d99b0 0x15 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.lwip_netconn_do_close.str1.4 - 0x3c0d99b0 0x24 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.__func__.0 - 0x3c0d99b0 0x16 esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x3c0d99c6 0x2 - .rodata.__func__.1 - 0x3c0d99c8 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.__func__.2 - 0x3c0d99e0 0x16 esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x3c0d99f6 0x2 - .rodata.__func__.5 - 0x3c0d99f8 0x1a esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x3c0d9a12 0x2 - .rodata.__func__.6 - 0x3c0d9a14 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.__func__.7 - 0x3c0d9a2c 0xe esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x3c0d9a3a 0x2 - .rodata.__func__.8 - 0x3c0d9a3c 0xd esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x3c0d9a49 0x3 - .rodata.__func__.9 - 0x3c0d9a4c 0xe esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x3c0d9a5a 0x2 - .rodata.__func__.10 - 0x3c0d9a5c 0x9 esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x3c0d9a65 0x3 - .rodata.__func__.11 - 0x3c0d9a68 0x9 esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x3c0d9a71 0x3 - .rodata.__func__.12 - 0x3c0d9a74 0x1f esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x3c0d9a93 0x1 - .rodata.__func__.13 - 0x3c0d9a94 0x1a esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x3c0d9aae 0x2 - .rodata.__func__.14 - 0x3c0d9ab0 0x9 esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x3c0d9ab9 0x3 - .rodata.__func__.15 - 0x3c0d9abc 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .srodata.__func__.16 - 0x3c0d9ad4 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.__func__.17 - 0x3c0d9adc 0x9 esp-idf/lwip/liblwip.a(api_msg.c.obj) - *fill* 0x3c0d9ae5 0x3 - .srodata.__func__.18 - 0x3c0d9ae8 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.__func__.19 - 0x3c0d9af0 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .srodata.netconn_closed - 0x3c0d9b08 0x1 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .srodata.netconn_reset - 0x3c0d9b09 0x1 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .srodata.netconn_aborted - 0x3c0d9b0a 0x1 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .srodata.netconn_deleted - 0x3c0d9b0b 0x1 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .rodata.err_to_errno_table - 0x3c0d9b0c 0x44 esp-idf/lwip/liblwip.a(err.c.obj) - .rodata.netbuf_alloc.str1.4 - 0x3c0d9b50 0x4f esp-idf/lwip/liblwip.a(netbuf.c.obj) - .rodata.__func__.0 - 0x3c0d9b50 0xd esp-idf/lwip/liblwip.a(netbuf.c.obj) - .rodata.esp_netif_action_connected.str1.4 - 0x3c0d9b5d 0xa3 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .rodata.esp_netif_action_got_ip.str1.4 - 0x3c0d9b5d 0x44 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - *fill* 0x3c0d9b5d 0x3 - .rodata.__FUNCTION__.0 - 0x3c0d9b60 0x1b esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - *fill* 0x3c0d9b7b 0x1 - .srodata.s_wifi_netif_config_sta - 0x3c0d9b7c 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .srodata.s_wifi_netif_config_ap - 0x3c0d9b84 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .rodata.wlanif_init.str1.4 - 0x3c0d9b8c 0x4a esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) - .rodata.__func__.0 - 0x3c0d9b8c 0xc esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) - .rodata.wpa3_hostap_auth_init.str1.4 - 0x3c0d9b98 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .rodata.wpa_group_init_gmk_and_counter.str1.4 - 0x3c0d9b98 0xd esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .rodata.wpa_gtk_update.str1.4 - 0x3c0d9b98 0x27 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .rodata.wpa_group_config_group_keys.str1.4 - 0x3c0d9b98 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .rodata.wpa_derive_ptk.str1.4 - 0x3c0d9b98 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .rodata.sae_check_big_sync.str1.4 - 0x3c0d9b98 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .rodata.sae_accept_sta.str1.4 - 0x3c0d9b98 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .rodata.sae_sm_step.str1.4 - 0x3c0d9b98 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .rodata.handle_auth_sae.str1.4 - 0x3c0d9b98 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .rodata.sswu.str1.4 - 0x3c0d9b98 0x11c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .rodata.sae_test_pwd_seed_ffc.str1.4 - 0x3c0d9b98 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .rodata.sae_derive_pt_ecc.str1.4 - 0x3c0d9b98 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .rodata.sae_derive_pt_ffc.str1.4 - 0x3c0d9b98 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .rodata.sae_derive_keys.str1.4 - 0x3c0d9b98 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .rodata.sae_derive_pwe_from_pt_ecc.str1.4 - 0x3c0d9b98 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .rodata.sae_derive_pwe_from_pt_ffc.str1.4 - 0x3c0d9b98 0x9 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .rodata 0x3c0d9b98 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .rodata.dragonfly_get_rand_1_to_p_1.str1.4 - 0x3c0d9bb8 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) - .rodata.rsn_pmkid.str1.4 - 0x3c0d9bb8 0x9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .rodata.hmac_sha256_kdf.str1.4 - 0x3c0d9bb8 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) - .rodata.dh_groups - 0x3c0d9bb8 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .rodata.dh_group5_order - 0x3c0d9bd8 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .rodata.dh_group5_prime - 0x3c0d9c98 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .srodata.dh_group5_generator - 0x3c0d9d58 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .rodata.wpa_derive_ptk.str1.4 - 0x3c0d9d59 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .rodata.owe_process_assoc_resp.str1.4 - 0x3c0d9d59 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .rodata.wpa_gen_wpa_ie_rsn.str1.4 - 0x3c0d9d59 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - *fill* 0x3c0d9d59 0x3 - .rodata.__func__.1 - 0x3c0d9d5c 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .rodata.add_char.str1.4 - 0x3c0d9d6f 0x21 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - *fill* 0x3c0d9d6f 0x1 - .rodata.d_perm_table - 0x3c0d9d70 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .rodata.d_mult_table - 0x3c0d9d90 0x400 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .rodata.zero 0x3c0da190 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) - .rodata.lib_printf.str1.4 - 0x3c0da1a0 0x10 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .rodata.pp_printf.str1.4 - 0x3c0da1a0 0x3 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .rodata.net80211_printf.str1.4 - 0x3c0da1a0 0x9 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .rodata.esp_crypto_sha1_mbedtls.str1.4 - 0x3c0da1a0 0x49 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) - .rodata.misc_nvs_load.str1.4 - 0x3c0da1a0 0x5 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - .rodata.esp_ota_get_running_partition.str1.4 - 0x3c0da1a0 0x5f esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .rodata.__func__.1 - 0x3c0da1a0 0x1e esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - *fill* 0x3c0da1be 0x2 - .rodata 0x3c0da1c0 0x20 esp-idf/hal/libhal.a(ds_hal.c.obj) - .rodata._ZNK9__gnu_cxx24__concurrence_lock_error4whatEv.str1.4 - 0x3c0da1e0 0x24 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .rodata._ZNK9__gnu_cxx26__concurrence_unlock_error4whatEv.str1.4 - 0x3c0da1e0 0x26 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .rodata._ZTSSt9exception - 0x3c0da1e0 0xd C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - 0x3c0da1e0 typeinfo name for std::exception - *fill* 0x3c0da1ed 0x3 - .srodata._ZTISt9exception - 0x3c0da1f0 0x8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - 0x3c0da1f0 typeinfo for std::exception - .rodata._ZTSN9__gnu_cxx24__concurrence_lock_errorE - 0x3c0da1f8 0x27 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - 0x3c0da1f8 typeinfo name for __gnu_cxx::__concurrence_lock_error - *fill* 0x3c0da21f 0x1 - .rodata._ZTIN9__gnu_cxx24__concurrence_lock_errorE - 0x3c0da220 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - 0x3c0da220 typeinfo for __gnu_cxx::__concurrence_lock_error - .rodata._ZTSN9__gnu_cxx26__concurrence_unlock_errorE - 0x3c0da22c 0x29 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - 0x3c0da22c typeinfo name for __gnu_cxx::__concurrence_unlock_error - *fill* 0x3c0da255 0x3 - .rodata._ZTIN9__gnu_cxx26__concurrence_unlock_errorE - 0x3c0da258 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - 0x3c0da258 typeinfo for __gnu_cxx::__concurrence_unlock_error - .rodata._ZTVN9__gnu_cxx24__concurrence_lock_errorE - 0x3c0da264 0x14 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - 0x3c0da264 vtable for __gnu_cxx::__concurrence_lock_error - .rodata._ZTVN9__gnu_cxx26__concurrence_unlock_errorE - 0x3c0da278 0x14 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - 0x3c0da278 vtable for __gnu_cxx::__concurrence_unlock_error - .srodata._ZSt7nothrow - 0x3c0da28c 0x1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - 0x3c0da28c std::nothrow - *fill* 0x3c0da28d 0x3 - .rodata._ZTVN10__cxxabiv120__si_class_type_infoE - 0x3c0da290 0x2c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - 0x3c0da290 vtable for __cxxabiv1::__si_class_type_info - .rodata._ZTVN10__cxxabiv117__class_type_infoE - 0x3c0da2bc 0x2c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - 0x3c0da2bc vtable for __cxxabiv1::__class_type_info - .rodata._ZTSSt9bad_alloc - 0x3c0da2e8 0xd C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - 0x3c0da2e8 typeinfo name for std::bad_alloc - *fill* 0x3c0da2f5 0x3 - .rodata._ZTISt9bad_alloc - 0x3c0da2f8 0xc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - 0x3c0da2f8 typeinfo for std::bad_alloc - .rodata._ZNKSt9bad_alloc4whatEv.str1.4 - 0x3c0da304 0xf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - .rodata._ZTVSt9bad_alloc - 0x3c0da304 0x14 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - 0x3c0da304 vtable for std::bad_alloc - .rodata.lib_printf.str1.4 - 0x3c0da318 0x10 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) - .rodata.phy_printf.str1.4 - 0x3c0da318 0x4 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) - .rodata 0x3c0da318 0x101 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ctype_.o) - 0x3c0da318 _ctype_ - .rodata.str1.4 - 0x3c0da419 0x2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-puts.o) - .rodata.str1.4 - 0x3c0da419 0x701 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror.o) - *fill* 0x3c0da419 0x3 - .rodata 0x3c0da41c 0x23c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror.o) - .rodata 0x3c0da658 0x23c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - .rodata.str1.4 - 0x3c0da894 0x3a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - .srodata.cst8 0x3c0da894 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - .rodata 0x3c0da894 0x23c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - .rodata.str1.4 - 0x3c0daad0 0x3a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - .srodata.cst8 0x3c0daad0 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - .rodata 0x3c0daad0 0x23c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - .rodata.str1.4 - 0x3c0dad0c 0x25 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - .rodata.str1.4 - 0x3c0dad0c 0x12 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) - .rodata 0x3c0dad0c 0x16c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) - 0x3c0dad0c __default_global_locale - .srodata.cst8 0x3c0dae78 0x8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libm_a-s_frexp.o) - .rodata.str1.4 - 0x3c0dae78 0x95 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - .srodata.cst8 0x3c0dae78 0x48 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - .rodata.str1.4 - 0x3c0dae78 0x81 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - .srodata.cst8 0x3c0dae78 0x10 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - .rodata 0x3c0dae78 0x128 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - 0x3c0dae88 __mprec_tens - 0x3c0daf50 __mprec_tinytens - 0x3c0daf78 __mprec_bigtens - .rodata 0x3c0dafa0 0x414 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - 0x3c0db1bc __chclass - 0x3c0db2bc __state_table - 0x3c0db328 __action_table - .rodata.str1.4 - 0x3c0db3b4 0x25 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - *(.rodata_wlog_error .rodata_wlog_error.*) - .rodata_wlog_error.12 - 0x3c0db3b4 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0db3bb 0x1 - .rodata_wlog_error.13 - 0x3c0db3bc 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0db3c3 0x1 - .rodata_wlog_error.14 - 0x3c0db3c4 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0db3cb 0x1 - .rodata_wlog_error.16 - 0x3c0db3cc 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0db3d3 0x1 - .rodata_wlog_error.21 - 0x3c0db3d4 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0db3db 0x1 - .rodata_wlog_error.23 - 0x3c0db3dc 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .rodata_wlog_error.24 - 0x3c0db41c 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0db423 0x1 - .rodata_wlog_error.26 - 0x3c0db424 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0db42b 0x1 - .rodata_wlog_error.27 - 0x3c0db42c 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0db433 0x1 - .rodata_wlog_error.29 - 0x3c0db434 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0db43b 0x1 - .rodata_wlog_error.30 - 0x3c0db43c 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0db443 0x1 - .rodata_wlog_error.32 - 0x3c0db444 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0db44b 0x1 - .rodata_wlog_error.36 - 0x3c0db44c 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0db453 0x1 - .rodata_wlog_error.38 - 0x3c0db454 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0db45b 0x1 - .rodata_wlog_error.39 - 0x3c0db45c 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0db463 0x1 - .rodata_wlog_error.40 - 0x3c0db464 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0db46b 0x1 - .rodata_wlog_error.43 - 0x3c0db46c 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0db473 0x1 - .rodata_wlog_error.56 - 0x3c0db474 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0db47b 0x1 - .rodata_wlog_error.58 - 0x3c0db47c 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0db483 0x1 - .rodata_wlog_error.10 - 0x3c0db484 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0db48b 0x1 - .rodata_wlog_error.11 - 0x3c0db48c 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0db493 0x1 - .rodata_wlog_error.13 - 0x3c0db494 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0db49b 0x1 - .rodata_wlog_error.16 - 0x3c0db49c 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .rodata_wlog_error.17 - 0x3c0db4a8 0xd C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0db4b5 0x3 - .rodata_wlog_error.18 - 0x3c0db4b8 0xb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0db4c3 0x1 - .rodata_wlog_error.19 - 0x3c0db4c4 0xd C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0db4d1 0x3 - .rodata_wlog_error.21 - 0x3c0db4d4 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .rodata_wlog_error.22 - 0x3c0db4e0 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0db4f2 0x2 - .rodata_wlog_error.27 - 0x3c0db4f4 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0db4fb 0x1 - .rodata_wlog_error.29 - 0x3c0db4fc 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0db503 0x1 - .rodata_wlog_error.31 - 0x3c0db504 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0db50b 0x1 - .rodata_wlog_error.35 - 0x3c0db50c 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0db529 0x3 - .rodata_wlog_error.36 - 0x3c0db52c 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0db549 0x3 - .rodata_wlog_error.38 - 0x3c0db54c 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0db553 0x1 - .rodata_wlog_error.51 - 0x3c0db554 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0db55b 0x1 - .rodata_wlog_error.56 - 0x3c0db55c 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .rodata_wlog_error.9 - 0x3c0db574 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0db57b 0x1 - .rodata_wlog_error.10 - 0x3c0db57c 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - .rodata_wlog_error.11 - 0x3c0db590 0x27 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - *fill* 0x3c0db5b7 0x1 - .rodata_wlog_error.12 - 0x3c0db5b8 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - *fill* 0x3c0db5e6 0x2 - .rodata_wlog_error.3 - 0x3c0db5e8 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - *fill* 0x3c0db5ef 0x1 - .rodata_wlog_error.4 - 0x3c0db5f0 0x27 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - *fill* 0x3c0db617 0x1 - .rodata_wlog_error.5 - 0x3c0db618 0xd C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - *fill* 0x3c0db625 0x3 - .rodata_wlog_error.6 - 0x3c0db628 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - .rodata_wlog_error.7 - 0x3c0db63c 0x27 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - *fill* 0x3c0db663 0x1 - .rodata_wlog_error.8 - 0x3c0db664 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - *fill* 0x3c0db692 0x2 - .rodata_wlog_error.9 - 0x3c0db694 0xd C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - *fill* 0x3c0db6a1 0x3 - .rodata_wlog_error.3 - 0x3c0db6a4 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - *fill* 0x3c0db6ab 0x1 - .rodata_wlog_error.5 - 0x3c0db6ac 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - *fill* 0x3c0db6c7 0x1 - .rodata_wlog_error.6 - 0x3c0db6c8 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - *fill* 0x3c0db6cf 0x1 - .rodata_wlog_error.13 - 0x3c0db6d0 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - *fill* 0x3c0db6d7 0x1 - .rodata_wlog_error.7 - 0x3c0db6d8 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - *fill* 0x3c0db6f3 0x1 - .rodata_wlog_error.8 - 0x3c0db6f4 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - .rodata_wlog_error.12 - 0x3c0db714 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0db731 0x3 - .rodata_wlog_error.47 - 0x3c0db734 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0db76e 0x2 - .rodata_wlog_error.56 - 0x3c0db770 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0db777 0x1 - .rodata_wlog_error.63 - 0x3c0db778 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0db78f 0x1 - .rodata_wlog_error.91 - 0x3c0db790 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0db797 0x1 - .rodata_wlog_error.94 - 0x3c0db798 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0db79f 0x1 - .rodata_wlog_error.3 - 0x3c0db7a0 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0db7a7 0x1 - .rodata_wlog_error.7 - 0x3c0db7a8 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - .rodata_wlog_error.8 - 0x3c0db7c8 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0db7cf 0x1 - .rodata_wlog_error.16 - 0x3c0db7d0 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - *fill* 0x3c0db7e9 0x3 - .rodata_wlog_error.2 - 0x3c0db7ec 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - *fill* 0x3c0db80a 0x2 - .rodata_wlog_error.3 - 0x3c0db80c 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - *fill* 0x3c0db826 0x2 - .rodata_wlog_error.5 - 0x3c0db828 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - *fill* 0x3c0db849 0x3 - .rodata_wlog_error.10 - 0x3c0db84c 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - *fill* 0x3c0db853 0x1 - .rodata_wlog_error.3 - 0x3c0db854 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - *fill* 0x3c0db882 0x2 - .rodata_wlog_error.9 - 0x3c0db884 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - *fill* 0x3c0db88b 0x1 - .rodata_wlog_error.10 - 0x3c0db88c 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.107 - 0x3c0db8c0 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.115 - 0x3c0db8d0 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0db8d7 0x1 - .rodata_wlog_error.116 - 0x3c0db8d8 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.131 - 0x3c0db8f0 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0db90b 0x1 - .rodata_wlog_error.18 - 0x3c0db90c 0x29 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0db935 0x3 - .rodata_wlog_error.23 - 0x3c0db938 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.31 - 0x3c0db958 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0db996 0x2 - .rodata_wlog_error.32 - 0x3c0db998 0x2b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0db9c3 0x1 - .rodata_wlog_error.35 - 0x3c0db9c4 0x4b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0dba0f 0x1 - .rodata_wlog_error.45 - 0x3c0dba10 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0dba17 0x1 - .rodata_wlog_error.46 - 0x3c0dba18 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0dba1f 0x1 - .rodata_wlog_error.48 - 0x3c0dba20 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0dba27 0x1 - .rodata_wlog_error.49 - 0x3c0dba28 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0dba2f 0x1 - .rodata_wlog_error.51 - 0x3c0dba30 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.52 - 0x3c0dba54 0x46 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0dba9a 0x2 - .rodata_wlog_error.53 - 0x3c0dba9c 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.54 - 0x3c0dbae4 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.55 - 0x3c0dbb0c 0x29 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0dbb35 0x3 - .rodata_wlog_error.56 - 0x3c0dbb38 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.57 - 0x3c0dbb60 0x29 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0dbb89 0x3 - .rodata_wlog_error.58 - 0x3c0dbb8c 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0dbba1 0x3 - .rodata_wlog_error.59 - 0x3c0dbba4 0x2f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0dbbd3 0x1 - .rodata_wlog_error.60 - 0x3c0dbbd4 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0dbbea 0x2 - .rodata_wlog_error.61 - 0x3c0dbbec 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0dbbff 0x1 - .rodata_wlog_error.63 - 0x3c0dbc00 0x2d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0dbc2d 0x3 - .rodata_wlog_error.70 - 0x3c0dbc30 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0dbc51 0x3 - .rodata_wlog_error.9 - 0x3c0dbc54 0x34 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_error.25 - 0x3c0dbc88 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0dbcae 0x2 - .rodata_wlog_error.26 - 0x3c0dbcb0 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0dbcd3 0x1 - .rodata_wlog_error.27 - 0x3c0dbcd4 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .rodata_wlog_error.28 - 0x3c0dbcf0 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0dbd0d 0x3 - .rodata_wlog_error.13 - 0x3c0dbd10 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - *fill* 0x3c0dbd2a 0x2 - .rodata_wlog_error.15 - 0x3c0dbd2c 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - *fill* 0x3c0dbd4d 0x3 - .rodata_wlog_error.18 - 0x3c0dbd50 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - *fill* 0x3c0dbd71 0x3 - .rodata_wlog_error.44 - 0x3c0dbd74 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_error.45 - 0x3c0dbd98 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - *fill* 0x3c0dbdb7 0x1 - .rodata_wlog_error.47 - 0x3c0dbdb8 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - *fill* 0x3c0dbddb 0x1 - .rodata_wlog_error.5 - 0x3c0dbddc 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - *fill* 0x3c0dbdf7 0x1 - .rodata_wlog_error.8 - 0x3c0dbdf8 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_error.7 - 0x3c0dbe1c 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - .rodata_wlog_error.51 - 0x3c0dbe38 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0dbe3f 0x1 - .rodata_wlog_error.57 - 0x3c0dbe40 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0dbe61 0x3 - .rodata_wlog_error.66 - 0x3c0dbe64 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0dbe72 0x2 - .rodata_wlog_error.87 - 0x3c0dbe74 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0dbe7b 0x1 - .rodata_wlog_error.88 - 0x3c0dbe7c 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0dbed6 0x2 - .rodata_wlog_error.89 - 0x3c0dbed8 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0dbf0a 0x2 - .rodata_wlog_error.91 - 0x3c0dbf0c 0x62 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0dbf6e 0x2 - .rodata_wlog_error.92 - 0x3c0dbf70 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0dbf83 0x1 - .rodata_wlog_error.94 - 0x3c0dbf84 0x27 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0dbfab 0x1 - .rodata_wlog_error.10 - 0x3c0dbfac 0x64 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .rodata_wlog_error.11 - 0x3c0dc010 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc033 0x1 - .rodata_wlog_error.12 - 0x3c0dc034 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc056 0x2 - .rodata_wlog_error.14 - 0x3c0dc058 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .rodata_wlog_error.19 - 0x3c0dc0a0 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc0a7 0x1 - .rodata_wlog_error.2 - 0x3c0dc0a8 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc0af 0x1 - .rodata_wlog_error.21 - 0x3c0dc0b0 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc0b7 0x1 - .rodata_wlog_error.22 - 0x3c0dc0b8 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .rodata_wlog_error.23 - 0x3c0dc0cc 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc0e3 0x1 - .rodata_wlog_error.32 - 0x3c0dc0e4 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc0fa 0x2 - .rodata_wlog_error.35 - 0x3c0dc0fc 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc103 0x1 - .rodata_wlog_error.38 - 0x3c0dc104 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc10b 0x1 - .rodata_wlog_error.39 - 0x3c0dc10c 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc113 0x1 - .rodata_wlog_error.4 - 0x3c0dc114 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc11b 0x1 - .rodata_wlog_error.40 - 0x3c0dc11c 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc123 0x1 - .rodata_wlog_error.41 - 0x3c0dc124 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc12b 0x1 - .rodata_wlog_error.43 - 0x3c0dc12c 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc133 0x1 - .rodata_wlog_error.48 - 0x3c0dc134 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc13b 0x1 - .rodata_wlog_error.5 - 0x3c0dc13c 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc143 0x1 - .rodata_wlog_error.51 - 0x3c0dc144 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc14b 0x1 - .rodata_wlog_error.52 - 0x3c0dc14c 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc153 0x1 - .rodata_wlog_error.54 - 0x3c0dc154 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc15b 0x1 - .rodata_wlog_error.55 - 0x3c0dc15c 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc163 0x1 - .rodata_wlog_error.56 - 0x3c0dc164 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc16b 0x1 - .rodata_wlog_error.57 - 0x3c0dc16c 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc173 0x1 - .rodata_wlog_error.58 - 0x3c0dc174 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc17b 0x1 - .rodata_wlog_error.59 - 0x3c0dc17c 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc183 0x1 - .rodata_wlog_error.60 - 0x3c0dc184 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc18b 0x1 - .rodata_wlog_error.62 - 0x3c0dc18c 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc193 0x1 - .rodata_wlog_error.64 - 0x3c0dc194 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc19b 0x1 - .rodata_wlog_error.7 - 0x3c0dc19c 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc1b9 0x3 - .rodata_wlog_error.8 - 0x3c0dc1bc 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .rodata_wlog_error.9 - 0x3c0dc1e0 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dc203 0x1 - .rodata_wlog_error.2 - 0x3c0dc204 0x57 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) - *fill* 0x3c0dc25b 0x1 - .rodata_wlog_error.3 - 0x3c0dc25c 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) - *fill* 0x3c0dc2aa 0x2 - .rodata_wlog_error.4 - 0x3c0dc2ac 0x71 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) - *fill* 0x3c0dc31d 0x3 - .rodata_wlog_error.2 - 0x3c0dc320 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - *fill* 0x3c0dc327 0x1 - .rodata_wlog_error.103 - 0x3c0dc328 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0dc32f 0x1 - .rodata_wlog_error.14 - 0x3c0dc330 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0dc337 0x1 - .rodata_wlog_error.46 - 0x3c0dc338 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0dc33f 0x1 - .rodata_wlog_error.61 - 0x3c0dc340 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_error.63 - 0x3c0dc360 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0dc392 0x2 - .rodata_wlog_error.65 - 0x3c0dc394 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0dc3aa 0x2 - .rodata_wlog_error.71 - 0x3c0dc3ac 0x46 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0dc3f2 0x2 - .rodata_wlog_error.80 - 0x3c0dc3f4 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0dc40a 0x2 - .rodata_wlog_error.81 - 0x3c0dc40c 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0dc422 0x2 - .rodata_wlog_error.37 - 0x3c0dc424 0x6 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - *fill* 0x3c0dc42a 0x2 - .rodata_wlog_error.8 - 0x3c0dc42c 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - *fill* 0x3c0dc446 0x2 - .rodata_wlog_error.30 - 0x3c0dc448 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - *fill* 0x3c0dc467 0x1 - .rodata_wlog_error.39 - 0x3c0dc468 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - *fill* 0x3c0dc46f 0x1 - .rodata_wlog_error.42 - 0x3c0dc470 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - *fill* 0x3c0dc477 0x1 - .rodata_wlog_error.54 - 0x3c0dc478 0x29 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - *fill* 0x3c0dc4a1 0x3 - .rodata_wlog_error.55 - 0x3c0dc4a4 0x29 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - *fill* 0x3c0dc4cd 0x3 - .rodata_wlog_error.56 - 0x3c0dc4d0 0x27 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - *fill* 0x3c0dc4f7 0x1 - .rodata_wlog_error.57 - 0x3c0dc4f8 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .rodata_wlog_error.69 - 0x3c0dc520 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - *fill* 0x3c0dc527 0x1 - .rodata_wlog_error.75 - 0x3c0dc528 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - *fill* 0x3c0dc52f 0x1 - .rodata_wlog_error.8 - 0x3c0dc530 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - *fill* 0x3c0dc537 0x1 - .rodata_wlog_error.17 - 0x3c0dc538 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - *fill* 0x3c0dc555 0x3 - .rodata_wlog_error.4 - 0x3c0dc558 0x27 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - *fill* 0x3c0dc57f 0x1 - .rodata_wlog_error.6 - 0x3c0dc580 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - *fill* 0x3c0dc59f 0x1 - .rodata_wlog_error.8 - 0x3c0dc5a0 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - *fill* 0x3c0dc5bb 0x1 - .rodata_wlog_error.19 - 0x3c0dc5bc 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc5c6 0x2 - .rodata_wlog_error.24 - 0x3c0dc5c8 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc5d2 0x2 - .rodata_wlog_error.26 - 0x3c0dc5d4 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc5de 0x2 - .rodata_wlog_error.27 - 0x3c0dc5e0 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc5ea 0x2 - .rodata_wlog_error.28 - 0x3c0dc5ec 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc5f6 0x2 - .rodata_wlog_error.29 - 0x3c0dc5f8 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc602 0x2 - .rodata_wlog_error.30 - 0x3c0dc604 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc60e 0x2 - .rodata_wlog_error.32 - 0x3c0dc610 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc61a 0x2 - .rodata_wlog_error.33 - 0x3c0dc61c 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc626 0x2 - .rodata_wlog_error.34 - 0x3c0dc628 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc632 0x2 - .rodata_wlog_error.40 - 0x3c0dc634 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc63e 0x2 - .rodata_wlog_error.42 - 0x3c0dc640 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc64a 0x2 - .rodata_wlog_error.43 - 0x3c0dc64c 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc656 0x2 - .rodata_wlog_error.44 - 0x3c0dc658 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc662 0x2 - .rodata_wlog_error.46 - 0x3c0dc664 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc66e 0x2 - .rodata_wlog_error.47 - 0x3c0dc670 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc67a 0x2 - .rodata_wlog_error.48 - 0x3c0dc67c 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc686 0x2 - .rodata_wlog_error.49 - 0x3c0dc688 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc692 0x2 - .rodata_wlog_error.50 - 0x3c0dc694 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc69e 0x2 - .rodata_wlog_error.51 - 0x3c0dc6a0 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc6aa 0x2 - .rodata_wlog_error.52 - 0x3c0dc6ac 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc6b6 0x2 - .rodata_wlog_error.54 - 0x3c0dc6b8 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc6c2 0x2 - .rodata_wlog_error.55 - 0x3c0dc6c4 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc6ce 0x2 - .rodata_wlog_error.59 - 0x3c0dc6d0 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc6da 0x2 - .rodata_wlog_error.6 - 0x3c0dc6dc 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc6e6 0x2 - .rodata_wlog_error.60 - 0x3c0dc6e8 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc6f2 0x2 - .rodata_wlog_error.61 - 0x3c0dc6f4 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc6fe 0x2 - .rodata_wlog_error.63 - 0x3c0dc700 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc70a 0x2 - .rodata_wlog_error.7 - 0x3c0dc70c 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc716 0x2 - .rodata_wlog_error.8 - 0x3c0dc718 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0dc722 0x2 - .rodata_wlog_error.14 - 0x3c0dc724 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - *fill* 0x3c0dc72e 0x2 - .rodata_wlog_error.15 - 0x3c0dc730 0xd C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - *fill* 0x3c0dc73d 0x3 - .rodata_wlog_error.16 - 0x3c0dc740 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - *fill* 0x3c0dc74a 0x2 - .rodata_wlog_error.17 - 0x3c0dc74c 0x25 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - *fill* 0x3c0dc771 0x3 - .rodata_wlog_error.18 - 0x3c0dc774 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - *fill* 0x3c0dc77e 0x2 - .rodata_wlog_error.22 - 0x3c0dc780 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - *fill* 0x3c0dc79b 0x1 - .rodata_wlog_error.26 - 0x3c0dc79c 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - *fill* 0x3c0dc7b2 0x2 - .rodata_wlog_error.28 - 0x3c0dc7b4 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .rodata_wlog_error.3 - 0x3c0dc7d4 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .rodata_wlog_error.4 - 0x3c0dc800 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .rodata_wlog_error.5 - 0x3c0dc82c 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .rodata_wlog_error.26 - 0x3c0dc858 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - *fill* 0x3c0dc862 0x2 - .rodata_wlog_error.32 - 0x3c0dc864 0x2f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - *fill* 0x3c0dc893 0x1 - .rodata_wlog_error.36 - 0x3c0dc894 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .rodata_wlog_error.49 - 0x3c0dc8c0 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - *fill* 0x3c0dc8ca 0x2 - .rodata_wlog_error.53 - 0x3c0dc8cc 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - *(.rodata_wlog_info .rodata_wlog_info.*) - *fill* 0x3c0dc8e6 0x2 - .rodata_wlog_info.30 - 0x3c0dc8e8 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .rodata_wlog_info.33 - 0x3c0dc900 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .rodata_wlog_info.34 - 0x3c0dc918 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0dc956 0x2 - .rodata_wlog_info.37 - 0x3c0dc958 0x33 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0dc98b 0x1 - .rodata_wlog_info.58 - 0x3c0dc98c 0x4d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0dc9d9 0x3 - .rodata_wlog_info.60 - 0x3c0dc9dc 0x44 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .rodata_wlog_info.2 - 0x3c0dca20 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - *fill* 0x3c0dca43 0x1 - .rodata_wlog_info.2 - 0x3c0dca44 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) - *fill* 0x3c0dca65 0x3 - .rodata_wlog_info.102 - 0x3c0dca68 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0dca86 0x2 - .rodata_wlog_info.104 - 0x3c0dca88 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0dcaa6 0x2 - .rodata_wlog_info.107 - 0x3c0dcaa8 0x53 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0dcafb 0x1 - .rodata_wlog_info.108 - 0x3c0dcafc 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_info.13 - 0x3c0dcb1c 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_info.41 - 0x3c0dcb4c 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_info.42 - 0x3c0dcb6c 0xf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0dcb7b 0x1 - .rodata_wlog_info.49 - 0x3c0dcb7c 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0dcb91 0x3 - .rodata_wlog_info.54 - 0x3c0dcb94 0x35 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0dcbc9 0x3 - .rodata_wlog_info.55 - 0x3c0dcbcc 0x2f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0dcbfb 0x1 - .rodata_wlog_info.79 - 0x3c0dcbfc 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_info.80 - 0x3c0dcc1c 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0dcc4e 0x2 - .rodata_wlog_info.92 - 0x3c0dcc50 0x5d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0dccad 0x3 - .rodata_wlog_info.93 - 0x3c0dccb0 0x59 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0dcd09 0x3 - .rodata_wlog_info.96 - 0x3c0dcd0c 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_info.97 - 0x3c0dcd1c 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_info.28 - 0x3c0dcd58 0x35 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dcd8d 0x3 - .rodata_wlog_info.47 - 0x3c0dcd90 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0dcd9a 0x2 - .rodata_wlog_info.65 - 0x3c0dcd9c 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0dcdb6 0x2 - .rodata_wlog_info.66 - 0x3c0dcdb8 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0dcddb 0x1 - .rodata_wlog_info.67 - 0x3c0dcddc 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0dcdf1 0x3 - .rodata_wlog_info.68 - 0x3c0dcdf4 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0dce0f 0x1 - .rodata_wlog_info.10 - 0x3c0dce10 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0dce33 0x1 - .rodata_wlog_info.11 - 0x3c0dce34 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0dce51 0x3 - .rodata_wlog_info.12 - 0x3c0dce54 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0dce77 0x1 - .rodata_wlog_info.13 - 0x3c0dce78 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0dce9b 0x1 - .rodata_wlog_info.14 - 0x3c0dce9c 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0dcebe 0x2 - .rodata_wlog_info.15 - 0x3c0dcec0 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0dcee3 0x1 - .rodata_wlog_info.16 - 0x3c0dcee4 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0dcf07 0x1 - .rodata_wlog_info.17 - 0x3c0dcf08 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0dcf2a 0x2 - .rodata_wlog_info.18 - 0x3c0dcf2c 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0dcf4f 0x1 - .rodata_wlog_info.19 - 0x3c0dcf50 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0dcf73 0x1 - .rodata_wlog_info.20 - 0x3c0dcf74 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0dcf97 0x1 - .rodata_wlog_info.21 - 0x3c0dcf98 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0dcfba 0x2 - .rodata_wlog_info.22 - 0x3c0dcfbc 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0dcfde 0x2 - .rodata_wlog_info.4 - 0x3c0dcfe0 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0dd003 0x1 - .rodata_wlog_info.5 - 0x3c0dd004 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0dd027 0x1 - .rodata_wlog_info.6 - 0x3c0dd028 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0dd04b 0x1 - .rodata_wlog_info.7 - 0x3c0dd04c 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0dd06f 0x1 - .rodata_wlog_info.8 - 0x3c0dd070 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0dd093 0x1 - .rodata_wlog_info.9 - 0x3c0dd094 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0dd0b1 0x3 - .rodata_wlog_info.3 - 0x3c0dd0b4 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - .rodata_wlog_info.4 - 0x3c0dd0c0 0x2b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - *fill* 0x3c0dd0eb 0x1 - .rodata_wlog_info.5 - 0x3c0dd0ec 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - *fill* 0x3c0dd11a 0x2 - .rodata_wlog_info.6 - 0x3c0dd11c 0x54 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - .rodata_wlog_info.8 - 0x3c0dd170 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - .rodata_wlog_info.9 - 0x3c0dd198 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - *fill* 0x3c0dd1ca 0x2 - .rodata_wlog_info.100 - 0x3c0dd1cc 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_info.102 - 0x3c0dd20c 0x43 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0dd24f 0x1 - .rodata_wlog_info.2 - 0x3c0dd250 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0dd267 0x1 - .rodata_wlog_info.37 - 0x3c0dd268 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_info.68 - 0x3c0dd288 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0dd2a7 0x1 - .rodata_wlog_info.69 - 0x3c0dd2a8 0x51 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0dd2f9 0x3 - .rodata_wlog_info.70 - 0x3c0dd2fc 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_info.71 - 0x3c0dd338 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_info.73 - 0x3c0dd374 0x31 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0dd3a5 0x3 - .rodata_wlog_info.90 - 0x3c0dd3a8 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0dd3ea 0x2 - .rodata_wlog_info.96 - 0x3c0dd3ec 0xb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0dd3f7 0x1 - .rodata_wlog_info.44 - 0x3c0dd3f8 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dd41a 0x2 - .rodata_wlog_info.46 - 0x3c0dd41c 0x4c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .rodata_wlog_info.47 - 0x3c0dd468 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .rodata_wlog_info.65 - 0x3c0dd494 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .rodata_wlog_info.17 - 0x3c0dd4d0 0xd C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0dd4dd 0x3 - .rodata_wlog_info.66 - 0x3c0dd4e0 0x2f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0dd50f 0x1 - .rodata_wlog_info.67 - 0x3c0dd510 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0dd54e 0x2 - .rodata_wlog_info.68 - 0x3c0dd550 0x33 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0dd583 0x1 - .rodata_wlog_info.69 - 0x3c0dd584 0x3f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0dd5c3 0x1 - .rodata_wlog_info.70 - 0x3c0dd5c4 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_info.91 - 0x3c0dd5fc 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0dd611 0x3 - .rodata_wlog_info.92 - 0x3c0dd614 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0dd631 0x3 - .rodata_wlog_info.11 - 0x3c0dd634 0x29 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - *fill* 0x3c0dd65d 0x3 - .rodata_wlog_info.12 - 0x3c0dd660 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - *fill* 0x3c0dd69a 0x2 - .rodata_wlog_info.13 - 0x3c0dd69c 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .rodata_wlog_info.14 - 0x3c0dd6e4 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - *fill* 0x3c0dd712 0x2 - .rodata_wlog_info.15 - 0x3c0dd714 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .rodata_wlog_info.16 - 0x3c0dd738 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - *fill* 0x3c0dd772 0x2 - .rodata_wlog_info.17 - 0x3c0dd774 0x48 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .rodata_wlog_info.18 - 0x3c0dd7bc 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - *fill* 0x3c0dd7ea 0x2 - .rodata_wlog_info.19 - 0x3c0dd7ec 0x2f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - *fill* 0x3c0dd81b 0x1 - .rodata_wlog_info.52 - 0x3c0dd81c 0x3f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - *fill* 0x3c0dd85b 0x1 - .rodata_wlog_info.56 - 0x3c0dd85c 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .rodata_wlog_info.57 - 0x3c0dd870 0x4c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .rodata_wlog_info.58 - 0x3c0dd8bc 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - *fill* 0x3c0dd8ea 0x2 - .rodata_wlog_info.59 - 0x3c0dd8ec 0x56 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - *fill* 0x3c0dd942 0x2 - .rodata_wlog_info.7 - 0x3c0dd944 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - *fill* 0x3c0dd986 0x2 - .rodata_wlog_info.10 - 0x3c0dd988 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .rodata_wlog_info.21 - 0x3c0dd994 0x11 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - *fill* 0x3c0dd9a5 0x3 - .rodata_wlog_info.25 - 0x3c0dd9a8 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - *fill* 0x3c0dd9ba 0x2 - .rodata_wlog_info.58 - 0x3c0dd9bc 0x31 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - *fill* 0x3c0dd9ed 0x3 - .rodata_wlog_info.11 - 0x3c0dd9f0 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - *fill* 0x3c0dda1a 0x2 - .rodata_wlog_info.12 - 0x3c0dda1c 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - *fill* 0x3c0dda3f 0x1 - .rodata_wlog_info.13 - 0x3c0dda40 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - .rodata_wlog_info.14 - 0x3c0dda64 0x25 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - *fill* 0x3c0dda89 0x3 - .rodata_wlog_info.15 - 0x3c0dda8c 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - *fill* 0x3c0ddaaa 0x2 - .rodata_wlog_info.16 - 0x3c0ddaac 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - *fill* 0x3c0ddacb 0x1 - .rodata_wlog_info.17 - 0x3c0ddacc 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - *fill* 0x3c0ddae9 0x3 - .rodata_wlog_info.18 - 0x3c0ddaec 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - *fill* 0x3c0ddb0d 0x3 - .rodata_wlog_info.39 - 0x3c0ddb10 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0ddb23 0x1 - .rodata_wlog_info.45 - 0x3c0ddb24 0xd C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0ddb31 0x3 - .rodata_wlog_info.64 - 0x3c0ddb34 0x11 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0ddb45 0x3 - .rodata_wlog_info.3 - 0x3c0ddb48 0x3a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) - *fill* 0x3c0ddb82 0x2 - .rodata_wlog_info.17 - 0x3c0ddb84 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - *fill* 0x3c0ddb96 0x2 - .rodata_wlog_info.18 - 0x3c0ddb98 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - *fill* 0x3c0ddbab 0x1 - .rodata_wlog_info.33 - 0x3c0ddbac 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - *fill* 0x3c0ddbcb 0x1 - .rodata_wlog_info.34 - 0x3c0ddbcc 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - *fill* 0x3c0ddbea 0x2 - .rodata_wlog_info.35 - 0x3c0ddbec 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - *fill* 0x3c0ddc0b 0x1 - .rodata_wlog_info.37 - 0x3c0ddc0c 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - *fill* 0x3c0ddc27 0x1 - .rodata_wlog_info.45 - 0x3c0ddc28 0xf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - *fill* 0x3c0ddc37 0x1 - .rodata_wlog_info.46 - 0x3c0ddc38 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .rodata_wlog_info.47 - 0x3c0ddc50 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - *fill* 0x3c0ddc65 0x3 - .rodata_wlog_info.2 - 0x3c0ddc68 0x53 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) - *fill* 0x3c0ddcbb 0x1 - .rodata_wlog_info.4 - 0x3c0ddcbc 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) - *(.rodata_wlog_warning .rodata_wlog_warning.*) - *fill* 0x3c0ddcd3 0x1 - .rodata_wlog_warning.17 - 0x3c0ddcd4 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0ddcde 0x2 - .rodata_wlog_warning.25 - 0x3c0ddce0 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .rodata_wlog_warning.28 - 0x3c0ddcf4 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .rodata_wlog_warning.31 - 0x3c0ddd08 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .rodata_wlog_warning.33 - 0x3c0ddd1c 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0ddd26 0x2 - .rodata_wlog_warning.34 - 0x3c0ddd28 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0ddd3e 0x2 - .rodata_wlog_warning.35 - 0x3c0ddd40 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0ddd4e 0x2 - .rodata_wlog_warning.41 - 0x3c0ddd50 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0ddd66 0x2 - .rodata_wlog_warning.44 - 0x3c0ddd68 0x11 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0ddd79 0x3 - .rodata_wlog_warning.45 - 0x3c0ddd7c 0xb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0ddd87 0x1 - .rodata_wlog_warning.57 - 0x3c0ddd88 0x11 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0ddd99 0x3 - .rodata_wlog_warning.59 - 0x3c0ddd9c 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0dddb1 0x3 - .rodata_wlog_warning.60 - 0x3c0dddb4 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0dddce 0x2 - .rodata_wlog_warning.61 - 0x3c0dddd0 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0dddda 0x2 - .rodata_wlog_warning.7 - 0x3c0ddddc 0xd C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0ddde9 0x3 - .rodata_wlog_warning.8 - 0x3c0dddec 0x47 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0dde33 0x1 - .rodata_wlog_warning.12 - 0x3c0dde34 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0dde3b 0x1 - .rodata_wlog_warning.14 - 0x3c0dde3c 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0dde5f 0x1 - .rodata_wlog_warning.15 - 0x3c0dde60 0x5b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0ddebb 0x1 - .rodata_wlog_warning.3 - 0x3c0ddebc 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0ddee6 0x2 - .rodata_wlog_warning.4 - 0x3c0ddee8 0x9 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0ddef1 0x3 - .rodata_wlog_warning.45 - 0x3c0ddef4 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0ddf12 0x2 - .rodata_wlog_warning.46 - 0x3c0ddf14 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0ddf35 0x3 - .rodata_wlog_warning.47 - 0x3c0ddf38 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0ddf59 0x3 - .rodata_wlog_warning.52 - 0x3c0ddf5c 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .rodata_wlog_warning.53 - 0x3c0ddf98 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0ddfb3 0x1 - .rodata_wlog_warning.54 - 0x3c0ddfb4 0x3d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0ddff1 0x3 - .rodata_wlog_warning.57 - 0x3c0ddff4 0x25 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0de019 0x3 - .rodata_wlog_warning.59 - 0x3c0de01c 0x25 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0de041 0x3 - .rodata_wlog_warning.6 - 0x3c0de044 0x9 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0de04d 0x3 - .rodata_wlog_warning.7 - 0x3c0de050 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .rodata_wlog_warning.8 - 0x3c0de074 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .rodata_wlog_warning.3 - 0x3c0de094 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) - *fill* 0x3c0de0b2 0x2 - .rodata_wlog_warning.2 - 0x3c0de0b4 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) - *fill* 0x3c0de0c9 0x3 - .rodata_wlog_warning.106 - 0x3c0de0cc 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0de0f2 0x2 - .rodata_wlog_warning.68 - 0x3c0de0f4 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0de115 0x3 - .rodata_wlog_warning.2 - 0x3c0de118 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0de13b 0x1 - .rodata_wlog_warning.27 - 0x3c0de13c 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0de15d 0x3 - .rodata_wlog_warning.29 - 0x3c0de160 0x45 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0de1a5 0x3 - .rodata_wlog_warning.30 - 0x3c0de1a8 0x52 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0de1fa 0x2 - .rodata_wlog_warning.44 - 0x3c0de1fc 0x29 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0de225 0x3 - .rodata_wlog_warning.10 - 0x3c0de228 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - *fill* 0x3c0de243 0x1 - .rodata_wlog_warning.11 - 0x3c0de244 0x27 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - *fill* 0x3c0de26b 0x1 - .rodata_wlog_warning.12 - 0x3c0de26c 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - .rodata_wlog_warning.13 - 0x3c0de290 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - *fill* 0x3c0de2a6 0x2 - .rodata_wlog_warning.14 - 0x3c0de2a8 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - *fill* 0x3c0de2d6 0x2 - .rodata_wlog_warning.15 - 0x3c0de2d8 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - *fill* 0x3c0de2f7 0x1 - .rodata_wlog_warning.4 - 0x3c0de2f8 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - *fill* 0x3c0de312 0x2 - .rodata_wlog_warning.8 - 0x3c0de314 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - *fill* 0x3c0de32f 0x1 - .rodata_wlog_warning.9 - 0x3c0de330 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - *fill* 0x3c0de34b 0x1 - .rodata_wlog_warning.108 - 0x3c0de34c 0xb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0de357 0x1 - .rodata_wlog_warning.109 - 0x3c0de358 0xb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0de363 0x1 - .rodata_wlog_warning.118 - 0x3c0de364 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0de37e 0x2 - .rodata_wlog_warning.13 - 0x3c0de380 0x39 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0de3b9 0x3 - .rodata_wlog_warning.132 - 0x3c0de3bc 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_warning.133 - 0x3c0de3f8 0x25 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0de41d 0x3 - .rodata_wlog_warning.134 - 0x3c0de420 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0de443 0x1 - .rodata_wlog_warning.14 - 0x3c0de444 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_warning.19 - 0x3c0de4a4 0x55 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0de4f9 0x3 - .rodata_wlog_warning.20 - 0x3c0de4fc 0x73 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0de56f 0x1 - .rodata_wlog_warning.21 - 0x3c0de570 0x82 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0de5f2 0x2 - .rodata_wlog_warning.24 - 0x3c0de5f4 0x39 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0de62d 0x3 - .rodata_wlog_warning.30 - 0x3c0de630 0x60 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_warning.33 - 0x3c0de690 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0de6a6 0x2 - .rodata_wlog_warning.34 - 0x3c0de6a8 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0de6bf 0x1 - .rodata_wlog_warning.36 - 0x3c0de6c0 0x46 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0de706 0x2 - .rodata_wlog_warning.37 - 0x3c0de708 0x54 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_warning.38 - 0x3c0de75c 0x50 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_warning.62 - 0x3c0de7ac 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_warning.64 - 0x3c0de7c0 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_warning.69 - 0x3c0de7f0 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0de80a 0x2 - .rodata_wlog_warning.23 - 0x3c0de80c 0x9 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0de815 0x3 - .rodata_wlog_warning.24 - 0x3c0de818 0x11 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - *fill* 0x3c0de829 0x3 - .rodata_wlog_warning.10 - 0x3c0de82c 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - *fill* 0x3c0de84a 0x2 - .rodata_wlog_warning.16 - 0x3c0de84c 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - *fill* 0x3c0de86d 0x3 - .rodata_wlog_warning.17 - 0x3c0de870 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_warning.4 - 0x3c0de880 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_warning.6 - 0x3c0de8a0 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - *fill* 0x3c0de8ba 0x2 - .rodata_wlog_warning.7 - 0x3c0de8bc 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_warning.9 - 0x3c0de8d8 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .rodata_wlog_warning.10 - 0x3c0de8f4 0x5a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - *fill* 0x3c0de94e 0x2 - .rodata_wlog_warning.101 - 0x3c0de950 0x25 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0de975 0x3 - .rodata_wlog_warning.67 - 0x3c0de978 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_warning.93 - 0x3c0de994 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0de9b1 0x3 - .rodata_wlog_warning.99 - 0x3c0de9b4 0x25 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0de9d9 0x3 - .rodata_wlog_warning.15 - 0x3c0de9dc 0x2f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dea0b 0x1 - .rodata_wlog_warning.16 - 0x3c0dea0c 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0dea5a 0x2 - .rodata_wlog_warning.17 - 0x3c0dea5c 0x61 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0deabd 0x3 - .rodata_wlog_warning.20 - 0x3c0deac0 0xf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0deacf 0x1 - .rodata_wlog_warning.3 - 0x3c0dead0 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0deae9 0x3 - .rodata_wlog_warning.36 - 0x3c0deaec 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .rodata_wlog_warning.37 - 0x3c0deb04 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0deb3a 0x2 - .rodata_wlog_warning.45 - 0x3c0deb3c 0x29 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0deb65 0x3 - .rodata_wlog_warning.53 - 0x3c0deb68 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0deb7a 0x2 - .rodata_wlog_warning.6 - 0x3c0deb7c 0xf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0deb8b 0x1 - .rodata_wlog_warning.61 - 0x3c0deb8c 0x9 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0deb95 0x3 - .rodata_wlog_warning.63 - 0x3c0deb98 0x9 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0deba1 0x3 - .rodata_wlog_warning.10 - 0x3c0deba4 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0debc1 0x3 - .rodata_wlog_warning.11 - 0x3c0debc4 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0debd6 0x2 - .rodata_wlog_warning.60 - 0x3c0debd8 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0debf2 0x2 - .rodata_wlog_warning.7 - 0x3c0debf4 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0dec22 0x2 - .rodata_wlog_warning.2 - 0x3c0dec24 0x3d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) - *fill* 0x3c0dec61 0x3 - .rodata_wlog_warning.27 - 0x3c0dec64 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - *fill* 0x3c0dec7e 0x2 - .rodata_wlog_warning.31 - 0x3c0dec80 0xd C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - *fill* 0x3c0dec8d 0x3 - .rodata_wlog_warning.52 - 0x3c0dec90 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .rodata_wlog_warning.53 - 0x3c0decb0 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - *fill* 0x3c0decd1 0x3 - .rodata_wlog_warning.10 - 0x3c0decd4 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - .rodata_wlog_warning.53 - 0x3c0decfc 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0ded0f 0x1 - .rodata_wlog_warning.65 - 0x3c0ded10 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - *fill* 0x3c0ded31 0x3 - .rodata_wlog_warning.23 - 0x3c0ded34 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - *fill* 0x3c0ded42 0x2 - .rodata_wlog_warning.24 - 0x3c0ded44 0x7 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - *fill* 0x3c0ded4b 0x1 - .rodata_wlog_warning.6 - 0x3c0ded4c 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - *fill* 0x3c0ded7e 0x2 - .rodata_wlog_warning.7 - 0x3c0ded80 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - *fill* 0x3c0dedae 0x2 - .rodata_wlog_warning.20 - 0x3c0dedb0 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - *fill* 0x3c0dedc5 0x3 - .rodata_wlog_warning.31 - 0x3c0dedc8 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - *fill* 0x3c0deddb 0x1 - .rodata_wlog_warning.2 - 0x3c0deddc 0x9 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - *fill* 0x3c0dede5 0x3 - .rodata_wlog_warning.3 - 0x3c0dede8 0x9 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - *fill* 0x3c0dedf1 0x3 - .rodata_wlog_warning.4 - 0x3c0dedf4 0x9 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - *fill* 0x3c0dedfd 0x3 - .rodata_wlog_warning.5 - 0x3c0dee00 0x9 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - *fill* 0x3c0dee09 0x3 - .rodata_wlog_warning.6 - 0x3c0dee0c 0x11 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - *fill* 0x3c0dee1d 0x3 - .rodata_wlog_warning.2 - 0x3c0dee20 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - .rodata_wlog_warning.3 - 0x3c0dee2c 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - *(.irom1.text) - *(.gnu.linkonce.r.*) - *(.rodata1) - *(.gcc_except_table .gcc_except_table.*) - .gcc_except_table._ZSt15get_new_handlerv - 0x3c0dee4b 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - *fill* 0x3c0dee4f 0x1 - .gcc_except_table._ZnajRKSt9nothrow_t - 0x3c0dee50 0x10 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) - .gcc_except_table.__cxa_get_globals_fast - 0x3c0dee60 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .gcc_except_table.__cxa_get_globals - 0x3c0dee64 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .gcc_except_table._ZN10__cxxabiv111__terminateEPFvvE - 0x3c0dee68 0x10 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .gcc_except_table._ZSt13get_terminatev - 0x3c0dee78 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - *(.gnu.linkonce.e.*) - 0x3c0dee7c . = ALIGN (0x4) - 0x3c0dee7c __init_priority_array_start = ABSOLUTE (.) - *(EXCLUDE_FILE(*crtbegin.* *crtend.*) .init_array.*) - 0x3c0dee7c __init_priority_array_end = ABSOLUTE (.) - 0x3c0dee7c . = ALIGN (0x4) - 0x3c0dee7c __init_array_start = ABSOLUTE (.) - *(EXCLUDE_FILE(*crtbegin.* *crtend.*) .init_array) - .init_array 0x3c0dee7c 0x4 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .init_array 0x3c0dee80 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .init_array 0x3c0dee84 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .init_array 0x3c0dee88 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .init_array 0x3c0dee8c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - .init_array 0x3c0dee90 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) - .init_array 0x3c0dee94 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .init_array 0x3c0dee98 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .init_array 0x3c0dee9c 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - 0x3c0deea0 __init_array_end = ABSOLUTE (.) - 0x3c0deea0 . = ALIGN (0x4) - 0x3c0deea0 soc_reserved_memory_region_start = ABSOLUTE (.) - *(.reserved_memory_address) - .reserved_memory_address - 0x3c0deea0 0x20 esp-idf/heap/libheap.a(memory_layout.c.obj) - 0x3c0deec0 soc_reserved_memory_region_end = ABSOLUTE (.) - 0x3c0deec0 . = ALIGN (0x4) - 0x3c0deec0 _esp_system_init_fn_array_start = ABSOLUTE (.) - *(SORT_BY_INIT_PRIORITY(.esp_system_init_fn.*)) - .esp_system_init_fn.1 - 0x3c0deec0 0x8 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .esp_system_init_fn.10 - 0x3c0deec8 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .esp_system_init_fn.20 - 0x3c0deed0 0x8 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) - .esp_system_init_fn.21 - 0x3c0deed8 0x8 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .esp_system_init_fn.100 - 0x3c0deee0 0x8 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .esp_system_init_fn.100 - 0x3c0deee8 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .esp_system_init_fn.101 - 0x3c0deef0 0x8 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .esp_system_init_fn.101 - 0x3c0deef8 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - .esp_system_init_fn.102 - 0x3c0def00 0x8 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .esp_system_init_fn.103 - 0x3c0def08 0x8 esp-idf/esp_security/libesp_security.a(init.c.obj) - .esp_system_init_fn.104 - 0x3c0def10 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .esp_system_init_fn.105 - 0x3c0def18 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .esp_system_init_fn.105 - 0x3c0def20 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .esp_system_init_fn.110 - 0x3c0def28 0x8 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .esp_system_init_fn.112 - 0x3c0def30 0x8 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .esp_system_init_fn.113 - 0x3c0def38 0x8 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .esp_system_init_fn.114 - 0x3c0def40 0x8 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .esp_system_init_fn.115 - 0x3c0def48 0x8 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .esp_system_init_fn.130 - 0x3c0def50 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .esp_system_init_fn.140 - 0x3c0def58 0x8 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .esp_system_init_fn.203 - 0x3c0def60 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .esp_system_init_fn.230 - 0x3c0def68 0x8 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .esp_system_init_fn.999 - 0x3c0def70 0x8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - 0x3c0def78 _esp_system_init_fn_array_end = ABSOLUTE (.) - 0x3c0def78 _rodata_end = ABSOLUTE (.) - 0x3c0def78 . = ALIGN (ALIGNOF (.eh_frame_hdr)) - 0x00000001 ASSERT ((ADDR (.eh_frame_hdr) == (ADDR (.flash.rodata) + SIZEOF (.flash.rodata))), The gap between .flash.rodata and .eh_frame_hdr must not exist to produce the final bin image.) - -.eh_frame_hdr 0x3c0def78 0x0 - 0x3c0def78 . = ALIGN (ALIGNOF (.eh_frame)) - 0x00000001 ASSERT ((ADDR (.eh_frame) == (ADDR (.eh_frame_hdr) + SIZEOF (.eh_frame_hdr))), The gap between .eh_frame_hdr and .eh_frame must not exist to produce the final bin image.) - -.eh_frame 0x3c0def78 0x0 - 0x3c0def78 . = ALIGN (ALIGNOF (.flash.tdata)) - 0x00000001 ASSERT ((ADDR (.flash.tdata) == (ADDR (.eh_frame) + SIZEOF (.eh_frame))), The gap between .eh_frame and .flash.tdata must not exist to produce the final bin image.) - -.flash.tdata 0x3c0def78 0x0 - 0x3c0def78 _thread_local_data_start = ABSOLUTE (.) - *(.tdata .tdata.* .gnu.linkonce.td.*) - 0x3c0def78 . = ALIGN (ALIGNOF (.flash.tbss)) - 0x3c0def78 _thread_local_data_end = ABSOLUTE (.) - 0x00000001 ASSERT ((ADDR (.flash.tbss) == (ADDR (.flash.tdata) + SIZEOF (.flash.tdata))), The gap between .flash.tdata and .flash.tbss must not exist to produce the final bin image.) - -.flash.tbss 0x3c0def78 0x0 - 0x3c0def78 _thread_local_bss_start = ABSOLUTE (.) - *(.tbss .tbss.* .gnu.linkonce.tb.*) - *(.tcommon .tcommon.*) - 0x3c0def78 _thread_local_bss_end = ABSOLUTE (.) - -.flash.rodata_noload - 0x3c0def78 0x2d65 - 0x3c0def78 _rodata_reserved_end = ADDR (.flash.tbss) - *(.rodata_wlog_debug .rodata_wlog_debug.*) - .rodata_wlog_debug.15 - 0x3c0def78 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .rodata_wlog_debug.22 - 0x3c0def90 0x2b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0defbb 0x1 - .rodata_wlog_debug.42 - 0x3c0defbc 0x35 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0deff1 0x3 - .rodata_wlog_debug.20 - 0x3c0deff4 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0df006 0x2 - .rodata_wlog_debug.23 - 0x3c0df008 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0df01e 0x2 - .rodata_wlog_debug.24 - 0x3c0df020 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0df052 0x2 - .rodata_wlog_debug.26 - 0x3c0df054 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0df086 0x2 - .rodata_wlog_debug.32 - 0x3c0df088 0x2e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0df0b6 0x2 - .rodata_wlog_debug.39 - 0x3c0df0b8 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .rodata_wlog_debug.40 - 0x3c0df0d8 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0df0fe 0x2 - .rodata_wlog_debug.41 - 0x3c0df100 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0df11e 0x2 - .rodata_wlog_debug.42 - 0x3c0df120 0x5b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0df17b 0x1 - .rodata_wlog_debug.43 - 0x3c0df17c 0x4e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0df1ca 0x2 - .rodata_wlog_debug.44 - 0x3c0df1cc 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .rodata_wlog_debug.48 - 0x3c0df208 0x52 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0df25a 0x2 - .rodata_wlog_debug.49 - 0x3c0df25c 0x4a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0df2a6 0x2 - .rodata_wlog_debug.10 - 0x3c0df2a8 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df2d2 0x2 - .rodata_wlog_debug.100 - 0x3c0df2d4 0x25 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df2f9 0x3 - .rodata_wlog_debug.101 - 0x3c0df2fc 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df322 0x2 - .rodata_wlog_debug.103 - 0x3c0df324 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df35a 0x2 - .rodata_wlog_debug.105 - 0x3c0df35c 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df382 0x2 - .rodata_wlog_debug.109 - 0x3c0df384 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df39d 0x3 - .rodata_wlog_debug.11 - 0x3c0df3a0 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df3d6 0x2 - .rodata_wlog_debug.110 - 0x3c0df3d8 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df3f1 0x3 - .rodata_wlog_debug.111 - 0x3c0df3f4 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_debug.14 - 0x3c0df40c 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_debug.15 - 0x3c0df42c 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df44f 0x1 - .rodata_wlog_debug.16 - 0x3c0df450 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df46e 0x2 - .rodata_wlog_debug.27 - 0x3c0df470 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_debug.28 - 0x3c0df488 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_debug.29 - 0x3c0df4ac 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_debug.3 - 0x3c0df4bc 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_debug.30 - 0x3c0df4d4 0x11 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df4e5 0x3 - .rodata_wlog_debug.31 - 0x3c0df4e8 0xd C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df4f5 0x3 - .rodata_wlog_debug.32 - 0x3c0df4f8 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df502 0x2 - .rodata_wlog_debug.33 - 0x3c0df504 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df512 0x2 - .rodata_wlog_debug.34 - 0x3c0df514 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df52b 0x1 - .rodata_wlog_debug.35 - 0x3c0df52c 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df542 0x2 - .rodata_wlog_debug.36 - 0x3c0df544 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df565 0x3 - .rodata_wlog_debug.37 - 0x3c0df568 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df589 0x3 - .rodata_wlog_debug.38 - 0x3c0df58c 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df59f 0x1 - .rodata_wlog_debug.39 - 0x3c0df5a0 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df5bd 0x3 - .rodata_wlog_debug.4 - 0x3c0df5c0 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_debug.40 - 0x3c0df5d0 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_debug.43 - 0x3c0df5e8 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df5fe 0x2 - .rodata_wlog_debug.44 - 0x3c0df600 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_debug.45 - 0x3c0df62c 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_debug.48 - 0x3c0df644 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df682 0x2 - .rodata_wlog_debug.5 - 0x3c0df684 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df69a 0x2 - .rodata_wlog_debug.50 - 0x3c0df69c 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df6b7 0x1 - .rodata_wlog_debug.51 - 0x3c0df6b8 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df6ee 0x2 - .rodata_wlog_debug.52 - 0x3c0df6f0 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_debug.53 - 0x3c0df708 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df721 0x3 - .rodata_wlog_debug.57 - 0x3c0df724 0x35 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df759 0x3 - .rodata_wlog_debug.58 - 0x3c0df75c 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df772 0x2 - .rodata_wlog_debug.59 - 0x3c0df774 0x2b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df79f 0x1 - .rodata_wlog_debug.6 - 0x3c0df7a0 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df7be 0x2 - .rodata_wlog_debug.60 - 0x3c0df7c0 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df7d6 0x2 - .rodata_wlog_debug.65 - 0x3c0df7d8 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df7f7 0x1 - .rodata_wlog_debug.66 - 0x3c0df7f8 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df83a 0x2 - .rodata_wlog_debug.67 - 0x3c0df83c 0x3d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df879 0x3 - .rodata_wlog_debug.69 - 0x3c0df87c 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df891 0x3 - .rodata_wlog_debug.7 - 0x3c0df894 0x25 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df8b9 0x3 - .rodata_wlog_debug.70 - 0x3c0df8bc 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_debug.71 - 0x3c0df8cc 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df8da 0x2 - .rodata_wlog_debug.72 - 0x3c0df8dc 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df90e 0x2 - .rodata_wlog_debug.73 - 0x3c0df910 0x3d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df94d 0x3 - .rodata_wlog_debug.74 - 0x3c0df950 0xf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df95f 0x1 - .rodata_wlog_debug.75 - 0x3c0df960 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_debug.77 - 0x3c0df978 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df991 0x3 - .rodata_wlog_debug.78 - 0x3c0df994 0x27 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df9bb 0x1 - .rodata_wlog_debug.8 - 0x3c0df9bc 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0df9e2 0x2 - .rodata_wlog_debug.81 - 0x3c0df9e4 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_debug.82 - 0x3c0df9fc 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_debug.83 - 0x3c0dfa14 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_debug.84 - 0x3c0dfa2c 0x2b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0dfa57 0x1 - .rodata_wlog_debug.85 - 0x3c0dfa58 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_debug.86 - 0x3c0dfa84 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_debug.9 - 0x3c0dfab0 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0dfacf 0x1 - .rodata_wlog_debug.95 - 0x3c0dfad0 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0dfae5 0x3 - .rodata_wlog_debug.98 - 0x3c0dfae8 0x25 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0dfb0d 0x3 - .rodata_wlog_debug.99 - 0x3c0dfb10 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0dfb2e 0x2 - .rodata_wlog_debug.10 - 0x3c0dfb30 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfb42 0x2 - .rodata_wlog_debug.11 - 0x3c0dfb44 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfb59 0x3 - .rodata_wlog_debug.12 - 0x3c0dfb5c 0x11 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfb6d 0x3 - .rodata_wlog_debug.13 - 0x3c0dfb70 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfb82 0x2 - .rodata_wlog_debug.14 - 0x3c0dfb84 0x11 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfb95 0x3 - .rodata_wlog_debug.15 - 0x3c0dfb98 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfbaa 0x2 - .rodata_wlog_debug.16 - 0x3c0dfbac 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfbc5 0x3 - .rodata_wlog_debug.17 - 0x3c0dfbc8 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfbda 0x2 - .rodata_wlog_debug.18 - 0x3c0dfbdc 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - .rodata_wlog_debug.19 - 0x3c0dfbec 0x11 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfbfd 0x3 - .rodata_wlog_debug.20 - 0x3c0dfc00 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfc12 0x2 - .rodata_wlog_debug.21 - 0x3c0dfc14 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfc2d 0x3 - .rodata_wlog_debug.22 - 0x3c0dfc30 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfc42 0x2 - .rodata_wlog_debug.23 - 0x3c0dfc44 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfc56 0x2 - .rodata_wlog_debug.24 - 0x3c0dfc58 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfc6a 0x2 - .rodata_wlog_debug.25 - 0x3c0dfc6c 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfc7e 0x2 - .rodata_wlog_debug.26 - 0x3c0dfc80 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfc92 0x2 - .rodata_wlog_debug.31 - 0x3c0dfc94 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfcca 0x2 - .rodata_wlog_debug.32 - 0x3c0dfccc 0x47 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfd13 0x1 - .rodata_wlog_debug.33 - 0x3c0dfd14 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - .rodata_wlog_debug.34 - 0x3c0dfd54 0x3f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfd93 0x1 - .rodata_wlog_debug.35 - 0x3c0dfd94 0x46 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfdda 0x2 - .rodata_wlog_debug.36 - 0x3c0dfddc 0x2f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfe0b 0x1 - .rodata_wlog_debug.37 - 0x3c0dfe0c 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfe2f 0x1 - .rodata_wlog_debug.38 - 0x3c0dfe30 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfe4f 0x1 - .rodata_wlog_debug.39 - 0x3c0dfe50 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - .rodata_wlog_debug.4 - 0x3c0dfe5c 0x49 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfea5 0x3 - .rodata_wlog_debug.40 - 0x3c0dfea8 0x2b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfed3 0x1 - .rodata_wlog_debug.41 - 0x3c0dfed4 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfefa 0x2 - .rodata_wlog_debug.42 - 0x3c0dfefc 0x58 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - .rodata_wlog_debug.43 - 0x3c0dff54 0x56 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dffaa 0x2 - .rodata_wlog_debug.5 - 0x3c0dffac 0x3b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dffe7 0x1 - .rodata_wlog_debug.6 - 0x3c0dffe8 0xb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0dfff3 0x1 - .rodata_wlog_debug.9 - 0x3c0dfff4 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - *fill* 0x3c0e002a 0x2 - .rodata_wlog_debug.11 - 0x3c0e002c 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - *fill* 0x3c0e003e 0x2 - .rodata_wlog_debug.4 - 0x3c0e0040 0x4c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .rodata_wlog_debug.5 - 0x3c0e008c 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - *fill* 0x3c0e00af 0x1 - .rodata_wlog_debug.6 - 0x3c0e00b0 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - *fill* 0x3c0e00d3 0x1 - .rodata_wlog_debug.7 - 0x3c0e00d4 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - *fill* 0x3c0e0116 0x2 - .rodata_wlog_debug.8 - 0x3c0e0118 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - *fill* 0x3c0e013b 0x1 - .rodata_wlog_debug.117 - 0x3c0e013c 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_debug.126 - 0x3c0e0168 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0e0189 0x3 - .rodata_wlog_debug.127 - 0x3c0e018c 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_debug.128 - 0x3c0e01c4 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_debug.129 - 0x3c0e01f4 0x3b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0e022f 0x1 - .rodata_wlog_debug.130 - 0x3c0e0230 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_debug.22 - 0x3c0e0260 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_debug.25 - 0x3c0e026c 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_debug.26 - 0x3c0e0284 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0e029e 0x2 - .rodata_wlog_debug.27 - 0x3c0e02a0 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_debug.28 - 0x3c0e02b8 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0e02d1 0x3 - .rodata_wlog_debug.39 - 0x3c0e02d4 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0e02ed 0x3 - .rodata_wlog_debug.40 - 0x3c0e02f0 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0e0309 0x3 - .rodata_wlog_debug.5 - 0x3c0e030c 0xf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0e031b 0x1 - .rodata_wlog_debug.6 - 0x3c0e031c 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0e032a 0x2 - .rodata_wlog_debug.7 - 0x3c0e032c 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_debug.71 - 0x3c0e033c 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .rodata_wlog_debug.72 - 0x3c0e0364 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0e0377 0x1 - .rodata_wlog_debug.73 - 0x3c0e0378 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0e0393 0x1 - .rodata_wlog_debug.74 - 0x3c0e0394 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0e03aa 0x2 - .rodata_wlog_debug.8 - 0x3c0e03ac 0xf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - *fill* 0x3c0e03bb 0x1 - .rodata_wlog_debug.10 - 0x3c0e03bc 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.11 - 0x3c0e03e0 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.12 - 0x3c0e03f8 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.13 - 0x3c0e0410 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.14 - 0x3c0e0428 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.15 - 0x3c0e0440 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.16 - 0x3c0e0458 0x2d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e0485 0x3 - .rodata_wlog_debug.17 - 0x3c0e0488 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.18 - 0x3c0e04a0 0x11 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e04b1 0x3 - .rodata_wlog_debug.19 - 0x3c0e04b4 0xa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e04be 0x2 - .rodata_wlog_debug.20 - 0x3c0e04c0 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.21 - 0x3c0e04d8 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.22 - 0x3c0e04f0 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e050b 0x1 - .rodata_wlog_debug.23 - 0x3c0e050c 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e0526 0x2 - .rodata_wlog_debug.24 - 0x3c0e0528 0x29 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e0551 0x3 - .rodata_wlog_debug.25 - 0x3c0e0554 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.26 - 0x3c0e0574 0x27 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e059b 0x1 - .rodata_wlog_debug.27 - 0x3c0e059c 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e05b7 0x1 - .rodata_wlog_debug.28 - 0x3c0e05b8 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.29 - 0x3c0e05cc 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e05e2 0x2 - .rodata_wlog_debug.3 - 0x3c0e05e4 0x1f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e0603 0x1 - .rodata_wlog_debug.30 - 0x3c0e0604 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.31 - 0x3c0e0620 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.32 - 0x3c0e0638 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.33 - 0x3c0e0650 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.34 - 0x3c0e0668 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e0683 0x1 - .rodata_wlog_debug.35 - 0x3c0e0684 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e069a 0x2 - .rodata_wlog_debug.36 - 0x3c0e069c 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e06b2 0x2 - .rodata_wlog_debug.38 - 0x3c0e06b4 0x2f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e06e3 0x1 - .rodata_wlog_debug.39 - 0x3c0e06e4 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.4 - 0x3c0e06fc 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e0711 0x3 - .rodata_wlog_debug.40 - 0x3c0e0714 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.41 - 0x3c0e072c 0x3c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.42 - 0x3c0e0768 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e0789 0x3 - .rodata_wlog_debug.43 - 0x3c0e078c 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.45 - 0x3c0e07a4 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e07bd 0x3 - .rodata_wlog_debug.46 - 0x3c0e07c0 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e07d6 0x2 - .rodata_wlog_debug.5 - 0x3c0e07d8 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.58 - 0x3c0e07f0 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.59 - 0x3c0e080c 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e082f 0x1 - .rodata_wlog_debug.6 - 0x3c0e0830 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.60 - 0x3c0e0848 0xf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e0857 0x1 - .rodata_wlog_debug.61 - 0x3c0e0858 0x37 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e088f 0x1 - .rodata_wlog_debug.62 - 0x3c0e0890 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e08b3 0x1 - .rodata_wlog_debug.63 - 0x3c0e08b4 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e08d7 0x1 - .rodata_wlog_debug.64 - 0x3c0e08d8 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e0916 0x2 - .rodata_wlog_debug.65 - 0x3c0e0918 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e093b 0x1 - .rodata_wlog_debug.7 - 0x3c0e093c 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.72 - 0x3c0e0954 0x33 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e0987 0x1 - .rodata_wlog_debug.74 - 0x3c0e0988 0x3f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e09c7 0x1 - .rodata_wlog_debug.75 - 0x3c0e09c8 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e09df 0x1 - .rodata_wlog_debug.76 - 0x3c0e09e0 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e0a06 0x2 - .rodata_wlog_debug.77 - 0x3c0e0a08 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e0a3e 0x2 - .rodata_wlog_debug.78 - 0x3c0e0a40 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.79 - 0x3c0e0a60 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e0a76 0x2 - .rodata_wlog_debug.8 - 0x3c0e0a78 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.80 - 0x3c0e0aa4 0x25 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e0ac9 0x3 - .rodata_wlog_debug.81 - 0x3c0e0acc 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e0ae5 0x3 - .rodata_wlog_debug.82 - 0x3c0e0ae8 0x25 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e0b0d 0x3 - .rodata_wlog_debug.83 - 0x3c0e0b10 0x2d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e0b3d 0x3 - .rodata_wlog_debug.84 - 0x3c0e0b40 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e0b59 0x3 - .rodata_wlog_debug.85 - 0x3c0e0b5c 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e0b86 0x2 - .rodata_wlog_debug.86 - 0x3c0e0b88 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e0b9f 0x1 - .rodata_wlog_debug.9 - 0x3c0e0ba0 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.95 - 0x3c0e0bb8 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e0bd1 0x3 - .rodata_wlog_debug.97 - 0x3c0e0bd4 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.98 - 0x3c0e0bec 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_debug.3 - 0x3c0e0c04 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - *fill* 0x3c0e0c27 0x1 - .rodata_wlog_debug.4 - 0x3c0e0c28 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - .rodata_wlog_debug.5 - 0x3c0e0c3c 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - *fill* 0x3c0e0c51 0x3 - .rodata_wlog_debug.6 - 0x3c0e0c54 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - .rodata_wlog_debug.7 - 0x3c0e0c68 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - *fill* 0x3c0e0c89 0x3 - .rodata_wlog_debug.100 - 0x3c0e0c8c 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e0cc2 0x2 - .rodata_wlog_debug.101 - 0x3c0e0cc4 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_debug.102 - 0x3c0e0cdc 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e0cfa 0x2 - .rodata_wlog_debug.104 - 0x3c0e0cfc 0x23 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e0d1f 0x1 - .rodata_wlog_debug.112 - 0x3c0e0d20 0x2d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e0d4d 0x3 - .rodata_wlog_debug.113 - 0x3c0e0d50 0x29 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e0d79 0x3 - .rodata_wlog_debug.114 - 0x3c0e0d7c 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_debug.115 - 0x3c0e0dac 0x1b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e0dc7 0x1 - .rodata_wlog_debug.116 - 0x3c0e0dc8 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e0de5 0x3 - .rodata_wlog_debug.12 - 0x3c0e0de8 0x35 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e0e1d 0x3 - .rodata_wlog_debug.18 - 0x3c0e0e20 0x2b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e0e4b 0x1 - .rodata_wlog_debug.19 - 0x3c0e0e4c 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_debug.20 - 0x3c0e0e70 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_debug.23 - 0x3c0e0e98 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e0eca 0x2 - .rodata_wlog_debug.24 - 0x3c0e0ecc 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_debug.25 - 0x3c0e0ed8 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e0ef1 0x3 - .rodata_wlog_debug.29 - 0x3c0e0ef4 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e0f1e 0x2 - .rodata_wlog_debug.3 - 0x3c0e0f20 0x46 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e0f66 0x2 - .rodata_wlog_debug.44 - 0x3c0e0f68 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e0f76 0x2 - .rodata_wlog_debug.45 - 0x3c0e0f78 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e0f86 0x2 - .rodata_wlog_debug.57 - 0x3c0e0f88 0x3b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e0fc3 0x1 - .rodata_wlog_debug.58 - 0x3c0e0fc4 0x4a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e100e 0x2 - .rodata_wlog_debug.59 - 0x3c0e1010 0x42 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e1052 0x2 - .rodata_wlog_debug.62 - 0x3c0e1054 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e1067 0x1 - .rodata_wlog_debug.64 - 0x3c0e1068 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e107d 0x3 - .rodata_wlog_debug.72 - 0x3c0e1080 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_debug.73 - 0x3c0e1090 0x36 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e10c6 0x2 - .rodata_wlog_debug.74 - 0x3c0e10c8 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_debug.75 - 0x3c0e10f4 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_debug.76 - 0x3c0e1120 0x40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_debug.77 - 0x3c0e1160 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_debug.78 - 0x3c0e1188 0xc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_debug.79 - 0x3c0e1194 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e11a7 0x1 - .rodata_wlog_debug.8 - 0x3c0e11a8 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e11c1 0x3 - .rodata_wlog_debug.82 - 0x3c0e11c4 0x6d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e1231 0x3 - .rodata_wlog_debug.83 - 0x3c0e1234 0x6d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e12a1 0x3 - .rodata_wlog_debug.84 - 0x3c0e12a4 0x38 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_debug.85 - 0x3c0e12dc 0x71 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e134d 0x3 - .rodata_wlog_debug.86 - 0x3c0e1350 0x6d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e13bd 0x3 - .rodata_wlog_debug.87 - 0x3c0e13c0 0x4a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e140a 0x2 - .rodata_wlog_debug.88 - 0x3c0e140c 0x3b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e1447 0x1 - .rodata_wlog_debug.9 - 0x3c0e1448 0x54 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_debug.93 - 0x3c0e149c 0x2a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e14c6 0x2 - .rodata_wlog_debug.94 - 0x3c0e14c8 0xf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e14d7 0x1 - .rodata_wlog_debug.95 - 0x3c0e14d8 0xf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e14e7 0x1 - .rodata_wlog_debug.96 - 0x3c0e14e8 0xf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e14f7 0x1 - .rodata_wlog_debug.97 - 0x3c0e14f8 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e1506 0x2 - .rodata_wlog_debug.98 - 0x3c0e1508 0x26 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e152e 0x2 - .rodata_wlog_debug.99 - 0x3c0e1530 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_debug.4 - 0x3c0e155c 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - *fill* 0x3c0e1575 0x3 - .rodata_wlog_debug.5 - 0x3c0e1578 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - *fill* 0x3c0e1591 0x3 - .rodata_wlog_debug.6 - 0x3c0e1594 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - *fill* 0x3c0e15ad 0x3 - .rodata_wlog_debug.7 - 0x3c0e15b0 0x19 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - *(.rodata_wlog_verbose .rodata_wlog_verbose.*) - *fill* 0x3c0e15c9 0x3 - .rodata_wlog_verbose.11 - 0x3c0e15cc 0x3b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - *fill* 0x3c0e1607 0x1 - .rodata_wlog_verbose.25 - 0x3c0e1608 0x3f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - *fill* 0x3c0e1647 0x1 - .rodata_wlog_verbose.10 - 0x3c0e1648 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - *fill* 0x3c0e165f 0x1 - .rodata_wlog_verbose.11 - 0x3c0e1660 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - *fill* 0x3c0e1676 0x2 - .rodata_wlog_verbose.2 - 0x3c0e1678 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - .rodata_wlog_verbose.3 - 0x3c0e1698 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - *fill* 0x3c0e16af 0x1 - .rodata_wlog_verbose.4 - 0x3c0e16b0 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - .rodata_wlog_verbose.5 - 0x3c0e16c0 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - .rodata_wlog_verbose.6 - 0x3c0e16d0 0x2d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - *fill* 0x3c0e16fd 0x3 - .rodata_wlog_verbose.9 - 0x3c0e1700 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - *fill* 0x3c0e1717 0x1 - .rodata_wlog_verbose.46 - 0x3c0e1718 0x2b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0e1743 0x1 - .rodata_wlog_verbose.61 - 0x3c0e1744 0x33 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0e1777 0x1 - .rodata_wlog_verbose.62 - 0x3c0e1778 0x12 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0e178a 0x2 - .rodata_wlog_verbose.64 - 0x3c0e178c 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - *fill* 0x3c0e17ad 0x3 - .rodata_wlog_verbose.76 - 0x3c0e17b0 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .rodata_wlog_verbose.47 - 0x3c0e17cc 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e17da 0x2 - .rodata_wlog_verbose.48 - 0x3c0e17dc 0x14 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_verbose.49 - 0x3c0e17f0 0x17 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e1807 0x1 - .rodata_wlog_verbose.52 - 0x3c0e1808 0x3e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e1846 0x2 - .rodata_wlog_verbose.53 - 0x3c0e1848 0x24 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .rodata_wlog_verbose.54 - 0x3c0e186c 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - *fill* 0x3c0e1881 0x3 - .rodata_wlog_verbose.49 - 0x3c0e1884 0xf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - *fill* 0x3c0e1893 0x1 - .rodata_wlog_verbose.50 - 0x3c0e1894 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .rodata_wlog_verbose.105 - 0x3c0e18b4 0x1e C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e18d2 0x2 - .rodata_wlog_verbose.106 - 0x3c0e18d4 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e18e7 0x1 - .rodata_wlog_verbose.107 - 0x3c0e18e8 0x18 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_verbose.108 - 0x3c0e1900 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e1913 0x1 - .rodata_wlog_verbose.109 - 0x3c0e1914 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e1927 0x1 - .rodata_wlog_verbose.110 - 0x3c0e1928 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e193b 0x1 - .rodata_wlog_verbose.111 - 0x3c0e193c 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e194f 0x1 - .rodata_wlog_verbose.13 - 0x3c0e1950 0x3b C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e198b 0x1 - .rodata_wlog_verbose.15 - 0x3c0e198c 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e19a6 0x2 - .rodata_wlog_verbose.16 - 0x3c0e19a8 0x13 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e19bb 0x1 - .rodata_wlog_verbose.2 - 0x3c0e19bc 0x3f C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e19fb 0x1 - .rodata_wlog_verbose.21 - 0x3c0e19fc 0x11 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e1a0d 0x3 - .rodata_wlog_verbose.22 - 0x3c0e1a10 0x15 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e1a25 0x3 - .rodata_wlog_verbose.26 - 0x3c0e1a28 0x45 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e1a6d 0x3 - .rodata_wlog_verbose.27 - 0x3c0e1a70 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e1a8a 0x2 - .rodata_wlog_verbose.28 - 0x3c0e1a8c 0x1a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e1aa6 0x2 - .rodata_wlog_verbose.30 - 0x3c0e1aa8 0xe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e1ab6 0x2 - .rodata_wlog_verbose.31 - 0x3c0e1ab8 0x16 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e1ace 0x2 - .rodata_wlog_verbose.32 - 0x3c0e1ad0 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e1aed 0x3 - .rodata_wlog_verbose.33 - 0x3c0e1af0 0x10 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_verbose.34 - 0x3c0e1b00 0x2c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_verbose.35 - 0x3c0e1b2c 0x20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_verbose.36 - 0x3c0e1b4c 0x25 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e1b71 0x3 - .rodata_wlog_verbose.37 - 0x3c0e1b74 0x1c C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_verbose.38 - 0x3c0e1b90 0x21 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e1bb1 0x3 - .rodata_wlog_verbose.39 - 0x3c0e1bb4 0x22 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e1bd6 0x2 - .rodata_wlog_verbose.40 - 0x3c0e1bd8 0x30 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_verbose.41 - 0x3c0e1c08 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_verbose.42 - 0x3c0e1c30 0x28 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .rodata_wlog_verbose.43 - 0x3c0e1c58 0x25 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e1c7d 0x3 - .rodata_wlog_verbose.47 - 0x3c0e1c80 0x1d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e1c9d 0x3 - .rodata_wlog_verbose.49 - 0x3c0e1ca0 0x2d C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - *fill* 0x3c0e1ccd 0x3 - .rodata_wlog_verbose.50 - 0x3c0e1cd0 0xd C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - -.iram0.text_end - 0x403937e0 0x20 - 0x403937f0 . = (. + 0x10) - *fill* 0x403937e0 0x10 - 0x40393800 . = ALIGN (0x200) - *fill* 0x403937f0 0x10 - *(.iram_end_test) - 0x40393800 _iram_text_end = ABSOLUTE (.) - -.iram0.data 0x40393800 0x0 - 0x40393800 . = ALIGN (0x10) - 0x40393800 _iram_data_start = ABSOLUTE (.) - *(.iram.data .iram.data.*) - 0x40393800 _coredump_iram_start = ABSOLUTE (.) - *(.iram2.coredump .iram2.coredump.*) - 0x40393800 _coredump_iram_end = ABSOLUTE (.) - 0x40393800 _iram_data_end = ABSOLUTE (.) - -.iram0.bss 0x40393800 0x0 - 0x40393800 . = ALIGN (0x10) - 0x40393800 _iram_bss_start = ABSOLUTE (.) - *(.iram.bss .iram.bss.*) - 0x40393800 _iram_bss_end = ABSOLUTE (.) - 0x40393800 . = ALIGN (0x10) - 0x40393800 _iram_end = ABSOLUTE (.) - -.dram0.heap_start - 0x3fc9ae28 0x8 - 0x3fc9ae30 . = ALIGN (0x10) - *fill* 0x3fc9ae28 0x8 - 0x3fc9ae30 _heap_start = ABSOLUTE (.) - -.debug - *(.debug) - -.line - *(.line) - -.debug_srcinfo - *(.debug_srcinfo) - -.debug_sfnames - *(.debug_sfnames) - -.debug_aranges 0x00000000 0xe458 - *(.debug_aranges) - .debug_aranges - 0x00000000 0x38 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) - .debug_aranges - 0x00000038 0x40 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .debug_aranges - 0x00000078 0xa0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_aranges - 0x00000118 0xc8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_aranges - 0x000001e0 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .debug_aranges - 0x000001f8 0x48 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_aranges - 0x00000240 0x30 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) - .debug_aranges - 0x00000270 0x50 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .debug_aranges - 0x000002c0 0xb8 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .debug_aranges - 0x00000378 0x28 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - .debug_aranges - 0x000003a0 0x40 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - .debug_aranges - 0x000003e0 0x30 esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .debug_aranges - 0x00000410 0x40 esp-idf/esp_system/libesp_system.a(clk.c.obj) - .debug_aranges - 0x00000450 0x40 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .debug_aranges - 0x00000490 0x28 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - .debug_aranges - 0x000004b8 0x38 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - .debug_aranges - 0x000004f0 0x30 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - .debug_aranges - 0x00000520 0x88 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .debug_aranges - 0x000005a8 0x40 esp-idf/esp_system/libesp_system.a(startup.c.obj) - .debug_aranges - 0x000005e8 0x58 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .debug_aranges - 0x00000640 0x90 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .debug_aranges - 0x000006d0 0x50 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .debug_aranges - 0x00000720 0x28 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .debug_aranges - 0x00000748 0x48 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_aranges - 0x00000790 0x58 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_aranges - 0x000007e8 0x70 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_aranges - 0x00000858 0x40 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .debug_aranges - 0x00000898 0x28 esp-idf/hal/libhal.a(brownout_hal.c.obj) - .debug_aranges - 0x000008c0 0x28 esp-idf/log/liblog.a(log_timestamp.c.obj) - .debug_aranges - 0x000008e8 0x30 esp-idf/log/liblog.a(log_write.c.obj) - .debug_aranges - 0x00000918 0x20 esp-idf/log/liblog.a(log_level.c.obj) - .debug_aranges - 0x00000938 0x40 esp-idf/log/liblog.a(tag_log_level.c.obj) - .debug_aranges - 0x00000978 0x40 esp-idf/log/liblog.a(log_linked_list.c.obj) - .debug_aranges - 0x000009b8 0x50 esp-idf/log/liblog.a(log_binary_heap.c.obj) - .debug_aranges - 0x00000a08 0x30 esp-idf/log/liblog.a(log_lock.c.obj) - .debug_aranges - 0x00000a38 0x128 esp-idf/heap/libheap.a(heap_caps.c.obj) - .debug_aranges - 0x00000b60 0x50 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .debug_aranges - 0x00000bb0 0xe8 esp-idf/heap/libheap.a(multi_heap.c.obj) - .debug_aranges - 0x00000c98 0xd0 esp-idf/heap/libheap.a(tlsf.c.obj) - .debug_aranges - 0x00000d68 0x40 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - .debug_aranges - 0x00000da8 0x18 esp-idf/heap/libheap.a(memory_layout.c.obj) - .debug_aranges - 0x00000dc0 0x50 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .debug_aranges - 0x00000e10 0x28 esp-idf/esp_security/libesp_security.a(init.c.obj) - .debug_aranges - 0x00000e38 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .debug_aranges - 0x00000e98 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .debug_aranges - 0x00000f00 0xe8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .debug_aranges - 0x00000fe8 0xb8 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .debug_aranges - 0x000010a0 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .debug_aranges - 0x000010f8 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .debug_aranges - 0x00001158 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .debug_aranges - 0x000011c0 0x130 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_aranges - 0x000012f0 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .debug_aranges - 0x00001338 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .debug_aranges - 0x00001388 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .debug_aranges - 0x000013f0 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .debug_aranges - 0x00001460 0x160 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .debug_aranges - 0x000015c0 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .debug_aranges - 0x000015f8 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - .debug_aranges - 0x00001620 0x1a8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .debug_aranges - 0x000017c8 0x28 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .debug_aranges - 0x000017f0 0x160 esp-idf/freertos/libfreertos.a(queue.c.obj) - .debug_aranges - 0x00001950 0x298 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .debug_aranges - 0x00001be8 0xb0 esp-idf/freertos/libfreertos.a(port.c.obj) - .debug_aranges - 0x00001c98 0x50 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - .debug_aranges - 0x00001ce8 0x28 esp-idf/freertos/libfreertos.a(port_common.c.obj) - .debug_aranges - 0x00001d10 0x38 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .debug_aranges - 0x00001d48 0x40 esp-idf/freertos/libfreertos.a(list.c.obj) - .debug_aranges - 0x00001d88 0x20 esp-idf/newlib/libnewlib.a(abort.c.obj) - .debug_aranges - 0x00001da8 0x38 esp-idf/newlib/libnewlib.a(assert.c.obj) - .debug_aranges - 0x00001de0 0xa0 esp-idf/newlib/libnewlib.a(heap.c.obj) - .debug_aranges - 0x00001e80 0xd8 esp-idf/newlib/libnewlib.a(locks.c.obj) - .debug_aranges - 0x00001f58 0x38 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .debug_aranges - 0x00001f90 0x28 esp-idf/newlib/libnewlib.a(getentropy.c.obj) - .debug_aranges - 0x00001fb8 0x28 esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .debug_aranges - 0x00001fe0 0x50 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .debug_aranges - 0x00002030 0x60 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .debug_aranges - 0x00002090 0x80 esp-idf/newlib/libnewlib.a(time.c.obj) - .debug_aranges - 0x00002110 0x50 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - .debug_aranges - 0x00002160 0x20 esp-idf/newlib/libnewlib.a(random.c.obj) - .debug_aranges - 0x00002180 0x170 esp-idf/pthread/libpthread.a(pthread.c.obj) - .debug_aranges - 0x000022f0 0x88 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .debug_aranges - 0x00002378 0x60 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .debug_aranges - 0x000023d8 0x68 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .debug_aranges - 0x00002440 0x58 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .debug_aranges - 0x00002498 0x50 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .debug_aranges - 0x000024e8 0x28 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) - .debug_aranges - 0x00002510 0x30 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - .debug_aranges - 0x00002540 0x30 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .debug_aranges - 0x00002570 0x38 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) - .debug_aranges - 0x000025a8 0x70 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .debug_aranges - 0x00002618 0x120 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .debug_aranges - 0x00002738 0x250 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .debug_aranges - 0x00002988 0x38 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .debug_aranges - 0x000029c0 0x118 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .debug_aranges - 0x00002ad8 0x68 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .debug_aranges - 0x00002b40 0x50 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - .debug_aranges - 0x00002b90 0xa8 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .debug_aranges - 0x00002c38 0x238 esp-idf/vfs/libvfs.a(vfs.c.obj) - .debug_aranges - 0x00002e70 0xa0 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .debug_aranges - 0x00002f10 0x58 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .debug_aranges - 0x00002f68 0x38 esp-idf/main/libmain.a(app_main.c.obj) - .debug_aranges - 0x00002fa0 0x190 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .debug_aranges - 0x00003130 0xe0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - .debug_aranges - 0x00003210 0x90 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - .debug_aranges - 0x000032a0 0x30 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) - .debug_aranges - 0x000032d0 0x50 esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - .debug_aranges - 0x00003320 0x68 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .debug_aranges - 0x00003388 0x20 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - .debug_aranges - 0x000033a8 0x40 esp-idf/riscv/libriscv.a(interrupt.c.obj) - .debug_aranges - 0x000033e8 0x20 esp-idf/riscv/libriscv.a(vectors.S.obj) - .debug_aranges - 0x00003408 0x20 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) - .debug_aranges - 0x00003428 0x220 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .debug_aranges - 0x00003648 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_aranges - 0x00003668 0xb0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_aranges - 0x00003718 0x78 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_aranges - 0x00003790 0x48 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_aranges - 0x000037d8 0xc8 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .debug_aranges - 0x000038a0 0x18 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) - .debug_aranges - 0x000038b8 0x20 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - .debug_aranges - 0x000038d8 0x50 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .debug_aranges - 0x00003928 0x30 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - .debug_aranges - 0x00003958 0x78 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .debug_aranges - 0x000039d0 0x78 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .debug_aranges - 0x00003a48 0x58 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .debug_aranges - 0x00003aa0 0x110 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .debug_aranges - 0x00003bb0 0x68 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .debug_aranges - 0x00003c18 0xc8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .debug_aranges - 0x00003ce0 0x40 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .debug_aranges - 0x00003d20 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .debug_aranges - 0x00003d38 0x110 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .debug_aranges - 0x00003e48 0x38 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .debug_aranges - 0x00003e80 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - .debug_aranges - 0x00003eb0 0x48 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .debug_aranges - 0x00003ef8 0x60 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .debug_aranges - 0x00003f58 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - .debug_aranges - 0x00003f80 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - .debug_aranges - 0x00003fa8 0x78 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .debug_aranges - 0x00004020 0x30 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .debug_aranges - 0x00004050 0x58 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .debug_aranges - 0x000040a8 0x68 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .debug_aranges - 0x00004110 0x30 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .debug_aranges - 0x00004140 0xe0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .debug_aranges - 0x00004220 0x50 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .debug_aranges - 0x00004270 0x20 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .debug_aranges - 0x00004290 0x78 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_aranges - 0x00004308 0x68 esp-idf/hal/libhal.a(cache_hal.c.obj) - .debug_aranges - 0x00004370 0x50 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .debug_aranges - 0x000043c0 0xc0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .debug_aranges - 0x00004480 0x50 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .debug_aranges - 0x000044d0 0x90 esp-idf/hal/libhal.a(systimer_hal.c.obj) - .debug_aranges - 0x00004560 0xf0 esp-idf/hal/libhal.a(uart_hal.c.obj) - .debug_aranges - 0x00004650 0x70 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .debug_aranges - 0x000046c0 0x18 esp-idf/soc/libsoc.a(interrupts.c.obj) - .debug_aranges - 0x000046d8 0x18 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .debug_aranges - 0x000046f0 0x58 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - .debug_aranges - 0x00004748 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .debug_aranges - 0x00004778 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_aranges - 0x00004798 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) - .debug_aranges - 0x000047c0 0x80 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .debug_aranges - 0x00004840 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .debug_aranges - 0x00004870 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - .debug_aranges - 0x000048b8 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .debug_aranges - 0x000048e0 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .debug_aranges - 0x00004928 0xf0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .debug_aranges - 0x00004a18 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - .debug_aranges - 0x00004a78 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .debug_aranges - 0x00004aa0 0x78 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .debug_aranges - 0x00004b18 0x20 esp-idf/freertos/libfreertos.a(portasm.S.obj) - .debug_aranges - 0x00004b38 0x430 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .debug_aranges - 0x00004f68 0x180 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .debug_aranges - 0x000050e8 0x58 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .debug_aranges - 0x00005140 0xd0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .debug_aranges - 0x00005210 0x330 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .debug_aranges - 0x00005540 0x1a0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .debug_aranges - 0x000056e0 0xc8 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .debug_aranges - 0x000057a8 0x78 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .debug_aranges - 0x00005820 0xc0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .debug_aranges - 0x000058e0 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .debug_aranges - 0x00005918 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .debug_aranges - 0x00005978 0x130 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .debug_aranges - 0x00005aa8 0x80 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .debug_aranges - 0x00005b28 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .debug_aranges - 0x00005b50 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .debug_aranges - 0x00005b88 0x50 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .debug_aranges - 0x00005bd8 0x438 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .debug_aranges - 0x00006010 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - .debug_aranges - 0x00006030 0x150 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .debug_aranges - 0x00006180 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - .debug_aranges - 0x000061c0 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .debug_aranges - 0x00006218 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .debug_aranges - 0x000062a8 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .debug_aranges - 0x00006390 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) - .debug_aranges - 0x000063e0 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .debug_aranges - 0x00006440 0x88 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .debug_aranges - 0x000064c8 0xd8 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .debug_aranges - 0x000065a0 0x70 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .debug_aranges - 0x00006610 0x260 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .debug_aranges - 0x00006870 0x98 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .debug_aranges - 0x00006908 0x148 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .debug_aranges - 0x00006a50 0x38 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) - .debug_aranges - 0x00006a88 0x20 esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) - .debug_aranges - 0x00006aa8 0xc8 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .debug_aranges - 0x00006b70 0x108 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - .debug_aranges - 0x00006c78 0x140 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .debug_aranges - 0x00006db8 0x30 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) - .debug_aranges - 0x00006de8 0x120 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .debug_aranges - 0x00006f08 0x68 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .debug_aranges - 0x00006f70 0x1c0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .debug_aranges - 0x00007130 0x4b8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .debug_aranges - 0x000075e8 0x110 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .debug_aranges - 0x000076f8 0x138 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .debug_aranges - 0x00007830 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) - .debug_aranges - 0x00007850 0x80 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .debug_aranges - 0x000078d0 0x60 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) - .debug_aranges - 0x00007930 0x1d0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .debug_aranges - 0x00007b00 0x148 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - .debug_aranges - 0x00007c48 0x110 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .debug_aranges - 0x00007d58 0x108 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .debug_aranges - 0x00007e60 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) - .debug_aranges - 0x00007ea8 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .debug_aranges - 0x00007f28 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .debug_aranges - 0x00007fe0 0xe0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .debug_aranges - 0x000080c0 0x2b8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .debug_aranges - 0x00008378 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .debug_aranges - 0x00008410 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .debug_aranges - 0x000084a0 0xc8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .debug_aranges - 0x00008568 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .debug_aranges - 0x00008590 0x108 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .debug_aranges - 0x00008698 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) - .debug_aranges - 0x000086d0 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .debug_aranges - 0x000087c0 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .debug_aranges - 0x00008868 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .debug_aranges - 0x000088a8 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - .debug_aranges - 0x000088d0 0x1c8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .debug_aranges - 0x00008a98 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) - .debug_aranges - 0x00008ad8 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - .debug_aranges - 0x00008b00 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .debug_aranges - 0x00008b38 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .debug_aranges - 0x00008bb0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) - .debug_aranges - 0x00008bd0 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - .debug_aranges - 0x00008bf8 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) - .debug_aranges - 0x00008c48 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) - .debug_aranges - 0x00008c80 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - .debug_aranges - 0x00008d00 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - .debug_aranges - 0x00008d50 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .debug_aranges - 0x00008dd0 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - .debug_aranges - 0x00008e30 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .debug_aranges - 0x00008e98 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .debug_aranges - 0x00008ef8 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - .debug_aranges - 0x00008f90 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) - .debug_aranges - 0x00008fe0 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .debug_aranges - 0x00009068 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - .debug_aranges - 0x00009110 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .debug_aranges - 0x000091d0 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .debug_aranges - 0x00009280 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .debug_aranges - 0x00009320 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .debug_aranges - 0x000093b8 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .debug_aranges - 0x00009450 0x130 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .debug_aranges - 0x00009580 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .debug_aranges - 0x000095d8 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .debug_aranges - 0x00009628 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .debug_aranges - 0x00009668 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .debug_aranges - 0x000096c0 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .debug_aranges - 0x00009718 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .debug_aranges - 0x00009758 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) - .debug_aranges - 0x00009778 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) - .debug_aranges - 0x000097a0 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - .debug_aranges - 0x000097e0 0x1d8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .debug_aranges - 0x000099b8 0x120 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .debug_aranges - 0x00009ad8 0x90 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .debug_aranges - 0x00009b68 0x78 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .debug_aranges - 0x00009be0 0x38 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - .debug_aranges - 0x00009c18 0x58 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .debug_aranges - 0x00009c70 0x68 esp-idf/hal/libhal.a(adc_hal_common.c.obj) - .debug_aranges - 0x00009cd8 0xa8 esp-idf/hal/libhal.a(mpi_hal.c.obj) - .debug_aranges - 0x00009d80 0x40 esp-idf/hal/libhal.a(sha_hal.c.obj) - .debug_aranges - 0x00009dc0 0x80 esp-idf/hal/libhal.a(aes_hal.c.obj) - .debug_aranges - 0x00009e40 0x70 esp-idf/hal/libhal.a(hmac_hal.c.obj) - .debug_aranges - 0x00009eb0 0x18 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) - .debug_aranges - 0x00009ec8 0x18 esp-idf/soc/libsoc.a(mpi_periph.c.obj) - .debug_aranges - 0x00009ee0 0x50 esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - .debug_aranges - 0x00009f30 0xf0 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .debug_aranges - 0x0000a020 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) - .debug_aranges - 0x0000a048 0x58 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .debug_aranges - 0x0000a0a0 0xe8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .debug_aranges - 0x0000a188 0xc8 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .debug_aranges - 0x0000a250 0x18 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) - .debug_aranges - 0x0000a268 0xa8 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .debug_aranges - 0x0000a310 0x40 esp-idf/lwip/liblwip.a(netdb.c.obj) - .debug_aranges - 0x0000a350 0x250 esp-idf/lwip/liblwip.a(sockets.c.obj) - .debug_aranges - 0x0000a5a0 0xa8 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .debug_aranges - 0x0000a648 0x50 esp-idf/lwip/liblwip.a(def.c.obj) - .debug_aranges - 0x0000a698 0xd0 esp-idf/lwip/liblwip.a(dns.c.obj) - .debug_aranges - 0x0000a768 0x20 esp-idf/lwip/liblwip.a(init.c.obj) - .debug_aranges - 0x0000a788 0x38 esp-idf/lwip/liblwip.a(ip.c.obj) - .debug_aranges - 0x0000a7c0 0x40 esp-idf/lwip/liblwip.a(mem.c.obj) - .debug_aranges - 0x0000a800 0x58 esp-idf/lwip/liblwip.a(memp.c.obj) - .debug_aranges - 0x0000a858 0x150 esp-idf/lwip/liblwip.a(netif.c.obj) - .debug_aranges - 0x0000a9a8 0x148 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .debug_aranges - 0x0000aaf0 0x88 esp-idf/lwip/liblwip.a(raw.c.obj) - .debug_aranges - 0x0000ab78 0x1d0 esp-idf/lwip/liblwip.a(tcp.c.obj) - .debug_aranges - 0x0000ad48 0x70 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .debug_aranges - 0x0000adb8 0xf0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .debug_aranges - 0x0000aea8 0x70 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .debug_aranges - 0x0000af18 0xa0 esp-idf/lwip/liblwip.a(udp.c.obj) - .debug_aranges - 0x0000afb8 0x150 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .debug_aranges - 0x0000b108 0xb0 esp-idf/lwip/liblwip.a(etharp.c.obj) - .debug_aranges - 0x0000b1b8 0x30 esp-idf/lwip/liblwip.a(icmp.c.obj) - .debug_aranges - 0x0000b1e8 0xb0 esp-idf/lwip/liblwip.a(igmp.c.obj) - .debug_aranges - 0x0000b298 0x68 esp-idf/lwip/liblwip.a(ip4.c.obj) - .debug_aranges - 0x0000b300 0x48 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .debug_aranges - 0x0000b348 0x20 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - .debug_aranges - 0x0000b368 0x60 esp-idf/lwip/liblwip.a(icmp6.c.obj) - .debug_aranges - 0x0000b3c8 0x58 esp-idf/lwip/liblwip.a(ip6.c.obj) - .debug_aranges - 0x0000b420 0x30 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - .debug_aranges - 0x0000b450 0x20 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - .debug_aranges - 0x0000b470 0x88 esp-idf/lwip/liblwip.a(mld6.c.obj) - .debug_aranges - 0x0000b4f8 0x110 esp-idf/lwip/liblwip.a(nd6.c.obj) - .debug_aranges - 0x0000b608 0x28 esp-idf/lwip/liblwip.a(ethernet.c.obj) - .debug_aranges - 0x0000b630 0x28 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) - .debug_aranges - 0x0000b658 0x40 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) - .debug_aranges - 0x0000b698 0x28 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) - .debug_aranges - 0x0000b6c0 0xf8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .debug_aranges - 0x0000b7b8 0x60 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - .debug_aranges - 0x0000b818 0x50 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .debug_aranges - 0x0000b868 0xf8 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .debug_aranges - 0x0000b960 0x120 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .debug_aranges - 0x0000ba80 0x140 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .debug_aranges - 0x0000bbc0 0x20 esp-idf/lwip/liblwip.a(err.c.obj) - .debug_aranges - 0x0000bbe0 0x60 esp-idf/lwip/liblwip.a(netbuf.c.obj) - .debug_aranges - 0x0000bc40 0x70 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .debug_aranges - 0x0000bcb0 0x60 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .debug_aranges - 0x0000bd10 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .debug_aranges - 0x0000bd28 0x50 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) - .debug_aranges - 0x0000bd78 0x28 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) - .debug_aranges - 0x0000bda0 0xc8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .debug_aranges - 0x0000be68 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - .debug_aranges - 0x0000bef0 0x220 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .debug_aranges - 0x0000c110 0xb8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .debug_aranges - 0x0000c1c8 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) - .debug_aranges - 0x0000c1f8 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - .debug_aranges - 0x0000c258 0x1f8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .debug_aranges - 0x0000c450 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - .debug_aranges - 0x0000c4d0 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .debug_aranges - 0x0000c550 0x228 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .debug_aranges - 0x0000c778 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - .debug_aranges - 0x0000c7d8 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - .debug_aranges - 0x0000c858 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) - .debug_aranges - 0x0000c8c8 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .debug_aranges - 0x0000c960 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) - .debug_aranges - 0x0000c998 0x1f8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .debug_aranges - 0x0000cb90 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) - .debug_aranges - 0x0000cbe8 0xf0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .debug_aranges - 0x0000ccd8 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) - .debug_aranges - 0x0000ccf8 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .debug_aranges - 0x0000cd28 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) - .debug_aranges - 0x0000cd50 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) - .debug_aranges - 0x0000cd70 0x228 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .debug_aranges - 0x0000cf98 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .debug_aranges - 0x0000cfe8 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .debug_aranges - 0x0000d060 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .debug_aranges - 0x0000d100 0x178 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .debug_aranges - 0x0000d278 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - .debug_aranges - 0x0000d2f0 0xe0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - .debug_aranges - 0x0000d3d0 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - .debug_aranges - 0x0000d3f0 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - .debug_aranges - 0x0000d410 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - .debug_aranges - 0x0000d430 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) - .debug_aranges - 0x0000d480 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .debug_aranges - 0x0000d4f8 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .debug_aranges - 0x0000d590 0xa8 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - .debug_aranges - 0x0000d638 0x58 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .debug_aranges - 0x0000d690 0x38 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) - .debug_aranges - 0x0000d6c8 0x100 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .debug_aranges - 0x0000d7c8 0xa0 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - .debug_aranges - 0x0000d868 0xa0 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - .debug_aranges - 0x0000d908 0x70 esp-idf/hal/libhal.a(ds_hal.c.obj) - .debug_aranges - 0x0000d978 0x20 esp-idf/lwip/liblwip.a(ethip6.c.obj) - .debug_aranges - 0x0000d998 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_opv.o) - .debug_aranges - 0x0000d9b8 0x78 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .debug_aranges - 0x0000da30 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) - .debug_aranges - 0x0000da50 0x48 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - .debug_aranges - 0x0000da98 0x40 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - .debug_aranges - 0x0000dad8 0x58 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - .debug_aranges - 0x0000db30 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_op.o) - .debug_aranges - 0x0000db50 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_ops.o) - .debug_aranges - 0x0000db70 0x40 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) - .debug_aranges - 0x0000dbb0 0x78 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .debug_aranges - 0x0000dc28 0x40 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .debug_aranges - 0x0000dc68 0xa8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .debug_aranges - 0x0000dd10 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opv.o) - .debug_aranges - 0x0000dd30 0x18 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_term_handler.o) - .debug_aranges - 0x0000dd48 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - .debug_aranges - 0x0000dd68 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - .debug_aranges - 0x0000dd98 0xe8 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .debug_aranges - 0x0000de80 0x30 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) - .debug_aranges - 0x0000deb0 0x18 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-environ.o) - .debug_aranges - 0x0000dec8 0x18 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ctype_.o) - .debug_aranges - 0x0000dee0 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) - .debug_aranges - 0x0000df00 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) - .debug_aranges - 0x0000df20 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - .debug_aranges - 0x0000df40 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - .debug_aranges - 0x0000df60 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseek.o) - .debug_aranges - 0x0000df80 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fvwrite.o) - .debug_aranges - 0x0000dfa0 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwalk.o) - .debug_aranges - 0x0000dfc0 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-printf.o) - .debug_aranges - 0x0000dfe0 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-puts.o) - .debug_aranges - 0x0000e000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) - .debug_aranges - 0x0000e020 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-snprintf.o) - .debug_aranges - 0x0000e040 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sprintf.o) - .debug_aranges - 0x0000e060 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-stdio.o) - .debug_aranges - 0x0000e080 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vprintf.o) - .debug_aranges - 0x0000e0a0 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vsnprintf.o) - .debug_aranges - 0x0000e0c0 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wsetup.o) - .debug_aranges - 0x0000e0e0 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-asprintf.o) - .debug_aranges - 0x0000e100 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - .debug_aranges - 0x0000e120 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror.o) - .debug_aranges - 0x0000e140 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-u_strerr.o) - .debug_aranges - 0x0000e160 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-time.o) - .debug_aranges - 0x0000e180 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-reent.o) - .debug_aranges - 0x0000e1a0 0x18 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - .debug_aranges - 0x0000e1b8 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-errno.o) - .debug_aranges - 0x0000e1d8 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysclose.o) - .debug_aranges - 0x0000e1f8 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysfstat.o) - .debug_aranges - 0x0000e218 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysgettod.o) - .debug_aranges - 0x0000e238 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysopen.o) - .debug_aranges - 0x0000e258 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysread.o) - .debug_aranges - 0x0000e278 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-syswrite.o) - .debug_aranges - 0x0000e298 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - .debug_aranges - 0x0000e2b8 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - .debug_aranges - 0x0000e2d8 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - .debug_aranges - 0x0000e2f8 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-flags.o) - .debug_aranges - 0x0000e318 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-makebuf.o) - .debug_aranges - 0x0000e338 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) - .debug_aranges - 0x0000e358 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-localeconv.o) - .debug_aranges - 0x0000e378 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libm_a-s_frexp.o) - .debug_aranges - 0x0000e398 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - .debug_aranges - 0x0000e3b8 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbtowc_r.o) - .debug_aranges - 0x0000e3d8 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - .debug_aranges - 0x0000e3f8 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wctomb_r.o) - .debug_aranges - 0x0000e418 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - .debug_aranges - 0x0000e438 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(trunctfdf2.o) - -.debug_pubnames - *(.debug_pubnames) - -.debug_info 0x00000000 0x32e2b9 - *(.debug_info .gnu.linkonce.wi.*) - .debug_info 0x00000000 0x6bf esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) - .debug_info 0x000006bf 0x489 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .debug_info 0x00000b48 0x1254 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_info 0x00001d9c 0x1401 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_info 0x0000319d 0x24cd esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .debug_info 0x0000566a 0x3f68 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_info 0x000095d2 0x196 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) - .debug_info 0x00009768 0x42bb esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .debug_info 0x0000da23 0xe0e esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .debug_info 0x0000e831 0x22ca esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - .debug_info 0x00010afb 0x1c2 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - .debug_info 0x00010cbd 0x35d6 esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .debug_info 0x00014293 0x4aaa esp-idf/esp_system/libesp_system.a(clk.c.obj) - .debug_info 0x00018d3d 0x475 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .debug_info 0x000191b2 0x400a esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - .debug_info 0x0001d1bc 0x853 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - .debug_info 0x0001da0f 0x1c3 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - .debug_info 0x0001dbd2 0x6c80 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .debug_info 0x00024852 0x3e7 esp-idf/esp_system/libesp_system.a(startup.c.obj) - .debug_info 0x00024c39 0x441a esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .debug_info 0x00029053 0x12b6 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .debug_info 0x0002a309 0x57bb esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .debug_info 0x0002fac4 0x3be esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .debug_info 0x0002fe82 0x378f esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_info 0x00033611 0x3a38 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_info 0x00037049 0x8286 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_info 0x0003f2cf 0x1916 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .debug_info 0x00040be5 0x31c6 esp-idf/hal/libhal.a(brownout_hal.c.obj) - .debug_info 0x00043dab 0x221 esp-idf/log/liblog.a(log_timestamp.c.obj) - .debug_info 0x00043fcc 0x2ce esp-idf/log/liblog.a(log_write.c.obj) - .debug_info 0x0004429a 0xeb esp-idf/log/liblog.a(log_level.c.obj) - .debug_info 0x00044385 0x45f esp-idf/log/liblog.a(tag_log_level.c.obj) - .debug_info 0x000447e4 0x43e esp-idf/log/liblog.a(log_linked_list.c.obj) - .debug_info 0x00044c22 0x460 esp-idf/log/liblog.a(log_binary_heap.c.obj) - .debug_info 0x00045082 0x238 esp-idf/log/liblog.a(log_lock.c.obj) - .debug_info 0x000452ba 0x1c09 esp-idf/heap/libheap.a(heap_caps.c.obj) - .debug_info 0x00046ec3 0xd10 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .debug_info 0x00047bd3 0x15b6 esp-idf/heap/libheap.a(multi_heap.c.obj) - .debug_info 0x00049189 0x7111 esp-idf/heap/libheap.a(tlsf.c.obj) - .debug_info 0x0005029a 0x8a0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - .debug_info 0x00050b3a 0x313 esp-idf/heap/libheap.a(memory_layout.c.obj) - .debug_info 0x00050e4d 0xcaf esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .debug_info 0x00051afc 0x147 esp-idf/esp_security/libesp_security.a(init.c.obj) - .debug_info 0x00051c43 0x8cb esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .debug_info 0x0005250e 0x501 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .debug_info 0x00052a0f 0x2dbc esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .debug_info 0x000557cb 0x96e esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .debug_info 0x00056139 0x35f2 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .debug_info 0x0005972b 0x2333 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .debug_info 0x0005ba5e 0x772 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .debug_info 0x0005c1d0 0x1967 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_info 0x0005db37 0x4260 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .debug_info 0x00061d97 0x8b5 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .debug_info 0x0006264c 0x645e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .debug_info 0x00068aaa 0x4e56 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .debug_info 0x0006d900 0x3b0c esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .debug_info 0x0007140c 0x228 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .debug_info 0x00071634 0x239 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - .debug_info 0x0007186d 0x7efc esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .debug_info 0x00079769 0x55c esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .debug_info 0x00079cc5 0x2fa4 esp-idf/freertos/libfreertos.a(queue.c.obj) - .debug_info 0x0007cc69 0x4fc7 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .debug_info 0x00081c30 0x1c57 esp-idf/freertos/libfreertos.a(port.c.obj) - .debug_info 0x00083887 0x359 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - .debug_info 0x00083be0 0xcf1 esp-idf/freertos/libfreertos.a(port_common.c.obj) - .debug_info 0x000848d1 0x6564 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .debug_info 0x0008ae35 0x2e3 esp-idf/freertos/libfreertos.a(list.c.obj) - .debug_info 0x0008b118 0x26c esp-idf/newlib/libnewlib.a(abort.c.obj) - .debug_info 0x0008b384 0x4a1 esp-idf/newlib/libnewlib.a(assert.c.obj) - .debug_info 0x0008b825 0xe9b esp-idf/newlib/libnewlib.a(heap.c.obj) - .debug_info 0x0008c6c0 0x1034 esp-idf/newlib/libnewlib.a(locks.c.obj) - .debug_info 0x0008d6f4 0x1fd esp-idf/newlib/libnewlib.a(pthread.c.obj) - .debug_info 0x0008d8f1 0x16a esp-idf/newlib/libnewlib.a(getentropy.c.obj) - .debug_info 0x0008da5b 0xa2c esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .debug_info 0x0008e487 0x178f esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .debug_info 0x0008fc16 0xe85 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .debug_info 0x00090a9b 0x1190 esp-idf/newlib/libnewlib.a(time.c.obj) - .debug_info 0x00091c2b 0x610 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - .debug_info 0x0009223b 0x18a esp-idf/newlib/libnewlib.a(random.c.obj) - .debug_info 0x000923c5 0x2165 esp-idf/pthread/libpthread.a(pthread.c.obj) - .debug_info 0x0009452a 0xf6d esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .debug_info 0x00095497 0x84c esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .debug_info 0x00095ce3 0x962 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .debug_info 0x00096645 0x5b5 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .debug_info 0x00096bfa 0x1495 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .debug_info 0x0009808f 0x892 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) - .debug_info 0x00098921 0x16a esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - .debug_info 0x00098a8b 0x27e esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .debug_info 0x00098d09 0x1de esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) - .debug_info 0x00098ee7 0x690a esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .debug_info 0x0009f7f1 0x4ab5 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .debug_info 0x000a42a6 0xda38 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .debug_info 0x000b1cde 0xee5 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .debug_info 0x000b2bc3 0x38a6 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .debug_info 0x000b6469 0x6f4c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .debug_info 0x000bd3b5 0x23f esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - .debug_info 0x000bd5f4 0x209c esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .debug_info 0x000bf690 0x676d esp-idf/vfs/libvfs.a(vfs.c.obj) - .debug_info 0x000c5dfd 0x1e87 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .debug_info 0x000c7c84 0xc4c esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .debug_info 0x000c88d0 0x1343 esp-idf/main/libmain.a(app_main.c.obj) - .debug_info 0x000c9c13 0x6b38 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .debug_info 0x000d074b 0x146f esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - .debug_info 0x000d1bba 0xd02 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - .debug_info 0x000d28bc 0x3ac esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) - .debug_info 0x000d2c68 0x9a6 esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - .debug_info 0x000d360e 0x23eb esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .debug_info 0x000d59f9 0x179 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - .debug_info 0x000d5b72 0x414 esp-idf/riscv/libriscv.a(interrupt.c.obj) - .debug_info 0x000d5f86 0x3e esp-idf/riscv/libriscv.a(vectors.S.obj) - .debug_info 0x000d5fc4 0x32 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) - .debug_info 0x000d5ff6 0x63f4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .debug_info 0x000dc3ea 0x9f esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_info 0x000dc489 0x41ba esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_info 0x000e0643 0xc8e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_info 0x000e12d1 0xba1 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_info 0x000e1e72 0x30eb esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .debug_info 0x000e4f5d 0x1c1 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) - .debug_info 0x000e511e 0x182 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - .debug_info 0x000e52a0 0xe34 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .debug_info 0x000e60d4 0x1dd esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - .debug_info 0x000e62b1 0x75f esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .debug_info 0x000e6a10 0x1635 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .debug_info 0x000e8045 0x40c esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .debug_info 0x000e8451 0x460e esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .debug_info 0x000eca5f 0x6524 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .debug_info 0x000f2f83 0x129d esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .debug_info 0x000f4220 0x9bf esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .debug_info 0x000f4bdf 0xc79 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .debug_info 0x000f5858 0x2697 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .debug_info 0x000f7eef 0x1015 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .debug_info 0x000f8f04 0x10f3 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - .debug_info 0x000f9ff7 0x10c4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .debug_info 0x000fb0bb 0x1427 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .debug_info 0x000fc4e2 0xeef esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - .debug_info 0x000fd3d1 0xeef esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - .debug_info 0x000fe2c0 0x476a esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .debug_info 0x00102a2a 0x3d4 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .debug_info 0x00102dfe 0x7a7 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .debug_info 0x001035a5 0x559 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .debug_info 0x00103afe 0x941f esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .debug_info 0x0010cf1d 0x217d esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .debug_info 0x0010f09a 0x96ed esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .debug_info 0x00118787 0x53e esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .debug_info 0x00118cc5 0x101a esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_info 0x00119cdf 0xc94 esp-idf/hal/libhal.a(cache_hal.c.obj) - .debug_info 0x0011a973 0x40f2 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .debug_info 0x0011ea65 0x54a2 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .debug_info 0x00123f07 0x4c4 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .debug_info 0x001243cb 0x1800 esp-idf/hal/libhal.a(systimer_hal.c.obj) - .debug_info 0x00125bcb 0x2a13 esp-idf/hal/libhal.a(uart_hal.c.obj) - .debug_info 0x001285de 0x4631 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .debug_info 0x0012cc0f 0x245 esp-idf/soc/libsoc.a(interrupts.c.obj) - .debug_info 0x0012ce54 0xd8 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .debug_info 0x0012cf2c 0x279 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - .debug_info 0x0012d1a5 0x134 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .debug_info 0x0012d2d9 0x26b esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_info 0x0012d544 0x2fb esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) - .debug_info 0x0012d83f 0xce4 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .debug_info 0x0012e523 0x1c8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .debug_info 0x0012e6eb 0x70a5 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - .debug_info 0x00135790 0x678 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .debug_info 0x00135e08 0x5ea esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .debug_info 0x001363f2 0x1fc8 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .debug_info 0x001383ba 0x86f6 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - .debug_info 0x00140ab0 0xd5 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .debug_info 0x00140b85 0x10ee esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .debug_info 0x00141c73 0x31 esp-idf/freertos/libfreertos.a(portasm.S.obj) - .debug_info 0x00141ca4 0x3ef5 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .debug_info 0x00145b99 0x3698 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .debug_info 0x00149231 0x741 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .debug_info 0x00149972 0x2cd5 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .debug_info 0x0014c647 0xdfe5 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .debug_info 0x0015a62c 0xd520 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .debug_info 0x00167b4c 0x919b esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .debug_info 0x00170ce7 0x17a0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .debug_info 0x00172487 0xa905 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .debug_info 0x0017cd8c 0xa20 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .debug_info 0x0017d7ac 0x5855 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .debug_info 0x00183001 0x914d esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .debug_info 0x0018c14e 0x89c1 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .debug_info 0x00194b0f 0x1012 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .debug_info 0x00195b21 0x49e3 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .debug_info 0x0019a504 0x4cd esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .debug_info 0x0019a9d1 0x6e5c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .debug_info 0x001a182d 0x6ca esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - .debug_info 0x001a1ef7 0x2b24 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .debug_info 0x001a4a1b 0x371 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - .debug_info 0x001a4d8c 0xde5 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .debug_info 0x001a5b71 0x11a0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .debug_info 0x001a6d11 0x11ae esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .debug_info 0x001a7ebf 0xd4e esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) - .debug_info 0x001a8c0d 0xcb4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .debug_info 0x001a98c1 0xf7d esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .debug_info 0x001aa83e 0x1e12 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .debug_info 0x001ac650 0x9dd esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .debug_info 0x001ad02d 0x326f esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .debug_info 0x001b029c 0x1d18 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .debug_info 0x001b1fb4 0x49a1 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .debug_info 0x001b6955 0x32b esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) - .debug_info 0x001b6c80 0xdd esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) - .debug_info 0x001b6d5d 0x457d esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .debug_info 0x001bb2da 0x1169 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - .debug_info 0x001bc443 0x2bae esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .debug_info 0x001beff1 0x4a8 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) - .debug_info 0x001bf499 0x3515 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .debug_info 0x001c29ae 0x8f5 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .debug_info 0x001c32a3 0x515f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .debug_info 0x001c8402 0x8a98 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .debug_info 0x001d0e9a 0x499f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .debug_info 0x001d5839 0x534b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .debug_info 0x001dab84 0x1a0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) - .debug_info 0x001dad24 0x1785 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .debug_info 0x001dc4a9 0x2eee esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) - .debug_info 0x001df397 0x5410 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .debug_info 0x001e47a7 0x2a3f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - .debug_info 0x001e71e6 0x3477 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .debug_info 0x001ea65d 0x23e4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .debug_info 0x001eca41 0x91c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) - .debug_info 0x001ed35d 0x1e69 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .debug_info 0x001ef1c6 0x2224 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .debug_info 0x001f13ea 0x1816 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .debug_info 0x001f2c00 0x67ca esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .debug_info 0x001f93ca 0x4195 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .debug_info 0x001fd55f 0x1b8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .debug_info 0x001ff0eb 0x2082 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .debug_info 0x0020116d 0x4c1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .debug_info 0x0020162e 0x2bc6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .debug_info 0x002041f4 0x8a8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) - .debug_info 0x00204a9c 0x1952 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .debug_info 0x002063ee 0x3b50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .debug_info 0x00209f3e 0x252 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .debug_info 0x0020a190 0x1ae esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - .debug_info 0x0020a33e 0x6ba1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .debug_info 0x00210edf 0x107d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) - .debug_info 0x00211f5c 0x664 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - .debug_info 0x002125c0 0x7da esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .debug_info 0x00212d9a 0xf11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .debug_info 0x00213cab 0x123 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) - .debug_info 0x00213dce 0x177 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - .debug_info 0x00213f45 0x73d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) - .debug_info 0x00214682 0x295 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) - .debug_info 0x00214917 0x6340 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - .debug_info 0x0021ac57 0xc34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - .debug_info 0x0021b88b 0x1930 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .debug_info 0x0021d1bb 0x577e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - .debug_info 0x00222939 0x86e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .debug_info 0x002231a7 0x78b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .debug_info 0x00223932 0x19dc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - .debug_info 0x0022530e 0x3fc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) - .debug_info 0x0022570a 0x1b2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .debug_info 0x00227236 0xdaf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - .debug_info 0x00227fe5 0x108f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .debug_info 0x00229074 0x1c4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .debug_info 0x0022acc2 0x21b1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .debug_info 0x0022ce73 0x270a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .debug_info 0x0022f57d 0x1da6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .debug_info 0x00231323 0x196c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .debug_info 0x00232c8f 0x1365 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .debug_info 0x00233ff4 0x15d9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .debug_info 0x002355cd 0x17b0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .debug_info 0x00236d7d 0x15e7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .debug_info 0x00238364 0x5bad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .debug_info 0x0023df11 0xc44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .debug_info 0x0023eb55 0x25f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) - .debug_info 0x0023edb4 0x2a2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) - .debug_info 0x0023f056 0x1a41 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - .debug_info 0x00240a97 0x5301 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .debug_info 0x00245d98 0x307e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .debug_info 0x00248e16 0x1edd esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .debug_info 0x0024acf3 0x142c esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .debug_info 0x0024c11f 0x7d7 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - .debug_info 0x0024c8f6 0x84c esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .debug_info 0x0024d142 0x2921 esp-idf/hal/libhal.a(adc_hal_common.c.obj) - .debug_info 0x0024fa63 0x87e esp-idf/hal/libhal.a(mpi_hal.c.obj) - .debug_info 0x002502e1 0x61e esp-idf/hal/libhal.a(sha_hal.c.obj) - .debug_info 0x002508ff 0x6f1 esp-idf/hal/libhal.a(aes_hal.c.obj) - .debug_info 0x00250ff0 0x568 esp-idf/hal/libhal.a(hmac_hal.c.obj) - .debug_info 0x00251558 0xfd esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) - .debug_info 0x00251655 0xed esp-idf/soc/libsoc.a(mpi_periph.c.obj) - .debug_info 0x00251742 0x5cd3 esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - .debug_info 0x00257415 0x979b esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .debug_info 0x00260bb0 0x1ab esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) - .debug_info 0x00260d5b 0x797 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .debug_info 0x002614f2 0x1e80 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .debug_info 0x00263372 0x19c8 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .debug_info 0x00264d3a 0x142 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) - .debug_info 0x00264e7c 0xee3 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .debug_info 0x00265d5f 0xf0f esp-idf/lwip/liblwip.a(netdb.c.obj) - .debug_info 0x00266c6e 0x7395 esp-idf/lwip/liblwip.a(sockets.c.obj) - .debug_info 0x0026e003 0x17d2 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .debug_info 0x0026f7d5 0x48b esp-idf/lwip/liblwip.a(def.c.obj) - .debug_info 0x0026fc60 0x1e32 esp-idf/lwip/liblwip.a(dns.c.obj) - .debug_info 0x00271a92 0x16f esp-idf/lwip/liblwip.a(init.c.obj) - .debug_info 0x00271c01 0xb9c esp-idf/lwip/liblwip.a(ip.c.obj) - .debug_info 0x0027279d 0x39a esp-idf/lwip/liblwip.a(mem.c.obj) - .debug_info 0x00272b37 0x815 esp-idf/lwip/liblwip.a(memp.c.obj) - .debug_info 0x0027334c 0x2c70 esp-idf/lwip/liblwip.a(netif.c.obj) - .debug_info 0x00275fbc 0x27d1 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .debug_info 0x0027878d 0x15b4 esp-idf/lwip/liblwip.a(raw.c.obj) - .debug_info 0x00279d41 0x3673 esp-idf/lwip/liblwip.a(tcp.c.obj) - .debug_info 0x0027d3b4 0x2bce esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .debug_info 0x0027ff82 0x35ea esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .debug_info 0x0028356c 0x10b1 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .debug_info 0x0028461d 0x1c00 esp-idf/lwip/liblwip.a(udp.c.obj) - .debug_info 0x0028621d 0x3991 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .debug_info 0x00289bae 0x1f85 esp-idf/lwip/liblwip.a(etharp.c.obj) - .debug_info 0x0028bb33 0x1038 esp-idf/lwip/liblwip.a(icmp.c.obj) - .debug_info 0x0028cb6b 0x149f esp-idf/lwip/liblwip.a(igmp.c.obj) - .debug_info 0x0028e00a 0x178c esp-idf/lwip/liblwip.a(ip4.c.obj) - .debug_info 0x0028f796 0xa7b esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .debug_info 0x00290211 0xad9 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - .debug_info 0x00290cea 0x1451 esp-idf/lwip/liblwip.a(icmp6.c.obj) - .debug_info 0x0029213b 0x195c esp-idf/lwip/liblwip.a(ip6.c.obj) - .debug_info 0x00293a97 0xa9b esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - .debug_info 0x00294532 0xb5c esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - .debug_info 0x0029508e 0x14b1 esp-idf/lwip/liblwip.a(mld6.c.obj) - .debug_info 0x0029653f 0x2f82 esp-idf/lwip/liblwip.a(nd6.c.obj) - .debug_info 0x002994c1 0xb98 esp-idf/lwip/liblwip.a(ethernet.c.obj) - .debug_info 0x0029a059 0x620 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) - .debug_info 0x0029a679 0xc93 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) - .debug_info 0x0029b30c 0xf0a esp-idf/lwip/liblwip.a(sockets_ext.c.obj) - .debug_info 0x0029c216 0x1527 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .debug_info 0x0029d73d 0xe4e esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - .debug_info 0x0029e58b 0x16d3 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .debug_info 0x0029fc5e 0x27a1 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .debug_info 0x002a23ff 0x2ac0 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .debug_info 0x002a4ebf 0x445c esp-idf/lwip/liblwip.a(api_msg.c.obj) - .debug_info 0x002a931b 0x104 esp-idf/lwip/liblwip.a(err.c.obj) - .debug_info 0x002a941f 0x7fe esp-idf/lwip/liblwip.a(netbuf.c.obj) - .debug_info 0x002a9c1d 0xa44 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .debug_info 0x002aa661 0xccd esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .debug_info 0x002ab32e 0x8df esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .debug_info 0x002abc0d 0xb87 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) - .debug_info 0x002ac794 0x404 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) - .debug_info 0x002acb98 0x4a9a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .debug_info 0x002b1632 0x1689 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - .debug_info 0x002b2cbb 0x7174 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .debug_info 0x002b9e2f 0x4324 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .debug_info 0x002be153 0xe01 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) - .debug_info 0x002bef54 0x418d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - .debug_info 0x002c30e1 0x4625 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .debug_info 0x002c7706 0x1c38 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - .debug_info 0x002c933e 0x10a5 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .debug_info 0x002ca3e3 0x5cc2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .debug_info 0x002d00a5 0x1aa2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - .debug_info 0x002d1b47 0xfd3 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - .debug_info 0x002d2b1a 0x2d32 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) - .debug_info 0x002d584c 0x27dc esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .debug_info 0x002d8028 0x9a5 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) - .debug_info 0x002d89cd 0x7157 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .debug_info 0x002dfb24 0xd33 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) - .debug_info 0x002e0857 0x1984 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .debug_info 0x002e21db 0x3e8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) - .debug_info 0x002e25c3 0x668 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .debug_info 0x002e2c2b 0x52f esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) - .debug_info 0x002e315a 0x355 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) - .debug_info 0x002e34af 0x66d5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .debug_info 0x002e9b84 0x15b8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .debug_info 0x002eb13c 0xaf1 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .debug_info 0x002ebc2d 0x1b1c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .debug_info 0x002ed749 0x400a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .debug_info 0x002f1753 0x100a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - .debug_info 0x002f275d 0x1249 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - .debug_info 0x002f39a6 0x202 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - .debug_info 0x002f3ba8 0x2b1 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - .debug_info 0x002f3e59 0x2a2 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - .debug_info 0x002f40fb 0xa07 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) - .debug_info 0x002f4b02 0xdce esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .debug_info 0x002f58d0 0x178d esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .debug_info 0x002f705d 0xbae esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - .debug_info 0x002f7c0b 0x54c esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .debug_info 0x002f8157 0x438 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) - .debug_info 0x002f858f 0x2c09 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .debug_info 0x002fb198 0x1d40 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - .debug_info 0x002fced8 0x2620 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - .debug_info 0x002ff4f8 0x55d esp-idf/hal/libhal.a(ds_hal.c.obj) - .debug_info 0x002ffa55 0x838 esp-idf/lwip/liblwip.a(ethip6.c.obj) - .debug_info 0x0030028d 0x92 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_opv.o) - .debug_info 0x0030031f 0x1082 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .debug_info 0x003013a1 0x11a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) - .debug_info 0x003014bb 0xa57 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - .debug_info 0x00301f12 0x553 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - .debug_info 0x00302465 0xa8f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - .debug_info 0x00302ef4 0x5af C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_op.o) - .debug_info 0x003034a3 0xab C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_ops.o) - .debug_info 0x0030354e 0xd9b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) - .debug_info 0x003042e9 0x8c2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .debug_info 0x00304bab 0xfd6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .debug_info 0x00305b81 0x1bd1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .debug_info 0x00307752 0xab C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opv.o) - .debug_info 0x003077fd 0x8b0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_term_handler.o) - .debug_info 0x003080ad 0x87e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - .debug_info 0x0030892b 0x28b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - .debug_info 0x00308bb6 0x1ac9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .debug_info 0x0030a67f 0x321 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) - .debug_info 0x0030a9a0 0x6b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-environ.o) - .debug_info 0x0030aa0b 0xb9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ctype_.o) - .debug_info 0x0030aac4 0xa02 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) - .debug_info 0x0030b4c6 0xac8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) - .debug_info 0x0030bf8e 0x1038 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - .debug_info 0x0030cfc6 0xb08 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - .debug_info 0x0030dace 0x9b3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseek.o) - .debug_info 0x0030e481 0xc08 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fvwrite.o) - .debug_info 0x0030f089 0x8b8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwalk.o) - .debug_info 0x0030f941 0x965 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-printf.o) - .debug_info 0x003102a6 0xa49 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-puts.o) - .debug_info 0x00310cef 0xa71 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) - .debug_info 0x00311760 0x9c1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-snprintf.o) - .debug_info 0x00312121 0x9a1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sprintf.o) - .debug_info 0x00312ac2 0xb63 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-stdio.o) - .debug_info 0x00313625 0x954 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vprintf.o) - .debug_info 0x00313f79 0x9aa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vsnprintf.o) - .debug_info 0x00314923 0x8ef C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wsetup.o) - .debug_info 0x00315212 0x99b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-asprintf.o) - .debug_info 0x00315bad 0xe46 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - .debug_info 0x003169f3 0x980 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror.o) - .debug_info 0x00317373 0x92 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-u_strerr.o) - .debug_info 0x00317405 0x8f3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-time.o) - .debug_info 0x00317cf8 0x986 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-reent.o) - .debug_info 0x0031867e 0x84c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - .debug_info 0x00318eca 0x840 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-errno.o) - .debug_info 0x0031970a 0x872 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysclose.o) - .debug_info 0x00319f7c 0xa94 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysfstat.o) - .debug_info 0x0031aa10 0x8f5 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysgettod.o) - .debug_info 0x0031b305 0x8c9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysopen.o) - .debug_info 0x0031bbce 0x8bf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysread.o) - .debug_info 0x0031c48d 0x8c5 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-syswrite.o) - .debug_info 0x0031cd52 0x280a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - .debug_info 0x0031f55c 0x2aaa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - .debug_info 0x00322006 0x2228 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - .debug_info 0x0032422e 0x87e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-flags.o) - .debug_info 0x00324aac 0xbc1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-makebuf.o) - .debug_info 0x0032566d 0xcbe C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) - .debug_info 0x0032632b 0xbe9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-localeconv.o) - .debug_info 0x00326f14 0x1cb C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libm_a-s_frexp.o) - .debug_info 0x003270df 0x1867 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - .debug_info 0x00328946 0xc00 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbtowc_r.o) - .debug_info 0x00329546 0x1c96 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - .debug_info 0x0032b1dc 0xbbf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wctomb_r.o) - .debug_info 0x0032bd9b 0x2085 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - .debug_info 0x0032de20 0x499 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(trunctfdf2.o) - -.debug_abbrev 0x00000000 0x56108 - *(.debug_abbrev) - .debug_abbrev 0x00000000 0x2a5 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) - .debug_abbrev 0x000002a5 0x238 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .debug_abbrev 0x000004dd 0x31c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_abbrev 0x000007f9 0x3ca esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_abbrev 0x00000bc3 0x106 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .debug_abbrev 0x00000cc9 0x39c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_abbrev 0x00001065 0x136 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) - .debug_abbrev 0x0000119b 0x371 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .debug_abbrev 0x0000150c 0x267 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .debug_abbrev 0x00001773 0x482 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - .debug_abbrev 0x00001bf5 0x11c esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - .debug_abbrev 0x00001d11 0x398 esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .debug_abbrev 0x000020a9 0x465 esp-idf/esp_system/libesp_system.a(clk.c.obj) - .debug_abbrev 0x0000250e 0x1f3 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .debug_abbrev 0x00002701 0x375 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - .debug_abbrev 0x00002a76 0x294 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - .debug_abbrev 0x00002d0a 0x12e esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - .debug_abbrev 0x00002e38 0x581 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .debug_abbrev 0x000033b9 0x22b esp-idf/esp_system/libesp_system.a(startup.c.obj) - .debug_abbrev 0x000035e4 0x3a1 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .debug_abbrev 0x00003985 0x346 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .debug_abbrev 0x00003ccb 0x35e esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .debug_abbrev 0x00004029 0x1bf esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .debug_abbrev 0x000041e8 0x205 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_abbrev 0x000043ed 0x32f esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_abbrev 0x0000471c 0x45a esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_abbrev 0x00004b76 0x2e0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .debug_abbrev 0x00004e56 0x2b7 esp-idf/hal/libhal.a(brownout_hal.c.obj) - .debug_abbrev 0x0000510d 0x133 esp-idf/log/liblog.a(log_timestamp.c.obj) - .debug_abbrev 0x00005240 0x16a esp-idf/log/liblog.a(log_write.c.obj) - .debug_abbrev 0x000053aa 0x93 esp-idf/log/liblog.a(log_level.c.obj) - .debug_abbrev 0x0000543d 0x1f0 esp-idf/log/liblog.a(tag_log_level.c.obj) - .debug_abbrev 0x0000562d 0x1e3 esp-idf/log/liblog.a(log_linked_list.c.obj) - .debug_abbrev 0x00005810 0x21e esp-idf/log/liblog.a(log_binary_heap.c.obj) - .debug_abbrev 0x00005a2e 0x11e esp-idf/log/liblog.a(log_lock.c.obj) - .debug_abbrev 0x00005b4c 0x42b esp-idf/heap/libheap.a(heap_caps.c.obj) - .debug_abbrev 0x00005f77 0x366 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .debug_abbrev 0x000062dd 0x390 esp-idf/heap/libheap.a(multi_heap.c.obj) - .debug_abbrev 0x0000666d 0x4ac esp-idf/heap/libheap.a(tlsf.c.obj) - .debug_abbrev 0x00006b19 0x2dc esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - .debug_abbrev 0x00006df5 0xed esp-idf/heap/libheap.a(memory_layout.c.obj) - .debug_abbrev 0x00006ee2 0x325 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .debug_abbrev 0x00007207 0xf7 esp-idf/esp_security/libesp_security.a(init.c.obj) - .debug_abbrev 0x000072fe 0x2f6 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .debug_abbrev 0x000075f4 0x237 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .debug_abbrev 0x0000782b 0x630 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .debug_abbrev 0x00007e5b 0x21b esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .debug_abbrev 0x00008076 0x37a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .debug_abbrev 0x000083f0 0x4a5 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .debug_abbrev 0x00008895 0x246 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .debug_abbrev 0x00008adb 0x4e3 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_abbrev 0x00008fbe 0x43e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .debug_abbrev 0x000093fc 0x241 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .debug_abbrev 0x0000963d 0x3f4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .debug_abbrev 0x00009a31 0x309 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .debug_abbrev 0x00009d3a 0x539 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .debug_abbrev 0x0000a273 0xd3 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .debug_abbrev 0x0000a346 0x159 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - .debug_abbrev 0x0000a49f 0x739 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .debug_abbrev 0x0000abd8 0x244 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .debug_abbrev 0x0000ae1c 0x367 esp-idf/freertos/libfreertos.a(queue.c.obj) - .debug_abbrev 0x0000b183 0x496 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .debug_abbrev 0x0000b619 0x5be esp-idf/freertos/libfreertos.a(port.c.obj) - .debug_abbrev 0x0000bbd7 0x166 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - .debug_abbrev 0x0000bd3d 0x211 esp-idf/freertos/libfreertos.a(port_common.c.obj) - .debug_abbrev 0x0000bf4e 0x424 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .debug_abbrev 0x0000c372 0x111 esp-idf/freertos/libfreertos.a(list.c.obj) - .debug_abbrev 0x0000c483 0x145 esp-idf/newlib/libnewlib.a(abort.c.obj) - .debug_abbrev 0x0000c5c8 0x202 esp-idf/newlib/libnewlib.a(assert.c.obj) - .debug_abbrev 0x0000c7ca 0x2a4 esp-idf/newlib/libnewlib.a(heap.c.obj) - .debug_abbrev 0x0000ca6e 0x371 esp-idf/newlib/libnewlib.a(locks.c.obj) - .debug_abbrev 0x0000cddf 0x132 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .debug_abbrev 0x0000cf11 0xf8 esp-idf/newlib/libnewlib.a(getentropy.c.obj) - .debug_abbrev 0x0000d009 0x24c esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .debug_abbrev 0x0000d255 0x333 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .debug_abbrev 0x0000d588 0x2ee esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .debug_abbrev 0x0000d876 0x37c esp-idf/newlib/libnewlib.a(time.c.obj) - .debug_abbrev 0x0000dbf2 0x1d4 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - .debug_abbrev 0x0000ddc6 0x10e esp-idf/newlib/libnewlib.a(random.c.obj) - .debug_abbrev 0x0000ded4 0x4b8 esp-idf/pthread/libpthread.a(pthread.c.obj) - .debug_abbrev 0x0000e38c 0x2bc esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .debug_abbrev 0x0000e648 0x283 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .debug_abbrev 0x0000e8cb 0x22e esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .debug_abbrev 0x0000eaf9 0x1a4 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .debug_abbrev 0x0000ec9d 0x517 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .debug_abbrev 0x0000f1b4 0x1ff esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) - .debug_abbrev 0x0000f3b3 0x112 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - .debug_abbrev 0x0000f4c5 0x186 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .debug_abbrev 0x0000f64b 0x132 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) - .debug_abbrev 0x0000f77d 0x4d3 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .debug_abbrev 0x0000fc50 0x60c esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .debug_abbrev 0x0001025c 0x682 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .debug_abbrev 0x000108de 0x27a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .debug_abbrev 0x00010b58 0x5ea esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .debug_abbrev 0x00011142 0x559 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .debug_abbrev 0x0001169b 0x10b esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - .debug_abbrev 0x000117a6 0x2d7 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .debug_abbrev 0x00011a7d 0x596 esp-idf/vfs/libvfs.a(vfs.c.obj) - .debug_abbrev 0x00012013 0x33d esp-idf/vfs/libvfs.a(nullfs.c.obj) - .debug_abbrev 0x00012350 0x25c esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .debug_abbrev 0x000125ac 0x292 esp-idf/main/libmain.a(app_main.c.obj) - .debug_abbrev 0x0001283e 0x4b5 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .debug_abbrev 0x00012cf3 0x2f6 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - .debug_abbrev 0x00012fe9 0x22c esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - .debug_abbrev 0x00013215 0x174 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) - .debug_abbrev 0x00013389 0x2bf esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - .debug_abbrev 0x00013648 0x384 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .debug_abbrev 0x000139cc 0x10f esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - .debug_abbrev 0x00013adb 0x21c esp-idf/riscv/libriscv.a(interrupt.c.obj) - .debug_abbrev 0x00013cf7 0x28 esp-idf/riscv/libriscv.a(vectors.S.obj) - .debug_abbrev 0x00013d1f 0x28 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) - .debug_abbrev 0x00013d47 0x6a8 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .debug_abbrev 0x000143ef 0x62 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_abbrev 0x00014451 0x5c7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_abbrev 0x00014a18 0x2b3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_abbrev 0x00014ccb 0x27c esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_abbrev 0x00014f47 0x556 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .debug_abbrev 0x0001549d 0xbd esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) - .debug_abbrev 0x0001555a 0xd7 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - .debug_abbrev 0x00015631 0x297 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .debug_abbrev 0x000158c8 0x12a esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - .debug_abbrev 0x000159f2 0x237 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .debug_abbrev 0x00015c29 0x402 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .debug_abbrev 0x0001602b 0x291 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .debug_abbrev 0x000162bc 0x578 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .debug_abbrev 0x00016834 0x5af esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .debug_abbrev 0x00016de3 0x3cc esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .debug_abbrev 0x000171af 0x255 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .debug_abbrev 0x00017404 0x154 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .debug_abbrev 0x00017558 0x4b4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .debug_abbrev 0x00017a0c 0x23b esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .debug_abbrev 0x00017c47 0x217 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - .debug_abbrev 0x00017e5e 0x28b esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .debug_abbrev 0x000180e9 0x292 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .debug_abbrev 0x0001837b 0x1e4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - .debug_abbrev 0x0001855f 0x1f5 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - .debug_abbrev 0x00018754 0x433 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .debug_abbrev 0x00018b87 0x179 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .debug_abbrev 0x00018d00 0x269 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .debug_abbrev 0x00018f69 0x1af esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .debug_abbrev 0x00019118 0x3c0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .debug_abbrev 0x000194d8 0x43a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .debug_abbrev 0x00019912 0x3b2 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .debug_abbrev 0x00019cc4 0x195 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .debug_abbrev 0x00019e59 0x367 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_abbrev 0x0001a1c0 0x320 esp-idf/hal/libhal.a(cache_hal.c.obj) - .debug_abbrev 0x0001a4e0 0x423 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .debug_abbrev 0x0001a903 0x4ff esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .debug_abbrev 0x0001ae02 0x215 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .debug_abbrev 0x0001b017 0x3b5 esp-idf/hal/libhal.a(systimer_hal.c.obj) - .debug_abbrev 0x0001b3cc 0x3e9 esp-idf/hal/libhal.a(uart_hal.c.obj) - .debug_abbrev 0x0001b7b5 0x487 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .debug_abbrev 0x0001bc3c 0x86 esp-idf/soc/libsoc.a(interrupts.c.obj) - .debug_abbrev 0x0001bcc2 0x70 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .debug_abbrev 0x0001bd32 0x108 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - .debug_abbrev 0x0001be3a 0xa3 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .debug_abbrev 0x0001bedd 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_abbrev 0x0001bf6d 0x1e7 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) - .debug_abbrev 0x0001c154 0x301 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .debug_abbrev 0x0001c455 0xc4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .debug_abbrev 0x0001c519 0x3a8 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - .debug_abbrev 0x0001c8c1 0x17e esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .debug_abbrev 0x0001ca3f 0x234 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .debug_abbrev 0x0001cc73 0x47b esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .debug_abbrev 0x0001d0ee 0x3b6 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - .debug_abbrev 0x0001d4a4 0x95 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .debug_abbrev 0x0001d539 0x2df esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .debug_abbrev 0x0001d818 0x26 esp-idf/freertos/libfreertos.a(portasm.S.obj) - .debug_abbrev 0x0001d83e 0x171 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .debug_abbrev 0x0001d9af 0x373 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .debug_abbrev 0x0001dd22 0x153 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .debug_abbrev 0x0001de75 0x474 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .debug_abbrev 0x0001e2e9 0x1091 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .debug_abbrev 0x0001f37a 0xff1 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .debug_abbrev 0x0002036b 0xc4a esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .debug_abbrev 0x00020fb5 0x531 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .debug_abbrev 0x000214e6 0xee6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .debug_abbrev 0x000223cc 0x2d9 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .debug_abbrev 0x000226a5 0xa69 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .debug_abbrev 0x0002310e 0xe43 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .debug_abbrev 0x00023f51 0xe18 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .debug_abbrev 0x00024d69 0x441 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .debug_abbrev 0x000251aa 0x851 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .debug_abbrev 0x000259fb 0x224 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .debug_abbrev 0x00025c1f 0x5e0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .debug_abbrev 0x000261ff 0x152 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - .debug_abbrev 0x00026351 0x3f0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .debug_abbrev 0x00026741 0x171 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - .debug_abbrev 0x000268b2 0x2de esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .debug_abbrev 0x00026b90 0x2a6 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .debug_abbrev 0x00026e36 0x322 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .debug_abbrev 0x00027158 0x2fe esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) - .debug_abbrev 0x00027456 0x1dc esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .debug_abbrev 0x00027632 0x378 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .debug_abbrev 0x000279aa 0x43a esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .debug_abbrev 0x00027de4 0x256 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .debug_abbrev 0x0002803a 0x45b esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .debug_abbrev 0x00028495 0x2f3 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .debug_abbrev 0x00028788 0x58b esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .debug_abbrev 0x00028d13 0x1aa esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) - .debug_abbrev 0x00028ebd 0x75 esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) - .debug_abbrev 0x00028f32 0x548 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .debug_abbrev 0x0002947a 0x309 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - .debug_abbrev 0x00029783 0x401 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .debug_abbrev 0x00029b84 0x1ba esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) - .debug_abbrev 0x00029d3e 0x38f esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .debug_abbrev 0x0002a0cd 0x226 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .debug_abbrev 0x0002a2f3 0x5b7 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .debug_abbrev 0x0002a8aa 0x634 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .debug_abbrev 0x0002aede 0x562 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .debug_abbrev 0x0002b440 0x58d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .debug_abbrev 0x0002b9cd 0xf5 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) - .debug_abbrev 0x0002bac2 0x39d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .debug_abbrev 0x0002be5f 0x4cd esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) - .debug_abbrev 0x0002c32c 0x50e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .debug_abbrev 0x0002c83a 0x418 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - .debug_abbrev 0x0002cc52 0x50e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .debug_abbrev 0x0002d160 0x371 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .debug_abbrev 0x0002d4d1 0x2a6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) - .debug_abbrev 0x0002d777 0x4bb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .debug_abbrev 0x0002dc32 0x45b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .debug_abbrev 0x0002e08d 0x31f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .debug_abbrev 0x0002e3ac 0x3e3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .debug_abbrev 0x0002e78f 0x2fa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .debug_abbrev 0x0002ea89 0x3a6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .debug_abbrev 0x0002ee2f 0x38d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .debug_abbrev 0x0002f1bc 0x171 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .debug_abbrev 0x0002f32d 0x496 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .debug_abbrev 0x0002f7c3 0x20b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) - .debug_abbrev 0x0002f9ce 0x32c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .debug_abbrev 0x0002fcfa 0x401 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .debug_abbrev 0x000300fb 0x1cc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .debug_abbrev 0x000302c7 0x11a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - .debug_abbrev 0x000303e1 0x424 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .debug_abbrev 0x00030805 0x20a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) - .debug_abbrev 0x00030a0f 0x19b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - .debug_abbrev 0x00030baa 0x1c8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .debug_abbrev 0x00030d72 0x32a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .debug_abbrev 0x0003109c 0xbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) - .debug_abbrev 0x00031158 0xe4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - .debug_abbrev 0x0003123c 0x210 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) - .debug_abbrev 0x0003144c 0x17d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) - .debug_abbrev 0x000315c9 0x3f9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - .debug_abbrev 0x000319c2 0x2eb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - .debug_abbrev 0x00031cad 0x456 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .debug_abbrev 0x00032103 0x2fa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - .debug_abbrev 0x000323fd 0x200 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .debug_abbrev 0x000325fd 0x1e4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .debug_abbrev 0x000327e1 0x3fa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - .debug_abbrev 0x00032bdb 0x145 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) - .debug_abbrev 0x00032d20 0x2e2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .debug_abbrev 0x00033002 0x2b9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - .debug_abbrev 0x000332bb 0x233 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .debug_abbrev 0x000334ee 0x403 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .debug_abbrev 0x000338f1 0x372 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .debug_abbrev 0x00033c63 0x50c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .debug_abbrev 0x0003416f 0x3e3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .debug_abbrev 0x00034552 0x291 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .debug_abbrev 0x000347e3 0x31c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .debug_abbrev 0x00034aff 0x3d0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .debug_abbrev 0x00034ecf 0x3f9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .debug_abbrev 0x000352c8 0x51b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .debug_abbrev 0x000357e3 0x49a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .debug_abbrev 0x00035c7d 0x254 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .debug_abbrev 0x00035ed1 0x13c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) - .debug_abbrev 0x0003600d 0x15a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) - .debug_abbrev 0x00036167 0x40a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - .debug_abbrev 0x00036571 0x4b7 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .debug_abbrev 0x00036a28 0x3c9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .debug_abbrev 0x00036df1 0x392 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .debug_abbrev 0x00037183 0x2b0 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .debug_abbrev 0x00037433 0x1f5 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - .debug_abbrev 0x00037628 0x2b9 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .debug_abbrev 0x000378e1 0x399 esp-idf/hal/libhal.a(adc_hal_common.c.obj) - .debug_abbrev 0x00037c7a 0x26b esp-idf/hal/libhal.a(mpi_hal.c.obj) - .debug_abbrev 0x00037ee5 0x1f9 esp-idf/hal/libhal.a(sha_hal.c.obj) - .debug_abbrev 0x000380de 0x289 esp-idf/hal/libhal.a(aes_hal.c.obj) - .debug_abbrev 0x00038367 0x1d0 esp-idf/hal/libhal.a(hmac_hal.c.obj) - .debug_abbrev 0x00038537 0x90 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) - .debug_abbrev 0x000385c7 0x70 esp-idf/soc/libsoc.a(mpi_periph.c.obj) - .debug_abbrev 0x00038637 0x3a3 esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - .debug_abbrev 0x000389da 0x58d esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .debug_abbrev 0x00038f67 0xda esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) - .debug_abbrev 0x00039041 0x1f7 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .debug_abbrev 0x00039238 0x4b9 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .debug_abbrev 0x000396f1 0x380 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .debug_abbrev 0x00039a71 0xa6 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) - .debug_abbrev 0x00039b17 0x31d esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .debug_abbrev 0x00039e34 0x324 esp-idf/lwip/liblwip.a(netdb.c.obj) - .debug_abbrev 0x0003a158 0x40d esp-idf/lwip/liblwip.a(sockets.c.obj) - .debug_abbrev 0x0003a565 0x3b8 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .debug_abbrev 0x0003a91d 0x157 esp-idf/lwip/liblwip.a(def.c.obj) - .debug_abbrev 0x0003aa74 0x3b1 esp-idf/lwip/liblwip.a(dns.c.obj) - .debug_abbrev 0x0003ae25 0xbb esp-idf/lwip/liblwip.a(init.c.obj) - .debug_abbrev 0x0003aee0 0x236 esp-idf/lwip/liblwip.a(ip.c.obj) - .debug_abbrev 0x0003b116 0x1f6 esp-idf/lwip/liblwip.a(mem.c.obj) - .debug_abbrev 0x0003b30c 0x2e1 esp-idf/lwip/liblwip.a(memp.c.obj) - .debug_abbrev 0x0003b5ed 0x44e esp-idf/lwip/liblwip.a(netif.c.obj) - .debug_abbrev 0x0003ba3b 0x3cd esp-idf/lwip/liblwip.a(pbuf.c.obj) - .debug_abbrev 0x0003be08 0x3e1 esp-idf/lwip/liblwip.a(raw.c.obj) - .debug_abbrev 0x0003c1e9 0x440 esp-idf/lwip/liblwip.a(tcp.c.obj) - .debug_abbrev 0x0003c629 0x3d3 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .debug_abbrev 0x0003c9fc 0x3b2 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .debug_abbrev 0x0003cdae 0x376 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .debug_abbrev 0x0003d124 0x402 esp-idf/lwip/liblwip.a(udp.c.obj) - .debug_abbrev 0x0003d526 0x412 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .debug_abbrev 0x0003d938 0x3af esp-idf/lwip/liblwip.a(etharp.c.obj) - .debug_abbrev 0x0003dce7 0x30c esp-idf/lwip/liblwip.a(icmp.c.obj) - .debug_abbrev 0x0003dff3 0x406 esp-idf/lwip/liblwip.a(igmp.c.obj) - .debug_abbrev 0x0003e3f9 0x389 esp-idf/lwip/liblwip.a(ip4.c.obj) - .debug_abbrev 0x0003e782 0x303 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .debug_abbrev 0x0003ea85 0x276 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - .debug_abbrev 0x0003ecfb 0x305 esp-idf/lwip/liblwip.a(icmp6.c.obj) - .debug_abbrev 0x0003f000 0x358 esp-idf/lwip/liblwip.a(ip6.c.obj) - .debug_abbrev 0x0003f358 0x286 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - .debug_abbrev 0x0003f5de 0x26b esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - .debug_abbrev 0x0003f849 0x3bb esp-idf/lwip/liblwip.a(mld6.c.obj) - .debug_abbrev 0x0003fc04 0x3f3 esp-idf/lwip/liblwip.a(nd6.c.obj) - .debug_abbrev 0x0003fff7 0x2e2 esp-idf/lwip/liblwip.a(ethernet.c.obj) - .debug_abbrev 0x000402d9 0x20b esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) - .debug_abbrev 0x000404e4 0x28f esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) - .debug_abbrev 0x00040773 0x1c2 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) - .debug_abbrev 0x00040935 0x321 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .debug_abbrev 0x00040c56 0x2b4 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - .debug_abbrev 0x00040f0a 0x285 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .debug_abbrev 0x0004118f 0x474 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .debug_abbrev 0x00041603 0x41a esp-idf/lwip/liblwip.a(api_lib.c.obj) - .debug_abbrev 0x00041a1d 0x492 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .debug_abbrev 0x00041eaf 0x90 esp-idf/lwip/liblwip.a(err.c.obj) - .debug_abbrev 0x00041f3f 0x239 esp-idf/lwip/liblwip.a(netbuf.c.obj) - .debug_abbrev 0x00042178 0x228 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .debug_abbrev 0x000423a0 0x23c esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .debug_abbrev 0x000425dc 0x1f9 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .debug_abbrev 0x000427d5 0x2b8 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) - .debug_abbrev 0x00042a8d 0x1a6 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) - .debug_abbrev 0x00042c33 0x56b esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .debug_abbrev 0x0004319e 0x392 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - .debug_abbrev 0x00043530 0x6de esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .debug_abbrev 0x00043c0e 0x5b3 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .debug_abbrev 0x000441c1 0x270 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) - .debug_abbrev 0x00044431 0x55d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - .debug_abbrev 0x0004498e 0x44d esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .debug_abbrev 0x00044ddb 0x426 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - .debug_abbrev 0x00045201 0x37f esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .debug_abbrev 0x00045580 0x5ee esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .debug_abbrev 0x00045b6e 0x3a5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - .debug_abbrev 0x00045f13 0x39b esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - .debug_abbrev 0x000462ae 0x428 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) - .debug_abbrev 0x000466d6 0x4b1 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .debug_abbrev 0x00046b87 0x247 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) - .debug_abbrev 0x00046dce 0x4af esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .debug_abbrev 0x0004727d 0x25a esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) - .debug_abbrev 0x000474d7 0x301 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .debug_abbrev 0x000477d8 0x162 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) - .debug_abbrev 0x0004793a 0x233 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .debug_abbrev 0x00047b6d 0x1ab esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) - .debug_abbrev 0x00047d18 0x162 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) - .debug_abbrev 0x00047e7a 0x5fc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .debug_abbrev 0x00048476 0x3ae esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .debug_abbrev 0x00048824 0x2ee esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .debug_abbrev 0x00048b12 0x40e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .debug_abbrev 0x00048f20 0x68a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .debug_abbrev 0x000495aa 0x2eb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - .debug_abbrev 0x00049895 0x27b esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - .debug_abbrev 0x00049b10 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - .debug_abbrev 0x00049c10 0x140 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - .debug_abbrev 0x00049d50 0x140 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - .debug_abbrev 0x00049e90 0x212 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) - .debug_abbrev 0x0004a0a2 0x318 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .debug_abbrev 0x0004a3ba 0x42f esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .debug_abbrev 0x0004a7e9 0x28a esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - .debug_abbrev 0x0004aa73 0x190 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .debug_abbrev 0x0004ac03 0x177 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) - .debug_abbrev 0x0004ad7a 0x401 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .debug_abbrev 0x0004b17b 0x2a6 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - .debug_abbrev 0x0004b421 0x422 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - .debug_abbrev 0x0004b843 0x288 esp-idf/hal/libhal.a(ds_hal.c.obj) - .debug_abbrev 0x0004bacb 0x1f0 esp-idf/lwip/liblwip.a(ethip6.c.obj) - .debug_abbrev 0x0004bcbb 0x8f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_opv.o) - .debug_abbrev 0x0004bd4a 0x5cd C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .debug_abbrev 0x0004c317 0x122 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) - .debug_abbrev 0x0004c439 0x478 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - .debug_abbrev 0x0004c8b1 0x2ff C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - .debug_abbrev 0x0004cbb0 0x46a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - .debug_abbrev 0x0004d01a 0x199 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_op.o) - .debug_abbrev 0x0004d1b3 0xa9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_ops.o) - .debug_abbrev 0x0004d25c 0x509 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) - .debug_abbrev 0x0004d765 0x3f2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .debug_abbrev 0x0004db57 0x57b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .debug_abbrev 0x0004e0d2 0x7cb C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .debug_abbrev 0x0004e89d 0xa4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opv.o) - .debug_abbrev 0x0004e941 0x342 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_term_handler.o) - .debug_abbrev 0x0004ec83 0x2ef C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - .debug_abbrev 0x0004ef72 0x1f6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - .debug_abbrev 0x0004f168 0x44d esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .debug_abbrev 0x0004f5b5 0x190 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) - .debug_abbrev 0x0004f745 0x5b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-environ.o) - .debug_abbrev 0x0004f7a0 0x62 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ctype_.o) - .debug_abbrev 0x0004f802 0x289 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) - .debug_abbrev 0x0004fa8b 0x2e7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) - .debug_abbrev 0x0004fd72 0x424 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - .debug_abbrev 0x00050196 0x289 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - .debug_abbrev 0x0005041f 0x247 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseek.o) - .debug_abbrev 0x00050666 0x23a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fvwrite.o) - .debug_abbrev 0x000508a0 0x1bd C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwalk.o) - .debug_abbrev 0x00050a5d 0x224 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-printf.o) - .debug_abbrev 0x00050c81 0x265 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-puts.o) - .debug_abbrev 0x00050ee6 0x2bd C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) - .debug_abbrev 0x000511a3 0x237 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-snprintf.o) - .debug_abbrev 0x000513da 0x213 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sprintf.o) - .debug_abbrev 0x000515ed 0x255 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-stdio.o) - .debug_abbrev 0x00051842 0x210 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vprintf.o) - .debug_abbrev 0x00051a52 0x22d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vsnprintf.o) - .debug_abbrev 0x00051c7f 0x209 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wsetup.o) - .debug_abbrev 0x00051e88 0x225 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-asprintf.o) - .debug_abbrev 0x000520ad 0x2de C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - .debug_abbrev 0x0005238b 0x216 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror.o) - .debug_abbrev 0x000525a1 0x74 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-u_strerr.o) - .debug_abbrev 0x00052615 0x1e0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-time.o) - .debug_abbrev 0x000527f5 0x212 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-reent.o) - .debug_abbrev 0x00052a07 0x174 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - .debug_abbrev 0x00052b7b 0x196 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-errno.o) - .debug_abbrev 0x00052d11 0x1d1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysclose.o) - .debug_abbrev 0x00052ee2 0x1e1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysfstat.o) - .debug_abbrev 0x000530c3 0x1d1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysgettod.o) - .debug_abbrev 0x00053294 0x1ef C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysopen.o) - .debug_abbrev 0x00053483 0x1d2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysread.o) - .debug_abbrev 0x00053655 0x1d7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-syswrite.o) - .debug_abbrev 0x0005382c 0x42d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - .debug_abbrev 0x00053c59 0x49b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - .debug_abbrev 0x000540f4 0x44f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - .debug_abbrev 0x00054543 0x1be C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-flags.o) - .debug_abbrev 0x00054701 0x257 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-makebuf.o) - .debug_abbrev 0x00054958 0x285 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) - .debug_abbrev 0x00054bdd 0x260 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-localeconv.o) - .debug_abbrev 0x00054e3d 0x145 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libm_a-s_frexp.o) - .debug_abbrev 0x00054f82 0x326 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - .debug_abbrev 0x000552a8 0x25d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbtowc_r.o) - .debug_abbrev 0x00055505 0x46e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - .debug_abbrev 0x00055973 0x247 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wctomb_r.o) - .debug_abbrev 0x00055bba 0x3cc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - .debug_abbrev 0x00055f86 0x182 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(trunctfdf2.o) - -.debug_line 0x00000000 0x2017e6 - *(.debug_line) - .debug_line 0x00000000 0x7df esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) - .debug_line 0x000007df 0x615 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .debug_line 0x00000df4 0x1464 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_line 0x00002258 0x169d esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_line 0x000038f5 0x210 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .debug_line 0x00003b05 0xea9 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_line 0x000049ae 0x376 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) - .debug_line 0x00004d24 0x875 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .debug_line 0x00005599 0x6b8 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .debug_line 0x00005c51 0xe34 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - .debug_line 0x00006a85 0x357 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - .debug_line 0x00006ddc 0x821 esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .debug_line 0x000075fd 0xbfb esp-idf/esp_system/libesp_system.a(clk.c.obj) - .debug_line 0x000081f8 0x58e esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .debug_line 0x00008786 0x737 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - .debug_line 0x00008ebd 0x670 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - .debug_line 0x0000952d 0x3a1 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - .debug_line 0x000098ce 0xfc4 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .debug_line 0x0000a892 0x64e esp-idf/esp_system/libesp_system.a(startup.c.obj) - .debug_line 0x0000aee0 0x709 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .debug_line 0x0000b5e9 0x1044 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .debug_line 0x0000c62d 0x779 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .debug_line 0x0000cda6 0x3df esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .debug_line 0x0000d185 0x446 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_line 0x0000d5cb 0x6eb esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_line 0x0000dcb6 0x12be esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_line 0x0000ef74 0x536 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .debug_line 0x0000f4aa 0x448 esp-idf/hal/libhal.a(brownout_hal.c.obj) - .debug_line 0x0000f8f2 0x44a esp-idf/log/liblog.a(log_timestamp.c.obj) - .debug_line 0x0000fd3c 0x2e8 esp-idf/log/liblog.a(log_write.c.obj) - .debug_line 0x00010024 0xdd esp-idf/log/liblog.a(log_level.c.obj) - .debug_line 0x00010101 0x44f esp-idf/log/liblog.a(tag_log_level.c.obj) - .debug_line 0x00010550 0x59b esp-idf/log/liblog.a(log_linked_list.c.obj) - .debug_line 0x00010aeb 0x683 esp-idf/log/liblog.a(log_binary_heap.c.obj) - .debug_line 0x0001116e 0x38c esp-idf/log/liblog.a(log_lock.c.obj) - .debug_line 0x000114fa 0x1b8e esp-idf/heap/libheap.a(heap_caps.c.obj) - .debug_line 0x00013088 0xfca esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .debug_line 0x00014052 0x125b esp-idf/heap/libheap.a(multi_heap.c.obj) - .debug_line 0x000152ad 0x6ea5 esp-idf/heap/libheap.a(tlsf.c.obj) - .debug_line 0x0001c152 0xa31 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - .debug_line 0x0001cb83 0x230 esp-idf/heap/libheap.a(memory_layout.c.obj) - .debug_line 0x0001cdb3 0xd5c esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .debug_line 0x0001db0f 0x29f esp-idf/esp_security/libesp_security.a(init.c.obj) - .debug_line 0x0001ddae 0xa9d esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .debug_line 0x0001e84b 0x840 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .debug_line 0x0001f08b 0x2d59 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .debug_line 0x00021de4 0x1079 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .debug_line 0x00022e5d 0xac6 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .debug_line 0x00023923 0xca9 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .debug_line 0x000245cc 0x9c0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .debug_line 0x00024f8c 0x1c08 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_line 0x00026b94 0x1241 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .debug_line 0x00027dd5 0xfae esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .debug_line 0x00028d83 0xd1d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .debug_line 0x00029aa0 0xc3e esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .debug_line 0x0002a6de 0x414d esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .debug_line 0x0002e82b 0x394 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .debug_line 0x0002ebbf 0x36e esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - .debug_line 0x0002ef2d 0x34b2 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .debug_line 0x000323df 0x7c7 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .debug_line 0x00032ba6 0x3362 esp-idf/freertos/libfreertos.a(queue.c.obj) - .debug_line 0x00035f08 0x5e96 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .debug_line 0x0003bd9e 0x1107 esp-idf/freertos/libfreertos.a(port.c.obj) - .debug_line 0x0003cea5 0x516 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - .debug_line 0x0003d3bb 0x510 esp-idf/freertos/libfreertos.a(port_common.c.obj) - .debug_line 0x0003d8cb 0x967 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .debug_line 0x0003e232 0x604 esp-idf/freertos/libfreertos.a(list.c.obj) - .debug_line 0x0003e836 0x411 esp-idf/newlib/libnewlib.a(abort.c.obj) - .debug_line 0x0003ec47 0x5e7 esp-idf/newlib/libnewlib.a(assert.c.obj) - .debug_line 0x0003f22e 0x600 esp-idf/newlib/libnewlib.a(heap.c.obj) - .debug_line 0x0003f82e 0xc14 esp-idf/newlib/libnewlib.a(locks.c.obj) - .debug_line 0x00040442 0x288 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .debug_line 0x000406ca 0x291 esp-idf/newlib/libnewlib.a(getentropy.c.obj) - .debug_line 0x0004095b 0x502 esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .debug_line 0x00040e5d 0x773 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .debug_line 0x000415d0 0x6fd esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .debug_line 0x00041ccd 0xe81 esp-idf/newlib/libnewlib.a(time.c.obj) - .debug_line 0x00042b4e 0x56f esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - .debug_line 0x000430bd 0x2c9 esp-idf/newlib/libnewlib.a(random.c.obj) - .debug_line 0x00043386 0x2412 esp-idf/pthread/libpthread.a(pthread.c.obj) - .debug_line 0x00045798 0xdac esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .debug_line 0x00046544 0xaa1 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .debug_line 0x00046fe5 0xb9b esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .debug_line 0x00047b80 0x8fb esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .debug_line 0x0004847b 0xcbf esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .debug_line 0x0004913a 0x3a5 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) - .debug_line 0x000494df 0x2d2 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - .debug_line 0x000497b1 0x544 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .debug_line 0x00049cf5 0x330 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) - .debug_line 0x0004a025 0xe68 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .debug_line 0x0004ae8d 0x2a79 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .debug_line 0x0004d906 0x81da esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .debug_line 0x00055ae0 0x5ac esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .debug_line 0x0005608c 0x1c5f esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .debug_line 0x00057ceb 0x1845 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .debug_line 0x00059530 0x397 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - .debug_line 0x000598c7 0x966 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .debug_line 0x0005a22d 0x57e5 esp-idf/vfs/libvfs.a(vfs.c.obj) - .debug_line 0x0005fa12 0xcb7 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .debug_line 0x000606c9 0xf4c esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .debug_line 0x00061615 0xf57 esp-idf/main/libmain.a(app_main.c.obj) - .debug_line 0x0006256c 0x82ff esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .debug_line 0x0006a86b 0x1eb0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - .debug_line 0x0006c71b 0x1089 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - .debug_line 0x0006d7a4 0x465 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) - .debug_line 0x0006dc09 0x89b esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - .debug_line 0x0006e4a4 0x1174 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .debug_line 0x0006f618 0x273 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - .debug_line 0x0006f88b 0x3ec esp-idf/riscv/libriscv.a(interrupt.c.obj) - .debug_line 0x0006fc77 0x20a esp-idf/riscv/libriscv.a(vectors.S.obj) - .debug_line 0x0006fe81 0x12a esp-idf/riscv/libriscv.a(vectors_intc.S.obj) - .debug_line 0x0006ffab 0x5071 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .debug_line 0x0007501c 0xe4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_line 0x00075100 0x1779 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_line 0x00076879 0xc58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_line 0x000774d1 0x10c9 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_line 0x0007859a 0x2fbb esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .debug_line 0x0007b555 0x283 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) - .debug_line 0x0007b7d8 0x42d esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - .debug_line 0x0007bc05 0x1234 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .debug_line 0x0007ce39 0x281 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - .debug_line 0x0007d0ba 0x776 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .debug_line 0x0007d830 0x10a3 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .debug_line 0x0007e8d3 0x5b9 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .debug_line 0x0007ee8c 0x38a1 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .debug_line 0x0008272d 0x13d8 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .debug_line 0x00083b05 0xef4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .debug_line 0x000849f9 0x47d esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .debug_line 0x00084e76 0x392 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .debug_line 0x00085208 0x2339 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .debug_line 0x00087541 0x455 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .debug_line 0x00087996 0x4be esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - .debug_line 0x00087e54 0x5bb esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .debug_line 0x0008840f 0xb2e esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .debug_line 0x00088f3d 0x39e esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - .debug_line 0x000892db 0x39c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - .debug_line 0x00089677 0xe32 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .debug_line 0x0008a4a9 0x3d9 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .debug_line 0x0008a882 0x78a esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .debug_line 0x0008b00c 0x957 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .debug_line 0x0008b963 0x7be esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .debug_line 0x0008c121 0x28a1 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .debug_line 0x0008e9c2 0x9c1 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .debug_line 0x0008f383 0x64d esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .debug_line 0x0008f9d0 0xc57 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_line 0x00090627 0x959 esp-idf/hal/libhal.a(cache_hal.c.obj) - .debug_line 0x00090f80 0x96c esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .debug_line 0x000918ec 0x1bd0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .debug_line 0x000934bc 0x4bf esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .debug_line 0x0009397b 0xb02 esp-idf/hal/libhal.a(systimer_hal.c.obj) - .debug_line 0x0009447d 0x123d esp-idf/hal/libhal.a(uart_hal.c.obj) - .debug_line 0x000956ba 0x1130 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .debug_line 0x000967ea 0xb6 esp-idf/soc/libsoc.a(interrupts.c.obj) - .debug_line 0x000968a0 0x1a5 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .debug_line 0x00096a45 0x272 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - .debug_line 0x00096cb7 0x203 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .debug_line 0x00096eba 0x3bd esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_line 0x00097277 0x4f3 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) - .debug_line 0x0009776a 0xf77 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .debug_line 0x000986e1 0x20f esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .debug_line 0x000988f0 0xb26 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - .debug_line 0x00099416 0x75f esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .debug_line 0x00099b75 0x81c esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .debug_line 0x0009a391 0x1c6d esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .debug_line 0x0009bffe 0xbfe esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - .debug_line 0x0009cbfc 0x1bd esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .debug_line 0x0009cdb9 0x110f esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .debug_line 0x0009dec8 0x19c esp-idf/freertos/libfreertos.a(portasm.S.obj) - .debug_line 0x0009e064 0x2365 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .debug_line 0x000a03c9 0x3a1d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .debug_line 0x000a3de6 0x5ba esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .debug_line 0x000a43a0 0x2829 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .debug_line 0x000a6bc9 0x3053 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .debug_line 0x000a9c1c 0x3857 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .debug_line 0x000ad473 0x1144 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .debug_line 0x000ae5b7 0x8c0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .debug_line 0x000aee77 0x187e esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .debug_line 0x000b06f5 0x4f6 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .debug_line 0x000b0beb 0xfef esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .debug_line 0x000b1bda 0x3edd esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .debug_line 0x000b5ab7 0x1a17 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .debug_line 0x000b74ce 0x833 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .debug_line 0x000b7d01 0xca3 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .debug_line 0x000b89a4 0x7da esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .debug_line 0x000b917e 0x6d38 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .debug_line 0x000bfeb6 0x3af esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - .debug_line 0x000c0265 0x168c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .debug_line 0x000c18f1 0x452 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - .debug_line 0x000c1d43 0x11d5 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .debug_line 0x000c2f18 0x104c esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .debug_line 0x000c3f64 0x1bb1 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .debug_line 0x000c5b15 0xabc esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) - .debug_line 0x000c65d1 0xac1 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .debug_line 0x000c7092 0xef8 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .debug_line 0x000c7f8a 0x14b0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .debug_line 0x000c943a 0x99c esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .debug_line 0x000c9dd6 0x1701 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .debug_line 0x000cb4d7 0x5aa2 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .debug_line 0x000d0f79 0x2aff esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .debug_line 0x000d3a78 0x518 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) - .debug_line 0x000d3f90 0x1d6 esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) - .debug_line 0x000d4166 0x2c32 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .debug_line 0x000d6d98 0x1248 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - .debug_line 0x000d7fe0 0x2468 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .debug_line 0x000da448 0x5a1 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) - .debug_line 0x000da9e9 0x3a2e esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .debug_line 0x000de417 0x73f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .debug_line 0x000deb56 0x47e2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .debug_line 0x000e3338 0x8878 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .debug_line 0x000ebbb0 0x42e5 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .debug_line 0x000efe95 0x51c9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .debug_line 0x000f505e 0x31b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) - .debug_line 0x000f5379 0x1273 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .debug_line 0x000f65ec 0x1a69 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) - .debug_line 0x000f8055 0x57e7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .debug_line 0x000fd83c 0x259b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - .debug_line 0x000ffdd7 0x2c40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .debug_line 0x00102a17 0x951 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .debug_line 0x00103368 0x840 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) - .debug_line 0x00103ba8 0x160a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .debug_line 0x001051b2 0x1651 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .debug_line 0x00106803 0xd0b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .debug_line 0x0010750e 0x54e4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .debug_line 0x0010c9f2 0x4f3f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .debug_line 0x00111931 0x1111 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .debug_line 0x00112a42 0x1788 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .debug_line 0x001141ca 0x523 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .debug_line 0x001146ed 0x208f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .debug_line 0x0011677c 0x4e9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) - .debug_line 0x00116c65 0xbd5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .debug_line 0x0011783a 0x28b0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .debug_line 0x0011a0ea 0x27c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .debug_line 0x0011a366 0x234 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - .debug_line 0x0011a59a 0x5922 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .debug_line 0x0011febc 0xfdb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) - .debug_line 0x00120e97 0x63a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - .debug_line 0x001214d1 0x75e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .debug_line 0x00121c2f 0x1226 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .debug_line 0x00122e55 0x172 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) - .debug_line 0x00122fc7 0x276 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - .debug_line 0x0012323d 0x93c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) - .debug_line 0x00123b79 0x3e4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) - .debug_line 0x00123f5d 0x184b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - .debug_line 0x001257a8 0x1032 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - .debug_line 0x001267da 0x14b4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .debug_line 0x00127c8e 0x75a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - .debug_line 0x001283e8 0x973 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .debug_line 0x00128d5b 0x962 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .debug_line 0x001296bd 0x1949 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - .debug_line 0x0012b006 0x3f5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) - .debug_line 0x0012b3fb 0x207f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .debug_line 0x0012d47a 0x109e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - .debug_line 0x0012e518 0x1065 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .debug_line 0x0012f57d 0x16d0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .debug_line 0x00130c4d 0x113c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .debug_line 0x00131d89 0x2385 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .debug_line 0x0013410e 0x115d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .debug_line 0x0013526b 0x185d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .debug_line 0x00136ac8 0x126a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .debug_line 0x00137d32 0xe19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .debug_line 0x00138b4b 0xdd5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .debug_line 0x00139920 0x146f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .debug_line 0x0013ad8f 0xecd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .debug_line 0x0013bc5c 0x1242 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .debug_line 0x0013ce9e 0x2a6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) - .debug_line 0x0013d144 0x2d1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) - .debug_line 0x0013d415 0xa69 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - .debug_line 0x0013de7e 0x50c0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .debug_line 0x00142f3e 0x47fb esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .debug_line 0x00147739 0x1a56 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .debug_line 0x0014918f 0xcd2 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .debug_line 0x00149e61 0x872 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - .debug_line 0x0014a6d3 0x85b esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .debug_line 0x0014af2e 0xee9 esp-idf/hal/libhal.a(adc_hal_common.c.obj) - .debug_line 0x0014be17 0x919 esp-idf/hal/libhal.a(mpi_hal.c.obj) - .debug_line 0x0014c730 0x6f3 esp-idf/hal/libhal.a(sha_hal.c.obj) - .debug_line 0x0014ce23 0x8e2 esp-idf/hal/libhal.a(aes_hal.c.obj) - .debug_line 0x0014d705 0x8c4 esp-idf/hal/libhal.a(hmac_hal.c.obj) - .debug_line 0x0014dfc9 0xcc esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) - .debug_line 0x0014e095 0x1a3 esp-idf/soc/libsoc.a(mpi_periph.c.obj) - .debug_line 0x0014e238 0xf69 esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - .debug_line 0x0014f1a1 0x3eba esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .debug_line 0x0015305b 0x223 esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) - .debug_line 0x0015327e 0x5d2 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .debug_line 0x00153850 0x1d28 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .debug_line 0x00155578 0x1871 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .debug_line 0x00156de9 0x201 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) - .debug_line 0x00156fea 0xec1 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .debug_line 0x00157eab 0x1560 esp-idf/lwip/liblwip.a(netdb.c.obj) - .debug_line 0x0015940b 0x9382 esp-idf/lwip/liblwip.a(sockets.c.obj) - .debug_line 0x0016278d 0xf19 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .debug_line 0x001636a6 0x84f esp-idf/lwip/liblwip.a(def.c.obj) - .debug_line 0x00163ef5 0x2d49 esp-idf/lwip/liblwip.a(dns.c.obj) - .debug_line 0x00166c3e 0x28c esp-idf/lwip/liblwip.a(init.c.obj) - .debug_line 0x00166eca 0x4fd esp-idf/lwip/liblwip.a(ip.c.obj) - .debug_line 0x001673c7 0x467 esp-idf/lwip/liblwip.a(mem.c.obj) - .debug_line 0x0016782e 0x70f esp-idf/lwip/liblwip.a(memp.c.obj) - .debug_line 0x00167f3d 0x30ff esp-idf/lwip/liblwip.a(netif.c.obj) - .debug_line 0x0016b03c 0x245b esp-idf/lwip/liblwip.a(pbuf.c.obj) - .debug_line 0x0016d497 0x1b2c esp-idf/lwip/liblwip.a(raw.c.obj) - .debug_line 0x0016efc3 0x4ccf esp-idf/lwip/liblwip.a(tcp.c.obj) - .debug_line 0x00173c92 0x4513 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .debug_line 0x001781a5 0x340e esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .debug_line 0x0017b5b3 0xc0a esp-idf/lwip/liblwip.a(timeouts.c.obj) - .debug_line 0x0017c1bd 0x2a3a esp-idf/lwip/liblwip.a(udp.c.obj) - .debug_line 0x0017ebf7 0x3e87 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .debug_line 0x00182a7e 0x1c55 esp-idf/lwip/liblwip.a(etharp.c.obj) - .debug_line 0x001846d3 0xa11 esp-idf/lwip/liblwip.a(icmp.c.obj) - .debug_line 0x001850e4 0x161d esp-idf/lwip/liblwip.a(igmp.c.obj) - .debug_line 0x00186701 0x14b6 esp-idf/lwip/liblwip.a(ip4.c.obj) - .debug_line 0x00187bb7 0xb76 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .debug_line 0x0018872d 0x6cc esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - .debug_line 0x00188df9 0x8d5 esp-idf/lwip/liblwip.a(icmp6.c.obj) - .debug_line 0x001896ce 0x23f4 esp-idf/lwip/liblwip.a(ip6.c.obj) - .debug_line 0x0018bac2 0xe69 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - .debug_line 0x0018c92b 0x695 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - .debug_line 0x0018cfc0 0x1484 esp-idf/lwip/liblwip.a(mld6.c.obj) - .debug_line 0x0018e444 0x4eb2 esp-idf/lwip/liblwip.a(nd6.c.obj) - .debug_line 0x001932f6 0x773 esp-idf/lwip/liblwip.a(ethernet.c.obj) - .debug_line 0x00193a69 0x4c6 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) - .debug_line 0x00193f2f 0x844 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) - .debug_line 0x00194773 0x873 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) - .debug_line 0x00194fe6 0x12ad esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .debug_line 0x00196293 0x751 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - .debug_line 0x001969e4 0x741 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .debug_line 0x00197125 0x2e26 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .debug_line 0x00199f4b 0x26fc esp-idf/lwip/liblwip.a(api_lib.c.obj) - .debug_line 0x0019c647 0x470a esp-idf/lwip/liblwip.a(api_msg.c.obj) - .debug_line 0x001a0d51 0x24d esp-idf/lwip/liblwip.a(err.c.obj) - .debug_line 0x001a0f9e 0x88b esp-idf/lwip/liblwip.a(netbuf.c.obj) - .debug_line 0x001a1829 0xe49 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .debug_line 0x001a2672 0x9ca esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .debug_line 0x001a303c 0x3a5 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .debug_line 0x001a33e1 0x869 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) - .debug_line 0x001a3c4a 0x3e0 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) - .debug_line 0x001a402a 0x13eb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .debug_line 0x001a5415 0x995 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - .debug_line 0x001a5daa 0x5092 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .debug_line 0x001aae3c 0x21e6 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .debug_line 0x001ad022 0x568 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) - .debug_line 0x001ad58a 0x16bd esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - .debug_line 0x001aec47 0x2e2d esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .debug_line 0x001b1a74 0x1381 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - .debug_line 0x001b2df5 0xd8b esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .debug_line 0x001b3b80 0x52a3 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .debug_line 0x001b8e23 0x227b esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - .debug_line 0x001bb09e 0x1034 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - .debug_line 0x001bc0d2 0xba9 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) - .debug_line 0x001bcc7b 0x1dc1 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .debug_line 0x001bea3c 0x958 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) - .debug_line 0x001bf394 0x6f0c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .debug_line 0x001c62a0 0xb81 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) - .debug_line 0x001c6e21 0x27ba esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .debug_line 0x001c95db 0x558 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) - .debug_line 0x001c9b33 0x77c esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .debug_line 0x001ca2af 0x5d3 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) - .debug_line 0x001ca882 0x4b8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) - .debug_line 0x001cad3a 0x5b6f esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .debug_line 0x001d08a9 0x1cb9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .debug_line 0x001d2562 0xaf5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .debug_line 0x001d3057 0x1e67 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .debug_line 0x001d4ebe 0x2d63 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .debug_line 0x001d7c21 0x9c9 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - .debug_line 0x001d85ea 0xc8d esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - .debug_line 0x001d9277 0x491 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - .debug_line 0x001d9708 0x467 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - .debug_line 0x001d9b6f 0x4c5 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - .debug_line 0x001da034 0xb34 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) - .debug_line 0x001dab68 0x10ba esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .debug_line 0x001dbc22 0x14a5 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .debug_line 0x001dd0c7 0x97a esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - .debug_line 0x001dda41 0x5dd esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .debug_line 0x001de01e 0x3d2 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) - .debug_line 0x001de3f0 0x294e esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .debug_line 0x001e0d3e 0x574 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - .debug_line 0x001e12b2 0xd08 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - .debug_line 0x001e1fba 0x64f esp-idf/hal/libhal.a(ds_hal.c.obj) - .debug_line 0x001e2609 0x449 esp-idf/lwip/liblwip.a(ethip6.c.obj) - .debug_line 0x001e2a52 0x6b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_opv.o) - .debug_line 0x001e2abd 0x53e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .debug_line 0x001e2ffb 0xa9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) - .debug_line 0x001e30a4 0x43a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - .debug_line 0x001e34de 0x1b1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - .debug_line 0x001e368f 0x493 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - .debug_line 0x001e3b22 0x81 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_op.o) - .debug_line 0x001e3ba3 0x6b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_ops.o) - .debug_line 0x001e3c0e 0x45a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) - .debug_line 0x001e4068 0x1e7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .debug_line 0x001e424f 0x3e2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .debug_line 0x001e4631 0x7cf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .debug_line 0x001e4e00 0x6b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opv.o) - .debug_line 0x001e4e6b 0x8a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_term_handler.o) - .debug_line 0x001e4ef5 0x145 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - .debug_line 0x001e503a 0xee C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - .debug_line 0x001e5128 0x781 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .debug_line 0x001e58a9 0x475 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) - .debug_line 0x001e5d1e 0x3a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-environ.o) - .debug_line 0x001e5d58 0x3e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ctype_.o) - .debug_line 0x001e5d96 0x2e4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) - .debug_line 0x001e607a 0x580 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) - .debug_line 0x001e65fa 0x856 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - .debug_line 0x001e6e50 0x295 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - .debug_line 0x001e70e5 0xed C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseek.o) - .debug_line 0x001e71d2 0x8b1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fvwrite.o) - .debug_line 0x001e7a83 0x14b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwalk.o) - .debug_line 0x001e7bce 0x171 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-printf.o) - .debug_line 0x001e7d3f 0x282 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-puts.o) - .debug_line 0x001e7fc1 0x3fa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) - .debug_line 0x001e83bb 0x34c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-snprintf.o) - .debug_line 0x001e8707 0x247 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sprintf.o) - .debug_line 0x001e894e 0x28d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-stdio.o) - .debug_line 0x001e8bdb 0xf9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vprintf.o) - .debug_line 0x001e8cd4 0x21e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vsnprintf.o) - .debug_line 0x001e8ef2 0x2aa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wsetup.o) - .debug_line 0x001e919c 0x272 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-asprintf.o) - .debug_line 0x001e940e 0x8c6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - .debug_line 0x001e9cd4 0xb32 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror.o) - .debug_line 0x001ea806 0x6d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-u_strerr.o) - .debug_line 0x001ea873 0x131 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-time.o) - .debug_line 0x001ea9a4 0x2c4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-reent.o) - .debug_line 0x001eac68 0x51 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - .debug_line 0x001eacb9 0x8e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-errno.o) - .debug_line 0x001ead47 0xb1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysclose.o) - .debug_line 0x001eadf8 0xdf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysfstat.o) - .debug_line 0x001eaed7 0xd5 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysgettod.o) - .debug_line 0x001eafac 0xe8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysopen.o) - .debug_line 0x001eb094 0xdb C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysread.o) - .debug_line 0x001eb16f 0xdb C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-syswrite.o) - .debug_line 0x001eb24a 0x4e70 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - .debug_line 0x001f00ba 0x516a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - .debug_line 0x001f5224 0x363c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - .debug_line 0x001f8860 0x189 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-flags.o) - .debug_line 0x001f89e9 0x391 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-makebuf.o) - .debug_line 0x001f8d7a 0x1ae C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) - .debug_line 0x001f8f28 0x134 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-localeconv.o) - .debug_line 0x001f905c 0x1c7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libm_a-s_frexp.o) - .debug_line 0x001f9223 0x212a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - .debug_line 0x001fb34d 0x1a7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbtowc_r.o) - .debug_line 0x001fb4f4 0x2217 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - .debug_line 0x001fd70b 0x13b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wctomb_r.o) - .debug_line 0x001fd846 0x363d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - .debug_line 0x00200e83 0x963 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(trunctfdf2.o) - -.debug_frame 0x00000000 0x34438 - *(.debug_frame) - .debug_frame 0x00000000 0x78 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) - .debug_frame 0x00000078 0x98 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .debug_frame 0x00000110 0x26c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_frame 0x0000037c 0x338 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_frame 0x000006b4 0x10c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_frame 0x000007c0 0x48 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) - .debug_frame 0x00000808 0xd8 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .debug_frame 0x000008e0 0x1f0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .debug_frame 0x00000ad0 0x58 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - .debug_frame 0x00000b28 0x8c esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - .debug_frame 0x00000bb4 0x64 esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .debug_frame 0x00000c18 0xc0 esp-idf/esp_system/libesp_system.a(clk.c.obj) - .debug_frame 0x00000cd8 0x80 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .debug_frame 0x00000d58 0x4c esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - .debug_frame 0x00000da4 0x5c esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - .debug_frame 0x00000e00 0x6c esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - .debug_frame 0x00000e6c 0x1a4 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .debug_frame 0x00001010 0xa8 esp-idf/esp_system/libesp_system.a(startup.c.obj) - .debug_frame 0x000010b8 0x120 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .debug_frame 0x000011d8 0x1c8 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .debug_frame 0x000013a0 0x8c esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .debug_frame 0x0000142c 0x4c esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .debug_frame 0x00001478 0x80 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_frame 0x000014f8 0xc8 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_frame 0x000015c0 0xdc esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_frame 0x0000169c 0x6c esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .debug_frame 0x00001708 0x50 esp-idf/hal/libhal.a(brownout_hal.c.obj) - .debug_frame 0x00001758 0x50 esp-idf/log/liblog.a(log_timestamp.c.obj) - .debug_frame 0x000017a8 0x78 esp-idf/log/liblog.a(log_write.c.obj) - .debug_frame 0x00001820 0x20 esp-idf/log/liblog.a(log_level.c.obj) - .debug_frame 0x00001840 0xb0 esp-idf/log/liblog.a(tag_log_level.c.obj) - .debug_frame 0x000018f0 0xd4 esp-idf/log/liblog.a(log_linked_list.c.obj) - .debug_frame 0x000019c4 0xd8 esp-idf/log/liblog.a(log_binary_heap.c.obj) - .debug_frame 0x00001a9c 0x6c esp-idf/log/liblog.a(log_lock.c.obj) - .debug_frame 0x00001b08 0x4f4 esp-idf/heap/libheap.a(heap_caps.c.obj) - .debug_frame 0x00001ffc 0x120 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .debug_frame 0x0000211c 0x350 esp-idf/heap/libheap.a(multi_heap.c.obj) - .debug_frame 0x0000246c 0x390 esp-idf/heap/libheap.a(tlsf.c.obj) - .debug_frame 0x000027fc 0xc0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - .debug_frame 0x000028bc 0x110 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .debug_frame 0x000029cc 0x30 esp-idf/esp_security/libesp_security.a(init.c.obj) - .debug_frame 0x000029fc 0xd4 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .debug_frame 0x00002ad0 0x128 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .debug_frame 0x00002bf8 0x3b8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .debug_frame 0x00002fb0 0x26c esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .debug_frame 0x0000321c 0xf8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .debug_frame 0x00003314 0x11c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .debug_frame 0x00003430 0x198 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .debug_frame 0x000035c8 0x3b0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_frame 0x00003978 0xe8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .debug_frame 0x00003a60 0xe4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .debug_frame 0x00003b44 0x160 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .debug_frame 0x00003ca4 0x150 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .debug_frame 0x00003df4 0x3b4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .debug_frame 0x000041a8 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .debug_frame 0x000041f8 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - .debug_frame 0x0000424c 0x59c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .debug_frame 0x000047e8 0x54 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .debug_frame 0x0000483c 0x61c esp-idf/freertos/libfreertos.a(queue.c.obj) - .debug_frame 0x00004e58 0xaa4 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .debug_frame 0x000058fc 0x220 esp-idf/freertos/libfreertos.a(port.c.obj) - .debug_frame 0x00005b1c 0xe0 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - .debug_frame 0x00005bfc 0x70 esp-idf/freertos/libfreertos.a(port_common.c.obj) - .debug_frame 0x00005c6c 0xa0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .debug_frame 0x00005d0c 0x60 esp-idf/freertos/libfreertos.a(list.c.obj) - .debug_frame 0x00005d6c 0x2c esp-idf/newlib/libnewlib.a(abort.c.obj) - .debug_frame 0x00005d98 0x78 esp-idf/newlib/libnewlib.a(assert.c.obj) - .debug_frame 0x00005e10 0x1c8 esp-idf/newlib/libnewlib.a(heap.c.obj) - .debug_frame 0x00005fd8 0x314 esp-idf/newlib/libnewlib.a(locks.c.obj) - .debug_frame 0x000062ec 0x50 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .debug_frame 0x0000633c 0x40 esp-idf/newlib/libnewlib.a(getentropy.c.obj) - .debug_frame 0x0000637c 0x54 esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .debug_frame 0x000063d0 0xe4 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .debug_frame 0x000064b4 0x130 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .debug_frame 0x000065e4 0x1f0 esp-idf/newlib/libnewlib.a(time.c.obj) - .debug_frame 0x000067d4 0x100 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - .debug_frame 0x000068d4 0x34 esp-idf/newlib/libnewlib.a(random.c.obj) - .debug_frame 0x00006908 0x52c esp-idf/pthread/libpthread.a(pthread.c.obj) - .debug_frame 0x00006e34 0x1f8 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .debug_frame 0x0000702c 0x138 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .debug_frame 0x00007164 0x194 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .debug_frame 0x000072f8 0x110 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .debug_frame 0x00007408 0x100 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .debug_frame 0x00007508 0x30 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) - .debug_frame 0x00007538 0x58 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - .debug_frame 0x00007590 0x64 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .debug_frame 0x000075f4 0x74 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) - .debug_frame 0x00007668 0x194 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .debug_frame 0x000077fc 0x478 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .debug_frame 0x00007c74 0xa70 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .debug_frame 0x000086e4 0x6c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .debug_frame 0x00008750 0x414 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .debug_frame 0x00008b64 0x174 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .debug_frame 0x00008cd8 0xd4 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - .debug_frame 0x00008dac 0x228 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .debug_frame 0x00008fd4 0xb68 esp-idf/vfs/libvfs.a(vfs.c.obj) - .debug_frame 0x00009b3c 0x20c esp-idf/vfs/libvfs.a(nullfs.c.obj) - .debug_frame 0x00009d48 0x124 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .debug_frame 0x00009e6c 0xb0 esp-idf/main/libmain.a(app_main.c.obj) - .debug_frame 0x00009f1c 0x794 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .debug_frame 0x0000a6b0 0x318 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - .debug_frame 0x0000a9c8 0x1fc esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - .debug_frame 0x0000abc4 0x70 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) - .debug_frame 0x0000ac34 0x108 esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - .debug_frame 0x0000ad3c 0x188 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .debug_frame 0x0000aec4 0x30 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - .debug_frame 0x0000aef4 0xac esp-idf/riscv/libriscv.a(interrupt.c.obj) - .debug_frame 0x0000afa0 0x86c esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .debug_frame 0x0000b80c 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_frame 0x0000b838 0x280 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_frame 0x0000bab8 0x174 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_frame 0x0000bc2c 0xe0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_frame 0x0000bd0c 0x350 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .debug_frame 0x0000c05c 0x48 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - .debug_frame 0x0000c0a4 0x148 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .debug_frame 0x0000c1ec 0x40 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - .debug_frame 0x0000c22c 0x158 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .debug_frame 0x0000c384 0x1d8 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .debug_frame 0x0000c55c 0xbc esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .debug_frame 0x0000c618 0x510 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .debug_frame 0x0000cb28 0x16c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .debug_frame 0x0000cc94 0x2ac esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .debug_frame 0x0000cf40 0x8c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .debug_frame 0x0000cfcc 0x478 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .debug_frame 0x0000d444 0x6c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .debug_frame 0x0000d4b0 0x40 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - .debug_frame 0x0000d4f0 0x9c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .debug_frame 0x0000d58c 0x158 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .debug_frame 0x0000d6e4 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - .debug_frame 0x0000d714 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - .debug_frame 0x0000d744 0x16c esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .debug_frame 0x0000d8b0 0x7c esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .debug_frame 0x0000d92c 0x110 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .debug_frame 0x0000da3c 0x180 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .debug_frame 0x0000dbbc 0x6c esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .debug_frame 0x0000dc28 0x388 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .debug_frame 0x0000dfb0 0x118 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .debug_frame 0x0000e0c8 0x3c esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .debug_frame 0x0000e104 0x1b8 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_frame 0x0000e2bc 0x12c esp-idf/hal/libhal.a(cache_hal.c.obj) - .debug_frame 0x0000e3e8 0xc4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .debug_frame 0x0000e4ac 0x290 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .debug_frame 0x0000e73c 0x9c esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .debug_frame 0x0000e7d8 0x168 esp-idf/hal/libhal.a(systimer_hal.c.obj) - .debug_frame 0x0000e940 0x218 esp-idf/hal/libhal.a(uart_hal.c.obj) - .debug_frame 0x0000eb58 0x168 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .debug_frame 0x0000ecc0 0xf0 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - .debug_frame 0x0000edb0 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .debug_frame 0x0000edf0 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_frame 0x0000ee10 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) - .debug_frame 0x0000ee68 0x1c4 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .debug_frame 0x0000f02c 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .debug_frame 0x0000f098 0xd4 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - .debug_frame 0x0000f16c 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .debug_frame 0x0000f1b0 0xd4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .debug_frame 0x0000f284 0x39c esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .debug_frame 0x0000f620 0x128 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - .debug_frame 0x0000f748 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .debug_frame 0x0000f778 0x1c8 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .debug_frame 0x0000f940 0x1354 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .debug_frame 0x00010c94 0x690 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .debug_frame 0x00011324 0x110 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .debug_frame 0x00011434 0x428 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .debug_frame 0x0001185c 0xd10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .debug_frame 0x0001256c 0x76c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .debug_frame 0x00012cd8 0x2a8 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .debug_frame 0x00012f80 0x130 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .debug_frame 0x000130b0 0x278 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .debug_frame 0x00013328 0x74 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .debug_frame 0x0001339c 0x11c esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .debug_frame 0x000134b8 0x51c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .debug_frame 0x000139d4 0x1cc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .debug_frame 0x00013ba0 0x6c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .debug_frame 0x00013c0c 0x98 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .debug_frame 0x00013ca4 0xc4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .debug_frame 0x00013d68 0xfe0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .debug_frame 0x00014d48 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - .debug_frame 0x00014d74 0x57c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .debug_frame 0x000152f0 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - .debug_frame 0x0001539c 0x1d4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .debug_frame 0x00015570 0x27c esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .debug_frame 0x000157ec 0x368 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .debug_frame 0x00015b54 0x120 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) - .debug_frame 0x00015c74 0x1c4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .debug_frame 0x00015e38 0x170 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .debug_frame 0x00015fa8 0x360 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .debug_frame 0x00016308 0x158 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .debug_frame 0x00016460 0x6d4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .debug_frame 0x00016b34 0x210 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .debug_frame 0x00016d44 0x510 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .debug_frame 0x00017254 0x68 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) - .debug_frame 0x000172bc 0x2c esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) - .debug_frame 0x000172e8 0x37c esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .debug_frame 0x00017664 0x334 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - .debug_frame 0x00017998 0x43c esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .debug_frame 0x00017dd4 0x68 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) - .debug_frame 0x00017e3c 0x544 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .debug_frame 0x00018380 0x110 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .debug_frame 0x00018490 0x6e0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .debug_frame 0x00018b70 0x1184 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .debug_frame 0x00019cf4 0x468 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .debug_frame 0x0001a15c 0x554 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .debug_frame 0x0001a6b0 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) - .debug_frame 0x0001a6e0 0x1e4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .debug_frame 0x0001a8c4 0x1d8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) - .debug_frame 0x0001aa9c 0x8d0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .debug_frame 0x0001b36c 0x544 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - .debug_frame 0x0001b8b0 0x3c8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .debug_frame 0x0001bc78 0x384 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .debug_frame 0x0001bffc 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) - .debug_frame 0x0001c0ac 0x2b4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .debug_frame 0x0001c360 0x2d8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .debug_frame 0x0001c638 0x39c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .debug_frame 0x0001c9d4 0xe54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .debug_frame 0x0001d828 0x25c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .debug_frame 0x0001da84 0x23c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .debug_frame 0x0001dcc0 0x2c4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .debug_frame 0x0001df84 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .debug_frame 0x0001dff0 0x470 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .debug_frame 0x0001e460 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) - .debug_frame 0x0001e508 0x3a0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .debug_frame 0x0001e8a8 0x368 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .debug_frame 0x0001ec10 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .debug_frame 0x0001ec88 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - .debug_frame 0x0001ecd8 0xa1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .debug_frame 0x0001f6f4 0x138 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) - .debug_frame 0x0001f82c 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - .debug_frame 0x0001f8a0 0xbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .debug_frame 0x0001f95c 0x1f8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .debug_frame 0x0001fb54 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) - .debug_frame 0x0001fb88 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - .debug_frame 0x0001fbd0 0xfc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) - .debug_frame 0x0001fccc 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) - .debug_frame 0x0001fd48 0x278 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - .debug_frame 0x0001ffc0 0x108 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - .debug_frame 0x000200c8 0x270 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .debug_frame 0x00020338 0x160 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - .debug_frame 0x00020498 0x158 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .debug_frame 0x000205f0 0x13c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .debug_frame 0x0002072c 0x260 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - .debug_frame 0x0002098c 0xc8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) - .debug_frame 0x00020a54 0x2b0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .debug_frame 0x00020d04 0x2c8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - .debug_frame 0x00020fcc 0x2e0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .debug_frame 0x000212ac 0x328 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .debug_frame 0x000215d4 0x2f8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .debug_frame 0x000218cc 0x308 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .debug_frame 0x00021bd4 0x288 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .debug_frame 0x00021e5c 0x49c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .debug_frame 0x000222f8 0x174 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .debug_frame 0x0002246c 0x1b8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .debug_frame 0x00022624 0x144 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .debug_frame 0x00022768 0x144 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .debug_frame 0x000228ac 0x140 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .debug_frame 0x000229ec 0xe0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .debug_frame 0x00022acc 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) - .debug_frame 0x00022af8 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) - .debug_frame 0x00022b34 0xe0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - .debug_frame 0x00022c14 0x954 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .debug_frame 0x00023568 0x538 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .debug_frame 0x00023aa0 0x290 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .debug_frame 0x00023d30 0x1ac esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .debug_frame 0x00023edc 0xa8 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - .debug_frame 0x00023f84 0xec esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .debug_frame 0x00024070 0x178 esp-idf/hal/libhal.a(adc_hal_common.c.obj) - .debug_frame 0x000241e8 0x170 esp-idf/hal/libhal.a(mpi_hal.c.obj) - .debug_frame 0x00024358 0xb0 esp-idf/hal/libhal.a(sha_hal.c.obj) - .debug_frame 0x00024408 0x140 esp-idf/hal/libhal.a(aes_hal.c.obj) - .debug_frame 0x00024548 0xfc esp-idf/hal/libhal.a(hmac_hal.c.obj) - .debug_frame 0x00024644 0x12c esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - .debug_frame 0x00024770 0x4ec esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .debug_frame 0x00024c5c 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) - .debug_frame 0x00024c98 0x110 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .debug_frame 0x00024da8 0x404 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .debug_frame 0x000251ac 0x2c0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .debug_frame 0x0002546c 0x21c esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .debug_frame 0x00025688 0x124 esp-idf/lwip/liblwip.a(netdb.c.obj) - .debug_frame 0x000257ac 0xbf8 esp-idf/lwip/liblwip.a(sockets.c.obj) - .debug_frame 0x000263a4 0x28c esp-idf/lwip/liblwip.a(tcpip.c.obj) - .debug_frame 0x00026630 0xd8 esp-idf/lwip/liblwip.a(def.c.obj) - .debug_frame 0x00026708 0x370 esp-idf/lwip/liblwip.a(dns.c.obj) - .debug_frame 0x00026a78 0x2c esp-idf/lwip/liblwip.a(init.c.obj) - .debug_frame 0x00026aa4 0x8c esp-idf/lwip/liblwip.a(ip.c.obj) - .debug_frame 0x00026b30 0x90 esp-idf/lwip/liblwip.a(mem.c.obj) - .debug_frame 0x00026bc0 0xfc esp-idf/lwip/liblwip.a(memp.c.obj) - .debug_frame 0x00026cbc 0x578 esp-idf/lwip/liblwip.a(netif.c.obj) - .debug_frame 0x00027234 0x578 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .debug_frame 0x000277ac 0x1d0 esp-idf/lwip/liblwip.a(raw.c.obj) - .debug_frame 0x0002797c 0x728 esp-idf/lwip/liblwip.a(tcp.c.obj) - .debug_frame 0x000280a4 0x1b8 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .debug_frame 0x0002825c 0x4e8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .debug_frame 0x00028744 0x18c esp-idf/lwip/liblwip.a(timeouts.c.obj) - .debug_frame 0x000288d0 0x264 esp-idf/lwip/liblwip.a(udp.c.obj) - .debug_frame 0x00028b34 0x638 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .debug_frame 0x0002916c 0x304 esp-idf/lwip/liblwip.a(etharp.c.obj) - .debug_frame 0x00029470 0x9c esp-idf/lwip/liblwip.a(icmp.c.obj) - .debug_frame 0x0002950c 0x2c4 esp-idf/lwip/liblwip.a(igmp.c.obj) - .debug_frame 0x000297d0 0x198 esp-idf/lwip/liblwip.a(ip4.c.obj) - .debug_frame 0x00029968 0xbc esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .debug_frame 0x00029a24 0x60 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - .debug_frame 0x00029a84 0x188 esp-idf/lwip/liblwip.a(icmp6.c.obj) - .debug_frame 0x00029c0c 0x198 esp-idf/lwip/liblwip.a(ip6.c.obj) - .debug_frame 0x00029da4 0xac esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - .debug_frame 0x00029e50 0x60 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - .debug_frame 0x00029eb0 0x228 esp-idf/lwip/liblwip.a(mld6.c.obj) - .debug_frame 0x0002a0d8 0x424 esp-idf/lwip/liblwip.a(nd6.c.obj) - .debug_frame 0x0002a4fc 0x74 esp-idf/lwip/liblwip.a(ethernet.c.obj) - .debug_frame 0x0002a570 0x68 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) - .debug_frame 0x0002a5d8 0x84 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) - .debug_frame 0x0002a65c 0x50 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) - .debug_frame 0x0002a6ac 0x3ac esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .debug_frame 0x0002aa58 0x120 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - .debug_frame 0x0002ab78 0xe8 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .debug_frame 0x0002ac60 0x3d4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .debug_frame 0x0002b034 0x488 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .debug_frame 0x0002b4bc 0x5b0 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .debug_frame 0x0002ba6c 0x20 esp-idf/lwip/liblwip.a(err.c.obj) - .debug_frame 0x0002ba8c 0x118 esp-idf/lwip/liblwip.a(netbuf.c.obj) - .debug_frame 0x0002bba4 0x188 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .debug_frame 0x0002bd2c 0x124 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .debug_frame 0x0002be50 0xf4 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) - .debug_frame 0x0002bf44 0x64 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) - .debug_frame 0x0002bfa8 0x2dc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .debug_frame 0x0002c284 0x160 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - .debug_frame 0x0002c3e4 0x908 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .debug_frame 0x0002ccec 0x308 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .debug_frame 0x0002cff4 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) - .debug_frame 0x0002d058 0x164 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - .debug_frame 0x0002d1bc 0x910 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .debug_frame 0x0002dacc 0x22c esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - .debug_frame 0x0002dcf8 0x1e0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .debug_frame 0x0002ded8 0x900 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .debug_frame 0x0002e7d8 0x168 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - .debug_frame 0x0002e940 0x218 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - .debug_frame 0x0002eb58 0x188 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) - .debug_frame 0x0002ece0 0x270 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .debug_frame 0x0002ef50 0xc4 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) - .debug_frame 0x0002f014 0xab0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .debug_frame 0x0002fac4 0x15c esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) - .debug_frame 0x0002fc20 0x2d0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .debug_frame 0x0002fef0 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) - .debug_frame 0x0002ff38 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .debug_frame 0x0002ffb4 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) - .debug_frame 0x00030020 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) - .debug_frame 0x0003006c 0xabc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .debug_frame 0x00030b28 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .debug_frame 0x00030c30 0x1c0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .debug_frame 0x00030df0 0x2b4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .debug_frame 0x000310a4 0x598 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .debug_frame 0x0003163c 0x184 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - .debug_frame 0x000317c0 0x384 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - .debug_frame 0x00031b44 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - .debug_frame 0x00031b6c 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - .debug_frame 0x00031bc0 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - .debug_frame 0x00031c0c 0x124 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) - .debug_frame 0x00031d30 0x1a8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .debug_frame 0x00031ed8 0x284 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .debug_frame 0x0003215c 0x200 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - .debug_frame 0x0003235c 0xfc esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .debug_frame 0x00032458 0x88 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) - .debug_frame 0x000324e0 0x444 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .debug_frame 0x00032924 0x1e0 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - .debug_frame 0x00032b04 0x130 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - .debug_frame 0x00032c34 0x118 esp-idf/hal/libhal.a(ds_hal.c.obj) - .debug_frame 0x00032d4c 0x38 esp-idf/lwip/liblwip.a(ethip6.c.obj) - .debug_frame 0x00032d84 0x280 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .debug_frame 0x00033004 0x70 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) - .debug_frame 0x00033074 0x58 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) - .debug_frame 0x000330cc 0x84 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) - .debug_frame 0x00033150 0x17c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - .debug_frame 0x000332cc 0x60 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - .debug_frame 0x0003332c 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseek.o) - .debug_frame 0x00033370 0x60 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fvwrite.o) - .debug_frame 0x000333d0 0x50 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwalk.o) - .debug_frame 0x00033420 0x4c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-printf.o) - .debug_frame 0x0003346c 0x54 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-puts.o) - .debug_frame 0x000334c0 0x58 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) - .debug_frame 0x00033518 0x68 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-snprintf.o) - .debug_frame 0x00033580 0x54 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sprintf.o) - .debug_frame 0x000335d4 0xa4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-stdio.o) - .debug_frame 0x00033678 0x3c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vprintf.o) - .debug_frame 0x000336b4 0x64 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vsnprintf.o) - .debug_frame 0x00033718 0x38 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wsetup.o) - .debug_frame 0x00033750 0x58 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-asprintf.o) - .debug_frame 0x000337a8 0x78 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - .debug_frame 0x00033820 0x68 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror.o) - .debug_frame 0x00033888 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-u_strerr.o) - .debug_frame 0x000338a8 0x38 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-time.o) - .debug_frame 0x000338e0 0x4c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-reent.o) - .debug_frame 0x0003392c 0x2c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-errno.o) - .debug_frame 0x00033958 0x2c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysclose.o) - .debug_frame 0x00033984 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysfstat.o) - .debug_frame 0x000339b4 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysgettod.o) - .debug_frame 0x000339e4 0x34 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysopen.o) - .debug_frame 0x00033a18 0x34 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysread.o) - .debug_frame 0x00033a4c 0x34 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-syswrite.o) - .debug_frame 0x00033a80 0xb8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - .debug_frame 0x00033b38 0x108 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - .debug_frame 0x00033c40 0x128 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - .debug_frame 0x00033d68 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-flags.o) - .debug_frame 0x00033d88 0x6c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-makebuf.o) - .debug_frame 0x00033df4 0x68 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) - .debug_frame 0x00033e5c 0x40 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-localeconv.o) - .debug_frame 0x00033e9c 0x40 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libm_a-s_frexp.o) - .debug_frame 0x00033edc 0x9c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - .debug_frame 0x00033f78 0x38 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbtowc_r.o) - .debug_frame 0x00033fb0 0x320 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - .debug_frame 0x000342d0 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wctomb_r.o) - .debug_frame 0x00034300 0x104 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - .debug_frame 0x00034404 0x34 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(trunctfdf2.o) - -.debug_str 0x00000000 0x70485 - *(.debug_str) - .debug_str 0x00000000 0x70485 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) - 0x4b5 (size before relaxing) - .debug_str 0x00070485 0x4c0 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .debug_str 0x00070485 0x975 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_str 0x00070485 0xa8b esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_str 0x00070485 0x26a4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .debug_str 0x00070485 0x2c29 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_str 0x00070485 0x29f esp-idf/esp_system/libesp_system.a(esp_system.c.obj) - .debug_str 0x00070485 0x33d9 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .debug_str 0x00070485 0x6d8 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .debug_str 0x00070485 0x1c10 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - .debug_str 0x00070485 0x2e9 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - .debug_str 0x00070485 0x2b34 esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .debug_str 0x00070485 0x3cbe esp-idf/esp_system/libesp_system.a(clk.c.obj) - .debug_str 0x00070485 0x835 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .debug_str 0x00070485 0x29bc esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - .debug_str 0x00070485 0xbb9 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - .debug_str 0x00070485 0x308 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - .debug_str 0x00070485 0x4444 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .debug_str 0x00070485 0x4a0 esp-idf/esp_system/libesp_system.a(startup.c.obj) - .debug_str 0x00070485 0x32fd esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .debug_str 0x00070485 0xf9e esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .debug_str 0x00070485 0x4ec4 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .debug_str 0x00070485 0x51f esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .debug_str 0x00070485 0x2814 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_str 0x00070485 0x29db esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_str 0x00070485 0x512e esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_str 0x00070485 0xa32 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .debug_str 0x00070485 0x21db esp-idf/hal/libhal.a(brownout_hal.c.obj) - .debug_str 0x00070485 0x35a esp-idf/log/liblog.a(log_timestamp.c.obj) - .debug_str 0x00070485 0x35b esp-idf/log/liblog.a(log_write.c.obj) - .debug_str 0x00070485 0x29d esp-idf/log/liblog.a(log_level.c.obj) - .debug_str 0x00070485 0x44a esp-idf/log/liblog.a(tag_log_level.c.obj) - .debug_str 0x00070485 0x3d7 esp-idf/log/liblog.a(log_linked_list.c.obj) - .debug_str 0x00070485 0x3e5 esp-idf/log/liblog.a(log_binary_heap.c.obj) - .debug_str 0x00070485 0x302 esp-idf/log/liblog.a(log_lock.c.obj) - .debug_str 0x00070485 0xb13 esp-idf/heap/libheap.a(heap_caps.c.obj) - .debug_str 0x00070485 0x746 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .debug_str 0x00070485 0x8e0 esp-idf/heap/libheap.a(multi_heap.c.obj) - .debug_str 0x00070485 0x9cc esp-idf/heap/libheap.a(tlsf.c.obj) - .debug_str 0x00070485 0x87c esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - .debug_str 0x00070485 0x435 esp-idf/heap/libheap.a(memory_layout.c.obj) - .debug_str 0x00070485 0x5a1 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .debug_str 0x00070485 0x2c6 esp-idf/esp_security/libesp_security.a(init.c.obj) - .debug_str 0x00070485 0x506 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .debug_str 0x00070485 0x4de esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .debug_str 0x00070485 0x1681 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .debug_str 0x00070485 0x7bd esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .debug_str 0x00070485 0x29ed esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .debug_str 0x00070485 0x1ec8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .debug_str 0x00070485 0x51d esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .debug_str 0x00070485 0x14e2 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_str 0x00070485 0x2f22 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .debug_str 0x00070485 0xa34 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .debug_str 0x00070485 0x51df esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .debug_str 0x00070485 0x321a esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .debug_str 0x00070485 0x23b9 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .debug_str 0x00070485 0x494 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .debug_str 0x00070485 0x360 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - .debug_str 0x00070485 0x5b8c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .debug_str 0x00070485 0x4ac esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .debug_str 0x00070485 0xe14 esp-idf/freertos/libfreertos.a(queue.c.obj) - .debug_str 0x00070485 0x1d56 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .debug_str 0x00070485 0x15e0 esp-idf/freertos/libfreertos.a(port.c.obj) - .debug_str 0x00070485 0x34f esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - .debug_str 0x00070485 0x7e9 esp-idf/freertos/libfreertos.a(port_common.c.obj) - .debug_str 0x00070485 0x5904 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .debug_str 0x00070485 0x358 esp-idf/freertos/libfreertos.a(list.c.obj) - .debug_str 0x00070485 0x284 esp-idf/newlib/libnewlib.a(abort.c.obj) - .debug_str 0x00070485 0x31d esp-idf/newlib/libnewlib.a(assert.c.obj) - .debug_str 0x00070485 0x7a9 esp-idf/newlib/libnewlib.a(heap.c.obj) - .debug_str 0x00070485 0x8da esp-idf/newlib/libnewlib.a(locks.c.obj) - .debug_str 0x00070485 0x2d3 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .debug_str 0x00070485 0x255 esp-idf/newlib/libnewlib.a(getentropy.c.obj) - .debug_str 0x00070485 0x652 esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .debug_str 0x00070485 0xcad esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .debug_str 0x00070485 0x894 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .debug_str 0x00070485 0xa51 esp-idf/newlib/libnewlib.a(time.c.obj) - .debug_str 0x00070485 0x92d esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - .debug_str 0x00070485 0x295 esp-idf/newlib/libnewlib.a(random.c.obj) - .debug_str 0x00070485 0xe15 esp-idf/pthread/libpthread.a(pthread.c.obj) - .debug_str 0x00070485 0x86f esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .debug_str 0x00070485 0x520 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .debug_str 0x00070485 0x5a0 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .debug_str 0x00070485 0x41b esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .debug_str 0x00070485 0xb5b esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .debug_str 0x00070485 0x491 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) - .debug_str 0x00070485 0x2fa esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - .debug_str 0x00070485 0x3d2 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .debug_str 0x00070485 0x326 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) - .debug_str 0x00070485 0x5ae2 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .debug_str 0x00070485 0x2094 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .debug_str 0x00070485 0x7260 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .debug_str 0x00070485 0xe3c esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .debug_str 0x00070485 0x213b esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .debug_str 0x00070485 0x5c90 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .debug_str 0x00070485 0x3af esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - .debug_str 0x00070485 0x1172 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .debug_str 0x00070485 0x1bda esp-idf/vfs/libvfs.a(vfs.c.obj) - .debug_str 0x00070485 0x10b1 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .debug_str 0x00070485 0x974 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .debug_str 0x00070485 0xfb4 esp-idf/main/libmain.a(app_main.c.obj) - .debug_str 0x00070485 0x2851 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .debug_str 0x00070485 0x96a esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - .debug_str 0x00070485 0x61e esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - .debug_str 0x00070485 0x432 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) - .debug_str 0x00070485 0x6cb esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - .debug_str 0x00070485 0x23da esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .debug_str 0x00070485 0x293 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - .debug_str 0x00070485 0x326 esp-idf/riscv/libriscv.a(interrupt.c.obj) - .debug_str 0x00070485 0xa0 esp-idf/riscv/libriscv.a(vectors.S.obj) - .debug_str 0x00070485 0x91 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) - .debug_str 0x00070485 0x2db4 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .debug_str 0x00070485 0x23f esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_str 0x00070485 0x2bc0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_str 0x00070485 0x13b3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_str 0x00070485 0xa47 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_str 0x00070485 0x102f esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .debug_str 0x00070485 0x35a esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) - .debug_str 0x00070485 0x29d esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - .debug_str 0x00070485 0x605 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .debug_str 0x00070485 0x34f esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - .debug_str 0x00070485 0xe35 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .debug_str 0x00070485 0xb97 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .debug_str 0x00070485 0x5d6 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .debug_str 0x00070485 0x2296 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .debug_str 0x00070485 0x3a62 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .debug_str 0x00070485 0xc47 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .debug_str 0x00070485 0x773 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .debug_str 0x00070485 0x96b esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .debug_str 0x00070485 0x1b39 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .debug_str 0x00070485 0xc94 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .debug_str 0x00070485 0x1364 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - .debug_str 0x00070485 0xcca esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .debug_str 0x00070485 0xd7d esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .debug_str 0x00070485 0xbf3 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - .debug_str 0x00070485 0xbeb esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - .debug_str 0x00070485 0x2d22 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .debug_str 0x00070485 0x2f8 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .debug_str 0x00070485 0xb7d esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .debug_str 0x00070485 0x4bb esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .debug_str 0x00070485 0x7412 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .debug_str 0x00070485 0xc60 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .debug_str 0x00070485 0x7471 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .debug_str 0x00070485 0x41b esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .debug_str 0x00070485 0x613 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_str 0x00070485 0x616 esp-idf/hal/libhal.a(cache_hal.c.obj) - .debug_str 0x00070485 0x28b6 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .debug_str 0x00070485 0x26a0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .debug_str 0x00070485 0x4e3 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .debug_str 0x00070485 0xe4d esp-idf/hal/libhal.a(systimer_hal.c.obj) - .debug_str 0x00070485 0x13c0 esp-idf/hal/libhal.a(uart_hal.c.obj) - .debug_str 0x00070485 0x2226 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .debug_str 0x00070485 0x8a5 esp-idf/soc/libsoc.a(interrupts.c.obj) - .debug_str 0x00070485 0x22d esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .debug_str 0x00070485 0x2ea esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - .debug_str 0x00070485 0x260 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .debug_str 0x00070485 0x23f esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_str 0x00070485 0x327 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) - .debug_str 0x00070485 0x71a esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .debug_str 0x00070485 0x2cc esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .debug_str 0x00070485 0x550a esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - .debug_str 0x00070485 0xa47 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .debug_str 0x00070485 0x65c esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .debug_str 0x00070485 0x1219 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .debug_str 0x00070485 0x6a0e esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - .debug_str 0x00070485 0x239 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .debug_str 0x00070485 0x847 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .debug_str 0x00070485 0xb1 esp-idf/freertos/libfreertos.a(portasm.S.obj) - .debug_str 0x00070485 0xe46 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .debug_str 0x00070485 0xe47 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .debug_str 0x00070485 0x564 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .debug_str 0x00070485 0x1062 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .debug_str 0x00070485 0xb0fa esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .debug_str 0x00070485 0xa965 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .debug_str 0x00070485 0x92a9 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .debug_str 0x00070485 0x1282 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .debug_str 0x00070485 0xa6d7 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .debug_str 0x00070485 0x500 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .debug_str 0x00070485 0x46eb esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .debug_str 0x00070485 0x5cff esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .debug_str 0x00070485 0x77c2 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .debug_str 0x00070485 0xf4e esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .debug_str 0x00070485 0x395a esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .debug_str 0x00070485 0x425 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .debug_str 0x00070485 0x363f esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .debug_str 0x00070485 0x471 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - .debug_str 0x00070485 0x1761 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .debug_str 0x00070485 0x321 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - .debug_str 0x00070485 0x3d6 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .debug_str 0x00070485 0x3e2 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .debug_str 0x00070485 0x580 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .debug_str 0x00070485 0x517 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) - .debug_str 0x00070485 0x393 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .debug_str 0x00070485 0xb46 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .debug_str 0x00070485 0x13b0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .debug_str 0x00070485 0x667 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .debug_str 0x00070485 0x2817 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .debug_str 0x00070485 0x1314 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .debug_str 0x00070485 0x298a esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .debug_str 0x00070485 0x462 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) - .debug_str 0x00070485 0x258 esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) - .debug_str 0x00070485 0x2e18 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .debug_str 0x00070485 0xd02 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - .debug_str 0x00070485 0x13bc esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .debug_str 0x00070485 0x63d esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) - .debug_str 0x00070485 0x1199 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .debug_str 0x00070485 0x1221 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .debug_str 0x00070485 0x2921 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .debug_str 0x00070485 0x45d3 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .debug_str 0x00070485 0x26f1 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .debug_str 0x00070485 0x2ac0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .debug_str 0x00070485 0x297 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) - .debug_str 0x00070485 0x7eb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .debug_str 0x00070485 0x1e47 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) - .debug_str 0x00070485 0x113e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .debug_str 0x00070485 0xa7f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - .debug_str 0x00070485 0x19f1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .debug_str 0x00070485 0x1b84 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .debug_str 0x00070485 0x420 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) - .debug_str 0x00070485 0x12c3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .debug_str 0x00070485 0xb3b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .debug_str 0x00070485 0x9f5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .debug_str 0x00070485 0x1200 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .debug_str 0x00070485 0xa52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .debug_str 0x00070485 0xb4b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .debug_str 0x00070485 0xe78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .debug_str 0x00070485 0x348 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .debug_str 0x00070485 0x1198 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .debug_str 0x00070485 0x649 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) - .debug_str 0x00070485 0xbb5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .debug_str 0x00070485 0x1acb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .debug_str 0x00070485 0x309 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .debug_str 0x00070485 0x260 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - .debug_str 0x00070485 0x1351 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .debug_str 0x00070485 0x483 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) - .debug_str 0x00070485 0x400 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - .debug_str 0x00070485 0x4a1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .debug_str 0x00070485 0x550 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .debug_str 0x00070485 0x239 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) - .debug_str 0x00070485 0x268 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - .debug_str 0x00070485 0x3da esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) - .debug_str 0x00070485 0x2d2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) - .debug_str 0x00070485 0x4e78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - .debug_str 0x00070485 0x871 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - .debug_str 0x00070485 0xffb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .debug_str 0x00070485 0x476b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - .debug_str 0x00070485 0x4c2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .debug_str 0x00070485 0x4aa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .debug_str 0x00070485 0xa16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - .debug_str 0x00070485 0x322 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) - .debug_str 0x00070485 0x546 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .debug_str 0x00070485 0x568 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - .debug_str 0x00070485 0x5ef esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .debug_str 0x00070485 0x9b0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .debug_str 0x00070485 0xbda esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .debug_str 0x00070485 0xb06 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .debug_str 0x00070485 0xb8d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .debug_str 0x00070485 0x1584 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .debug_str 0x00070485 0x1082 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .debug_str 0x00070485 0x1303 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .debug_str 0x00070485 0x1418 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .debug_str 0x00070485 0x10b6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .debug_str 0x00070485 0x4ece esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .debug_str 0x00070485 0x3a0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .debug_str 0x00070485 0x42b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) - .debug_str 0x00070485 0x443 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) - .debug_str 0x00070485 0xed9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - .debug_str 0x00070485 0x1976 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .debug_str 0x00070485 0xcbd esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .debug_str 0x00070485 0x1364 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .debug_str 0x00070485 0x1017 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .debug_str 0x00070485 0x74e esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - .debug_str 0x00070485 0xbae esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .debug_str 0x00070485 0x1993 esp-idf/hal/libhal.a(adc_hal_common.c.obj) - .debug_str 0x00070485 0x666 esp-idf/hal/libhal.a(mpi_hal.c.obj) - .debug_str 0x00070485 0x418 esp-idf/hal/libhal.a(sha_hal.c.obj) - .debug_str 0x00070485 0x5b0 esp-idf/hal/libhal.a(aes_hal.c.obj) - .debug_str 0x00070485 0x45b esp-idf/hal/libhal.a(hmac_hal.c.obj) - .debug_str 0x00070485 0x271 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) - .debug_str 0x00070485 0x22f esp-idf/soc/libsoc.a(mpi_periph.c.obj) - .debug_str 0x00070485 0x4a19 esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - .debug_str 0x00070485 0x6068 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .debug_str 0x00070485 0x330 esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) - .debug_str 0x00070485 0x4aa esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .debug_str 0x00070485 0xdb5 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .debug_str 0x00070485 0x14b0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .debug_str 0x00070485 0x261 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) - .debug_str 0x00070485 0xaeb esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .debug_str 0x00070485 0x976 esp-idf/lwip/liblwip.a(netdb.c.obj) - .debug_str 0x00070485 0x1f6a esp-idf/lwip/liblwip.a(sockets.c.obj) - .debug_str 0x00070485 0xcb3 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .debug_str 0x00070485 0x2f4 esp-idf/lwip/liblwip.a(def.c.obj) - .debug_str 0x00070485 0xc90 esp-idf/lwip/liblwip.a(dns.c.obj) - .debug_str 0x00070485 0x27a esp-idf/lwip/liblwip.a(init.c.obj) - .debug_str 0x00070485 0x961 esp-idf/lwip/liblwip.a(ip.c.obj) - .debug_str 0x00070485 0x2d4 esp-idf/lwip/liblwip.a(mem.c.obj) - .debug_str 0x00070485 0x67e esp-idf/lwip/liblwip.a(memp.c.obj) - .debug_str 0x00070485 0x1158 esp-idf/lwip/liblwip.a(netif.c.obj) - .debug_str 0x00070485 0xed4 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .debug_str 0x00070485 0xcd5 esp-idf/lwip/liblwip.a(raw.c.obj) - .debug_str 0x00070485 0x12ea esp-idf/lwip/liblwip.a(tcp.c.obj) - .debug_str 0x00070485 0x1113 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .debug_str 0x00070485 0xf66 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .debug_str 0x00070485 0xa7b esp-idf/lwip/liblwip.a(timeouts.c.obj) - .debug_str 0x00070485 0xfb1 esp-idf/lwip/liblwip.a(udp.c.obj) - .debug_str 0x00070485 0x1643 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .debug_str 0x00070485 0xf18 esp-idf/lwip/liblwip.a(etharp.c.obj) - .debug_str 0x00070485 0x908 esp-idf/lwip/liblwip.a(icmp.c.obj) - .debug_str 0x00070485 0xab3 esp-idf/lwip/liblwip.a(igmp.c.obj) - .debug_str 0x00070485 0xdfa esp-idf/lwip/liblwip.a(ip4.c.obj) - .debug_str 0x00070485 0x7ca esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .debug_str 0x00070485 0x6ff esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - .debug_str 0x00070485 0xb6b esp-idf/lwip/liblwip.a(icmp6.c.obj) - .debug_str 0x00070485 0xb95 esp-idf/lwip/liblwip.a(ip6.c.obj) - .debug_str 0x00070485 0x875 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - .debug_str 0x00070485 0x753 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - .debug_str 0x00070485 0xd46 esp-idf/lwip/liblwip.a(mld6.c.obj) - .debug_str 0x00070485 0x1433 esp-idf/lwip/liblwip.a(nd6.c.obj) - .debug_str 0x00070485 0x955 esp-idf/lwip/liblwip.a(ethernet.c.obj) - .debug_str 0x00070485 0x5f9 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) - .debug_str 0x00070485 0xa58 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) - .debug_str 0x00070485 0x9da esp-idf/lwip/liblwip.a(sockets_ext.c.obj) - .debug_str 0x00070485 0xa46 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .debug_str 0x00070485 0xb19 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - .debug_str 0x00070485 0x954 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .debug_str 0x00070485 0x1824 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .debug_str 0x00070485 0x12a2 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .debug_str 0x00070485 0x18bb esp-idf/lwip/liblwip.a(api_msg.c.obj) - .debug_str 0x00070485 0x238 esp-idf/lwip/liblwip.a(err.c.obj) - .debug_str 0x00070485 0x616 esp-idf/lwip/liblwip.a(netbuf.c.obj) - .debug_str 0x00070485 0x485 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .debug_str 0x00070485 0x8b6 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .debug_str 0x00070485 0x920 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .debug_str 0x00070485 0x738 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) - .debug_str 0x00070485 0x3ec esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) - .debug_str 0x00070485 0x3c37 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .debug_str 0x00070485 0x123c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - .debug_str 0x00070485 0x4263 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .debug_str 0x00070485 0x2a15 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .debug_str 0x00070485 0xae7 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) - .debug_str 0x00070485 0x31ae esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - .debug_str 0x00070485 0x1845 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .debug_str 0x00070485 0xf62 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - .debug_str 0x00070485 0xc6e esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .debug_str 0x00070485 0x2764 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .debug_str 0x00070485 0xebc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - .debug_str 0x00070485 0x649 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - .debug_str 0x00070485 0x204f esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) - .debug_str 0x00070485 0x157a esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .debug_str 0x00070485 0x44c esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) - .debug_str 0x00070485 0x12c2 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .debug_str 0x00070485 0x592 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) - .debug_str 0x00070485 0x873 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .debug_str 0x00070485 0x2ca esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) - .debug_str 0x00070485 0x3e3 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .debug_str 0x00070485 0x304 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) - .debug_str 0x00070485 0x2b0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) - .debug_str 0x00070485 0x26fe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .debug_str 0x00070485 0xb06 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .debug_str 0x00070485 0x3cf esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .debug_str 0x00070485 0xbfd esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .debug_str 0x00070485 0x2b6c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .debug_str 0x00070485 0xb9d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - .debug_str 0x00070485 0x6e0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - .debug_str 0x00070485 0x25a esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - .debug_str 0x00070485 0x290 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - .debug_str 0x00070485 0x28d esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - .debug_str 0x00070485 0x38b esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) - .debug_str 0x00070485 0x6d3 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .debug_str 0x00070485 0xbe6 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .debug_str 0x00070485 0x9a2 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - .debug_str 0x00070485 0x33c esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .debug_str 0x00070485 0x35c esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) - .debug_str 0x00070485 0x1961 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .debug_str 0x00070485 0xdc3 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - .debug_str 0x00070485 0x11f3 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - .debug_str 0x00070485 0x44e esp-idf/hal/libhal.a(ds_hal.c.obj) - .debug_str 0x00070485 0x6b1 esp-idf/lwip/liblwip.a(ethip6.c.obj) - .debug_str 0x00070485 0x111 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_opv.o) - .debug_str 0x00070485 0xf46 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .debug_str 0x00070485 0x153 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) - .debug_str 0x00070485 0x94d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - .debug_str 0x00070485 0x489 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - .debug_str 0x00070485 0x8c8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - .debug_str 0x00070485 0x291 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_op.o) - .debug_str 0x00070485 0x106 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_ops.o) - .debug_str 0x00070485 0xb0a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) - .debug_str 0x00070485 0x989 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .debug_str 0x00070485 0xcce C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .debug_str 0x00070485 0x17b9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .debug_str 0x00070485 0x110 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opv.o) - .debug_str 0x00070485 0x775 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_term_handler.o) - .debug_str 0x00070485 0x41b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - .debug_str 0x00070485 0x20c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - .debug_str 0x00070485 0x1013 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .debug_str 0x00070485 0x2fb esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) - .debug_str 0x00070485 0x95 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-environ.o) - .debug_str 0x00070485 0x10c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ctype_.o) - .debug_str 0x00070485 0x5a4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) - .debug_str 0x00070485 0x599 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) - .debug_str 0x00070485 0x752 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - .debug_str 0x00070485 0x5cb C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - .debug_str 0x00070485 0x500 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseek.o) - .debug_str 0x00070485 0x585 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fvwrite.o) - .debug_str 0x00070485 0x4e0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwalk.o) - .debug_str 0x00070485 0x51f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-printf.o) - .debug_str 0x00070485 0x5a0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-puts.o) - .debug_str 0x00070485 0x55b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) - .debug_str 0x00070485 0x530 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-snprintf.o) - .debug_str 0x00070485 0x522 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sprintf.o) - .debug_str 0x00070485 0x547 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-stdio.o) - .debug_str 0x00070485 0x527 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vprintf.o) - .debug_str 0x00070485 0x532 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vsnprintf.o) - .debug_str 0x00070485 0x512 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wsetup.o) - .debug_str 0x00070485 0x529 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-asprintf.o) - .debug_str 0x00070485 0x705 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - .debug_str 0x00070485 0x530 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror.o) - .debug_str 0x00070485 0xbe C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-u_strerr.o) - .debug_str 0x00070485 0x531 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-time.o) - .debug_str 0x00070485 0x502 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-reent.o) - .debug_str 0x00070485 0x4e2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - .debug_str 0x00070485 0x4dc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-errno.o) - .debug_str 0x00070485 0x4e3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysclose.o) - .debug_str 0x00070485 0x62e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysfstat.o) - .debug_str 0x00070485 0x54c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysgettod.o) - .debug_str 0x00070485 0x515 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysopen.o) - .debug_str 0x00070485 0x4e8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysread.o) - .debug_str 0x00070485 0x4ea C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-syswrite.o) - .debug_str 0x00070485 0xc75 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - .debug_str 0x00070485 0xd54 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - .debug_str 0x00070485 0xc3e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - .debug_str 0x00070485 0x4dc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-flags.o) - .debug_str 0x00070485 0x674 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-makebuf.o) - .debug_str 0x00070485 0x77b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) - .debug_str 0x00070485 0x727 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-localeconv.o) - .debug_str 0x00070485 0x172 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libm_a-s_frexp.o) - .debug_str 0x00070485 0x89c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - .debug_str 0x00070485 0x709 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbtowc_r.o) - .debug_str 0x00070485 0x7f7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - .debug_str 0x00070485 0x710 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wctomb_r.o) - .debug_str 0x00070485 0xb84 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - .debug_str 0x00070485 0x350 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(trunctfdf2.o) - -.debug_loc 0x00000000 0x14c3fd - *(.debug_loc) - .debug_loc 0x00000000 0x115 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) - .debug_loc 0x00000115 0x7c esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .debug_loc 0x00000191 0xb7b esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_loc 0x00000d0c 0x12a0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_loc 0x00001fac 0x39d esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_loc 0x00002349 0x118 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) - .debug_loc 0x00002461 0x3c esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .debug_loc 0x0000249d 0x726 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .debug_loc 0x00002bc3 0x187 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - .debug_loc 0x00002d4a 0x27 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - .debug_loc 0x00002d71 0x80 esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .debug_loc 0x00002df1 0x20f esp-idf/esp_system/libesp_system.a(clk.c.obj) - .debug_loc 0x00003000 0x33f esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .debug_loc 0x0000333f 0x50 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - .debug_loc 0x0000338f 0x22c esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - .debug_loc 0x000035bb 0x3c7 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .debug_loc 0x00003982 0x81 esp-idf/esp_system/libesp_system.a(startup.c.obj) - .debug_loc 0x00003a03 0x221 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .debug_loc 0x00003c24 0x71b esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .debug_loc 0x0000433f 0x1bb esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .debug_loc 0x000044fa 0x178 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .debug_loc 0x00004672 0x39 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_loc 0x000046ab 0x1c2 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_loc 0x0000486d 0xebb esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_loc 0x00005728 0x2a9 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .debug_loc 0x000059d1 0x111 esp-idf/hal/libhal.a(brownout_hal.c.obj) - .debug_loc 0x00005ae2 0x13 esp-idf/log/liblog.a(log_timestamp.c.obj) - .debug_loc 0x00005af5 0x195 esp-idf/log/liblog.a(log_write.c.obj) - .debug_loc 0x00005c8a 0x1d0 esp-idf/log/liblog.a(tag_log_level.c.obj) - .debug_loc 0x00005e5a 0x282 esp-idf/log/liblog.a(log_linked_list.c.obj) - .debug_loc 0x000060dc 0x370 esp-idf/log/liblog.a(log_binary_heap.c.obj) - .debug_loc 0x0000644c 0x159c esp-idf/heap/libheap.a(heap_caps.c.obj) - .debug_loc 0x000079e8 0x835 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .debug_loc 0x0000821d 0xe50 esp-idf/heap/libheap.a(multi_heap.c.obj) - .debug_loc 0x0000906d 0x85eb esp-idf/heap/libheap.a(tlsf.c.obj) - .debug_loc 0x00011658 0x3dd esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - .debug_loc 0x00011a35 0xae4 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .debug_loc 0x00012519 0x7b4 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .debug_loc 0x00012ccd 0x12a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .debug_loc 0x00012df7 0x18ba esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .debug_loc 0x000146b1 0xc91 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .debug_loc 0x00015342 0x314 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .debug_loc 0x00015656 0x362 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .debug_loc 0x000159b8 0x3fe esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .debug_loc 0x00015db6 0xcf5 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_loc 0x00016aab 0x5c9 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .debug_loc 0x00017074 0x239 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .debug_loc 0x000172ad 0x58f esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .debug_loc 0x0001783c 0x8c esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .debug_loc 0x000178c8 0x41c4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .debug_loc 0x0001ba8c 0x2ca esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .debug_loc 0x0001bd56 0x13d esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - .debug_loc 0x0001be93 0x124c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .debug_loc 0x0001d0df 0x72 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .debug_loc 0x0001d151 0x2d8a esp-idf/freertos/libfreertos.a(queue.c.obj) - .debug_loc 0x0001fedb 0x3e6e esp-idf/freertos/libfreertos.a(tasks.c.obj) - .debug_loc 0x00023d49 0x61a esp-idf/freertos/libfreertos.a(port.c.obj) - .debug_loc 0x00024363 0x1d8 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - .debug_loc 0x0002453b 0x1e6 esp-idf/freertos/libfreertos.a(port_common.c.obj) - .debug_loc 0x00024721 0x2bd esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .debug_loc 0x000249de 0x63 esp-idf/freertos/libfreertos.a(list.c.obj) - .debug_loc 0x00024a41 0x74 esp-idf/newlib/libnewlib.a(abort.c.obj) - .debug_loc 0x00024ab5 0x31a esp-idf/newlib/libnewlib.a(assert.c.obj) - .debug_loc 0x00024dcf 0x505 esp-idf/newlib/libnewlib.a(heap.c.obj) - .debug_loc 0x000252d4 0x5f2 esp-idf/newlib/libnewlib.a(locks.c.obj) - .debug_loc 0x000258c6 0x75 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .debug_loc 0x0002593b 0xdd esp-idf/newlib/libnewlib.a(getentropy.c.obj) - .debug_loc 0x00025a18 0x132 esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .debug_loc 0x00025b4a 0xaa esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .debug_loc 0x00025bf4 0x46a esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .debug_loc 0x0002605e 0x73d esp-idf/newlib/libnewlib.a(time.c.obj) - .debug_loc 0x0002679b 0xd0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - .debug_loc 0x0002686b 0xc9 esp-idf/newlib/libnewlib.a(random.c.obj) - .debug_loc 0x00026934 0x15ba esp-idf/pthread/libpthread.a(pthread.c.obj) - .debug_loc 0x00027eee 0x6a7 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .debug_loc 0x00028595 0x4f3 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .debug_loc 0x00028a88 0x53a esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .debug_loc 0x00028fc2 0x491 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .debug_loc 0x00029453 0x3dd esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .debug_loc 0x00029830 0x1e esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .debug_loc 0x0002984e 0x28 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) - .debug_loc 0x00029876 0x367 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .debug_loc 0x00029bdd 0x13cf esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .debug_loc 0x0002afac 0x479d esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .debug_loc 0x0002f749 0x3d esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .debug_loc 0x0002f786 0xfa7 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .debug_loc 0x0003072d 0x69b esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .debug_loc 0x00030dc8 0xd2 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - .debug_loc 0x00030e9a 0x5aa esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .debug_loc 0x00031444 0x4de4 esp-idf/vfs/libvfs.a(vfs.c.obj) - .debug_loc 0x00036228 0x8ab esp-idf/vfs/libvfs.a(nullfs.c.obj) - .debug_loc 0x00036ad3 0x58d esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .debug_loc 0x00037060 0x50f esp-idf/main/libmain.a(app_main.c.obj) - .debug_loc 0x0003756f 0x2b5c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .debug_loc 0x0003a0cb 0x1514 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - .debug_loc 0x0003b5df 0x88e esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - .debug_loc 0x0003be6d 0x5b esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) - .debug_loc 0x0003bec8 0x24e esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - .debug_loc 0x0003c116 0x64f esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .debug_loc 0x0003c765 0x8c esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - .debug_loc 0x0003c7f1 0x1fb esp-idf/riscv/libriscv.a(interrupt.c.obj) - .debug_loc 0x0003c9ec 0x2717 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .debug_loc 0x0003f103 0x1112 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_loc 0x00040215 0x4a0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_loc 0x000406b5 0x29f esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_loc 0x00040954 0x24b8 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .debug_loc 0x00042e0c 0x15e esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - .debug_loc 0x00042f6a 0x1124 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .debug_loc 0x0004408e 0x109 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .debug_loc 0x00044197 0xda7 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .debug_loc 0x00044f3e 0x144 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .debug_loc 0x00045082 0x1d4c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .debug_loc 0x00046dce 0x7da esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .debug_loc 0x000475a8 0x8ae esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .debug_loc 0x00047e56 0x164 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .debug_loc 0x00047fba 0x17fe esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .debug_loc 0x000497b8 0x19a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .debug_loc 0x00049952 0x149 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - .debug_loc 0x00049a9b 0x2c7 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .debug_loc 0x00049d62 0x845 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .debug_loc 0x0004a5a7 0x11a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - .debug_loc 0x0004a6c1 0x11a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - .debug_loc 0x0004a7db 0x8b7 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .debug_loc 0x0004b092 0x394 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .debug_loc 0x0004b426 0x237 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .debug_loc 0x0004b65d 0x45e esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .debug_loc 0x0004babb 0xb5 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .debug_loc 0x0004bb70 0xeb3 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .debug_loc 0x0004ca23 0x55e esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .debug_loc 0x0004cf81 0x45 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .debug_loc 0x0004cfc6 0x1043 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_loc 0x0004e009 0xb96 esp-idf/hal/libhal.a(cache_hal.c.obj) - .debug_loc 0x0004eb9f 0x3cb esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .debug_loc 0x0004ef6a 0x1599 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .debug_loc 0x00050503 0x20a esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .debug_loc 0x0005070d 0xb4b esp-idf/hal/libhal.a(systimer_hal.c.obj) - .debug_loc 0x00051258 0xdb8 esp-idf/hal/libhal.a(uart_hal.c.obj) - .debug_loc 0x00052010 0xc0e esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .debug_loc 0x00052c1e 0x107 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .debug_loc 0x00052d25 0xa8 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) - .debug_loc 0x00052dcd 0x7e7 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .debug_loc 0x000535b4 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .debug_loc 0x00053644 0x146 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - .debug_loc 0x0005378a 0x466 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .debug_loc 0x00053bf0 0x35f esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .debug_loc 0x00053f4f 0x1707 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .debug_loc 0x00055656 0x24a esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - .debug_loc 0x000558a0 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .debug_loc 0x000558f0 0xe22 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .debug_loc 0x00056712 0x52f7 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .debug_loc 0x0005ba09 0x42b7 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .debug_loc 0x0005fcc0 0x608 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .debug_loc 0x000602c8 0x27b3 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .debug_loc 0x00062a7b 0x379d esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .debug_loc 0x00066218 0x2e85 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .debug_loc 0x0006909d 0xd61 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .debug_loc 0x00069dfe 0x4fe esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .debug_loc 0x0006a2fc 0xe3d esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .debug_loc 0x0006b139 0x4e esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .debug_loc 0x0006b187 0x5ac esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .debug_loc 0x0006b733 0x391a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .debug_loc 0x0006f04d 0xd41 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .debug_loc 0x0006fd8e 0x1fb esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .debug_loc 0x0006ff89 0x30d esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .debug_loc 0x00070296 0x264 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .debug_loc 0x000704fa 0x46aa esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .debug_loc 0x00074ba4 0x111 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - .debug_loc 0x00074cb5 0x26a6 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .debug_loc 0x0007735b 0x15e esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - .debug_loc 0x000774b9 0x12e3 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .debug_loc 0x0007879c 0x105f esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .debug_loc 0x000797fb 0x1481 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .debug_loc 0x0007ac7c 0x929 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) - .debug_loc 0x0007b5a5 0xf7b esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .debug_loc 0x0007c520 0x113 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .debug_loc 0x0007c633 0xd20 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .debug_loc 0x0007d353 0x7ab esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .debug_loc 0x0007dafe 0x124e esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .debug_loc 0x0007ed4c 0x3871 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .debug_loc 0x000825bd 0x1dc3 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .debug_loc 0x00084380 0x160 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) - .debug_loc 0x000844e0 0x1183 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .debug_loc 0x00085663 0xd1c esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - .debug_loc 0x0008637f 0x198c esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .debug_loc 0x00087d0b 0x96 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) - .debug_loc 0x00087da1 0x23a9 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .debug_loc 0x0008a14a 0x3f9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .debug_loc 0x0008a543 0x307e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .debug_loc 0x0008d5c1 0x7e5f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .debug_loc 0x00095420 0x33ea esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .debug_loc 0x0009880a 0x3a7b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .debug_loc 0x0009c285 0x49 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) - .debug_loc 0x0009c2ce 0x117d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .debug_loc 0x0009d44b 0x1d3e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) - .debug_loc 0x0009f189 0x4147 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .debug_loc 0x000a32d0 0x35b1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - .debug_loc 0x000a6881 0x3174 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .debug_loc 0x000a99f5 0x10ec esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .debug_loc 0x000aaae1 0x701 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) - .debug_loc 0x000ab1e2 0x152e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .debug_loc 0x000ac710 0x11d5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .debug_loc 0x000ad8e5 0x172d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .debug_loc 0x000af012 0x5c3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .debug_loc 0x000b4c50 0x5263 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .debug_loc 0x000b9eb3 0xc1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .debug_loc 0x000baacd 0x1821 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .debug_loc 0x000bc2ee 0x189 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .debug_loc 0x000bc477 0x2761 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .debug_loc 0x000bebd8 0x390 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) - .debug_loc 0x000bef68 0x13bc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .debug_loc 0x000c0324 0x24a2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .debug_loc 0x000c27c6 0xbe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .debug_loc 0x000c2884 0xbd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - .debug_loc 0x000c2941 0x6af0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .debug_loc 0x000c9431 0xa6f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) - .debug_loc 0x000c9ea0 0x222 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - .debug_loc 0x000ca0c2 0x3ac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .debug_loc 0x000ca46e 0xc2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .debug_loc 0x000cb09a 0xc8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) - .debug_loc 0x000cb162 0x75 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - .debug_loc 0x000cb1d7 0x5b0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) - .debug_loc 0x000cb787 0x167 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) - .debug_loc 0x000cb8ee 0x124e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - .debug_loc 0x000ccb3c 0x70d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - .debug_loc 0x000cd249 0xf30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .debug_loc 0x000ce179 0x489 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - .debug_loc 0x000ce602 0x61a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .debug_loc 0x000cec1c 0x5cd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .debug_loc 0x000cf1e9 0x1a22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - .debug_loc 0x000d0c0b 0x1f8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) - .debug_loc 0x000d0e03 0x15d1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .debug_loc 0x000d23d4 0xf78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - .debug_loc 0x000d334c 0x1599 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .debug_loc 0x000d48e5 0x18f7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .debug_loc 0x000d61dc 0x1b7b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .debug_loc 0x000d7d57 0x1feb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .debug_loc 0x000d9d42 0xddb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .debug_loc 0x000dab1d 0x148a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .debug_loc 0x000dbfa7 0x1054 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .debug_loc 0x000dcffb 0x125a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .debug_loc 0x000de255 0xd1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .debug_loc 0x000def6f 0xe49 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .debug_loc 0x000dfdb8 0x9a2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .debug_loc 0x000e075a 0x10ba esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .debug_loc 0x000e1814 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) - .debug_loc 0x000e183b 0x75 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) - .debug_loc 0x000e18b0 0x293 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - .debug_loc 0x000e1b43 0x50a7 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .debug_loc 0x000e6bea 0x3fdf esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .debug_loc 0x000eabc9 0x119d esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .debug_loc 0x000ebd66 0xeb8 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .debug_loc 0x000ecc1e 0x4e6 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - .debug_loc 0x000ed104 0x305 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .debug_loc 0x000ed409 0xbf5 esp-idf/hal/libhal.a(adc_hal_common.c.obj) - .debug_loc 0x000edffe 0x372 esp-idf/hal/libhal.a(mpi_hal.c.obj) - .debug_loc 0x000ee370 0x5d7 esp-idf/hal/libhal.a(sha_hal.c.obj) - .debug_loc 0x000ee947 0x2ba esp-idf/hal/libhal.a(aes_hal.c.obj) - .debug_loc 0x000eec01 0x23a esp-idf/hal/libhal.a(hmac_hal.c.obj) - .debug_loc 0x000eee3b 0x817 esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - .debug_loc 0x000ef652 0x2267 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .debug_loc 0x000f18b9 0x337 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .debug_loc 0x000f1bf0 0x1007 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .debug_loc 0x000f2bf7 0x4e0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .debug_loc 0x000f30d7 0x471 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .debug_loc 0x000f3548 0xb02 esp-idf/lwip/liblwip.a(netdb.c.obj) - .debug_loc 0x000f404a 0x5d7f esp-idf/lwip/liblwip.a(sockets.c.obj) - .debug_loc 0x000f9dc9 0x8b6 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .debug_loc 0x000fa67f 0x60e esp-idf/lwip/liblwip.a(def.c.obj) - .debug_loc 0x000fac8d 0x1fe4 esp-idf/lwip/liblwip.a(dns.c.obj) - .debug_loc 0x000fcc71 0x278 esp-idf/lwip/liblwip.a(ip.c.obj) - .debug_loc 0x000fcee9 0x116 esp-idf/lwip/liblwip.a(mem.c.obj) - .debug_loc 0x000fcfff 0x2e9 esp-idf/lwip/liblwip.a(memp.c.obj) - .debug_loc 0x000fd2e8 0x1e78 esp-idf/lwip/liblwip.a(netif.c.obj) - .debug_loc 0x000ff160 0x2150 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .debug_loc 0x001012b0 0xbe6 esp-idf/lwip/liblwip.a(raw.c.obj) - .debug_loc 0x00101e96 0x209c esp-idf/lwip/liblwip.a(tcp.c.obj) - .debug_loc 0x00103f32 0xe7a esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .debug_loc 0x00104dac 0x29ef esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .debug_loc 0x0010779b 0x469 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .debug_loc 0x00107c04 0x117d esp-idf/lwip/liblwip.a(udp.c.obj) - .debug_loc 0x00108d81 0x1fc2 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .debug_loc 0x0010ad43 0x1821 esp-idf/lwip/liblwip.a(etharp.c.obj) - .debug_loc 0x0010c564 0x2fa esp-idf/lwip/liblwip.a(icmp.c.obj) - .debug_loc 0x0010c85e 0xb22 esp-idf/lwip/liblwip.a(igmp.c.obj) - .debug_loc 0x0010d380 0xf78 esp-idf/lwip/liblwip.a(ip4.c.obj) - .debug_loc 0x0010e2f8 0x62b esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .debug_loc 0x0010e923 0x2b7 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - .debug_loc 0x0010ebda 0x8f9 esp-idf/lwip/liblwip.a(icmp6.c.obj) - .debug_loc 0x0010f4d3 0x146f esp-idf/lwip/liblwip.a(ip6.c.obj) - .debug_loc 0x00110942 0x708 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - .debug_loc 0x0011104a 0x278 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - .debug_loc 0x001112c2 0x7ee esp-idf/lwip/liblwip.a(mld6.c.obj) - .debug_loc 0x00111ab0 0x2505 esp-idf/lwip/liblwip.a(nd6.c.obj) - .debug_loc 0x00113fb5 0x20d esp-idf/lwip/liblwip.a(ethernet.c.obj) - .debug_loc 0x001141c2 0x1f9 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) - .debug_loc 0x001143bb 0x44d esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) - .debug_loc 0x00114808 0x58f esp-idf/lwip/liblwip.a(sockets_ext.c.obj) - .debug_loc 0x00114d97 0xba7 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .debug_loc 0x0011593e 0x434 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - .debug_loc 0x00115d72 0x20d esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .debug_loc 0x00115f7f 0x1f58 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .debug_loc 0x00117ed7 0x1a7f esp-idf/lwip/liblwip.a(api_lib.c.obj) - .debug_loc 0x00119956 0x25bb esp-idf/lwip/liblwip.a(api_msg.c.obj) - .debug_loc 0x0011bf11 0x54 esp-idf/lwip/liblwip.a(err.c.obj) - .debug_loc 0x0011bf65 0x33e esp-idf/lwip/liblwip.a(netbuf.c.obj) - .debug_loc 0x0011c2a3 0xf01 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .debug_loc 0x0011d1a4 0x6d1 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .debug_loc 0x0011d875 0x417 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) - .debug_loc 0x0011dc8c 0x1a8 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) - .debug_loc 0x0011de34 0xafa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .debug_loc 0x0011e92e 0x3ff esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - .debug_loc 0x0011ed2d 0x2b0f esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .debug_loc 0x0012183c 0x10b1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .debug_loc 0x001228ed 0x6f esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) - .debug_loc 0x0012295c 0xa09 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - .debug_loc 0x00123365 0x32d9 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .debug_loc 0x0012663e 0xd56 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - .debug_loc 0x00127394 0x61a esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .debug_loc 0x001279ae 0x3300 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .debug_loc 0x0012acae 0x13b9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - .debug_loc 0x0012c067 0xd64 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - .debug_loc 0x0012cdcb 0x501 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) - .debug_loc 0x0012d2cc 0x1b7d esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .debug_loc 0x0012ee49 0x609 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) - .debug_loc 0x0012f452 0x6e56 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .debug_loc 0x001362a8 0xa57 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) - .debug_loc 0x00136cff 0x2a1d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .debug_loc 0x0013971c 0x24b esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) - .debug_loc 0x00139967 0x21e esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .debug_loc 0x00139b85 0x422 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) - .debug_loc 0x00139fa7 0x208 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) - .debug_loc 0x0013a1af 0x4e85 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .debug_loc 0x0013f034 0x113a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .debug_loc 0x0014016e 0x765 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .debug_loc 0x001408d3 0x1978 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .debug_loc 0x0014224b 0x19fd esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .debug_loc 0x00143c48 0x66e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - .debug_loc 0x001442b6 0xfb5 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - .debug_loc 0x0014526b 0x1f3 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - .debug_loc 0x0014545e 0x21b esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - .debug_loc 0x00145679 0x233 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - .debug_loc 0x001458ac 0x9b6 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) - .debug_loc 0x00146262 0xcf5 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .debug_loc 0x00146f57 0xde8 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .debug_loc 0x00147d3f 0x3ca esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - .debug_loc 0x00148109 0x246 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .debug_loc 0x0014834f 0x299 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) - .debug_loc 0x001485e8 0x14da esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .debug_loc 0x00149ac2 0x9c0 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - .debug_loc 0x0014a482 0x146b esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - .debug_loc 0x0014b8ed 0x28b esp-idf/hal/libhal.a(ds_hal.c.obj) - .debug_loc 0x0014bb78 0xd3 esp-idf/lwip/liblwip.a(ethip6.c.obj) - .debug_loc 0x0014bc4b 0x666 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .debug_loc 0x0014c2b1 0x14c esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) - -.debug_macinfo - *(.debug_macinfo) - -.debug_pubtypes - *(.debug_pubtypes) - -.debug_ranges 0x00000000 0x142c8 - *(.debug_ranges) - .debug_ranges 0x00000000 0x88 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) - .debug_ranges 0x00000088 0x60 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .debug_ranges 0x000000e8 0xa8 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_ranges 0x00000190 0x188 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_ranges 0x00000318 0xe0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_ranges 0x000003f8 0x38 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) - .debug_ranges 0x00000430 0x40 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .debug_ranges 0x00000470 0xa8 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .debug_ranges 0x00000518 0x30 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - .debug_ranges 0x00000548 0x30 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - .debug_ranges 0x00000578 0x58 esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .debug_ranges 0x000005d0 0x30 esp-idf/esp_system/libesp_system.a(clk.c.obj) - .debug_ranges 0x00000600 0x30 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .debug_ranges 0x00000630 0x30 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - .debug_ranges 0x00000660 0x40 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - .debug_ranges 0x000006a0 0x20 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - .debug_ranges 0x000006c0 0x90 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .debug_ranges 0x00000750 0x30 esp-idf/esp_system/libesp_system.a(startup.c.obj) - .debug_ranges 0x00000780 0x48 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .debug_ranges 0x000007c8 0xb0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .debug_ranges 0x00000878 0x58 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .debug_ranges 0x000008d0 0x18 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .debug_ranges 0x000008e8 0x38 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_ranges 0x00000920 0x78 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_ranges 0x00000998 0x78 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_ranges 0x00000a10 0x60 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .debug_ranges 0x00000a70 0x18 esp-idf/hal/libhal.a(brownout_hal.c.obj) - .debug_ranges 0x00000a88 0x18 esp-idf/log/liblog.a(log_timestamp.c.obj) - .debug_ranges 0x00000aa0 0x20 esp-idf/log/liblog.a(log_write.c.obj) - .debug_ranges 0x00000ac0 0x10 esp-idf/log/liblog.a(log_level.c.obj) - .debug_ranges 0x00000ad0 0x30 esp-idf/log/liblog.a(tag_log_level.c.obj) - .debug_ranges 0x00000b00 0x30 esp-idf/log/liblog.a(log_linked_list.c.obj) - .debug_ranges 0x00000b30 0x58 esp-idf/log/liblog.a(log_binary_heap.c.obj) - .debug_ranges 0x00000b88 0x20 esp-idf/log/liblog.a(log_lock.c.obj) - .debug_ranges 0x00000ba8 0x268 esp-idf/heap/libheap.a(heap_caps.c.obj) - .debug_ranges 0x00000e10 0x108 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .debug_ranges 0x00000f18 0xf0 esp-idf/heap/libheap.a(multi_heap.c.obj) - .debug_ranges 0x00001008 0x1008 esp-idf/heap/libheap.a(tlsf.c.obj) - .debug_ranges 0x00002010 0x70 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - .debug_ranges 0x00002080 0x110 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .debug_ranges 0x00002190 0x18 esp-idf/esp_security/libesp_security.a(init.c.obj) - .debug_ranges 0x000021a8 0xe0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .debug_ranges 0x00002288 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .debug_ranges 0x000022f8 0x210 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .debug_ranges 0x00002508 0xa8 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .debug_ranges 0x000025b0 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .debug_ranges 0x000025f8 0xb0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .debug_ranges 0x000026a8 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .debug_ranges 0x00002700 0x270 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_ranges 0x00002970 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .debug_ranges 0x000029d8 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .debug_ranges 0x00002a18 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .debug_ranges 0x00002a70 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .debug_ranges 0x00002ad0 0x498 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .debug_ranges 0x00002f68 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .debug_ranges 0x00002f90 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - .debug_ranges 0x00002fa8 0x380 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .debug_ranges 0x00003328 0x30 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .debug_ranges 0x00003358 0x2d8 esp-idf/freertos/libfreertos.a(queue.c.obj) - .debug_ranges 0x00003630 0x6f0 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .debug_ranges 0x00003d20 0xe8 esp-idf/freertos/libfreertos.a(port.c.obj) - .debug_ranges 0x00003e08 0x40 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - .debug_ranges 0x00003e48 0x18 esp-idf/freertos/libfreertos.a(port_common.c.obj) - .debug_ranges 0x00003e60 0x90 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .debug_ranges 0x00003ef0 0x30 esp-idf/freertos/libfreertos.a(list.c.obj) - .debug_ranges 0x00003f20 0x28 esp-idf/newlib/libnewlib.a(abort.c.obj) - .debug_ranges 0x00003f48 0x60 esp-idf/newlib/libnewlib.a(assert.c.obj) - .debug_ranges 0x00003fa8 0x90 esp-idf/newlib/libnewlib.a(heap.c.obj) - .debug_ranges 0x00004038 0x110 esp-idf/newlib/libnewlib.a(locks.c.obj) - .debug_ranges 0x00004148 0x28 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .debug_ranges 0x00004170 0x18 esp-idf/newlib/libnewlib.a(getentropy.c.obj) - .debug_ranges 0x00004188 0x78 esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .debug_ranges 0x00004200 0x40 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .debug_ranges 0x00004240 0x68 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .debug_ranges 0x000042a8 0xa0 esp-idf/newlib/libnewlib.a(time.c.obj) - .debug_ranges 0x00004348 0x40 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - .debug_ranges 0x00004388 0x10 esp-idf/newlib/libnewlib.a(random.c.obj) - .debug_ranges 0x00004398 0x1c8 esp-idf/pthread/libpthread.a(pthread.c.obj) - .debug_ranges 0x00004560 0x90 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .debug_ranges 0x000045f0 0x90 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .debug_ranges 0x00004680 0x58 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .debug_ranges 0x000046d8 0x60 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .debug_ranges 0x00004738 0x88 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .debug_ranges 0x000047c0 0x18 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) - .debug_ranges 0x000047d8 0x20 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - .debug_ranges 0x000047f8 0x20 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .debug_ranges 0x00004818 0x28 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) - .debug_ranges 0x00004840 0x90 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .debug_ranges 0x000048d0 0x288 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .debug_ranges 0x00004b58 0x440 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .debug_ranges 0x00004f98 0x28 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .debug_ranges 0x00004fc0 0x1a8 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .debug_ranges 0x00005168 0xa0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .debug_ranges 0x00005208 0x40 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - .debug_ranges 0x00005248 0x98 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .debug_ranges 0x000052e0 0x598 esp-idf/vfs/libvfs.a(vfs.c.obj) - .debug_ranges 0x00005878 0x90 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .debug_ranges 0x00005908 0x60 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .debug_ranges 0x00005968 0x88 esp-idf/main/libmain.a(app_main.c.obj) - .debug_ranges 0x000059f0 0x340 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .debug_ranges 0x00005d30 0x120 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - .debug_ranges 0x00005e50 0xf8 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - .debug_ranges 0x00005f48 0x20 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) - .debug_ranges 0x00005f68 0xb8 esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - .debug_ranges 0x00006020 0x1f0 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .debug_ranges 0x00006210 0x10 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - .debug_ranges 0x00006220 0x48 esp-idf/riscv/libriscv.a(interrupt.c.obj) - .debug_ranges 0x00006268 0x2e8 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .debug_ranges 0x00006550 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_ranges 0x00006560 0x198 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_ranges 0x000066f8 0x68 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_ranges 0x00006760 0x78 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_ranges 0x000067d8 0x278 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .debug_ranges 0x00006a50 0x10 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - .debug_ranges 0x00006a60 0x78 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .debug_ranges 0x00006ad8 0x20 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - .debug_ranges 0x00006af8 0x68 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .debug_ranges 0x00006b60 0x100 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .debug_ranges 0x00006c60 0x60 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .debug_ranges 0x00006cc0 0x1f8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .debug_ranges 0x00006eb8 0xd8 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .debug_ranges 0x00006f90 0xb8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .debug_ranges 0x00007048 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .debug_ranges 0x00007078 0x180 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .debug_ranges 0x000071f8 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .debug_ranges 0x00007220 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - .debug_ranges 0x00007240 0x38 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .debug_ranges 0x00007278 0x68 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .debug_ranges 0x000072e0 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - .debug_ranges 0x000072f8 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - .debug_ranges 0x00007310 0x68 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .debug_ranges 0x00007378 0x20 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .debug_ranges 0x00007398 0x60 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .debug_ranges 0x000073f8 0xa0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .debug_ranges 0x00007498 0x20 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .debug_ranges 0x000074b8 0x190 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .debug_ranges 0x00007648 0xa0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .debug_ranges 0x000076e8 0x10 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .debug_ranges 0x000076f8 0xf8 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_ranges 0x000077f0 0x100 esp-idf/hal/libhal.a(cache_hal.c.obj) - .debug_ranges 0x000078f0 0x40 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .debug_ranges 0x00007930 0x288 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .debug_ranges 0x00007bb8 0x40 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .debug_ranges 0x00007bf8 0xb0 esp-idf/hal/libhal.a(systimer_hal.c.obj) - .debug_ranges 0x00007ca8 0x1a0 esp-idf/hal/libhal.a(uart_hal.c.obj) - .debug_ranges 0x00007e48 0xf0 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .debug_ranges 0x00007f38 0x48 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - .debug_ranges 0x00007f80 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .debug_ranges 0x00007fa0 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_ranges 0x00007fb0 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) - .debug_ranges 0x00007fe0 0xa0 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .debug_ranges 0x00008080 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .debug_ranges 0x000080a0 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - .debug_ranges 0x000080d8 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .debug_ranges 0x000080f0 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .debug_ranges 0x00008140 0x140 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .debug_ranges 0x00008280 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - .debug_ranges 0x000082d0 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .debug_ranges 0x000082e8 0xd0 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .debug_ranges 0x000083b8 0x420 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .debug_ranges 0x000087d8 0x1b8 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .debug_ranges 0x00008990 0x48 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .debug_ranges 0x000089d8 0x268 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .debug_ranges 0x00008c40 0x338 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .debug_ranges 0x00008f78 0x3c8 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .debug_ranges 0x00009340 0xb8 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .debug_ranges 0x000093f8 0x68 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .debug_ranges 0x00009460 0xe0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .debug_ranges 0x00009540 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .debug_ranges 0x00009568 0xe0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .debug_ranges 0x00009648 0x480 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .debug_ranges 0x00009ac8 0x148 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .debug_ranges 0x00009c10 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .debug_ranges 0x00009c28 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .debug_ranges 0x00009c88 0x40 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .debug_ranges 0x00009cc8 0x500 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .debug_ranges 0x0000a1c8 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - .debug_ranges 0x0000a1d8 0x140 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .debug_ranges 0x0000a318 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - .debug_ranges 0x0000a348 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .debug_ranges 0x0000a390 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .debug_ranges 0x0000a410 0x140 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .debug_ranges 0x0000a550 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) - .debug_ranges 0x0000a5c0 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .debug_ranges 0x0000a610 0x78 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .debug_ranges 0x0000a688 0x218 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .debug_ranges 0x0000a8a0 0x60 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .debug_ranges 0x0000a900 0x250 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .debug_ranges 0x0000ab50 0x180 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .debug_ranges 0x0000acd0 0x1b0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .debug_ranges 0x0000ae80 0x68 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) - .debug_ranges 0x0000aee8 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) - .debug_ranges 0x0000aef8 0x138 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .debug_ranges 0x0000b030 0xf8 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - .debug_ranges 0x0000b128 0x238 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .debug_ranges 0x0000b360 0x20 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) - .debug_ranges 0x0000b380 0x268 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .debug_ranges 0x0000b5e8 0x70 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .debug_ranges 0x0000b658 0x2c8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .debug_ranges 0x0000b920 0x610 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .debug_ranges 0x0000bf30 0x1b0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .debug_ranges 0x0000c0e0 0x238 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .debug_ranges 0x0000c318 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) - .debug_ranges 0x0000c328 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .debug_ranges 0x0000c418 0x128 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) - .debug_ranges 0x0000c540 0x280 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .debug_ranges 0x0000c7c0 0x230 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - .debug_ranges 0x0000c9f0 0x1c8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .debug_ranges 0x0000cbb8 0xf8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .debug_ranges 0x0000ccb0 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) - .debug_ranges 0x0000cd18 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .debug_ranges 0x0000cdd0 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .debug_ranges 0x0000ce90 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .debug_ranges 0x0000cf60 0x2c0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .debug_ranges 0x0000d220 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .debug_ranges 0x0000d2a8 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .debug_ranges 0x0000d328 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .debug_ranges 0x0000d3e0 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .debug_ranges 0x0000d3f8 0x2f0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .debug_ranges 0x0000d6e8 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) - .debug_ranges 0x0000d770 0xe0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .debug_ranges 0x0000d850 0x140 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .debug_ranges 0x0000d990 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .debug_ranges 0x0000d9c0 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - .debug_ranges 0x0000d9d8 0x218 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .debug_ranges 0x0000dbf0 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) - .debug_ranges 0x0000dc20 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - .debug_ranges 0x0000dc38 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .debug_ranges 0x0000dc60 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .debug_ranges 0x0000dcf8 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) - .debug_ranges 0x0000dd08 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - .debug_ranges 0x0000dd20 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) - .debug_ranges 0x0000dd80 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) - .debug_ranges 0x0000dda8 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - .debug_ranges 0x0000de18 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - .debug_ranges 0x0000de88 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .debug_ranges 0x0000def8 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - .debug_ranges 0x0000df48 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .debug_ranges 0x0000dfa0 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .debug_ranges 0x0000dff0 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - .debug_ranges 0x0000e090 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) - .debug_ranges 0x0000e0d0 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .debug_ranges 0x0000e178 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - .debug_ranges 0x0000e248 0xc8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .debug_ranges 0x0000e310 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .debug_ranges 0x0000e3e0 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .debug_ranges 0x0000e470 0x198 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .debug_ranges 0x0000e608 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .debug_ranges 0x0000e6c8 0x170 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .debug_ranges 0x0000e838 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .debug_ranges 0x0000e898 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .debug_ranges 0x0000e8d8 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .debug_ranges 0x0000e920 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .debug_ranges 0x0000e9b0 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .debug_ranges 0x0000ea50 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .debug_ranges 0x0000ea80 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) - .debug_ranges 0x0000ea90 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) - .debug_ranges 0x0000eaa8 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - .debug_ranges 0x0000ead8 0x270 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .debug_ranges 0x0000ed48 0x1e0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .debug_ranges 0x0000ef28 0x110 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .debug_ranges 0x0000f038 0x80 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .debug_ranges 0x0000f0b8 0x58 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - .debug_ranges 0x0000f110 0xc8 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .debug_ranges 0x0000f1d8 0x198 esp-idf/hal/libhal.a(adc_hal_common.c.obj) - .debug_ranges 0x0000f370 0x98 esp-idf/hal/libhal.a(mpi_hal.c.obj) - .debug_ranges 0x0000f408 0x90 esp-idf/hal/libhal.a(sha_hal.c.obj) - .debug_ranges 0x0000f498 0x88 esp-idf/hal/libhal.a(aes_hal.c.obj) - .debug_ranges 0x0000f520 0x60 esp-idf/hal/libhal.a(hmac_hal.c.obj) - .debug_ranges 0x0000f580 0xa0 esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - .debug_ranges 0x0000f620 0x1b0 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .debug_ranges 0x0000f7d0 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) - .debug_ranges 0x0000f7e8 0x78 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .debug_ranges 0x0000f860 0x1e8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .debug_ranges 0x0000fa48 0x130 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .debug_ranges 0x0000fb78 0x110 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .debug_ranges 0x0000fc88 0x50 esp-idf/lwip/liblwip.a(netdb.c.obj) - .debug_ranges 0x0000fcd8 0x508 esp-idf/lwip/liblwip.a(sockets.c.obj) - .debug_ranges 0x000101e0 0x98 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .debug_ranges 0x00010278 0x70 esp-idf/lwip/liblwip.a(def.c.obj) - .debug_ranges 0x000102e8 0x188 esp-idf/lwip/liblwip.a(dns.c.obj) - .debug_ranges 0x00010470 0x10 esp-idf/lwip/liblwip.a(init.c.obj) - .debug_ranges 0x00010480 0x28 esp-idf/lwip/liblwip.a(ip.c.obj) - .debug_ranges 0x000104a8 0x30 esp-idf/lwip/liblwip.a(mem.c.obj) - .debug_ranges 0x000104d8 0x48 esp-idf/lwip/liblwip.a(memp.c.obj) - .debug_ranges 0x00010520 0x1a8 esp-idf/lwip/liblwip.a(netif.c.obj) - .debug_ranges 0x000106c8 0x200 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .debug_ranges 0x000108c8 0x98 esp-idf/lwip/liblwip.a(raw.c.obj) - .debug_ranges 0x00010960 0x328 esp-idf/lwip/liblwip.a(tcp.c.obj) - .debug_ranges 0x00010c88 0x1d0 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .debug_ranges 0x00010e58 0x148 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .debug_ranges 0x00010fa0 0x78 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .debug_ranges 0x00011018 0xa8 esp-idf/lwip/liblwip.a(udp.c.obj) - .debug_ranges 0x000110c0 0x1b0 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .debug_ranges 0x00011270 0x148 esp-idf/lwip/liblwip.a(etharp.c.obj) - .debug_ranges 0x000113b8 0x58 esp-idf/lwip/liblwip.a(icmp.c.obj) - .debug_ranges 0x00011410 0xd0 esp-idf/lwip/liblwip.a(igmp.c.obj) - .debug_ranges 0x000114e0 0xe0 esp-idf/lwip/liblwip.a(ip4.c.obj) - .debug_ranges 0x000115c0 0x38 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .debug_ranges 0x000115f8 0x10 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - .debug_ranges 0x00011608 0x50 esp-idf/lwip/liblwip.a(icmp6.c.obj) - .debug_ranges 0x00011658 0xf8 esp-idf/lwip/liblwip.a(ip6.c.obj) - .debug_ranges 0x00011750 0x20 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - .debug_ranges 0x00011770 0x10 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - .debug_ranges 0x00011780 0xc8 esp-idf/lwip/liblwip.a(mld6.c.obj) - .debug_ranges 0x00011848 0x200 esp-idf/lwip/liblwip.a(nd6.c.obj) - .debug_ranges 0x00011a48 0x18 esp-idf/lwip/liblwip.a(ethernet.c.obj) - .debug_ranges 0x00011a60 0x18 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) - .debug_ranges 0x00011a78 0x30 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) - .debug_ranges 0x00011aa8 0x18 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) - .debug_ranges 0x00011ac0 0x130 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .debug_ranges 0x00011bf0 0x50 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - .debug_ranges 0x00011c40 0x58 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .debug_ranges 0x00011c98 0x100 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .debug_ranges 0x00011d98 0x188 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .debug_ranges 0x00011f20 0x200 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .debug_ranges 0x00012120 0x10 esp-idf/lwip/liblwip.a(err.c.obj) - .debug_ranges 0x00012130 0x50 esp-idf/lwip/liblwip.a(netbuf.c.obj) - .debug_ranges 0x00012180 0x60 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .debug_ranges 0x000121e0 0x80 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .debug_ranges 0x00012260 0x40 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) - .debug_ranges 0x000122a0 0x18 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) - .debug_ranges 0x000122b8 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .debug_ranges 0x00012388 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - .debug_ranges 0x00012400 0x290 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .debug_ranges 0x00012690 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .debug_ranges 0x00012750 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) - .debug_ranges 0x00012770 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - .debug_ranges 0x000127c0 0x338 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .debug_ranges 0x00012af8 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - .debug_ranges 0x00012ba0 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .debug_ranges 0x00012c10 0x230 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .debug_ranges 0x00012e40 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - .debug_ranges 0x00012e90 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - .debug_ranges 0x00012f00 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) - .debug_ranges 0x00012f60 0xf0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .debug_ranges 0x00013050 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) - .debug_ranges 0x00013078 0x2d8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .debug_ranges 0x00013350 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) - .debug_ranges 0x000133d0 0x128 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .debug_ranges 0x000134f8 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) - .debug_ranges 0x00013508 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .debug_ranges 0x00013528 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) - .debug_ranges 0x00013540 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) - .debug_ranges 0x00013550 0x278 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .debug_ranges 0x000137c8 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .debug_ranges 0x00013808 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .debug_ranges 0x00013890 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .debug_ranges 0x00013938 0x1a0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .debug_ranges 0x00013ad8 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - .debug_ranges 0x00013b40 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - .debug_ranges 0x00013c10 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - .debug_ranges 0x00013c20 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - .debug_ranges 0x00013c30 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - .debug_ranges 0x00013c40 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) - .debug_ranges 0x00013c80 0xb0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .debug_ranges 0x00013d30 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .debug_ranges 0x00013db8 0x98 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - .debug_ranges 0x00013e50 0x48 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .debug_ranges 0x00013e98 0x28 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) - .debug_ranges 0x00013ec0 0x168 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .debug_ranges 0x00014028 0x90 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - .debug_ranges 0x000140b8 0xa8 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - .debug_ranges 0x00014160 0x60 esp-idf/hal/libhal.a(ds_hal.c.obj) - .debug_ranges 0x000141c0 0x10 esp-idf/lwip/liblwip.a(ethip6.c.obj) - .debug_ranges 0x000141d0 0xd8 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .debug_ranges 0x000142a8 0x20 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) - -.debug_weaknames - *(.debug_weaknames) - -.debug_funcnames - *(.debug_funcnames) - -.debug_typenames - *(.debug_typenames) - -.debug_varnames - *(.debug_varnames) - -.debug_gnu_pubnames - *(.debug_gnu_pubnames) - -.debug_gnu_pubtypes - *(.debug_gnu_pubtypes) - -.debug_types - *(.debug_types) - -.debug_addr - *(.debug_addr) - -.debug_line_str - 0x00000000 0x2292 - *(.debug_line_str) - .debug_line_str - 0x00000000 0x2292 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_opv.o) - 0x2a1 (size before relaxing) - .debug_line_str - 0x00002292 0x5c3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .debug_line_str - 0x00002292 0x2a7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) - .debug_line_str - 0x00002292 0x3de C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - .debug_line_str - 0x00002292 0x3b7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - .debug_line_str - 0x00002292 0x3d5 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - .debug_line_str - 0x00002292 0x3f1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_op.o) - .debug_line_str - 0x00002292 0x2a1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_ops.o) - .debug_line_str - 0x00002292 0x4e5 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) - .debug_line_str - 0x00002292 0x42f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .debug_line_str - 0x00002292 0x5d0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .debug_line_str - 0x00002292 0x67c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .debug_line_str - 0x00002292 0x2a1 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opv.o) - .debug_line_str - 0x00002292 0x4fa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_term_handler.o) - .debug_line_str - 0x00002292 0x499 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - .debug_line_str - 0x00002292 0x34b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - .debug_line_str - 0x00002292 0x1b4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-environ.o) - .debug_line_str - 0x00002292 0x1fa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ctype_.o) - .debug_line_str - 0x00002292 0x2e7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) - .debug_line_str - 0x00002292 0x2e7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) - .debug_line_str - 0x00002292 0x2f0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - .debug_line_str - 0x00002292 0x2e3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - .debug_line_str - 0x00002292 0x2d3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseek.o) - .debug_line_str - 0x00002292 0x2f5 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fvwrite.o) - .debug_line_str - 0x00002292 0x2d3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwalk.o) - .debug_line_str - 0x00002292 0x2df C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-printf.o) - .debug_line_str - 0x00002292 0x2eb C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-puts.o) - .debug_line_str - 0x00002292 0x2e7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) - .debug_line_str - 0x00002292 0x2ed C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-snprintf.o) - .debug_line_str - 0x00002292 0x2ea C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sprintf.o) - .debug_line_str - 0x00002292 0x2db C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-stdio.o) - .debug_line_str - 0x00002292 0x2e2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vprintf.o) - .debug_line_str - 0x00002292 0x2f0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vsnprintf.o) - .debug_line_str - 0x00002292 0x2e7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wsetup.o) - .debug_line_str - 0x00002292 0x2ed C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-asprintf.o) - .debug_line_str - 0x00002292 0x383 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - .debug_line_str - 0x00002292 0x2e9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror.o) - .debug_line_str - 0x00002292 0x1b7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-u_strerr.o) - .debug_line_str - 0x00002292 0x345 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-time.o) - .debug_line_str - 0x00002292 0x2d4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-reent.o) - .debug_line_str - 0x00002292 0x279 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - .debug_line_str - 0x00002292 0x287 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-errno.o) - .debug_line_str - 0x00002292 0x2eb C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysclose.o) - .debug_line_str - 0x00002292 0x36d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysfstat.o) - .debug_line_str - 0x00002292 0x35c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysgettod.o) - .debug_line_str - 0x00002292 0x2f9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysopen.o) - .debug_line_str - 0x00002292 0x2e8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysread.o) - .debug_line_str - 0x00002292 0x2eb C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-syswrite.o) - .debug_line_str - 0x00002292 0x412 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - .debug_line_str - 0x00002292 0x410 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - .debug_line_str - 0x00002292 0x400 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - .debug_line_str - 0x00002292 0x27f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-flags.o) - .debug_line_str - 0x00002292 0x375 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-makebuf.o) - .debug_line_str - 0x00002292 0x367 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) - .debug_line_str - 0x00002292 0x2f9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-localeconv.o) - .debug_line_str - 0x00002292 0x2bf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libm_a-s_frexp.o) - .debug_line_str - 0x00002292 0x3c7 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - .debug_line_str - 0x00002292 0x354 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbtowc_r.o) - .debug_line_str - 0x00002292 0x3ca C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - .debug_line_str - 0x00002292 0x354 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wctomb_r.o) - .debug_line_str - 0x00002292 0x402 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - .debug_line_str - 0x00002292 0x1cf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(trunctfdf2.o) - -.debug_loclists - 0x00000000 0xd75e - *(.debug_loclists) - .debug_loclists - 0x00000000 0x25 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_opv.o) - .debug_loclists - 0x00000025 0x1cc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .debug_loclists - 0x000001f1 0x25 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) - .debug_loclists - 0x00000216 0x42e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - .debug_loclists - 0x00000644 0xea C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - .debug_loclists - 0x0000072e 0x33a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - .debug_loclists - 0x00000a68 0x25 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_op.o) - .debug_loclists - 0x00000a8d 0x25 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_ops.o) - .debug_loclists - 0x00000ab2 0x13f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) - .debug_loclists - 0x00000bf1 0xa2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .debug_loclists - 0x00000c93 0x12c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .debug_loclists - 0x00000dbf 0x274 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .debug_loclists - 0x00001033 0x25 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opv.o) - .debug_loclists - 0x00001058 0x43 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - .debug_loclists - 0x0000109b 0x61 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - .debug_loclists - 0x000010fc 0x7f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) - .debug_loclists - 0x0000117b 0x16a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) - .debug_loclists - 0x000012e5 0x280 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - .debug_loclists - 0x00001565 0xd2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - .debug_loclists - 0x00001637 0xf4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseek.o) - .debug_loclists - 0x0000172b 0x2e6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fvwrite.o) - .debug_loclists - 0x00001a11 0x8c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwalk.o) - .debug_loclists - 0x00001a9d 0x58 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-printf.o) - .debug_loclists - 0x00001af5 0x95 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-puts.o) - .debug_loclists - 0x00001b8a 0xdd C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) - .debug_loclists - 0x00001c67 0x13d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-snprintf.o) - .debug_loclists - 0x00001da4 0x7f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sprintf.o) - .debug_loclists - 0x00001e23 0x211 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-stdio.o) - .debug_loclists - 0x00002034 0x7c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vprintf.o) - .debug_loclists - 0x000020b0 0x153 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vsnprintf.o) - .debug_loclists - 0x00002203 0x58 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wsetup.o) - .debug_loclists - 0x0000225b 0x85 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-asprintf.o) - .debug_loclists - 0x000022e0 0x200 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - .debug_loclists - 0x000024e0 0xb7b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror.o) - .debug_loclists - 0x0000305b 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-u_strerr.o) - .debug_loclists - 0x0000307b 0x25 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-time.o) - .debug_loclists - 0x000030a0 0x69 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-reent.o) - .debug_loclists - 0x00003109 0x1e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysclose.o) - .debug_loclists - 0x00003127 0x3c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysfstat.o) - .debug_loclists - 0x00003163 0x3c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysgettod.o) - .debug_loclists - 0x0000319f 0x3e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysopen.o) - .debug_loclists - 0x000031dd 0x5a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysread.o) - .debug_loclists - 0x00003237 0x5a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-syswrite.o) - .debug_loclists - 0x00003291 0x2388 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - .debug_loclists - 0x00005619 0x2431 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - .debug_loclists - 0x00007a4a 0x15cc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - .debug_loclists - 0x00009016 0x85 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-flags.o) - .debug_loclists - 0x0000909b 0x106 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-makebuf.o) - .debug_loclists - 0x000091a1 0x88 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) - .debug_loclists - 0x00009229 0x3c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-localeconv.o) - .debug_loclists - 0x00009265 0x8f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libm_a-s_frexp.o) - .debug_loclists - 0x000092f4 0x1100 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - .debug_loclists - 0x0000a3f4 0xa2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbtowc_r.o) - .debug_loclists - 0x0000a496 0x1348 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - .debug_loclists - 0x0000b7de 0x96 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wctomb_r.o) - .debug_loclists - 0x0000b874 0x1a64 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - .debug_loclists - 0x0000d2d8 0x486 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(trunctfdf2.o) - -.debug_macro - *(.debug_macro) - -.debug_names - *(.debug_names) - -.debug_rnglists - 0x00000000 0x9a4 - *(.debug_rnglists) - .debug_rnglists - 0x00000000 0x13 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_opv.o) - .debug_rnglists - 0x00000013 0xdc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .debug_rnglists - 0x000000ef 0x13 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) - .debug_rnglists - 0x00000102 0x50 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - .debug_rnglists - 0x00000152 0x4c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - .debug_rnglists - 0x0000019e 0x67 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - .debug_rnglists - 0x00000205 0x13 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_op.o) - .debug_rnglists - 0x00000218 0x13 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_ops.o) - .debug_rnglists - 0x0000022b 0x43 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) - .debug_rnglists - 0x0000026e 0x55 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .debug_rnglists - 0x000002c3 0x9d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .debug_rnglists - 0x00000360 0x115 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .debug_rnglists - 0x00000475 0x13 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opv.o) - .debug_rnglists - 0x00000488 0x1f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - .debug_rnglists - 0x000004a7 0x1f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - .debug_rnglists - 0x000004c6 0x21 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) - .debug_rnglists - 0x000004e7 0x57 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - .debug_rnglists - 0x0000053e 0x19 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseek.o) - .debug_rnglists - 0x00000557 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fvwrite.o) - .debug_rnglists - 0x00000587 0x13 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-puts.o) - .debug_rnglists - 0x0000059a 0x1a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) - .debug_rnglists - 0x000005b4 0x13 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wsetup.o) - .debug_rnglists - 0x000005c7 0x1e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - .debug_rnglists - 0x000005e5 0x1e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-reent.o) - .debug_rnglists - 0x00000603 0xa0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - .debug_rnglists - 0x000006a3 0xab C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - .debug_rnglists - 0x0000074e 0x60 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - .debug_rnglists - 0x000007ae 0x28 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-localeconv.o) - .debug_rnglists - 0x000007d6 0x13 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libm_a-s_frexp.o) - .debug_rnglists - 0x000007e9 0x36 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - .debug_rnglists - 0x0000081f 0x77 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - .debug_rnglists - 0x00000896 0x56 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - .debug_rnglists - 0x000008ec 0xb8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(trunctfdf2.o) - -.debug_str_offsets - *(.debug_str_offsets) - -.comment 0x00000000 0x60 - *(.comment) - .comment 0x00000000 0x60 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) - 0x30 (size before relaxing) - .comment 0x00000060 0x30 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .comment 0x00000060 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .comment 0x00000060 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .comment 0x00000060 0x30 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .comment 0x00000060 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(clk.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(startup.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .comment 0x00000060 0x30 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .comment 0x00000060 0x30 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .comment 0x00000060 0x30 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .comment 0x00000060 0x30 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .comment 0x00000060 0x30 esp-idf/hal/libhal.a(brownout_hal.c.obj) - .comment 0x00000060 0x30 esp-idf/log/liblog.a(log_timestamp.c.obj) - .comment 0x00000060 0x30 esp-idf/log/liblog.a(log_write.c.obj) - .comment 0x00000060 0x30 esp-idf/log/liblog.a(log_level.c.obj) - .comment 0x00000060 0x30 esp-idf/log/liblog.a(tag_log_level.c.obj) - .comment 0x00000060 0x30 esp-idf/log/liblog.a(log_linked_list.c.obj) - .comment 0x00000060 0x30 esp-idf/log/liblog.a(log_binary_heap.c.obj) - .comment 0x00000060 0x30 esp-idf/log/liblog.a(log_lock.c.obj) - .comment 0x00000060 0x30 esp-idf/heap/libheap.a(heap_caps.c.obj) - .comment 0x00000060 0x30 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .comment 0x00000060 0x30 esp-idf/heap/libheap.a(multi_heap.c.obj) - .comment 0x00000060 0x30 esp-idf/heap/libheap.a(tlsf.c.obj) - .comment 0x00000060 0x30 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - .comment 0x00000060 0x30 esp-idf/heap/libheap.a(memory_layout.c.obj) - .comment 0x00000060 0x30 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_security/libesp_security.a(init.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(queue.c.obj) - .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(port.c.obj) - .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(port_common.c.obj) - .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(list.c.obj) - .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(abort.c.obj) - .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(assert.c.obj) - .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(heap.c.obj) - .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(locks.c.obj) - .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(getentropy.c.obj) - .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(time.c.obj) - .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(random.c.obj) - .comment 0x00000060 0x30 esp-idf/pthread/libpthread.a(pthread.c.obj) - .comment 0x00000060 0x30 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .comment 0x00000060 0x30 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .comment 0x00000060 0x30 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .comment 0x00000060 0x30 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .comment 0x00000060 0x30 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .comment 0x00000060 0x30 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) - .comment 0x00000060 0x30 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .comment 0x00000060 0x30 esp-idf/vfs/libvfs.a(vfs.c.obj) - .comment 0x00000060 0x30 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .comment 0x00000060 0x30 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .comment 0x00000060 0x30 esp-idf/main/libmain.a(app_main.c.obj) - .comment 0x00000060 0x30 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .comment 0x00000060 0x30 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - .comment 0x00000060 0x30 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - .comment 0x00000060 0x30 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) - .comment 0x00000060 0x30 esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - .comment 0x00000060 0x30 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .comment 0x00000060 0x30 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - .comment 0x00000060 0x30 esp-idf/riscv/libriscv.a(interrupt.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .comment 0x00000060 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .comment 0x00000060 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .comment 0x00000060 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .comment 0x00000060 0x30 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - .comment 0x00000060 0x30 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .comment 0x00000060 0x30 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .comment 0x00000060 0x30 esp-idf/hal/libhal.a(cache_hal.c.obj) - .comment 0x00000060 0x30 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .comment 0x00000060 0x30 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .comment 0x00000060 0x30 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .comment 0x00000060 0x30 esp-idf/hal/libhal.a(systimer_hal.c.obj) - .comment 0x00000060 0x30 esp-idf/hal/libhal.a(uart_hal.c.obj) - .comment 0x00000060 0x30 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .comment 0x00000060 0x30 esp-idf/soc/libsoc.a(interrupts.c.obj) - .comment 0x00000060 0x30 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .comment 0x00000060 0x30 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .comment 0x00000060 0x30 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .comment 0x00000060 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .comment 0x00000060 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .comment 0x00000060 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .comment 0x00000060 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .comment 0x00000060 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .comment 0x00000060 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .comment 0x00000060 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .comment 0x00000060 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .comment 0x00000060 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .comment 0x00000060 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .comment 0x00000060 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .comment 0x00000060 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .comment 0x00000060 0x30 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .comment 0x00000060 0x30 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .comment 0x00000060 0x30 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) - .comment 0x00000060 0x30 esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) - .comment 0x00000060 0x30 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .comment 0x00000060 0x30 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - .comment 0x00000060 0x30 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .comment 0x00000060 0x30 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) - .comment 0x00000060 0x30 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .comment 0x00000060 0x30 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_gcmp.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_tkip.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_wep.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - .comment 0x00000060 0x30 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .comment 0x00000060 0x30 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - .comment 0x00000060 0x30 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .comment 0x00000060 0x30 esp-idf/hal/libhal.a(adc_hal_common.c.obj) - .comment 0x00000060 0x30 esp-idf/hal/libhal.a(mpi_hal.c.obj) - .comment 0x00000060 0x30 esp-idf/hal/libhal.a(sha_hal.c.obj) - .comment 0x00000060 0x30 esp-idf/hal/libhal.a(aes_hal.c.obj) - .comment 0x00000060 0x30 esp-idf/hal/libhal.a(hmac_hal.c.obj) - .comment 0x00000060 0x30 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) - .comment 0x00000060 0x30 esp-idf/soc/libsoc.a(mpi_periph.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(netdb.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(sockets.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(def.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(dns.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(init.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(ip.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(mem.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(memp.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(netif.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(raw.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(tcp.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(udp.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(etharp.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(icmp.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(igmp.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(ip4.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(icmp6.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(ip6.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(mld6.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(nd6.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(ethernet.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(err.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(netbuf.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .comment 0x00000060 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - .comment 0x00000060 0x30 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .comment 0x00000060 0x30 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - .comment 0x00000060 0x30 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .comment 0x00000060 0x30 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - .comment 0x00000060 0x30 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - .comment 0x00000060 0x30 esp-idf/hal/libhal.a(ds_hal.c.obj) - .comment 0x00000060 0x30 esp-idf/lwip/liblwip.a(ethip6.c.obj) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_opv.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_op.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_ops.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opv.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_term_handler.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - .comment 0x00000060 0x30 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pbus.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_gain.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_analog_cal.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_basic.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_i2c.o) - .comment 0x00000060 0x32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - .comment 0x00000060 0x30 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-environ.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ctype_.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseek.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fvwrite.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwalk.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-printf.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-puts.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-snprintf.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sprintf.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-stdio.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vprintf.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vsnprintf.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wsetup.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-asprintf.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-u_strerr.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-time.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-reent.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-errno.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysclose.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysfstat.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysgettod.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysopen.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysread.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-syswrite.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-flags.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-makebuf.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-localeconv.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libm_a-s_frexp.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbtowc_r.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wctomb_r.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - .comment 0x00000060 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(trunctfdf2.o) - -.note.GNU-stack - 0x00000000 0x0 - *(.note.GNU-stack) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(clk.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/log/liblog.a(log_write.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/log/liblog.a(log_level.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/log/liblog.a(tag_log_level.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/log/liblog.a(log_linked_list.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/log/liblog.a(log_binary_heap.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/log/liblog.a(log_lock.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/heap/libheap.a(tlsf.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/heap/libheap.a(memory_layout.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(init.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/freertos/libfreertos.a(list.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/newlib/libnewlib.a(assert.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/newlib/libnewlib.a(getentropy.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/newlib/libnewlib.a(random.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/main/libmain.a(app_main.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/riscv/libriscv.a(interrupt.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(cache_hal.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(systimer_hal.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/soc/libsoc.a(interrupts.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(adc_hal_common.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(mpi_hal.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(aes_hal.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(hmac_hal.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/soc/libsoc.a(mpi_periph.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(netdb.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(def.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(init.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(mem.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(memp.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(icmp.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(ethernet.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(err.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(netbuf.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(ds_hal.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/lwip/liblwip.a(ethip6.c.obj) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_opv.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_op.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_ops.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opv.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_term_handler.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - .note.GNU-stack - 0x00000000 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-environ.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ctype_.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseek.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fvwrite.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwalk.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-printf.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-puts.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-snprintf.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sprintf.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-stdio.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vprintf.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vsnprintf.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wsetup.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-asprintf.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-u_strerr.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-time.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-reent.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-errno.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysclose.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysfstat.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysgettod.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysopen.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysread.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-syswrite.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-flags.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-makebuf.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-localeconv.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libm_a-s_frexp.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbtowc_r.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wctomb_r.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(trunctfdf2.o) - -.riscv.attributes - 0x00000000 0x6a - *(.riscv.attributes) - .riscv.attributes - 0x00000000 0x64 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.crt.S.obj - .riscv.attributes - 0x00000064 0x64 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.key.S.obj - .riscv.attributes - 0x000000c8 0x64 CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/mosquitto.org.crt.S.obj - .riscv.attributes - 0x0000012c 0x44 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) - .riscv.attributes - 0x00000170 0x44 esp-idf/efuse/libefuse.a(esp_efuse_startup.c.obj) - .riscv.attributes - 0x000001b4 0x44 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .riscv.attributes - 0x000001f8 0x44 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .riscv.attributes - 0x0000023c 0x44 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .riscv.attributes - 0x00000280 0x44 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .riscv.attributes - 0x000002c4 0x44 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) - .riscv.attributes - 0x00000308 0x44 esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - .riscv.attributes - 0x0000034c 0x44 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) - .riscv.attributes - 0x00000390 0x48 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - .riscv.attributes - 0x000003d8 0x44 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) - .riscv.attributes - 0x0000041c 0x44 esp-idf/esp_system/libesp_system.a(brownout.c.obj) - .riscv.attributes - 0x00000460 0x48 esp-idf/esp_system/libesp_system.a(clk.c.obj) - .riscv.attributes - 0x000004a8 0x44 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) - .riscv.attributes - 0x000004ec 0x48 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - .riscv.attributes - 0x00000534 0x44 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - .riscv.attributes - 0x00000578 0x44 esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - .riscv.attributes - 0x000005bc 0x44 esp-idf/esp_system/libesp_system.a(panic.c.obj) - .riscv.attributes - 0x00000600 0x44 esp-idf/esp_system/libesp_system.a(startup.c.obj) - .riscv.attributes - 0x00000644 0x44 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - .riscv.attributes - 0x00000688 0x48 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - .riscv.attributes - 0x000006d0 0x44 esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - .riscv.attributes - 0x00000714 0x44 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) - .riscv.attributes - 0x00000758 0x44 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .riscv.attributes - 0x0000079c 0x44 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .riscv.attributes - 0x000007e0 0x44 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .riscv.attributes - 0x00000824 0x44 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - .riscv.attributes - 0x00000868 0x44 esp-idf/hal/libhal.a(brownout_hal.c.obj) - .riscv.attributes - 0x000008ac 0x48 esp-idf/log/liblog.a(log_timestamp.c.obj) - .riscv.attributes - 0x000008f4 0x44 esp-idf/log/liblog.a(log_write.c.obj) - .riscv.attributes - 0x00000938 0x44 esp-idf/log/liblog.a(log_level.c.obj) - .riscv.attributes - 0x0000097c 0x44 esp-idf/log/liblog.a(tag_log_level.c.obj) - .riscv.attributes - 0x000009c0 0x44 esp-idf/log/liblog.a(log_linked_list.c.obj) - .riscv.attributes - 0x00000a04 0x44 esp-idf/log/liblog.a(log_binary_heap.c.obj) - .riscv.attributes - 0x00000a48 0x44 esp-idf/log/liblog.a(log_lock.c.obj) - .riscv.attributes - 0x00000a8c 0x44 esp-idf/heap/libheap.a(heap_caps.c.obj) - .riscv.attributes - 0x00000ad0 0x44 esp-idf/heap/libheap.a(heap_caps_init.c.obj) - .riscv.attributes - 0x00000b14 0x44 esp-idf/heap/libheap.a(multi_heap.c.obj) - .riscv.attributes - 0x00000b58 0x44 esp-idf/heap/libheap.a(tlsf.c.obj) - .riscv.attributes - 0x00000b9c 0x44 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) - .riscv.attributes - 0x00000be0 0x44 esp-idf/heap/libheap.a(memory_layout.c.obj) - .riscv.attributes - 0x00000c24 0x44 esp-idf/heap/libheap.a(heap_caps_base.c.obj) - .riscv.attributes - 0x00000c68 0x44 esp-idf/esp_security/libesp_security.a(init.c.obj) - .riscv.attributes - 0x00000cac 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) - .riscv.attributes - 0x00000cf4 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - .riscv.attributes - 0x00000d38 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - .riscv.attributes - 0x00000d80 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - .riscv.attributes - 0x00000dc4 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) - .riscv.attributes - 0x00000e08 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - .riscv.attributes - 0x00000e4c 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - .riscv.attributes - 0x00000e90 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .riscv.attributes - 0x00000ed4 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .riscv.attributes - 0x00000f18 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - .riscv.attributes - 0x00000f5c 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .riscv.attributes - 0x00000fa0 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - .riscv.attributes - 0x00000fe4 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - .riscv.attributes - 0x00001028 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - .riscv.attributes - 0x0000106c 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - .riscv.attributes - 0x000010b0 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - .riscv.attributes - 0x000010f8 0x44 esp-idf/freertos/libfreertos.a(app_startup.c.obj) - .riscv.attributes - 0x0000113c 0x44 esp-idf/freertos/libfreertos.a(queue.c.obj) - .riscv.attributes - 0x00001180 0x44 esp-idf/freertos/libfreertos.a(tasks.c.obj) - .riscv.attributes - 0x000011c4 0x48 esp-idf/freertos/libfreertos.a(port.c.obj) - .riscv.attributes - 0x0000120c 0x44 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - .riscv.attributes - 0x00001250 0x44 esp-idf/freertos/libfreertos.a(port_common.c.obj) - .riscv.attributes - 0x00001294 0x44 esp-idf/freertos/libfreertos.a(port_systick.c.obj) - .riscv.attributes - 0x000012d8 0x44 esp-idf/freertos/libfreertos.a(list.c.obj) - .riscv.attributes - 0x0000131c 0x44 esp-idf/newlib/libnewlib.a(abort.c.obj) - .riscv.attributes - 0x00001360 0x44 esp-idf/newlib/libnewlib.a(assert.c.obj) - .riscv.attributes - 0x000013a4 0x44 esp-idf/newlib/libnewlib.a(heap.c.obj) - .riscv.attributes - 0x000013e8 0x44 esp-idf/newlib/libnewlib.a(locks.c.obj) - .riscv.attributes - 0x0000142c 0x44 esp-idf/newlib/libnewlib.a(pthread.c.obj) - .riscv.attributes - 0x00001470 0x44 esp-idf/newlib/libnewlib.a(getentropy.c.obj) - .riscv.attributes - 0x000014b4 0x44 esp-idf/newlib/libnewlib.a(reent_init.c.obj) - .riscv.attributes - 0x000014f8 0x44 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - .riscv.attributes - 0x0000153c 0x44 esp-idf/newlib/libnewlib.a(syscalls.c.obj) - .riscv.attributes - 0x00001580 0x44 esp-idf/newlib/libnewlib.a(time.c.obj) - .riscv.attributes - 0x000015c4 0x44 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - .riscv.attributes - 0x00001608 0x44 esp-idf/newlib/libnewlib.a(random.c.obj) - .riscv.attributes - 0x0000164c 0x44 esp-idf/pthread/libpthread.a(pthread.c.obj) - .riscv.attributes - 0x00001690 0x44 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - .riscv.attributes - 0x000016d4 0x44 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - .riscv.attributes - 0x00001718 0x44 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) - .riscv.attributes - 0x0000175c 0x44 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - .riscv.attributes - 0x000017a0 0x44 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - .riscv.attributes - 0x000017e4 0x44 esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) - .riscv.attributes - 0x00001828 0x44 esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) - .riscv.attributes - 0x0000186c 0x44 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - .riscv.attributes - 0x000018b0 0x44 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) - .riscv.attributes - 0x000018f4 0x44 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - .riscv.attributes - 0x00001938 0x44 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - .riscv.attributes - 0x0000197c 0x44 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - .riscv.attributes - 0x000019c0 0x44 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - .riscv.attributes - 0x00001a04 0x44 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - .riscv.attributes - 0x00001a48 0x44 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - .riscv.attributes - 0x00001a8c 0x44 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - .riscv.attributes - 0x00001ad0 0x44 esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - .riscv.attributes - 0x00001b14 0x44 esp-idf/vfs/libvfs.a(vfs.c.obj) - .riscv.attributes - 0x00001b58 0x44 esp-idf/vfs/libvfs.a(nullfs.c.obj) - .riscv.attributes - 0x00001b9c 0x44 esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - .riscv.attributes - 0x00001be0 0x44 esp-idf/main/libmain.a(app_main.c.obj) - .riscv.attributes - 0x00001c24 0x44 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - .riscv.attributes - 0x00001c68 0x44 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - .riscv.attributes - 0x00001cac 0x44 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) - .riscv.attributes - 0x00001cf0 0x44 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) - .riscv.attributes - 0x00001d34 0x44 esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - .riscv.attributes - 0x00001d78 0x44 esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - .riscv.attributes - 0x00001dbc 0x44 esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - .riscv.attributes - 0x00001e00 0x44 esp-idf/riscv/libriscv.a(interrupt.c.obj) - .riscv.attributes - 0x00001e44 0x68 esp-idf/riscv/libriscv.a(vectors.S.obj) - .riscv.attributes - 0x00001eac 0x64 esp-idf/riscv/libriscv.a(vectors_intc.S.obj) - .riscv.attributes - 0x00001f10 0x44 esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - .riscv.attributes - 0x00001f54 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .riscv.attributes - 0x00001f98 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .riscv.attributes - 0x00001fdc 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .riscv.attributes - 0x00002020 0x44 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .riscv.attributes - 0x00002064 0x44 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - .riscv.attributes - 0x000020a8 0x44 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) - .riscv.attributes - 0x000020ec 0x44 esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - .riscv.attributes - 0x00002130 0x44 esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - .riscv.attributes - 0x00002174 0x44 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) - .riscv.attributes - 0x000021b8 0x44 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - .riscv.attributes - 0x000021fc 0x44 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - .riscv.attributes - 0x00002240 0x44 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - .riscv.attributes - 0x00002284 0x44 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - .riscv.attributes - 0x000022c8 0x44 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - .riscv.attributes - 0x0000230c 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) - .riscv.attributes - 0x00002350 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) - .riscv.attributes - 0x00002394 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) - .riscv.attributes - 0x000023d8 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - .riscv.attributes - 0x0000241c 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) - .riscv.attributes - 0x00002460 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) - .riscv.attributes - 0x000024a4 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) - .riscv.attributes - 0x000024e8 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) - .riscv.attributes - 0x0000252c 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - .riscv.attributes - 0x00002570 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) - .riscv.attributes - 0x000025b4 0x44 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) - .riscv.attributes - 0x000025f8 0x44 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - .riscv.attributes - 0x0000263c 0x44 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - .riscv.attributes - 0x00002680 0x44 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - .riscv.attributes - 0x000026c4 0x44 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - .riscv.attributes - 0x00002708 0x44 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - .riscv.attributes - 0x0000274c 0x44 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - .riscv.attributes - 0x00002790 0x44 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) - .riscv.attributes - 0x000027d4 0x44 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .riscv.attributes - 0x00002818 0x44 esp-idf/hal/libhal.a(cache_hal.c.obj) - .riscv.attributes - 0x0000285c 0x44 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) - .riscv.attributes - 0x000028a0 0x44 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - .riscv.attributes - 0x000028e4 0x44 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - .riscv.attributes - 0x00002928 0x44 esp-idf/hal/libhal.a(systimer_hal.c.obj) - .riscv.attributes - 0x0000296c 0x44 esp-idf/hal/libhal.a(uart_hal.c.obj) - .riscv.attributes - 0x000029b0 0x44 esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - .riscv.attributes - 0x000029f4 0x44 esp-idf/soc/libsoc.a(interrupts.c.obj) - .riscv.attributes - 0x00002a38 0x44 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .riscv.attributes - 0x00002a7c 0x44 esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - .riscv.attributes - 0x00002ac0 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) - .riscv.attributes - 0x00002b04 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .riscv.attributes - 0x00002b4c 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) - .riscv.attributes - 0x00002b94 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - .riscv.attributes - 0x00002bd8 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - .riscv.attributes - 0x00002c1c 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - .riscv.attributes - 0x00002c60 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - .riscv.attributes - 0x00002ca4 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) - .riscv.attributes - 0x00002ce8 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - .riscv.attributes - 0x00002d2c 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - .riscv.attributes - 0x00002d70 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - .riscv.attributes - 0x00002db4 0x44 esp-idf/freertos/libfreertos.a(event_groups.c.obj) - .riscv.attributes - 0x00002df8 0x64 esp-idf/freertos/libfreertos.a(portasm.S.obj) - .riscv.attributes - 0x00002e5c 0x44 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - .riscv.attributes - 0x00002ea0 0x44 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - .riscv.attributes - 0x00002ee4 0x44 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) - .riscv.attributes - 0x00002f28 0x44 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - .riscv.attributes - 0x00002f6c 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - .riscv.attributes - 0x00002fb0 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) - .riscv.attributes - 0x00002ff4 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) - .riscv.attributes - 0x00003038 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - .riscv.attributes - 0x0000307c 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - .riscv.attributes - 0x000030c0 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - .riscv.attributes - 0x00003104 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) - .riscv.attributes - 0x00003148 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - .riscv.attributes - 0x0000318c 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) - .riscv.attributes - 0x000031d0 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - .riscv.attributes - 0x00003214 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) - .riscv.attributes - 0x00003258 0x44 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - .riscv.attributes - 0x0000329c 0x44 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - .riscv.attributes - 0x000032e0 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) - .riscv.attributes - 0x00003324 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - .riscv.attributes - 0x00003368 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - .riscv.attributes - 0x000033ac 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) - .riscv.attributes - 0x000033f0 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) - .riscv.attributes - 0x00003434 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - .riscv.attributes - 0x00003478 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) - .riscv.attributes - 0x000034bc 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - .riscv.attributes - 0x00003500 0x44 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - .riscv.attributes - 0x00003544 0x44 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - .riscv.attributes - 0x00003588 0x44 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) - .riscv.attributes - 0x000035cc 0x44 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - .riscv.attributes - 0x00003610 0x44 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) - .riscv.attributes - 0x00003654 0x44 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - .riscv.attributes - 0x00003698 0x44 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) - .riscv.attributes - 0x000036dc 0x44 esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) - .riscv.attributes - 0x00003720 0x44 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) - .riscv.attributes - 0x00003764 0x44 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) - .riscv.attributes - 0x000037a8 0x44 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - .riscv.attributes - 0x000037ec 0x44 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) - .riscv.attributes - 0x00003830 0x44 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - .riscv.attributes - 0x00003874 0x44 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) - .riscv.attributes - 0x000038b8 0x44 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) - .riscv.attributes - 0x000038fc 0x44 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - .riscv.attributes - 0x00003940 0x44 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) - .riscv.attributes - 0x00003984 0x44 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) - .riscv.attributes - 0x000039c8 0x44 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) - .riscv.attributes - 0x00003a0c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - .riscv.attributes - 0x00003a50 0x44 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) - .riscv.attributes - 0x00003a94 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - .riscv.attributes - 0x00003ad8 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - .riscv.attributes - 0x00003b1c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) - .riscv.attributes - 0x00003b60 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) - .riscv.attributes - 0x00003ba4 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) - .riscv.attributes - 0x00003be8 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) - .riscv.attributes - 0x00003c2c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) - .riscv.attributes - 0x00003c70 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) - .riscv.attributes - 0x00003cb4 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) - .riscv.attributes - 0x00003cf8 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) - .riscv.attributes - 0x00003d3c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) - .riscv.attributes - 0x00003d80 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) - .riscv.attributes - 0x00003dc4 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) - .riscv.attributes - 0x00003e08 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) - .riscv.attributes - 0x00003e4c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) - .riscv.attributes - 0x00003e90 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) - .riscv.attributes - 0x00003ed4 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) - .riscv.attributes - 0x00003f18 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) - .riscv.attributes - 0x00003f5c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) - .riscv.attributes - 0x00003fa0 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) - .riscv.attributes - 0x00003fe4 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) - .riscv.attributes - 0x00004028 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) - .riscv.attributes - 0x0000406c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) - .riscv.attributes - 0x000040b0 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - .riscv.attributes - 0x000040f4 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) - .riscv.attributes - 0x00004138 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - .riscv.attributes - 0x0000417c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) - .riscv.attributes - 0x000041c0 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) - .riscv.attributes - 0x00004204 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - .riscv.attributes - 0x00004248 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - .riscv.attributes - 0x0000428c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - .riscv.attributes - 0x000042d0 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - .riscv.attributes - 0x00004314 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - .riscv.attributes - 0x00004358 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) - .riscv.attributes - 0x0000439c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - .riscv.attributes - 0x000043e0 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) - .riscv.attributes - 0x00004424 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) - .riscv.attributes - 0x00004468 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) - .riscv.attributes - 0x000044ac 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) - .riscv.attributes - 0x000044f0 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) - .riscv.attributes - 0x00004534 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) - .riscv.attributes - 0x00004578 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - .riscv.attributes - 0x000045bc 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) - .riscv.attributes - 0x00004600 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) - .riscv.attributes - 0x00004644 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) - .riscv.attributes - 0x00004688 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) - .riscv.attributes - 0x000046cc 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) - .riscv.attributes - 0x00004710 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - .riscv.attributes - 0x00004754 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - .riscv.attributes - 0x00004798 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) - .riscv.attributes - 0x000047dc 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) - .riscv.attributes - 0x00004820 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) - .riscv.attributes - 0x00004864 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - .riscv.attributes - 0x000048a8 0x44 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) - .riscv.attributes - 0x000048ec 0x44 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) - .riscv.attributes - 0x00004930 0x44 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - .riscv.attributes - 0x00004974 0x44 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - .riscv.attributes - 0x000049b8 0x44 esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - .riscv.attributes - 0x000049fc 0x44 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - .riscv.attributes - 0x00004a40 0x44 esp-idf/hal/libhal.a(adc_hal_common.c.obj) - .riscv.attributes - 0x00004a84 0x44 esp-idf/hal/libhal.a(mpi_hal.c.obj) - .riscv.attributes - 0x00004ac8 0x44 esp-idf/hal/libhal.a(sha_hal.c.obj) - .riscv.attributes - 0x00004b0c 0x44 esp-idf/hal/libhal.a(aes_hal.c.obj) - .riscv.attributes - 0x00004b50 0x44 esp-idf/hal/libhal.a(hmac_hal.c.obj) - .riscv.attributes - 0x00004b94 0x44 esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) - .riscv.attributes - 0x00004bd8 0x44 esp-idf/soc/libsoc.a(mpi_periph.c.obj) - .riscv.attributes - 0x00004c1c 0x44 esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - .riscv.attributes - 0x00004c60 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - .riscv.attributes - 0x00004ca4 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) - .riscv.attributes - 0x00004ce8 0x44 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - .riscv.attributes - 0x00004d2c 0x44 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - .riscv.attributes - 0x00004d70 0x44 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - .riscv.attributes - 0x00004db4 0x44 esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) - .riscv.attributes - 0x00004df8 0x44 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - .riscv.attributes - 0x00004e3c 0x44 esp-idf/lwip/liblwip.a(netdb.c.obj) - .riscv.attributes - 0x00004e80 0x44 esp-idf/lwip/liblwip.a(sockets.c.obj) - .riscv.attributes - 0x00004ec4 0x44 esp-idf/lwip/liblwip.a(tcpip.c.obj) - .riscv.attributes - 0x00004f08 0x44 esp-idf/lwip/liblwip.a(def.c.obj) - .riscv.attributes - 0x00004f4c 0x44 esp-idf/lwip/liblwip.a(dns.c.obj) - .riscv.attributes - 0x00004f90 0x44 esp-idf/lwip/liblwip.a(init.c.obj) - .riscv.attributes - 0x00004fd4 0x44 esp-idf/lwip/liblwip.a(ip.c.obj) - .riscv.attributes - 0x00005018 0x44 esp-idf/lwip/liblwip.a(mem.c.obj) - .riscv.attributes - 0x0000505c 0x44 esp-idf/lwip/liblwip.a(memp.c.obj) - .riscv.attributes - 0x000050a0 0x44 esp-idf/lwip/liblwip.a(netif.c.obj) - .riscv.attributes - 0x000050e4 0x44 esp-idf/lwip/liblwip.a(pbuf.c.obj) - .riscv.attributes - 0x00005128 0x44 esp-idf/lwip/liblwip.a(raw.c.obj) - .riscv.attributes - 0x0000516c 0x44 esp-idf/lwip/liblwip.a(tcp.c.obj) - .riscv.attributes - 0x000051b0 0x44 esp-idf/lwip/liblwip.a(tcp_in.c.obj) - .riscv.attributes - 0x000051f4 0x44 esp-idf/lwip/liblwip.a(tcp_out.c.obj) - .riscv.attributes - 0x00005238 0x44 esp-idf/lwip/liblwip.a(timeouts.c.obj) - .riscv.attributes - 0x0000527c 0x44 esp-idf/lwip/liblwip.a(udp.c.obj) - .riscv.attributes - 0x000052c0 0x44 esp-idf/lwip/liblwip.a(dhcp.c.obj) - .riscv.attributes - 0x00005304 0x44 esp-idf/lwip/liblwip.a(etharp.c.obj) - .riscv.attributes - 0x00005348 0x44 esp-idf/lwip/liblwip.a(icmp.c.obj) - .riscv.attributes - 0x0000538c 0x44 esp-idf/lwip/liblwip.a(igmp.c.obj) - .riscv.attributes - 0x000053d0 0x44 esp-idf/lwip/liblwip.a(ip4.c.obj) - .riscv.attributes - 0x00005414 0x44 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) - .riscv.attributes - 0x00005458 0x44 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) - .riscv.attributes - 0x0000549c 0x44 esp-idf/lwip/liblwip.a(icmp6.c.obj) - .riscv.attributes - 0x000054e0 0x44 esp-idf/lwip/liblwip.a(ip6.c.obj) - .riscv.attributes - 0x00005524 0x44 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) - .riscv.attributes - 0x00005568 0x44 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) - .riscv.attributes - 0x000055ac 0x44 esp-idf/lwip/liblwip.a(mld6.c.obj) - .riscv.attributes - 0x000055f0 0x44 esp-idf/lwip/liblwip.a(nd6.c.obj) - .riscv.attributes - 0x00005634 0x44 esp-idf/lwip/liblwip.a(ethernet.c.obj) - .riscv.attributes - 0x00005678 0x44 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) - .riscv.attributes - 0x000056bc 0x44 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) - .riscv.attributes - 0x00005700 0x44 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) - .riscv.attributes - 0x00005744 0x44 esp-idf/lwip/liblwip.a(sys_arch.c.obj) - .riscv.attributes - 0x00005788 0x44 esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - .riscv.attributes - 0x000057cc 0x44 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - .riscv.attributes - 0x00005810 0x44 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - .riscv.attributes - 0x00005854 0x44 esp-idf/lwip/liblwip.a(api_lib.c.obj) - .riscv.attributes - 0x00005898 0x44 esp-idf/lwip/liblwip.a(api_msg.c.obj) - .riscv.attributes - 0x000058dc 0x44 esp-idf/lwip/liblwip.a(err.c.obj) - .riscv.attributes - 0x00005920 0x44 esp-idf/lwip/liblwip.a(netbuf.c.obj) - .riscv.attributes - 0x00005964 0x44 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) - .riscv.attributes - 0x000059a8 0x44 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - .riscv.attributes - 0x000059ec 0x44 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) - .riscv.attributes - 0x00005a30 0x44 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) - .riscv.attributes - 0x00005a74 0x44 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) - .riscv.attributes - 0x00005ab8 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - .riscv.attributes - 0x00005afc 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) - .riscv.attributes - 0x00005b40 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - .riscv.attributes - 0x00005b84 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) - .riscv.attributes - 0x00005bc8 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) - .riscv.attributes - 0x00005c0c 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - .riscv.attributes - 0x00005c50 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) - .riscv.attributes - 0x00005c94 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) - .riscv.attributes - 0x00005cd8 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) - .riscv.attributes - 0x00005d1c 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) - .riscv.attributes - 0x00005d60 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) - .riscv.attributes - 0x00005da4 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) - .riscv.attributes - 0x00005de8 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) - .riscv.attributes - 0x00005e2c 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) - .riscv.attributes - 0x00005e70 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) - .riscv.attributes - 0x00005eb4 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) - .riscv.attributes - 0x00005ef8 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) - .riscv.attributes - 0x00005f3c 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) - .riscv.attributes - 0x00005f80 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) - .riscv.attributes - 0x00005fc4 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) - .riscv.attributes - 0x00006008 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) - .riscv.attributes - 0x0000604c 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) - .riscv.attributes - 0x00006090 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - .riscv.attributes - 0x000060d4 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) - .riscv.attributes - 0x00006118 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) - .riscv.attributes - 0x0000615c 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) - .riscv.attributes - 0x000061a0 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) - .riscv.attributes - 0x000061e4 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) - .riscv.attributes - 0x00006228 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) - .riscv.attributes - 0x0000626c 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) - .riscv.attributes - 0x000062b0 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - .riscv.attributes - 0x000062f4 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) - .riscv.attributes - 0x00006338 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) - .riscv.attributes - 0x0000637c 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) - .riscv.attributes - 0x000063c0 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) - .riscv.attributes - 0x00006404 0x44 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - .riscv.attributes - 0x00006448 0x44 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - .riscv.attributes - 0x0000648c 0x44 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) - .riscv.attributes - 0x000064d0 0x44 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - .riscv.attributes - 0x00006514 0x44 esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - .riscv.attributes - 0x00006558 0x44 esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - .riscv.attributes - 0x0000659c 0x44 esp-idf/hal/libhal.a(ds_hal.c.obj) - .riscv.attributes - 0x000065e0 0x44 esp-idf/lwip/liblwip.a(ethip6.c.obj) - .riscv.attributes - 0x00006624 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_opv.o) - .riscv.attributes - 0x00006668 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - .riscv.attributes - 0x000066ac 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) - .riscv.attributes - 0x000066f0 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - .riscv.attributes - 0x00006734 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - .riscv.attributes - 0x00006778 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - .riscv.attributes - 0x000067bc 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_op.o) - .riscv.attributes - 0x00006800 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_ops.o) - .riscv.attributes - 0x00006844 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) - .riscv.attributes - 0x00006888 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - .riscv.attributes - 0x000068cc 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - .riscv.attributes - 0x00006910 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - .riscv.attributes - 0x00006954 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opv.o) - .riscv.attributes - 0x00006998 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_term_handler.o) - .riscv.attributes - 0x000069dc 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - .riscv.attributes - 0x00006a20 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - .riscv.attributes - 0x00006a64 0x44 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - .riscv.attributes - 0x00006aa8 0x44 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) - .riscv.attributes - 0x00006aec 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-environ.o) - .riscv.attributes - 0x00006b30 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ctype_.o) - .riscv.attributes - 0x00006b74 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) - .riscv.attributes - 0x00006bb8 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) - .riscv.attributes - 0x00006bfc 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - .riscv.attributes - 0x00006c40 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - .riscv.attributes - 0x00006c84 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseek.o) - .riscv.attributes - 0x00006cc8 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fvwrite.o) - .riscv.attributes - 0x00006d0c 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwalk.o) - .riscv.attributes - 0x00006d50 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-printf.o) - .riscv.attributes - 0x00006d94 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-puts.o) - .riscv.attributes - 0x00006dd8 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) - .riscv.attributes - 0x00006e1c 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-snprintf.o) - .riscv.attributes - 0x00006e60 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sprintf.o) - .riscv.attributes - 0x00006ea4 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-stdio.o) - .riscv.attributes - 0x00006ee8 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vprintf.o) - .riscv.attributes - 0x00006f2c 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vsnprintf.o) - .riscv.attributes - 0x00006f70 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wsetup.o) - .riscv.attributes - 0x00006fb4 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-asprintf.o) - .riscv.attributes - 0x00006ff8 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - .riscv.attributes - 0x0000703c 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror.o) - .riscv.attributes - 0x00007080 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-u_strerr.o) - .riscv.attributes - 0x000070c4 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-time.o) - .riscv.attributes - 0x00007108 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-reent.o) - .riscv.attributes - 0x0000714c 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - .riscv.attributes - 0x00007190 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-errno.o) - .riscv.attributes - 0x000071d4 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysclose.o) - .riscv.attributes - 0x00007218 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysfstat.o) - .riscv.attributes - 0x0000725c 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysgettod.o) - .riscv.attributes - 0x000072a0 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysopen.o) - .riscv.attributes - 0x000072e4 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysread.o) - .riscv.attributes - 0x00007328 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-syswrite.o) - .riscv.attributes - 0x0000736c 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - .riscv.attributes - 0x000073b0 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - .riscv.attributes - 0x000073f4 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - .riscv.attributes - 0x00007438 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-flags.o) - .riscv.attributes - 0x0000747c 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-makebuf.o) - .riscv.attributes - 0x000074c0 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) - .riscv.attributes - 0x00007504 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-localeconv.o) - .riscv.attributes - 0x00007548 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libm_a-s_frexp.o) - .riscv.attributes - 0x0000758c 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - .riscv.attributes - 0x000075d0 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbtowc_r.o) - .riscv.attributes - 0x00007614 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - .riscv.attributes - 0x00007658 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wctomb_r.o) - .riscv.attributes - 0x0000769c 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - .riscv.attributes - 0x000076e0 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(trunctfdf2.o) - -/DISCARD/ - *(.rela.*) - *(.got .got.plt) - *(.eh_frame_hdr) - *(.eh_frame) - 0x00000001 ASSERT (((_iram_end - ORIGIN (iram0_0_seg)) <= LENGTH (iram0_0_seg)), IRAM0 segment data does not fit.) - 0x00000001 ASSERT (((_heap_start - ORIGIN (dram0_0_seg)) <= LENGTH (dram0_0_seg)), DRAM segment data does not fit.) -OUTPUT(ESP-IDF_mqtt-ssl.elf elf32-littleriscv) - -Cross Reference Table - -Symbol File -APB_SARADC esp-idf/hal/libhal.a(adc_hal_common.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) -APRecvBcnStartTick C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ApFreqCalTimer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -BAROFDMSched C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) -BasicOFDMSched C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -BasicOFDMSched_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -BcnInterval C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -BcnSendTick C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -Cache_Disable_ICache esp-idf/hal/libhal.a(cache_hal.c.obj) - esp-idf/esp_system/libesp_system.a(system_internal.c.obj) -Cache_Enable_ICache esp-idf/hal/libhal.a(cache_hal.c.obj) -Cache_Get_ICache_Line_Size esp-idf/hal/libhal.a(cache_hal.c.obj) -Cache_Invalidate_Addr esp-idf/hal/libhal.a(cache_hal.c.obj) -Cache_Invalidate_ICache_All esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) -Cache_Resume_ICache esp-idf/hal/libhal.a(cache_hal.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) -Cache_Set_IDROM_MMU_Size esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) -Cache_Suspend_ICache esp-idf/hal/libhal.a(cache_hal.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) -CanDoFreqCal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -CurSigIdxToBeUse C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -DW.ref.__gxx_personality_v0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) -DefFreqCalTimer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -DefFreqCalTimerCB C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -EFUSE esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - esp-idf/hal/libhal.a(efuse_hal.c.obj) - esp-idf/hal/libhal.a(efuse_hal.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) -ESP_EFUSE_ADC1_CAL_VOL_ATTEN0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) -ESP_EFUSE_ADC1_CAL_VOL_ATTEN1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) -ESP_EFUSE_ADC1_CAL_VOL_ATTEN2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) -ESP_EFUSE_ADC1_CAL_VOL_ATTEN3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) -ESP_EFUSE_ADC1_INIT_CODE_ATTEN0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) -ESP_EFUSE_ADC1_INIT_CODE_ATTEN1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) -ESP_EFUSE_ADC1_INIT_CODE_ATTEN2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) -ESP_EFUSE_ADC1_INIT_CODE_ATTEN3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) -ESP_EFUSE_BLK_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) -ESP_EFUSE_BLK_VERSION_MINOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_DIG_DBIAS_HVT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_DISABLE_BLK_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_DISABLE_WAFER_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_DIS_DIRECT_BOOT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -ESP_EFUSE_DIS_DOWNLOAD_ICACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -ESP_EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -ESP_EFUSE_DIS_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) -ESP_EFUSE_DIS_FORCE_DOWNLOAD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_DIS_ICACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_DIS_PAD_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -ESP_EFUSE_DIS_TWAI esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_DIS_USB_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -ESP_EFUSE_DIS_USB_SERIAL_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_DIS_USB_SERIAL_JTAG_ROM_PRINT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_ENABLE_SECURITY_DOWNLOAD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) -ESP_EFUSE_ERR_RST_ENABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_FLASH_CAP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_FLASH_TEMP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_FLASH_TPUW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_FLASH_VENDOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_FORCE_SEND_RESUME esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_JTAG_SEL_ENABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_KEY0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_KEY1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_KEY2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_KEY3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_KEY4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_KEY5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_KEY_PURPOSE_0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_KEY_PURPOSE_1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_KEY_PURPOSE_2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_KEY_PURPOSE_3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_KEY_PURPOSE_4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_KEY_PURPOSE_5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_K_DIG_LDO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_K_RTC_LDO 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_OCODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_OPTIONAL_UNIQUE_ID esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_PKG_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) -ESP_EFUSE_RD_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_RD_DIS_BLOCK_KEY0 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_BLOCK_KEY1 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_BLOCK_KEY2 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_BLOCK_KEY3 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_BLOCK_KEY4 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_BLOCK_KEY5 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_BLOCK_SYS_DATA2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_SECURE_BOOT_AGGRESSIVE_REVOKE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_SECURE_BOOT_EN esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_SECURE_BOOT_KEY_REVOKE0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_SECURE_BOOT_KEY_REVOKE1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_SECURE_BOOT_KEY_REVOKE2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_SECURE_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_SOFT_DIS_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -ESP_EFUSE_SPI_BOOT_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_SPI_PAD_CONFIG_CLK esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_SPI_PAD_CONFIG_CS 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_D4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_SPI_PAD_CONFIG_D5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_SPI_PAD_CONFIG_D6 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_SPI_PAD_CONFIG_D7 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_SPI_PAD_CONFIG_DQS 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_SPI_PAD_CONFIG_WP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_SYS_DATA_PART2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_TEMP_CALIB esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) -ESP_EFUSE_THRES_HVT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_UART_PRINT_CONTROL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) -ESP_EFUSE_USB_EXCHG_PINS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_USER_DATA esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_USER_DATA_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_VDD_SPI_AS_GPIO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_V_DIG_DBIAS20 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_V_RTC_DBIAS20 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WAFER_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WAFER_VERSION_MINOR_HI esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WAFER_VERSION_MINOR_LO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WDT_DELAY_SEL 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_ADC1_CAL_VOL_ATTEN0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_BLK1 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_BLK_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_BLK_VERSION_MINOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_BLOCK_KEY0 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_BLOCK_KEY1 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_BLOCK_KEY2 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_BLOCK_KEY3 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_BLOCK_KEY4 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_BLOCK_KEY5 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_BLOCK_SYS_DATA2 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_BLOCK_USR_DATA 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_CUSTOM_MAC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DIG_DBIAS_HVT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DISABLE_BLK_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DISABLE_WAFER_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DIS_DIRECT_BOOT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_ICACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_MANUAL_ENCRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DIS_FORCE_DOWNLOAD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DIS_ICACHE 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_DIS_PAD_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DIS_TWAI esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DIS_USB_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG_ROM_PRINT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_ENABLE_SECURITY_DOWNLOAD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_ERR_RST_ENABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_FLASH_CAP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_FLASH_TEMP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_FLASH_TPUW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_FLASH_VENDOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_FORCE_SEND_RESUME esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_JTAG_SEL_ENABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_KEY_PURPOSE_0 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_KEY_PURPOSE_1 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_KEY_PURPOSE_2 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_KEY_PURPOSE_3 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_KEY_PURPOSE_4 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_KEY_PURPOSE_5 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_K_DIG_LDO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_K_RTC_LDO 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_OCODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_OPTIONAL_UNIQUE_ID esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_PKG_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-idf/efuse/libefuse.a(esp_efuse_api.c.obj) -ESP_EFUSE_WR_DIS_SECURE_BOOT_AGGRESSIVE_REVOKE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_SECURE_BOOT_EN esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE0 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_SECURE_BOOT_KEY_REVOKE1 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_SECURE_BOOT_KEY_REVOKE2 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_SECURE_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_SOFT_DIS_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_SPI_BOOT_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_WR_DIS_SPI_PAD_CONFIG_CLK esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_CS 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_D4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D6 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D7 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_DQS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_HD 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_SPI_PAD_CONFIG_WP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_SYS_DATA_PART1 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_TEMP_CALIB esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_THRES_HVT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_UART_PRINT_CONTROL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_USB_EXCHG_PINS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_VDD_SPI_AS_GPIO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_V_DIG_DBIAS20 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_V_RTC_DBIAS20 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_WAFER_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_WAFER_VERSION_MINOR_HI esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_WAFER_VERSION_MINOR_LO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_WDT_DELAY_SEL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -FreeRTOS_openocd_params esp-idf/freertos/libfreertos.a(tasks.c.obj) -GDMA esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) -GPIO esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - esp-idf/hal/libhal.a(gpio_hal.c.obj) - esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.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/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) -GPIO_PIN_MUX_REG esp-idf/soc/libsoc.a(gpio_periph.c.obj) - esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -GPSPI2 esp-idf/soc/libsoc.a(spi_periph.c.obj) - esp-idf/hal/libhal.a(spi_flash_hal.c.obj) -GetAccess C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -HighestFreqOffsetInOneChk C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) -LowestFreqOffsetInOneChk C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -MESH_EVENT esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) -MPI_BLOCK_BASES esp-idf/soc/libsoc.a(mpi_periph.c.obj) - esp-idf/hal/libhal.a(mpi_hal.c.obj) -MPI_OPERATIONS_REG esp-idf/soc/libsoc.a(mpi_periph.c.obj) - esp-idf/hal/libhal.a(mpi_hal.c.obj) -MQTT_EVENTS esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) -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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -RC_GetAckRate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) -RC_GetAckTime C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -RC_GetBlockAckTime C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -RC_GetCtsTime C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -RC_GetRtsRate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) -RC_SetBasicRate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -RFChannelSel C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -ROM_Boot_Cache_Init esp-idf/hal/libhal.a(mmu_hal.c.obj) -RTCCNTL esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.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/hal/libhal.a(brownout_hal.c.obj) - esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - esp-idf/esp_system/libesp_system.a(panic.c.obj) - esp-idf/esp_system/libesp_system.a(clk.c.obj) - esp-idf/esp_system/libesp_system.a(brownout.c.obj) - esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) -RxNodeNum C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -SPIMEM0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) -SPIMEM1 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) -SYSTEM esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - esp-idf/esp_security/libesp_security.a(esp_hmac.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_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - esp-idf/freertos/libfreertos.a(port_systick.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) -SYSTIMER esp-idf/hal/libhal.a(systimer_hal.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) -SigInMacISR C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -SigSpaceFree C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -SigSpaceMalloc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -SysTickIsrHandler esp-idf/freertos/libfreertos.a(port_systick.c.obj) -TIMERG0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.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) - esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - esp-idf/esp_system/libesp_system.a(panic.c.obj) - esp-idf/esp_system/libesp_system.a(system_internal.c.obj) -TIMERG1 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - esp-idf/esp_system/libesp_system.a(panic.c.obj) - esp-idf/esp_system/libesp_system.a(system_internal.c.obj) -TRC_AMPDU_PER_DOWN_THRESHOLD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -TRC_AMPDU_PER_UP_THRESHOLD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -TRC_PER_IS_GOOD C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -TmpSTAAPCloseAP C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -TxNodeNum C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -TxRxCxt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -UART0 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - esp-idf/esp_system/libesp_system.a(panic.c.obj) - esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) -UART1 esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -USB_SERIAL_JTAG esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) - esp-idf/esp_system/libesp_system.a(panic.c.obj) -WIFI_EVENT esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) -WIFI_MESH_EVENT C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -_Balloc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) -_Bfree C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) -_PathLocale C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) -__action_table C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) -__adddf3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(adddf3.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -__addsf3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(addsf3.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -__any_on C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) -__ascii_mbtowc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbtowc_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) -__ascii_wctomb C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wctomb_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) -__ashldi3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatundisf.o) -__assert esp-idf/newlib/libnewlib.a(assert.c.obj) -__assert_func esp-idf/newlib/libnewlib.a(assert.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rand.o) - esp-idf/app_update/libapp_update.a(esp_ota_ops.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(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(dhcpserver.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(tcpip.c.obj) - esp-idf/lwip/liblwip.a(sockets.c.obj) - esp-idf/lwip/liblwip.a(netdb.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.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/efuse/libefuse.a(esp_efuse_rtc_calib.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/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.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/esp_driver_spi/libesp_driver_spi.a(spi_common.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/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - esp-idf/freertos/libfreertos.a(event_groups.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.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/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) - esp-idf/hal/libhal.a(gpio_hal.c.obj) - esp-idf/hal/libhal.a(systimer_hal.c.obj) - esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - esp-idf/hal/libhal.a(cache_hal.c.obj) - esp-idf/hal/libhal.a(mmu_hal.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/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/esp_mm/libesp_mm.a(esp_cache.c.obj) - esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) - esp-idf/riscv/libriscv.a(interrupt.c.obj) - esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - esp-idf/cxx/libcxx.a(cxx_guards.cpp.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) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - esp-idf/newlib/libnewlib.a(locks.c.obj) - esp-idf/freertos/libfreertos.a(port_common.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/freertos/libfreertos.a(app_startup.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) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.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(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_binary_heap.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(reset_reason.c.obj) - esp-idf/esp_system/libesp_system.a(clk.c.obj) - esp-idf/esp_system/libesp_system.a(startup_funcs.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) -__atomic_add_fetch_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_add_fetch_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_add_fetch_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_add_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_and_fetch_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_and_fetch_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_and_fetch_4 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_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) -__atomic_compare_exchange_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_compare_exchange_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) -__atomic_compare_exchange_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_exchange_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_exchange_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_exchange_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_exchange_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_fetch_add_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_fetch_add_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_fetch_add_4 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_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_fetch_and_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_fetch_and_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) -__atomic_fetch_and_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) -__atomic_fetch_nand_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_fetch_nand_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_fetch_nand_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_fetch_nand_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_fetch_or_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_fetch_or_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_fetch_or_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) -__atomic_fetch_or_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) -__atomic_fetch_sub_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_fetch_sub_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_fetch_sub_4 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_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_fetch_xor_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_fetch_xor_4 esp-idf/newlib/libnewlib.a(stdatomic.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_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_load_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_load_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_load_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) -__atomic_nand_fetch_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_nand_fetch_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_nand_fetch_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_nand_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_or_fetch_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_or_fetch_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_or_fetch_4 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_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_store_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_store_4 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_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_sub_fetch_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_sub_fetch_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_sub_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_xor_fetch_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_xor_fetch_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_xor_fetch_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__atomic_xor_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__b2d C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) -__bswapdi2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapdi2.o) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) - esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) -__bswapsi2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_bswapsi2.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.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_core.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) - esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) -__chclass C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) -__clz_tab C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_umoddi3.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_moddi3.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_divdi3.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzdi2.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzsi2.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clzsi2.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffsdi2.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffssi2.o) -__clzsi2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clzsi2.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsidf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divdf3.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(extendsfdf2.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatundisf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsisf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsisf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subsf3.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(mulsf3.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divsf3.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(addsf3.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsidf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subdf3.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(muldf3.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(adddf3.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - esp-idf/freertos/libfreertos.a(tasks.c.obj) - esp-idf/heap/libheap.a(tlsf.c.obj) -__copybits C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) -__ctzdi2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzdi2.o) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) -__ctzsi2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ctzsi2.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) -__cxa_begin_catch C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) -__cxa_end_catch C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) -__cxa_get_exception_ptr C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) -__cxa_get_globals C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) -__cxa_get_globals_fast C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/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_pure_virtual C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.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) -__cxx_eh_arena_size_get esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) -__cxx_init_dummy esp-idf/cxx/libcxx.a(cxx_init.cpp.obj) -__cxxabiv1::__class_type_info::__do_catch(std::type_info const*, void**, unsigned int) const C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) -__cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) -__cxxabiv1::__class_type_info::~__class_type_info() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) -__cxxabiv1::__class_type_info::~__class_type_info() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) -__cxxabiv1::__class_type_info::~__class_type_info() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) -__cxxabiv1::__forced_unwind::~__forced_unwind() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) -__cxxabiv1::__forced_unwind::~__forced_unwind() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) -__cxxabiv1::__forced_unwind::~__forced_unwind() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) -__cxxabiv1::__foreign_exception::~__foreign_exception() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) -__cxxabiv1::__foreign_exception::~__foreign_exception() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) -__cxxabiv1::__foreign_exception::~__foreign_exception() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) -__cxxabiv1::__si_class_type_info::~__si_class_type_info() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) -__cxxabiv1::__si_class_type_info::~__si_class_type_info() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) -__cxxabiv1::__si_class_type_info::~__si_class_type_info() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) -__cxxabiv1::__terminate(void (*)()) C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -__cxxabiv1::__terminate_handler C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_term_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -__cxxabiv1::__unexpected(void (*)()) C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -__cxxabiv1::__unexpected_handler C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_unex_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -__d2b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) -__default_global_locale C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) -__divdf3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divdf3.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_analog_cal.o) -__divdi3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_divdi3.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime_r.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) - esp-idf/newlib/libnewlib.a(time.c.obj) -__divsf3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(divsf3.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -__dso_handle esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) -__eh_globals_init::_S_init C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) -__env_lock C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-envlock.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-getenv_r.o) -__env_unlock C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-envlock.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-getenv_r.o) -__eqdf2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqdf2.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) -__eqsf2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqsf2.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) -__errno C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-errno.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtol.o) - esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) - esp-idf/lwip/liblwip.a(sockets.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/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) - esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - esp-idf/vfs/libvfs.a(nullfs.c.obj) - esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) - esp-idf/newlib/libnewlib.a(random.c.obj) - esp-idf/newlib/libnewlib.a(time.c.obj) - esp-idf/newlib/libnewlib.a(syscalls.c.obj) - esp-idf/newlib/libnewlib.a(getentropy.c.obj) -__extendsfdf2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(extendsfdf2.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -__ffsdi2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffsdi2.o) - esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -__ffssi2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ffssi2.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - esp-idf/heap/libheap.a(tlsf.c.obj) -__fixdfsi C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(fixdfsi.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_analog_cal.o) - esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) -__floatsidf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsidf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_analog_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) -__floatsisf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatsisf.o) - esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -__floatundisf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatundisf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -__floatunsidf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsidf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) -__floatunsisf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatunsisf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -__fp_lock_all C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) -__fp_unlock_all C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) -__frame_state_for(void*, frame_state*) esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) -__gedf2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gedf2.o) -__gesf2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gesf2.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -__getreent esp-idf/freertos/libfreertos.a(tasks.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbrtowc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoull.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoll.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-siscanf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-syswrite.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysstat.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysread.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysopen.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysgettod.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysfstat.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysclose.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-errno.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-time.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftello.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-asprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wsetup.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wbuf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vsnprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-snprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setvbuf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rename.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-remove.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-puts.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putchar.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-printf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwrite.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftell.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseek.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fread.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputs.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fgets.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ferror.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoul.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtol.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rand.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) - esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) -__gettzinfo C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gettzinfo.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzcalc_limits.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) -__global_locale_ptr C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbrtowc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wctomb_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbtowc_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-localeconv.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) -__global_pointer$ esp-idf/freertos/libfreertos.a(port.c.obj) - esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) -__gnu_cxx::__concurrence_lock_error::what() const C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -__gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -__gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -__gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -__gnu_cxx::__concurrence_unlock_error::what() const C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -__gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -__gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -__gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -__gnu_cxx::__mutex::lock() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -__gnu_cxx::__mutex::unlock() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -__gtdf2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gedf2.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) -__gtsf2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(gesf2.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -__hi0bits C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) -__hide_aliasing_typecast esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) -__i2b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.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) -__init_priority_array_end esp-idf/esp_system/libesp_system.a(startup.c.obj) -__init_priority_array_start esp-idf/esp_system/libesp_system.a(startup.c.obj) -__itoa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-itoa.o) -__ledf2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(ledf2.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) -__lesf2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(lesf2.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -__lo0bits C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) -__locale_mb_cur_max C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) -__localeconv_l C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) -__lock___sinit_recursive_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) -__lock___tz_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzlock.o) -__lshift C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) -__lshrdi3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(floatundisf.o) -__ltdf2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(ledf2.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) -__ltsf2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(lesf2.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -__mcmp C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) -__mdiff C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) -__moddi3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_moddi3.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime_r.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - esp-idf/newlib/libnewlib.a(time.c.obj) -__month_lengths C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-month_lengths.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzcalc_limits.o) -__mprec_bigtens C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) -__mprec_tens C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) -__mprec_tinytens C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) -__muldf3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(muldf3.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libm_a-s_frexp.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) -__mulsf3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(mulsf3.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -__multadd C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) -__multiply C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) -__nedf2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqdf2.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) -__nesf2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(eqsf2.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -__popcountsi2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) -__pow5mult C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) -__ratio C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) -__retarget_lock_acquire esp-idf/newlib/libnewlib.a(locks.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzlock.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -__retarget_lock_acquire_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-envlock.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftello.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setvbuf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-puts.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwrite.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fread.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputs.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fgets.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ferror.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -__retarget_lock_close esp-idf/newlib/libnewlib.a(locks.c.obj) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -__retarget_lock_close_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -__retarget_lock_init esp-idf/newlib/libnewlib.a(locks.c.obj) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -__retarget_lock_init_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -__retarget_lock_release esp-idf/newlib/libnewlib.a(locks.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzlock.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -__retarget_lock_release_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-envlock.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftello.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setvbuf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-puts.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwrite.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fread.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputs.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fgets.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ferror.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -__retarget_lock_try_acquire esp-idf/newlib/libnewlib.a(locks.c.obj) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -__retarget_lock_try_acquire_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -__s2b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) -__sccl C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sccl.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) -__sclose C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-stdio.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) -__seofread C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-stdio.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-siscanf.o) -__sf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) -__sflags C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-flags.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) -__sflush_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) -__sfp C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) -__sfp_lock_acquire C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) -__sfp_lock_release C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) -__sfvwrite_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fvwrite.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-puts.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwrite.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputs.o) -__sglue C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - esp-idf/newlib/libnewlib.a(reent_init.c.obj) -__sinit C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftello.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wsetup.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wbuf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setvbuf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-puts.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwrite.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fread.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputs.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fgets.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ferror.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -__smakebuf_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-makebuf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wsetup.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) -__sprint_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) -__sread C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-stdio.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) -__srefill_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fread.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fgets.o) -__sseek C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-stdio.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) -__ssprint_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) -__ssrefill_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) -__ssvfiscanf_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-siscanf.o) -__state_table C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) -__stdio_exit_handler C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) -__subdf3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subdf3.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_analog_cal.o) - esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) -__submore C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) -__subsf3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(subsf3.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -__swbuf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wbuf.o) -__swbuf_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wbuf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putc.o) -__swhatbuf_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-makebuf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setvbuf.o) -__swrite C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-stdio.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) -__swsetup_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wsetup.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wbuf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fvwrite.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -__sync_add_and_fetch_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_add_and_fetch_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_add_and_fetch_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_add_and_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_and_and_fetch_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_and_and_fetch_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_and_and_fetch_4 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_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_bool_compare_and_swap_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_bool_compare_and_swap_4 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_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_fetch_and_add_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_fetch_and_add_4 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_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_fetch_and_and_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_fetch_and_and_4 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_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_fetch_and_nand_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_fetch_and_nand_4 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_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_fetch_and_or_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_fetch_and_or_4 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_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_fetch_and_sub_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_fetch_and_sub_4 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_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_fetch_and_xor_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_fetch_and_xor_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_fetch_and_xor_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_lock_release_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_lock_release_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_lock_release_4 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_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_lock_test_and_set_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_lock_test_and_set_4 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_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_nand_and_fetch_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_nand_and_fetch_4 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_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_or_and_fetch_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_or_and_fetch_4 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_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_sub_and_fetch_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_sub_and_fetch_4 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_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_val_compare_and_swap_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_val_compare_and_swap_4 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_1 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_xor_and_fetch_2 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_xor_and_fetch_4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__sync_xor_and_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) -__truncdfsf2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(truncdfsf2.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -__trunctfdf2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(trunctfdf2.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) -__tz_lock C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzlock.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) -__tz_unlock C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzlock.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) -__tzcalc_limits C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzcalc_limits.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoull.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoll.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.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_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/newlib/libnewlib.a(time.c.obj) - esp-idf/freertos/libfreertos.a(port_systick.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) - esp-idf/esp_system/libesp_system.a(panic.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(cpu_start.c.obj) -__ulp C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) -__umoddi3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_umoddi3.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoull.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoll.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - esp-idf/newlib/libnewlib.a(time.c.obj) -__unorddf2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(unorddf2.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) -__utoa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-utoa.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/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) -__wrap__Unwind_Resume esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) -__wrap__Unwind_Resume_or_Rethrow 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_allocate_exception esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) -__wrap___cxa_call_unexpected esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) -__wrap___cxa_throw esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) -__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) -__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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.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) -__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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-asprintf.o) -_atoi_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-atoi.o) -_binary_broker_crt_end CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/broker.crt.S.obj -_binary_broker_crt_start CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/broker.crt.S.obj -_binary_client_crt_end CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.crt.S.obj -_binary_client_crt_start CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.crt.S.obj - esp-idf/main/libmain.a(app_main.c.obj) -_binary_client_key_end CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.key.S.obj -_binary_client_key_start CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.key.S.obj - esp-idf/main/libmain.a(app_main.c.obj) -_binary_mosquitto_org_crt_end CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/mosquitto.org.crt.S.obj -_binary_mosquitto_org_crt_start CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/mosquitto.org.crt.S.obj - esp-idf/main/libmain.a(app_main.c.obj) -_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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -_close_r esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/newlib/libnewlib.a(syscalls.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysclose.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-stdio.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -_cnx_start_connect_without_scan C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -_ctype_ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ctype_.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace_l.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoull.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoll.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasestr.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncasecmp.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasecmp.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoul.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtol.o) - 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/tcp_transport/libtcp_transport.a(transport_ws.c.obj) -_data_start esp-idf/heap/libheap.a(memory_layout.c.obj) -_daylight C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzvars.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) -_do_wifi_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -_do_wifi_stop C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -_dtoa_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) -_esp_error_check_failed esp-idf/esp_system/libesp_system.a(esp_err.c.obj) - esp-idf/lwip/liblwip.a(vfs_lwip.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/efuse/libefuse.a(esp_efuse_rtc_calib.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/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/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - esp-idf/main/libmain.a(app_main.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - esp-idf/freertos/libfreertos.a(port_systick.c.obj) - esp-idf/freertos/libfreertos.a(app_startup.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -_fcntl_r esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/newlib/libnewlib.a(syscalls.c.obj) -_fflush_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wbuf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setvbuf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fvwrite.o) -_fgets_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fgets.o) -_findenv_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-getenv_r.o) -_fopen_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) -_fprintf_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fprintf.o) -_fputc_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputc.o) -_fputs_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputs.o) -_fread_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fread.o) -_free_r esp-idf/newlib/libnewlib.a(heap.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-reent.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wsetup.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setvbuf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fvwrite.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fclose.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -_fseek_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseek.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) -_fseeko_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseek.o) -_fstat_r esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/newlib/libnewlib.a(syscalls.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-makebuf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysfstat.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -_ftell_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftell.o) -_ftello_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftello.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftell.o) -_fwalk_sglue C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwalk.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) -_fwrite_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-getenv_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysgettod.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-time.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -_global_impure_ptr esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -_global_interrupt_handler esp-idf/riscv/libriscv.a(interrupt.c.obj) - esp-idf/riscv/libriscv.a(vectors.S.obj) -_heap_start esp-idf/heap/libheap.a(memory_layout.c.obj) -_impure_data C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-refill.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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) -_impure_ptr C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-reent.o) -_instruction_reserved_end esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) -_instruction_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) -_interrupt_handler esp-idf/riscv/libriscv.a(vectors.S.obj) - esp-idf/riscv/libriscv.a(vectors_intc.S.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) -_iram_end esp-idf/heap/libheap.a(memory_layout.c.obj) -_iram_start esp-idf/heap/libheap.a(memory_layout.c.obj) -_iram_text_end esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) -_isatty_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-localeconv.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/esp_partition/libesp_partition.a(partition.c.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/pthread/libpthread.a(pthread.c.obj) - esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - esp-idf/newlib/libnewlib.a(time.c.obj) -_lock_acquire_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) -_lock_close esp-idf/newlib/libnewlib.a(locks.c.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) -_lock_close_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) - esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) -_lock_init esp-idf/newlib/libnewlib.a(locks.c.obj) -_lock_init_recursive esp-idf/newlib/libnewlib.a(locks.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/esp_partition/libesp_partition.a(partition.c.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/pthread/libpthread.a(pthread.c.obj) - esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) - esp-idf/newlib/libnewlib.a(time.c.obj) -_lock_release_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) -_lock_try_acquire esp-idf/newlib/libnewlib.a(locks.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) -_lock_try_acquire_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) -_lseek_r esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/newlib/libnewlib.a(syscalls.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-stdio.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -_malloc_r esp-idf/newlib/libnewlib.a(heap.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-makebuf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fvwrite.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -_mbrtowc_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbrtowc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) -_mbtowc_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mbtowc_r.o) -_mesh_check_roots_gone C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -_mesh_check_window_close_expire C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -_mesh_check_window_open_expire C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -_mesh_find_root_competitor C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -_mesh_remove_gone C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -_mesh_reset_window_open_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -_mesh_roots_num_reach_max C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -_mesh_roots_process_announce C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -_mesh_roots_process_conflict_table C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -_mesh_roots_process_fixed C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -_mesh_roots_process_gone C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -_mesh_roots_process_stop C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -_mesh_roots_process_yield C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -_mesh_set_flag_roots_found C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -_mesh_timer_process_announce C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -_mesh_timer_process_conflict_root C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -_mesh_timer_process_fixed C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -_mesh_timer_process_gone C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -_mesh_timer_process_yield C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -_mprec_log10 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) -_open_r esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/newlib/libnewlib.a(syscalls.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysopen.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fopen.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -_panic_handler esp-idf/riscv/libriscv.a(vectors.S.obj) - esp-idf/riscv/libriscv.a(vectors_intc.S.obj) -_print_roots_count C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -_printf_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-printf.o) -_putc_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putchar.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputc.o) -_putchar_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putchar.o) -_puts_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysread.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fvwrite.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -_reclaim_reent C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-reent.o) - esp-idf/newlib/libnewlib.a(reent_init.c.obj) - esp-idf/freertos/libfreertos.a(tasks.c.obj) -_remove_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-remove.o) -_rename_r esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/newlib/libnewlib.a(syscalls.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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_force_slow_end esp-idf/heap/libheap.a(memory_layout.c.obj) -_rtc_reserved_end esp-idf/heap/libheap.a(memory_layout.c.obj) -_rtc_reserved_start esp-idf/heap/libheap.a(memory_layout.c.obj) -_rtc_text_end esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) -_sfread_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) -_siscanf_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-siscanf.o) -_snprintf_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-snprintf.o) -_sprintf_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sprintf.o) -_stat_r esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/newlib/libnewlib.a(syscalls.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysstat.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -_strdup_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup.o) -_strerror_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror_r.o) -_strndup_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup.o) -_strtol_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtol.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-atoi.o) -_strtoll_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoll.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) -_strtoul_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoul.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) -_strtoull_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoull.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) -_sungetc_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) -_svfiprintf_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) -_svfprintf_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-asprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vsnprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-snprintf.o) -_system_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -_thread_local_bss_end esp-idf/freertos/libfreertos.a(port.c.obj) -_thread_local_bss_start esp-idf/freertos/libfreertos.a(port.c.obj) -_thread_local_data_end esp-idf/freertos/libfreertos.a(port.c.obj) -_thread_local_data_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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzvars.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) -_tzname C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzvars.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) -_tzset_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) -_tzset_unlocked C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) -_tzset_unlocked_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset.o) -_ungetc_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) -_unlink_r esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/newlib/libnewlib.a(syscalls.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-remove.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -_user_strerror C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-u_strerr.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror.o) -_vector_table esp-idf/riscv/libriscv.a(vectors_intc.S.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) - esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) -_vfiprintf_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) -_vfprintf_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-printf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fprintf.o) -_vprintf_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vprintf.o) -_vsnprintf_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vsnprintf.o) -_wctomb_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-wctomb_r.o) -_wifi_vnd_ext_mesh_roots_free C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -_wifi_vnd_ext_mesh_roots_malloc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-syswrite.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-stdio.o) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -_write_r_console esp-idf/newlib/libnewlib.a(syscalls.c.obj) -abort esp-idf/newlib/libnewlib.a(abort.c.obj) - esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_term_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - esp-idf/hal/libhal.a(sha_hal.c.obj) - esp-idf/hal/libhal.a(adc_hal_common.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.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/freertos/libfreertos.a(idf_additions.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - esp-idf/hal/libhal.a(spi_flash_hal_gpspi.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/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_spi_init.c.obj) - esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - esp-idf/pthread/libpthread.a(pthread.c.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(port.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.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) -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) - esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -acd_add esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - esp-idf/lwip/liblwip.a(dhcp.c.obj) -acd_arp_reply esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - esp-idf/lwip/liblwip.a(etharp.c.obj) -acd_netif_ip_addr_changed esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - esp-idf/lwip/liblwip.a(netif.c.obj) -acd_network_changed_link_down esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - esp-idf/lwip/liblwip.a(netif.c.obj) -acd_remove esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - esp-idf/lwip/liblwip.a(dhcp.c.obj) -acd_start esp-idf/lwip/liblwip.a(acd_dhcp_check.c.obj) - esp-idf/lwip/liblwip.a(dhcp.c.obj) -adc2_cal_include esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) - esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) -adc2_wifi_acquire esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) -adc2_wifi_release esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) -adc_apb_periph_claim esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) -adc_apb_periph_free esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) -adc_calc_hw_calibration_code esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) -adc_hal_arbiter_config esp-idf/hal/libhal.a(adc_hal_common.c.obj) -adc_hal_calibration_init esp-idf/hal/libhal.a(adc_hal_common.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) -adc_hal_self_calibration esp-idf/hal/libhal.a(adc_hal_common.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) -adc_hal_set_calibration_param esp-idf/hal/libhal.a(adc_hal_common.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) -adc_hal_set_controller esp-idf/hal/libhal.a(adc_hal_common.c.obj) -adc_lock_acquire esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) -adc_lock_release esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) -adc_lock_try_acquire esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) -adc_set_hw_calibration_code esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) -add_mic_ie_bip C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -addba_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) -adjtime esp-idf/newlib/libnewlib.a(time.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) -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) -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) -aes_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) -aes_encrypt_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) -aes_encrypt_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.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_mode_init esp-idf/hal/libhal.a(aes_hal.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) -aes_hal_read_iv esp-idf/hal/libhal.a(aes_hal.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) -aes_hal_set_iv 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/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) -aes_hal_transform_dma_finish esp-idf/hal/libhal.a(aes_hal.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) -aes_hal_transform_dma_start esp-idf/hal/libhal.a(aes_hal.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) -aes_hal_wait_done esp-idf/hal/libhal.a(aes_hal.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.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) -aes_wrap esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) -aligned_alloc esp-idf/newlib/libnewlib.a(heap.c.obj) -ampdu_alloc_rx_ba_index C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) -ampdu_dispatch C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ampdu_dispatch_all C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ampdu_dispatch_as_many_as_possible C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ampdu_dispatch_movement C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ampdu_dispatch_upto C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ampdu_free_rx_ba_index C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) -ampdu_process_multicast_address_qos_frame C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) -ant_btrx_cfg C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -ant_bttx_cfg C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -ant_dft_cfg C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ant_rx_cfg C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) -ant_tx_cfg C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) -ant_wifirx_cfg C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ant_wifitx_cfg C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ap_no_lr_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ap_rx_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -ap_rxcb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) -ap_sa_query_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) -app_elf_sha256_str esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) - esp-idf/esp_system/libesp_system.a(panic.c.obj) -app_main esp-idf/main/libmain.a(app_main.c.obj) - esp-idf/freertos/libfreertos.a(app_startup.c.obj) -app_scan_params C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -asprintf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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(netif.c.obj) - esp-idf/lwip/liblwip.a(netdb.c.obj) - esp-idf/tcp_transport/libtcp_transport.a(transport_ws.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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -bb_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -bb_intr_handl C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -bias_dreg_i2c_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_i2c.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -bias_reg_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_i2c.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.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(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(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_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_efuse_blk_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/app_update/libapp_update.a(esp_ota_ops.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.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/app_update/libapp_update.a(esp_ota_ops.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/app_update/libapp_update.a(esp_ota_ops.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) - esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) -bootloader_common_read_otadata esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.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_esp32c3.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_esp32c3.c.obj) -bootloader_execute_flash_command esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) -bootloader_flash_clock_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) -bootloader_flash_cs_timing_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) -bootloader_flash_dummy_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.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) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.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_set_dummy_out esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.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_esp32c3.c.obj) -bootloader_flash_update_id esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.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_esp32c3.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_esp32c3.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_esp32c3.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_esp32c3.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) -bootloader_random_enable esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.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_esp32c3.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) -broker_crt CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/broker.crt.S.obj -broker_crt_length CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/broker.crt.S.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_corr_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) -bt_bb_detect_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) -bt_bb_dpo_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) -bt_bb_filter_sel C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) -bt_bb_gain_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) -bt_bb_restart_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) -bt_bb_target_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) -bt_bb_tx_cca_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) -bt_bb_v2_init_cmplx C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) -bt_bb_v2_recorrect C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) -bt_bb_v2_rx_rssi_thresh C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) -bt_bb_v2_rx_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) -bt_bb_v2_tx_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) -bt_bb_v2_version C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) -bt_chan_pwr_interp C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) -bt_get_channel_pwr C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) -bt_get_channel_pwr_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) -bt_get_channel_pwr_unset C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) -bt_set_chn C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) -bt_track_pll_cap C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) -bt_tx_gain_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -bt_tx_pwctrl_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) -bt_txdc_cal C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) -bt_txiq_cal C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) -bt_txpwr_freq C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) -btbb_wifi_bb_cfg2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-bzero.o) - esp-idf/newlib/libnewlib.a(heap.c.obj) -cache_hal_disable esp-idf/hal/libhal.a(cache_hal.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) -cache_hal_enable esp-idf/hal/libhal.a(cache_hal.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) -cache_hal_get_cache_line_size esp-idf/hal/libhal.a(cache_hal.c.obj) - esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) -cache_hal_init esp-idf/hal/libhal.a(cache_hal.c.obj) -cache_hal_invalidate_addr esp-idf/hal/libhal.a(cache_hal.c.obj) - esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) - esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) -cache_hal_is_cache_enabled esp-idf/hal/libhal.a(cache_hal.c.obj) - esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) -cache_hal_resume esp-idf/hal/libhal.a(cache_hal.c.obj) - esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) -cache_hal_suspend esp-idf/hal/libhal.a(cache_hal.c.obj) - esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) -cache_hal_vaddr_to_cache_level_id esp-idf/hal/libhal.a(cache_hal.c.obj) - esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) -cache_ilg_bits esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) -call_start_cpu0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) -calloc esp-idf/newlib/libnewlib.a(heap.c.obj) - esp-idf/app_update/libapp_update.a(esp_ota_ops.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/lwip/liblwip.a(mem.c.obj) - esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - esp-idf/esp_partition/libesp_partition.a(partition.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/esp_driver_spi/libesp_driver_spi.a(spi_common.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_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - esp-idf/esp_system/libesp_system.a(task_wdt.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/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.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) - esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) -candidate_monitor_timer_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -candidate_monitor_timer_stop C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -cannel_scan_connect_state C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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) -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/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_basic.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) -chan14_mic_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_basic.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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.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) -chip726_phyrom_version_num C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rom.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -chip7_phy_init_ctrl C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) -chip_disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -chip_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -chip_post_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -chip_v7_set_chan C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -chip_v7_set_chan_ana C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) -chip_v7_set_chan_misc C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -chip_v7_set_chan_offset C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -chm_acquire_lock C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -chm_bitmap_idx_to_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -chm_cancel_op C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -chm_check_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) -chm_check_channel_is_valid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) -chm_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -chm_end_op C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) -chm_end_op_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) -chm_get_band_from_chan C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -chm_get_chan_info C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -chm_get_channel_index C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -chm_get_current_band C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -chm_get_current_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -chm_get_home_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -chm_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -chm_is_at_home_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -chm_mhz2num C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) -chm_release_lock C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) -chm_return_home_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) -chm_set_current_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -chm_set_home_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -chm_start_op C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -cipher_map_net80211_to_public_cipher C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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) -clear_bss_queue C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -client_crt CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.crt.S.obj -client_crt_length CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.crt.S.obj -client_key CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.key.S.obj -client_key_length CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.key.S.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_clock_output_setup esp-idf/hal/libhal.a(clk_tree_hal.c.obj) -clk_hal_clock_output_teardown esp-idf/hal/libhal.a(clk_tree_hal.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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysclose.o) - esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.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/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -closedir esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) -cnx_add_rc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -cnx_add_to_blacklist C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -cnx_assoc_timeout C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -cnx_assoc_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) -cnx_auth_done C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -cnx_auth_timeout C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -cnx_auth_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) -cnx_beacon_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) -cnx_bss_alloc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -cnx_bss_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -cnx_can_do_obss_scan C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -cnx_check_bssid_in_blacklist C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -cnx_clear_blacklist C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -cnx_connect_next_ap C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -cnx_connect_timeout C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -cnx_connect_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) -cnx_csa_fn C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -cnx_csa_fn_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) -cnx_do_handoff_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -cnx_get_authtype_strength C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -cnx_handshake_timeout C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -cnx_handshake_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) -cnx_is_any_node_connecting C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -cnx_node_alloc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -cnx_node_is_existing C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -cnx_node_join C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -cnx_node_leave C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -cnx_node_remove C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -cnx_node_search C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -cnx_obss_scan C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -cnx_obss_scan_done_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -cnx_obss_scan_timeout C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -cnx_rc_search C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -cnx_rc_update_age C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -cnx_rc_update_rssi C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -cnx_rc_update_state_metric C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -cnx_remove_all_rc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -cnx_remove_from_blacklist C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -cnx_remove_rc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -cnx_remove_rc_except C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -cnx_sta_associated C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -cnx_sta_connect_cmd C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -cnx_sta_connect_led_timer_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -cnx_sta_leave C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -cnx_sta_pm C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -cnx_sta_scan_cmd C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -cnx_start_handoff_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -cnx_start_obss_scan C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -cnx_stop_obss_scan C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -cnx_update_bss C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -cnx_update_bss_more C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -cnx_validate_owe_bss C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -coex_pti_print C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) -coex_pti_v2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) -comeback_token_hash esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) -config_get_wifi_task_stack_size C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -config_is_cache_tx_buf_enabled C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -connect_scan_flag C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -console_access esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -console_close esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -console_end_select esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -console_fcntl esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -console_fstat esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -console_fsync esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -console_open esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -console_read esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -console_tcdrain esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -console_tcflush esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -console_tcgetattr esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -console_tcsetattr esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -console_write esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -core0_acs_bits esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) -core_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) -correct_rfpll_offset C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) -country_info_24ghz C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) -cpu_domain_pd_allowed esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) -crc32_le C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -create_new_bss_for_sa_query_failed_sta C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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_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_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_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_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_compare esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) -crypto_ec_key_debug_print esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.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_gen esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) -crypto_ec_key_get_private_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) -crypto_ec_key_get_public_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) -crypto_ec_key_get_subject_public_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.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_priv esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.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_set_pub esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.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_key_verify_signature_r_s esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.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_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_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_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) -ctx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) -current_task_is_wifi_task C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -dbg_cnt_lmac_drop C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -dbg_ebuf_loc_show C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) -dbg_his_lmac_eb_show C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) -dbg_his_lmac_event_show C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) -dbg_his_lmac_int_show C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) -dbg_his_lmac_rx_show C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) -dbg_his_lmac_tx_show C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) -dbg_hmac_rxtx_statis_dump C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) -dbg_hmac_statis_dump C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -dbg_lmac_diag_statis_dump C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) -dbg_lmac_get_acs C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -dbg_lmac_hw_statis_dump C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) -dbg_lmac_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -dbg_lmac_ps_statis_dump C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) -dbg_lmac_ps_statis_reset C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -dbg_lmac_rxtx_statis_dump C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) -dbg_lmac_statis_dump C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -dbg_perf_path_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) -dbg_perf_path_show C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) -dbg_perf_throughput_cal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.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_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_link_up 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_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) -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) -discnx_reason_id2str C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -div C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-div.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mktime.o) - esp-idf/hal/libhal.a(spi_flash_hal.c.obj) -dns_clear_cache esp-idf/lwip/liblwip.a(dns.c.obj) -dns_gethostbyname esp-idf/lwip/liblwip.a(dns.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/lwip/liblwip.a(dhcp.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) -dns_tmr esp-idf/lwip/liblwip.a(dns.c.obj) -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) -ds_hal_busy esp-idf/hal/libhal.a(ds_hal.c.obj) - esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) -ds_hal_configure_iv esp-idf/hal/libhal.a(ds_hal.c.obj) - esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) -ds_hal_finish esp-idf/hal/libhal.a(ds_hal.c.obj) - esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) -ds_hal_read_result esp-idf/hal/libhal.a(ds_hal.c.obj) - esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) -ds_hal_start esp-idf/hal/libhal.a(ds_hal.c.obj) - esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) -ds_hal_start_sign esp-idf/hal/libhal.a(ds_hal.c.obj) - esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) -ds_hal_write_message esp-idf/hal/libhal.a(ds_hal.c.obj) - esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) -ds_hal_write_private_key_params esp-idf/hal/libhal.a(ds_hal.c.obj) - esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) -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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -eTaskGetState esp-idf/freertos/libfreertos.a(tasks.c.obj) - esp-idf/freertos/libfreertos.a(idf_additions.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) - esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) -eb_txdesc_space C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) -efuse_hal_blk_version 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/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_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_blk_version_major esp-idf/hal/libhal.a(efuse_hal.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) -efuse_hal_get_disable_wafer_version_major 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_startup.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_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) - esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) -efuse_hal_rs_calculate esp-idf/hal/libhal.a(efuse_hal.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_utility.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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-environ.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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) -errno C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-reent.o) -esf_buf_alloc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -esf_buf_alloc_default_handler C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -esf_buf_alloc_dynamic C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -esf_buf_alloc_dynamic_default_handler C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -esf_buf_free_static C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) -esf_buf_recycle C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -esf_buf_recycle_default_handler C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -esf_buf_setdown C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -esf_buf_setup C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -esf_buf_setup_for_mesh C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -esf_buf_setup_static C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) -esf_buf_statis_dump C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) -esp_aes_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) -esp_aes_dma_done esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) -esp_aes_dma_start esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.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_intr_alloc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) -esp_aes_process_dma esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.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-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.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-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.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-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) -esp_apb_backup_dma_lock_init esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) - esp-idf/esp_system/libesp_system.a(startup_funcs.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_app_get_elf_sha256 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.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_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_funcs.c.obj) -esp_cache_aligned_calloc esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) -esp_cache_aligned_calloc_prefer esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) -esp_cache_aligned_malloc esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) -esp_cache_aligned_malloc_prefer esp-idf/esp_mm/libesp_mm.a(esp_cache.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_cache_err_has_active_err esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - esp-idf/esp_system/libesp_system.a(panic_arch.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_cache_err_panic_string esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) - esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) -esp_cache_get_alignment esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) -esp_cache_msync esp-idf/esp_mm/libesp_mm.a(esp_cache.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/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(hw_random.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - esp-idf/esp_system/libesp_system.a(startup_funcs.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_coex/libesp_coex.a(esp_coex_adapter.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(esp_clk_tree_common.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) -esp_clk_tree_enable_src esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.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-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.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/esp_driver_uart/libesp_driver_uart.a(uart.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-idf/esp_system/libesp_system.a(cpu_start.c.obj) -esp_coex_common_clk_slowclk_cal_get_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_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/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_cpu_unstall esp-idf/esp_hw_support/libesp_hw_support.a(cpu.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_crosscore_int_send_twdt_abort esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) -esp_crosscore_int_send_yield esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - esp-idf/freertos/libfreertos.a(port.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_ds_lock_acquire esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) -esp_crypto_ds_lock_release esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) -esp_crypto_hmac_lock_acquire esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) -esp_crypto_hmac_lock_release esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) -esp_crypto_mpi_lock_acquire esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) -esp_crypto_mpi_lock_release esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.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_crypto_sha_aes_lock_acquire esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) -esp_crypto_sha_aes_lock_release esp-idf/esp_security/libesp_security.a(esp_crypto_lock.c.obj) - esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) -esp_crypto_shared_gdma_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) -esp_crypto_shared_gdma_start esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) -esp_crypto_shared_gdma_start_axi_ahb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gdma_impl.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.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_enable_gpio_wakeup 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_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_ds_encrypt_params esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) -esp_ds_finish_sign esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) -esp_ds_get_keylen esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) -esp_ds_init_data_ctx esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) -esp_ds_is_busy esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) -esp_ds_release_ds_lock esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) -esp_ds_rsa_sign esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) -esp_ds_set_session_timeout esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) -esp_ds_sign esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) -esp_ds_start_sign esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.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/efuse/libefuse.a(esp_efuse_startup.c.obj) -esp_efuse_count_unused_key_blocks esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -esp_efuse_destroy_block esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) -esp_efuse_disable_rom_download_mode esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) -esp_efuse_enable_rom_secure_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-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -esp_efuse_find_unused_key_block 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_efuse_get_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -esp_efuse_get_field_size esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.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 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -esp_efuse_get_key_dis_read esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) -esp_efuse_get_key_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) -esp_efuse_get_key_purpose esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) -esp_efuse_get_keypurpose_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -esp_efuse_get_pkg_ver esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) -esp_efuse_get_purpose_field esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -esp_efuse_get_write_protect_of_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key.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/esp_security/libesp_security.a(esp_hmac.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_rtc_calib.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-idf/efuse/libefuse.a(esp_efuse_api_key.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_rtc_calib_get_cal_voltage esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) -esp_efuse_rtc_calib_get_init_code esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) -esp_efuse_rtc_calib_get_tsens_val esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) -esp_efuse_rtc_calib_get_ver esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) -esp_efuse_set_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -esp_efuse_set_key_dis_read esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) -esp_efuse_set_key_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -esp_efuse_set_key_purpose esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -esp_efuse_set_keypurpose_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_set_write_protect_of_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -esp_efuse_startup_include_func esp-idf/efuse/libefuse.a(esp_efuse_startup.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_chip_opt esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api.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-idf/efuse/libefuse.a(esp_efuse_api_key.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_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-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -esp_efuse_write_field_cnt 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_write_key esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.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_enable_cache_wrap esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) -esp_err_to_name esp-idf/esp_common/libesp_common.a(esp_err_to_name.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/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.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_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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.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(app_main.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(esp_wps.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.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/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-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - esp-idf/newlib/libnewlib.a(random.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_funcs.c.obj) -esp_flash_chip_boya esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.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_th esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.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/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/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) - esp-idf/spi_flash/libspi_flash.a(esp_flash_api.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/app_update/libapp_update.a(esp_ota_ops.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.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_funcs.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_dangerous_write_protection esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.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(app_main.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-idf/main/libmain.a(app_main.c.obj) -esp_get_minimum_free_heap_size esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) -esp_gpio_is_reserved esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) - esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -esp_gpio_reserve 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_revoke esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) -esp_heap_adjust_alignment_to_hw esp-idf/esp_mm/libesp_mm.a(heap_align_hw.c.obj) - esp-idf/heap/libheap.a(heap_caps_base.c.obj) -esp_hmac_calculate esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) -esp_hmac_jtag_disable esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) -esp_hmac_jtag_enable esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) -esp_hw_stack_guard_get_bounds esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) -esp_hw_stack_guard_get_fired_cpu esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) -esp_hw_stack_guard_get_pc esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) -esp_hw_stack_guard_monitor_start esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - esp-idf/freertos/libfreertos.a(portasm.S.obj) -esp_hw_stack_guard_monitor_stop esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - esp-idf/freertos/libfreertos.a(portasm.S.obj) -esp_hw_stack_guard_set_bounds esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - esp-idf/freertos/libfreertos.a(portasm.S.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_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/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.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/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - esp-idf/freertos/libfreertos.a(port_systick.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/esp_hw_support/libesp_hw_support.a(gdma.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_systimer.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_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) -esp_intr_dump esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) -esp_intr_enable esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.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_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - esp-idf/esp_system/libesp_system.a(hw_stack_guard.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_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) -esp_intr_get_cpu esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - esp-idf/esp_driver_gpio/libesp_driver_gpio.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_ptr_in_isr_region esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.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_isr_names esp-idf/soc/libsoc.a(interrupts.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) -esp_light_sleep_start esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) -esp_log_cache_add esp-idf/log/liblog.a(log_binary_heap.c.obj) - esp-idf/log/liblog.a(tag_log_level.c.obj) -esp_log_cache_clean esp-idf/log/liblog.a(log_binary_heap.c.obj) - esp-idf/log/liblog.a(tag_log_level.c.obj) -esp_log_cache_get_level esp-idf/log/liblog.a(log_binary_heap.c.obj) - esp-idf/log/liblog.a(tag_log_level.c.obj) -esp_log_cache_set_level esp-idf/log/liblog.a(log_binary_heap.c.obj) - esp-idf/log/liblog.a(tag_log_level.c.obj) -esp_log_default_level esp-idf/log/liblog.a(log_level.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.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/spi_flash/libspi_flash.a(cache_utils.c.obj) - esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.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_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(regi2c_ctrl.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/log/liblog.a(tag_log_level.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(brownout.c.obj) - esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - 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_startup.c.obj) - esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) -esp_log_early_timestamp esp-idf/log/liblog.a(log_timestamp.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) -esp_log_impl_lock esp-idf/log/liblog.a(log_lock.c.obj) - esp-idf/log/liblog.a(tag_log_level.c.obj) - esp-idf/log/liblog.a(log_write.c.obj) -esp_log_impl_lock_timeout esp-idf/log/liblog.a(log_lock.c.obj) - esp-idf/log/liblog.a(tag_log_level.c.obj) -esp_log_impl_unlock esp-idf/log/liblog.a(log_lock.c.obj) - esp-idf/log/liblog.a(tag_log_level.c.obj) - esp-idf/log/liblog.a(log_write.c.obj) -esp_log_level_get esp-idf/log/liblog.a(tag_log_level.c.obj) -esp_log_level_get_timeout esp-idf/log/liblog.a(tag_log_level.c.obj) - esp-idf/log/liblog.a(log_write.c.obj) -esp_log_level_set esp-idf/log/liblog.a(tag_log_level.c.obj) - esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - esp-idf/main/libmain.a(app_main.c.obj) -esp_log_linked_list_clean esp-idf/log/liblog.a(log_linked_list.c.obj) - esp-idf/log/liblog.a(tag_log_level.c.obj) -esp_log_linked_list_get_level esp-idf/log/liblog.a(log_linked_list.c.obj) - esp-idf/log/liblog.a(tag_log_level.c.obj) -esp_log_linked_list_set_level esp-idf/log/liblog.a(log_linked_list.c.obj) - esp-idf/log/liblog.a(tag_log_level.c.obj) -esp_log_set_default_level esp-idf/log/liblog.a(log_level.c.obj) - esp-idf/log/liblog.a(tag_log_level.c.obj) -esp_log_set_vprintf esp-idf/log/liblog.a(log_write.c.obj) -esp_log_timestamp esp-idf/log/liblog.a(log_timestamp.c.obj) - esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) - esp-idf/app_update/libapp_update.a(esp_ota_ops.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_wifi/libesp_wifi.a(lib_printf.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - esp-idf/lwip/liblwip.a(sys_arch.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(esp_timer.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.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.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.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/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.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(sar_periph_ctrl_common.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - esp-idf/esp_security/libesp_security.a(esp_hmac.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/spi_flash/libspi_flash.a(cache_utils.c.obj) - esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.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(app_main.c.obj) - esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - esp-idf/pthread/libpthread.a(pthread.c.obj) - esp-idf/freertos/libfreertos.a(port.c.obj) - esp-idf/freertos/libfreertos.a(app_startup.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.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_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(regi2c_ctrl.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.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(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/esp_system/libesp_system.a(startup_funcs.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_startup.c.obj) - esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) -esp_log_write esp-idf/log/liblog.a(log_write.c.obj) - esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) - esp-idf/app_update/libapp_update.a(esp_ota_ops.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_wifi/libesp_wifi.a(lib_printf.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) - esp-idf/lwip/liblwip.a(sys_arch.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_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/hal/libhal.a(clk_tree_hal.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.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.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_rtc_calib.c.obj) - esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.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(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/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - esp-idf/esp_event/libesp_event.a(esp_event.c.obj) - esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.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(sar_periph_ctrl_common.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - esp-idf/esp_security/libesp_security.a(esp_hmac.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_cache.c.obj) - esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.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(app_main.c.obj) - esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - esp-idf/pthread/libpthread.a(pthread.c.obj) - esp-idf/freertos/libfreertos.a(port.c.obj) - esp-idf/freertos/libfreertos.a(app_startup.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.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(intr_alloc.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_startup.c.obj) -esp_log_writev esp-idf/log/liblog.a(log_write.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_ciphersuites_list 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_server_session_create 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_server_session_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_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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_allow_root_conflicts C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_mesh_ap_enqueue C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_ap_list_clear C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_ap_list_clear_expire C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_ap_list_clear_invalid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) -esp_mesh_ap_list_find C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_ap_list_find_expire C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_ap_list_find_invalid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_ap_list_update_invalid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_appie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_available_txupQ_num C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) -esp_mesh_best_effort_tx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -esp_mesh_channel_enable_jp C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_check_multi_redundant_ack C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) -esp_mesh_check_nonassociated_children C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_check_vnd_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_clear_parent C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) -esp_mesh_clear_parent_candidate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_combine_multi_redundant_ack C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) -esp_mesh_compute_my_votes C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_compute_votes C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_conn_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_conn_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_connect C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_copy_mgmt_announce C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) -esp_mesh_create_context C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -esp_mesh_create_mbox C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_decrypt_vnd_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_delete_group_addr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_delete_group_id C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_delete_sub_children C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_delivery_toDS C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -esp_mesh_delivery_toSelf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -esp_mesh_disable_ps C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_discard_context C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) -esp_mesh_disconnect C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_enable_ps C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_encrypt_vnd_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_find_conflict_root C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_fix_root C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_flush_scan_result C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) -esp_mesh_flush_tcpip_queue C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_flush_upstream_packets C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_force_txupQ_pending C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) -esp_mesh_forward_check_active C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -esp_mesh_forward_packet C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) -esp_mesh_free_context C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -esp_mesh_free_mbox C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_get_active_duty_cycle C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_get_announce_interval C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_get_ap_assoc_expire C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) -esp_mesh_get_ap_authmode C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_get_ap_connections C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_get_attempts C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_get_beacon_interval C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_get_capacity_num C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_get_child_idx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -esp_mesh_get_child_idx_lock C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -esp_mesh_get_child_num C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) -esp_mesh_get_config C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_get_conflict_root_state C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_get_group_list C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_get_group_num C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_get_id C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_get_ie_crypto_key C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_get_layer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_get_max_layer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_get_network_duty_cycle C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_get_non_mesh_connections C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_get_optlen C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) -esp_mesh_get_parent_bssid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_get_parent_candidate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_mesh_get_parent_monitor_config C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_mesh_get_passive_scan_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_get_root_addr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_get_root_healing_delay C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_get_router C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_get_router_bssid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_get_routing_table C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) -esp_mesh_get_routing_table_size C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) -esp_mesh_get_rssi_threshold C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_get_rssi_threshold_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_get_running_active_duty_cycle C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -esp_mesh_get_rx_pending C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_get_self_organized C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_get_storage C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_get_sub_capacity C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) -esp_mesh_get_subnet_nodes_list C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_get_subnet_nodes_num C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_get_switch_parent_paras C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_get_topology C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_get_total_children_num C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_get_total_node_num C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_get_tsf_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -esp_mesh_get_tx_pending C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -esp_mesh_get_type C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_get_vnd_ext_assoc_len C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_get_vnd_roots_len C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_get_vnd_ssid_len C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_get_vote_percentage C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_get_xon_qsize C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_ie_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_ie_monitor C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_ie_update_capacity C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_ie_update_rssi C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_insert_child C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_insert_group_addr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_io_sem_signal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_io_sem_wait C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) -esp_mesh_is_device_active C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_is_my_group C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) -esp_mesh_is_my_ie_encrypted C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_is_nwk_inited C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) -esp_mesh_is_nwk_running C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) -esp_mesh_is_ps_enabled C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_is_root C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_is_root_conflicts_allowed C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_is_root_fixed C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_is_roots_found C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_is_rt_change_debug C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) -esp_mesh_is_same_router C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_is_scan_allowed C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_is_start_pm_now C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_is_switch_parent C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_look_for_network C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_lookup_route C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_lookup_sub_route C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) -esp_mesh_map_change_beacon_interval C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_map_deauth C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -esp_mesh_map_probe_response C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_map_reject_connection C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_map_stop_beacon C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_match_self C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_mcast_cover_node C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) -esp_mesh_monitor_nonassociated_children C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_monitor_parent_candidate_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_monitor_parent_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_monitor_vote_candidate_rssi C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_nvs_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_nvs_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_nvs_operate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) -esp_mesh_nvs_set_assoc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_nvs_set_layer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_nwk_redundant_route C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_nwk_task_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_nwk_task_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_operation_rxseqno C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) -esp_mesh_pack_multi_routing_table C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) -esp_mesh_pack_rmv_announcement C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_parent_reselect C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_parent_select C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_parse_beacon C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_parse_conflict_assoc_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_parse_conflict_roots_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_parse_ext_assoc_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_parse_ps_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_pm_go_to_sleep C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_pm_go_to_wake C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_pm_rx_beacon_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_pm_tbtt_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_pm_tx_data_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_pm_tx_null_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_post_toDS_state C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_print_route_table C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) -esp_mesh_print_rxQ_waiting C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -esp_mesh_print_scan_result C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_print_txQ_waiting C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) -esp_mesh_process_bcast C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) -esp_mesh_process_mcast C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) -esp_mesh_process_options C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) -esp_mesh_process_ps_awake C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_process_ps_type C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_process_redundant_subchildren C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) -esp_mesh_process_txupQ_pending C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -esp_mesh_process_ucast C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) -esp_mesh_ps_control_check_awake C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -esp_mesh_ps_duty C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_mesh_ps_duty_cycle_get_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_ps_duty_cycle_set_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_ps_duty_ext_get_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_ps_duty_signaling C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_mesh_ps_get_duties C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_ps_get_ext_duty C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_mesh_push_to_ack_state_queue C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -esp_mesh_push_to_myself_queue C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) -esp_mesh_push_to_nwk_queue C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -esp_mesh_push_to_ps_tx_queue C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_push_to_rx_queue C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) -esp_mesh_push_to_tcpip_queue C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -esp_mesh_push_to_tx_queue C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) -esp_mesh_push_to_wnd_queue C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -esp_mesh_push_to_xmit_state_queue C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -esp_mesh_quick_funcs C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -esp_mesh_quick_funcs_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_quick_funcs_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_recv C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_recv_release C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_recv_toDS C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_recv_xon C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) -esp_mesh_refresh_routing_table C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_remove_child C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_remove_children C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_remove_conflict_root C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_remove_nonassociated_children C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_revote_root C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_root_process_duty_duration_expire C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_route_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_route_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_rt_change_debug C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_rx_task_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_rx_task_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_scan_done C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_scan_done_get_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_scan_done_vote C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_scan_get_ap_ie_len C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_mesh_scan_get_ap_record C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_mesh_send C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_send_add_announcement C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_send_block_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_send_block_event C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -esp_mesh_send_block_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_send_block_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) -esp_mesh_send_block_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -esp_mesh_send_event_internal esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_send_mgmt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_send_rmv_announcement C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_send_root_switch C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) -esp_mesh_send_rtable_ack C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) -esp_mesh_send_rtable_request C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) -esp_mesh_send_sem_signal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -esp_mesh_send_sem_wait C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_send_stop_vote C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_send_xon C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -esp_mesh_set_6m_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -esp_mesh_set_active_duty_cycle C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_set_announce_interval C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_set_ap_assoc_expire C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_mesh_set_ap_authmode C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_set_ap_connections C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_set_ap_password C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_set_attempts C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_set_beacon_interval C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) -esp_mesh_set_capacity_num C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_set_config C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_set_group_id C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_set_id C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_set_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_set_ie_crypto_funcs C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_set_ie_crypto_funcs_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_set_ie_crypto_key C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_set_ie_crypto_key_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_set_max_layer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_set_network_duty_cycle C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_set_network_duty_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_mesh_set_non_mesh_connections C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_set_parent C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_set_parent_candidate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_set_parent_candidate_config C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_set_parent_monitor_config C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_set_passive_scan_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_set_root_healing_delay C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_set_router C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_set_router_bssid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_set_rssi_threshold C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_set_rssi_threshold_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_set_self_organized C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_set_switch_parent_paras C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_set_topology C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_set_type C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_set_vote_percentage C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_set_xon_qsize C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_sta_connect C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_sta_disassoc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_sta_disconnect C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_sta_monitor_rssi C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_stop C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_stop_parent_reconnection C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) -esp_mesh_switch_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_switch_channel_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) -esp_mesh_sync_interface_tsf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) -esp_mesh_tx_task_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_tx_task_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_tx_tid_flush C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) -esp_mesh_txupQ_pending C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_txupQ_pending_clear_xonseq C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -esp_mesh_txupQ_pending_delete_child C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_txupQ_pending_get_cidx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_txupQ_pending_get_xonseq C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_txupQ_pending_insert_child C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_mesh_update_conflict_root C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_mesh_waive_root C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_mesh_wifi_recv_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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_mpi_disable_hardware_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.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_alt.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) -esp_mpi_exp_mpi_mod_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.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_alt.c.obj) -esp_mpi_interrupt_clear esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) -esp_mpi_interrupt_enable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) -esp_mpi_mul_mpi_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.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_alt.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_alt.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) -esp_mprot_dump_configuration esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) -esp_mprot_get_active_intr esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) -esp_mprot_get_default_main_split_addr esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) -esp_mprot_get_monitor_en esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) -esp_mprot_get_monitor_lock esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) -esp_mprot_get_pms_area esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) -esp_mprot_get_pms_lock esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) -esp_mprot_get_split_addr esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) -esp_mprot_get_split_addr_lock esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) -esp_mprot_get_violate_addr esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) -esp_mprot_get_violate_byte_enables esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) -esp_mprot_get_violate_operation esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) -esp_mprot_get_violate_world esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) -esp_mprot_has_byte_enables esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) -esp_mprot_is_conf_locked_any esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) -esp_mprot_is_intr_ena_any esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) -esp_mprot_ll_err_to_esp_err esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) -esp_mprot_ll_world_to_hl_world esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) -esp_mprot_monitor_clear_intr esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) -esp_mprot_oper_type_to_str esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) -esp_mprot_pms_world_to_str esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot_conv.c.obj) - esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) -esp_mprot_set_monitor_en esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) -esp_mprot_set_monitor_lock esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) -esp_mprot_set_pms_area esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) -esp_mprot_set_pms_lock esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) -esp_mprot_set_prot esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) -esp_mprot_set_split_addr esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) -esp_mprot_set_split_addr_lock esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.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(app_main.c.obj) -esp_mqtt_client_publish esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - esp-idf/main/libmain.a(app_main.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(app_main.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(app_main.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(app_main.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_32bit_address_flash_feature_check esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.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_mspi_pin_reserve esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) -esp_net80211_rom_version_get C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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_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_netif_create_ip6_linklocal esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) -esp_netif_create_wifi esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.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-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.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-idf/protocol_examples_common/libprotocol_examples_common.a(connect.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-idf/protocol_examples_common/libprotocol_examples_common.a(connect.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-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.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_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-idf/protocol_examples_common/libprotocol_examples_common.a(connect.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(app_main.c.obj) -esp_netif_ip6_get_addr_type esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.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-idf/protocol_examples_common/libprotocol_examples_common.a(connect.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_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-idf/protocol_examples_common/libprotocol_examples_common.a(connect.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_tx_rx_event_disable esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) -esp_netif_tx_rx_event_enable esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.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_netif_update_default_netif esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) -esp_newlib_init esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -esp_newlib_init_global_stdio esp-idf/newlib/libnewlib.a(newlib_init.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_funcs.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_bootloader_description 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_partition_check_identity esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) -esp_partition_copy esp-idf/esp_partition/libesp_partition.a(partition.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/app_update/libapp_update.a(esp_ota_ops.c.obj) - esp-idf/esp_partition/libesp_partition.a(partition.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_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-idf/esp_partition/libesp_partition.a(partition_target.c.obj) -esp_partition_find_first esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - esp-idf/app_update/libapp_update.a(esp_ota_ops.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_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-idf/esp_partition/libesp_partition.a(partition_target.c.obj) -esp_partition_get_main_flash_sector_size esp-idf/esp_partition/libesp_partition.a(partition_target.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_api.cpp.obj) -esp_partition_get_sha256 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) -esp_partition_is_flash_region_writable 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_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-idf/esp_partition/libesp_partition.a(partition.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-idf/esp_partition/libesp_partition.a(partition.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-idf/esp_partition/libesp_partition.a(partition_target.c.obj) -esp_partition_read esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.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-idf/nvs_flash/libnvs_flash.a(nvs_api.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/app_update/libapp_update.a(esp_ota_ops.c.obj) - esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.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-idf/nvs_flash/libnvs_flash.a(nvs_api.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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_phy_common_clock_disable esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) -esp_phy_common_clock_enable esp-idf/esp_phy/libesp_phy.a(phy_init.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_ant esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) -esp_phy_get_ant_gpio esp-idf/esp_phy/libesp_phy.a(phy_common.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_set_ant esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) -esp_phy_set_ant_gpio esp-idf/esp_phy/libesp_phy.a(phy_common.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_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_pp_rom_version_get C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -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_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/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.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/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/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.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_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_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_register_freertos_tick_hook esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.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/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) -esp_reset_reason esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) -esp_reset_reason_get_hint esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) -esp_reset_reason_set_hint esp-idf/esp_system/libesp_system.a(reset_reason.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/efuse/libefuse.a(esp_efuse_startup.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(cpu_start.c.obj) - esp-idf/esp_system/libesp_system.a(esp_system.c.obj) -esp_rom_crc32_le esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.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-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) -esp_rom_delay_us esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - esp-idf/hal/libhal.a(adc_hal_common.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_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/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/newlib/libnewlib.a(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(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.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(esp_flash_spi_init.c.obj) - esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) -esp_rom_efuse_get_flash_wp_gpio esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) -esp_rom_get_cpu_ticks_per_us esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) - esp-idf/log/liblog.a(log_timestamp.c.obj) -esp_rom_get_reset_reason 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_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - esp-idf/esp_system/libesp_system.a(reset_reason.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/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -esp_rom_gpio_connect_out_signal esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.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_rom_gpio_pad_set_drv esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) -esp_rom_md5_final esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) -esp_rom_md5_init esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) -esp_rom_md5_update esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) -esp_rom_newlib_init_common_mutexes esp-idf/newlib/libnewlib.a(locks.c.obj) -esp_rom_output_flush_tx esp-idf/newlib/libnewlib.a(syscalls.c.obj) -esp_rom_output_rx_one_char esp-idf/newlib/libnewlib.a(syscalls.c.obj) -esp_rom_output_tx_one_char esp-idf/newlib/libnewlib.a(syscalls.c.obj) -esp_rom_output_tx_wait_idle esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.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(clk.c.obj) - esp-idf/esp_system/libesp_system.a(brownout.c.obj) - esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) -esp_rom_printf esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - 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(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/spi_flash/libspi_flash.a(cache_utils.c.obj) - esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.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_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(regi2c_ctrl.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(startup.c.obj) - esp-idf/esp_system/libesp_system.a(clk.c.obj) - esp-idf/esp_system/libesp_system.a(brownout.c.obj) - esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) - 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_startup.c.obj) - esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.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_system/libesp_system.a(int_wdt.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - esp-idf/esp_system/libesp_system.a(hw_stack_guard.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_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/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - esp-idf/esp_system/libesp_system.a(brownout.c.obj) -esp_rom_spiflash_config_clk esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) -esp_rom_spiflash_config_param esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) -esp_rom_spiflash_wait_idle esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) -esp_rrm_is_rrm_supported_connection esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) -esp_rrm_send_neighbor_rep_request esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) -esp_rrm_send_neighbor_report_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_secure_boot_read_key_digests esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -esp_security_init_include_impl esp-idf/esp_security/libesp_security.a(init.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_acquire_hardware esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.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_dma esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.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_dma_start esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha_gdma_impl.c.obj) - 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_sha256.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) -esp_sha_release_hardware esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.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_write_digest_state esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.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_sleep_config_gpio_isolate esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) -esp_sleep_cpu_pd_low_deinit esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) -esp_sleep_cpu_pd_low_init esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) -esp_sleep_cpu_retention_deinit esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) -esp_sleep_cpu_retention_init esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) -esp_sleep_disable_bt_wakeup 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_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_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_gpio_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_gpio_include esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.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_sleep_sub_mode_config esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) -esp_sleep_sub_mode_dump_config esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) -esp_sleep_sub_mode_force_disable esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.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_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_timer/libesp_timer.a(system_time.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.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_include_startup_funcs esp-idf/esp_system/libesp_system.a(startup_funcs.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_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_test_dump_htc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -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_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_init.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_systimer.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_timer/libesp_timer.a(esp_timer.c.obj) - esp-idf/esp_security/libesp_security.a(esp_ds.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_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) -esp_timer_impl_advance esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) -esp_timer_impl_deinit esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.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_systimer.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_init.c.obj) -esp_timer_impl_get_alarm_reg esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) -esp_timer_impl_get_counter_reg esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.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_systimer.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) -esp_timer_impl_init esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.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_init.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_systimer.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_systimer.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.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_systimer.c.obj) -esp_timer_init esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) -esp_timer_init_include_func esp-idf/esp_timer/libesp_timer.a(esp_timer_init.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_systimer.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_systimer.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_systimer.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_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_tls_cfg_server_session_tickets_free esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) -esp_tls_cfg_server_session_tickets_init esp-idf/esp-tls/libesp-tls.a(esp_tls.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_ciphersuites_list esp-idf/esp-tls/libesp-tls.a(esp_tls.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_mbedtls.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_server_session_create esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) -esp_tls_server_session_delete esp-idf/esp-tls/libesp-tls.a(esp_tls.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_ds_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_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/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.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-idf/protocol_examples_common/libprotocol_examples_common.a(connect.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/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -esp_vfs_dev_uart_port_set_rx_line_endings esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -esp_vfs_dev_uart_port_set_tx_line_endings esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -esp_vfs_dev_uart_register esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -esp_vfs_dev_uart_set_rx_line_endings esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -esp_vfs_dev_uart_set_tx_line_endings esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -esp_vfs_dev_uart_use_driver esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -esp_vfs_dev_uart_use_nonblocking esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -esp_vfs_dev_usb_serial_jtag_register esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) -esp_vfs_dev_usb_serial_jtag_set_rx_line_endings esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) -esp_vfs_dev_usb_serial_jtag_set_tx_line_endings esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) -esp_vfs_dump_fds esp-idf/vfs/libvfs.a(vfs.c.obj) -esp_vfs_dump_registered_paths esp-idf/vfs/libvfs.a(vfs.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_include_console_register esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -esp_vfs_include_nullfs_register esp-idf/vfs/libvfs.a(nullfs.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_null_get_vfs esp-idf/vfs/libvfs.a(nullfs.c.obj) -esp_vfs_null_register esp-idf/vfs/libvfs.a(nullfs.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_vfs_register_common esp-idf/vfs/libvfs.a(vfs.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_fs esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/vfs/libvfs.a(nullfs.c.obj) - esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -esp_vfs_register_fs_with_id 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/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -esp_vfs_select_triggered_isr esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -esp_vfs_set_readonly_flag esp-idf/vfs/libvfs.a(vfs.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/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - esp-idf/esp_vfs_console/libesp_vfs_console.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_vfs_unregister_fd esp-idf/vfs/libvfs.a(vfs.c.obj) -esp_vfs_unregister_fs esp-idf/vfs/libvfs.a(vfs.c.obj) -esp_vfs_unregister_fs_with_id esp-idf/vfs/libvfs.a(vfs.c.obj) -esp_vfs_unregister_with_id esp-idf/vfs/libvfs.a(vfs.c.obj) -esp_vfs_usb_serial_jtag_get_vfs esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -esp_vfs_usb_serial_jtag_use_driver esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) -esp_vfs_usb_serial_jtag_use_nonblocking esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -esp_wifi_action_tx_req C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -esp_wifi_ap_deauth_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) -esp_wifi_ap_get_sta_aid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_ap_get_sta_list C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_wifi_ap_is_sta_sae_reauth_node C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) -esp_wifi_auth_done_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) -esp_wifi_band_get_config_channel_local C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_beacon_monitor_configure C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_beacon_offset_configure C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_beacon_offset_sample_beacon C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_beacon_offset_set_rx_beacon_standard C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) -esp_wifi_clear_fast_connect C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_coex_pwr_configure C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_config_11b_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_config_80211_tx_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_config_espnow_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_connect esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) -esp_wifi_connect_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) -esp_wifi_connectionless_module_set_wake_interval C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) -esp_wifi_deauthenticate_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_deinit esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) -esp_wifi_deinit_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) -esp_wifi_del_key_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_disarm_sta_connection_timer_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) -esp_wifi_disconnect esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) -esp_wifi_disconnect_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) -esp_wifi_eb_tx_status_success_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_enable_sae_pk_only_mode_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) -esp_wifi_force_wakeup_acquire C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_force_wakeup_release C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_ftm_end_session C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_ftm_end_session_local C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_ftm_get_report C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_ftm_get_report_local C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_ftm_initiate_session C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_ftm_resp_set_offset C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_ftm_resp_set_offset_local C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_get_ant C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_get_ant_gpio C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_get_appie_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) -esp_wifi_get_assoc_bssid_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_get_band C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_get_band_mode C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_get_bandwidth C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_get_bandwidths C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_get_beacon_interval C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -esp_wifi_get_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_get_config C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -esp_wifi_get_config_channel_local C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_get_config_sae_pwe_h2e_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_get_country_code C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_get_event_mask C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -esp_wifi_get_hostap_private_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_get_inactive_time_local C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_get_key_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -esp_wifi_get_mac C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) -esp_wifi_get_macaddr_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_get_mode C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -esp_wifi_get_negotiated_bw_local C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_get_negotiated_channel_local C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_get_pmf_config_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) -esp_wifi_get_promiscuous C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_get_promiscuous_ctrl_filter C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_get_promiscuous_filter C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_get_protocol C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_get_protocols C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_get_ps C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_wifi_get_scan_parameters C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_get_spp_attrubute_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) -esp_wifi_get_tsf_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_get_user_init_flag_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) -esp_wifi_improve_contention_ability C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_init esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) -esp_wifi_init_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) -esp_wifi_internal_band_get_config_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_internal_configure_wake_window C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_internal_crypto_funcs_md5_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_internal_esp_wifi_he_md5_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_internal_esp_wifi_md5_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_internal_free_rx_buffer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) -esp_wifi_internal_get_config_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_internal_get_fix_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_internal_get_log C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_internal_get_mib C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -esp_wifi_internal_get_negotiated_bandwidth C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_internal_get_negotiated_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_internal_get_rts C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -esp_wifi_internal_ioctl C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_internal_is_tsf_active C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_internal_issue_disconnect C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) -esp_wifi_internal_on_coex_schm_phase C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -esp_wifi_internal_on_coex_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -esp_wifi_internal_osi_funcs_md5_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_internal_reg_netstack_buf_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_internal_reg_rxcb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -esp_wifi_internal_set_fix_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_internal_set_log_level C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) -esp_wifi_internal_set_log_mod C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_internal_set_mac_sleep C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_internal_set_msdu_lifetime C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) -esp_wifi_internal_set_retry_counter C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) -esp_wifi_internal_set_rts C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -esp_wifi_internal_set_spp_amsdu C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_internal_set_sta_ip C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -esp_wifi_internal_tx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -esp_wifi_internal_tx_is_stop C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -esp_wifi_internal_update_light_sleep_default_params C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_internal_update_light_sleep_wake_ahead_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_internal_wifi_he_type_md5_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_internal_wifi_type_md5_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_ipc_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -esp_wifi_is_btm_enabled_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -esp_wifi_is_ft_enabled_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -esp_wifi_is_rm_enabled_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -esp_wifi_mesh_reg_rxcb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) -esp_wifi_mesh_tx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) -esp_wifi_register_eapol_txdonecb_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -esp_wifi_register_wpa2_cb_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) -esp_wifi_remain_on_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -esp_wifi_restart C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_restore C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_scan_get_ap_num C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_wifi_scan_get_ap_record C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_scan_get_ap_records C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_scan_get_cur_ap_info C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_wifi_scan_get_cur_ap_record C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_wifi_scan_sort_ap_records C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_wifi_scan_sort_get_cur_ap_info C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_wifi_scan_sort_get_cur_ap_record C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_wifi_scan_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_wifi_scan_stop C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_wifi_send_deauth_local C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_send_mgmt_frm_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -esp_wifi_set_ant C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_ant_gpio C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_ap_key_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) -esp_wifi_set_appie_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_band C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_band_mode C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_bandwidth C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_bandwidths C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_beacon_interval C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_wifi_set_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_config C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) -esp_wifi_set_country C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) -esp_wifi_set_country_code C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_csi C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_csi_config C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_csi_rx_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) -esp_wifi_set_dynamic_cs C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_event_mask C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_home_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_igtk_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_inactive_time_local C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_keep_alive_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) -esp_wifi_set_key_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -esp_wifi_set_mac C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_max_tx_power C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_mode C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) -esp_wifi_set_non_mesh_connections C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) -esp_wifi_set_promiscuous C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_promiscuous_ctrl_filter C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_promiscuous_filter C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_promiscuous_rx_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_protocol C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_protocols C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_ps C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_wifi_set_rssi_threshold C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -esp_wifi_set_scan_parameters C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_sleep_min_active_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) -esp_wifi_set_sta_key_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_storage C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) -esp_wifi_set_tx_done_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_vendor_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_vendor_ie_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_set_wpa2_ent_state_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) -esp_wifi_set_wps_status_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) -esp_wifi_skip_supp_pmkcaching C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) -esp_wifi_sta_connect_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -esp_wifi_sta_disable_wpa2_authmode_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_sta_get_aid_local C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_sta_get_ap_info C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_sta_get_ap_info_prof_pmk_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) -esp_wifi_sta_get_negotiated_phymode C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_sta_get_negotiated_phymode_local C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_sta_get_pairwise_cipher_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -esp_wifi_sta_get_prof_ssid_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) -esp_wifi_sta_get_rsnxe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_sta_get_sae_identifier_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) -esp_wifi_sta_is_running_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -esp_wifi_sta_pmf_enabled C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) -esp_wifi_sta_prof_is_rsn_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) -esp_wifi_sta_prof_is_wpa_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) -esp_wifi_sta_update_ap_info_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) -esp_wifi_sta_wpa2_ent_disable_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) -esp_wifi_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) -esp_wifi_statis_dump C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_stop C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) -esp_wifi_tbtt_quick_wake_configure C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_unregister_wpa2_cb_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) -esp_wifi_unset_appie_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_update_tsf_tick_interval C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_vnd_lora_disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) -esp_wifi_vnd_lora_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) -esp_wifi_vnd_mesh_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_wifi_vnd_mesh_get C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_wifi_vnd_mesh_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -esp_wifi_vnd_mesh_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_wifi_vnd_roots_get C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -esp_wifi_vnd_roots_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -esp_wifi_wpa_ptk_init_done_internal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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_is_btm_supported_connection esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.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) -esprv_get_interrupt_unmask esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) -esprv_int_disable esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) -esprv_int_enable esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) -esprv_int_get_priority esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) -esprv_int_get_type esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) -esprv_int_is_vectored esp-idf/riscv/libriscv.a(interrupt_intc.c.obj) -esprv_int_set_priority esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) -esprv_int_set_threshold esp-idf/freertos/libfreertos.a(port.c.obj) -esprv_int_set_type esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) - esp-idf/esp_system/libesp_system.a(hw_stack_guard.c.obj) - esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) -etharp_acd_announce esp-idf/lwip/liblwip.a(etharp.c.obj) -etharp_acd_probe esp-idf/lwip/liblwip.a(etharp.c.obj) -etharp_add_static_entry esp-idf/lwip/liblwip.a(etharp.c.obj) - esp-idf/lwip/liblwip.a(dhcpserver.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(acd_dhcp_check.c.obj) -etharp_remove_static_entry esp-idf/lwip/liblwip.a(etharp.c.obj) - esp-idf/lwip/liblwip.a(dhcpserver.c.obj) -etharp_request esp-idf/lwip/liblwip.a(etharp.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.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_apb_backup_init_lock_func esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) -ets_backup_dma_copy C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ets_delay_us C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_analog_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pbus.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -ets_ds_encrypt_params esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) -ets_efuse_clear_program_registers esp-idf/hal/libhal.a(efuse_hal.c.obj) -ets_efuse_rs_calculate esp-idf/hal/libhal.a(efuse_hal.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_jtag_enable_temporarily esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) -ets_rom_layout_p esp-idf/heap/libheap.a(memory_layout_utils.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) -example_connect esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - esp-idf/main/libmain.a(app_main.c.obj) -example_disconnect esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) -example_ipv6_addr_types_to_str esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) -example_is_our_netif esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) -example_print_all_netif_ips esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) -example_wifi_connect esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) -example_wifi_shutdown esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) -example_wifi_sta_do_connect esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) -example_wifi_sta_do_disconnect esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) -example_wifi_start esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) -example_wifi_stop esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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-tls/libesp-tls.a(esp_tls.c.obj) - esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -ferror C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fflush.o) -fgets C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fgets.o) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) -fopen C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/newlib/libnewlib.a(newlib_init.c.obj) -force_coex_timer0_wifi_pti_v2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) -force_coex_timer0_wifi_v2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) -force_coex_timer11_bt_pti_v2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) -force_coex_timer11_bt_v2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) -force_coex_timer1_bt_pti_v2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) -force_coex_timer1_bt_v2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) -force_txrx_off C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.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(sha1-prf.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.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) -forward_abort_uw_ctx esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) -fprintf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fprintf.o) - esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) -fputc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputc.o) - esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) -fputs C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fputs.o) - esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) -fread C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_op.o) - esp-idf/app_update/libapp_update.a(esp_ota_ops.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/lwip/liblwip.a(sys_arch.c.obj) - esp-idf/lwip/liblwip.a(mem.c.obj) - esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.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/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.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_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_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.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/esp_driver_gpio/libesp_driver_gpio.a(gpio.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/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.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) - 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_linked_list.c.obj) -free_bss_info C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -freq_get_i2c_data C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) -freq_i2c_data_write C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -freq_i2c_write_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) -frexp C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libm_a-s_frexp.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) -fseek C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) -fstat C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysfstat.o) - esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -fsync esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/newlib/libnewlib.a(syscalls.c.obj) - esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -ftell C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ftello.o) -ftm_add_resp_session C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_create_responder_session C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_free_resp_session C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_get_estimated_dist C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_get_resp_session_by_cookie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_get_resp_session_for_peer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_initiator_cleanup C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -ftm_initiator_end_session_local C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ftm_initiator_get_report_local C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ftm_initiator_negotiate_session C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_initiator_post_event C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_initiator_process_resp C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_initiator_session_abort C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_initiator_session_end C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_initiator_start_session C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_is_initiator_supported C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ftm_is_responder_supported C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ftm_is_supported C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_map_bw_param_to_phybw C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_offchan_end C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_offchan_tx_req C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_parse_data C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_record_t1t4_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_record_t2t3_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_request_timeout C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_resp_allocate_para C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_resp_ctx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_resp_get_burst_inst_delay C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_resp_get_burst_slot C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_responder_cleanup C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ftm_responder_set_offset C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ftm_send_initial_resp C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_send_msmt_pkt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_send_request C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_session_timeout C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_set_t1t4_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ftm_start_initiator_local C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ftm_validate_initiator_config C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ftruncate esp-idf/vfs/libvfs.a(vfs.c.obj) -fwrite C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fwrite.o) - esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - 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/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) -gChmCxt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -gScanStruct C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.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_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/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_authmode_incompatible C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -g_authmode_threshold_failure C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) -g_beacon_eb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) -g_beacon_idx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) -g_chm C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) -g_cnxMgr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -g_cnx_probe_rc_list_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -g_coex_adapter_funcs esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) -g_config_func C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -g_deauth_mac_list C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -g_dynamic_cs C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -g_eb_list_desc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -g_eb_list_desc_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -g_esp_mesh_quick_funcs_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -g_esp_wifi_he_md5 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -g_esp_wifi_md5 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -g_hmac_cnt_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -g_ic C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_tkip.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -g_ic_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -g_in_blacklist_flag C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -g_intr_lock_mux C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -g_is_mesh_started C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -g_is_root_fixed C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -g_is_standalone_sta C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -g_is_wifi_connected C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -g_is_wifi_connecting C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -g_is_wifi_disconnecting C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) -g_lmac_cnt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -g_lmac_cnt_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -g_log_level C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) -g_log_mod C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -g_mac_deinit_count C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -g_mac_deinit_rxing C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -g_mac_deinit_txing C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -g_mac_sleep_en C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -g_mac_sleep_en_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -g_mesh_ann_interval C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -g_mesh_cfg_attemps C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -g_mesh_cfg_switch_parent C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -g_mesh_cfg_vote_percent C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -g_mesh_chain C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -g_mesh_conn C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -g_mesh_current_parent C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -g_mesh_dfs_compensation_ms C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) -g_mesh_ext_cfg C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -g_mesh_ext_vote_state C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) -g_mesh_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -g_mesh_init_ps_type C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -g_mesh_init_ps_type_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -g_mesh_is_root C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -g_mesh_is_root_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -g_mesh_is_started C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -g_mesh_is_started_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -g_mesh_manual_nwk C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -g_mesh_max_layer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -g_mesh_monitor_parent_beacon_count C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -g_mesh_nvs_settings C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -g_mesh_packet_lifetime C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -g_mesh_passive_scan_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -g_mesh_rmv_opt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) -g_mesh_root_conflicts_allowed C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -g_mesh_root_healing_delay C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -g_mesh_rt_capacity C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) -g_mesh_self_map_addr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -g_mesh_self_organized C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -g_mesh_self_sta_addr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -g_mesh_stop_event_group C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -g_mesh_stop_reconnection C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -g_mesh_topology C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -g_mesh_topology_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -g_mesh_xon_cfg_qsize C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -g_misc_nvs C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.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_net80211_tx_func C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -g_osi_funcs_p C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_config.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.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) -g_panic_abort_details esp-idf/esp_system/libesp_system.a(panic.c.obj) -g_per_conn_trc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) -g_phyFuns C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_i2c.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_basic.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_analog_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pbus.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -g_phy_cap_rx_stbc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) -g_pm C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -g_pm_cfg C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -g_pm_cfg_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -g_pm_cnt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -g_pm_cnt_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -g_pm_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -g_pp_timer_info C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) -g_pp_tx_pkt_num C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -g_rssi_threshold_failure C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -g_sa_query_mac_list C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -g_scan C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -g_spi_lock_main_flash_dev esp-idf/esp_hw_support/libesp_hw_support.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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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_t1_offset_psec C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -g_timer_func C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -g_timer_info C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) -g_twdt_isr esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) -g_tx_cacheq_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -g_tx_done_cb_func C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -g_txop_queue_status C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -g_txop_queue_status_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -g_wdev_csi_rx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -g_wdev_csi_rx_ctx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -g_wdev_last_desc_reset_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -g_wdev_record_t1t4_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -g_wdev_record_t2t3_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -g_wdev_set_t1t4_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -g_wifi_coex_basic_md5 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -g_wifi_crypto_funcs_md5 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) -g_wifi_event_mask C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -g_wifi_global_lock C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -g_wifi_he_type_md5 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -g_wifi_improve_contention_ability C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -g_wifi_menuconfig C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -g_wifi_menuconfig_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -g_wifi_nvs C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.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/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) -g_wifi_osi_funcs_md5 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -g_wifi_supplicant_funcs_md5 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -g_wifi_type_md5 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -g_wifi_types_generic_md5 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -g_wifi_types_native_md5 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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) -gcmp C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_gcmp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -gdma_ahb_hal_append esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) -gdma_ahb_hal_clear_intr esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) -gdma_ahb_hal_connect_peri esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) -gdma_ahb_hal_disconnect_peri esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) -gdma_ahb_hal_enable_burst esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) -gdma_ahb_hal_enable_intr esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) -gdma_ahb_hal_get_eof_desc_addr esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) -gdma_ahb_hal_get_intr_status_reg esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) -gdma_ahb_hal_init esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_ahb_hal_read_intr_status esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) -gdma_ahb_hal_reset esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) -gdma_ahb_hal_set_priority esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) -gdma_ahb_hal_set_strategy esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) -gdma_ahb_hal_start_with_desc esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) -gdma_ahb_hal_stop esp-idf/hal/libhal.a(gdma_hal_ahb_v1.c.obj) -gdma_append esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_apply_strategy esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_config_transfer esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -gdma_connect esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -gdma_default_rx_isr esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_default_tx_isr esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_del_channel esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -gdma_disconnect esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -gdma_get_alignment_constraints esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_get_free_m2m_trig_id_mask esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_get_group_channel_id esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) -gdma_hal_append esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_hal_clear_intr esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_hal_connect_peri esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_hal_deinit esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_hal_disconnect_peri esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_hal_enable_access_encrypt_mem esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_hal_enable_burst esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_hal_enable_intr esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_hal_get_eof_desc_addr esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_hal_get_intr_status_reg esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_hal_read_intr_status esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_hal_reset esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_hal_set_burst_size esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_hal_set_priority esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_hal_set_strategy esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_hal_start_with_desc esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_hal_stop esp-idf/hal/libhal.a(gdma_hal_top.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_new_ahb_channel esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) - esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -gdma_new_channel esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_periph_signals esp-idf/soc/libsoc.a(gdma_periph.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_register_rx_event_callbacks esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_register_tx_event_callbacks esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_reset esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_set_priority esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gdma_start esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.c.obj) -gdma_stop esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) -gen_rx_gain_table C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_gain.o) -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_bias_ref_code C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) -get_chip_version C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -get_dc_value C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) -get_example_netif_from_desc esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) -get_fm_sar_dout C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) -get_iav_key C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -get_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) -get_iq_value C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.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_max_power C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) -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_version_str C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) -get_pll_ref_code C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) -get_power_atten C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) -get_power_db C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) -get_rc_dout C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_analog_cal.o) -get_rf_freq_cap C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) -get_rf_freq_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -get_rfcal_rxiq_data C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) -get_rfrx_sat C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) -get_rtc_dbias_by_efuse esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) -get_sar_sig_ref C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) -get_temp_buffer_not_supported esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) -get_temp_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -get_tone_sar_dout C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) -get_total_scan_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -get_txcap_data C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.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) -get_vfs_for_path esp-idf/vfs/libvfs.a(vfs.c.obj) -get_wifi_internal_state C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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) -getentropy esp-idf/newlib/libnewlib.a(getentropy.c.obj) -getle32 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -getrandom esp-idf/newlib/libnewlib.a(random.c.obj) - esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - esp-idf/newlib/libnewlib.a(getentropy.c.obj) -gettimeofday C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysgettod.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) - esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) - esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) -global_hapd esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) -gmtime C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) -gmtime_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime.o) -gpio_config esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) -gpio_deep_sleep_hold_dis esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_deep_sleep_hold_en esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_deep_sleep_wakeup_disable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_deep_sleep_wakeup_enable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) -gpio_dump_io_configuration esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_force_hold_all esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_force_unhold_all esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_func_sel esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -gpio_get_drive_capability esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_get_level esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_hal_intr_disable esp-idf/hal/libhal.a(gpio_hal.c.obj) - esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_hal_intr_enable_on_core esp-idf/hal/libhal.a(gpio_hal.c.obj) - esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_hold_dis esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_hold_en esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) -gpio_input_enable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_install_isr_service esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_intr_disable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_intr_enable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_iomux_in esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -gpio_iomux_out esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -gpio_isr_handler_add esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_isr_handler_remove esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_isr_register esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_od_disable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_od_enable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_output_disable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_output_enable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_pulldown_dis esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) -gpio_pulldown_en esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) -gpio_pullup_dis esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) -gpio_pullup_en esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) -gpio_reset_pin esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -gpio_set_direction esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -gpio_set_drive_capability esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_set_intr_type esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_set_level esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_set_pull_mode esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -gpio_sleep_sel_dis esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) -gpio_sleep_sel_en esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) -gpio_sleep_set_direction esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) -gpio_sleep_set_pull_mode esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) -gpio_uninstall_isr_service esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_wakeup_disable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -gpio_wakeup_enable esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) -h_errno esp-idf/lwip/liblwip.a(netdb.c.obj) -hal_agreement_add_rx_ba C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -hal_agreement_clr_rx_ba C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -hal_agreement_del_rx_ba C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -hal_attenna_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -hal_ba_session_restore C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_ba_session_restore_by_hw_index C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) -hal_ba_session_store C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_beacon_ie_crc_get C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_beacon_ie_crc_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_clear_rx_beacon_pti C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -hal_coex_pti_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -hal_crypto_clr_key_entry C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_crypto_disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_crypto_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -hal_crypto_get_key_entry C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -hal_crypto_get_using_key_idx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) -hal_crypto_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -hal_crypto_is_key_valid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -hal_crypto_mgmt_rx_enabled C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_crypto_set_key_entry C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -hal_disable_mac C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_disable_softap_tsf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -hal_disable_sta_beacon_filter C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -hal_disable_sta_tbtt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -hal_disable_sta_tsf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -hal_disable_tsf_timer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -hal_disable_tsf_timer_wakeup C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -hal_enable_mac C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_enable_sta_beacon_filter C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -hal_enable_sta_dump_beacon C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -hal_enable_sta_tbtt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -hal_enable_sta_tsf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -hal_enable_tsf_timer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -hal_enable_tsf_timer_wakeup C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -hal_get_sta_next_tbtt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -hal_get_sta_tsf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -hal_get_time_to_sta_next_tbtt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -hal_get_tsf_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -hal_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -hal_is_sta_tsf_active C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -hal_mac_clr_bssid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -hal_mac_clr_txq_state C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -hal_mac_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -hal_mac_disable_low_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_mac_enable_low_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_mac_fill_hwtxop C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) -hal_mac_ftm_get_t3 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_mac_get_txq_pmd C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -hal_mac_get_txq_state C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -hal_mac_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -hal_mac_interrupt_clr_event C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_mac_interrupt_clr_watchdog C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -hal_mac_interrupt_get_event C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_mac_is_dma_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_mac_is_low_rate_enabled C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) -hal_mac_is_txq_enabled C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -hal_mac_is_txq_valid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -hal_mac_rate_autoack_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -hal_mac_rx_disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -hal_mac_rx_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -hal_mac_rx_get_end_info C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) -hal_mac_rx_get_end_state C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) -hal_mac_rx_get_last_dscr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_mac_rx_is_dscr_reload C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_mac_rx_read_rxdscrlast C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -hal_mac_rx_read_rxdscrnext C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_mac_rx_set_base C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_mac_rx_set_dscr_reload C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_rx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_mac_rx_set_policy C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -hal_mac_set_addr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -hal_mac_set_bssid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -hal_mac_set_csi C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -hal_mac_set_rxq_policy C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -hal_mac_set_txq_invalid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -hal_mac_tsf_get_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -hal_mac_tsf_reset C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_mac_tsf_set_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_mac_tx_config_edca C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -hal_mac_tx_config_timeout C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -hal_mac_tx_get_blockack C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -hal_mac_tx_is_cbw40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -hal_mac_tx_set_cca C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -hal_mac_tx_set_ppdu C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -hal_mac_txq_disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -hal_mac_txq_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -hal_now C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -hal_pwr_interrupt_clr_event C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_pwr_interrupt_get_event C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_random C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -hal_rx_disable_bssid_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -hal_rx_enable_bssid_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -hal_set_rx_ack_pti C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -hal_set_rx_active_pti C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -hal_set_rx_beacon_pti C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -hal_set_rx_beacon_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -hal_set_sta_beacon_filter C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -hal_set_sta_light_sleep_wake_ahead_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -hal_set_sta_tbtt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -hal_set_sta_tbtt_ahead_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -hal_set_sta_tbtt_interval C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -hal_set_sta_tsf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -hal_set_sta_tsf_wakeup C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -hal_set_tx_pti C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -hal_set_wifi_default_pti C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_coex.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -hal_sniffer_disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_sniffer_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_sniffer_rx_clr_statistics C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) -hal_sniffer_rx_set_promis C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_sniffer_set_promis_misc_pkt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_sniffer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -hal_timer_update_by_rtc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -hal_tsf_clear_soc_wakeup_request C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -hal_tsf_get_tbttstart C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -hal_tsf_timer_get_target C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -hal_tsf_timer_set_target C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.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) -he_dcm_max_constellation_tx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -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/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - esp-idf/esp_mm/libesp_mm.a(esp_cache.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_alloc_default esp-idf/heap/libheap.a(heap_caps.c.obj) - esp-idf/newlib/libnewlib.a(heap.c.obj) -heap_caps_aligned_calloc esp-idf/heap/libheap.a(heap_caps.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.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_timer/libesp_timer.a(esp_timer.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.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/esp_hw_support/libesp_hw_support.a(spi_bus_lock.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/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.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_rsa_sign_alt.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) - esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/newlib/libnewlib.a(heap.c.obj) - esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.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) -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/esp_phy/libesp_phy.a(phy_init.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/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/freertos/libfreertos.a(idf_additions.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.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_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/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.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_monitor_local_minimum_free_size_start esp-idf/heap/libheap.a(heap_caps.c.obj) -heap_caps_monitor_local_minimum_free_size_stop esp-idf/heap/libheap.a(heap_caps.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/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.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) -heap_caps_walk esp-idf/heap/libheap.a(heap_caps.c.obj) -heap_caps_walk_all 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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -hmac_hal_clean esp-idf/hal/libhal.a(hmac_hal.c.obj) - esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) -hmac_hal_configure esp-idf/hal/libhal.a(hmac_hal.c.obj) - esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) -hmac_hal_next_block_normal esp-idf/hal/libhal.a(hmac_hal.c.obj) - esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) -hmac_hal_next_block_padding esp-idf/hal/libhal.a(hmac_hal.c.obj) - esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) -hmac_hal_read_result_256 esp-idf/hal/libhal.a(hmac_hal.c.obj) - esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) -hmac_hal_start esp-idf/hal/libhal.a(hmac_hal.c.obj) - esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) -hmac_hal_write_block_512 esp-idf/hal/libhal.a(hmac_hal.c.obj) - esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) -hmac_hal_write_one_block_512 esp-idf/hal/libhal.a(hmac_hal.c.obj) - esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) -hmac_md5 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) -hmac_md5_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.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) -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(sha1-prf.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.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-prf.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(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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -hostap_auth_open C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -hostap_delete_ptk C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -hostap_deliver_data C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -hostap_handle_timer_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -hostap_recv_ctl C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -hostap_recv_mgmt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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) -http_parser_init esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) -http_parser_parse_url esp-idf/http_parser/libhttp_parser.a(http_parser.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) -http_parser_settings_init esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) -http_parser_url_init esp-idf/http_parser/libhttp_parser.a(http_parser.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) -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_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_i2c.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -ic_add_rx_ba C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) -ic_ampdu_op C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) -ic_bb_check_noise_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -ic_beacon_monitor_configure C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ic_beacon_offset_configure C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ic_beacon_offset_set_rx_beacon_standard C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ic_clear_interrupt_handler C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ic_connectionless_module_set_wake_interval C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ic_create_wifi_task C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ic_csi_set_config C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ic_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ic_del_key C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ic_del_key_all C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ic_del_rx_ba C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) -ic_delete_wifi_task C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ic_disable_crypto C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ic_disable_rx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ic_disable_sniffer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -ic_ebuf_alloc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ic_ebuf_recycle_rx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ic_ebuf_recycle_tx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ic_enable_rx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ic_enable_sniffer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -ic_get_80211_tx_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ic_get_G6M_sched C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -ic_get_addr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ic_get_default_sched C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ic_get_espnow_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) -ic_get_fix_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ic_get_key C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -ic_get_next_tbtt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ic_get_pp_hdl C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ic_get_promis_ctrl_filter C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ic_get_promis_filter C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ic_get_ptk_alg C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -ic_get_random C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ic_get_rssi C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -ic_get_trc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ic_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ic_interface_enabled C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ic_is_mgmt_hwdecr_enabled C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ic_is_pure_sta C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -ic_is_sta_tsf_active C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ic_mac_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) -ic_mac_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) -ic_obtain_key C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -ic_pp_post C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -ic_register_config_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ic_register_csi_rx_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ic_register_ftm_callbacks C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ic_register_michael_mic_failure_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -ic_register_net80211_tx_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ic_register_pm_tx_null_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ic_register_pp_tx_done_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ic_register_promis_rx_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ic_register_rx_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -ic_register_timer_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ic_register_timer_post_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ic_register_tx_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ic_reset_rx_ba C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ic_reset_tbtt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ic_rx_disable_bssid_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ic_rx_enable_bssid_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ic_set_80211_tx_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ic_set_ac_param C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) -ic_set_bar_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ic_set_beacon_int C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ic_set_bssid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -ic_set_csi C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ic_set_current_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) -ic_set_espnow_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ic_set_fix_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ic_set_interface C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -ic_set_interrupt_handler C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ic_set_keep_alive_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ic_set_key C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -ic_set_mac C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -ic_set_promis_ctrl_filter C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ic_set_promis_filter C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ic_set_rx_policy C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -ic_set_rx_policy_ubssid_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -ic_set_sleep_min_active_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ic_set_sleep_wait_broadcast_data_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ic_set_sta C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) -ic_set_sta_auth_flag C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -ic_set_trc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -ic_set_vif C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ic_stop_hw_txq C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ic_stop_sw_txq C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ic_trc_set_per_pkt_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ic_trc_update_def_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ic_trc_update_ifx_phy_mode C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) -ic_tx_is_idle C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -ic_tx_pkt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ic_txq_empty C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ic_update_light_sleep_default_params C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ic_update_light_sleep_wake_ahead_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ic_update_listen_interval C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ic_update_sta_tsf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -ic_update_tsf_tick_interval C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -ieee80211_add_action_vendor_spec_esp C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) -ieee80211_add_assoc_req_ies C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_add_assoc_resp_ies C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_add_beacon_app_ies C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_add_countryie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_add_csa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_add_dh_param C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_add_dsparams C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_add_extcap C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_add_htcap C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_add_htcap_vendor C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_add_htinfo C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_add_htinfo_body C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) -ieee80211_add_htinfo_vendor C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_add_ie_esp_mesh_head C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -ieee80211_add_ie_vendor_esp_freq_annon C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) -ieee80211_add_ie_vendor_esp_head C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ieee80211_add_ie_vendor_esp_manufacturer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_add_ie_vendor_esp_mesh_group C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) -ieee80211_add_ie_vendor_esp_now C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) -ieee80211_add_ie_vendor_esp_now_head C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) -ieee80211_add_ie_vendor_esp_simple_pair C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) -ieee80211_add_ie_vendor_esp_ssid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) -ieee80211_add_mesh_assoc_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -ieee80211_add_mesh_duty_signaling C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -ieee80211_add_mesh_ext_assoc_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -ieee80211_add_mesh_ps_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -ieee80211_add_mesh_roots_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -ieee80211_add_mesh_ssid_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -ieee80211_add_probe_req_ies C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_add_probe_resp_app_ies C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_add_rates C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_add_tie_param C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_add_wme_param C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_add_xrates C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_adjust_2nd_chan C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_align_eb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ieee80211_alloc_action_vendor_spec C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) -ieee80211_alloc_challenge C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -ieee80211_alloc_deauth C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_alloc_proberesp C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_alloc_tx_buf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) -ieee80211_ampdu_age_all C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) -ieee80211_ampdu_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_ampdu_reorder C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_ampdu_request C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_ampdu_start_age_timer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ieee80211_ampdu_stop C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) -ieee80211_amsdu_adjust_head C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_amsdu_adjust_last_length C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_amsdu_encap_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_amsdu_length_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_amsdu_negotiate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -ieee80211_amsdu_send_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_ap_sa_query_timeout C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) -ieee80211_ap_try_sa_query C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) -ieee80211_assoc_req_construct C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_assoc_resp_construct C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_auth_construct C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_beacon_alloc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_beacon_construct C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_better_rsn_pairwise_cipher C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) -ieee80211_cal_tx_pps C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) -ieee80211_ccmp_decrypt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_ccmp_encrypt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) -ieee80211_classify C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ieee80211_cnx_attach C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_copy_eb_header C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ieee80211_crypto_aes_128_cmac_decrypt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -ieee80211_crypto_aes_128_cmac_encrypt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_crypto_attach C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -ieee80211_crypto_available C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) -ieee80211_crypto_decap C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_crypto_encap C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_crypto_gmac_decrypt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -ieee80211_crypto_setkey C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) -ieee80211_deauth_construct C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_decap C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_decap1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) -ieee80211_decap_amsdu C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_decrypt_espnow_pkt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_deliver_data C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) -ieee80211_disassoc_construct C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_empty_txq C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_encap_amsdu C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_encap_esfbuf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ieee80211_encap_null_data C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_espnow_get_init_flag C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -ieee80211_espnow_set_init_flag C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -ieee80211_ethbroadcast C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_find_elem C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -ieee80211_find_elem_match C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -ieee80211_find_ext_elem C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -ieee80211_find_ext_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -ieee80211_find_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -ieee80211_find_ie_match C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -ieee80211_free_beacon_eb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -ieee80211_freedom_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_freedom_inside_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -ieee80211_ftm_attach esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -ieee80211_ftm_detach C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -ieee80211_ftm_measurement_txcb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ieee80211_ftm_req_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) -ieee80211_ftm_request_txcb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ieee80211_ftm_sess_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) -ieee80211_get_chan_info C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_get_cipher_mic_len C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_get_key C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -ieee80211_get_mac_addr_from_frame C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -ieee80211_get_nvs_he_dcm_max_constellation_tx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_get_ptk C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -ieee80211_get_robustmgtframe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_get_spp C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -ieee80211_get_sta_gtk_index C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -ieee80211_getbcnframe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_getcapinfo C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_getmgtframe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_gettid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_tkip.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_gcmp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_gpsq_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_has_ht40_bss C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) -ieee80211_hostap_attach C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_hostap_send_beacon_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) -ieee80211_hostapd_beacon_txcb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -ieee80211_hostapd_data_txcb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) -ieee80211_hostapd_ps_txcb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_ht_attach C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_ht_deattach C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_ht_node_cleanup C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_ht_node_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_ht_updatehtcap C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_ht_updateparams C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -ieee80211_ifattach C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_ifdetach C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_init_mesh_assoc_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) -ieee80211_ioctl C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -ieee80211_ioctl_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ieee80211_ioctl_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ieee80211_ioctl_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_is_11b_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) -ieee80211_is_40mhz_valid_bw C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_is_bufferable_mmpdu C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_is_ht_cipher C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_is_lr_only C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_is_mesh_roots_announce C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -ieee80211_is_mesh_roots_announce_used C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -ieee80211_is_mesh_roots_fixed C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -ieee80211_is_mesh_roots_gone C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -ieee80211_is_mesh_roots_valid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -ieee80211_is_mesh_roots_yield C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -ieee80211_is_mesh_roots_yield_used C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -ieee80211_is_robust_mgmt_frm C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_is_support_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) -ieee80211_is_tx_allowed C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ieee80211_iserp_rateset C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) -ieee80211_mesh_quick_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_mesh_quick_get C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -ieee80211_mesh_quick_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_mesh_quick_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -ieee80211_mgmt_output C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -ieee80211_mlme_connect_bss C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -ieee80211_mt_key_clear_mask C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -ieee80211_mt_key_is_mask C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -ieee80211_mt_key_is_mask_zero C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -ieee80211_mt_key_set_mask C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -ieee80211_node_pwrsave C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_nvs_set_default_ssid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) -ieee80211_opcap C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -ieee80211_output C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_output_do C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_output_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_output_pending_eb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ieee80211_output_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ieee80211_output_raw_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ieee80211_parse_action C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -ieee80211_parse_beacon C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_parse_htcap C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) -ieee80211_parse_obss_scan_param C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -ieee80211_parse_rsn C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -ieee80211_parse_wapi C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -ieee80211_parse_wmeparams C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -ieee80211_parse_wpa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -ieee80211_phy_2nd_chan_is_valid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_phy_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -ieee80211_phy_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_phy_mode_show C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -ieee80211_phy_type_get C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -ieee80211_pm_tx_null_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_post_hmac_tx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) -ieee80211_process_bar_info C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) -ieee80211_proto_attach C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -ieee80211_protocol_attach C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_psq_cleanup C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) -ieee80211_psq_drop_one_pkt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) -ieee80211_psq_find_max_bss C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) -ieee80211_psq_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_psq_is_buff_pkt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) -ieee80211_psq_send_one_pkt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) -ieee80211_psq_take_head C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) -ieee80211_psq_take_tail C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) -ieee80211_public_action_recv_mesh_awake C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) -ieee80211_public_action_send_mesh_awake C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_pwrsave C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_pwrsave_node_cleanup C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_pwrsave_txcb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_rate_ref_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -ieee80211_raw_frame_sanity_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_recv_action C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_recv_action_register C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) -ieee80211_recv_action_unregister C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) -ieee80211_recv_action_vendor_esp_now C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) -ieee80211_recv_action_vendor_spec C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) -ieee80211_recv_bar C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_recv_mesh_duty_signaling C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -ieee80211_recycle_cache_eb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ieee80211_reg_encap_amsdu_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_reg_netstack_buf_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ieee80211_regdomain_ap_max_chan C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) -ieee80211_regdomain_ap_min_chan C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) -ieee80211_regdomain_chan_in_range C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) -ieee80211_regdomain_chan_num C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) -ieee80211_regdomain_get_country C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) -ieee80211_regdomain_is_active_scan C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -ieee80211_regdomain_max_chan C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) -ieee80211_regdomain_max_tx_power C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) -ieee80211_regdomain_min_chan C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -ieee80211_regdomain_policy C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ieee80211_regdomain_update C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) -ieee80211_regdomain_update_in_connect C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -ieee80211_regdomain_update_in_scan C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -ieee80211_register_ftm_timer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ieee80211_register_hostap_timer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ieee80211_register_wapi_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -ieee80211_rfid_locp_recv C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_rfid_locp_recv_close C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) -ieee80211_rfid_locp_recv_open C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) -ieee80211_rfid_locp_recv_reset C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -ieee80211_rsn_cipher_priority C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) -ieee80211_scan_attach C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_scan_deattach C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_search_node C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ieee80211_send_action C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_send_action_register C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) -ieee80211_send_action_unregister C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) -ieee80211_send_action_vendor_spec C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) -ieee80211_send_deauth_no_bss C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_send_ftmr_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) -ieee80211_send_mgmt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_send_nulldata C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_send_probereq C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -ieee80211_send_proberesp C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_send_setup C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) -ieee80211_set_appie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_set_gtk C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -ieee80211_set_hmac_stop C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_set_key C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -ieee80211_set_max_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -ieee80211_set_phy_2nd_chan C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_set_phy_bw C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_set_phy_mode C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_set_shortslottime C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -ieee80211_set_sta_gtk_index C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -ieee80211_set_tim C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_set_tx_desc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) -ieee80211_set_tx_pti C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -ieee80211_set_user_sup_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) -ieee80211_setup_basic_htrates C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -ieee80211_setup_htrates C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -ieee80211_setup_lr_rates C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_setup_phy_mode C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_setup_pmf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -ieee80211_setup_rates C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_setup_rateset C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -ieee80211_setup_ratetable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) -ieee80211_setup_robust_mgmtframe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_sta_connect C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_sta_disconnect C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_sta_is_connected C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_sta_new_state C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_sta_scan C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_timer_do_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_timer_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_tx_ftm_msmt_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) -ieee80211_tx_mgt_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) -ieee80211_unregister_wapi_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -ieee80211_update_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211_update_phy_country C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -ieee80211_user_ie_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -ieee80211_vnd_ie_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_vnd_ie_size C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_vnd_lora_ie_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_vnd_lora_ie_size C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_vnd_mesh_fully_associated C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -ieee80211_vnd_mesh_quick_get C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_vnd_mesh_quick_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_vnd_mesh_roots_get C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_vnd_mesh_roots_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -ieee80211_vnd_mesh_update_beacon C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -ieee80211_wapi_alloc_tx_buf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ieee80211_wme_initparams C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) -ieee80211_wme_standard_ac_to_esp_ac C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -ieee80211_wme_updateparams C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -ieee80211w_get_active_igtk_key_id C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -ieee80211w_get_igtk_from_keyidx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -if_ctrl_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.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_rssi_adjust C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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) -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) -intr_handler_get esp-idf/riscv/libriscv.a(interrupt.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) -intr_handler_get_arg esp-idf/riscv/libriscv.a(interrupt.c.obj) -intr_handler_set esp-idf/riscv/libriscv.a(interrupt.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) -intr_matrix_route esp-idf/riscv/libriscv.a(interrupt_intc.c.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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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) - esp-idf/lwip/liblwip.a(etharp.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/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/lwip/liblwip.a(ip6_addr.c.obj) - esp-idf/lwip/liblwip.a(ip.c.obj) - esp-idf/lwip/liblwip.a(sockets.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) -ip6_addr_any esp-idf/lwip/liblwip.a(ip6_addr.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) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.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(api_lib.c.obj) - esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - esp-idf/lwip/liblwip.a(ip4.c.obj) - esp-idf/lwip/liblwip.a(igmp.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.c.obj) - esp-idf/lwip/liblwip.a(netif.c.obj) - esp-idf/lwip/liblwip.a(dns.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.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) -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(dns.c.obj) - esp-idf/lwip/liblwip.a(netdb.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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -is_esp_mesh_duty_signaling C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -is_esp_mesh_ext_assoc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -is_esp_mesh_ps C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -is_fragmented_pkt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -is_lmac_idle C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -is_mesh_child C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) -is_mesh_last_parent C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -is_my_ie_encrypted C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -is_off_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -is_self_mac_greater C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -is_wapi_alloc_tx_buf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -is_wps_enabled esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) -iswspace C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) -iswspace_l C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace_l.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-iswspace.o) -itoa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-itoa.o) - esp-idf/newlib/libnewlib.a(assert.c.obj) - esp-idf/newlib/libnewlib.a(abort.c.obj) -len_dh_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -libcore_reversion_git C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) -libmesh_reversion_git C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -libnet80211_reversion_git C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -libnet80211_reversion_remote C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -libpp_reversion_git C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -lmacAdjustTimestamp C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -lmacConfMib C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -lmacConfMib_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -lmacDisableTransmit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -lmacDiscardAgedMSDU C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -lmacDiscardFrameExchangeSequence C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -lmacDiscardMSDU C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -lmacEndFrameExchangeSequence C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -lmacEndRetryAMPDUFail C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -lmacGetTxFrame C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -lmacInit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -lmacInitAc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -lmacIsIdle C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -lmacIsLongFrame C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -lmacMSDUAged C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -lmacPostTxComplete C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -lmacProcessAckTimeout C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -lmacProcessAllTxTimeout C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -lmacProcessCollision C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -lmacProcessCollisions C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -lmacProcessCollisions_task C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -lmacProcessCtsTimeout C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -lmacProcessLongFrameSuccess C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -lmacProcessLongRetryFail C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -lmacProcessRxSucData C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -lmacProcessShortFrameSuccess C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -lmacProcessShortRetryFail C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -lmacProcessTBSuccess C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -lmacProcessTxComplete C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -lmacProcessTxError C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -lmacProcessTxRtsError C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -lmacProcessTxSuccess C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -lmacProcessTxTimeout C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -lmacProcessTxopQComplete C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -lmacProcessTxopSuccess C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -lmacProcessTxseckiderr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -lmacReachLongLimit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -lmacReachShortLimit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -lmacRecycleMPDU C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -lmacReleaseTxopQueue C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -lmacRequestTxopQueue C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -lmacRetryTxFrame C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -lmacRxDone C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -lmacSetAcParam C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -lmacSetTxFrame C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -lmacStopTransmit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -lmacTxDone C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -lmacTxFrame C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -lmac_record_txtime C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -lmac_stop_hw_txq C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -lmac_update_tx_statistic C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -localeconv C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-localeconv.o) -lwip_accept esp-idf/lwip/liblwip.a(sockets.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) -lwip_bind esp-idf/lwip/liblwip.a(sockets.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.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) -lwip_htons esp-idf/lwip/liblwip.a(def.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) - esp-idf/lwip/liblwip.a(netdb.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) -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/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) -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/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) -lwip_setsockopt 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_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-tls/libesp-tls.a(esp_tls.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_strnistr esp-idf/lwip/liblwip.a(def.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_debug C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) -mac_last_rxbuf_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -mac_list_lock C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -mac_rxbuf_disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -mac_rxbuf_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -mac_tx_set_duration C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -mac_tx_set_htsig C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -mac_tx_set_plcp0 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -mac_tx_set_plcp1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -mac_tx_set_plcp2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -mac_tx_set_pti C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -mac_tx_set_txop_q C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -mac_txrx_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -mallinfo esp-idf/newlib/libnewlib.a(heap.c.obj) -malloc esp-idf/newlib/libnewlib.a(heap.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-gmtime.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setvbuf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rand.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.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(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.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/lwip/liblwip.a(mem.c.obj) - esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.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/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.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_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - esp-idf/pthread/libpthread.a(pthread.c.obj) - esp-idf/newlib/libnewlib.a(newlib_init.c.obj) - esp-idf/log/liblog.a(log_linked_list.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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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(gcm.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_tls.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.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(gcm.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(gcm.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(gcm.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(gcm.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(gcm.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_gcm_auth_decrypt_soft esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) -mbedtls_gcm_crypt_and_tag_soft esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) -mbedtls_gcm_finish_soft esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) -mbedtls_gcm_free_soft esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) -mbedtls_gcm_init_soft esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) -mbedtls_gcm_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) -mbedtls_gcm_setkey_soft esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) -mbedtls_gcm_starts_soft esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) -mbedtls_gcm_update_ad_soft esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) -mbedtls_gcm_update_soft esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.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(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(esp_rsa_sign_alt.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(esp_rsa_sign_alt.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(bignum_alt.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(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) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.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) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) -mbedtls_mpi_core_exp_mod_unsafe 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_working_limbs esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.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) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.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) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.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) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.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) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.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_soft esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.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(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(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(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(esp_rsa_sign_alt.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/mbedtls/libmbedtls.a(esp_crt_bundle.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/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/mbedtls/libmbedtls.a(esp_crt_bundle.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) - esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.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(esp_aes_dma_core.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(gcm.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_rsa_sign_alt.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.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) - esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.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) - esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.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(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(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(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(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(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(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) - esp-idf/esp-tls/libesp-tls.a(esp_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) - esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.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/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/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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) -meas_tone_pwr_db C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memchr.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fvwrite.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fgets.o) - esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) -memcmp C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.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/lwip/liblwip.a(acd_dhcp_check.c.obj) - esp-idf/lwip/liblwip.a(ethernet.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) - esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.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(gcm.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/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) - esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) - esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) - esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) - esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) -memcpy C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-mprec.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-dtoa.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strndup_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fvwrite.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fread.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fgets.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-utoa.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pbus.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - esp-idf/hal/libhal.a(ds_hal.c.obj) - esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.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(aes-unwrap.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.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(sha1-prf.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.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(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(tcp_isn_default.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(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(tcp.c.obj) - esp-idf/lwip/liblwip.a(pbuf.c.obj) - esp-idf/lwip/liblwip.a(dns.c.obj) - esp-idf/lwip/liblwip.a(sockets.c.obj) - esp-idf/lwip/liblwip.a(netdb.c.obj) - esp-idf/esp_phy/libesp_phy.a(phy_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/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac_tx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ie_vendor.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.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(sha.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.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(gcm.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_aes_gcm.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_rsa_sign_alt.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(rsa.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.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(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/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - esp-idf/esp-tls/libesp-tls.a(esp_tls.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(crypto_mbedtls.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_page.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_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - esp-idf/freertos/libfreertos.a(stream_buffer.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_security/libesp_security.a(esp_hmac.c.obj) - esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) - esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) - esp-idf/esp_system/libesp_system.a(debug_helpers.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/bootloader_support/libbootloader_support.a(bootloader_flash.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/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.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_linked_list.c.obj) - esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) -memmove C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memmove-stub.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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) - esp-idf/lwip/liblwip.a(def.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.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) -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(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) - esp-idf/lwip/liblwip.a(netdb.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(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) - esp-idf/lwip/liblwip.a(netdb.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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memset.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-bzero.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-fseeko.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-findfp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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(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(netif.c.obj) - esp-idf/lwip/liblwip.a(dns.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) - esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.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(gcm.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_sha256.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.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/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(crypto_mbedtls.c.obj) - esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - esp-idf/esp_system/libesp_system.a(debug_helpers.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_cache.c.obj) - esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - esp-idf/main/libmain.a(app_main.c.obj) - esp-idf/vfs/libvfs.a(nullfs.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - esp-idf/pthread/libpthread.a(pthread.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/efuse/libefuse.a(esp_efuse_api.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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_add_option C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -mesh_adjust_passive_scan_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_bcn_change_timeout C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_bcn_change_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) -mesh_bcn_change_timer_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_candidate_monitor_timeout C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_candidate_monitor_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) -mesh_chain_header_add_ttl C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -mesh_check_conflict_beacon C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_check_last_rcandidate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_check_rc_expire C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_check_tid_mbox_full C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -mesh_child_clr_ps_duty C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_child_set_ps_duty C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_clear_parent_candidate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -mesh_coding_ie_key C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_conn_leave C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_conn_mutex C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -mesh_connect_to_candidate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_connect_to_router C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) -mesh_construct_rmv_announcement C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) -mesh_create_task C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) -mesh_csa_set_bssid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_deinit_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -mesh_disable_parent_switch_monitor C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_encrypt_ie_plain_key C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -mesh_fill_rmv_sub_child C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) -mesh_find_root_competitor C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_flush_txQ C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -mesh_flush_upstream_packets C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -mesh_free C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_get_parent_candidate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -mesh_get_parent_monitor_config C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -mesh_get_rssi_threshold C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -mesh_get_sub_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_get_subnet_nodes_list C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) -mesh_get_subnet_nodes_num C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) -mesh_get_tx_pending C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -mesh_get_vnd_roots_len C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_ie_monitor_timeout C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_ie_monitor_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) -mesh_ie_type2str C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_init_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -mesh_init_rcandidate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_ioctl_sem C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) -mesh_is_better_parent C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_is_ie_ignored C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_is_last_rc_existing C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_is_new_found_conflict_root C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_is_new_root_found C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_is_new_root_invalid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_is_yield_root C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_look_for_network C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -mesh_malloc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_common.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_malloc_rmv_announcement C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) -mesh_multi_recv_ack C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) -mesh_multi_send_ack C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) -mesh_mutex_lock C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_mutex_unlock C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_myself_mbox C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -mesh_node_process_cycle C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_node_process_disconnect C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_node_process_healing C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_add_conflict_roots C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_change_layer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_check_conflict_roots C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_check_layer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_check_no_parent_found C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) -mesh_nwk_delete_timers C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_duty_check_allowed C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_nwk_duty_check_duration_expire C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_nwk_duty_clr_master_identity C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_nwk_duty_clr_remaining C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_nwk_duty_master_is_root C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_nwk_duty_post_event C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_nwk_duty_process_remaining C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_nwk_duty_set_master_identity C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_nwk_duty_set_remaining C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_nwk_find_conflict_roots C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_io_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_manual_networking C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) -mesh_nwk_process_allow_switch C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_process_child_event C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_process_conflict_discnx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_process_disconnected C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_process_ie_change C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_process_leaf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_process_look_for_network C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_process_no_parent C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_process_nvs_settings C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_process_reselect C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_process_rootless C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_process_scan_done C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_process_scan_request C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_process_vote_done C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_process_yield_roots_announce C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_process_yield_roots_monitor C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_remove_conflict_roots C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_task_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_nwk_task_main C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_pack_rmv_announcement C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) -mesh_parent_check_root_conflict C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_parent_insert_candidate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_parent_select_done C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_parse_conflict_roots_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_parse_option C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -mesh_parse_ps_entire_rule C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_parse_ps_uplink_rule C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_pm_set_null C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) -mesh_pm_tbtt_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) -mesh_post_parent_assoc_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_post_parent_switch_candidate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_post_parent_weak_rssi C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_print_txQ_waiting C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -mesh_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_process_child_macconnected C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_process_mcast_cover_node C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) -mesh_process_mgmt_announce C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) -mesh_process_mgmt_root_switch C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) -mesh_process_mgmt_root_waive C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) -mesh_process_mgmt_routing_table C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) -mesh_process_parent_organized C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) -mesh_process_root_candidate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_process_roots_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_process_roots_ie_ttl C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_process_same_root_candidate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_ps_control_get_min_duty C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_ps_control_set_awake C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_ps_control_set_sleep C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_ps_control_timeout C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_ps_control_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) -mesh_ps_get_duties C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) -mesh_ps_keep_cnx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) -mesh_ps_set_new_duty C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_ps_tx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -mesh_recv C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -mesh_recv_add_option C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -mesh_recv_process_flag C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -mesh_register_timer_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_remove_myself_from_forwarding C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) -mesh_root_connect_timeout C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_root_connect_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) -mesh_root_connect_timer_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_root_process_connect C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_root_process_disconnect C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_root_process_roots_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -mesh_route_announce_timeout C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_rt_change_timeout C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) -mesh_rt_change_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) -mesh_rt_change_timer_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) -mesh_rx_task_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) -mesh_rx_task_main C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) -mesh_rxcb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -mesh_scan_done_process_weak C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_select_is_better_parent C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_select_parent C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_select_parent_compute_rank C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_select_parent_limit_layer2_cap C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_select_parent_try_layer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_select_parent_try_rssi C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_select_router C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_select_set_ignore C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_self_xonseq C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_send_block_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -mesh_send_block_main C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -mesh_send_process_flag C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -mesh_send_process_topo C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -mesh_send_roots_fixed C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_send_roots_gone C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_send_roots_stop C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_send_stop_vote C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -mesh_set_default_rssi_threshold C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -mesh_set_id C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) -mesh_set_ie_crypto_config C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -mesh_set_ie_crypto_funcs C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) -mesh_set_ie_crypto_key C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) -mesh_set_io_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -mesh_set_parent C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) -mesh_set_parent_candidate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -mesh_set_parent_monitor_config C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -mesh_set_root_candidate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_set_root_candidate_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_set_router C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -mesh_set_rssi_threshold C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -mesh_set_self_organized C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -mesh_set_type C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -mesh_sta_auth_expire_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) -mesh_stop_recv C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -mesh_switch_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -mesh_tcpip_mbox C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -mesh_timer_bcn_change C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) -mesh_timer_candidate_monitor C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) -mesh_timer_do_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_timer_info C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) -mesh_timer_mie_monitor C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) -mesh_timer_ps_control C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) -mesh_timer_root_connect C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) -mesh_timer_route_announce C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) -mesh_timer_rt_change C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) -mesh_topo_get_ttl C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_wifi.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -mesh_tx_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -mesh_tx_task_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -mesh_tx_task_main C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -mesh_tx_tid_stop C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -mesh_update_current_parent C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_update_ie_rssi C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_update_rcandidate_rssi C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_update_route_table C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) -mesh_vote_root_candidate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_waive_root C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -mesh_wifi_event_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -mesh_wifi_event_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -mesh_wifi_event_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -mesh_xmit_state_mbox C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -mesh_xon C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -mesh_xon_deliver_packet C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -mesh_xon_flush_packets C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -mesh_xon_process_disconnected C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -mesh_xon_process_expired C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -mesh_xon_process_no_wnd C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -mesh_xon_task_main C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -mgd_probe_send_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) -misc_nvs_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -misc_nvs_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -misc_nvs_load C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) -misc_nvs_restore C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -mkdir esp-idf/vfs/libvfs.a(vfs.c.obj) -mktime C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/lwip/liblwip.a(api_msg.c.obj) - esp-idf/lwip/liblwip.a(nd6.c.obj) - esp-idf/lwip/liblwip.a(sockets.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.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/lwip/liblwip.a(api_msg.c.obj) - esp-idf/lwip/liblwip.a(nd6.c.obj) - esp-idf/lwip/liblwip.a(sockets.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.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/lwip/liblwip.a(netif.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.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/bootloader_support/libbootloader_support.a(bootloader_utility.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/spi_flash/libspi_flash.a(flash_mmap.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) -modem_domain_pd_allowed esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) -mosquitto_org_crt CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/mosquitto.org.crt.S.obj -mosquitto_org_crt_length CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/mosquitto.org.crt.S.obj -mpi_hal_calc_hardware_words esp-idf/hal/libhal.a(mpi_hal.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) -mpi_hal_clear_interrupt esp-idf/hal/libhal.a(mpi_hal.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) -mpi_hal_disable_hardware_hw_op esp-idf/hal/libhal.a(mpi_hal.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) -mpi_hal_enable_constant_time esp-idf/hal/libhal.a(mpi_hal.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) -mpi_hal_enable_hardware_hw_op esp-idf/hal/libhal.a(mpi_hal.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) -mpi_hal_enable_search esp-idf/hal/libhal.a(mpi_hal.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) -mpi_hal_interrupt_enable esp-idf/hal/libhal.a(mpi_hal.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) -mpi_hal_read_result_hw_op esp-idf/hal/libhal.a(mpi_hal.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) -mpi_hal_set_mode esp-idf/hal/libhal.a(mpi_hal.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) -mpi_hal_set_search_position esp-idf/hal/libhal.a(mpi_hal.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) -mpi_hal_start_op esp-idf/hal/libhal.a(mpi_hal.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) -mpi_hal_wait_op_complete esp-idf/hal/libhal.a(mpi_hal.c.obj) -mpi_hal_write_at_offset esp-idf/hal/libhal.a(mpi_hal.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) -mpi_hal_write_m_prime esp-idf/hal/libhal.a(mpi_hal.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) -mpi_hal_write_rinv esp-idf/hal/libhal.a(mpi_hal.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) -mpi_hal_write_to_mem_block esp-idf/hal/libhal.a(mpi_hal.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.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_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) -mspi_timing_change_speed_mode_cache_safe esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) -mspi_timing_enter_high_speed_mode esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) -mspi_timing_enter_low_speed_mode esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) -mspi_timing_flash_tuning esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) -mspi_timing_psram_tuning esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) -mspi_timing_set_pin_drive_strength esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) -multi_heap_aligned_alloc esp-idf/heap/libheap.a(multi_heap.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_alloc_offs esp-idf/heap/libheap.a(multi_heap.c.obj) - esp-idf/heap/libheap.a(heap_caps_base.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_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_reset_minimum_free_bytes esp-idf/heap/libheap.a(multi_heap.c.obj) - esp-idf/heap/libheap.a(heap_caps.c.obj) -multi_heap_restore_minimum_free_bytes esp-idf/heap/libheap.a(multi_heap.c.obj) - esp-idf/heap/libheap.a(heap_caps.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) -multi_heap_walk esp-idf/heap/libheap.a(multi_heap.c.obj) - esp-idf/heap/libheap.a(heap_caps.c.obj) -nan_input esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) -nan_sm_handle_event esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) -nan_start esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) -nan_stop esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) -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) -neighbor_cache esp-idf/lwip/liblwip.a(nd6.c.obj) -net80211_data_ptr_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -net80211_funcs C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -net80211_funcs_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -net80211_funcs_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -net80211_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -net80211_softap_funcs_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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_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_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_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_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(ip6_addr.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/lwip/liblwip.a(mld6.c.obj) - esp-idf/lwip/liblwip.a(udp.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.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/lwip/liblwip.a(nd6.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.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/lwip/liblwip.a(dhcp.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.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_getentropy_impl esp-idf/newlib/libnewlib.a(getentropy.c.obj) -newlib_include_heap_impl esp-idf/newlib/libnewlib.a(heap.c.obj) -newlib_include_init_funcs esp-idf/newlib/libnewlib.a(newlib_init.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_check_loop C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.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) - 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::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) -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::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) -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::NVSEncryptedPartition::NVSEncryptedPartition(esp_partition_t const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) -nvs::NVSEncryptedPartition::NVSEncryptedPartition(esp_partition_t const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) -nvs::NVSEncryptedPartition::init(nvs_sec_cfg_t*) esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) -nvs::NVSEncryptedPartition::read(unsigned int, void*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) -nvs::NVSEncryptedPartition::write(unsigned int, void const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) -nvs::NVSEncryptedPartition::~NVSEncryptedPartition() esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) -nvs::NVSEncryptedPartition::~NVSEncryptedPartition() esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) -nvs::NVSEncryptedPartition::~NVSEncryptedPartition() esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.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::findEntryNs(nvs_opaque_iterator_t*) 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::find_key(char const*, nvs_type_t&) 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_storage() 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) - esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_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) - esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) -nvs::NVSPartition::get_address() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) -nvs::NVSPartition::get_partition_name() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) -nvs::NVSPartition::get_readonly() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) -nvs::NVSPartition::get_size() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_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) - esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_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) - esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_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::secure_init_partition(char const*, nvs_sec_cfg_t*) 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::~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::SEC_SIZE 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::findEntryNs(nvs_opaque_iterator_t*, 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::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::findKey(unsigned char, char const*, nvs::ItemType*) 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::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) -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::partition_lookup::lookup_nvs_encrypted_partition(char const*, nvs_sec_cfg_t*, 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::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) -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) -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_find_in_handle 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) -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) -nvs_find_key esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.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) -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_generate_keys esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) -nvs_flash_generate_keys_v2 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) -nvs_flash_get_default_security_scheme 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(app_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_flash_read_security_cfg esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) -nvs_flash_read_security_cfg_v2 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) -nvs_flash_register_security_scheme esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) - esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) -nvs_flash_secure_init esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) -nvs_flash_secure_init_partition 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) -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) -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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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) -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_sec_provider_deregister esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) -nvs_sec_provider_include_impl esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.obj) -nvs_sec_provider_register_hmac esp-idf/nvs_sec_provider/libnvs_sec_provider.a(nvs_sec_provider.c.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) -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) -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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_route.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -offchan_in_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -offchan_recv_action C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -offchan_send_action_tx_status C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -offchan_txop_end C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -offchan_txop_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -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) -open C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysopen.o) - esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -opendir esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) -operator delete(void*) C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_op.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_ops.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_opv.o) -operator delete(void*, unsigned int) C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_ops.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) -operator delete[](void*) C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(del_opv.o) - esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) -operator new(unsigned int) C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opv.o) -operator new[](unsigned int) C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opv.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) -operator new[](unsigned int, std::nothrow_t const&) C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_opvnt.o) - esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) -opt_type2str C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_main.o) -optype2str C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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_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(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) -our_controls_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(rate_control.o) -our_instances_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -our_tx_eb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -our_wait_eb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -pa_i2c_track C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) -panicHandler esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - esp-idf/riscv/libriscv.a(vectors.S.obj) -panic_abort esp-idf/esp_system/libesp_system.a(panic.c.obj) - esp-idf/freertos/libfreertos.a(port.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) -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_prepare_frame_from_ctx esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) - esp-idf/esp_system/libesp_system.a(debug_helpers.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(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(debug_helpers.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(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) -panic_soc_check_pseudo_cause 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(netbuf.c.obj) - esp-idf/lwip/liblwip.a(dhcpserver.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) -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(sockets.c.obj) -pbuf_copy_partial_pbuf esp-idf/lwip/liblwip.a(pbuf.c.obj) - esp-idf/lwip/liblwip.a(icmp6.c.obj) - esp-idf/lwip/liblwip.a(icmp.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(netbuf.c.obj) - esp-idf/lwip/liblwip.a(api_msg.c.obj) - esp-idf/lwip/liblwip.a(dhcpserver.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(tcpip.c.obj) - esp-idf/lwip/liblwip.a(sockets.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.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) -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/lwip/liblwip.a(nd6.c.obj) - esp-idf/lwip/liblwip.a(etharp.c.obj) - esp-idf/lwip/liblwip.a(tcp.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.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(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/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) -pbus_rx_dco_cal C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_basic.o) -pbus_rx_dco_cal_1step_new C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) -pcTaskGetName esp-idf/freertos/libfreertos.a(tasks.c.obj) - esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - esp-idf/pthread/libpthread.a(pthread.c.obj) - esp-idf/freertos/libfreertos.a(port.c.obj) - esp-idf/esp_system/libesp_system.a(panic_arch.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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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) -periph_module_enable 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_reset esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) -periph_rcc_acquire_enter esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.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_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - esp-idf/freertos/libfreertos.a(port_systick.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) -periph_rcc_acquire_exit esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.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_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - esp-idf/freertos/libfreertos.a(port_systick.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) -periph_rcc_enter esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -periph_rcc_exit esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_alt.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - esp-idf/esp_security/libesp_security.a(esp_hmac.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -periph_rcc_release_enter esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) -periph_rcc_release_exit esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) - esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) -periph_rtc_dig_clk8m_disable esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -periph_rtc_dig_clk8m_enable esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -periph_rtc_dig_clk8m_get_freq esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) -phy_11p_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) -phy_analog_delay_cal C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_analog_cal.o) -phy_ant_clr_update_flag esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) -phy_ant_need_update esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) -phy_ant_update esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) -phy_bbpll_en_usb C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) -phy_bt_power_track C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -phy_cal_print C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) -phy_chan_dump_cfg C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -phy_chan_filt_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -phy_chan_pwr_backoff C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) -phy_change_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) -phy_close_pa C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) -phy_close_rf C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.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_current_level_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -phy_dig_ldo_cal C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) -phy_dig_reg_backup C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) -phy_disable_low_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -phy_eco_version_sel C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -phy_enable_low_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) -phy_exit_critical esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) -phy_fft_scale_force C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) -phy_force_rx_gain C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -phy_freq_correct C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) -phy_freq_mem_backup C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) -phy_ftm_comp C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) -phy_get_adc_rand C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) -phy_get_cca_cnt C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -phy_get_fetx_delay C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) -phy_get_i2c_data C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_i2c.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.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_mac_addr C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -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/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -phy_get_rf_cal_version C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) -phy_get_rfdata_num C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -phy_get_romfunc_addr C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -phy_get_romfuncs C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -phy_get_rx_gain C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -phy_get_tsens_value esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -phy_get_tx_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) -phy_get_txpwr_param C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) -phy_get_vdd33 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) -phy_i2c_bbtop_wakeup C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_i2c.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -phy_i2c_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) -phy_i2c_enter_critical esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_basic.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -phy_i2c_exit_critical esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_basic.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -phy_i2c_init2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_i2c.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -phy_init_data esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) - esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) -phy_init_flag C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) -phy_init_magic_post esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) -phy_init_magic_pre esp-idf/esp_phy/libesp_phy.a(phy_init_data.c.obj) -phy_init_param_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) -phy_internal_delay C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) -phy_param C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_i2c.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_basic.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_analog_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pbus.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -phy_param_rom C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rom.o) -phy_param_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -phy_param_track C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) -phy_param_track_tot C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - 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/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) -phy_reg_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) -phy_rfcal_data_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -phy_rfcal_data_check_value C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -phy_rfcal_data_sub C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -phy_rx11blr_cfg C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) -phy_rx_band_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -phy_rx_rifs_en C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -phy_rx_sense_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) -phy_set_11b_param C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -phy_set_freq C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) -phy_set_mac_data C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.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/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_basic.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -phy_set_pwdet_power esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -phy_set_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) -phy_set_rate_xiaomi C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) -phy_set_tsens_power esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -phy_set_wifi_mode_only C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) -phy_track_pll esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) -phy_track_pll_deinit esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) -phy_track_pll_init esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) - esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) -phy_tsens_attribute C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) -phy_tx_gain_print C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) -phy_txpwr_backoff C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) -phy_txtone_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) -phy_txtone_stop C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) -phy_version_print C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) -phy_version_str C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) -phy_wakeup_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) -phy_wifi_enable_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) -phy_xpd_tsens C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) - esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) -phymode2str C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.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_cap_print C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) -pm_active_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) -pm_allow_tx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -pm_attach C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -pm_beacon_misc_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_beacon_monitor_configure C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -pm_beacon_monitor_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_beacon_monitor_tbtt_allowed C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_beacon_monitor_tbtt_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_beacon_monitor_tbtt_stop C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_beacon_monitor_tbtt_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) -pm_beacon_monitor_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) -pm_beacon_offset_add_loss_counter C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -pm_beacon_offset_add_total_counter C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -pm_beacon_offset_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -pm_beacon_offset_configure C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -pm_beacon_offset_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -pm_beacon_offset_get_expect C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -pm_beacon_offset_get_params C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -pm_beacon_offset_get_rx_beacon_success_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -pm_beacon_offset_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -pm_beacon_offset_is_enabled C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -pm_beacon_offset_is_sampling C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -pm_beacon_offset_resample_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -pm_beacon_offset_reset C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -pm_beacon_offset_sample C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -pm_beacon_offset_sample_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -pm_beacon_offset_set_rx_beacon_standard C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -pm_beacon_timestamp_statistic C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_check_state C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_clear_wakeup_signal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_coex_pwr_configure C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -pm_coex_pwr_update C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_coex_reconnect_policy C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -pm_coex_restart_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) -pm_coex_schm_overall_period_get C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_coex_schm_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -pm_coex_schm_process_restart C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_coex_separate_connectionless_window C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_coex_set_reconnect_policy C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -pm_coex_slice_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) -pm_coex_tbtt_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_connectionless_module_set_wake_interval C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -pm_connectionless_wake_interval_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) -pm_connectionless_wake_window_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) -pm_deattach C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -pm_disable_beacon_monitor_timer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_disable_disconnected_sleep_delay_timer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_disable_dream_timer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_disable_sleep_delay_timer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_disconnected_sleep C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_disconnected_sleep_delay_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) -pm_disconnected_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -pm_disconnected_stop C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -pm_disconnected_wake C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_dream C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_dream_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) -pm_enable_active_timer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_enable_beacon_monitor_timer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_enable_disconnected_sleep_delay_timer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_enable_dream_timer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_enable_sleep_delay_timer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_enable_sta_disconnected_power_management C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -pm_force_scan_unlock C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -pm_funcs_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -pm_funcs_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -pm_get_beacon_duration C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_get_connectionless_status C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_get_idle_wait_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_get_null_max_tx_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -pm_get_sleep_type C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -pm_get_tbtt_count C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_go_to_sleep C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) -pm_go_to_wake C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_handle_tbtt_interval C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_hmac_rx_data_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -pm_is_dream C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) -pm_is_hw_beacon_filter_active C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_is_in_wifi_slice_threshold C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_is_open C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -pm_is_sleeping C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) -pm_is_waked C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -pm_keep_alive C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_local_tsf_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_mac_sleep C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -pm_mac_sleep_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -pm_mac_sleep_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -pm_mac_wakeup C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -pm_mesh_set_next_tbtt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_noise_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_noise_check_disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -pm_noise_check_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -pm_noise_check_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) -pm_off_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) -pm_on_beacon_rx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -pm_on_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) -pm_on_coex_schm_process_restart C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -pm_on_coex_schm_status_config C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -pm_on_coex_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -pm_on_data_rx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -pm_on_data_tx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -pm_on_data_tx_done C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -pm_on_probe_resp_rx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -pm_on_sample_beacon C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -pm_on_tbtt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -pm_on_tsf_timer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -pm_parse_beacon C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_parse_beacon_trace C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_pend_noise_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_process_tim C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_register_connectionless_wake_window C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -pm_register_pm_tx_null_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -pm_rx_beacon_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_rx_data_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_save_tbtt_info C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_scale_listen_interval C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -pm_scan_lock C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_scan_unlock C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_send_nullfunc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -pm_send_probe_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -pm_send_probe_stop C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -pm_send_sleep_null_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_send_wake_null_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_set_beacon_duration C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -pm_set_beacon_filter C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_set_keep_alive_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -pm_set_next_tbtt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_set_sleep_min_active_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -pm_set_sleep_type C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -pm_set_sleep_wait_broadcast_data_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -pm_sleep C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_sleep_delay_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) -pm_sleep_for C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -pm_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -pm_stop C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -pm_tbtt_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_tbtt_quick_wake_configure C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -pm_try_scan_unlock C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_tx_data_done_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_tx_data_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_tx_null_data_done_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) -pm_tx_null_data_done_quick_wake_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_unregister_connectionless_wake_window C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -pm_update_at_next_beacon C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pm_update_by_connectionless_status C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_update_light_sleep_default_params C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -pm_update_next_tbtt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_update_params C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pm_update_tsf_tick_interval C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -pm_wake_done C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) -pm_wake_up C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.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_add_entry esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.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) -pocket_sar_power C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) -port_start_app_hook esp-idf/freertos/libfreertos.a(app_startup.c.obj) -port_uxCriticalNesting esp-idf/freertos/libfreertos.a(port.c.obj) -port_uxInterruptNesting esp-idf/freertos/libfreertos.a(port.c.obj) - esp-idf/freertos/libfreertos.a(portasm.S.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) -posix_memalign esp-idf/newlib/libnewlib.a(heap.c.obj) -ppAMPDU2Normal C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppAdd2AMPDUTail C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -ppAddTimCount C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -ppAssembleAMPDU C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppAssembleMicHdr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppCalFrameTimes C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -ppCalSubFrameLength C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppCalTkipMic C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppCalTxAMPDULength C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppCalTxopDur C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -ppCheckIsConnTraffic C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -ppCheckTxAMPDUlength C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppCheckTxConnTrafficIdle C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -ppCheckTxIdle C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -ppCheckTxQIdle C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -ppClearRxFragment C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -ppClearTxq C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -ppDequeueRxq_Locked C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppDequeueTxDone_Locked C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppDequeueTxQ C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -ppDirectRecycleAmpdu C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -ppDisableQueue C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppDiscardMPDU C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -ppEmptyDelimiterLength C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppEnableQueue C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -ppEnqueueRxq C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -ppEnqueueTxDone C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -ppFetchTxQFirstAvail C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -ppFillAMPDUBar C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -ppGetTaskHdl C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -ppGetTxQFirstAvail_Locked C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -ppGetTxframe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppInitTxq C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -ppInstallKey C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -ppMapTxQueue C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppMapWaitTxq C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppMessageInQ C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -ppPauseTxAMPDU C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -ppPrepareBarFrame C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -ppProcTxCallback C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -ppProcTxDone C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -ppProcTxSecFrame C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppProcessLifeTime C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -ppProcessRxPktHdr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppProcessTxQ C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -ppProcessWaitQ C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -ppProcessWaitingQueue C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -ppReSendBar C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -ppRecordBarRRC C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -ppRecycleAmpdu C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -ppRecycleRxPkt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -ppRecycleTxBuf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -ppRegisterPromisRxCallback C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -ppRegisterRxCallback C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -ppRegisterTxCallback C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -ppRegisterTxDoneUserActionCallback C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -ppRegressAmpdu C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -ppResortTxAMPDU C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -ppResumeTxAMPDU C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppRollBackTxQ C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -ppRxFragmentProc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppRxPkt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppRxProtoProc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppSearchTxQueue C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppSearchTxframe C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppSelectNextQueue C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppSetBarRate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -ppSetInterface C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -ppSubFromAMPDU C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppTask C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppTxFragmentProc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppTxPkt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -ppTxProtoProc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -ppTxqEmpty C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -ppTxqUpdateBitmap C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -ppUnregisterTxCallback C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -pp_allow_cut_sevt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -pp_attach C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -pp_can_cut_evt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -pp_can_cut_sevt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -pp_coex_tx_release C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pp_coex_tx_request C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pp_create_task C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -pp_deattach C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -pp_default_event_handler C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pp_delete_task C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -pp_gettid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -pp_hdrsize C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pp_need_cut_rx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -pp_post C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -pp_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pp_process_hmac_waiting_txq C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pp_register_config_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -pp_register_michael_mic_failure_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -pp_register_net80211_tx_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -pp_register_timer_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -pp_register_tx_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) -pp_set_cut_evt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -pp_set_cut_rx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -pp_sig_cnt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pp_sig_cnt_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -pp_stop_sw_txq C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -pp_task_hdl C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -pp_timer_do_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -pp_timer_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -pp_timer_register_post_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -pp_unregister_tx_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) -pp_wdev_funcs C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -print_roots_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -print_sta_pmk C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -print_txupQ_pending C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -printf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-printf.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(gcm.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/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/main/libmain.a(app_main.c.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_destroy esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) -pthread_condattr_getclock esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) -pthread_condattr_getpshared esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) -pthread_condattr_init esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) -pthread_condattr_setclock esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) -pthread_condattr_setpshared esp-idf/pthread/libpthread.a(pthread_cond_var.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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - esp-idf/lwip/liblwip.a(sys_arch.c.obj) - esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - esp-idf/lwip/liblwip.a(sys_arch.c.obj) - esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) -pthread_lazy_init_lock esp-idf/pthread/libpthread.a(pthread.c.obj) -pthread_mutex_destroy esp-idf/pthread/libpthread.a(pthread.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) -pthread_mutex_init esp-idf/pthread/libpthread.a(pthread.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) -pthread_mutex_lock esp-idf/pthread/libpthread.a(pthread.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.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) - esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) -pthread_mutex_unlock esp-idf/pthread/libpthread.a(pthread.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.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_tryrdlock esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) -pthread_rwlock_trywrlock 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) -pthread_setspecific esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - esp-idf/lwip/liblwip.a(sys_arch.c.obj) - esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -putc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-putc.o) -putchar C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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(gcm.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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -puts C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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) - esp-idf/lwip/liblwip.a(sockets_ext.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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(gcm.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(heap_caps.c.obj) -pvPortMalloc esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - esp-idf/freertos/libfreertos.a(idf_additions.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) -pvTaskGetCurrentTCBForCore esp-idf/freertos/libfreertos.a(tasks.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_code_cal C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -pwdet_ref_code C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) -pwdet_tone_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) -pwrite esp-idf/vfs/libvfs.a(vfs.c.obj) -pwrsave_flushq C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -pxCurrentTCBs 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) -pxTaskGetStackStart esp-idf/freertos/libfreertos.a(tasks.c.obj) -qsort C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-qsort.o) - esp-idf/heap/libheap.a(memory_layout_utils.c.obj) -raise esp-idf/newlib/libnewlib.a(syscalls.c.obj) -ram1_bt_track_pll_cap C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) -ram1_fe_i2c_reg_renew C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -ram1_phy_close_rf C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -ram1_phy_dis_hw_set_freq C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -ram1_phy_wakeup_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -ram1_set_pbus_reg C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -ram1_wifi_set_tx_gain C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) -ram2_rfpll_cap_correct C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) -ram2_rfpll_cap_track C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) -ram_check_noise_floor C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) -ram_pbus_force_mode C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pbus.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -ram_pll_vol_cal C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) -ram_tx_pwctrl_background C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -rand C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -rc11BSchedTbl_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -rc11GSchedTbl C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) -rc11NSchedTbl C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -rc11NSchedTbl_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.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) -rcAmpduLowerRate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -rcAttach C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -rcClearCurAMPDUSched C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -rcClearCurSched C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -rcClearCurStat C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -rcGet11BHighestRateIdx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) -rcGet11GHighestRateIdx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) -rcGet11NHighestRateIdx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) -rcGetAmpduSched C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -rcGetDefaultHigestRateIdx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) -rcGetHighestRateIdx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) -rcGetRate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -rcGetSched C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -rcLoRaRate2SchedIdx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) -rcLoRaSchedTbl C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -rcLoRaSchedTbl_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -rcLowerSched C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -rcP2P11GSchedTbl C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) -rcP2P11NSchedTbl C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) -rcReachRetryLimit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -rcSetBarRate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -rcSetTxAmpduLimit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -rcTxUpdatePer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -rcUpSched C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -rcUpdateAMPDUParam C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -rcUpdateAckSnr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -rcUpdatePhyMode C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -rcUpdateRate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -rcUpdateRxDone C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -rcUpdateTxDone C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -rcUpdateTxDoneAmpdu2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -rc_cal C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_analog_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rc_disable_trc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -rc_disable_trc_by_interface C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -rc_enable_trc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -rc_get_G6M_sched C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -rc_get_default_sched C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -rc_get_fix_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -rc_get_mask C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) -rc_get_sta_trc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) -rc_get_trc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -rc_get_trc_by_index C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -rc_get_trc_default C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) -rc_only_sta_trc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) -rc_set_fix_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -rc_set_per_conn_fix_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) -reachable_time esp-idf/lwip/liblwip.a(nd6.c.obj) -read C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysread.o) - esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -read_hw_noisefloor C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) -readdir esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) -readdir_r esp-idf/vfs/libvfs.a(vfs.c.obj) -realloc esp-idf/newlib/libnewlib.a(heap.c.obj) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiscanf.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) -reconnect_flag C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -reconnect_type2str C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) -regi2c_analog_cali_reg_read esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) -regi2c_analog_cali_reg_write esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) -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/esp_hw_support/libesp_hw_support.a(rtc_init.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/hal/libhal.a(adc_hal_common.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.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(brownout_hal.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) - esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) -regi2c_saradc_enable 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_common.c.obj) -register_chipv7_phy C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) -register_chipv7_phy_init_param C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -register_ieee80211_action_vendor_get_key_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) -register_ieee80211_action_vendor_spec_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) -register_ieee80211_rfid_locp_recv_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-remove.o) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) -rename C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -restart_cal C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.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/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rf_cal_data_recovery C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rf_cal_level_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rf_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rfcal_pwrctrl C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) -rfcal_rxiq C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) -rfcal_track C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) -rfcal_txcap C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) -rfcal_txiq C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) -rfpll_cap_init_cal C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) -rfpll_set_freq C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) -rfrx_sat_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) -rfrx_sat_rst C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) -riscv_decode_offset_from_jal_instruction esp-idf/riscv/libriscv.a(instruction_decode.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) -riscv_excp_names esp-idf/riscv/libriscv.a(interrupt.c.obj) -rmdir esp-idf/vfs/libvfs.a(vfs.c.obj) -roc_op_end C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -roc_op_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -rom1_bt_get_tx_gain C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom1_bt_set_tx_gain C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) -rom1_chip_i2c_readReg C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_i2c.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom1_chip_i2c_writeReg C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_i2c.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom1_disable_wifi_agc C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom1_enable_wifi_agc C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom1_get_chan_target_power C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) -rom1_get_i2c_hostid C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_i2c.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom1_get_rate_fcc_index C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom1_i2c_master_reset C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_basic.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom1_phy_en_hw_set_freq C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom1_phy_i2c_init1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_i2c.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom1_read_sar2_code C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom1_set_noise_floor C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom1_tsens_temp_read C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -rom1_tx_paon_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom1_txpwr_cal_track C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom1_wifi_get_tx_gain C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom1_wifi_tx_dig_gain C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) -rom2_get_tx_gain_value1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) -rom2_pll_cap_mem_update C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) -rom2_read_pll_cap C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) -rom2_temp_to_power1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) -rom2_tsens_read_init1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom2_ulp_code_track C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) -rom2_ulp_ext_code_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) -rom2_wait_hw_freq_busy C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) -rom2_write_pll_cap C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) -rom_agc_reg_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom_bb_reg_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom_bt_filter_reg C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom_bt_track_tx_power C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) -rom_bt_tx_dig_gain C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.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_i2c_sar2_init_code C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_i2c.o) -rom_index_to_txbbgain C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom_noise_check_loop C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) -rom_open_i2c_xpd C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom_pbus_xpd_tx_on C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pbus.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom_phy_ant_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom_phy_bbpll_cal C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom_phy_dig_reg_backup C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) -rom_phy_freq_mem_backup C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) -rom_phy_param_addr C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rom.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom_phy_reg_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom_phy_xpd_rf C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom_phy_xpd_tsens C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) -rom_read_hw_noisefloor C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -rom_set_chan_reg C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_basic.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom_set_tx_dig_gain C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom_set_tx_gain_mem C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) -rom_set_txcap_reg C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_i2c.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom_spiflash_api_funcs esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) -rom_spiflash_legacy_data 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_esp32c3.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) -rom_tsens_code_read C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom_txbbgain_to_index C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom_wifi_agc_sat_gain C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rom_wifi_track_tx_power C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) -rom_write_txrate_power_offset C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -roots_type2str C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -rotl C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -rotr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -roundup2 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -route_announce_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_timer.o) -route_announce_timer_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -route_announce_timer_stop C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -routetype2str C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -rssi_margin C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -rssi_saved C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -rssi_to_rcpi esp-idf/wpa_supplicant/libwpa_supplicant.a(common.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_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_divider_set 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_bbpll_add_consumer esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) -rtc_clk_bbpll_remove_consumer esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.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(esp_clk_tree_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_init.c.obj) - esp-idf/esp_system/libesp_system.a(clk.c.obj) -rtc_clk_cal_internal 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) -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_hw_support/libesp_hw_support.a(rtc_init.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_hw_support/libesp_hw_support.a(rtc_init.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) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.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) -rtc_clk_divider_set 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) -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(panic.c.obj) - esp-idf/esp_system/libesp_system.a(system_internal.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(rtc_time.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.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) -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_cntl_hal_disable_cpu_retention esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) -rtc_cntl_hal_dma_link_init esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) -rtc_cntl_hal_enable_cpu_retention esp-idf/hal/libhal.a(rtc_cntl_hal.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) -rtc_deep_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_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) - esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) -rtc_dig_clk8m_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) -rtc_get_xtal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) -rtc_gpio_is_valid_gpio esp-idf/esp_driver_gpio/libesp_driver_gpio.a(rtc_io.c.obj) - esp-idf/esp_driver_gpio/libesp_driver_gpio.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_isr_deregister 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_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_printf esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) -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_pu esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.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_spinlock esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.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(rtc_init.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(sleep_modes.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) -rtos_int_enter esp-idf/freertos/libfreertos.a(portasm.S.obj) - esp-idf/riscv/libriscv.a(vectors.S.obj) -rtos_int_exit esp-idf/freertos/libfreertos.a(portasm.S.obj) - esp-idf/riscv/libriscv.a(vectors.S.obj) -rtos_save_fpu_coproc esp-idf/riscv/libriscv.a(vectors.S.obj) -rx11NRate2AMPDULimit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -rx_11b_opt C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -rx_blocking_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_gain.o) -rx_chan_dc_sort C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) -rxdc_est_min_new C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) -rxiq_cover_mg_mp C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) -rxiq_get_mis C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) -rxiq_set_reg C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) -s_cache_hal_init_ctx esp-idf/hal/libhal.a(cache_hal.c.obj) -s_eapol_txdone_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -s_encap_amsdu_func C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -s_fix_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) -s_fix_rate_mask C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) -s_fragment C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -s_fragment_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -s_head esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) -s_ioctl_table C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -s_is_6m C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -s_keys esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) -s_map C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_regdomain.o) -s_mesh_beacon_interval C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -s_mesh_running_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -s_mesh_send_mutex C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -s_mesh_stop_mutex C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -s_michael_mic_failure_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -s_microseconds_offset esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) -s_netstack_free C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -s_netstack_ref C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -s_pm_beacon_offset C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -s_pm_beacon_offset_config C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) -s_pp_task_create_sem C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -s_pp_task_del_sem C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -s_record_list C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -s_register_config_driver esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) -s_revoke_table esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -s_spinlock esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) -s_table esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -s_tbttstart C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -s_time_update_lock esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) -s_tx_cacheq C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -s_wifi_api_lock C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -s_wifi_nvs C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -s_wifi_queue C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -s_wifi_stop_in_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -s_wifi_task_hdl C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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) -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) - esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) -sar_periph_ctrl_adc_oneshot_power_release esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_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) -save_pbus_reg C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pbus.o) -sc_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) -scan_add_bssid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -scan_add_probe_ssid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -scan_bitmap_to_channel_list C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -scan_build_chan_list C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -scan_cancel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -scan_check_hidden C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -scan_connect_state C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -scan_enter_oper_channel_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) -scan_fill_wps_scan_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -scan_flush_all_tx_buf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -scan_get_apnum C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -scan_get_owe_channel_info C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -scan_get_scan_id C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -scan_get_type C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -scan_hidden_ssid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -scan_inter_channel_timeout_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) -scan_parse_beacon C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -scan_parse_ht2040_coex C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -scan_pm_channel_op_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -scan_prefer_chan C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -scan_profile_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -scan_remove_bssid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -scan_remove_probe_ssid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -scan_reset_cipher_and_akm C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -scan_reset_default_app_params C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -scan_result_print C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -scan_set_act_duration C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -scan_set_current_scan_times C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -scan_set_default_params C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -scan_set_desChan C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -scan_set_home_chan_dwell_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -scan_set_pas_duration C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -scan_set_scan_id C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -scan_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -scan_status2str C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -scan_update_scan_history C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -scan_validate_owe_scenarios C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) -scannum C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -sched_yield esp-idf/pthread/libpthread.a(pthread.c.obj) -seekdir esp-idf/vfs/libvfs.a(vfs.c.obj) -select esp-idf/vfs/libvfs.a(vfs.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) -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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -send_deauth C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -set_adc_rand C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_basic.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) -set_assoc_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) -set_chan_freq_hw_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -set_chan_freq_sw_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libbtbb.a(bt_bb_v2.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) -set_chanfreq C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -set_channel_rfpll_freq C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) -set_client_config esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) -set_pbus_mem C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pbus.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -set_rf_freq_offset C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) -set_rfpll_freq C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) -set_rx_gain_cal_dc C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_gain.o) -set_rx_gain_cal_iq C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_gain.o) -set_rx_gain_param C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_gain.o) -set_rx_gain_table C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -set_rx_sense C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -set_xpd_sar esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) -setbuf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) -settimeofday esp-idf/newlib/libnewlib.a(time.c.obj) - esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) -setvbuf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-setvbuf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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) -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) -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) -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_hash_dma 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) -sha_hal_write_digest 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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-siscanf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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_console_usj_pad_backup_and_disable esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) -sleep_console_usj_pad_restore esp-idf/esp_hw_support/libesp_hw_support.a(sleep_console.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) -sleep_cpu_configure esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) -sleep_disable_cpu_retention esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) -sleep_enable_cpu_retention esp-idf/esp_hw_support/libesp_hw_support.a(sleep_cpu.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -snprintf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-snprintf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/esp_timer/libesp_timer.a(esp_timer.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/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) - esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) - esp-idf/esp_common/libesp_common.a(esp_err_to_name.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/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -spi_bus_dma_memory_alloc esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -spi_bus_free esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -spi_bus_get_attr esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -spi_bus_get_dma_ctx esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -spi_bus_init_lock esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -spi_bus_initialize esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -spi_bus_lock_acquire_end esp-idf/esp_hw_support/libesp_hw_support.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/esp_hw_support/libesp_hw_support.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/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) -spi_bus_lock_bg_check_dev_req esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) -spi_bus_lock_bg_clear_req esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) -spi_bus_lock_bg_entry esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) -spi_bus_lock_bg_exit esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) -spi_bus_lock_bg_req_exist esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) -spi_bus_lock_bg_request esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) -spi_bus_lock_get_acquiring_dev esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) -spi_bus_lock_get_by_id esp-idf/esp_driver_spi/libesp_driver_spi.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/esp_hw_support/libesp_hw_support.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/esp_hw_support/libesp_hw_support.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/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) -spi_bus_lock_touch esp-idf/esp_hw_support/libesp_hw_support.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/esp_hw_support/libesp_hw_support.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/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) -spi_bus_main_set_lock esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -spi_bus_register_destroy_func esp-idf/esp_driver_spi/libesp_driver_spi.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_boya_get_caps esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.c.obj) -spi_flash_chip_boya_probe esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.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_gd_suspend_cmd_conf 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_th.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.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_th.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.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_th.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.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_th.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.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_th.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.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_th.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.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_th.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.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_th.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.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_th.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.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_th.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.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_th.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.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_th.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.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_th.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.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_th.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.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_th.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.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_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_th.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.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_th.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.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_th.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.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_th.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.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_th.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_boya.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_th_get_caps esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.c.obj) -spi_flash_chip_th_probe esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_th.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_disable_auto_resume_mode esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) -spi_flash_hal_disable_auto_suspend_mode esp-idf/hal/libhal.a(spi_flash_hal_iram.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_gpspi_check_status esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) -spi_flash_hal_gpspi_common_command esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) -spi_flash_hal_gpspi_configure_host_io_mode esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) -spi_flash_hal_gpspi_device_config esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) -spi_flash_hal_gpspi_poll_cmd_done esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) -spi_flash_hal_gpspi_read esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) -spi_flash_hal_gpspi_supports_direct_read esp-idf/hal/libhal.a(spi_flash_hal_gpspi.c.obj) - esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) -spi_flash_hal_gpspi_supports_direct_write esp-idf/hal/libhal.a(spi_flash_hal_gpspi.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_auto_resume_mode esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) -spi_flash_hal_setup_auto_suspend_mode esp-idf/hal/libhal.a(spi_flash_hal_iram.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/esp_partition/libesp_partition.a(partition_target.c.obj) - esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - esp-idf/spi_flash/libspi_flash.a(esp_flash_api.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/esp_partition/libesp_partition.a(partition.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/esp_partition/libesp_partition.a(partition_target.c.obj) - esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - esp-idf/spi_flash/libspi_flash.a(esp_flash_api.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_funcs.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_flash_timing_is_tuned esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) -spi_periph_signal esp-idf/soc/libsoc.a(spi_periph.c.obj) - esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) - esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) -spi_timing_get_flash_timing_param esp-idf/esp_hw_support/libesp_hw_support.a(mspi_timing_tuning.c.obj) -spicommon_bus_free_io_cfg esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -spicommon_bus_initialize_io esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -spicommon_bus_using_iomux esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -spicommon_cs_free_io esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -spicommon_cs_initialize esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -spicommon_dma_chan_alloc esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -spicommon_dma_chan_free esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -spicommon_dma_desc_alloc esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -spicommon_dma_desc_setup_link esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -spicommon_irqdma_source_for_host esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -spicommon_irqsource_for_host esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -spicommon_periph_claim esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -spicommon_periph_free esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) - esp-idf/esp_driver_spi/libesp_driver_spi.a(spi_common.c.obj) -spicommon_periph_in_use esp-idf/esp_hw_support/libesp_hw_support.a(spi_share_hw_ctrl.c.obj) -sprintf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sprintf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_debug.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) -srand C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-rand.o) -sta_auth_ft C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -sta_auth_open C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -sta_auth_sae C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -sta_auth_shared C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -sta_bip_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -sta_con_timer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -sta_csa_timer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -sta_eapol_txdone_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -sta_get_beacon_timeout C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -sta_get_owe_data C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -sta_input C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -sta_is_11r_enabled C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) -sta_is_wifi_ent_enabled C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) -sta_is_wpa3_enabled C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -sta_michael_mic_failure C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -sta_recv_assoc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -sta_recv_ctl C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -sta_recv_mgmt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -sta_reset_beacon_timeout C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -sta_retry_assoc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) -sta_rx_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -sta_rx_csa C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -sta_rx_eapol C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -sta_rxcb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -sta_sa_query_process_timeout C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) -sta_try_sa_query_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) -sta_update_power_off_reset_flag C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -start_cpu0 esp-idf/esp_system/libesp_system.a(startup.c.obj) -start_tx_tone C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) -start_tx_tone_step C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) -stat C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-sysstat.o) - esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) -std::bad_alloc::what() const C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) -std::bad_alloc::~bad_alloc() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) -std::bad_alloc::~bad_alloc() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) -std::bad_alloc::~bad_alloc() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) -std::bad_exception::what() const C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) -std::bad_exception::~bad_exception() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) -std::bad_exception::~bad_exception() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) -std::bad_exception::~bad_exception() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) -std::exception::~exception() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) -std::exception::~exception() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) -std::exception::~exception() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) -std::get_new_handler() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) -std::get_terminate() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -std::get_unexpected() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -std::nothrow C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) -std::set_new_handler(void (*)()) C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) -std::set_terminate(void (*)()) C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -std::set_unexpected(void (*)()) C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -std::terminate() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_unex_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_globals.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) -std::type_info::__do_catch(std::type_info const*, void**, unsigned int) const C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) -std::type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) -std::type_info::__is_function_p() const C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) -std::type_info::__is_pointer_p() const C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) -std::type_info::~type_info() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) -std::type_info::~type_info() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) -std::type_info::~type_info() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) -std::uncaught_exception() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) -std::uncaught_exceptions() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_catch.o) -std::unexpected() C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/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) -stop_tx_tone C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pbus.o) -str_clear_free esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) -strcasecmp C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasecmp.o) - esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) -strcasestr C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasestr.o) - esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) -strcat C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strchr.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcmp.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-locale.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - esp-idf/lwip/liblwip.a(dns.c.obj) - esp-idf/esp_partition/libesp_partition.a(partition.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/tcp_transport/libtcp_transport.a(transport_ws.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) - esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - esp-idf/vfs/libvfs.a(nullfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - esp-idf/log/liblog.a(log_binary_heap.c.obj) - esp-idf/log/liblog.a(log_linked_list.c.obj) - esp-idf/log/liblog.a(tag_log_level.c.obj) -strcpy C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcpy.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror_r.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/vfs/libvfs.a(vfs.c.obj) -strcspn C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcspn.o) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) -strdup C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/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) -strerror C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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) - esp-idf/main/libmain.a(app_main.c.obj) -strerror_l C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror.o) -strerror_r C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror_r.o) - esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) -strlcat C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcat.o) - esp-idf/esp_system/libesp_system.a(ubsan.c.obj) -strlcpy C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcpy.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) - esp-idf/esp_partition/libesp_partition.a(partition.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) -strlen C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlen.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-siscanf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasestr.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strlcat.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strerror_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strdup_r.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-puts.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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(sha1-prf.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.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(dhcpserver.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/lwip/liblwip.a(netdb.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.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/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/esp_netif/libesp_netif.a(esp_netif_lwip.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/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) - esp-idf/mqtt/libmqtt.a(mqtt_client.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(tasks.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(esp_memprot.c.obj) - esp-idf/log/liblog.a(log_linked_list.c.obj) - esp-idf/esp_system/libesp_system.a(panic.c.obj) -strncasecmp C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncasecmp.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strcasestr.o) - esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) - esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) -strncmp C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncmp.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-getenv_r.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) - esp-idf/lwip/liblwip.a(def.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - 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/protocol_examples_common/libprotocol_examples_common.a(connect.c.obj) - esp-idf/vfs/libvfs.a(vfs.c.obj) -strncpy C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strncpy.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-svfprintf.o) - esp-idf/lwip/liblwip.a(netdb.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - esp-idf/esp_partition/libesp_partition.a(partition.c.obj) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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) -strndup C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strnlen.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_io.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_network.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -strrchr C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strrchr.o) - esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) -strstr C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/lwip/liblwip.a(dns.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) -strtol C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtol.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtol.o) -strtoll C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoll.o) -strtoll_l C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoll.o) -strtoul C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoul.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset_r.o) - esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) -strtoul_l C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoul.o) -strtoull C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-strtoull.o) -strtoull_l C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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) -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/lwip/liblwip.a(tcpip.c.obj) - esp-idf/lwip/liblwip.a(sockets.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.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_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/lwip/liblwip.a(tcpip.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/lwip/liblwip.a(tcpip.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/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) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.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/lwip/liblwip.a(tcpip.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) -sys_timeout esp-idf/lwip/liblwip.a(timeouts.c.obj) - esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - esp-idf/lwip/liblwip.a(acd_dhcp_check.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/esp_netif/libesp_netif.a(esp_netif_lwip.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/lwip/liblwip.a(acd_dhcp_check.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/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) -syscall_table_ptr esp-idf/newlib/libnewlib.a(newlib_init.c.obj) -system esp-idf/newlib/libnewlib.a(syscalls.c.obj) -systimer_hal_connect_alarm_counter esp-idf/hal/libhal.a(systimer_hal.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - esp-idf/freertos/libfreertos.a(port_systick.c.obj) -systimer_hal_counter_can_stall_by_cpu esp-idf/hal/libhal.a(systimer_hal.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - esp-idf/freertos/libfreertos.a(port_systick.c.obj) -systimer_hal_counter_value_advance esp-idf/hal/libhal.a(systimer_hal.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) -systimer_hal_deinit esp-idf/hal/libhal.a(systimer_hal.c.obj) -systimer_hal_enable_alarm_int esp-idf/hal/libhal.a(systimer_hal.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - esp-idf/freertos/libfreertos.a(port_systick.c.obj) -systimer_hal_enable_counter esp-idf/hal/libhal.a(systimer_hal.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - esp-idf/freertos/libfreertos.a(port_systick.c.obj) -systimer_hal_get_alarm_value esp-idf/hal/libhal.a(systimer_hal.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) -systimer_hal_get_clock_source esp-idf/hal/libhal.a(systimer_hal.c.obj) -systimer_hal_get_counter_value esp-idf/hal/libhal.a(systimer_hal.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - esp-idf/freertos/libfreertos.a(port_systick.c.obj) -systimer_hal_get_time esp-idf/hal/libhal.a(systimer_hal.c.obj) -systimer_hal_init esp-idf/hal/libhal.a(systimer_hal.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - esp-idf/freertos/libfreertos.a(port_systick.c.obj) -systimer_hal_select_alarm_mode esp-idf/hal/libhal.a(systimer_hal.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - esp-idf/freertos/libfreertos.a(port_systick.c.obj) -systimer_hal_set_alarm_period esp-idf/hal/libhal.a(systimer_hal.c.obj) - esp-idf/freertos/libfreertos.a(port_systick.c.obj) -systimer_hal_set_alarm_target esp-idf/hal/libhal.a(systimer_hal.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) -systimer_hal_set_tick_rate_ops esp-idf/hal/libhal.a(systimer_hal.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - esp-idf/freertos/libfreertos.a(port_systick.c.obj) -systimer_ticks_to_us esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - esp-idf/freertos/libfreertos.a(port_systick.c.obj) -systimer_us_to_ticks esp-idf/esp_hw_support/libesp_hw_support.a(systimer.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - esp-idf/freertos/libfreertos.a(port_systick.c.obj) -target_power_backoff C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) -target_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) -task_wdt_timeout_abort 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) - esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -tcflow esp-idf/vfs/libvfs.a(vfs.c.obj) -tcflush esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -tcgetattr esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.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_rst_netif esp-idf/lwip/liblwip.a(tcp_out.c.obj) - esp-idf/lwip/liblwip.a(tcp_in.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) -tcpip_callback esp-idf/lwip/liblwip.a(tcpip.c.obj) - esp-idf/lwip/liblwip.a(sockets.c.obj) -tcpip_callback_wait esp-idf/lwip/liblwip.a(tcpip.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/lwip/liblwip.a(netif.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) -tcpip_send_msg_wait_sem esp-idf/lwip/liblwip.a(tcpip.c.obj) - esp-idf/lwip/liblwip.a(api_lib.c.obj) - esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.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) - esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -telldir esp-idf/vfs/libvfs.a(vfs.c.obj) -temp_sensor_get_raw_value esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) -temp_sensor_sync_tsens_idx esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) -temperature_sensor_attributes esp-idf/soc/libsoc.a(temperature_sensor_periph.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) -temperature_sensor_power_acquire esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) -temperature_sensor_power_release esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) -time C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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) -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_systimer.c.obj) -tkip C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_tkip.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -tkip_decap C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_tkip.o) -tkip_encap C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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) - esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.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_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_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_malloc_addr esp-idf/heap/libheap.a(tlsf.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) -transaction clone for std::bad_exception::what() const C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) -transaction clone for std::bad_exception::~bad_exception() const C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) -transaction clone for std::exception::what() const C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) -transaction clone for std::exception::~exception() const C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) -trcAmpduSetState C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -trc_NeedRTS C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) -trc_SetTxAmpduState C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -trc_calc_duration C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -trc_ctl C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -trc_ctl_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -trc_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -trc_get_80211_tx_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -trc_get_espnow_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -trc_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -trc_isAmpduOn C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) -trc_isTxAmpduOperational C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -trc_onAmpduOp C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -trc_onDisconnect C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) -trc_onPPTxDone C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -trc_onScanDone C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) -trc_onScanStart C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) -trc_set_80211_tx_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -trc_set_espnow_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -trc_set_per_pkt_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -trc_tid_isTxAmpduOperational C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -trc_update_def_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -trc_update_ifx_phy_mode C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -truncate esp-idf/vfs/libvfs.a(vfs.c.obj) -tsens_dac_cal1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) -tsens_dac_to_index C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) -tsens_temp_read1 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tsens.o) -tsf_hal_clear_mac_modem_rf_power_state C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_clear_soc_wakeup_request C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_get_counter_value C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_get_mac_modem_rf_power_state C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_get_tbtt_interval C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -tsf_hal_get_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -tsf_hal_get_timer_target C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_is_tsf_enabled C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_map_tbtt_target_to_rx_frame C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_select_rx_start_default_tsf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_counter_value C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_modem_wakeup_early_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_rx_beacon_abort_tsf_time_deviation_sync_disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_rx_beacon_abort_tsf_time_deviation_sync_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_rx_beacon_fail_tsf_time_deviation_sync_disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_rx_beacon_fail_tsf_time_deviation_sync_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_rx_beacon_success_tsf_time_deviation_sync_disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_rx_beacon_success_tsf_time_deviation_sync_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_rx_control_timestamp_use_tsf_disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_rx_control_timestamp_use_tsf_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_tbtt_disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_tbtt_early_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_tbtt_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_tbtt_interval C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_tbtt_intr_disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_tbtt_intr_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_tbtt_modem_wakeup_disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_tbtt_modem_wakeup_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_tbtt_rf_ctrl_disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_tbtt_rf_ctrl_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_tbtt_rf_ctrl_wait_cycles C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_tbtt_soc_wakeup_disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_tbtt_soc_wakeup_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_tbtt_start_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_time C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_timer_disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_timer_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_timer_intr_disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_timer_intr_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_timer_modem_wakeup_disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_timer_modem_wakeup_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_timer_rf_ctrl_disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_timer_rf_ctrl_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_timer_rf_ctrl_wait_cycles C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_timer_soc_wakeup_disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_timer_soc_wakeup_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_timer_target C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_tsf_disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_tsf_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_tsf_time_deviation C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_tsf_time_deviation_sync_disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_set_tsf_time_deviation_sync_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tsf_hal_unmap_tbtt_target_to_rx_frame C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_tsf.o) -tx_cap_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -tx_ict_stg0_cal C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) -tx_msg_id2str C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -tx_pwctrl_background C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -tx_pwctrl_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -tx_pwctrl_init_cal C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) -tx_state_id2str C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) -tx_state_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_feature.o) -tx_task_main C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -tx_wifi_err2str C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) -txcal_debuge_mode C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pbus.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) -txcal_gain_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -txcal_work_mode C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pbus.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) -txdc_cal_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -txdc_cal_v70 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) -txiq_cal_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -txiq_cover C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) -txiq_get_mis_pwr C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) -txiq_set_reg C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_cal.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) -txopstart_index C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -txpwr_offset C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_track.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -txq_opr2str C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -txtone_linear_pwr C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_pwdet.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_tx_cal.o) -typeinfo for __gnu_cxx::__concurrence_lock_error C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -typeinfo for __gnu_cxx::__concurrence_unlock_error C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -typeinfo for std::bad_alloc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) -typeinfo for std::exception C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -typeinfo name for __gnu_cxx::__concurrence_lock_error C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -typeinfo name for __gnu_cxx::__concurrence_unlock_error C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -typeinfo name for std::bad_alloc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) -typeinfo name for std::exception C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -tzset C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-tzset.o) -uart_clear_intr_status esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_disable_intr_mask esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_disable_pattern_det_intr esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_disable_rx_intr esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_disable_tx_intr esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_driver_delete esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_driver_install esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_enable_intr_mask esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_enable_pattern_det_baud_intr esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_enable_rx_intr esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_enable_tx_intr esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_flush esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_flush_input esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_get_baudrate esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_get_buffered_data_len esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_get_collision_flag esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_get_hw_flow_ctrl esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_get_parity esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_get_sclk_freq esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_get_selectlock esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_get_stop_bits esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_get_tx_buffer_free_size esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_get_wakeup_threshold esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_get_word_length esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_hal_get_baudrate esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_get_data_bit_num esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_get_hw_flow_ctrl esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_get_max_rx_timeout_thrd esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_get_parity esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_get_sclk esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_get_stop_bits esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.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/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_init esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_inverse_signal esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_is_hw_rts_en esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_read_rxfifo esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_rxfifo_rst esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_set_at_cmd_char esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_set_data_bit_num esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_set_dtr esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_set_hw_flow_ctrl esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_set_loop_back esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_set_mode esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_set_parity esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_set_rx_timeout esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_set_rxfifo_full_thr esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_set_stop_bits esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_set_sw_flow_ctrl esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_set_tx_idle_num esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_set_txfifo_empty_thr esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_set_wakeup_thrd esp-idf/hal/libhal.a(uart_hal.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_tx_break esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_txfifo_rst esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_hal_write_txfifo esp-idf/hal/libhal.a(uart_hal_iram.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_system/libesp_system.a(panic.c.obj) -uart_intr_config esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_is_driver_installed esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_param_config esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_pattern_get_pos esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_pattern_pop_pos esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_pattern_queue_reset esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_periph_signal esp-idf/soc/libsoc.a(uart_periph.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_read_bytes esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_set_always_rx_timeout esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_set_baudrate esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_set_dtr esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_set_hw_flow_ctrl esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_set_line_inverse esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_set_loop_back esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_set_mode esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_set_parity esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_set_pin esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_set_rts esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_set_rx_full_threshold esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_set_rx_timeout esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_set_select_notif_callback esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_set_stop_bits esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_set_sw_flow_ctrl esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_set_tx_empty_threshold esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_set_tx_idle_num esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_set_wakeup_threshold esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_set_word_length esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_tx_chars esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_vfs_dev_port_set_rx_line_endings esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_vfs_dev_port_set_tx_line_endings esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_vfs_dev_register esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_vfs_dev_set_rx_line_endings esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_vfs_dev_set_tx_line_endings esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_vfs_dev_use_driver esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_vfs_dev_use_nonblocking esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_vfs_include_dev_init esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_wait_tx_done esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_wait_tx_idle_polling esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uart_write_bytes esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) -uart_write_bytes_with_break esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -udp_bind esp-idf/lwip/liblwip.a(udp.c.obj) - esp-idf/lwip/liblwip.a(api_msg.c.obj) - esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - esp-idf/lwip/liblwip.a(dhcp.c.obj) - esp-idf/lwip/liblwip.a(dns.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(dhcpserver.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(api_msg.c.obj) - esp-idf/lwip/liblwip.a(dhcpserver.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) -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(api_msg.c.obj) - esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - esp-idf/lwip/liblwip.a(dhcp.c.obj) - esp-idf/lwip/liblwip.a(dns.c.obj) -udp_remove esp-idf/lwip/liblwip.a(udp.c.obj) - esp-idf/lwip/liblwip.a(api_msg.c.obj) - esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - esp-idf/lwip/liblwip.a(dhcp.c.obj) - esp-idf/lwip/liblwip.a(dns.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(api_msg.c.obj) - esp-idf/lwip/liblwip.a(dhcpserver.c.obj) - esp-idf/lwip/liblwip.a(dns.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_timer/libesp_timer.a(esp_timer.c.obj) -ulTaskGenericNotifyValueClear esp-idf/freertos/libfreertos.a(tasks.c.obj) -ungetc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-ungetc.o) -unregister_ieee80211_action_vendor_get_key_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) -unregister_ieee80211_action_vendor_spec_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) -unregister_ieee80211_rfid_locp_recv_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_rfid.o) -update_cs_thres C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -usb_serial_jtag_connection_monitor_include esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) -usb_serial_jtag_driver_install esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) -usb_serial_jtag_driver_uninstall esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) -usb_serial_jtag_is_connected esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_connection_monitor.c.obj) -usb_serial_jtag_is_driver_installed esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) -usb_serial_jtag_read_bytes esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) -usb_serial_jtag_read_ready esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) -usb_serial_jtag_set_select_notif_callback esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) -usb_serial_jtag_vfs_include_dev_init esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) -usb_serial_jtag_vfs_register esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) -usb_serial_jtag_vfs_set_rx_line_endings esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) -usb_serial_jtag_vfs_set_tx_line_endings esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) -usb_serial_jtag_vfs_use_driver esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) -usb_serial_jtag_vfs_use_nonblocking esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) -usb_serial_jtag_wait_tx_done esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) -usb_serial_jtag_write_bytes esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) -usb_serial_jtag_write_ready esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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/lwip/liblwip.a(sys_arch.c.obj) - esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.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/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -uxTaskGetNumberOfTasks esp-idf/freertos/libfreertos.a(tasks.c.obj) - esp-idf/freertos/libfreertos.a(queue.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/freertos/libfreertos.a(idf_additions.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(tasks.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/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) - esp-idf/freertos/libfreertos.a(idf_additions.c.obj) -vPortClearInterruptMaskFromISR esp-idf/freertos/libfreertos.a(port.c.obj) - esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - esp-idf/freertos/libfreertos.a(event_groups.c.obj) - esp-idf/freertos/libfreertos.a(port_systick.c.obj) - esp-idf/freertos/libfreertos.a(tasks.c.obj) - esp-idf/freertos/libfreertos.a(queue.c.obj) -vPortEndScheduler esp-idf/freertos/libfreertos.a(port.c.obj) - esp-idf/freertos/libfreertos.a(tasks.c.obj) -vPortEnterCritical esp-idf/freertos/libfreertos.a(port.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/esp_timer/libesp_timer.a(esp_timer.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - esp-idf/freertos/libfreertos.a(event_groups.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) - esp-idf/cxx/libcxx.a(cxx_guards.cpp.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) - 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(sleep_modes.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(regi2c_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/heap/libheap.a(heap_caps.c.obj) - esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) -vPortExitCritical esp-idf/freertos/libfreertos.a(port.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/esp_timer/libesp_timer.a(esp_timer.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(adc2_init_cal.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - esp-idf/freertos/libfreertos.a(event_groups.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(adc_share_hw_ctrl.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl_common.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(clk_ctrl_os.c.obj) - esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) - esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - esp-idf/esp_mm/libesp_mm.a(esp_cache.c.obj) - esp-idf/esp_driver_gpio/libesp_driver_gpio.a(gpio.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag_vfs.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart_vfs.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) - esp-idf/cxx/libcxx.a(cxx_guards.cpp.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) - 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(sleep_modes.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(regi2c_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/heap/libheap.a(heap_caps.c.obj) - esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) -vPortFree esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - esp-idf/freertos/libfreertos.a(idf_additions.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) -vPortTCBPreDeleteHook esp-idf/freertos/libfreertos.a(port.c.obj) - esp-idf/freertos/libfreertos.a(tasks.c.obj) -vPortYield esp-idf/freertos/libfreertos.a(port.c.obj) - esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/freertos/libfreertos.a(idf_additions.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) -vPortYieldFromISR esp-idf/freertos/libfreertos.a(port.c.obj) - esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/newlib/libnewlib.a(locks.c.obj) - esp-idf/freertos/libfreertos.a(port_systick.c.obj) -vPortYieldOtherCore esp-idf/freertos/libfreertos.a(port.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/lwip/liblwip.a(sys_arch.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/freertos/libfreertos.a(idf_additions.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.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) - esp-idf/newlib/libnewlib.a(locks.c.obj) -vQueueDeleteWithCaps esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -vQueueWaitForMessageRestricted esp-idf/freertos/libfreertos.a(queue.c.obj) -vRingbufferDelete esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) -vRingbufferDeleteWithCaps esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -vRingbufferGetInfo esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) -vRingbufferReturnItem esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -vRingbufferReturnItemFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -vSemaphoreDeleteWithCaps esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -vStreamBufferDelete esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - esp-idf/freertos/libfreertos.a(idf_additions.c.obj) -vStreamBufferGenericDeleteWithCaps esp-idf/freertos/libfreertos.a(idf_additions.c.obj) -vSystimerSetup esp-idf/freertos/libfreertos.a(port_systick.c.obj) -vTaskDelay esp-idf/freertos/libfreertos.a(tasks.c.obj) - esp-idf/lwip/liblwip.a(sys_arch.c.obj) - esp-idf/esp_security/libesp_security.a(esp_ds.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_crypto_shared_gdma.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/pthread/libpthread.a(pthread.c.obj) - esp-idf/newlib/libnewlib.a(time.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) -vTaskDelete esp-idf/freertos/libfreertos.a(tasks.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer.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/freertos/libfreertos.a(idf_additions.c.obj) - esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - esp-idf/pthread/libpthread.a(pthread.c.obj) - esp-idf/freertos/libfreertos.a(app_startup.c.obj) -vTaskDeleteWithCaps esp-idf/freertos/libfreertos.a(idf_additions.c.obj) -vTaskEndScheduler esp-idf/freertos/libfreertos.a(tasks.c.obj) -vTaskGenericNotifyGiveFromISR esp-idf/freertos/libfreertos.a(tasks.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(debug_helpers.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) - esp-idf/freertos/libfreertos.a(queue.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) -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) - esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.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/freertos/libfreertos.a(idf_additions.c.obj) - esp-idf/pthread/libpthread.a(pthread.c.obj) -vTaskSuspendAll esp-idf/freertos/libfreertos.a(tasks.c.obj) - esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - esp-idf/freertos/libfreertos.a(event_groups.c.obj) - esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - esp-idf/freertos/libfreertos.a(queue.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) -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) -vfiprintf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfiprintf.o) -vfprintf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vfprintf.o) -vfs_include_syscalls_impl esp-idf/vfs/libvfs.a(vfs.c.obj) -vote_done2str C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -vote_start2str C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -vprintf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vprintf.o) - esp-idf/log/liblog.a(log_write.c.obj) -vsnprintf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-vsnprintf.o) - esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) - esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) -vtable for __cxxabiv1::__class_type_info C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(class_type_info.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) -vtable for __cxxabiv1::__forced_unwind C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) -vtable for __cxxabiv1::__foreign_exception C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) -vtable for __cxxabiv1::__si_class_type_info C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(si_class_type_info.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) -vtable for __gnu_cxx::__concurrence_lock_error C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -vtable for __gnu_cxx::__concurrence_unlock_error C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_handler.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_terminate.o) -vtable for nvs::NVSEncryptedPartition esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) -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) - esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_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) - esp-idf/nvs_flash/libnvs_flash.a(nvs_encrypted_partition.cpp.obj) -vtable for std::bad_alloc C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(bad_alloc.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(new_op.o) -vtable for std::bad_exception C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) -vtable for std::exception C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(eh_exception.o) -vtable for std::type_info C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libstdc++.a(tinfo.o) -wDevCheckBlockError C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -wDevCtrl C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -wDevCtrl_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wDevMacSleep C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wDevMacSleep_ptr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wDev_AppendRxBlocks C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -wDev_Crypto_Disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -wDev_DiscardFrame C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wDev_FetchFirstDesc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wDev_GetNoiseFloor C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wDev_Get_Next_TBTT C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -wDev_IndicateAmpdu C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wDev_IndicateCtrlFrame C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wDev_IndicateFrame C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wDev_Insert_KeyEntry C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -wDev_Mesh_Disable_Tsf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) -wDev_Mesh_Enable_Tsf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) -wDev_Mesh_Set_TBTT C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) -wDev_ProcessFiq C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -wDev_ProcessRxSucData C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wDev_Reset_TBTT C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -wDev_RxSecError C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wDev_Rxbuf_Deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -wDev_Rxbuf_Init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -wDev_SetAuthed C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -wDev_SetCurChannel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -wDev_Set_Beacon_Int C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wDev_SnifferRxAmpdu C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wDev_SnifferRxData C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wDev_disable_low_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) -wDev_enable_low_rate C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) -wDev_ftm_record_t1t4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -wDev_ftm_record_t2t3 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wDev_ftm_set_t1t4 C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) -wDev_is_low_rate_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wDev_record_ftm_data C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wDev_record_ftm_data_local C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wDev_remove_KeyEntry C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -wDev_remove_KeyEntry_all_cnx C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -wDev_reset_bcnSendTick C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_mac.o) -wait_freq_set_busy C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_init.o) -wait_rfpll_cal_end C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) -wapi_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) -wdevProcessRxSucDataAll C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -wdev_bank_load C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wdev_bank_store C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wdev_csi_hw_bug_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wdev_csi_len_align C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wdev_csi_rx_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wdev_data_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wdev_dump_rx_linked_list C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wdev_ftm_set_callbacks C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -wdev_funcs_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wdev_funcs_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wdev_get_promis_ctrl_filter C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -wdev_get_promis_filter C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -wdev_is_data_in_rxlist C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wdev_is_mgmt_hwdecr_enabled C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -wdev_mac_reg_load C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wdev_mac_reg_store C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wdev_mac_sleep C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -wdev_mac_sleep_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -wdev_mac_sleep_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -wdev_mac_special_reg_load C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wdev_mac_special_reg_store C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wdev_mac_wakeup C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -wdev_process_beacon_filter C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wdev_process_tbtt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wdev_process_tsf_timer C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wdev_record_rx_linked_list C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wdev_set_csi_rx_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -wdev_set_promis C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -wdev_set_promis_ctrl_filter C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -wdev_set_promis_ctrl_pkt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wdev_set_promis_filter C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -wdev_set_promis_misc_buf C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wdev_set_promis_misc_pkt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) -wdt_hal_config_stage 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_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - esp-idf/esp_system/libesp_system.a(panic.c.obj) - esp-idf/esp_system/libesp_system.a(system_internal.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_system/libesp_system.a(task_wdt_impl_timergroup.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) - esp-idf/esp_system/libesp_system.a(system_internal.c.obj) - esp-idf/esp_system/libesp_system.a(startup_funcs.c.obj) -wdt_hal_enable 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_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - esp-idf/esp_system/libesp_system.a(panic.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_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - esp-idf/esp_system/libesp_system.a(int_wdt.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) - esp-idf/esp_system/libesp_system.a(system_internal.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_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) - esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - esp-idf/esp_system/libesp_system.a(panic.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(startup_funcs.c.obj) -wdt_hal_write_protect_enable 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_hw_support/libesp_hw_support.a(sleep_modes.c.obj) - esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) - esp-idf/esp_system/libesp_system.a(panic.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(startup_funcs.c.obj) -wep C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_wep.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -wep_decap C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_wep.o) -wep_encap C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_wep.o) -wifi_action_tx_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -wifi_ant_config_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_ant_to_ant_type C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_ant_update C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_ant_update_empty_func C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_ap_pmf_enabled C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -wifi_ap_reg_rxcb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_ap_remove_sta_node_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -wifi_ap_sta_sae_auth_done_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -wifi_apb80m_release C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -wifi_apb80m_request C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -wifi_api_lock C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_api_unlock C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_clear_ap_list_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_coex_pwr_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_configure_wake_window_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_connect_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_copy_ap_record C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_create_queue esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) -wifi_create_softap C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_create_sta C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -wifi_crypto_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_crypto_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_csi_set_config C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_deauth_sta_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_deinit_in_caller_task C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_deinit_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_delete_queue esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) -wifi_destroy_softap C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_destroy_sta C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_disable_pmf_config_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_disconnect_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_event_id2str C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_utilities.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_parent.o) -wifi_event_post C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -wifi_force_wakeup_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_ftm_start_initiator_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_get_ap_list_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_get_ap_record_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_get_bw_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_get_channel_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_get_country C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_get_init_state C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_get_macaddr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action_vendor.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -wifi_get_protocol_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_get_rand_macaddr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -wifi_get_rand_macaddr_keep_oui C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -wifi_get_scan_params_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_get_sta_list_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_get_tsf_time_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_get_user_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_gpio_debug C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -wifi_gpio_debug_max_event_get C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) -wifi_hmac_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_hmac_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_ht20 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_analog_cal.o) -wifi_ht40 C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_analog_cal.o) -wifi_hw_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_hw_stop C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_init_completed C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -wifi_init_in_caller_task C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_init_key C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -wifi_init_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_internal_ioctl_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_ioctl_ht2040_get C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_ioctl_ht2040_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_ipc_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_is_started C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_is_stop_in_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_lmac_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_lmac_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_log C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_debug.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_sleep.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a(misc_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_timer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(hal_ampdu.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_coex.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(trc.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(lmac.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(esf_buf.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm_beacon_offset.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_sms4.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_action.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ht.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_proto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ftm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_timer.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_input.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_offchan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_reg_db.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ets.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_power.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_chm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_phy.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_output.o) -wifi_malloc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) -wifi_menuconfig_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_act_duty_signaling_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_assoc_expire_set_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_event_post C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_quick.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -wifi_mesh_ie_crypto_funcs_set_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_ie_crypto_key_set_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_ie_deinit_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_ie_get_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_ie_init_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_ie_set_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_is_roots_found_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_map_deauth_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_mesh_parent_candidate_clear_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_parent_candidate_get_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_parent_candidate_set_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_parent_monitor_get_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_parent_monitor_set_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_ps_duty_cycle_get_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_ps_duty_cycle_set_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_ps_duty_ext_get_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_root_conflicts_set_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_roots_ie_get_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_roots_ie_set_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_router_bssid_get_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_router_bssid_set_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_rssi_threshold_get_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_rssi_threshold_set_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_set_beacon_interval_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_sta_disassoc C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_mesh_sta_disassoc_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mesh_switch_channel_progress C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_mode_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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_nvs_ap_restore C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) -wifi_nvs_cfg_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) -wifi_nvs_cfg_item_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) -wifi_nvs_commit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -wifi_nvs_compare_cfg_diff C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_nvs_deinit C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_nvs_get C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -wifi_nvs_get_sta_listen_interval C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) -wifi_nvs_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_nvs_reset_current_ap_info C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -wifi_nvs_restore C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_nvs_set C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -wifi_nvs_set_sta_listen_interval C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) -wifi_nvs_sta_restore C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) -wifi_nvs_validate_ap_chan C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) -wifi_nvs_validate_ap_num C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) -wifi_nvs_validate_ap_password C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) -wifi_nvs_validate_ap_ssid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) -wifi_nvs_validate_country C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) -wifi_nvs_validate_sta_listen_interval C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) -wifi_nvs_validate_sta_password C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) -wifi_on_coex_schm_phase_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_on_coex_start_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_osi_funcs_register C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_osi_ready C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_realloc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) -wifi_recycle_rx_pkt C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211.o) -wifi_register_mgmt_frame C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -wifi_register_user_ie_manufacturer_recv_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_reset_mac C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_restart_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_restore_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_rf_phy_disable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_rf_phy_enable C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pm.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_rifs_mode_en C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_reg.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_api.o) -wifi_roc_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -wifi_sample_beacon_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_scan_start_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_scan_stop_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_send_mgmt_frame C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -wifi_set_ant C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_ant_gpio C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_appie_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -wifi_set_auto_connect_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_band_mode_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_band_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_bw_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_chan_range C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_set_channel_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_config_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_country C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_csi C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_default_ssid C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_nvs.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -wifi_set_dynamic_cs_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_event_mask C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_fix_rate_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_gpio_debug_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp_debug.o) -wifi_set_home_channel_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_log_mod_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_mac_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_max_tpw C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_mode_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_phy_2nd_chan_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_set_promis_ctrl_filter_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_promis_filter_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_promis_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_protocol_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_ps_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_rssi_threshold C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -wifi_set_rx_policy C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(if_hwctrl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -wifi_set_rxcb_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_scan_params_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_user_ie C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_vnd_ie_cb_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_vnd_ie_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_set_wps_cb_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -wifi_set_wps_start_flag C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -wifi_set_wps_status_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -wifi_set_wps_type_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -wifi_softap_cacl_mac C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_softap_cur_max_ap_bss_num C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_softap_get_config C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_softap_get_station_num C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_softap_max_support_num C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) -wifi_softap_set_config C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_softap_staconnected_event_policy C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -wifi_softap_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_softap_stop C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_hostap.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_softap_toomany_deny C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -wifi_sta_connect_internal_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -wifi_sta_disconnect C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -wifi_sta_reg_eapol_txdone_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -wifi_sta_reg_rxcb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_sta_rx_probe_req C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(wdev.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_sta_set_ap_num_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_sta_set_scan_default_params C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_start_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_station_ap_check C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_station_get_config C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_station_get_config_default C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_station_get_current_ap_id C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_station_get_reconnect_policy C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_scan.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -wifi_station_save_ap_channel C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) -wifi_station_start C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_station_stop C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_stop_sw_txq C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_tbtt_quick_wake_configure_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_txq_empty C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wifi_unregister_user_ie_manufacturer_recv_cb C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_update_listen_interval_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_update_tsf_tick_interval_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_api.o) -wifi_wpa2_ent_disable_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -wifi_wpa2_ent_enable_process C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_supplicant.o) -wifi_wpa2_is_started C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_sta.o) -wl_is_ap_no_lr C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(wl_cnx.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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_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) - esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_crypto_ccmp.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a(ieee80211_ioctl.o) -wpa_crypto_funcs_init C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/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_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(eap_ttls.c.obj) - esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.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) - esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_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_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_rf_freq_mem C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) -wr_rx_gain_mem C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rx_gain.o) - C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.o) -write C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-syswrite.o) - esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) - esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj) -write_freq_mem_all C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_hw_freq.o) -write_rfpll_sdm C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3\libphy.a(phy_rfpll.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) -xIsrStack esp-idf/freertos/libfreertos.a(port.c.obj) -xIsrStackBottom esp-idf/freertos/libfreertos.a(port.c.obj) - esp-idf/freertos/libfreertos.a(portasm.S.obj) -xIsrStackTop esp-idf/freertos/libfreertos.a(port.c.obj) - esp-idf/freertos/libfreertos.a(portasm.S.obj) -xPortCheckValidListMem esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - esp-idf/freertos/libfreertos.a(tasks.c.obj) -xPortCheckValidTCBMem esp-idf/freertos/libfreertos.a(heap_idf.c.obj) - esp-idf/freertos/libfreertos.a(tasks.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_coex/libesp_coex.a(esp_coex_adapter.c.obj) - esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(gdma.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_systimer.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.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(regi2c_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/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_timestamp.c.obj) - esp-idf/esp_system/libesp_system.a(apb_backup_dma.c.obj) -xPortInterruptedFromISRContext esp-idf/freertos/libfreertos.a(port.c.obj) -xPortSetInterruptMaskFromISR esp-idf/freertos/libfreertos.a(port.c.obj) - esp-idf/newlib/libnewlib.a(stdatomic.c.obj) - esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - esp-idf/freertos/libfreertos.a(event_groups.c.obj) - esp-idf/freertos/libfreertos.a(port_systick.c.obj) - esp-idf/freertos/libfreertos.a(tasks.c.obj) - esp-idf/freertos/libfreertos.a(queue.c.obj) -xPortStartScheduler esp-idf/freertos/libfreertos.a(port.c.obj) - esp-idf/freertos/libfreertos.a(tasks.c.obj) -xPortSwitchFlag esp-idf/freertos/libfreertos.a(port.c.obj) - esp-idf/freertos/libfreertos.a(portasm.S.obj) -xPortSysTickHandler esp-idf/freertos/libfreertos.a(port_systick.c.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/freertos/libfreertos.a(idf_additions.c.obj) - esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) -xQueueCreateMutex esp-idf/freertos/libfreertos.a(queue.c.obj) - esp-idf/lwip/liblwip.a(sys_arch.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.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/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) - esp-idf/pthread/libpthread.a(pthread.c.obj) - esp-idf/newlib/libnewlib.a(locks.c.obj) - esp-idf/log/liblog.a(log_lock.c.obj) -xQueueCreateMutexStatic esp-idf/freertos/libfreertos.a(queue.c.obj) - esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - esp-idf/newlib/libnewlib.a(locks.c.obj) -xQueueCreateSet esp-idf/freertos/libfreertos.a(queue.c.obj) -xQueueCreateWithCaps esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -xQueueGenericCreate esp-idf/freertos/libfreertos.a(queue.c.obj) - esp-idf/lwip/liblwip.a(sys_arch.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/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) -xQueueGenericCreateStatic esp-idf/freertos/libfreertos.a(queue.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - esp-idf/freertos/libfreertos.a(idf_additions.c.obj) -xQueueGenericGetStaticBuffers esp-idf/freertos/libfreertos.a(queue.c.obj) - esp-idf/freertos/libfreertos.a(idf_additions.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/lwip/liblwip.a(sys_arch.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.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/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/cxx/libcxx.a(cxx_guards.cpp.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) - esp-idf/newlib/libnewlib.a(locks.c.obj) - esp-idf/log/liblog.a(log_lock.c.obj) -xQueueGenericSendFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) - esp-idf/lwip/liblwip.a(sys_arch.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/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -xQueueGetMutexHolder esp-idf/freertos/libfreertos.a(queue.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - esp-idf/pthread/libpthread.a(pthread.c.obj) - esp-idf/newlib/libnewlib.a(locks.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/lwip/liblwip.a(sys_arch.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.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/mqtt/libmqtt.a(mqtt_client.c.obj) - esp-idf/pthread/libpthread.a(pthread.c.obj) - esp-idf/newlib/libnewlib.a(locks.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/lwip/liblwip.a(sys_arch.c.obj) - esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) - esp-idf/esp_event/libesp_event.a(esp_event.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/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/lwip/liblwip.a(sys_arch.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_dma_core.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(spi_bus_lock.c.obj) - esp-idf/protocol_examples_common/libprotocol_examples_common.a(wifi_connect.c.obj) - esp-idf/vfs/libvfs.a(vfs.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/cxx/libcxx.a(cxx_guards.cpp.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) - esp-idf/newlib/libnewlib.a(locks.c.obj) - esp-idf/log/liblog.a(log_lock.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/mqtt/libmqtt.a(mqtt_client.c.obj) - esp-idf/pthread/libpthread.a(pthread.c.obj) - esp-idf/newlib/libnewlib.a(locks.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/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) -xRingbufferCreateNoSplit esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) -xRingbufferCreateStatic esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) -xRingbufferCreateWithCaps esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -xRingbufferGetCurFreeSize esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) -xRingbufferGetMaxItemSize esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -xRingbufferGetStaticBuffer esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.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/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -xRingbufferReceiveFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.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/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -xRingbufferReceiveUpToFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.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/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.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/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -xSemaphoreCreateGenericWithCaps esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - esp-idf/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) -xStreamBufferBytesAvailable esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) -xStreamBufferGenericCreate esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) -xStreamBufferGenericCreateStatic esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - esp-idf/freertos/libfreertos.a(idf_additions.c.obj) -xStreamBufferGenericCreateWithCaps esp-idf/freertos/libfreertos.a(idf_additions.c.obj) -xStreamBufferGetStaticBuffers esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - esp-idf/freertos/libfreertos.a(idf_additions.c.obj) -xStreamBufferIsEmpty esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) -xStreamBufferIsFull esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) -xStreamBufferNextMessageLengthBytes esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) -xStreamBufferReceive esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) -xStreamBufferReceiveCompletedFromISR esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) -xStreamBufferReceiveFromISR esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) -xStreamBufferReset esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) -xStreamBufferSend esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) -xStreamBufferSendCompletedFromISR esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) -xStreamBufferSendFromISR esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) -xStreamBufferSetTriggerLevel esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) -xStreamBufferSpacesAvailable esp-idf/freertos/libfreertos.a(stream_buffer.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(stream_buffer.c.obj) - esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a(usb_serial_jtag.c.obj) - esp-idf/freertos/libfreertos.a(queue.c.obj) -xTaskCreatePinnedToCore esp-idf/freertos/libfreertos.a(tasks.c.obj) - esp-idf/lwip/liblwip.a(sys_arch.c.obj) - esp-idf/esp_timer/libesp_timer.a(esp_timer.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/freertos/libfreertos.a(idf_additions.c.obj) - esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - esp-idf/pthread/libpthread.a(pthread.c.obj) - esp-idf/freertos/libfreertos.a(app_startup.c.obj) -xTaskCreatePinnedToCoreWithCaps esp-idf/freertos/libfreertos.a(idf_additions.c.obj) -xTaskCreateStaticPinnedToCore esp-idf/freertos/libfreertos.a(tasks.c.obj) - esp-idf/freertos/libfreertos.a(idf_additions.c.obj) -xTaskDelayUntil esp-idf/freertos/libfreertos.a(tasks.c.obj) -xTaskGenericNotify esp-idf/freertos/libfreertos.a(tasks.c.obj) - esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - esp-idf/pthread/libpthread.a(pthread.c.obj) -xTaskGenericNotifyFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) - esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) -xTaskGenericNotifyStateClear esp-idf/freertos/libfreertos.a(tasks.c.obj) - esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) -xTaskGenericNotifyWait esp-idf/freertos/libfreertos.a(tasks.c.obj) - esp-idf/freertos/libfreertos.a(stream_buffer.c.obj) - esp-idf/pthread/libpthread.a(pthread.c.obj) -xTaskGetCoreID esp-idf/freertos/libfreertos.a(tasks.c.obj) - esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) -xTaskGetCurrentTaskHandle esp-idf/freertos/libfreertos.a(tasks.c.obj) - esp-idf/lwip/liblwip.a(sys_arch.c.obj) - esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_rsa_sign_alt.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/freertos/libfreertos.a(stream_buffer.c.obj) - esp-idf/freertos/libfreertos.a(idf_additions.c.obj) - esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) - esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) - esp-idf/pthread/libpthread.a(pthread.c.obj) - esp-idf/freertos/libfreertos.a(queue.c.obj) -xTaskGetCurrentTaskHandleForCore esp-idf/freertos/libfreertos.a(tasks.c.obj) - 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(panic_arch.c.obj) -xTaskGetHandle esp-idf/freertos/libfreertos.a(tasks.c.obj) -xTaskGetIdleTaskHandle esp-idf/freertos/libfreertos.a(tasks.c.obj) -xTaskGetIdleTaskHandleForCore esp-idf/freertos/libfreertos.a(tasks.c.obj) - esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) -xTaskGetNext esp-idf/freertos/libfreertos.a(tasks.c.obj) -xTaskGetSchedulerState esp-idf/freertos/libfreertos.a(tasks.c.obj) - esp-idf/freertos/libfreertos.a(event_groups.c.obj) - esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.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_lock.c.obj) - esp-idf/log/liblog.a(log_timestamp.c.obj) -xTaskGetStaticBuffers esp-idf/freertos/libfreertos.a(tasks.c.obj) - esp-idf/freertos/libfreertos.a(idf_additions.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/esp_driver_uart/libesp_driver_uart.a(uart.c.obj) - esp-idf/newlib/libnewlib.a(time.c.obj) - esp-idf/log/liblog.a(log_timestamp.c.obj) -xTaskGetTickCountFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) - esp-idf/log/liblog.a(log_timestamp.c.obj) -xTaskIncrementTick esp-idf/freertos/libfreertos.a(tasks.c.obj) - esp-idf/freertos/libfreertos.a(port_systick.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/freertos/libfreertos.a(stream_buffer.c.obj) - esp-idf/freertos/libfreertos.a(event_groups.c.obj) - esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) - esp-idf/freertos/libfreertos.a(queue.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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a(mesh_schedule.o) -xphyQueue C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -xswap C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a(pp.o) -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/riscv/libriscv.a(vectors.S.obj) diff --git a/ESP-IDF_mqtt-ssl/build/app-flash_args b/ESP-IDF_mqtt-ssl/build/app-flash_args deleted file mode 100644 index d84506de2..000000000 --- a/ESP-IDF_mqtt-ssl/build/app-flash_args +++ /dev/null @@ -1,2 +0,0 @@ ---flash_mode dio --flash_freq 80m --flash_size 2MB -0x10000 ESP-IDF_mqtt-ssl.bin diff --git a/ESP-IDF_mqtt-ssl/build/bootloader-flash_args b/ESP-IDF_mqtt-ssl/build/bootloader-flash_args deleted file mode 100644 index 7b1a5bde2..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader-flash_args +++ /dev/null @@ -1,2 +0,0 @@ ---flash_mode dio --flash_freq 80m --flash_size 2MB -0x0 bootloader/bootloader.bin diff --git a/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure b/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure deleted file mode 100644 index e69de29bb..000000000 diff --git a/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-done b/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-done deleted file mode 100644 index e69de29bb..000000000 diff --git a/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-download b/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-download deleted file mode 100644 index e69de29bb..000000000 diff --git a/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir b/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir deleted file mode 100644 index e69de29bb..000000000 diff --git a/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch b/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch deleted file mode 100644 index e69de29bb..000000000 diff --git a/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch-info.txt b/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch-info.txt deleted file mode 100644 index 53e1e1e68..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch-info.txt +++ /dev/null @@ -1,6 +0,0 @@ -# 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/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-source_dirinfo.txt b/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-source_dirinfo.txt deleted file mode 100644 index 29ece4d23..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-source_dirinfo.txt +++ /dev/null @@ -1,9 +0,0 @@ -# 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/alex/esp/v5.4/esp-idf/components/bootloader/subproject -work_dir= - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-update b/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-update deleted file mode 100644 index e69de29bb..000000000 diff --git a/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-update-info.txt b/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-update-info.txt deleted file mode 100644 index 31617d15d..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/bootloader-update-info.txt +++ /dev/null @@ -1,7 +0,0 @@ -# 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/ESP-IDF_mqtt-ssl/build/bootloader-prefix/tmp/bootloader-cfgcmd.txt b/ESP-IDF_mqtt-ssl/build/bootloader-prefix/tmp/bootloader-cfgcmd.txt deleted file mode 100644 index 3c2228343..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader-prefix/tmp/bootloader-cfgcmd.txt +++ /dev/null @@ -1 +0,0 @@ -cmd='C:/Users/alex/esp/tools/cmake/3.30.2/bin/cmake.exe;-DSDKCONFIG=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/sdkconfig;-DIDF_PATH=C:/Users/alex/esp/v5.4/esp-idf;-DIDF_TARGET=esp32c3;-DPYTHON_DEPS_CHECKED=1;-DPYTHON=c:/Users/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe;-DEXTRA_COMPONENT_DIRS=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader;-DPROJECT_SOURCE_DIR=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl;-DIGNORE_EXTRA_COMPONENT=;-GNinja;-S;;-B;' diff --git a/ESP-IDF_mqtt-ssl/build/bootloader-prefix/tmp/bootloader-mkdirs.cmake b/ESP-IDF_mqtt-ssl/build/bootloader-prefix/tmp/bootloader-mkdirs.cmake deleted file mode 100644 index 8c465c9b8..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader-prefix/tmp/bootloader-mkdirs.cmake +++ /dev/null @@ -1,27 +0,0 @@ -# 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/alex/esp/v5.4/esp-idf/components/bootloader/subproject") - file(MAKE_DIRECTORY "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject") -endif() -file(MAKE_DIRECTORY - "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader" - "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix" - "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/tmp" - "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp" - "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src" - "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp" -) - -set(configSubDirs ) -foreach(subDir IN LISTS configSubDirs) - file(MAKE_DIRECTORY "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp/${subDir}") -endforeach() -if(cfgdir) - file(MAKE_DIRECTORY "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/src/bootloader-stamp${cfgdir}") # cfgdir has leading slash -endif() diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/.bin_timestamp b/ESP-IDF_mqtt-ssl/build/bootloader/.bin_timestamp deleted file mode 100644 index 377c7d9b2..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/.bin_timestamp +++ /dev/null @@ -1 +0,0 @@ -80543f2e45cad0181652b804f367aa3e C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.bin diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/.ninja_deps b/ESP-IDF_mqtt-ssl/build/bootloader/.ninja_deps deleted file mode 100644 index 8e701f05c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/.ninja_deps and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/.ninja_log b/ESP-IDF_mqtt-ssl/build/bootloader/.ninja_log deleted file mode 100644 index 56e463c2b..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/.ninja_log +++ /dev/null @@ -1,107 +0,0 @@ -# ninja log v6 -54 826 7715746909546657 esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj 6214f03468d26aac -33 868 7715746909325691 esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj 8ff4f5a9f0f1077f -46 952 7715746909468365 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj 31775a7df4dd6690 -77 975 7715746909763925 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj 72bb8684a8cf6087 -70 1087 7715746909701036 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj 73211783b63820a2 -61 1198 7715746909616636 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj 1bd425ce5f24db39 -953 1449 7715746918526733 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj 63f7f85315223e93 -869 1465 7715746917700921 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj b39564386af517cf -975 1697 7715746918761255 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj 58e40a8a16f18c36 -1087 1742 7715746919882619 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj 54414a2edc45e35f -828 1750 7715746917292813 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj 6d7454f4656be6 -1449 2104 7715746923498670 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj 472dc4dcb2f40f5b -1465 2195 7715746923667692 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj c95aef0cd2afc2c9 -1697 2355 7715746925988749 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj 767347e97595ed88 -1750 2407 7715746926504458 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj a96e3705c2fedef7 -1742 2428 7715746926426226 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj ad8956974bafb6c5 -1200 2791 7715746921009129 esp-idf/log/liblog.a dabea120d49aea2e -2105 2954 7715746930062220 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj e4211e84e32ad75e -2355 3238 7715746932562154 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj f6da0535df40d80c -2407 3404 7715746933080994 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj 1ed5d6d30dcde7dd -2196 3412 7715746930961878 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj eb235bab2755efa1 -2428 3518 7715746933291571 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj 5a140642196add3b -2954 3803 7715746938550099 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj 799cdded80e0ef28 -3238 3994 7715746941397499 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj 393a9e352a623487 -2792 4122 7715746936913114 esp-idf/esp_rom/libesp_rom.a 10afdc502427f68b -3413 4202 7715746943139959 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj 5dadcc8e5f007b7e -3404 4229 7715746943046286 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj d049789232a0b69e -3518 4456 7715746944175455 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj f23b68f5292b5588 -3803 4648 7715746947024357 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj f1d97b62de05bdec -3994 4904 7715746948944825 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj 8759cf667719725c -4203 4916 7715746951041417 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj 4c63411781a54068 -4229 5307 7715746951304309 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj a525d215ae6a5029 -4122 5374 7715746950220712 esp-idf/esp_common/libesp_common.a b62cb9513d7fd317 -4648 5588 7715746955484638 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj 65d658f936f079bc -4456 5598 7715746953559114 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj 57ef6e6ae514b4c8 -4916 5751 7715746958162638 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj eb72c4c3335216d7 -4904 5908 7715746958039935 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj 17d29152058ec7bf -5308 5985 7715746962085124 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj b32d362070b0fb35 -5589 6168 7715746964903996 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj 7e07d1eeba927cde -5598 6307 7715746964994232 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj 6376a649e8121c2d -5751 6522 7715746966513564 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj a7645590dcfd178e -5374 6539 7715746962745155 esp-idf/esp_hw_support/libesp_hw_support.a 4dc5eb6cdb746cbc -5908 6624 7715746968081988 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj ccc9d896c9aa17c0 -5985 6776 7715746968853378 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj 5ec4268447957520 -6308 7391 7715746972090833 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj f21f9aeefbddf795 -6168 7604 7715746970674818 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj 9b0c20b420cbfb17 -6522 7770 7715746974221448 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj d660c8202fdf2b74 -6776 7777 7715746976775761 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj f807d63008721fb2 -6539 7891 7715746974400926 esp-idf/esp_system/libesp_system.a 9fc52c12e23288c8 -6624 8252 7715746975237516 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj 6054a402618b86c8 -7770 8834 7715746986696498 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj 662ad6366bec3b30 -7604 8995 7715746985051613 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj f88bb1c103221e59 -7777 9053 7715746986785680 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj b952597343391efb -7891 9117 7715746987912955 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj 95f1547aa4ef236a -7392 9293 7715746982925352 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj 27081452ea5441a6 -8252 9440 7715746991530301 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_sha.c.obj de9cc8e48c147506 -9054 9785 7715746999538462 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj 63c864ba7f0e3140 -8834 9990 7715746997341180 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_soc.c.obj d0da475e38f06755 -9293 10161 7715747001943506 esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj 7c4f783c3d41e814 -8996 10412 7715746998965345 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_esp32c3.c.obj d45b20ad872bf0e8 -9440 10511 7715747003398720 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj 1a5a7651dc1fee08 -9786 10689 7715747006867771 esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj d936c6029de29d3a -9990 10745 7715747008913250 esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj cbda6ff8622cd70b -9117 10754 7715747000168286 esp-idf/efuse/libefuse.a 6b3d66d74410c853 -10161 10840 7715747010621945 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj 79cf500f30ee6e7b -10689 11404 7715747015886369 esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj 4c1147e28ed34004 -10413 11418 7715747013128594 esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj f7ec07cd2b05ce85 -10511 11456 7715747014117137 esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj a44cafd8e54b1755 -10840 11470 7715747017396728 esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj 2bc0e12e51d7332a -11418 12014 7715747023179712 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj dc7b1a9ded8b9ac2 -11404 12050 7715747023056775 esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj fdd0f1b2e3b6ecc8 -11456 12140 7715747023559966 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj f0d7e469536202cb -10755 12159 7715747016558745 esp-idf/bootloader_support/libbootloader_support.a bc6e7f54b628f95e -11470 12174 7715747023703514 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj 7a0190386f9d030 -12050 12468 7715747029501347 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj e87894097b95dcef -12015 12529 7715747029140962 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj a0343c41cada0849 -12140 12540 7715747030410074 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj e71c2e58ce2e1021 -12174 12662 7715747030754289 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj 7a4612f0abdcbc66 -12468 12919 7715747033694833 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj 2c876fc59aeaeac8 -12159 12977 7715747030599380 esp-idf/esp_bootloader_format/libesp_bootloader_format.a d15815ad35ee5578 -12529 13051 7715747034296966 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj d0800d18b76a2fb5 -12540 13117 7715747034407676 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj 3fc57bf9b5af3f8b -12662 13286 7715747035630527 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj 7546f1f8569350a6 -12919 13413 7715747038191734 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj 95d1e08b9ee7445e -13052 13483 7715747039525814 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj 5de4122c6340356f -10746 13509 7715747016460787 esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj d4c02935d29d240f -13117 13604 7715747040170308 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj d337f84e322ad44c -13287 13789 7715747041870555 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj a64caca4769c641e -13413 13840 7715747043145615 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj b5dab6a3f2a89f3d -13510 13847 7715747046094331 project_elf_src_esp32c3.c bcfc3e2f6a313f94 -13510 13847 7715747046094331 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/project_elf_src_esp32c3.c bcfc3e2f6a313f94 -13484 13916 7715747043831913 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj 5e5ba113d577f7a5 -12977 13932 7715747038767065 esp-idf/spi_flash/libspi_flash.a f6244ec565e79c18 -13848 14142 7715747047491709 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj 66b443ea6ea65564 -13604 14173 7715747045044717 esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj 9e871b1989070b3d -13932 14421 7715747048333413 esp-idf/hal/libhal.a 1eda28e33032a009 -14421 14806 7715747053204328 esp-idf/micro-ecc/libmicro-ecc.a e32ebde26cb58625 -14806 15517 7715747057060187 esp-idf/soc/libsoc.a 493938409b1c60a6 -15517 15891 7715747064180383 esp-idf/main/libmain.a e1dce5de43bd3e37 -15891 16568 7715747067914294 bootloader.elf 7b701aca3a121c08 -16569 17355 7715747082355439 .bin_timestamp 508883a5765df6be -16569 17355 7715747082355439 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/.bin_timestamp 508883a5765df6be -17355 17596 7715747082544730 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 5947ca448ca99244 -17355 17596 7715747082544730 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 5947ca448ca99244 -37 215 7715751779135738 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 5947ca448ca99244 -37 215 7715751779135738 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 5947ca448ca99244 diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeCache.txt b/ESP-IDF_mqtt-ssl/build/bootloader/CMakeCache.txt deleted file mode 100644 index 4e13f4223..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeCache.txt +++ /dev/null @@ -1,444 +0,0 @@ -# This is the CMakeCache file. -# For build in directory: c:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader -# It was generated by CMake: C:/Users/alex/esp/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-addr2line.exe - -//Path to a program. -CMAKE_AR:FILEPATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar.exe - -//A wrapper around 'ar' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_ASM_COMPILER_AR:FILEPATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar.exe - -//A wrapper around 'ranlib' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_ASM_COMPILER_RANLIB:FILEPATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib.exe - -//Flags used by the ASM compiler during all build types. -CMAKE_ASM_FLAGS:STRING= - -//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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar.exe - -//A wrapper around 'ranlib' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_CXX_COMPILER_RANLIB:FILEPATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib.exe - -//C++ Compiler Base Flags -CMAKE_CXX_FLAGS:STRING='-march=rv32imc_zicsr_zifencei ' - -//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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar.exe - -//A wrapper around 'ranlib' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_C_COMPILER_RANLIB:FILEPATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib.exe - -//C Compiler Base Flags -CMAKE_C_FLAGS:STRING='-march=rv32imc_zicsr_zifencei ' - -//Flags used by the C compiler during DEBUG builds. -CMAKE_C_FLAGS_DEBUG:STRING=-g - -//Flags used by the C compiler during MINSIZEREL builds. -CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG - -//Flags used by the C compiler during RELEASE builds. -CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG - -//Flags used by the C compiler during RELWITHDEBINFO builds. -CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG - -//Path to a program. -CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND - -//Linker Base Flags -CMAKE_EXE_LINKER_FLAGS:STRING='-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs ' - -//Flags used by the linker during DEBUG builds. -CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during MINSIZEREL builds. -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during RELEASE builds. -CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during RELWITHDEBINFO builds. -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Enable/Disable output of compile commands during generation. -CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= - -//Value Computed by CMake. -CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ld.exe - -//Program used to build from build.ninja files. -CMAKE_MAKE_PROGRAM:FILEPATH=C:/Users/alex/esp/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-nm.exe - -//Path to a program. -CMAKE_OBJCOPY:FILEPATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objcopy.exe - -//Path to a program. -CMAKE_OBJDUMP:FILEPATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe - -//Value Computed by CMake -CMAKE_PROJECT_DESCRIPTION:STATIC= - -//Value Computed by CMake -CMAKE_PROJECT_HOMEPAGE_URL:STATIC= - -//Value Computed by CMake -CMAKE_PROJECT_NAME:STATIC=bootloader - -//Path to a program. -CMAKE_RANLIB:FILEPATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib.exe - -//Path to a program. -CMAKE_READELF:FILEPATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-readelf.exe - -//Flags used by the linker during the creation of shared libraries -// during all build types. -CMAKE_SHARED_LINKER_FLAGS:STRING= - -//Flags used by the linker during the creation of shared libraries -// during DEBUG builds. -CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during the creation of shared libraries -// during MINSIZEREL builds. -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during the creation of shared libraries -// during RELEASE builds. -CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during the creation of shared libraries -// during RELWITHDEBINFO builds. -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//If set, runtime paths are not added when installing shared libraries, -// but are added when building. -CMAKE_SKIP_INSTALL_RPATH:BOOL=NO - -//If set, runtime paths are not added when using shared libraries. -CMAKE_SKIP_RPATH:BOOL=NO - -//Flags used by the linker during the creation of static libraries -// during all build types. -CMAKE_STATIC_LINKER_FLAGS:STRING= - -//Flags used by the linker during the creation of static libraries -// during DEBUG builds. -CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during the creation of static libraries -// during MINSIZEREL builds. -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during the creation of static libraries -// during RELEASE builds. -CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during the creation of static libraries -// during RELWITHDEBINFO builds. -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Path to a program. -CMAKE_STRIP:FILEPATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-strip.exe - -//Path to a program. -CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND - -//The CMake toolchain file -CMAKE_TOOLCHAIN_FILE:FILEPATH=C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/toolchain-esp32c3.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/alex/esp/v5.4/esp-idf/components/bootloader - -//Git command line client -GIT_EXECUTABLE:FILEPATH=C:/Users/alex/esp/tools/idf-git/2.39.2/cmd/git.exe - -//No help, variable specified on the command line. -IDF_PATH:UNINITIALIZED=C:/Users/alex/esp/v5.4/esp-idf - -//IDF Build Target -IDF_TARGET:STRING=esp32c3 - -//IDF Build Toolchain Type -IDF_TOOLCHAIN:STRING=gcc - -//No help, variable specified on the command line. -IGNORE_EXTRA_COMPONENT:UNINITIALIZED= - -//No help, variable specified on the command line. -PROJECT_SOURCE_DIR:UNINITIALIZED=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl - -//No help, variable specified on the command line. -PYTHON:UNINITIALIZED=c:/Users/alex/esp/python_env/idf5.4_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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/sdkconfig - -//Value Computed by CMake -bootloader_BINARY_DIR:STATIC=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader - -//Value Computed by CMake -bootloader_IS_TOP_LEVEL:STATIC=ON - -//Value Computed by CMake -bootloader_SOURCE_DIR:STATIC=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject - -//Value Computed by CMake -esp-idf_BINARY_DIR:STATIC=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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/alex/esp/v5.4/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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/alex/esp/tools/cmake/3.30.2/bin/cmake.exe -//Path to cpack program executable. -CMAKE_CPACK_COMMAND:INTERNAL=C:/Users/alex/esp/tools/cmake/3.30.2/bin/cpack.exe -//Path to ctest program executable. -CMAKE_CTEST_COMMAND:INTERNAL=C:/Users/alex/esp/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/alex/esp/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/alex/esp/v5.4/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=25 -//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/alex/esp/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/alex/esp/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 - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CMakeASMCompiler.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CMakeASMCompiler.cmake deleted file mode 100644 index 625f26ddb..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CMakeASMCompiler.cmake +++ /dev/null @@ -1,29 +0,0 @@ -set(CMAKE_ASM_COMPILER "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc.exe") -set(CMAKE_ASM_COMPILER_ARG1 "") -set(CMAKE_AR "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar.exe") -set(CMAKE_ASM_COMPILER_AR "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar.exe") -set(CMAKE_RANLIB "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib.exe") -set(CMAKE_ASM_COMPILER_RANLIB "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib.exe") -set(CMAKE_LINKER "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-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_COMPILER_SYSROOT "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") -set(CMAKE_COMPILER_SYSROOT "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") - -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/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CMakeCCompiler.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CMakeCCompiler.cmake deleted file mode 100644 index 4fcdf198e..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CMakeCCompiler.cmake +++ /dev/null @@ -1,82 +0,0 @@ -set(CMAKE_C_COMPILER "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc.exe") -set(CMAKE_C_COMPILER_ARG1 "") -set(CMAKE_C_COMPILER_ID "GNU") -set(CMAKE_C_COMPILER_VERSION "14.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_C_COMPILER_SYSROOT "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") -set(CMAKE_COMPILER_SYSROOT "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") - - -set(CMAKE_AR "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar.exe") -set(CMAKE_C_COMPILER_AR "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar.exe") -set(CMAKE_RANLIB "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib.exe") -set(CMAKE_C_COMPILER_RANLIB "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib.exe") -set(CMAKE_LINKER "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include") -set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;c;nosys;c;gcc;gcc;c;nosys") -set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib") -set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CMakeCXXCompiler.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CMakeCXXCompiler.cmake deleted file mode 100644 index 5d8bad99e..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CMakeCXXCompiler.cmake +++ /dev/null @@ -1,106 +0,0 @@ -set(CMAKE_CXX_COMPILER "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++.exe") -set(CMAKE_CXX_COMPILER_ARG1 "") -set(CMAKE_CXX_COMPILER_ID "GNU") -set(CMAKE_CXX_COMPILER_VERSION "14.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 "26") -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;cxx_std_26") -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 "cxx_std_26") - -set(CMAKE_CXX_PLATFORM_ID "") -set(CMAKE_CXX_SIMULATE_ID "") -set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") -set(CMAKE_CXX_SIMULATE_VERSION "") - -set(CMAKE_CXX_COMPILER_SYSROOT "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") -set(CMAKE_COMPILER_SYSROOT "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") - - -set(CMAKE_AR "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar.exe") -set(CMAKE_CXX_COMPILER_AR "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar.exe") -set(CMAKE_RANLIB "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib.exe") -set(CMAKE_CXX_COMPILER_RANLIB "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib.exe") -set(CMAKE_LINKER "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/backward;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include") -set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc;c;nosys;c;gcc;gcc;c;nosys") -set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/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") - - -### Imported target for C++26 standard library -set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") - - - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CMakeDetermineCompilerABI_C.bin b/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CMakeDetermineCompilerABI_C.bin deleted file mode 100755 index 7b2dcec5b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CMakeDetermineCompilerABI_C.bin and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CMakeDetermineCompilerABI_CXX.bin b/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CMakeDetermineCompilerABI_CXX.bin deleted file mode 100755 index 38b4b99f0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CMakeDetermineCompilerABI_CXX.bin and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CMakeSystem.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CMakeSystem.cmake deleted file mode 100644 index 8fb96892a..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CMakeSystem.cmake +++ /dev/null @@ -1,15 +0,0 @@ -set(CMAKE_HOST_SYSTEM "Windows-10.0.26100") -set(CMAKE_HOST_SYSTEM_NAME "Windows") -set(CMAKE_HOST_SYSTEM_VERSION "10.0.26100") -set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") - -include("C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/toolchain-esp32c3.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/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CompilerIdC/CMakeCCompilerId.c b/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CompilerIdC/CMakeCCompilerId.c deleted file mode 100644 index 8d8bb038b..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CompilerIdC/CMakeCCompilerId.c +++ /dev/null @@ -1,904 +0,0 @@ -#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/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CompilerIdC/a.out b/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CompilerIdC/a.out deleted file mode 100755 index 4c42435a7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CompilerIdC/a.out and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CompilerIdCXX/CMakeCXXCompilerId.cpp deleted file mode 100644 index da6c824af..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +++ /dev/null @@ -1,919 +0,0 @@ -/* 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/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CompilerIdCXX/a.out b/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CompilerIdCXX/a.out deleted file mode 100755 index aafe5061a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CompilerIdCXX/a.out and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/CMakeConfigureLog.yaml b/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/CMakeConfigureLog.yaml deleted file mode 100644 index a3a0452f4..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/CMakeConfigureLog.yaml +++ /dev/null @@ -1,576 +0,0 @@ - ---- -events: - - - kind: "message-v1" - backtrace: - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineSystem.cmake:200 (message)" - - "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project.cmake:564 (__project)" - - "CMakeLists.txt:67 (project)" - message: | - The target system is: Generic - - - The host system is: Windows - 10.0.26100 - AMD64 - - - kind: "message-v1" - backtrace: - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" - - "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project.cmake:564 (__project)" - - "CMakeLists.txt:67 (project)" - message: | - Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. - Compiler: C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc.exe - Build flags: -march=rv32imc_zicsr_zifencei - Id flags: - - The output was: - 0 - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32\\libc.a(libc_a-closer.o): in function `_close_r': - /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/closer.c:47:(.text+0x14): warning: _close is not implemented and will always fail - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32\\libc.a(libc_a-lseekr.o): in function `_lseek_r': - /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/lseekr.c:49:(.text+0x18): warning: _lseek is not implemented and will always fail - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32\\libc.a(libc_a-readr.o): in function `_read_r': - /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/readr.c:49:(.text+0x18): warning: _read is not implemented and will always fail - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32\\libc.a(libc_a-writer.o): in function `_write_r': - /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/writer.c:49:(.text+0x18): warning: _write is not implemented and will always fail - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32\\libc.a(libc_a-fclose.o): in function `fclose': - /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/stdio/fclose.c:125:(.text+0xf4): warning: __getreent is not implemented and will always fail - - - Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" - - The C compiler identification is GNU, found in: - C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CompilerIdC/a.out - - - - kind: "message-v1" - backtrace: - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" - - "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project.cmake:564 (__project)" - - "CMakeLists.txt:67 (project)" - message: | - Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. - Compiler: C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++.exe - Build flags: -march=rv32imc_zicsr_zifencei - Id flags: - - The output was: - 0 - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32\\libc.a(libc_a-closer.o): in function `_close_r': - /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/closer.c:47:(.text+0x14): warning: _close is not implemented and will always fail - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32\\libc.a(libc_a-lseekr.o): in function `_lseek_r': - /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/lseekr.c:49:(.text+0x18): warning: _lseek is not implemented and will always fail - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32\\libc.a(libc_a-readr.o): in function `_read_r': - /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/readr.c:49:(.text+0x18): warning: _read is not implemented and will always fail - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32\\libc.a(libc_a-writer.o): in function `_write_r': - /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/writer.c:49:(.text+0x18): warning: _write is not implemented and will always fail - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32\\libc.a(libc_a-fclose.o): in function `fclose': - /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/stdio/fclose.c:125:(.text+0xf4): warning: __getreent is not implemented and will always fail - - - Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" - - The CXX compiler identification is GNU, found in: - C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/3.30.2/CompilerIdCXX/a.out - - - - kind: "message-v1" - backtrace: - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:1192 (message)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineASMCompiler.cmake:135 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)" - - "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project.cmake:564 (__project)" - - "CMakeLists.txt:67 (project)" - message: | - Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)": - riscv32-esp-elf-gcc.exe (crosstool-NG esp-14.2.0_20241119) 14.2.0 - Copyright (C) 2024 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/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project.cmake:564 (__project)" - - "CMakeLists.txt:67 (project)" - checks: - - "Detecting C compiler ABI info" - directories: - source: "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-avrts0" - binary: "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-avrts0" - cmakeVariables: - CMAKE_C_FLAGS: "-march=rv32imc_zicsr_zifencei " - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs " - CMAKE_MODULE_PATH: "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake;C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/third_party" - buildResult: - variable: "CMAKE_C_ABI_COMPILED" - cached: true - stdout: | - Change Dir: 'C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-avrts0' - - Run Build Command(s): C:/Users/alex/esp/tools/ninja/1.12.1/ninja.exe -v cmTC_10100 - [1/2] C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -march=rv32imc_zicsr_zifencei -v -o CMakeFiles/cmTC_10100.dir/CMakeCCompilerABI.c.obj -c C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCCompilerABI.c - Using built-in specs. - COLLECT_GCC=C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe - Target: riscv32-esp-elf - Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --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/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld - Thread model: posix - Supported LTO compression algorithms: zlib zstd - gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) - COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_10100.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_10100.dir/' - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/cc1.exe -quiet -v -imultilib rv32imc_zicsr_zifencei/ilp32 -iprefix C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/ -isysroot C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_10100.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -march=rv32imc_zicsr_zifencei -version -o C:\\Users\\alex\\AppData\\Local\\Temp\\cc9sXZ8g.s - GNU C17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (riscv32-esp-elf) - compiled by GNU C version 6.3.0 20170516, GMP version 6.2.1, MPFR version 4.2.1, MPC version 1.2.1, isl version isl-0.26-GMP - - GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 - ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include" - ignoring nonexistent directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/../../../../include" - ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed" - ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include" - ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/include" - #include "..." search starts here: - #include <...> search starts here: - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include - End of search list. - Compiler executable checksum: bd4b44cd937a52babfee906ad526682a - COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_10100.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_10100.dir/' - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/as.exe -v --traditional-format -march=rv32imc_zicsr_zifencei -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_10100.dir/CMakeCCompilerABI.c.obj C:\\Users\\alex\\AppData\\Local\\Temp\\cc9sXZ8g.s - GNU assembler version 2.43.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-14.2.0_20241119) 2.43.1 - COMPILER_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ - LIBRARY_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/ - COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_10100.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_10100.dir/CMakeCCompilerABI.c.'\x0d - [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -march=rv32imc_zicsr_zifencei -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs -v CMakeFiles/cmTC_10100.dir/CMakeCCompilerABI.c.obj -o cmTC_10100 && cd ." - Using built-in specs. - Reading specs from C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/nosys.specs - rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence - COLLECT_GCC=C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe - COLLECT_LTO_WRAPPER=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper.exe - Target: riscv32-esp-elf - Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --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/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld - Thread model: posix - Supported LTO compression algorithms: zlib zstd - gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) - COMPILER_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ - LIBRARY_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/ - COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_10100' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_10100.' - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2.exe -plugin C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.dll -plugin-opt=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\alex\\AppData\\Local\\Temp\\cc4XkJOY.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 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys --sysroot=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_10100 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_10100.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc --start-group -lgcc -lc -lnosys --end-group - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: warning: cannot find entry symbol _start; defaulting to 00010094 - COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_10100' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_10100.'\x0d - - exitCode: 0 - - - kind: "message-v1" - backtrace: - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project.cmake:564 (__project)" - - "CMakeLists.txt:67 (project)" - message: | - Parsed C implicit include dir info: rv=done - found start of include info - found start of implicit include info - add: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] - add: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] - add: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] - end of search list found - collapse include dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include] - collapse include dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] - collapse include dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include] - implicit include dirs: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include] - - - - - kind: "message-v1" - backtrace: - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project.cmake:564 (__project)" - - "CMakeLists.txt:67 (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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-avrts0'] - ignore line: [] - ignore line: [Run Build Command(s): C:/Users/alex/esp/tools/ninja/1.12.1/ninja.exe -v cmTC_10100] - ignore line: [[1/2] C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -march=rv32imc_zicsr_zifencei -v -o CMakeFiles/cmTC_10100.dir/CMakeCCompilerABI.c.obj -c C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCCompilerABI.c] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe] - ignore line: [Target: riscv32-esp-elf] - ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --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/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] - ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_10100.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_10100.dir/'] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/cc1.exe -quiet -v -imultilib rv32imc_zicsr_zifencei/ilp32 -iprefix C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/ -isysroot C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_10100.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -march=rv32imc_zicsr_zifencei -version -o C:\\Users\\alex\\AppData\\Local\\Temp\\cc9sXZ8g.s] - ignore line: [GNU C17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (riscv32-esp-elf)] - ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.2.1 MPC version 1.2.1 isl version isl-0.26-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include"] - ignore line: [ignoring nonexistent directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/../../../../include"] - ignore line: [ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed"] - ignore line: [ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include"] - ignore line: [ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/include"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] - ignore line: [End of search list.] - ignore line: [Compiler executable checksum: bd4b44cd937a52babfee906ad526682a] - ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_10100.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_10100.dir/'] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/as.exe -v --traditional-format -march=rv32imc_zicsr_zifencei -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_10100.dir/CMakeCCompilerABI.c.obj C:\\Users\\alex\\AppData\\Local\\Temp\\cc9sXZ8g.s] - ignore line: [GNU assembler version 2.43.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-14.2.0_20241119) 2.43.1] - ignore line: [COMPILER_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/] - ignore line: [LIBRARY_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_10100.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_10100.dir/CMakeCCompilerABI.c.'\x0d] - ignore line: [[2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -march=rv32imc_zicsr_zifencei -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs -v CMakeFiles/cmTC_10100.dir/CMakeCCompilerABI.c.obj -o cmTC_10100 && cd ."] - ignore line: [Using built-in specs.] - ignore line: [Reading specs from C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/nosys.specs] - ignore line: [rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence] - ignore line: [COLLECT_GCC=C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe] - ignore line: [COLLECT_LTO_WRAPPER=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper.exe] - ignore line: [Target: riscv32-esp-elf] - ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --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/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] - ignore line: [COMPILER_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/] - ignore line: [LIBRARY_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_10100' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_10100.'] - link line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2.exe -plugin C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.dll -plugin-opt=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\alex\\AppData\\Local\\Temp\\cc4XkJOY.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 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys --sysroot=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_10100 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_10100.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc --start-group -lgcc -lc -lnosys --end-group] - arg [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2.exe] ==> ignore - arg [-plugin] ==> ignore - arg [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.dll] ==> ignore - arg [-plugin-opt=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper.exe] ==> ignore - arg [-plugin-opt=-fresolution=C:\\Users\\alex\\AppData\\Local\\Temp\\cc4XkJOY.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 [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lnosys] ==> ignore - arg [--sysroot=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf] ==> ignore - arg [-melf32lriscv] ==> ignore - arg [-X] ==> ignore - arg [-o] ==> ignore - arg [cmTC_10100] ==> ignore - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] - arg [CMakeFiles/cmTC_10100.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 [--start-group] ==> ignore - arg [-lgcc] ==> lib [gcc] - arg [-lc] ==> lib [c] - arg [-lnosys] ==> lib [nosys] - arg [--end-group] ==> ignore - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: warning: cannot find entry symbol _start] - ignore line: [ defaulting to 00010094] - ignore line: [COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_10100' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_10100.'\x0d] - ignore line: [] - ignore line: [] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib] - implicit libs: [gcc;c;nosys;c;gcc;gcc;c;nosys] - implicit objs: [] - implicit dirs: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib] - implicit fwks: [] - - - - - kind: "try_compile-v1" - backtrace: - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project.cmake:564 (__project)" - - "CMakeLists.txt:67 (project)" - checks: - - "Detecting CXX compiler ABI info" - directories: - source: "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-p05awj" - binary: "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-p05awj" - cmakeVariables: - CMAKE_CXX_FLAGS: "-march=rv32imc_zicsr_zifencei " - CMAKE_CXX_FLAGS_DEBUG: "-g" - CMAKE_CXX_SCAN_FOR_MODULES: "OFF" - CMAKE_EXE_LINKER_FLAGS: "-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs " - CMAKE_MODULE_PATH: "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake;C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/third_party" - buildResult: - variable: "CMAKE_CXX_ABI_COMPILED" - cached: true - stdout: | - Change Dir: 'C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-p05awj' - - Run Build Command(s): C:/Users/alex/esp/tools/ninja/1.12.1/ninja.exe -v cmTC_5d10f - [1/2] C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -march=rv32imc_zicsr_zifencei -v -o CMakeFiles/cmTC_5d10f.dir/CMakeCXXCompilerABI.cpp.obj -c C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp - Using built-in specs. - COLLECT_GCC=C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe - Target: riscv32-esp-elf - Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --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/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld - Thread model: posix - Supported LTO compression algorithms: zlib zstd - gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) - COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_5d10f.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_5d10f.dir/' - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/cc1plus.exe -quiet -v -imultilib rv32imc_zicsr_zifencei/ilp32 -iprefix C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/ -isysroot C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_5d10f.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -march=rv32imc_zicsr_zifencei -version -o C:\\Users\\alex\\AppData\\Local\\Temp\\ccs9x9j3.s - GNU C++17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (riscv32-esp-elf) - compiled by GNU C version 6.3.0 20170516, GMP version 6.2.1, MPFR version 4.2.1, MPC version 1.2.1, isl version isl-0.26-GMP - - GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 - ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0" - ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32" - ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward" - ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include" - ignoring nonexistent directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/../../../../include" - ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed" - ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include" - ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/include" - #include "..." search starts here: - #include <...> search starts here: - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0 - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32 - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include - End of search list. - Compiler executable checksum: b8daf4944b33b24ed9ecf5a047df93fe - COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_5d10f.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_5d10f.dir/' - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/as.exe -v --traditional-format -march=rv32imc_zicsr_zifencei -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_5d10f.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\alex\\AppData\\Local\\Temp\\ccs9x9j3.s - GNU assembler version 2.43.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-14.2.0_20241119) 2.43.1 - COMPILER_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ - LIBRARY_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/\x0d - COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_5d10f.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_5d10f.dir/CMakeCXXCompilerABI.cpp.'\x0d - [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -march=rv32imc_zicsr_zifencei -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs -v CMakeFiles/cmTC_5d10f.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_5d10f && cd ." - Using built-in specs. - Reading specs from C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/nosys.specs - rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence - COLLECT_GCC=C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe - COLLECT_LTO_WRAPPER=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper.exe - Target: riscv32-esp-elf - Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --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/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld - Thread model: posix - Supported LTO compression algorithms: zlib zstd - gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) - COMPILER_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ - LIBRARY_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/ - COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_5d10f' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_5d10f.' - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2.exe -plugin C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.dll -plugin-opt=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\alex\\AppData\\Local\\Temp\\ccxbRCMw.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 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys --sysroot=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_5d10f -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_5d10f.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc --start-group -lgcc -lc -lnosys --end-group - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: warning: cannot find entry symbol _start; defaulting to 00010094 - COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_5d10f' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_5d10f.'\x0d - - exitCode: 0 - - - kind: "message-v1" - backtrace: - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project.cmake:564 (__project)" - - "CMakeLists.txt:67 (project)" - message: | - Parsed CXX implicit include dir info: rv=done - found start of include info - found start of implicit include info - add: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0] - add: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32] - add: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward] - add: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] - add: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] - add: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] - end of search list found - collapse include dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0] - collapse include dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32] - collapse include dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/backward] - collapse include dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include] - collapse include dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] - collapse include dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include] - implicit include dirs: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/backward;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include] - - - - - kind: "message-v1" - backtrace: - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" - - "C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project.cmake:564 (__project)" - - "CMakeLists.txt:67 (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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-p05awj'] - ignore line: [] - ignore line: [Run Build Command(s): C:/Users/alex/esp/tools/ninja/1.12.1/ninja.exe -v cmTC_5d10f] - ignore line: [[1/2] C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -march=rv32imc_zicsr_zifencei -v -o CMakeFiles/cmTC_5d10f.dir/CMakeCXXCompilerABI.cpp.obj -c C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe] - ignore line: [Target: riscv32-esp-elf] - ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --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/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] - ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_5d10f.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_5d10f.dir/'] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/cc1plus.exe -quiet -v -imultilib rv32imc_zicsr_zifencei/ilp32 -iprefix C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/ -isysroot C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf C:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_5d10f.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -march=rv32imc_zicsr_zifencei -version -o C:\\Users\\alex\\AppData\\Local\\Temp\\ccs9x9j3.s] - ignore line: [GNU C++17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (riscv32-esp-elf)] - ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.2.1 MPC version 1.2.1 isl version isl-0.26-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0"] - ignore line: [ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32"] - ignore line: [ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward"] - ignore line: [ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include"] - ignore line: [ignoring nonexistent directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/../../../../include"] - ignore line: [ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed"] - ignore line: [ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include"] - ignore line: [ignoring duplicate directory "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/include"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] - ignore line: [End of search list.] - ignore line: [Compiler executable checksum: b8daf4944b33b24ed9ecf5a047df93fe] - ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_5d10f.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_5d10f.dir/'] - ignore line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/as.exe -v --traditional-format -march=rv32imc_zicsr_zifencei -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_5d10f.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\alex\\AppData\\Local\\Temp\\ccs9x9j3.s] - ignore line: [GNU assembler version 2.43.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-14.2.0_20241119) 2.43.1] - ignore line: [COMPILER_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/] - ignore line: [LIBRARY_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/\x0d] - ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_5d10f.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_5d10f.dir/CMakeCXXCompilerABI.cpp.'\x0d] - ignore line: [[2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -march=rv32imc_zicsr_zifencei -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs -v CMakeFiles/cmTC_5d10f.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_5d10f && cd ."] - ignore line: [Using built-in specs.] - ignore line: [Reading specs from C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/nosys.specs] - ignore line: [rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence] - ignore line: [COLLECT_GCC=C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe] - ignore line: [COLLECT_LTO_WRAPPER=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper.exe] - ignore line: [Target: riscv32-esp-elf] - ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --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/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] - ignore line: [COMPILER_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/] - ignore line: [LIBRARY_PATH=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/] - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_5d10f' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_5d10f.'] - link line: [ C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2.exe -plugin C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.dll -plugin-opt=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\alex\\AppData\\Local\\Temp\\ccxbRCMw.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 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys --sysroot=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_5d10f -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0 -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_5d10f.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc --start-group -lgcc -lc -lnosys --end-group] - arg [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2.exe] ==> ignore - arg [-plugin] ==> ignore - arg [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.dll] ==> ignore - arg [-plugin-opt=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper.exe] ==> ignore - arg [-plugin-opt=-fresolution=C:\\Users\\alex\\AppData\\Local\\Temp\\ccxbRCMw.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 [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lnosys] ==> ignore - arg [--sysroot=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf] ==> ignore - arg [-melf32lriscv] ==> ignore - arg [-X] ==> ignore - arg [-o] ==> ignore - arg [cmTC_5d10f] ==> ignore - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] - arg [-LC:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] - arg [CMakeFiles/cmTC_5d10f.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 [--start-group] ==> ignore - arg [-lgcc] ==> lib [gcc] - arg [-lc] ==> lib [c] - arg [-lnosys] ==> lib [nosys] - arg [--end-group] ==> ignore - ignore line: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld.exe: warning: cannot find entry symbol _start] - ignore line: [ defaulting to 00010094] - ignore line: [COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_5d10f' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_5d10f.'\x0d] - ignore line: [] - ignore line: [] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib] - collapse library dir [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib] - implicit libs: [stdc++;m;gcc;c;nosys;c;gcc;gcc;c;nosys] - implicit objs: [] - implicit dirs: [C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib;C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib] - implicit fwks: [] - - -... diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/TargetDirectories.txt b/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/TargetDirectories.txt deleted file mode 100644 index 00505a4e8..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/TargetDirectories.txt +++ /dev/null @@ -1,86 +0,0 @@ -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/menuconfig.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/confserver.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/save-defconfig.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/gen_project_binary.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/app.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/erase_flash.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/merge-bin.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/monitor.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/_project_elf_src.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/bootloader.elf.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/size.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/size-files.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/size-components.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/uf2.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/uf2-app.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/riscv/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/riscv/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/newlib/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/newlib/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/micro-ecc/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/micro-ecc/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/spi_flash/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_app_format/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_app_format/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/efuse-common-table.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_common_table.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/efuse-custom-table.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/show-efuse-table.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/show_efuse_table.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_test_table.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_security/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_security/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_system/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_system/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_common/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/log/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/log/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esptool_py/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/partition_table/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/freertos/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/freertos/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/main/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/main/CMakeFiles/rebuild_cache.dir diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj deleted file mode 100644 index 4d53ae479..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/clean_additional.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/clean_additional.cmake deleted file mode 100644 index ed7b76b9f..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/clean_additional.cmake +++ /dev/null @@ -1,12 +0,0 @@ -# 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_esp32c3.c" - ) -endif() diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/cmake.check_cache b/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/cmake.check_cache deleted file mode 100644 index 3dccd7317..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/cmake.check_cache +++ /dev/null @@ -1 +0,0 @@ -# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/git-data/HEAD b/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/git-data/HEAD deleted file mode 100755 index 59a6bf6ab..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/git-data/HEAD +++ /dev/null @@ -1 +0,0 @@ -67c1de1eebe095d554d281952fde63c16ee2dca0 diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/git-data/grabRef.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/git-data/grabRef.cmake deleted file mode 100755 index 756dfd1f1..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/git-data/grabRef.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# -# 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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024) - -string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS) -set(GIT_DIR "C:/Users/alex/esp/v5.4/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) - elseif(EXISTS "${GIT_DIR}/logs/${HEAD_REF}") - configure_file("${GIT_DIR}/logs/${HEAD_REF}" "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) - set(HEAD_HASH "${HEAD_REF}") - endif() -else() - # detached HEAD - configure_file("${GIT_DIR}/HEAD" "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) -endif() - -if(NOT HEAD_HASH) - file(READ "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024) - string(STRIP "${HEAD_HASH}" HEAD_HASH) -endif() diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/git-data/head-ref b/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/git-data/head-ref deleted file mode 100755 index 59a6bf6ab..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/git-data/head-ref +++ /dev/null @@ -1 +0,0 @@ -67c1de1eebe095d554d281952fde63c16ee2dca0 diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/rules.ninja b/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/rules.ninja deleted file mode 100644 index 4deb76330..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/CMakeFiles/rules.ninja +++ /dev/null @@ -1,319 +0,0 @@ -# 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\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C executable. - -rule C_EXECUTABLE_LINKER__bootloader.2eelf_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD" - description = Linking C executable $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for running custom commands. - -rule CUSTOM_COMMAND - command = $COMMAND - description = $DESC - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_soc_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_soc_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_micro-ecc_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_hal_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_spi_flash_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_bootloader_format_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_bootloader_format_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_bootloader_support_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_efuse_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_system_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_hw_support_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_common_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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_rom_unscanned_ - depfile = $DEP_FILE - deps = gcc - command = ${LAUNCHER}${CODE_CHECK}C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_rom_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_log_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_main_ - command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\esp\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-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\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader - description = Re-running CMake... - generator = 1 - - -############################################# -# Rule for cleaning additional files. - -rule CLEAN_ADDITIONAL - command = C:\Users\alex\esp\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\alex\esp\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\alex\esp\tools\ninja\1.12.1\ninja.exe -t targets - description = All primary targets available: - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.bin b/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.bin deleted file mode 100644 index 8cedea8c6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.bin and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.elf b/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.elf deleted file mode 100755 index b712bfae1..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.elf and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.map b/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.map deleted file mode 100644 index bac488de8..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.map +++ /dev/null @@ -1,5433 +0,0 @@ -Archive member included to satisfy reference by file (symbol) - -esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) - (esp_bootloader_desc) -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_esp32c3.c.obj) - esp-idf/main/libmain.a(bootloader_start.c.obj) (bootloader_init) -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_esp32c3.c.obj) (bootloader_clock_configure) -esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.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(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_random_esp32c3.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_random_disable) -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_esp32c3.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.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_esp32c3.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_esp32c3.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_DIS_DIRECT_BOOT) -esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) (esp_efuse_enable_rom_secure_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_process) -esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) (esp_efuse_get_key_dis_read) -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_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_clk.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) (rtc_clk_32k_enable) -esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) (esp_rom_install_uart_printf) -esp-idf/log/liblog.a(log_timestamp.c.obj) - esp-idf/main/libmain.a(bootloader_start.c.obj) (esp_log_timestamp) -esp-idf/hal/libhal.a(efuse_hal.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.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/hal/libhal.a(cache_hal.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) (cache_hal_init) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (__lshrdi3) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (__ashldi3) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (__popcountsi2) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) (__udivdi3) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) (__clz_tab) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) (memcmp) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - esp-idf/main/libmain.a(bootloader_start.c.obj) (_impure_data) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memset.o) - esp-idf/main/libmain.a(bootloader_start.c.obj) (memset) -C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (memcpy) - -Discarded input sections - - .text 0x00000000 0x0 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj - .data 0x00000000 0x0 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj - .bss 0x00000000 0x0 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj - .comment 0x00000000 0x30 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj - .note.GNU-stack - 0x00000000 0x0 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj - .riscv.attributes - 0x00000000 0x44 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj - .text 0x00000000 0x0 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) - .data 0x00000000 0x0 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .text 0x00000000 0x0 esp-idf/main/libmain.a(bootloader_start.c.obj) - .data 0x00000000 0x0 esp-idf/main/libmain.a(bootloader_start.c.obj) - .bss 0x00000000 0x0 esp-idf/main/libmain.a(bootloader_start.c.obj) - .text.__getreent - 0x00000000 0xa esp-idf/main/libmain.a(bootloader_start.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.bootloader_common_get_partition_description - 0x00000000 0x9e esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.bootloader_atexit - 0x00000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.bootloader_sha256_hex_to_str - 0x00000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.bootloader_sha256_flash_contents - 0x00000000 0xb4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.bootloader_load_image_no_verify - 0x00000000 0xe esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.esp_image_verify - 0x00000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.esp_image_get_metadata - 0x00000000 0xbe esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.esp_image_verify_bootloader_data - 0x00000000 0x26 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.esp_image_verify_bootloader - 0x00000000 0x2c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.esp_image_get_flash_size - 0x00000000 0x52 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .text.esp_flash_write_protect_crypt_cnt - 0x00000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .text.esp_get_flash_encryption_mode - 0x00000000 0x8e esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .rodata.esp_flash_encryption_set_release_mode.str1.4 - 0x00000000 0xb6 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .text.esp_flash_encryption_set_release_mode - 0x00000000 0x124 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .rodata.esp_flash_encryption_cfg_verify_release_mode.str1.4 - 0x00000000 0x3c7 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .text.esp_flash_encryption_cfg_verify_release_mode - 0x00000000 0x334 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .text.bootloader_flash_erase_range - 0x00000000 0x7e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .text.bootloader_spi_flash_reset - 0x00000000 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .iram1.7 0x00000000 0x88 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .iram1.8 0x00000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .text.bootloader_flash_update_size - 0x00000000 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .iram1.1 0x00000000 0x2a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .iram1.3 0x00000000 0x1a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SYS_DATA_PART2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_KEY5 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_KEY4 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_KEY3 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_KEY2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_KEY1 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_KEY0 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_USER_DATA_MAC_CUSTOM - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_USER_DATA - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_ADC1_CAL_VOL_ATTEN3 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_ADC1_CAL_VOL_ATTEN2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_ADC1_CAL_VOL_ATTEN1 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_ADC1_CAL_VOL_ATTEN0 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN3 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN1 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN0 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_OCODE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_TEMP_CALIB - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_BLK_VERSION_MAJOR - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_OPTIONAL_UNIQUE_ID - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WAFER_VERSION_MAJOR - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WAFER_VERSION_MINOR_HI - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_THRES_HVT - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIG_DBIAS_HVT - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_V_DIG_DBIAS20 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_V_RTC_DBIAS20 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_K_DIG_LDO - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_K_RTC_LDO - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_FLASH_VENDOR - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_FLASH_TEMP - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_FLASH_CAP - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_BLK_VERSION_MINOR - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_PKG_VERSION - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WAFER_VERSION_MINOR_LO - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SPI_PAD_CONFIG_D7 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SPI_PAD_CONFIG_D6 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SPI_PAD_CONFIG_D5 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SPI_PAD_CONFIG_D4 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SPI_PAD_CONFIG_DQS - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SPI_PAD_CONFIG_WP - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SPI_PAD_CONFIG_HD - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SPI_PAD_CONFIG_CS - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SPI_PAD_CONFIG_D - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SPI_PAD_CONFIG_Q - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SPI_PAD_CONFIG_CLK - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_MAC - 0x00000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DISABLE_BLK_VERSION_MAJOR - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DISABLE_WAFER_VERSION_MAJOR - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_ERR_RST_ENABLE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SECURE_VERSION - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_FORCE_SEND_RESUME - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_UART_PRINT_CONTROL - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_ENABLE_SECURITY_DOWNLOAD - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIS_USB_SERIAL_JTAG_ROM_PRINT - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIS_DIRECT_BOOT - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIS_DOWNLOAD_MODE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_FLASH_TPUW - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SECURE_BOOT_AGGRESSIVE_REVOKE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SECURE_BOOT_EN - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_KEY_PURPOSE_5 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_KEY_PURPOSE_4 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_KEY_PURPOSE_3 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_KEY_PURPOSE_2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_KEY_PURPOSE_1 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_KEY_PURPOSE_0 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SECURE_BOOT_KEY_REVOKE2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SECURE_BOOT_KEY_REVOKE1 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SECURE_BOOT_KEY_REVOKE0 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SPI_BOOT_CRYPT_CNT - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WDT_DELAY_SEL - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_VDD_SPI_AS_GPIO - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_USB_EXCHG_PINS - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIS_PAD_JTAG - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_SOFT_DIS_JTAG - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_JTAG_SEL_ENABLE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIS_TWAI - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIS_FORCE_DOWNLOAD - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIS_USB_SERIAL_JTAG - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIS_DOWNLOAD_ICACHE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIS_USB_JTAG - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_DIS_ICACHE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_RD_DIS_BLOCK_SYS_DATA2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY5 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY4 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY3 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY1 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY0 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_RD_DIS - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SOFT_DIS_JTAG - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_VDD_SPI_AS_GPIO - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_USB_EXCHG_PINS - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_BLOCK_SYS_DATA2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY5 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY4 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY3 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY1 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY0 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_CUSTOM_MAC - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_BLOCK_USR_DATA - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN3 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN1 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN0 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN3 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN1 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_OCODE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_TEMP_CALIB - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_BLK_VERSION_MAJOR - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_OPTIONAL_UNIQUE_ID - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SYS_DATA_PART1 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_WAFER_VERSION_MAJOR - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_WAFER_VERSION_MINOR_HI - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_THRES_HVT - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIG_DBIAS_HVT - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_V_DIG_DBIAS20 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_V_RTC_DBIAS20 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_K_DIG_LDO - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_K_RTC_LDO - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_FLASH_VENDOR - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_FLASH_TEMP - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_FLASH_CAP - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_BLK_VERSION_MINOR - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_PKG_VERSION - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_WAFER_VERSION_MINOR_LO - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D7 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D6 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D5 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D4 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_DQS - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_WP - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_HD - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_CS - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_Q - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_CLK - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_MAC - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_BLK1 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DISABLE_BLK_VERSION_MAJOR - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DISABLE_WAFER_VERSION_MAJOR - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_ERR_RST_ENABLE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SECURE_VERSION - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_FORCE_SEND_RESUME - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_UART_PRINT_CONTROL - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_ENABLE_SECURITY_DOWNLOAD - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG_ROM_PRINT - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIS_DIRECT_BOOT - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_MODE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_FLASH_TPUW - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_AGGRESSIVE_REVOKE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_EN - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_5 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_4 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_3 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_1 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_0 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE2 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE1 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE0 - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_SPI_BOOT_CRYPT_CNT - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_WDT_DELAY_SEL - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_MANUAL_ENCRYPT - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIS_PAD_JTAG - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_JTAG_SEL_ENABLE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIS_TWAI - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIS_FORCE_DOWNLOAD - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_ICACHE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIS_USB_JTAG - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_DIS_ICACHE - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS_RD_DIS - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .sdata.ESP_EFUSE_WR_DIS - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SYS_DATA_PART2 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.KEY5 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.KEY4 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.KEY3 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.KEY2 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.KEY1 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.KEY0 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.USER_DATA_MAC_CUSTOM - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.USER_DATA - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.ADC1_CAL_VOL_ATTEN3 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.ADC1_CAL_VOL_ATTEN2 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.ADC1_CAL_VOL_ATTEN1 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.ADC1_CAL_VOL_ATTEN0 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.ADC1_INIT_CODE_ATTEN3 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.ADC1_INIT_CODE_ATTEN2 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.ADC1_INIT_CODE_ATTEN1 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.ADC1_INIT_CODE_ATTEN0 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.OCODE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.TEMP_CALIB - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.BLK_VERSION_MAJOR - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.OPTIONAL_UNIQUE_ID - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WAFER_VERSION_MAJOR - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WAFER_VERSION_MINOR_HI - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.THRES_HVT - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIG_DBIAS_HVT - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.V_DIG_DBIAS20 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.V_RTC_DBIAS20 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.K_DIG_LDO - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.K_RTC_LDO - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.FLASH_VENDOR - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.FLASH_TEMP - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.FLASH_CAP - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.BLK_VERSION_MINOR - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.PKG_VERSION - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WAFER_VERSION_MINOR_LO - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SPI_PAD_CONFIG_D7 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SPI_PAD_CONFIG_D6 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SPI_PAD_CONFIG_D5 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SPI_PAD_CONFIG_D4 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SPI_PAD_CONFIG_DQS - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SPI_PAD_CONFIG_WP - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SPI_PAD_CONFIG_HD - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SPI_PAD_CONFIG_CS - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SPI_PAD_CONFIG_D - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SPI_PAD_CONFIG_Q - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SPI_PAD_CONFIG_CLK - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.MAC 0x00000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DISABLE_BLK_VERSION_MAJOR - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DISABLE_WAFER_VERSION_MAJOR - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.ERR_RST_ENABLE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SECURE_VERSION - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.FORCE_SEND_RESUME - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.UART_PRINT_CONTROL - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.ENABLE_SECURITY_DOWNLOAD - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIS_USB_SERIAL_JTAG_ROM_PRINT - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIS_DIRECT_BOOT - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIS_DOWNLOAD_MODE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.FLASH_TPUW - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SECURE_BOOT_AGGRESSIVE_REVOKE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SECURE_BOOT_EN - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.KEY_PURPOSE_5 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.KEY_PURPOSE_4 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.KEY_PURPOSE_3 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.KEY_PURPOSE_2 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.KEY_PURPOSE_1 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.KEY_PURPOSE_0 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SECURE_BOOT_KEY_REVOKE2 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SECURE_BOOT_KEY_REVOKE1 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SECURE_BOOT_KEY_REVOKE0 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SPI_BOOT_CRYPT_CNT - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WDT_DELAY_SEL - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.VDD_SPI_AS_GPIO - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.USB_EXCHG_PINS - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIS_DOWNLOAD_MANUAL_ENCRYPT - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIS_PAD_JTAG - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.SOFT_DIS_JTAG - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.JTAG_SEL_ENABLE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIS_TWAI - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIS_FORCE_DOWNLOAD - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIS_USB_SERIAL_JTAG - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIS_DOWNLOAD_ICACHE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIS_USB_JTAG - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.DIS_ICACHE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.RD_DIS_BLOCK_SYS_DATA2 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.RD_DIS_BLOCK_KEY5 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.RD_DIS_BLOCK_KEY4 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.RD_DIS_BLOCK_KEY3 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.RD_DIS_BLOCK_KEY2 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.RD_DIS_BLOCK_KEY1 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.RD_DIS_BLOCK_KEY0 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.RD_DIS - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SOFT_DIS_JTAG - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_VDD_SPI_AS_GPIO - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_USB_EXCHG_PINS - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_BLOCK_SYS_DATA2 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_BLOCK_KEY5 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_BLOCK_KEY4 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_BLOCK_KEY3 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_BLOCK_KEY2 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_BLOCK_KEY1 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_BLOCK_KEY0 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_CUSTOM_MAC - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_BLOCK_USR_DATA - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_ADC1_CAL_VOL_ATTEN3 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_ADC1_CAL_VOL_ATTEN2 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_ADC1_CAL_VOL_ATTEN1 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_ADC1_CAL_VOL_ATTEN0 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN3 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN2 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN1 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN0 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_OCODE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_TEMP_CALIB - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_BLK_VERSION_MAJOR - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_OPTIONAL_UNIQUE_ID - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SYS_DATA_PART1 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_WAFER_VERSION_MAJOR - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_WAFER_VERSION_MINOR_HI - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_THRES_HVT - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIG_DBIAS_HVT - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_V_DIG_DBIAS20 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_V_RTC_DBIAS20 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_K_DIG_LDO - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_K_RTC_LDO - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_FLASH_VENDOR - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_FLASH_TEMP - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_FLASH_CAP - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_BLK_VERSION_MINOR - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_PKG_VERSION - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_WAFER_VERSION_MINOR_LO - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SPI_PAD_CONFIG_D7 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SPI_PAD_CONFIG_D6 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SPI_PAD_CONFIG_D5 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SPI_PAD_CONFIG_D4 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SPI_PAD_CONFIG_DQS - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SPI_PAD_CONFIG_WP - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SPI_PAD_CONFIG_HD - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SPI_PAD_CONFIG_CS - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SPI_PAD_CONFIG_D - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SPI_PAD_CONFIG_Q - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SPI_PAD_CONFIG_CLK - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_MAC - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_BLK1 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DISABLE_BLK_VERSION_MAJOR - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DISABLE_WAFER_VERSION_MAJOR - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_ERR_RST_ENABLE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SECURE_VERSION - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_FORCE_SEND_RESUME - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_UART_PRINT_CONTROL - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_ENABLE_SECURITY_DOWNLOAD - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIS_USB_SERIAL_JTAG_ROM_PRINT - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIS_DIRECT_BOOT - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIS_DOWNLOAD_MODE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_FLASH_TPUW - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SECURE_BOOT_AGGRESSIVE_REVOKE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SECURE_BOOT_EN - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_KEY_PURPOSE_5 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_KEY_PURPOSE_4 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_KEY_PURPOSE_3 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_KEY_PURPOSE_2 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_KEY_PURPOSE_1 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_KEY_PURPOSE_0 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SECURE_BOOT_KEY_REVOKE2 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SECURE_BOOT_KEY_REVOKE1 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SECURE_BOOT_KEY_REVOKE0 - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_SPI_BOOT_CRYPT_CNT - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_WDT_DELAY_SEL - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIS_DOWNLOAD_MANUAL_ENCRYPT - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIS_PAD_JTAG - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_JTAG_SEL_ENABLE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIS_TWAI - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIS_FORCE_DOWNLOAD - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIS_USB_SERIAL_JTAG - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIS_DOWNLOAD_ICACHE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIS_USB_JTAG - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_DIS_ICACHE - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS_RD_DIS - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .srodata.WR_DIS - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .debug_info 0x00000000 0x24cd esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .debug_abbrev 0x00000000 0x106 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .debug_aranges - 0x00000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .debug_line 0x00000000 0x210 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .debug_str 0x00000000 0x26c4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .text.esp_efuse_get_pkg_ver - 0x00000000 0x2a esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .text.esp_efuse_set_rom_log_scheme - 0x00000000 0x3e esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .text.esp_efuse_disable_rom_download_mode - 0x00000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .text.esp_efuse_enable_rom_secure_download_mode - 0x00000000 0x34 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_info 0x00000000 0x3ba esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_abbrev 0x00000000 0x18f esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_loc 0x00000000 0x1f esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_aranges - 0x00000000 0x38 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_ranges 0x00000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_line 0x00000000 0x47e esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_str 0x00000000 0x5fc esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_frame 0x00000000 0x80 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_read_field_blob - 0x00000000 0x6e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.esp_efuse_read_field_bit.str1.4 - 0x00000000 0x3b esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_read_field_bit - 0x00000000 0x4a esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_read_field_cnt - 0x00000000 0x50 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_write_field_blob - 0x00000000 0x74 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.esp_efuse_write_field_cnt.str1.4 - 0x00000000 0x4e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_write_field_cnt - 0x00000000 0xae esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_write_field_bit - 0x00000000 0x5a esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_get_field_size - 0x00000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_write_reg - 0x00000000 0x5a esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_read_block - 0x00000000 0x44 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_read_reg - 0x00000000 0x46 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_write_block - 0x00000000 0x44 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.esp_efuse_batch_write_begin.str1.4 - 0x00000000 0x51 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_batch_write_begin - 0x00000000 0x72 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.esp_efuse_batch_write_cancel.str1.4 - 0x00000000 0x5f esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_batch_write_cancel - 0x00000000 0x72 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.esp_efuse_batch_write_commit.str1.4 - 0x00000000 0x37 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_batch_write_commit - 0x00000000 0x8e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_check_errors - 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.esp_efuse_destroy_block.str1.4 - 0x00000000 0x120 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text.esp_efuse_destroy_block - 0x00000000 0x13c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.__func__.0 - 0x00000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.__func__.1 - 0x00000000 0x13 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.__func__.2 - 0x00000000 0x19 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .sbss.s_batch_writing_mode - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_info 0x00000000 0x11bf esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_abbrev 0x00000000 0x3cb esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_loc 0x00000000 0xab2 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_aranges - 0x00000000 0x98 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_ranges 0x00000000 0xe0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_line 0x00000000 0x11a2 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_str 0x00000000 0x913 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_frame 0x00000000 0x220 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.write_reg.str1.4 - 0x00000000 0xb4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.write_reg - 0x00000000 0x7a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_process.str1.4 - 0x00000000 0x5d esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_process - 0x00000000 0x174 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_reset - 0x00000000 0x50 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_burn_efuses - 0x00000000 0x2e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_erase_virt_blocks - 0x00000000 0x2 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_update_virt_blocks.str1.4 - 0x00000000 0x27 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_update_virt_blocks - 0x00000000 0x2a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_debug_dump_single_block.str1.4 - 0x00000000 0x12 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_debug_dump_single_block - 0x00000000 0x8e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_debug_dump_pending - 0x00000000 0x46 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_debug_dump_blocks.str1.4 - 0x00000000 0xd esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_debug_dump_blocks - 0x00000000 0x46 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_get_number_of_items - 0x00000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_read_reg - 0x00000000 0x68 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_fill_buff - 0x00000000 0xde esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_count_once - 0x00000000 0x62 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_write_cnt.str1.4 - 0x00000000 0x31 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_write_cnt - 0x00000000 0xd4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_write_reg.str1.4 - 0x00000000 0x53 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_write_reg - 0x00000000 0x64 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_write_blob - 0x00000000 0x92 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_get_read_register_address.str1.4 - 0x00000000 0x16 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_get_read_register_address - 0x00000000 0x3e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_is_correct_written_data.str1.4 - 0x00000000 0xba esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_is_correct_written_data - 0x00000000 0xd6 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.__func__.0 - 0x00000000 0x2c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.__func__.1 - 0x00000000 0x1b esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.__func__.2 - 0x00000000 0xa esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.__func__.3 - 0x00000000 0xf esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.__func__.4 - 0x00000000 0x1a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .sbss.s_burn_counter - 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_info 0x00000000 0x1392 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_abbrev 0x00000000 0x42e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_loc 0x00000000 0x1331 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_aranges - 0x00000000 0xa8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_ranges 0x00000000 0x2d0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_line 0x00000000 0x17d1 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_str 0x00000000 0xa71 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_frame 0x00000000 0x2bc esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_block_is_empty - 0x00000000 0x38 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_set_write_protect - 0x00000000 0x6a esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_set_read_protect - 0x00000000 0x3e esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_get_coding_scheme - 0x00000000 0x6 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_get_purpose_field - 0x00000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_get_key - 0x00000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.esp_efuse_get_key_dis_read.str1.4 - 0x00000000 0x8f esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_get_key_dis_read - 0x00000000 0x4a esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_set_key_dis_read - 0x00000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_get_key_dis_write - 0x00000000 0x4a esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_set_key_dis_write - 0x00000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_get_key_purpose - 0x00000000 0x48 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_set_key_purpose - 0x00000000 0x3c esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_get_keypurpose_dis_write - 0x00000000 0x4a esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_set_keypurpose_dis_write - 0x00000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_find_purpose - 0x00000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_key_block_unused - 0x00000000 0x5e esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_find_unused_key_block - 0x00000000 0x2a esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_count_unused_key_blocks - 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.esp_efuse_write_key.str1.4 - 0x00000000 0x65 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_write_key - 0x00000000 0x114 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.esp_efuse_write_keys.str1.4 - 0x00000000 0xd2 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_write_keys - 0x00000000 0x156 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.esp_efuse_get_digest_revoke.str1.4 - 0x00000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_get_digest_revoke - 0x00000000 0x48 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_set_digest_revoke - 0x00000000 0x26 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_get_write_protect_of_digest_revoke - 0x00000000 0x48 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_set_write_protect_of_digest_revoke - 0x00000000 0x26 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.esp_secure_boot_read_key_digests.str1.4 - 0x00000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_secure_boot_read_key_digests - 0x00000000 0xa4 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.__func__.0 - 0x00000000 0x21 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.__func__.1 - 0x00000000 0x2d esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.__func__.2 - 0x00000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.__func__.3 - 0x00000000 0x23 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.__func__.4 - 0x00000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.__func__.5 - 0x00000000 0x1b esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.s_revoke_table - 0x00000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.s_table - 0x00000000 0x78 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .debug_info 0x00000000 0x15b3 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .debug_abbrev 0x00000000 0x3b8 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .debug_loc 0x00000000 0xdf1 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .debug_aranges - 0x00000000 0xe0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .debug_ranges 0x00000000 0x210 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .debug_line 0x00000000 0x148e esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .debug_str 0x00000000 0x1066 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .debug_frame 0x00000000 0x324 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_clear_program_registers - 0x00000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_check_errors.str1.4 - 0x00000000 0x79 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_check_errors - 0x00000000 0x7c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_burn_chip_opt.str1.4 - 0x00000000 0x1a8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_burn_chip_opt - 0x00000000 0x2ba esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_burn_chip - 0x00000000 0xc esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_apply_new_coding_scheme.str1.4 - 0x00000000 0x3f esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_apply_new_coding_scheme - 0x00000000 0xb4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.range_write_addr_blocks - 0x00000000 0x58 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .bss.write_mass_blocks - 0x00000000 0x160 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.range_read_addr_blocks - 0x00000000 0x58 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_info 0x00000000 0x3e8a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_abbrev 0x00000000 0x37c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_loc 0x00000000 0x423 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_aranges - 0x00000000 0x40 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_ranges 0x00000000 0x188 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_line 0x00000000 0xc83 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_str 0x00000000 0x2bfb esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_frame 0x00000000 0xe8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .riscv.attributes - 0x00000000 0x44 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_bbpll_add_consumer - 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_bbpll_remove_consumer - 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_32k_enable_external - 0x00000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_32k_bootstrap - 0x00000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_32k_enabled - 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_8m_enabled - 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_8md256_enabled - 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_cpu_set_to_default_config - 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_cpu_freq_set_xtal - 0x00000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_cpu_freq_set_config_fast - 0x00000000 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_dig_clk8m_enable - 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_dig_clk8m_disable - 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_dig_8m_enabled - 0x00000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .data 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .bss 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .text.esp_rom_output_to_channels - 0x00000000 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .text.esp_rom_install_channel_putc - 0x00000000 0x32 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .sbss._putc2 0x00000000 0x4 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .text 0x00000000 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj) - .data 0x00000000 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj) - .bss 0x00000000 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .text.efuse_hal_get_mac - 0x00000000 0x14 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .text.efuse_hal_set_timing - 0x00000000 0x44 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .text.efuse_hal_read - 0x00000000 0x4c esp-idf/hal/libhal.a(efuse_hal.c.obj) - .text.efuse_hal_clear_program_registers - 0x00000000 0x8 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .text.efuse_hal_program - 0x00000000 0x6a esp-idf/hal/libhal.a(efuse_hal.c.obj) - .text.efuse_hal_rs_calculate - 0x00000000 0x8 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .text.efuse_hal_is_coding_error_in_block - 0x00000000 0x6e esp-idf/hal/libhal.a(efuse_hal.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .text.wdt_hal_deinit - 0x00000000 0x70 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .text.wdt_hal_disable - 0x00000000 0x20 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .text.wdt_hal_handle_intr - 0x00000000 0x2c esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .text.wdt_hal_feed - 0x00000000 0x1c esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .text.wdt_hal_is_enabled - 0x00000000 0x12 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .text.mmu_hal_pages_to_bytes - 0x00000000 0x6 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .text.mmu_hal_bytes_to_pages - 0x00000000 0x6 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .text.mmu_hal_paddr_to_vaddr - 0x00000000 0x64 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .text.mmu_hal_unmap_region - 0x00000000 0x62 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .text.mmu_hal_vaddr_to_paddr - 0x00000000 0x68 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .text 0x00000000 0x0 esp-idf/hal/libhal.a(cache_hal.c.obj) - .data 0x00000000 0x0 esp-idf/hal/libhal.a(cache_hal.c.obj) - .bss 0x00000000 0x0 esp-idf/hal/libhal.a(cache_hal.c.obj) - .text.cache_hal_suspend - 0x00000000 0x1a esp-idf/hal/libhal.a(cache_hal.c.obj) - .text.cache_hal_resume - 0x00000000 0x24 esp-idf/hal/libhal.a(cache_hal.c.obj) - .text.cache_hal_is_cache_enabled - 0x00000000 0xa esp-idf/hal/libhal.a(cache_hal.c.obj) - .text.cache_hal_vaddr_to_cache_level_id - 0x00000000 0x4c esp-idf/hal/libhal.a(cache_hal.c.obj) - .text.cache_hal_invalidate_addr - 0x00000000 0x54 esp-idf/hal/libhal.a(cache_hal.c.obj) - .text.cache_hal_get_cache_line_size - 0x00000000 0x22 esp-idf/hal/libhal.a(cache_hal.c.obj) - .text 0x00000000 0x28 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .debug_info 0x00000000 0x1b6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .debug_abbrev 0x00000000 0x10c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .debug_loclists - 0x00000000 0x6b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .debug_line 0x00000000 0x107 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .debug_str 0x00000000 0x1e3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .debug_line_str - 0x00000000 0x1b0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - .text 0x00000000 0x28 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .debug_info 0x00000000 0x1b6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .debug_abbrev 0x00000000 0x10c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .debug_loclists - 0x00000000 0x6b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .debug_line 0x00000000 0x107 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .debug_str 0x00000000 0x1e3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .debug_line_str - 0x00000000 0x1b0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_ashldi3.o) - .text 0x00000000 0x42 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .debug_info 0x00000000 0xe6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .debug_abbrev 0x00000000 0x65 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .debug_loclists - 0x00000000 0xd6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .debug_line 0x00000000 0xe9 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .debug_str 0x00000000 0x1aa C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .debug_line_str - 0x00000000 0x1b0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - .text 0x00000000 0x35a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .debug_info 0x00000000 0x776 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .debug_abbrev 0x00000000 0x1a6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .debug_loclists - 0x00000000 0x6ad C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .debug_rnglists - 0x00000000 0x8f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .debug_line 0x00000000 0x97b C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .debug_str 0x00000000 0x259 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .debug_line_str - 0x00000000 0x1b0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .eh_frame 0x00000000 0x28 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - .text 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .rodata 0x00000000 0x100 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .debug_info 0x00000000 0xed C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .debug_abbrev 0x00000000 0x70 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .debug_aranges - 0x00000000 0x18 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .debug_line 0x00000000 0x3f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .debug_str 0x00000000 0x1a6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .debug_line_str - 0x00000000 0x1b0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - .text 0x00000000 0x48 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .debug_info 0x00000000 0x10f C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .debug_abbrev 0x00000000 0x8a C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .debug_loclists - 0x00000000 0x130 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .debug_line 0x00000000 0x157 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .debug_str 0x00000000 0x112 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .debug_line_str - 0x00000000 0x271 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - .text 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - .data 0x00000000 0xf0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - .sdata 0x00000000 0x4 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - .debug_info 0x00000000 0x84c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - .debug_abbrev 0x00000000 0x174 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - .debug_aranges - 0x00000000 0x18 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - .debug_line 0x00000000 0x51 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - .debug_str 0x00000000 0x4e2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - .debug_line_str - 0x00000000 0x279 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - .text 0x00000000 0xa8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memset.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memset.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memset.o) - .debug_line 0x00000000 0x18e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memset.o) - .debug_line_str - 0x00000000 0xdb C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memset.o) - .debug_info 0x00000000 0x33 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memset.o) - .debug_abbrev 0x00000000 0x28 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memset.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memset.o) - .debug_str 0x00000000 0xf0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memset.o) - .riscv.attributes - 0x00000000 0x42 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memset.o) - .text 0x00000000 0xe8 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .data 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .bss 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .debug_info 0x00000000 0x256 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .debug_abbrev 0x00000000 0x107 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .debug_loclists - 0x00000000 0x1d6 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .debug_aranges - 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .debug_line 0x00000000 0x31c C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .debug_str 0x00000000 0x133 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .debug_line_str - 0x00000000 0x33e C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .comment 0x00000000 0x30 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .note.GNU-stack - 0x00000000 0x0 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .debug_frame 0x00000000 0x20 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - .riscv.attributes - 0x00000000 0x44 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - -Memory Configuration - -Name Origin Length Attributes -iram_seg 0x403cc710 0x00002000 xrw -iram_loader_seg 0x403ce710 0x00007000 xrw -dram_seg 0x3fcd5710 0x00005000 rw -*default* 0x00000000 0xffffffff - -Linker script and memory map - - 0x00000000 IDF_TARGET_ESP32C3 = 0x0 -LOAD CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj -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_bootloader_format/libesp_bootloader_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/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_bootloader_format/libesp_bootloader_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/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_bootloader_format/libesp_bootloader_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/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_bootloader_format/libesp_bootloader_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/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_bootloader_format/libesp_bootloader_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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a -LOAD C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a -LOAD C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libnosys.a -LOAD C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a -LOAD C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a -START GROUP -LOAD C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a -LOAD C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a -LOAD C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libnosys.a -END GROUP - [!provide] PROVIDE (esprv_int_set_priority = esprv_intc_int_set_priority) - [!provide] PROVIDE (esprv_int_set_threshold = esprv_intc_int_set_threshold) - [!provide] PROVIDE (esprv_int_enable = esprv_intc_int_enable) - [!provide] PROVIDE (esprv_int_disable = esprv_intc_int_disable) - [!provide] PROVIDE (esprv_int_set_type = esprv_intc_int_set_type) - 0x40000018 rtc_get_reset_reason = 0x40000018 - 0x4000001c analog_super_wdt_reset_happened = 0x4000001c - 0x40000020 jtag_cpu_reset_happened = 0x40000020 - 0x40000024 rtc_get_wakeup_cause = 0x40000024 - 0x40000028 rtc_boot_control = 0x40000028 - 0x4000002c rtc_select_apb_bridge = 0x4000002c - 0x40000030 rtc_unhold_all_pads = 0x40000030 - 0x40000034 set_rtc_memory_crc = 0x40000034 - 0x40000038 cacl_rtc_memory_crc = 0x40000038 - 0x4000003c ets_is_print_boot = 0x4000003c - 0x40000040 ets_printf = 0x40000040 - 0x40000044 ets_install_putc1 = 0x40000044 - 0x40000048 ets_install_uart_printf = 0x40000048 - 0x4000004c ets_install_putc2 = 0x4000004c - 0x40000050 PROVIDE (ets_delay_us = 0x40000050) - 0x40000054 ets_get_stack_info = 0x40000054 - 0x40000058 ets_install_lock = 0x40000058 - 0x4000005c ets_backup_dma_copy = 0x4000005c - 0x40000060 ets_apb_backup_init_lock_func = 0x40000060 - 0x40000064 UartRxString = 0x40000064 - 0x40000068 uart_tx_one_char = 0x40000068 - 0x4000006c uart_tx_one_char2 = 0x4000006c - 0x40000070 uart_rx_one_char = 0x40000070 - 0x40000074 uart_rx_one_char_block = 0x40000074 - 0x40000078 uart_rx_readbuff = 0x40000078 - 0x4000007c uartAttach = 0x4000007c - 0x40000080 uart_tx_flush = 0x40000080 - 0x40000084 uart_tx_wait_idle = 0x40000084 - 0x40000088 uart_div_modify = 0x40000088 - 0x4000008c multofup = 0x4000008c - 0x40000090 software_reset = 0x40000090 - 0x40000094 software_reset_cpu = 0x40000094 - 0x40000098 assist_debug_clock_enable = 0x40000098 - 0x4000009c assist_debug_record_enable = 0x4000009c - 0x400000a0 clear_super_wdt_reset_flag = 0x400000a0 - 0x400000a4 disable_default_watchdog = 0x400000a4 - 0x400000a8 send_packet = 0x400000a8 - 0x400000ac recv_packet = 0x400000ac - 0x400000b0 GetUartDevice = 0x400000b0 - 0x400000b4 UartDwnLdProc = 0x400000b4 - 0x400000b8 Uart_Init = 0x400000b8 - 0x400000bc ets_set_user_start = 0x400000bc - 0x3ff1fffc ets_rom_layout_p = 0x3ff1fffc - 0x3fcdfffc ets_ops_table_ptr = 0x3fcdfffc - 0x400000c0 mz_adler32 = 0x400000c0 - 0x400000c4 mz_crc32 = 0x400000c4 - 0x400000c8 mz_free = 0x400000c8 - 0x400000cc tdefl_compress = 0x400000cc - 0x400000d0 tdefl_compress_buffer = 0x400000d0 - 0x400000d4 tdefl_compress_mem_to_heap = 0x400000d4 - 0x400000d8 tdefl_compress_mem_to_mem = 0x400000d8 - 0x400000dc tdefl_compress_mem_to_output = 0x400000dc - 0x400000e0 tdefl_get_adler32 = 0x400000e0 - 0x400000e4 tdefl_get_prev_return_status = 0x400000e4 - 0x400000e8 tdefl_init = 0x400000e8 - 0x400000ec tdefl_write_image_to_png_file_in_memory = 0x400000ec - 0x400000f0 tdefl_write_image_to_png_file_in_memory_ex = 0x400000f0 - 0x400000f4 tinfl_decompress = 0x400000f4 - 0x400000f8 tinfl_decompress_mem_to_callback = 0x400000f8 - 0x400000fc tinfl_decompress_mem_to_heap = 0x400000fc - 0x40000100 tinfl_decompress_mem_to_mem = 0x40000100 - [!provide] PROVIDE (jd_prepare = 0x40000104) - [!provide] PROVIDE (jd_decomp = 0x40000108) - 0x4000010c PROVIDE (esp_rom_spiflash_wait_idle = 0x4000010c) - 0x40000110 PROVIDE (esp_rom_spiflash_write_encrypted = 0x40000110) - [!provide] PROVIDE (esp_rom_spiflash_write_encrypted_dest = 0x40000114) - [!provide] PROVIDE (esp_rom_spiflash_write_encrypted_enable = 0x40000118) - [!provide] PROVIDE (esp_rom_spiflash_write_encrypted_disable = 0x4000011c) - [!provide] PROVIDE (esp_rom_spiflash_erase_chip = 0x40000120) - 0x40000124 PROVIDE (esp_rom_spiflash_erase_block = 0x40000124) - 0x40000128 PROVIDE (esp_rom_spiflash_erase_sector = 0x40000128) - 0x4000012c PROVIDE (esp_rom_spiflash_write = 0x4000012c) - 0x40000130 PROVIDE (esp_rom_spiflash_read = 0x40000130) - 0x40000134 PROVIDE (esp_rom_spiflash_config_param = 0x40000134) - [!provide] PROVIDE (esp_rom_spiflash_read_user_cmd = 0x40000138) - [!provide] PROVIDE (esp_rom_spiflash_select_qio_pins = 0x4000013c) - [!provide] PROVIDE (esp_rom_spiflash_unlock = 0x40000140) - [!provide] PROVIDE (esp_rom_spi_flash_auto_sus_res = 0x40000144) - [!provide] PROVIDE (esp_rom_spi_flash_send_resume = 0x40000148) - [!provide] PROVIDE (esp_rom_spi_flash_update_id = 0x4000014c) - 0x40000150 PROVIDE (esp_rom_spiflash_config_clk = 0x40000150) - [!provide] PROVIDE (esp_rom_spiflash_config_readmode = 0x40000154) - [!provide] PROVIDE (esp_rom_spiflash_read_status = 0x40000158) - [!provide] PROVIDE (esp_rom_spiflash_read_statushigh = 0x4000015c) - [!provide] PROVIDE (esp_rom_spiflash_write_status = 0x40000160) - [!provide] PROVIDE (esp_rom_spiflash_attach = 0x40000164) - [!provide] PROVIDE (spi_flash_get_chip_size = 0x40000168) - [!provide] PROVIDE (spi_flash_guard_set = 0x4000016c) - [!provide] PROVIDE (spi_flash_guard_get = 0x40000170) - [!provide] PROVIDE (spi_flash_write_config_set = 0x40000174) - [!provide] PROVIDE (spi_flash_write_config_get = 0x40000178) - [!provide] PROVIDE (spi_flash_safe_write_address_func_set = 0x4000017c) - [!provide] PROVIDE (spi_flash_unlock = 0x40000180) - [!provide] PROVIDE (spi_flash_erase_range = 0x40000184) - [!provide] PROVIDE (spi_flash_erase_sector = 0x40000188) - [!provide] PROVIDE (spi_flash_write = 0x4000018c) - [!provide] PROVIDE (spi_flash_read = 0x40000190) - [!provide] PROVIDE (spi_flash_write_encrypted = 0x40000194) - [!provide] PROVIDE (spi_flash_read_encrypted = 0x40000198) - [!provide] PROVIDE (spi_flash_mmap_os_func_set = 0x4000019c) - [!provide] PROVIDE (spi_flash_mmap_page_num_init = 0x400001a0) - [!provide] PROVIDE (spi_flash_mmap = 0x400001a4) - [!provide] PROVIDE (spi_flash_mmap_pages = 0x400001a8) - [!provide] PROVIDE (spi_flash_munmap = 0x400001ac) - [!provide] PROVIDE (spi_flash_mmap_dump = 0x400001b0) - [!provide] PROVIDE (spi_flash_check_and_flush_cache = 0x400001b4) - [!provide] PROVIDE (spi_flash_mmap_get_free_pages = 0x400001b8) - [!provide] PROVIDE (spi_flash_cache2phys = 0x400001bc) - [!provide] PROVIDE (spi_flash_phys2cache = 0x400001c0) - [!provide] PROVIDE (spi_flash_disable_cache = 0x400001c4) - [!provide] PROVIDE (spi_flash_restore_cache = 0x400001c8) - [!provide] PROVIDE (spi_flash_cache_enabled = 0x400001cc) - [!provide] PROVIDE (spi_flash_enable_cache = 0x400001d0) - [!provide] PROVIDE (spi_cache_mode_switch = 0x400001d4) - [!provide] PROVIDE (spi_common_set_dummy_output = 0x400001d8) - [!provide] PROVIDE (spi_common_set_flash_cs_timing = 0x400001dc) - [!provide] PROVIDE (esp_enable_cache_flash_wrap = 0x400001e0) - [!provide] PROVIDE (SPIEraseArea = 0x400001e4) - [!provide] PROVIDE (SPILock = 0x400001e8) - [!provide] PROVIDE (SPIMasterReadModeCnfig = 0x400001ec) - [!provide] PROVIDE (SPI_Common_Command = 0x400001f0) - [!provide] PROVIDE (SPI_WakeUp = 0x400001f4) - [!provide] PROVIDE (SPI_block_erase = 0x400001f8) - [!provide] PROVIDE (SPI_chip_erase = 0x400001fc) - [!provide] PROVIDE (SPI_init = 0x40000200) - [!provide] PROVIDE (SPI_page_program = 0x40000204) - [!provide] PROVIDE (SPI_read_data = 0x40000208) - [!provide] PROVIDE (SPI_sector_erase = 0x4000020c) - [!provide] PROVIDE (SPI_write_enable = 0x40000210) - [!provide] PROVIDE (SelectSpiFunction = 0x40000214) - [!provide] PROVIDE (SetSpiDrvs = 0x40000218) - [!provide] PROVIDE (Wait_SPI_Idle = 0x4000021c) - [!provide] PROVIDE (spi_dummy_len_fix = 0x40000220) - [!provide] PROVIDE (Disable_QMode = 0x40000224) - [!provide] PROVIDE (Enable_QMode = 0x40000228) - [!provide] PROVIDE (rom_spiflash_legacy_funcs = 0x3fcdfff4) - 0x3fcdfff0 PROVIDE (rom_spiflash_legacy_data = 0x3fcdfff0) - [!provide] PROVIDE (g_flash_guard_ops = 0x3fcdfff8) - [!provide] PROVIDE (spi_flash_hal_poll_cmd_done = 0x4000022c) - [!provide] PROVIDE (spi_flash_hal_device_config = 0x40000230) - [!provide] PROVIDE (spi_flash_hal_configure_host_io_mode = 0x40000234) - [!provide] PROVIDE (spi_flash_hal_common_command = 0x40000238) - [!provide] PROVIDE (spi_flash_hal_read = 0x4000023c) - [!provide] PROVIDE (spi_flash_hal_erase_chip = 0x40000240) - [!provide] PROVIDE (spi_flash_hal_erase_sector = 0x40000244) - [!provide] PROVIDE (spi_flash_hal_erase_block = 0x40000248) - [!provide] PROVIDE (spi_flash_hal_program_page = 0x4000024c) - [!provide] PROVIDE (spi_flash_hal_set_write_protect = 0x40000250) - [!provide] PROVIDE (spi_flash_hal_host_idle = 0x40000254) - [!provide] PROVIDE (spi_flash_chip_generic_probe = 0x40000258) - [!provide] PROVIDE (spi_flash_chip_generic_detect_size = 0x4000025c) - [!provide] PROVIDE (spi_flash_chip_generic_write = 0x40000260) - [!provide] PROVIDE (spi_flash_chip_generic_write_encrypted = 0x40000264) - [!provide] PROVIDE (spi_flash_chip_generic_set_write_protect = 0x40000268) - [!provide] PROVIDE (spi_flash_common_write_status_16b_wrsr = 0x4000026c) - [!provide] PROVIDE (spi_flash_chip_generic_reset = 0x40000270) - [!provide] PROVIDE (spi_flash_chip_generic_erase_chip = 0x40000274) - [!provide] PROVIDE (spi_flash_chip_generic_erase_sector = 0x40000278) - [!provide] PROVIDE (spi_flash_chip_generic_erase_block = 0x4000027c) - [!provide] PROVIDE (spi_flash_chip_generic_page_program = 0x40000280) - [!provide] PROVIDE (spi_flash_chip_generic_get_write_protect = 0x40000284) - [!provide] PROVIDE (spi_flash_common_read_status_16b_rdsr_rdsr2 = 0x40000288) - [!provide] PROVIDE (spi_flash_chip_generic_read_reg = 0x4000028c) - [!provide] PROVIDE (spi_flash_chip_generic_yield = 0x40000290) - [!provide] PROVIDE (spi_flash_generic_wait_host_idle = 0x40000294) - [!provide] PROVIDE (spi_flash_chip_generic_wait_idle = 0x40000298) - [!provide] PROVIDE (spi_flash_chip_generic_config_host_io_mode = 0x4000029c) - [!provide] PROVIDE (spi_flash_chip_generic_read = 0x400002a0) - [!provide] PROVIDE (spi_flash_common_read_status_8b_rdsr2 = 0x400002a4) - [!provide] PROVIDE (spi_flash_chip_generic_get_io_mode = 0x400002a8) - [!provide] PROVIDE (spi_flash_common_read_status_8b_rdsr = 0x400002ac) - [!provide] PROVIDE (spi_flash_common_write_status_8b_wrsr = 0x400002b0) - [!provide] PROVIDE (spi_flash_common_write_status_8b_wrsr2 = 0x400002b4) - [!provide] PROVIDE (spi_flash_common_set_io_mode = 0x400002b8) - [!provide] PROVIDE (spi_flash_chip_generic_set_io_mode = 0x400002bc) - [!provide] PROVIDE (spi_flash_chip_gd_get_io_mode = 0x400002c0) - [!provide] PROVIDE (spi_flash_chip_gd_probe = 0x400002c4) - [!provide] PROVIDE (spi_flash_chip_gd_set_io_mode = 0x400002c8) - [!provide] PROVIDE (spi_flash_chip_generic_config_data = 0x3fcdffec) - [!provide] PROVIDE (memspi_host_read_id_hs = 0x400002cc) - [!provide] PROVIDE (memspi_host_read_status_hs = 0x400002d0) - [!provide] PROVIDE (memspi_host_flush_cache = 0x400002d4) - [!provide] PROVIDE (memspi_host_erase_chip = 0x400002d8) - [!provide] PROVIDE (memspi_host_erase_sector = 0x400002dc) - [!provide] PROVIDE (memspi_host_erase_block = 0x400002e0) - [!provide] PROVIDE (memspi_host_program_page = 0x400002e4) - [!provide] PROVIDE (memspi_host_read = 0x400002e8) - [!provide] PROVIDE (memspi_host_set_write_protect = 0x400002ec) - [!provide] PROVIDE (memspi_host_set_max_read_len = 0x400002f0) - [!provide] PROVIDE (memspi_host_read_data_slicer = 0x400002f4) - [!provide] PROVIDE (memspi_host_write_data_slicer = 0x400002f8) - [!provide] PROVIDE (esp_flash_chip_driver_initialized = 0x400002fc) - [!provide] PROVIDE (esp_flash_read_id = 0x40000300) - [!provide] PROVIDE (esp_flash_get_size = 0x40000304) - [!provide] PROVIDE (esp_flash_erase_chip = 0x40000308) - [!provide] PROVIDE (rom_esp_flash_erase_region = 0x4000030c) - [!provide] PROVIDE (esp_flash_get_chip_write_protect = 0x40000310) - [!provide] PROVIDE (esp_flash_set_chip_write_protect = 0x40000314) - [!provide] PROVIDE (esp_flash_get_protectable_regions = 0x40000318) - [!provide] PROVIDE (esp_flash_get_protected_region = 0x4000031c) - [!provide] PROVIDE (esp_flash_set_protected_region = 0x40000320) - [!provide] PROVIDE (esp_flash_read = 0x40000324) - [!provide] PROVIDE (esp_flash_write = 0x40000328) - [!provide] PROVIDE (esp_flash_write_encrypted = 0x4000032c) - [!provide] PROVIDE (esp_flash_read_encrypted = 0x40000330) - [!provide] PROVIDE (esp_flash_get_io_mode = 0x40000334) - [!provide] PROVIDE (esp_flash_set_io_mode = 0x40000338) - [!provide] PROVIDE (spi_flash_boot_attach = 0x4000033c) - [!provide] PROVIDE (spi_flash_dump_counters = 0x40000340) - [!provide] PROVIDE (spi_flash_get_counters = 0x40000344) - [!provide] PROVIDE (spi_flash_op_counters_config = 0x40000348) - [!provide] PROVIDE (spi_flash_reset_counters = 0x4000034c) - [!provide] PROVIDE (esp_flash_default_chip = 0x3fcdffe8) - [!provide] PROVIDE (esp_flash_api_funcs = 0x3fcdffe4) - 0x400004b0 PROVIDE (Cache_Get_ICache_Line_Size = 0x400004b0) - [!provide] PROVIDE (Cache_Get_Mode = 0x400004b4) - [!provide] PROVIDE (Cache_Address_Through_IBus = 0x400004b8) - [!provide] PROVIDE (Cache_Address_Through_DBus = 0x400004bc) - [!provide] PROVIDE (Cache_Set_Default_Mode = 0x400004c0) - [!provide] PROVIDE (Cache_Enable_Defalut_ICache_Mode = 0x400004c4) - 0x400004c8 PROVIDE (ROM_Boot_Cache_Init = 0x400004c8) - [!provide] PROVIDE (Cache_Invalidate_ICache_Items = 0x400004cc) - [!provide] PROVIDE (Cache_Op_Addr = 0x400004d0) - 0x400004d4 PROVIDE (Cache_Invalidate_Addr = 0x400004d4) - [!provide] PROVIDE (Cache_Invalidate_ICache_All = 0x400004d8) - [!provide] PROVIDE (Cache_Mask_All = 0x400004dc) - [!provide] PROVIDE (Cache_UnMask_Dram0 = 0x400004e0) - [!provide] PROVIDE (Cache_Suspend_ICache_Autoload = 0x400004e4) - [!provide] PROVIDE (Cache_Resume_ICache_Autoload = 0x400004e8) - [!provide] PROVIDE (Cache_Start_ICache_Preload = 0x400004ec) - [!provide] PROVIDE (Cache_ICache_Preload_Done = 0x400004f0) - [!provide] PROVIDE (Cache_End_ICache_Preload = 0x400004f4) - [!provide] PROVIDE (Cache_Config_ICache_Autoload = 0x400004f8) - [!provide] PROVIDE (Cache_Enable_ICache_Autoload = 0x400004fc) - [!provide] PROVIDE (Cache_Disable_ICache_Autoload = 0x40000500) - [!provide] PROVIDE (Cache_Enable_ICache_PreLock = 0x40000504) - [!provide] PROVIDE (Cache_Disable_ICache_PreLock = 0x40000508) - [!provide] PROVIDE (Cache_Lock_ICache_Items = 0x4000050c) - [!provide] PROVIDE (Cache_Unlock_ICache_Items = 0x40000510) - [!provide] PROVIDE (Cache_Lock_Addr = 0x40000514) - [!provide] PROVIDE (Cache_Unlock_Addr = 0x40000518) - 0x4000051c PROVIDE (Cache_Disable_ICache = 0x4000051c) - 0x40000520 PROVIDE (Cache_Enable_ICache = 0x40000520) - 0x40000524 PROVIDE (Cache_Suspend_ICache = 0x40000524) - 0x40000528 PROVIDE (Cache_Resume_ICache = 0x40000528) - [!provide] PROVIDE (Cache_Freeze_ICache_Enable = 0x4000052c) - [!provide] PROVIDE (Cache_Freeze_ICache_Disable = 0x40000530) - [!provide] PROVIDE (Cache_Pms_Lock = 0x40000534) - [!provide] PROVIDE (Cache_Ibus_Pms_Set_Addr = 0x40000538) - [!provide] PROVIDE (Cache_Ibus_Pms_Set_Attr = 0x4000053c) - [!provide] PROVIDE (Cache_Dbus_Pms_Set_Addr = 0x40000540) - [!provide] PROVIDE (Cache_Dbus_Pms_Set_Attr = 0x40000544) - [!provide] PROVIDE (Cache_Set_IDROM_MMU_Size = 0x40000548) - [!provide] PROVIDE (Cache_Get_IROM_MMU_End = 0x4000054c) - [!provide] PROVIDE (Cache_Get_DROM_MMU_End = 0x40000550) - [!provide] PROVIDE (Cache_Owner_Init = 0x40000554) - [!provide] PROVIDE (Cache_Occupy_ICache_MEMORY = 0x40000558) - [!provide] PROVIDE (Cache_MMU_Init = 0x4000055c) - [!provide] PROVIDE (Cache_Ibus_MMU_Set = 0x40000560) - [!provide] PROVIDE (Cache_Dbus_MMU_Set = 0x40000564) - [!provide] PROVIDE (Cache_Count_Flash_Pages = 0x40000568) - [!provide] PROVIDE (Cache_Travel_Tag_Memory = 0x4000056c) - [!provide] PROVIDE (Cache_Get_Virtual_Addr = 0x40000570) - [!provide] PROVIDE (Cache_Get_Memory_BaseAddr = 0x40000574) - [!provide] PROVIDE (Cache_Get_Memory_Addr = 0x40000578) - [!provide] PROVIDE (Cache_Get_Memory_value = 0x4000057c) - [!provide] PROVIDE (rom_cache_op_cb = 0x3fcdffd8) - [!provide] PROVIDE (rom_cache_internal_table_ptr = 0x3fcdffd4) - 0x40000580 ets_get_apb_freq = 0x40000580 - 0x40000584 ets_get_cpu_frequency = 0x40000584 - 0x40000588 ets_update_cpu_frequency = 0x40000588 - 0x4000058c ets_get_printf_channel = 0x4000058c - 0x40000590 ets_get_xtal_div = 0x40000590 - 0x40000594 ets_set_xtal_div = 0x40000594 - 0x40000598 ets_get_xtal_freq = 0x40000598 - 0x4000059c gpio_input_get = 0x4000059c - 0x400005a0 gpio_matrix_in = 0x400005a0 - 0x400005a4 gpio_matrix_out = 0x400005a4 - 0x400005b0 gpio_output_set = 0x400005b0 - 0x400005b4 gpio_pad_hold = 0x400005b4 - 0x400005b8 gpio_pad_input_disable = 0x400005b8 - 0x400005bc gpio_pad_input_enable = 0x400005bc - 0x400005c0 gpio_pad_pulldown = 0x400005c0 - 0x400005c4 gpio_pad_pullup = 0x400005c4 - 0x400005c8 gpio_pad_select_gpio = 0x400005c8 - 0x400005cc gpio_pad_set_drv = 0x400005cc - 0x400005d0 gpio_pad_unhold = 0x400005d0 - 0x400005d4 gpio_pin_wakeup_disable = 0x400005d4 - 0x400005d8 gpio_pin_wakeup_enable = 0x400005d8 - 0x400005dc gpio_bypass_matrix_in = 0x400005dc - 0x400005e0 esprv_intc_int_set_priority = 0x400005e0 - 0x400005e4 esprv_intc_int_set_threshold = 0x400005e4 - 0x400005e8 esprv_intc_int_enable = 0x400005e8 - 0x400005ec esprv_intc_int_disable = 0x400005ec - 0x400005f0 esprv_intc_int_set_type = 0x400005f0 - 0x400005f4 intr_matrix_set = 0x400005f4 - 0x400005f8 ets_intr_lock = 0x400005f8 - 0x400005fc ets_intr_unlock = 0x400005fc - [!provide] PROVIDE (intr_handler_set = 0x40000600) - 0x40000604 ets_isr_attach = 0x40000604 - 0x40000608 ets_isr_mask = 0x40000608 - 0x4000060c ets_isr_unmask = 0x4000060c - 0x40000610 md5_vector = 0x40000610 - 0x40000614 MD5Init = 0x40000614 - 0x40000618 MD5Update = 0x40000618 - 0x4000061c MD5Final = 0x4000061c - 0x40000620 hmac_md5_vector = 0x40000620 - 0x40000624 hmac_md5 = 0x40000624 - 0x40000628 crc32_le = 0x40000628 - 0x4000062c crc32_be = 0x4000062c - 0x40000630 crc16_le = 0x40000630 - 0x40000634 crc16_be = 0x40000634 - 0x40000638 crc8_le = 0x40000638 - 0x4000063c crc8_be = 0x4000063c - 0x40000640 esp_crc8 = 0x40000640 - 0x40000644 ets_sha_enable = 0x40000644 - 0x40000648 ets_sha_disable = 0x40000648 - 0x4000064c ets_sha_get_state = 0x4000064c - 0x40000650 ets_sha_init = 0x40000650 - 0x40000654 ets_sha_process = 0x40000654 - 0x40000658 ets_sha_starts = 0x40000658 - 0x4000065c ets_sha_update = 0x4000065c - 0x40000660 ets_sha_finish = 0x40000660 - 0x40000664 ets_sha_clone = 0x40000664 - 0x40000668 ets_hmac_enable = 0x40000668 - 0x4000066c ets_hmac_disable = 0x4000066c - 0x40000670 ets_hmac_calculate_message = 0x40000670 - 0x40000674 ets_hmac_calculate_downstream = 0x40000674 - 0x40000678 ets_hmac_invalidate_downstream = 0x40000678 - 0x4000067c ets_jtag_enable_temporarily = 0x4000067c - 0x40000680 ets_aes_enable = 0x40000680 - 0x40000684 ets_aes_disable = 0x40000684 - 0x40000688 ets_aes_setkey = 0x40000688 - 0x4000068c ets_aes_block = 0x4000068c - 0x40000690 ets_bigint_enable = 0x40000690 - 0x40000694 ets_bigint_disable = 0x40000694 - 0x40000698 ets_bigint_multiply = 0x40000698 - 0x4000069c ets_bigint_modmult = 0x4000069c - 0x400006a0 ets_bigint_modexp = 0x400006a0 - 0x400006a4 ets_bigint_wait_finish = 0x400006a4 - 0x400006a8 ets_bigint_getz = 0x400006a8 - 0x400006ac ets_ds_enable = 0x400006ac - 0x400006b0 ets_ds_disable = 0x400006b0 - 0x400006b4 ets_ds_start_sign = 0x400006b4 - 0x400006b8 ets_ds_is_busy = 0x400006b8 - 0x400006bc ets_ds_finish_sign = 0x400006bc - 0x400006c0 ets_ds_encrypt_params = 0x400006c0 - 0x400006c4 ets_aes_setkey_dec = 0x400006c4 - 0x400006c8 ets_aes_setkey_enc = 0x400006c8 - 0x400006cc ets_mgf1_sha256 = 0x400006cc - 0x400006d0 ets_efuse_read = 0x400006d0 - 0x400006d4 ets_efuse_program = 0x400006d4 - 0x400006d8 ets_efuse_clear_program_registers = 0x400006d8 - 0x400006dc ets_efuse_write_key = 0x400006dc - 0x400006e0 ets_efuse_get_read_register_address = 0x400006e0 - 0x400006e4 ets_efuse_get_key_purpose = 0x400006e4 - 0x400006e8 ets_efuse_key_block_unused = 0x400006e8 - 0x400006ec ets_efuse_find_unused_key_block = 0x400006ec - 0x400006f0 ets_efuse_rs_calculate = 0x400006f0 - 0x400006f4 ets_efuse_count_unused_key_blocks = 0x400006f4 - 0x400006f8 ets_efuse_secure_boot_enabled = 0x400006f8 - 0x400006fc ets_efuse_secure_boot_aggressive_revoke_enabled = 0x400006fc - 0x40000700 ets_efuse_cache_encryption_enabled = 0x40000700 - 0x40000704 ets_efuse_download_modes_disabled = 0x40000704 - 0x40000708 ets_efuse_find_purpose = 0x40000708 - 0x4000070c ets_efuse_flash_opi_5pads_power_sel_vddspi = 0x4000070c - 0x40000710 ets_efuse_force_send_resume = 0x40000710 - 0x40000714 ets_efuse_get_flash_delay_us = 0x40000714 - 0x40000718 ets_efuse_get_mac = 0x40000718 - 0x4000071c ets_efuse_get_spiconfig = 0x4000071c - 0x40000720 ets_efuse_usb_print_is_disabled = 0x40000720 - 0x40000724 ets_efuse_usb_serial_jtag_print_is_disabled = 0x40000724 - 0x40000728 ets_efuse_get_uart_print_control = 0x40000728 - 0x4000072c ets_efuse_get_wp_pad = 0x4000072c - 0x40000730 ets_efuse_legacy_spi_boot_mode_disabled = 0x40000730 - 0x40000734 ets_efuse_security_download_modes_enabled = 0x40000734 - 0x40000738 ets_efuse_set_timing = 0x40000738 - 0x4000073c ets_efuse_jtag_disabled = 0x4000073c - 0x40000740 ets_efuse_usb_download_mode_disabled = 0x40000740 - 0x40000744 ets_efuse_usb_module_disabled = 0x40000744 - 0x40000748 ets_efuse_usb_device_disabled = 0x40000748 - 0x4000074c ets_emsa_pss_verify = 0x4000074c - 0x40000750 ets_rsa_pss_verify = 0x40000750 - 0x40000754 ets_secure_boot_verify_bootloader_with_keys = 0x40000754 - 0x40000758 ets_secure_boot_verify_signature = 0x40000758 - 0x4000075c ets_secure_boot_read_key_digests = 0x4000075c - 0x40000760 ets_secure_boot_revoke_public_key_digest = 0x40000760 - [!provide] PROVIDE (usb_uart_rx_one_char = 0x400008cc) - [!provide] PROVIDE (usb_uart_rx_one_char_block = 0x400008d0) - [!provide] PROVIDE (usb_uart_tx_flush = 0x400008d4) - [!provide] PROVIDE (usb_uart_tx_one_char = 0x400008d8) - 0x3fcdffd1 PROVIDE (g_uart_print = 0x3fcdffd1) - 0x3fcdffd0 PROVIDE (g_usb_print = 0x3fcdffd0) - 0x3fcdffcc bt_rf_coex_cfg_p = 0x3fcdffcc - 0x3fcdffc8 bt_rf_coex_hooks_p = 0x3fcdffc8 - 0x3fcdffc4 btdm_env_p = 0x3fcdffc4 - 0x3fcdffc0 g_rw_controller_task_handle = 0x3fcdffc0 - 0x3fcdffbc g_rw_init_sem = 0x3fcdffbc - 0x3fcdffb8 g_rw_schd_queue = 0x3fcdffb8 - 0x3fcdffb4 lld_init_env = 0x3fcdffb4 - 0x3fcdffb0 lld_rpa_renew_env = 0x3fcdffb0 - 0x3fcdffac lld_scan_env = 0x3fcdffac - 0x3fcdffa8 lld_scan_sync_env = 0x3fcdffa8 - 0x3fcdffa4 lld_test_env = 0x3fcdffa4 - 0x3fcdffa0 p_ble_util_buf_env = 0x3fcdffa0 - 0x3fcdff9c p_lld_env = 0x3fcdff9c - 0x3fcdff98 p_llm_env = 0x3fcdff98 - 0x3fcdff94 r_h4tl_eif_p = 0x3fcdff94 - 0x3fcdff90 r_hli_funcs_p = 0x3fcdff90 - 0x3fcdff8c r_ip_funcs_p = 0x3fcdff8c - 0x3fcdff88 r_modules_funcs_p = 0x3fcdff88 - 0x3fcdff84 r_osi_funcs_p = 0x3fcdff84 - 0x3fcdff80 r_plf_funcs_p = 0x3fcdff80 - 0x3fcdff7c vhci_env_p = 0x3fcdff7c - 0x3fcdff78 aa_gen = 0x3fcdff78 - 0x3fcdff6c aes_env = 0x3fcdff6c - 0x3fcdff1c bt_rf_coex_cfg_cb = 0x3fcdff1c - 0x3fcdff18 btdm_pwr_state = 0x3fcdff18 - 0x3fcdff14 btdm_slp_err = 0x3fcdff14 - 0x3fcdff0c ecc_env = 0x3fcdff0c - 0x3fcdff04 esp_handler = 0x3fcdff04 - 0x3fcdfefc esp_vendor_cmd = 0x3fcdfefc - 0x3fcdfef8 g_adv_delay_dis = 0x3fcdfef8 - 0x3fcdfef4 g_conflict_elt = 0x3fcdfef4 - 0x3fcdfee4 g_eif_api = 0x3fcdfee4 - 0x3fcdfed8 g_event_empty = 0x3fcdfed8 - 0x3fcdfecc g_llc_state = 0x3fcdfecc - 0x3fcdfec8 g_llm_state = 0x3fcdfec8 - 0x3fcdfec4 g_max_evt_env = 0x3fcdfec4 - 0x3fcdfec0 g_misc_state = 0x3fcdfec0 - 0x3fcdfea4 g_rma_rule_db = 0x3fcdfea4 - 0x3fcdfe88 g_rtp_rule_db = 0x3fcdfe88 - 0x3fcdfe85 g_scan_forever = 0x3fcdfe85 - 0x3fcdfe84 g_time_msb = 0x3fcdfe84 - 0x3fcdfe5c h4tl_env = 0x3fcdfe5c - 0x3fcdfe38 hci_env = 0x3fcdfe38 - 0x3fcdfe34 hci_ext_host = 0x3fcdfe34 - 0x3fcdfe2c hci_fc_env = 0x3fcdfe2c - 0x3fcdfe00 hci_tl_env = 0x3fcdfe00 - 0x3fcdfdd0 ke_env = 0x3fcdfdd0 - 0x3fcdfd90 ke_event_env = 0x3fcdfd90 - 0x3fcdfd14 ke_task_env = 0x3fcdfd14 - 0x3fcdfcec llc_env = 0x3fcdfcec - 0x3fcdfcc4 lld_adv_env = 0x3fcdfcc4 - 0x3fcdfc9c lld_con_env = 0x3fcdfc9c - 0x3fcdfc94 lld_exp_sync_pos_tab = 0x3fcdfc94 - 0x3fcdfc6c lld_per_adv_env = 0x3fcdfc6c - 0x3fcdfc44 lld_sync_env = 0x3fcdfc44 - 0x3fcdfc38 llm_le_adv_flow_env = 0x3fcdfc38 - 0x3fcdfc34 rw_sleep_enable = 0x3fcdfc34 - 0x3fcdfc2c rwble_env = 0x3fcdfc2c - 0x3fcdfc10 rwip_env = 0x3fcdfc10 - 0x3fcdfc04 rwip_param = 0x3fcdfc04 - 0x3fcdfc00 rwip_prog_delay = 0x3fcdfc00 - 0x3fcdfbc8 rwip_rf = 0x3fcdfbc8 - 0x3fcdfbc0 sch_alarm_env = 0x3fcdfbc0 - 0x3fcdfbac sch_arb_env = 0x3fcdfbac - 0x3fcdfba4 sch_plan_env = 0x3fcdfba4 - 0x3fcdfaa0 sch_prog_env = 0x3fcdfaa0 - 0x3fcdfa40 sch_slice_env = 0x3fcdfa40 - 0x3fcdfa38 sch_slice_params = 0x3fcdfa38 - 0x3fcdfa30 timer_env = 0x3fcdfa30 - 0x3fcdfa2c unloaded_area = 0x3fcdfa2c - 0x3fcdfa28 vshci_state = 0x3fcdfa28 - 0x3fcdfa1c TASK_DESC_LLC = 0x3fcdfa1c - 0x3fcdfa10 TASK_DESC_LLM = 0x3fcdfa10 - 0x3fcdfa04 TASK_DESC_VSHCI = 0x3fcdfa04 - 0x3fcdf9fc co_default_bdaddr = 0x3fcdf9fc - 0x3fcdf9f8 dbg_assert_block = 0x3fcdf9f8 - 0x3fcdf9f4 g_bt_plf_log_level = 0x3fcdf9f4 - 0x3fcdf9d0 hci_cmd_desc_tab_vs_esp = 0x3fcdf9d0 - 0x3fcdf9b8 hci_command_handler_tab_esp = 0x3fcdf9b8 - 0x3fcdf9b4 privacy_en = 0x3fcdf9b4 - 0x3fcdf96c sdk_cfg_priv_opts = 0x3fcdf96c - 0x3ff1ffdc BasePoint_x_256 = 0x3ff1ffdc - 0x3ff1ffbc BasePoint_y_256 = 0x3ff1ffbc - 0x3ff1ff9c DebugE256PublicKey_x = 0x3ff1ff9c - 0x3ff1ff7c DebugE256PublicKey_y = 0x3ff1ff7c - 0x3ff1ff5c DebugE256SecretKey = 0x3ff1ff5c - 0x3ff1f7a0 ECC_4Win_Look_up_table = 0x3ff1f7a0 - 0x3ff1f79c LLM_AA_CT1 = 0x3ff1f79c - 0x3ff1f798 LLM_AA_CT2 = 0x3ff1f798 - 0x3ff1f790 RF_TX_PW_CONV_TBL = 0x3ff1f790 - 0x3ff1f784 TASK_DESC_MISC = 0x3ff1f784 - 0x3ff1f768 adv_evt_prop2type = 0x3ff1f768 - 0x3ff1f760 adv_evt_type2prop = 0x3ff1f760 - 0x3ff1f750 aes_cmac_zero = 0x3ff1f750 - 0x3ff1f740 aes_k2_salt = 0x3ff1f740 - 0x3ff1f738 aes_k3_id64 = 0x3ff1f738 - 0x3ff1f728 aes_k3_salt = 0x3ff1f728 - 0x3ff1f724 aes_k4_id6 = 0x3ff1f724 - 0x3ff1f714 aes_k4_salt = 0x3ff1f714 - 0x3ff1f6e8 bigHexP256 = 0x3ff1f6e8 - 0x3ff1f6e0 byte_tx_time = 0x3ff1f6e0 - 0x3ff1f6d8 co_null_bdaddr = 0x3ff1f6d8 - 0x3ff1f6d0 co_phy_mask_to_rate = 0x3ff1f6d0 - 0x3ff1f6c8 co_phy_mask_to_value = 0x3ff1f6c8 - 0x3ff1f6c4 co_phy_to_rate = 0x3ff1f6c4 - 0x3ff1f6c0 co_phy_value_to_mask = 0x3ff1f6c0 - 0x3ff1f6b8 co_rate_to_byte_dur_us = 0x3ff1f6b8 - 0x3ff1f6b0 co_rate_to_phy = 0x3ff1f6b0 - 0x3ff1f6ac co_rate_to_phy_mask = 0x3ff1f6ac - 0x3ff1f69c co_sca2ppm = 0x3ff1f69c - 0x3ff1f670 coef_B = 0x3ff1f670 - 0x3ff1f668 connect_req_dur_tab = 0x3ff1f668 - 0x3ff1f5e4 ecc_Jacobian_InfinityPoint256 = 0x3ff1f5e4 - 0x3ff1f518 em_base_reg_lut = 0x3ff1f518 - 0x3ff1f510 fixed_tx_time = 0x3ff1f510 - 0x3ff1f508 h4tl_msgtype2hdrlen = 0x3ff1f508 - 0x3ff1f4d8 hci_cmd_desc_root_tab = 0x3ff1f4d8 - 0x3ff1f46c hci_cmd_desc_tab_ctrl_bb = 0x3ff1f46c - 0x3ff1f43c hci_cmd_desc_tab_info_par = 0x3ff1f43c - 0x3ff1f0a0 hci_cmd_desc_tab_le = 0x3ff1f0a0 - 0x3ff1f088 hci_cmd_desc_tab_lk_ctrl = 0x3ff1f088 - 0x3ff1f07c hci_cmd_desc_tab_stat_par = 0x3ff1f07c - 0x3ff1f040 hci_cmd_desc_tab_vs = 0x3ff1f040 - 0x3ff1eff8 hci_evt_desc_tab = 0x3ff1eff8 - 0x3ff1ef58 hci_evt_le_desc_tab = 0x3ff1ef58 - 0x3ff1ef50 hci_evt_le_desc_tab_esp = 0x3ff1ef50 - 0x3ff1ef48 hci_rsvd_evt_msk = 0x3ff1ef48 - 0x3ff1ef44 lld_aux_phy_to_rate = 0x3ff1ef44 - 0x3ff1ef3c lld_init_max_aux_dur_tab = 0x3ff1ef3c - 0x3ff1ef34 lld_scan_map_legacy_pdu_to_evt_type = 0x3ff1ef34 - 0x3ff1ef2c lld_scan_max_aux_dur_tab = 0x3ff1ef2c - 0x3ff1ef24 lld_sync_max_aux_dur_tab = 0x3ff1ef24 - 0x3ff1ef1c llm_local_le_feats = 0x3ff1ef1c - 0x3ff1ef14 llm_local_le_states = 0x3ff1ef14 - 0x3ff1eeec llm_local_supp_cmds = 0x3ff1eeec - 0x3ff1eecc maxSecretKey_256 = 0x3ff1eecc - 0x3ff1eec4 max_data_tx_time = 0x3ff1eec4 - 0x3ff1eeb4 one_bits = 0x3ff1eeb4 - 0x3ff1eeac rwip_coex_cfg = 0x3ff1eeac - 0x3ff1ee94 rwip_priority = 0x3ff1ee94 - 0x3ff1ee48 veryBigHexP256 = 0x3ff1ee48 - 0x400015b0 esp_pp_rom_version_get = 0x400015b0 - 0x400015b4 RC_GetBlockAckTime = 0x400015b4 - 0x400015b8 ebuf_list_remove = 0x400015b8 - 0x400015c8 GetAccess = 0x400015c8 - 0x400015cc hal_mac_is_low_rate_enabled = 0x400015cc - 0x400015d0 hal_mac_tx_get_blockack = 0x400015d0 - 0x400015d8 ic_get_trc = 0x400015d8 - 0x400015e0 ic_mac_init = 0x400015e0 - 0x400015e4 ic_interface_enabled = 0x400015e4 - 0x400015e8 is_lmac_idle = 0x400015e8 - 0x400015f0 lmacDiscardAgedMSDU = 0x400015f0 - 0x400015fc lmacIsIdle = 0x400015fc - 0x40001600 lmacIsLongFrame = 0x40001600 - 0x40001608 lmacPostTxComplete = 0x40001608 - 0x4000160c lmacProcessAllTxTimeout = 0x4000160c - 0x40001610 lmacProcessCollisions = 0x40001610 - 0x40001614 lmacProcessRxSucData = 0x40001614 - 0x40001618 lmacReachLongLimit = 0x40001618 - 0x4000161c lmacReachShortLimit = 0x4000161c - 0x40001620 lmacRecycleMPDU = 0x40001620 - 0x40001624 lmacRxDone = 0x40001624 - 0x40001634 mac_tx_set_duration = 0x40001634 - 0x4000163c mac_tx_set_plcp0 = 0x4000163c - 0x40001644 mac_tx_set_plcp2 = 0x40001644 - 0x4000164c pm_disable_dream_timer = 0x4000164c - 0x40001650 pm_disable_sleep_delay_timer = 0x40001650 - 0x40001658 pm_mac_wakeup = 0x40001658 - 0x4000165c pm_mac_sleep = 0x4000165c - 0x40001660 pm_enable_active_timer = 0x40001660 - 0x40001664 pm_enable_sleep_delay_timer = 0x40001664 - 0x40001668 pm_local_tsf_process = 0x40001668 - 0x4000166c pm_set_beacon_filter = 0x4000166c - 0x40001670 pm_is_in_wifi_slice_threshold = 0x40001670 - 0x40001674 pm_is_waked = 0x40001674 - 0x40001678 pm_keep_alive = 0x40001678 - 0x40001680 pm_on_data_rx = 0x40001680 - 0x40001684 pm_on_tbtt = 0x40001684 - 0x4000169c pm_sleep_for = 0x4000169c - 0x400016a4 ppAMPDU2Normal = 0x400016a4 - 0x400016ac ppCalFrameTimes = 0x400016ac - 0x400016b0 ppCalSubFrameLength = 0x400016b0 - 0x400016b8 ppCheckTxAMPDUlength = 0x400016b8 - 0x400016bc ppDequeueRxq_Locked = 0x400016bc - 0x400016c0 ppDequeueTxQ = 0x400016c0 - 0x400016c4 ppEmptyDelimiterLength = 0x400016c4 - 0x400016c8 ppEnqueueRxq = 0x400016c8 - 0x400016cc ppEnqueueTxDone = 0x400016cc - 0x400016d0 ppGetTxQFirstAvail_Locked = 0x400016d0 - 0x400016d4 ppGetTxframe = 0x400016d4 - 0x400016e0 ppProcessRxPktHdr = 0x400016e0 - 0x400016e8 ppRecordBarRRC = 0x400016e8 - 0x400016ec lmacRequestTxopQueue = 0x400016ec - 0x400016f0 lmacReleaseTxopQueue = 0x400016f0 - 0x400016f4 ppRecycleAmpdu = 0x400016f4 - 0x400016f8 ppRecycleRxPkt = 0x400016f8 - 0x400016fc ppResortTxAMPDU = 0x400016fc - 0x40001700 ppResumeTxAMPDU = 0x40001700 - 0x4000170c ppRxProtoProc = 0x4000170c - 0x40001710 ppSearchTxQueue = 0x40001710 - 0x40001714 ppSearchTxframe = 0x40001714 - 0x40001718 ppSelectNextQueue = 0x40001718 - 0x4000171c ppSubFromAMPDU = 0x4000171c - 0x40001720 ppTask = 0x40001720 - 0x40001724 ppTxPkt = 0x40001724 - 0x40001728 ppTxProtoProc = 0x40001728 - 0x4000172c ppTxqUpdateBitmap = 0x4000172c - 0x40001734 pp_hdrsize = 0x40001734 - 0x40001738 pp_post = 0x40001738 - 0x4000173c pp_process_hmac_waiting_txq = 0x4000173c - 0x40001740 rcGetAmpduSched = 0x40001740 - 0x40001744 rcUpdateRxDone = 0x40001744 - 0x40001748 rc_get_trc = 0x40001748 - 0x4000174c rc_get_trc_by_index = 0x4000174c - 0x40001750 rcAmpduLowerRate = 0x40001750 - 0x40001754 rcampduuprate = 0x40001754 - 0x40001758 rcClearCurAMPDUSched = 0x40001758 - 0x4000175c rcClearCurSched = 0x4000175c - 0x40001760 rcClearCurStat = 0x40001760 - 0x40001768 rcLowerSched = 0x40001768 - 0x4000176c rcSetTxAmpduLimit = 0x4000176c - 0x40001774 rcUpdateAckSnr = 0x40001774 - 0x40001784 rcUpSched = 0x40001784 - 0x40001788 rssi_margin = 0x40001788 - 0x4000178c rx11NRate2AMPDULimit = 0x4000178c - 0x40001790 TRC_AMPDU_PER_DOWN_THRESHOLD = 0x40001790 - 0x40001794 TRC_AMPDU_PER_UP_THRESHOLD = 0x40001794 - 0x40001798 trc_calc_duration = 0x40001798 - 0x4000179c trc_isTxAmpduOperational = 0x4000179c - 0x400017a0 trc_onAmpduOp = 0x400017a0 - 0x400017a4 TRC_PER_IS_GOOD = 0x400017a4 - 0x400017a8 trc_SetTxAmpduState = 0x400017a8 - 0x400017ac trc_tid_isTxAmpduOperational = 0x400017ac - 0x400017b0 trcAmpduSetState = 0x400017b0 - 0x400017bc wDev_DiscardFrame = 0x400017bc - 0x400017c0 wDev_GetNoiseFloor = 0x400017c0 - 0x400017c4 wDev_IndicateAmpdu = 0x400017c4 - 0x400017cc wdev_bank_store = 0x400017cc - 0x400017d0 wdev_bank_load = 0x400017d0 - 0x400017d4 wdev_mac_reg_load = 0x400017d4 - 0x400017d8 wdev_mac_reg_store = 0x400017d8 - 0x400017dc wdev_mac_special_reg_load = 0x400017dc - 0x400017e0 wdev_mac_special_reg_store = 0x400017e0 - 0x400017e4 wdev_mac_wakeup = 0x400017e4 - 0x400017e8 wdev_mac_sleep = 0x400017e8 - 0x400017ec hal_mac_is_dma_enable = 0x400017ec - 0x400017f8 wdevProcessRxSucDataAll = 0x400017f8 - 0x400017fc wdev_csi_len_align = 0x400017fc - 0x40001800 ppDequeueTxDone_Locked = 0x40001800 - 0x4000180c config_is_cache_tx_buf_enabled = 0x4000180c - 0x40001810 //ppMapWaitTxq = 0x40001810 - 0x40001814 ppProcessWaitingQueue = 0x40001814 - 0x40001818 ppDisableQueue = 0x40001818 - 0x4000181c pm_allow_tx = 0x4000181c - 0x3ff1ee44 our_instances_ptr = 0x3ff1ee44 - 0x3fcdf968 pTxRx = 0x3fcdf968 - 0x3fcdf964 lmacConfMib_ptr = 0x3fcdf964 - 0x3fcdf960 our_wait_eb = 0x3fcdf960 - 0x3fcdf95c our_tx_eb = 0x3fcdf95c - 0x3fcdf958 pp_wdev_funcs = 0x3fcdf958 - 0x3fcdf954 g_osi_funcs_p = 0x3fcdf954 - 0x3fcdf950 wDevCtrl_ptr = 0x3fcdf950 - 0x3ff1ee40 g_wdev_last_desc_reset_ptr = 0x3ff1ee40 - 0x3fcdf94c wDevMacSleep_ptr = 0x3fcdf94c - 0x3fcdf948 g_lmac_cnt_ptr = 0x3fcdf948 - 0x3ff1ee3c our_controls_ptr = 0x3ff1ee3c - 0x3fcdf944 pp_sig_cnt_ptr = 0x3fcdf944 - 0x3fcdf940 g_eb_list_desc_ptr = 0x3fcdf940 - 0x3fcdf93c s_fragment_ptr = 0x3fcdf93c - 0x3fcdf938 if_ctrl_ptr = 0x3fcdf938 - 0x3fcdf934 g_intr_lock_mux = 0x3fcdf934 - 0x3fcdf930 g_wifi_global_lock = 0x3fcdf930 - 0x3fcdf92c s_wifi_queue = 0x3fcdf92c - 0x3fcdf928 pp_task_hdl = 0x3fcdf928 - 0x3fcdf924 s_pp_task_create_sem = 0x3fcdf924 - 0x3fcdf920 s_pp_task_del_sem = 0x3fcdf920 - 0x3fcdf91c g_wifi_menuconfig_ptr = 0x3fcdf91c - 0x3fcdf918 xphyQueue = 0x3fcdf918 - 0x3fcdf914 ap_no_lr_ptr = 0x3fcdf914 - 0x3fcdf910 rc11BSchedTbl_ptr = 0x3fcdf910 - 0x3fcdf90c rc11NSchedTbl_ptr = 0x3fcdf90c - 0x3fcdf908 rcLoRaSchedTbl_ptr = 0x3fcdf908 - 0x3fcdf904 BasicOFDMSched_ptr = 0x3fcdf904 - 0x3fcdf900 trc_ctl_ptr = 0x3fcdf900 - 0x3fcdf8fc g_pm_cnt_ptr = 0x3fcdf8fc - 0x3fcdf8f8 g_pm_ptr = 0x3fcdf8f8 - 0x3fcdf8f4 g_pm_cfg_ptr = 0x3fcdf8f4 - 0x3fcdf8f0 g_esp_mesh_quick_funcs_ptr = 0x3fcdf8f0 - 0x3fcdf8ec g_txop_queue_status_ptr = 0x3fcdf8ec - 0x3fcdf8e8 g_mac_sleep_en_ptr = 0x3fcdf8e8 - 0x3fcdf8e4 g_mesh_is_root_ptr = 0x3fcdf8e4 - 0x3fcdf8e0 g_mesh_topology_ptr = 0x3fcdf8e0 - 0x3fcdf8dc g_mesh_init_ps_type_ptr = 0x3fcdf8dc - 0x3fcdf8d8 g_mesh_is_started_ptr = 0x3fcdf8d8 - 0x3fcdf8d4 g_config_func = 0x3fcdf8d4 - 0x3fcdf8d0 g_net80211_tx_func = 0x3fcdf8d0 - 0x3fcdf8cc g_timer_func = 0x3fcdf8cc - 0x3fcdf8c8 s_michael_mic_failure_cb = 0x3fcdf8c8 - 0x3fcdf8c4 wifi_sta_rx_probe_req = 0x3fcdf8c4 - 0x3fcdf8c0 g_tx_done_cb_func = 0x3fcdf8c0 - 0x3fcdf874 g_per_conn_trc = 0x3fcdf874 - 0x3fcdf870 s_encap_amsdu_func = 0x3fcdf870 - 0x40001820 esp_net80211_rom_version_get = 0x40001820 - 0x40001824 ampdu_dispatch = 0x40001824 - 0x40001828 ampdu_dispatch_all = 0x40001828 - 0x4000182c ampdu_dispatch_as_many_as_possible = 0x4000182c - 0x40001830 ampdu_dispatch_movement = 0x40001830 - 0x40001834 ampdu_dispatch_upto = 0x40001834 - 0x40001838 chm_is_at_home_channel = 0x40001838 - 0x4000183c cnx_node_is_existing = 0x4000183c - 0x40001840 cnx_node_search = 0x40001840 - 0x40001844 ic_ebuf_recycle_rx = 0x40001844 - 0x40001848 ic_ebuf_recycle_tx = 0x40001848 - 0x4000184c ic_reset_rx_ba = 0x4000184c - 0x40001850 ieee80211_align_eb = 0x40001850 - 0x40001858 ieee80211_ampdu_start_age_timer = 0x40001858 - 0x40001860 ieee80211_is_tx_allowed = 0x40001860 - 0x40001864 ieee80211_output_pending_eb = 0x40001864 - 0x4000186c ieee80211_set_tx_desc = 0x4000186c - 0x40001870 rom_sta_input = 0x40001870 - 0x40001874 wifi_get_macaddr = 0x40001874 - 0x40001878 wifi_rf_phy_disable = 0x40001878 - 0x4000187c wifi_rf_phy_enable = 0x4000187c - 0x40001880 ic_ebuf_alloc = 0x40001880 - 0x40001888 ieee80211_copy_eb_header = 0x40001888 - 0x4000188c ieee80211_recycle_cache_eb = 0x4000188c - 0x40001890 ieee80211_search_node = 0x40001890 - 0x40001894 roundup2 = 0x40001894 - 0x40001898 ieee80211_crypto_encap = 0x40001898 - 0x400018a4 ieee80211_set_tx_pti = 0x400018a4 - 0x400018a8 wifi_is_started = 0x400018a8 - 0x3fcdf86c net80211_funcs = 0x3fcdf86c - 0x3fcdf868 g_scan = 0x3fcdf868 - 0x3fcdf864 g_chm = 0x3fcdf864 - 0x3fcdf860 g_ic_ptr = 0x3fcdf860 - 0x3fcdf85c g_hmac_cnt_ptr = 0x3fcdf85c - 0x3fcdf858 g_tx_cacheq_ptr = 0x3fcdf858 - 0x3fcdf854 s_netstack_free = 0x3fcdf854 - 0x3fcdf850 mesh_rxcb = 0x3fcdf850 - 0x3fcdf84c sta_rxcb = 0x3fcdf84c - 0x400018ac esp_coex_rom_version_get = 0x400018ac - 0x400018b0 coex_bt_release = 0x400018b0 - 0x400018b4 coex_bt_request = 0x400018b4 - 0x400018b8 coex_core_ble_conn_dyn_prio_get = 0x400018b8 - 0x400018c0 coex_core_pti_get = 0x400018c0 - 0x400018c4 coex_core_release = 0x400018c4 - 0x400018c8 coex_core_request = 0x400018c8 - 0x400018cc coex_core_status_get = 0x400018cc - 0x400018d4 coex_event_duration_get = 0x400018d4 - 0x400018d8 coex_hw_timer_disable = 0x400018d8 - 0x400018dc coex_hw_timer_enable = 0x400018dc - 0x400018e0 coex_hw_timer_set = 0x400018e0 - 0x400018e4 coex_schm_interval_set = 0x400018e4 - 0x400018e8 coex_schm_lock = 0x400018e8 - 0x400018ec coex_schm_unlock = 0x400018ec - 0x400018f4 coex_wifi_release = 0x400018f4 - 0x400018f8 esp_coex_ble_conn_dynamic_prio_get = 0x400018f8 - 0x3fcdf848 coex_env_ptr = 0x3fcdf848 - 0x3fcdf844 coex_pti_tab_ptr = 0x3fcdf844 - 0x3fcdf840 coex_schm_env_ptr = 0x3fcdf840 - 0x3fcdf83c coexist_funcs = 0x3fcdf83c - 0x3fcdf838 g_coa_funcs_p = 0x3fcdf838 - 0x3fcdf834 g_coex_param_ptr = 0x3fcdf834 - 0x400018fc phy_get_romfuncs = 0x400018fc - 0x40001900 rom_abs_temp = 0x40001900 - 0x40001904 rom_bb_bss_cbw40_dig = 0x40001904 - 0x40001908 rom_bb_wdg_test_en = 0x40001908 - 0x4000190c rom_bb_wdt_get_status = 0x4000190c - 0x40001910 rom_bb_wdt_int_enable = 0x40001910 - 0x40001914 rom_bb_wdt_rst_enable = 0x40001914 - 0x40001918 rom_bb_wdt_timeout_clear = 0x40001918 - 0x4000191c rom_cbw2040_cfg = 0x4000191c - 0x40001920 rom_check_noise_floor = 0x40001920 - 0x40001924 rom_chip_i2c_readReg = 0x40001924 - 0x40001928 rom_chip_i2c_writeReg = 0x40001928 - 0x4000192c rom_correct_rf_ana_gain = 0x4000192c - 0x40001930 rom_dc_iq_est = 0x40001930 - 0x40001934 rom_disable_agc = 0x40001934 - 0x40001938 rom_en_pwdet = 0x40001938 - 0x4000193c rom_enable_agc = 0x4000193c - 0x40001940 rom_get_bbgain_db = 0x40001940 - 0x40001944 rom_get_data_sat = 0x40001944 - 0x40001948 rom_get_i2c_read_mask = 0x40001948 - 0x4000194c rom_get_pwctrl_correct = 0x4000194c - 0x40001950 rom_get_rf_gain_qdb = 0x40001950 - 0x40001954 rom_i2c_readReg = 0x40001954 - 0x40001958 rom_i2c_readReg_Mask = 0x40001958 - 0x4000195c rom_i2c_writeReg = 0x4000195c - 0x40001960 rom_i2c_writeReg_Mask = 0x40001960 - 0x40001968 rom_iq_est_disable = 0x40001968 - 0x4000196c rom_iq_est_enable = 0x4000196c - 0x40001970 rom_linear_to_db = 0x40001970 - 0x40001974 rom_loopback_mode_en = 0x40001974 - 0x40001978 rom_mhz2ieee = 0x40001978 - 0x4000197c rom_noise_floor_auto_set = 0x4000197c - 0x40001980 rom_pbus_debugmode = 0x40001980 - 0x40001984 rom_pbus_force_mode = 0x40001984 - 0x40001988 rom_pbus_force_test = 0x40001988 - 0x4000198c rom_pbus_rd = 0x4000198c - 0x40001990 rom_pbus_rd_addr = 0x40001990 - 0x40001994 rom_pbus_rd_shift = 0x40001994 - 0x40001998 rom_pbus_set_dco = 0x40001998 - 0x4000199c rom_pbus_set_rxgain = 0x4000199c - 0x400019a0 rom_pbus_workmode = 0x400019a0 - 0x400019a4 rom_pbus_xpd_rx_off = 0x400019a4 - 0x400019a8 rom_pbus_xpd_rx_on = 0x400019a8 - 0x400019ac rom_pbus_xpd_tx_off = 0x400019ac - 0x400019b4 rom_phy_byte_to_word = 0x400019b4 - 0x400019b8 rom_phy_disable_cca = 0x400019b8 - 0x400019bc rom_phy_enable_cca = 0x400019bc - 0x400019c0 rom_phy_get_noisefloor = 0x400019c0 - 0x400019c4 rom_phy_get_rx_freq = 0x400019c4 - 0x400019c8 rom_phy_set_bbfreq_init = 0x400019c8 - 0x400019cc rom_pow_usr = 0x400019cc - 0x400019d0 rom_pwdet_sar2_init = 0x400019d0 - 0x400019d4 rom_read_hw_noisefloor = 0x400019d4 - 0x400019d8 rom_read_sar_dout = 0x400019d8 - 0x400019dc rom_set_cal_rxdc = 0x400019dc - 0x400019e0 rom_set_chan_cal_interp = 0x400019e0 - 0x400019e4 rom_set_loopback_gain = 0x400019e4 - 0x400019e8 rom_set_noise_floor = 0x400019e8 - 0x400019ec rom_set_rxclk_en = 0x400019ec - 0x400019f8 rom_set_txclk_en = 0x400019f8 - 0x400019fc rom_spur_cal = 0x400019fc - 0x40001a00 rom_spur_reg_write_one_tone = 0x40001a00 - 0x40001a04 rom_target_power_add_backoff = 0x40001a04 - 0x40001a08 rom_tx_pwctrl_bg_init = 0x40001a08 - 0x40001a10 rom_wifi_11g_rate_chg = 0x40001a10 - 0x40001a14 rom_write_gain_mem = 0x40001a14 - 0x40001a18 chip726_phyrom_version = 0x40001a18 - 0x40001a1c rom_disable_wifi_agc = 0x40001a1c - 0x40001a20 rom_enable_wifi_agc = 0x40001a20 - 0x40001a24 rom_set_tx_gain_table = 0x40001a24 - 0x40001a28 rom_bt_index_to_bb = 0x40001a28 - 0x40001a2c rom_bt_bb_to_index = 0x40001a2c - 0x40001a30 rom_wr_bt_tx_atten = 0x40001a30 - 0x40001a34 rom_wr_bt_tx_gain_mem = 0x40001a34 - 0x40001a38 rom_spur_coef_cfg = 0x40001a38 - 0x40001a3c rom_bb_bss_cbw40 = 0x40001a3c - 0x40001a40 rom_set_cca = 0x40001a40 - 0x40001a44 rom_tx_paon_set = 0x40001a44 - 0x40001a48 rom_i2cmst_reg_init = 0x40001a48 - 0x40001a4c rom_iq_corr_enable = 0x40001a4c - 0x40001a50 rom_fe_reg_init = 0x40001a50 - 0x40001a5c rom_mac_enable_bb = 0x40001a5c - 0x40001a60 rom_bb_wdg_cfg = 0x40001a60 - 0x40001a64 rom_force_txon = 0x40001a64 - 0x40001a68 rom_fe_txrx_reset = 0x40001a68 - 0x40001a6c rom_set_rx_comp = 0x40001a6c - 0x40001a74 rom_write_chan_freq = 0x40001a74 - 0x40001a7c rom_set_xpd_sar = 0x40001a7c - 0x40001a80 rom_write_dac_gain2 = 0x40001a80 - 0x40001a84 rom_rtc_sar2_init = 0x40001a84 - 0x40001a88 rom_get_target_power_offset = 0x40001a88 - 0x40001a90 rom_get_rate_fcc_index = 0x40001a90 - 0x40001a94 rom_get_rate_target_power = 0x40001a94 - 0x40001a98 rom_write_wifi_dig_gain = 0x40001a98 - 0x40001a9c rom_bt_correct_rf_ana_gain = 0x40001a9c - 0x40001aa0 rom_pkdet_vol_start = 0x40001aa0 - 0x40001aa4 rom_read_sar2_code = 0x40001aa4 - 0x40001aa8 rom_get_sar2_vol = 0x40001aa8 - 0x40001aac rom_get_pll_vol = 0x40001aac - 0x40001ab0 rom_get_phy_target_power = 0x40001ab0 - 0x40001ab8 rom_phy_track_pll_cap = 0x40001ab8 - 0x40001abc rom_phy_pwdet_always_en = 0x40001abc - 0x40001ac0 rom_phy_pwdet_onetime_en = 0x40001ac0 - 0x40001ac4 rom_get_i2c_mst0_mask = 0x40001ac4 - 0x40001ac8 rom_get_i2c_hostid = 0x40001ac8 - 0x40001acc rom_enter_critical_phy = 0x40001acc - 0x40001ad0 rom_exit_critical_phy = 0x40001ad0 - 0x40001ad4 rom_chip_i2c_readReg_org = 0x40001ad4 - 0x40001ad8 rom_i2c_paral_set_mst0 = 0x40001ad8 - 0x40001adc rom_i2c_paral_set_read = 0x40001adc - 0x40001ae0 rom_i2c_paral_read = 0x40001ae0 - 0x40001ae4 rom_i2c_paral_write = 0x40001ae4 - 0x40001ae8 rom_i2c_paral_write_num = 0x40001ae8 - 0x40001aec rom_i2c_paral_write_mask = 0x40001aec - 0x40001af0 rom_bb_bss_cbw40_ana = 0x40001af0 - 0x40001af4 rom_chan_to_freq = 0x40001af4 - 0x40001afc rom_dac_rate_set = 0x40001afc - 0x40001b08 rom_tsens_index_to_dac = 0x40001b08 - 0x40001b0c rom_tsens_index_to_offset = 0x40001b0c - 0x40001b14 rom_code_to_temp = 0x40001b14 - 0x40001b18 rom_write_pll_cap_mem = 0x40001b18 - 0x40001b1c rom_pll_correct_dcap = 0x40001b1c - 0x40001b20 rom_phy_en_hw_set_freq = 0x40001b20 - 0x40001b24 rom_phy_dis_hw_set_freq = 0x40001b24 - 0x40000628 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) - [!provide] PROVIDE (esp_rom_gpio_pad_select_gpio = gpio_pad_select_gpio) - [!provide] PROVIDE (esp_rom_gpio_pad_pullup_only = gpio_pad_pullup) - 0x400005cc PROVIDE (esp_rom_gpio_pad_set_drv = gpio_pad_set_drv) - [!provide] PROVIDE (esp_rom_gpio_pad_unhold = gpio_pad_unhold) - [!provide] 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) - 0x4000071c 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) - 0x4000072c PROVIDE (esp_rom_efuse_get_flash_wp_gpio = ets_efuse_get_wp_pad) - [!provide] 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) - 0x40000080 PROVIDE (esp_rom_output_flush_tx = uart_tx_flush) - 0x40000068 PROVIDE (esp_rom_output_tx_one_char = uart_tx_one_char) - 0x40000084 PROVIDE (esp_rom_output_tx_wait_idle = uart_tx_wait_idle) - [!provide] PROVIDE (esp_rom_output_rx_one_char = uart_rx_one_char) - [!provide] PROVIDE (esp_rom_output_rx_string = UartRxString) - 0x40000614 PROVIDE (esp_rom_md5_init = MD5Init) - 0x40000618 PROVIDE (esp_rom_md5_update = MD5Update) - 0x4000061c PROVIDE (esp_rom_md5_final = MD5Final) - 0x40000090 PROVIDE (esp_rom_software_reset_system = software_reset) - [!provide] PROVIDE (esp_rom_software_reset_cpu = software_reset_cpu) - 0x40000040 PROVIDE (esp_rom_printf = ets_printf) - 0x40000050 PROVIDE (esp_rom_delay_us = ets_delay_us) - 0x40000018 PROVIDE (esp_rom_get_reset_reason = rtc_get_reset_reason) - [!provide] PROVIDE (esp_rom_route_intr_matrix = intr_matrix_set) - 0x40000584 PROVIDE (esp_rom_get_cpu_ticks_per_us = ets_get_cpu_frequency) - 0x40000588 PROVIDE (esp_rom_set_cpu_ticks_per_us = ets_update_cpu_frequency) - [!provide] PROVIDE (esp_rom_spiflash_clear_bp = esp_rom_spiflash_unlock) - [!provide] PROVIDE (esp_rom_spiflash_write_enable = SPI_write_enable) - [!provide] PROVIDE (esp_rom_spiflash_erase_area = SPIEraseArea) - [!provide] PROVIDE (esp_rom_spiflash_fix_dummylen = spi_dummy_len_fix) - [!provide] PROVIDE (esp_rom_spiflash_set_drvs = SetSpiDrvs) - [!provide] PROVIDE (esp_rom_spiflash_select_padsfunc = SelectSpiFunction) - [!provide] PROVIDE (esp_rom_spiflash_common_cmd = SPI_Common_Command) - [!provide] PROVIDE (esp_rom_regi2c_read = rom_i2c_readReg) - [!provide] PROVIDE (esp_rom_regi2c_read_mask = rom_i2c_readReg_Mask) - 0x4000195c PROVIDE (esp_rom_regi2c_write = rom_i2c_writeReg) - 0x40001960 PROVIDE (esp_rom_regi2c_write_mask = rom_i2c_writeReg_Mask) - 0x400008dc bt_rf_coex_get_dft_cfg = 0x400008dc - 0x400008e0 bt_rf_coex_hooks_p_set = 0x400008e0 - 0x400008e4 btdm_con_maxevtime_cal_impl = 0x400008e4 - 0x400008e8 btdm_controller_get_compile_version_impl = 0x400008e8 - 0x400008ec btdm_controller_rom_data_init = 0x400008ec - 0x400008f0 btdm_dis_privacy_err_report_impl = 0x400008f0 - 0x400008f4 btdm_disable_adv_delay_impl = 0x400008f4 - 0x400008f8 btdm_enable_scan_continue_impl = 0x400008f8 - 0x400008fc btdm_enable_scan_forever_impl = 0x400008fc - 0x40000900 btdm_get_power_state_impl = 0x40000900 - 0x40000904 btdm_get_prevent_sleep_flag_impl = 0x40000904 - 0x40000908 btdm_power_state_active_impl = 0x40000908 - 0x4000090c btdm_switch_phy_coded_impl = 0x4000090c - 0x40000910 hci_acl_data_handler = 0x40000910 - 0x40000914 hci_disconnect_cmd_handler = 0x40000914 - 0x40000918 hci_le_con_upd_cmd_handler = 0x40000918 - 0x4000091c hci_le_ltk_req_neg_reply_cmd_handler = 0x4000091c - 0x40000920 hci_le_ltk_req_reply_cmd_handler = 0x40000920 - 0x40000924 hci_le_rd_chnl_map_cmd_handler = 0x40000924 - 0x40000928 hci_le_rd_phy_cmd_handler = 0x40000928 - 0x4000092c hci_le_rd_rem_feats_cmd_handler = 0x4000092c - 0x40000930 hci_le_rem_con_param_req_neg_reply_cmd_handler = 0x40000930 - 0x40000934 hci_le_rem_con_param_req_reply_cmd_handler = 0x40000934 - 0x40000938 hci_le_set_data_len_cmd_handler = 0x40000938 - 0x4000093c hci_le_set_phy_cmd_handler = 0x4000093c - 0x40000940 hci_le_start_enc_cmd_handler = 0x40000940 - 0x40000944 hci_rd_auth_payl_to_cmd_handler = 0x40000944 - 0x40000948 hci_rd_rem_ver_info_cmd_handler = 0x40000948 - 0x4000094c hci_rd_rssi_cmd_handler = 0x4000094c - 0x40000950 hci_rd_tx_pwr_lvl_cmd_handler = 0x40000950 - 0x40000954 hci_vs_set_pref_slave_evt_dur_cmd_handler = 0x40000954 - 0x40000958 hci_vs_set_pref_slave_latency_cmd_handler = 0x40000958 - 0x4000095c hci_wr_auth_payl_to_cmd_handler = 0x4000095c - 0x40000960 ll_channel_map_ind_handler = 0x40000960 - 0x40000964 ll_connection_param_req_handler = 0x40000964 - 0x40000968 ll_connection_param_rsp_handler = 0x40000968 - 0x4000096c ll_connection_update_ind_handler = 0x4000096c - 0x40000970 ll_enc_req_handler = 0x40000970 - 0x40000974 ll_enc_rsp_handler = 0x40000974 - 0x40000978 ll_feature_req_handler = 0x40000978 - 0x4000097c ll_feature_rsp_handler = 0x4000097c - 0x40000980 ll_length_req_handler = 0x40000980 - 0x40000984 ll_length_rsp_handler = 0x40000984 - 0x40000988 ll_min_used_channels_ind_handler = 0x40000988 - 0x4000098c ll_pause_enc_req_handler = 0x4000098c - 0x40000990 ll_pause_enc_rsp_handler = 0x40000990 - 0x40000994 ll_phy_req_handler = 0x40000994 - 0x40000998 ll_phy_rsp_handler = 0x40000998 - 0x4000099c ll_phy_update_ind_handler = 0x4000099c - 0x400009a0 ll_ping_req_handler = 0x400009a0 - 0x400009a4 ll_ping_rsp_handler = 0x400009a4 - 0x400009a8 ll_slave_feature_req_handler = 0x400009a8 - 0x400009ac ll_start_enc_req_handler = 0x400009ac - 0x400009b0 ll_start_enc_rsp_handler = 0x400009b0 - 0x400009b4 ll_terminate_ind_handler = 0x400009b4 - 0x400009b8 ll_version_ind_handler = 0x400009b8 - 0x400009bc llc_auth_payl_nearly_to_handler = 0x400009bc - 0x400009c0 llc_auth_payl_real_to_handler = 0x400009c0 - 0x400009c4 llc_encrypt_ind_handler = 0x400009c4 - 0x400009c8 llc_hci_command_handler_wrapper = 0x400009c8 - 0x400009cc llc_ll_connection_param_req_pdu_send = 0x400009cc - 0x400009d0 llc_ll_connection_param_rsp_pdu_send = 0x400009d0 - 0x400009d4 llc_ll_connection_update_ind_pdu_send = 0x400009d4 - 0x400009d8 llc_ll_enc_req_pdu_send = 0x400009d8 - 0x400009dc llc_ll_enc_rsp_pdu_send = 0x400009dc - 0x400009e0 llc_ll_feature_req_pdu_send = 0x400009e0 - 0x400009e4 llc_ll_feature_rsp_pdu_send = 0x400009e4 - 0x400009e8 llc_ll_length_req_pdu_send = 0x400009e8 - 0x400009ec llc_ll_length_rsp_pdu_send = 0x400009ec - 0x400009f0 llc_ll_pause_enc_req_pdu_send = 0x400009f0 - 0x400009f4 llc_ll_pause_enc_rsp_pdu_send = 0x400009f4 - 0x400009f8 llc_ll_phy_req_pdu_send = 0x400009f8 - 0x400009fc llc_ll_phy_rsp_pdu_send = 0x400009fc - 0x40000a00 llc_ll_ping_req_pdu_send = 0x40000a00 - 0x40000a04 llc_ll_ping_rsp_pdu_send = 0x40000a04 - 0x40000a08 llc_ll_start_enc_req_pdu_send = 0x40000a08 - 0x40000a0c llc_ll_start_enc_rsp_pdu_send = 0x40000a0c - 0x40000a10 llc_ll_terminate_ind_pdu_send = 0x40000a10 - 0x40000a14 llc_ll_unknown_rsp_pdu_send = 0x40000a14 - 0x40000a18 llc_llcp_ch_map_update_ind_pdu_send = 0x40000a18 - 0x40000a1c llc_llcp_phy_upd_ind_pdu_send = 0x40000a1c - 0x40000a20 llc_llcp_version_ind_pdu_send = 0x40000a20 - 0x40000a24 llc_op_ch_map_upd_ind_handler = 0x40000a24 - 0x40000a28 llc_op_con_upd_ind_handler = 0x40000a28 - 0x40000a2c llc_op_disconnect_ind_handler = 0x40000a2c - 0x40000a30 llc_op_dl_upd_ind_handler = 0x40000a30 - 0x40000a34 llc_op_encrypt_ind_handler = 0x40000a34 - 0x40000a38 llc_op_feats_exch_ind_handler = 0x40000a38 - 0x40000a3c llc_op_le_ping_ind_handler = 0x40000a3c - 0x40000a40 llc_op_phy_upd_ind_handler = 0x40000a40 - 0x40000a44 llc_op_ver_exch_ind_handler = 0x40000a44 - 0x40000a48 llc_stopped_ind_handler = 0x40000a48 - 0x40000a4c lld_acl_rx_ind_handler = 0x40000a4c - 0x40000a50 lld_acl_tx_cfm_handler = 0x40000a50 - 0x40000a54 lld_adv_end_ind_handler = 0x40000a54 - 0x40000a58 lld_adv_rep_ind_handler = 0x40000a58 - 0x40000a5c lld_ch_map_upd_cfm_handler = 0x40000a5c - 0x40000a60 lld_con_estab_ind_handler = 0x40000a60 - 0x40000a64 lld_con_evt_sd_evt_time_set = 0x40000a64 - 0x40000a68 lld_con_offset_upd_ind_handler = 0x40000a68 - 0x40000a6c lld_con_param_upd_cfm_handler = 0x40000a6c - 0x40000a70 lld_disc_ind_handler = 0x40000a70 - 0x40000a74 lld_init_end_ind_handler = 0x40000a74 - 0x40000a78 lld_llcp_rx_ind_handler_wrapper = 0x40000a78 - 0x40000a7c lld_llcp_tx_cfm_handler = 0x40000a7c - 0x40000a80 lld_per_adv_end_ind_handler = 0x40000a80 - 0x40000a84 lld_per_adv_rep_ind_handler = 0x40000a84 - 0x40000a88 lld_per_adv_rx_end_ind_handler = 0x40000a88 - 0x40000a8c lld_phy_coded_500k_get = 0x40000a8c - 0x40000a90 lld_phy_upd_cfm_handler = 0x40000a90 - 0x40000a94 lld_scan_end_ind_handler = 0x40000a94 - 0x40000a98 lld_scan_req_ind_handler = 0x40000a98 - 0x40000a9c lld_sync_start_req_handler = 0x40000a9c - 0x40000aa0 lld_test_end_ind_handler = 0x40000aa0 - 0x40000aa4 lld_update_rxbuf_handler = 0x40000aa4 - 0x40000aa8 llm_ch_map_update_ind_handler = 0x40000aa8 - 0x40000aac llm_hci_command_handler_wrapper = 0x40000aac - 0x40000ab0 llm_scan_period_to_handler = 0x40000ab0 - 0x40000ab4 r_Add2SelfBigHex256 = 0x40000ab4 - 0x40000ab8 r_AddBigHex256 = 0x40000ab8 - 0x40000abc r_AddBigHexModP256 = 0x40000abc - 0x40000ac0 r_AddP256 = 0x40000ac0 - 0x40000ac4 r_AddPdiv2_256 = 0x40000ac4 - 0x40000ac8 r_GF_Jacobian_Point_Addition256 = 0x40000ac8 - 0x40000acc r_GF_Jacobian_Point_Double256 = 0x40000acc - 0x40000ad0 r_GF_Point_Jacobian_To_Affine256 = 0x40000ad0 - 0x40000ad4 r_MultiplyBigHexByUint32_256 = 0x40000ad4 - 0x40000ad8 r_MultiplyBigHexModP256 = 0x40000ad8 - 0x40000adc r_MultiplyByU16ModP256 = 0x40000adc - 0x40000ae0 r_SubtractBigHex256 = 0x40000ae0 - 0x40000ae4 r_SubtractBigHexMod256 = 0x40000ae4 - 0x40000ae8 r_SubtractBigHexUint32_256 = 0x40000ae8 - 0x40000aec r_SubtractFromSelfBigHex256 = 0x40000aec - 0x40000af0 r_SubtractFromSelfBigHexSign256 = 0x40000af0 - 0x40000af4 r_aes_alloc = 0x40000af4 - 0x40000af8 r_aes_ccm_continue = 0x40000af8 - 0x40000afc r_aes_ccm_process_e = 0x40000afc - 0x40000b00 r_aes_ccm_xor_128_lsb = 0x40000b00 - 0x40000b04 r_aes_ccm_xor_128_msb = 0x40000b04 - 0x40000b08 r_aes_cmac_continue = 0x40000b08 - 0x40000b0c r_aes_cmac_start = 0x40000b0c - 0x40000b10 r_aes_k1_continue = 0x40000b10 - 0x40000b14 r_aes_k2_continue = 0x40000b14 - 0x40000b18 r_aes_k3_continue = 0x40000b18 - 0x40000b1c r_aes_k4_continue = 0x40000b1c - 0x40000b20 r_aes_shift_left_128 = 0x40000b20 - 0x40000b24 r_aes_start = 0x40000b24 - 0x40000b28 r_aes_xor_128 = 0x40000b28 - 0x40000b2c r_assert_err = 0x40000b2c - 0x40000b30 r_assert_param = 0x40000b30 - 0x40000b34 r_assert_warn = 0x40000b34 - 0x40000b38 r_bigHexInversion256 = 0x40000b38 - 0x40000b3c r_ble_sw_cca_check_isr = 0x40000b3c - 0x40000b40 r_ble_util_buf_acl_tx_alloc = 0x40000b40 - 0x40000b44 r_ble_util_buf_acl_tx_elt_get = 0x40000b44 - 0x40000b48 r_ble_util_buf_acl_tx_free = 0x40000b48 - 0x40000b4c r_ble_util_buf_acl_tx_free_in_isr = 0x40000b4c - 0x40000b50 r_ble_util_buf_adv_tx_alloc = 0x40000b50 - 0x40000b54 r_ble_util_buf_adv_tx_free = 0x40000b54 - 0x40000b58 r_ble_util_buf_adv_tx_free_in_isr = 0x40000b58 - 0x40000b5c r_ble_util_buf_env_deinit = 0x40000b5c - 0x40000b60 r_ble_util_buf_env_init = 0x40000b60 - 0x40000b64 r_ble_util_buf_get_rx_buf_nb = 0x40000b64 - 0x40000b68 r_ble_util_buf_get_rx_buf_size = 0x40000b68 - 0x40000b6c r_ble_util_buf_llcp_tx_alloc = 0x40000b6c - 0x40000b70 r_ble_util_buf_llcp_tx_free = 0x40000b70 - 0x40000b74 r_ble_util_buf_rx_alloc = 0x40000b74 - 0x40000b78 r_ble_util_buf_rx_alloc_in_isr = 0x40000b78 - 0x40000b7c r_ble_util_buf_rx_free = 0x40000b7c - 0x40000b80 r_ble_util_buf_rx_free_in_isr = 0x40000b80 - 0x40000b84 r_ble_util_buf_set_rx_buf_nb = 0x40000b84 - 0x40000b88 r_ble_util_buf_set_rx_buf_size = 0x40000b88 - 0x40000b8c r_ble_util_data_rx_buf_reset = 0x40000b8c - 0x40000b90 r_bt_bb_get_intr_mask = 0x40000b90 - 0x40000b94 r_bt_bb_intr_clear = 0x40000b94 - 0x40000b98 r_bt_bb_intr_mask_set = 0x40000b98 - 0x40000ba0 r_bt_rf_coex_cfg_set = 0x40000ba0 - 0x40000ba4 r_bt_rf_coex_conn_dynamic_pti_en_get = 0x40000ba4 - 0x40000bac r_bt_rf_coex_ext_adv_dynamic_pti_en_get = 0x40000bac - 0x40000bb0 r_bt_rf_coex_ext_scan_dynamic_pti_en_get = 0x40000bb0 - 0x40000bb4 r_bt_rf_coex_legacy_adv_dynamic_pti_en_get = 0x40000bb4 - 0x40000bb8 r_bt_rf_coex_per_adv_dynamic_pti_en_get = 0x40000bb8 - 0x40000bbc r_bt_rf_coex_pti_table_get = 0x40000bbc - 0x40000bc0 r_bt_rf_coex_st_param_get = 0x40000bc0 - 0x40000bc4 r_bt_rf_coex_st_param_set = 0x40000bc4 - 0x40000bc8 r_bt_rf_coex_sync_scan_dynamic_pti_en_get = 0x40000bc8 - 0x40000bcc r_bt_rma_apply_rule_cs_fmt = 0x40000bcc - 0x40000bd0 r_bt_rma_apply_rule_cs_idx = 0x40000bd0 - 0x40000bd4 r_bt_rma_configure = 0x40000bd4 - 0x40000bd8 r_bt_rma_deregister_rule_cs_fmt = 0x40000bd8 - 0x40000bdc r_bt_rma_deregister_rule_cs_idx = 0x40000bdc - 0x40000be0 r_bt_rma_get_ant_by_act = 0x40000be0 - 0x40000be4 r_bt_rma_init = 0x40000be4 - 0x40000be8 r_bt_rma_register_rule_cs_fmt = 0x40000be8 - 0x40000bec r_bt_rma_register_rule_cs_idx = 0x40000bec - 0x40000bf0 r_bt_rtp_apply_rule_cs_fmt = 0x40000bf0 - 0x40000bf4 r_bt_rtp_apply_rule_cs_idx = 0x40000bf4 - 0x40000bf8 r_bt_rtp_deregister_rule_cs_fmt = 0x40000bf8 - 0x40000bfc r_bt_rtp_deregister_rule_cs_idx = 0x40000bfc - 0x40000c04 r_bt_rtp_init = 0x40000c04 - 0x40000c08 r_bt_rtp_register_rule_cs_fmt = 0x40000c08 - 0x40000c0c r_bt_rtp_register_rule_cs_idx = 0x40000c0c - 0x40000c10 r_btdm_isr = 0x40000c10 - 0x40000c20 r_cali_phase_match_p = 0x40000c20 - 0x40000c24 r_cmp_abs_time = 0x40000c24 - 0x40000c28 r_cmp_dest_id = 0x40000c28 - 0x40000c2c r_cmp_timer_id = 0x40000c2c - 0x40000c30 r_co_bdaddr_compare = 0x40000c30 - 0x40000c34 r_co_ble_pkt_dur_in_us = 0x40000c34 - 0x40000c38 r_co_list_extract = 0x40000c38 - 0x40000c3c r_co_list_extract_after = 0x40000c3c - 0x40000c40 r_co_list_extract_sublist = 0x40000c40 - 0x40000c44 r_co_list_find = 0x40000c44 - 0x40000c48 r_co_list_init = 0x40000c48 - 0x40000c4c r_co_list_insert_after = 0x40000c4c - 0x40000c50 r_co_list_insert_before = 0x40000c50 - 0x40000c54 r_co_list_merge = 0x40000c54 - 0x40000c58 r_co_list_pool_init = 0x40000c58 - 0x40000c5c r_co_list_pop_front = 0x40000c5c - 0x40000c60 r_co_list_push_back = 0x40000c60 - 0x40000c64 r_co_list_push_back_sublist = 0x40000c64 - 0x40000c68 r_co_list_push_front = 0x40000c68 - 0x40000c6c r_co_list_size = 0x40000c6c - 0x40000c70 r_co_nb_good_le_channels = 0x40000c70 - 0x40000c74 r_co_util_pack = 0x40000c74 - 0x40000c78 r_co_util_read_array_size = 0x40000c78 - 0x40000c7c r_co_util_unpack = 0x40000c7c - 0x40000c80 r_dbg_env_deinit = 0x40000c80 - 0x40000c84 r_dbg_env_init = 0x40000c84 - 0x40000c88 r_dbg_platform_reset_complete = 0x40000c88 - 0x40000c8c r_dl_upd_proc_start = 0x40000c8c - 0x40000c90 r_dump_data = 0x40000c90 - 0x40000c94 r_ecc_abort_key256_generation = 0x40000c94 - 0x40000c98 r_ecc_gen_new_public_key = 0x40000c98 - 0x40000c9c r_ecc_gen_new_secret_key = 0x40000c9c - 0x40000ca0 r_ecc_generate_key256 = 0x40000ca0 - 0x40000ca4 r_ecc_get_debug_Keys = 0x40000ca4 - 0x40000ca8 r_ecc_init = 0x40000ca8 - 0x40000cac r_ecc_is_valid_point = 0x40000cac - 0x40000cb0 r_ecc_multiplication_event_handler = 0x40000cb0 - 0x40000cb4 r_ecc_point_multiplication_win_256 = 0x40000cb4 - 0x40000cb8 r_emi_alloc_em_mapping_by_offset = 0x40000cb8 - 0x40000cbc r_emi_base_reg_lut_show = 0x40000cbc - 0x40000cc0 r_emi_em_base_reg_show = 0x40000cc0 - 0x40000cc4 r_emi_free_em_mapping_by_offset = 0x40000cc4 - 0x40000cc8 r_emi_get_em_mapping_idx_by_offset = 0x40000cc8 - 0x40000ccc r_emi_get_mem_addr_by_offset = 0x40000ccc - 0x40000cd0 r_emi_overwrite_em_mapping_by_offset = 0x40000cd0 - 0x40000cd4 r_esp_vendor_hci_command_handler = 0x40000cd4 - 0x40000cd8 r_get_stack_usage = 0x40000cd8 - 0x40000cdc r_h4tl_acl_hdr_rx_evt_handler = 0x40000cdc - 0x40000ce0 r_h4tl_cmd_hdr_rx_evt_handler = 0x40000ce0 - 0x40000ce4 r_h4tl_cmd_pld_rx_evt_handler = 0x40000ce4 - 0x40000ce8 r_h4tl_eif_io_event_post = 0x40000ce8 - 0x40000cec r_h4tl_eif_register = 0x40000cec - 0x40000cf0 r_h4tl_init = 0x40000cf0 - 0x40000cf4 r_h4tl_out_of_sync = 0x40000cf4 - 0x40000cf8 r_h4tl_out_of_sync_check = 0x40000cf8 - 0x40000cfc r_h4tl_read_hdr = 0x40000cfc - 0x40000d00 r_h4tl_read_next_out_of_sync = 0x40000d00 - 0x40000d04 r_h4tl_read_payl = 0x40000d04 - 0x40000d08 r_h4tl_read_start = 0x40000d08 - 0x40000d0c r_h4tl_rx_acl_hdr_extract = 0x40000d0c - 0x40000d10 r_h4tl_rx_cmd_hdr_extract = 0x40000d10 - 0x40000d14 r_h4tl_rx_done = 0x40000d14 - 0x40000d18 r_h4tl_start = 0x40000d18 - 0x40000d1c r_h4tl_stop = 0x40000d1c - 0x40000d20 r_h4tl_tx_done = 0x40000d20 - 0x40000d24 r_h4tl_tx_evt_handler = 0x40000d24 - 0x40000d28 r_h4tl_write = 0x40000d28 - 0x40000d2c r_hci_acl_tx_data_alloc = 0x40000d2c - 0x40000d30 r_hci_acl_tx_data_received = 0x40000d30 - 0x40000d34 r_hci_basic_cmd_send_2_controller = 0x40000d34 - 0x40000d38 r_hci_ble_adv_report_filter_check = 0x40000d38 - 0x40000d3c r_hci_ble_adv_report_tx_check = 0x40000d3c - 0x40000d40 r_hci_ble_conhdl_register = 0x40000d40 - 0x40000d44 r_hci_ble_conhdl_unregister = 0x40000d44 - 0x40000d48 r_hci_build_acl_data = 0x40000d48 - 0x40000d4c r_hci_build_cc_evt = 0x40000d4c - 0x40000d50 r_hci_build_cs_evt = 0x40000d50 - 0x40000d54 r_hci_build_evt = 0x40000d54 - 0x40000d58 r_hci_build_le_evt = 0x40000d58 - 0x40000d5c r_hci_cmd_get_max_param_size = 0x40000d5c - 0x40000d60 r_hci_cmd_received = 0x40000d60 - 0x40000d64 r_hci_cmd_reject = 0x40000d64 - 0x40000d68 r_hci_evt_mask_check = 0x40000d68 - 0x40000d6c r_hci_evt_mask_set = 0x40000d6c - 0x40000d70 r_hci_fc_acl_buf_size_set = 0x40000d70 - 0x40000d74 r_hci_fc_acl_en = 0x40000d74 - 0x40000d78 r_hci_fc_acl_packet_sent = 0x40000d78 - 0x40000d7c r_hci_fc_check_host_available_nb_acl_packets = 0x40000d7c - 0x40000d80 r_hci_fc_host_nb_acl_pkts_complete = 0x40000d80 - 0x40000d84 r_hci_fc_init = 0x40000d84 - 0x40000d88 r_hci_look_for_cmd_desc = 0x40000d88 - 0x40000d8c r_hci_look_for_evt_desc = 0x40000d8c - 0x40000d90 r_hci_look_for_le_evt_desc = 0x40000d90 - 0x40000d94 r_hci_look_for_le_evt_desc_esp = 0x40000d94 - 0x40000d98 r_hci_pack_bytes = 0x40000d98 - 0x40000da0 r_hci_send_2_controller = 0x40000da0 - 0x40000da4 r_hci_send_2_host = 0x40000da4 - 0x40000da8 r_hci_tl_c2h_data_flow_on = 0x40000da8 - 0x40000dac r_hci_tl_cmd_hdr_rx_evt_handler = 0x40000dac - 0x40000db0 r_hci_tl_cmd_pld_rx_evt_handler = 0x40000db0 - 0x40000db4 r_hci_tl_get_pkt = 0x40000db4 - 0x40000db8 r_hci_tl_hci_pkt_handler = 0x40000db8 - 0x40000dbc r_hci_tl_hci_tx_done_evt_handler = 0x40000dbc - 0x40000dc0 r_hci_tl_inc_nb_h2c_cmd_pkts = 0x40000dc0 - 0x40000dc4 r_hci_tl_save_pkt = 0x40000dc4 - 0x40000dc8 r_hci_tl_send = 0x40000dc8 - 0x40000dcc r_hci_tx_done = 0x40000dcc - 0x40000dd0 r_hci_tx_start = 0x40000dd0 - 0x40000dd4 r_hci_tx_trigger = 0x40000dd4 - 0x40000dd8 r_isValidSecretKey_256 = 0x40000dd8 - 0x40000ddc r_ke_check_malloc = 0x40000ddc - 0x40000de0 r_ke_event_callback_set = 0x40000de0 - 0x40000de4 r_ke_event_clear = 0x40000de4 - 0x40000de8 r_ke_event_flush = 0x40000de8 - 0x40000dec r_ke_event_get = 0x40000dec - 0x40000df0 r_ke_event_get_all = 0x40000df0 - 0x40000df4 r_ke_event_init = 0x40000df4 - 0x40000df8 r_ke_event_schedule = 0x40000df8 - 0x40000dfc r_ke_event_set = 0x40000dfc - 0x40000e00 r_ke_flush = 0x40000e00 - 0x40000e04 r_ke_free = 0x40000e04 - 0x40000e08 r_ke_handler_search = 0x40000e08 - 0x40000e0c r_ke_init = 0x40000e0c - 0x40000e10 r_ke_is_free = 0x40000e10 - 0x40000e14 r_ke_malloc = 0x40000e14 - 0x40000e18 r_ke_mem_init = 0x40000e18 - 0x40000e1c r_ke_mem_is_empty = 0x40000e1c - 0x40000e20 r_ke_mem_is_in_heap = 0x40000e20 - 0x40000e24 r_ke_msg_alloc = 0x40000e24 - 0x40000e28 r_ke_msg_dest_id_get = 0x40000e28 - 0x40000e2c r_ke_msg_discard = 0x40000e2c - 0x40000e30 r_ke_msg_forward = 0x40000e30 - 0x40000e34 r_ke_msg_forward_new_id = 0x40000e34 - 0x40000e38 r_ke_msg_free = 0x40000e38 - 0x40000e3c r_ke_msg_in_queue = 0x40000e3c - 0x40000e40 r_ke_msg_save = 0x40000e40 - 0x40000e44 r_ke_msg_send = 0x40000e44 - 0x40000e48 r_ke_msg_send_basic = 0x40000e48 - 0x40000e4c r_ke_msg_src_id_get = 0x40000e4c - 0x40000e50 r_ke_queue_extract = 0x40000e50 - 0x40000e54 r_ke_queue_insert = 0x40000e54 - 0x40000e58 r_ke_sleep_check = 0x40000e58 - 0x40000e5c r_ke_state_get = 0x40000e5c - 0x40000e60 r_ke_state_set = 0x40000e60 - 0x40000e64 r_ke_task_check = 0x40000e64 - 0x40000e68 r_ke_task_create = 0x40000e68 - 0x40000e6c r_ke_task_delete = 0x40000e6c - 0x40000e70 r_ke_task_handler_get = 0x40000e70 - 0x40000e74 r_ke_task_init = 0x40000e74 - 0x40000e78 r_ke_task_msg_flush = 0x40000e78 - 0x40000e7c r_ke_task_saved_update = 0x40000e7c - 0x40000e84 r_ke_time = 0x40000e84 - 0x40000e88 r_ke_time_cmp = 0x40000e88 - 0x40000e8c r_ke_time_past = 0x40000e8c - 0x40000e90 r_ke_timer_active = 0x40000e90 - 0x40000e94 r_ke_timer_adjust_all = 0x40000e94 - 0x40000e98 r_ke_timer_clear = 0x40000e98 - 0x40000e9c r_ke_timer_init = 0x40000e9c - 0x40000ea0 r_ke_timer_schedule = 0x40000ea0 - 0x40000ea4 r_ke_timer_set = 0x40000ea4 - 0x40000ea8 r_led_init = 0x40000ea8 - 0x40000eac r_led_set_all = 0x40000eac - 0x40000eb0 r_llc_aes_res_cb = 0x40000eb0 - 0x40000eb4 r_llc_ch_map_up_proc_err_cb = 0x40000eb4 - 0x40000eb8 r_llc_cleanup = 0x40000eb8 - 0x40000ebc r_llc_cmd_cmp_send = 0x40000ebc - 0x40000ec0 r_llc_cmd_stat_send = 0x40000ec0 - 0x40000ec4 r_llc_con_move_cbk = 0x40000ec4 - 0x40000ec8 r_llc_con_plan_set_update = 0x40000ec8 - 0x40000ecc r_llc_con_upd_param_in_range = 0x40000ecc - 0x40000ed0 r_llc_disconnect = 0x40000ed0 - 0x40000ed4 r_llc_disconnect_end = 0x40000ed4 - 0x40000ed8 r_llc_disconnect_proc_continue = 0x40000ed8 - 0x40000edc r_llc_disconnect_proc_err_cb = 0x40000edc - 0x40000ee0 r_llc_dl_chg_check = 0x40000ee0 - 0x40000ee4 r_llc_dle_proc_err_cb = 0x40000ee4 - 0x40000ee8 r_llc_feats_exch_proc_err_cb = 0x40000ee8 - 0x40000eec r_llc_hci_cmd_handler_tab_p_get = 0x40000eec - 0x40000ef4 r_llc_hci_con_param_req_evt_send = 0x40000ef4 - 0x40000ef8 r_llc_hci_con_upd_info_send = 0x40000ef8 - 0x40000efc r_llc_hci_disconnected_dis = 0x40000efc - 0x40000f00 r_llc_hci_dl_upd_info_send = 0x40000f00 - 0x40000f04 r_llc_hci_enc_evt_send = 0x40000f04 - 0x40000f08 r_llc_hci_feats_info_send = 0x40000f08 - 0x40000f0c r_llc_hci_le_phy_upd_cmp_evt_send = 0x40000f0c - 0x40000f10 r_llc_hci_ltk_request_evt_send = 0x40000f10 - 0x40000f14 r_llc_hci_nb_cmp_pkts_evt_send = 0x40000f14 - 0x40000f18 r_llc_hci_version_info_send = 0x40000f18 - 0x40000f1c r_llc_init_term_proc = 0x40000f1c - 0x40000f20 r_llc_iv_skd_rand_gen = 0x40000f20 - 0x40000f24 r_llc_le_ping_proc_continue = 0x40000f24 - 0x40000f28 r_llc_le_ping_proc_err_cb = 0x40000f28 - 0x40000f30 r_llc_le_ping_set = 0x40000f30 - 0x40000f34 r_llc_ll_pause_enc_rsp_ack_handler = 0x40000f34 - 0x40000f38 r_llc_ll_reject_ind_ack_handler = 0x40000f38 - 0x40000f3c r_llc_ll_reject_ind_pdu_send = 0x40000f3c - 0x40000f40 r_llc_ll_start_enc_rsp_ack_handler = 0x40000f40 - 0x40000f44 r_llc_ll_terminate_ind_ack = 0x40000f44 - 0x40000f48 r_llc_ll_unknown_ind_handler = 0x40000f48 - 0x40000f4c r_llc_llcp_send = 0x40000f4c - 0x40000f50 r_llc_llcp_state_set = 0x40000f50 - 0x40000f54 r_llc_llcp_trans_timer_set = 0x40000f54 - 0x40000f58 r_llc_llcp_tx_check = 0x40000f58 - 0x40000f64 r_llc_loc_con_upd_proc_err_cb = 0x40000f64 - 0x40000f68 r_llc_loc_dl_upd_proc_continue = 0x40000f68 - 0x40000f6c r_llc_loc_encrypt_proc_continue = 0x40000f6c - 0x40000f70 r_llc_loc_encrypt_proc_err_cb = 0x40000f70 - 0x40000f74 r_llc_loc_feats_exch_proc_continue = 0x40000f74 - 0x40000f7c r_llc_loc_phy_upd_proc_err_cb = 0x40000f7c - 0x40000f80 r_llc_msg_handler_tab_p_get = 0x40000f80 - 0x40000f84 r_llc_pref_param_compute = 0x40000f84 - 0x40000f88 r_llc_proc_collision_check = 0x40000f88 - 0x40000f8c r_llc_proc_err_ind = 0x40000f8c - 0x40000f90 r_llc_proc_get = 0x40000f90 - 0x40000f94 r_llc_proc_id_get = 0x40000f94 - 0x40000f98 r_llc_proc_reg = 0x40000f98 - 0x40000f9c r_llc_proc_state_get = 0x40000f9c - 0x40000fa0 r_llc_proc_state_set = 0x40000fa0 - 0x40000fa4 r_llc_proc_timer_pause_set = 0x40000fa4 - 0x40000fa8 r_llc_proc_timer_set = 0x40000fa8 - 0x40000fac r_llc_proc_unreg = 0x40000fac - 0x40000fb0 r_llc_rem_ch_map_proc_continue = 0x40000fb0 - 0x40000fb8 r_llc_rem_con_upd_proc_err_cb = 0x40000fb8 - 0x40000fbc r_llc_rem_dl_upd_proc = 0x40000fbc - 0x40000fc0 r_llc_rem_encrypt_proc_continue = 0x40000fc0 - 0x40000fc4 r_llc_rem_encrypt_proc_err_cb = 0x40000fc4 - 0x40000fc8 r_llc_rem_phy_upd_proc_continue = 0x40000fc8 - 0x40000fcc r_llc_rem_phy_upd_proc_err_cb = 0x40000fcc - 0x40000fd0 r_llc_role_get = 0x40000fd0 - 0x40000fd4 r_llc_sk_gen = 0x40000fd4 - 0x40000fd8 r_llc_start = 0x40000fd8 - 0x40000fdc r_llc_stop = 0x40000fdc - 0x40000fe0 r_llc_ver_exch_loc_proc_continue = 0x40000fe0 - 0x40000fe4 r_llc_ver_proc_err_cb = 0x40000fe4 - 0x40000fe8 r_llcp_pdu_handler_tab_p_get = 0x40000fe8 - 0x40000fec r_lld_aa_gen = 0x40000fec - 0x40000ff0 r_lld_adv_adv_data_set = 0x40000ff0 - 0x40000ff4 r_lld_adv_adv_data_update = 0x40000ff4 - 0x40000ff8 r_lld_adv_aux_ch_idx_set = 0x40000ff8 - 0x40000ffc r_lld_adv_aux_evt_canceled_cbk = 0x40000ffc - 0x40001000 r_lld_adv_aux_evt_start_cbk = 0x40001000 - 0x40001004 r_lld_adv_coex_check_ext_adv_synced = 0x40001004 - 0x40001008 r_lld_adv_coex_env_reset = 0x40001008 - 0x4000100c r_lld_adv_duration_update = 0x4000100c - 0x40001010 r_lld_adv_dynamic_pti_process = 0x40001010 - 0x40001014 r_lld_adv_end = 0x40001014 - 0x40001018 r_lld_adv_evt_canceled_cbk = 0x40001018 - 0x4000101c r_lld_adv_evt_start_cbk = 0x4000101c - 0x40001020 r_lld_adv_ext_chain_construct = 0x40001020 - 0x40001024 r_lld_adv_ext_pkt_prepare = 0x40001024 - 0x40001028 r_lld_adv_frm_cbk = 0x40001028 - 0x4000102c r_lld_adv_frm_isr = 0x4000102c - 0x40001030 r_lld_adv_frm_skip_isr = 0x40001030 - 0x40001034 r_lld_adv_init = 0x40001034 - 0x40001038 r_lld_adv_pkt_rx = 0x40001038 - 0x4000103c r_lld_adv_pkt_rx_connect_ind = 0x4000103c - 0x40001040 r_lld_adv_pkt_rx_send_scan_req_evt = 0x40001040 - 0x40001044 r_lld_adv_rand_addr_update = 0x40001044 - 0x40001048 r_lld_adv_restart = 0x40001048 - 0x4000104c r_lld_adv_scan_rsp_data_set = 0x4000104c - 0x40001050 r_lld_adv_scan_rsp_data_update = 0x40001050 - 0x40001054 r_lld_adv_set_tx_power = 0x40001054 - 0x40001058 r_lld_adv_start = 0x40001058 - 0x4000105c r_lld_adv_stop = 0x4000105c - 0x40001060 r_lld_adv_sync_info_set = 0x40001060 - 0x40001064 r_lld_adv_sync_info_update = 0x40001064 - 0x40001068 r_lld_calc_aux_rx = 0x40001068 - 0x4000106c r_lld_cca_alloc = 0x4000106c - 0x40001070 r_lld_cca_data_reset = 0x40001070 - 0x40001074 r_lld_cca_free = 0x40001074 - 0x40001078 r_lld_ch_assess_data_get = 0x40001078 - 0x4000107c r_lld_ch_idx_get = 0x4000107c - 0x40001080 r_lld_ch_map_set = 0x40001080 - 0x40001084 r_lld_channel_assess = 0x40001084 - 0x40001088 r_lld_con_activity_act_offset_compute = 0x40001088 - 0x4000108c r_lld_con_activity_offset_compute = 0x4000108c - 0x40001090 r_lld_con_ch_map_update = 0x40001090 - 0x40001094 r_lld_con_cleanup = 0x40001094 - 0x40001098 r_lld_con_current_tx_power_get = 0x40001098 - 0x4000109c r_lld_con_data_flow_set = 0x4000109c - 0x400010a0 r_lld_con_data_len_update = 0x400010a0 - 0x400010a4 r_lld_con_data_tx = 0x400010a4 - 0x400010a8 r_lld_con_enc_key_load = 0x400010a8 - 0x400010ac r_lld_con_event_counter_get = 0x400010ac - 0x400010b0 r_lld_con_evt_canceled_cbk = 0x400010b0 - 0x400010b4 r_lld_con_evt_duration_min_get = 0x400010b4 - 0x400010b8 r_lld_con_evt_max_eff_time_cal = 0x400010b8 - 0x400010bc r_lld_con_evt_sd_evt_time_get = 0x400010bc - 0x400010c0 r_lld_con_evt_start_cbk = 0x400010c0 - 0x400010c4 r_lld_con_evt_time_update = 0x400010c4 - 0x400010c8 r_lld_con_free_all_tx_buf = 0x400010c8 - 0x400010cc r_lld_con_frm_cbk = 0x400010cc - 0x400010d0 r_lld_con_frm_isr = 0x400010d0 - 0x400010d4 r_lld_con_frm_skip_isr = 0x400010d4 - 0x400010d8 r_lld_con_init = 0x400010d8 - 0x400010dc r_lld_con_llcp_tx = 0x400010dc - 0x400010e0 r_lld_con_max_lat_calc = 0x400010e0 - 0x400010e4 r_lld_con_offset_get = 0x400010e4 - 0x400010e8 r_lld_con_param_update = 0x400010e8 - 0x400010ec r_lld_con_phys_update = 0x400010ec - 0x400010f0 r_lld_con_pref_slave_evt_dur_set = 0x400010f0 - 0x400010f4 r_lld_con_pref_slave_latency_set = 0x400010f4 - 0x400010f8 r_lld_con_rssi_get = 0x400010f8 - 0x400010fc r_lld_con_rx = 0x400010fc - 0x40001104 r_lld_con_rx_enc = 0x40001104 - 0x40001108 r_lld_con_rx_isr = 0x40001108 - 0x4000110c r_lld_con_rx_link_info_check = 0x4000110c - 0x40001110 r_lld_con_rx_llcp_check = 0x40001110 - 0x40001114 r_lld_con_rx_sync_time_update = 0x40001114 - 0x4000111c r_lld_con_set_tx_power = 0x4000111c - 0x40001120 r_lld_con_start = 0x40001120 - 0x40001128 r_lld_con_tx = 0x40001128 - 0x4000112c r_lld_con_tx_enc = 0x4000112c - 0x40001130 r_lld_con_tx_isr = 0x40001130 - 0x40001134 r_lld_con_tx_len_update = 0x40001134 - 0x40001138 r_lld_con_tx_len_update_for_intv = 0x40001138 - 0x4000113c r_lld_con_tx_len_update_for_rate = 0x4000113c - 0x40001140 r_lld_con_tx_prog = 0x40001140 - 0x40001144 r_lld_conn_dynamic_pti_process = 0x40001144 - 0x40001148 r_lld_continue_scan_rx_isr_end_process = 0x40001148 - 0x4000114c r_lld_ext_scan_dynamic_pti_process = 0x4000114c - 0x40001150 r_lld_hw_cca_end_isr = 0x40001150 - 0x40001154 r_lld_hw_cca_evt_handler = 0x40001154 - 0x40001158 r_lld_hw_cca_isr = 0x40001158 - 0x4000115c r_lld_init_cal_anchor_point = 0x4000115c - 0x40001160 r_lld_init_compute_winoffset = 0x40001160 - 0x40001164 r_lld_init_connect_req_pack = 0x40001164 - 0x40001168 r_lld_init_end = 0x40001168 - 0x4000116c r_lld_init_evt_canceled_cbk = 0x4000116c - 0x40001170 r_lld_init_evt_start_cbk = 0x40001170 - 0x40001174 r_lld_init_frm_cbk = 0x40001174 - 0x40001178 r_lld_init_frm_eof_isr = 0x40001178 - 0x4000117c r_lld_init_frm_skip_isr = 0x4000117c - 0x40001180 r_lld_init_init = 0x40001180 - 0x40001184 r_lld_init_process_pkt_rx = 0x40001184 - 0x40001188 r_lld_init_process_pkt_rx_adv_ext_ind = 0x40001188 - 0x4000118c r_lld_init_process_pkt_rx_adv_ind_or_direct_ind = 0x4000118c - 0x40001190 r_lld_init_process_pkt_rx_aux_connect_rsp = 0x40001190 - 0x40001194 r_lld_init_process_pkt_tx = 0x40001194 - 0x40001198 r_lld_init_process_pkt_tx_cal_con_timestamp = 0x40001198 - 0x4000119c r_lld_init_sched = 0x4000119c - 0x400011a0 r_lld_init_set_tx_power = 0x400011a0 - 0x400011a4 r_lld_init_start = 0x400011a4 - 0x400011a8 r_lld_init_stop = 0x400011a8 - 0x400011ac r_lld_instant_proc_end = 0x400011ac - 0x400011b4 r_lld_per_adv_ch_map_update = 0x400011b4 - 0x400011b8 r_lld_per_adv_chain_construct = 0x400011b8 - 0x400011bc r_lld_per_adv_cleanup = 0x400011bc - 0x400011c0 r_lld_per_adv_coex_env_reset = 0x400011c0 - 0x400011c4 r_lld_per_adv_data_set = 0x400011c4 - 0x400011c8 r_lld_per_adv_data_update = 0x400011c8 - 0x400011cc r_lld_per_adv_dynamic_pti_process = 0x400011cc - 0x400011d0 r_lld_per_adv_evt_canceled_cbk = 0x400011d0 - 0x400011d4 r_lld_per_adv_evt_start_cbk = 0x400011d4 - 0x400011d8 r_lld_per_adv_ext_pkt_prepare = 0x400011d8 - 0x400011dc r_lld_per_adv_frm_cbk = 0x400011dc - 0x400011e0 r_lld_per_adv_frm_isr = 0x400011e0 - 0x400011e4 r_lld_per_adv_frm_skip_isr = 0x400011e4 - 0x400011e8 r_lld_per_adv_init = 0x400011e8 - 0x400011ec r_lld_per_adv_init_info_get = 0x400011ec - 0x400011f0 r_lld_per_adv_list_add = 0x400011f0 - 0x400011f4 r_lld_per_adv_list_rem = 0x400011f4 - 0x400011fc r_lld_per_adv_set_tx_power = 0x400011fc - 0x40001200 r_lld_per_adv_start = 0x40001200 - 0x40001204 r_lld_per_adv_stop = 0x40001204 - 0x40001208 r_lld_per_adv_sync_info_get = 0x40001208 - 0x4000120c r_lld_process_cca_data = 0x4000120c - 0x40001210 r_lld_ral_search = 0x40001210 - 0x40001214 r_lld_read_clock = 0x40001214 - 0x40001218 r_lld_res_list_add = 0x40001218 - 0x40001220 r_lld_res_list_is_empty = 0x40001220 - 0x40001224 r_lld_res_list_local_rpa_get = 0x40001224 - 0x40001228 r_lld_res_list_peer_rpa_get = 0x40001228 - 0x4000122c r_lld_res_list_peer_update = 0x4000122c - 0x40001238 r_lld_reset_reg = 0x40001238 - 0x4000123c r_lld_rpa_renew = 0x4000123c - 0x40001240 r_lld_rpa_renew_evt_canceled_cbk = 0x40001240 - 0x40001244 r_lld_rpa_renew_evt_start_cbk = 0x40001244 - 0x40001248 r_lld_rpa_renew_instant_cbk = 0x40001248 - 0x4000124c r_lld_rxdesc_check = 0x4000124c - 0x40001250 r_lld_rxdesc_free = 0x40001250 - 0x40001254 r_lld_scan_create_sync = 0x40001254 - 0x40001258 r_lld_scan_create_sync_cancel = 0x40001258 - 0x4000125c r_lld_scan_end = 0x4000125c - 0x40001260 r_lld_scan_evt_canceled_cbk = 0x40001260 - 0x40001264 r_lld_scan_evt_start_cbk = 0x40001264 - 0x40001268 r_lld_scan_frm_cbk = 0x40001268 - 0x4000126c r_lld_scan_frm_eof_isr = 0x4000126c - 0x40001270 r_lld_scan_frm_rx_isr = 0x40001270 - 0x40001274 r_lld_scan_frm_skip_isr = 0x40001274 - 0x40001278 r_lld_scan_init = 0x40001278 - 0x4000127c r_lld_scan_params_update = 0x4000127c - 0x40001288 r_lld_scan_process_pkt_rx_aux_adv_ind = 0x40001288 - 0x4000128c r_lld_scan_process_pkt_rx_aux_chain_ind = 0x4000128c - 0x40001290 r_lld_scan_process_pkt_rx_aux_scan_rsp = 0x40001290 - 0x40001294 r_lld_scan_process_pkt_rx_ext_adv = 0x40001294 - 0x40001298 r_lld_scan_process_pkt_rx_ext_adv_ind = 0x40001298 - 0x4000129c r_lld_scan_process_pkt_rx_legacy_adv = 0x4000129c - 0x400012a0 r_lld_scan_restart = 0x400012a0 - 0x400012a4 r_lld_scan_sched = 0x400012a4 - 0x400012a8 r_lld_scan_set_tx_power = 0x400012a8 - 0x400012ac r_lld_scan_start = 0x400012ac - 0x400012b0 r_lld_scan_stop = 0x400012b0 - 0x400012b4 r_lld_scan_sync_accept = 0x400012b4 - 0x400012b8 r_lld_scan_sync_info_unpack = 0x400012b8 - 0x400012bc r_lld_scan_trunc_ind = 0x400012bc - 0x400012c0 r_lld_sw_cca_evt_handler = 0x400012c0 - 0x400012c4 r_lld_sw_cca_isr = 0x400012c4 - 0x400012c8 r_lld_sync_ch_map_update = 0x400012c8 - 0x400012cc r_lld_sync_cleanup = 0x400012cc - 0x400012d0 r_lld_sync_evt_canceled_cbk = 0x400012d0 - 0x400012d4 r_lld_sync_evt_start_cbk = 0x400012d4 - 0x400012d8 r_lld_sync_frm_cbk = 0x400012d8 - 0x400012dc r_lld_sync_frm_eof_isr = 0x400012dc - 0x400012e0 r_lld_sync_frm_rx_isr = 0x400012e0 - 0x400012e4 r_lld_sync_frm_skip_isr = 0x400012e4 - 0x400012e8 r_lld_sync_init = 0x400012e8 - 0x400012ec r_lld_sync_process_pkt_rx = 0x400012ec - 0x400012f0 r_lld_sync_process_pkt_rx_aux_sync_ind = 0x400012f0 - 0x400012f4 r_lld_sync_process_pkt_rx_pkt_check = 0x400012f4 - 0x400012f8 r_lld_sync_scan_dynamic_pti_process = 0x400012f8 - 0x400012fc r_lld_sync_sched = 0x400012fc - 0x40001300 r_lld_sync_start = 0x40001300 - 0x40001304 r_lld_sync_stop = 0x40001304 - 0x40001308 r_lld_sync_trunc_ind = 0x40001308 - 0x4000130c r_lld_test_cleanup = 0x4000130c - 0x40001310 r_lld_test_evt_canceled_cbk = 0x40001310 - 0x40001314 r_lld_test_evt_start_cbk = 0x40001314 - 0x40001318 r_lld_test_freq2chnl = 0x40001318 - 0x4000131c r_lld_test_frm_cbk = 0x4000131c - 0x40001320 r_lld_test_frm_isr = 0x40001320 - 0x40001324 r_lld_test_init = 0x40001324 - 0x40001328 r_lld_test_rx_isr = 0x40001328 - 0x4000132c r_lld_test_set_tx_power = 0x4000132c - 0x40001330 r_lld_test_start = 0x40001330 - 0x40001338 r_lld_update_rxbuf = 0x40001338 - 0x4000133c r_lld_update_rxbuf_isr = 0x4000133c - 0x40001340 r_lld_white_list_add = 0x40001340 - 0x40001344 r_lld_white_list_rem = 0x40001344 - 0x40001348 r_llm_activity_free_get = 0x40001348 - 0x4000134c r_llm_activity_free_set = 0x4000134c - 0x40001350 r_llm_activity_syncing_get = 0x40001350 - 0x40001354 r_llm_adv_con_len_check = 0x40001354 - 0x40001358 r_llm_adv_hdl_to_id = 0x40001358 - 0x4000135c r_llm_adv_rep_flow_control_check = 0x4000135c - 0x40001360 r_llm_adv_rep_flow_control_update = 0x40001360 - 0x40001364 r_llm_adv_reports_list_check = 0x40001364 - 0x40001368 r_llm_adv_set_all_release = 0x40001368 - 0x4000136c r_llm_adv_set_dft_params = 0x4000136c - 0x40001370 r_llm_adv_set_release = 0x40001370 - 0x40001374 r_llm_aes_res_cb = 0x40001374 - 0x40001378 r_llm_ble_update_adv_flow_control = 0x40001378 - 0x4000137c r_llm_ch_map_update = 0x4000137c - 0x40001380 r_llm_cmd_cmp_send = 0x40001380 - 0x40001384 r_llm_cmd_stat_send = 0x40001384 - 0x40001388 r_llm_dev_list_empty_entry = 0x40001388 - 0x4000138c r_llm_dev_list_search = 0x4000138c - 0x40001390 r_llm_env_adv_dup_filt_deinit = 0x40001390 - 0x40001394 r_llm_env_adv_dup_filt_init = 0x40001394 - 0x40001398 r_llm_init_ble_adv_report_flow_contol = 0x40001398 - 0x4000139c r_llm_is_dev_connected = 0x4000139c - 0x400013a0 r_llm_is_dev_synced = 0x400013a0 - 0x400013a4 r_llm_is_non_con_act_ongoing_check = 0x400013a4 - 0x400013a8 r_llm_is_wl_accessible = 0x400013a8 - 0x400013ac r_llm_le_evt_mask_check = 0x400013ac - 0x400013b4 r_llm_link_disc = 0x400013b4 - 0x400013b8 r_llm_master_ch_map_get = 0x400013b8 - 0x400013bc r_llm_msg_handler_tab_p_get = 0x400013bc - 0x400013c0 r_llm_no_activity = 0x400013c0 - 0x400013c4 r_llm_per_adv_slot_dur = 0x400013c4 - 0x400013c8 r_llm_plan_elt_get = 0x400013c8 - 0x400013cc r_llm_rx_path_comp_get = 0x400013cc - 0x400013d0 r_llm_scan_start = 0x400013d0 - 0x400013d4 r_llm_scan_sync_acad_attach = 0x400013d4 - 0x400013d8 r_llm_scan_sync_acad_detach = 0x400013d8 - 0x400013dc r_llm_send_adv_lost_event_to_host = 0x400013dc - 0x400013e0 r_llm_tx_path_comp_get = 0x400013e0 - 0x400013e4 r_misc_deinit = 0x400013e4 - 0x400013e8 r_misc_free_em_buf_in_isr = 0x400013e8 - 0x400013ec r_misc_init = 0x400013ec - 0x400013f0 r_misc_msg_handler_tab_p_get = 0x400013f0 - 0x400013f4 r_notEqual256 = 0x400013f4 - 0x400013f8 r_phy_upd_proc_start = 0x400013f8 - 0x400013fc r_platform_reset = 0x400013fc - 0x40001404 r_rf_em_init = 0x40001404 - 0x40001408 r_rf_force_agc_enable = 0x40001408 - 0x4000140c r_rf_reg_rd = 0x4000140c - 0x40001410 r_rf_reg_wr = 0x40001410 - 0x40001414 r_rf_reset = 0x40001414 - 0x40001418 r_rf_rssi_convert = 0x40001418 - 0x4000141c r_rf_rw_v9_le_disable = 0x4000141c - 0x40001420 r_rf_rw_v9_le_enable = 0x40001420 - 0x40001424 r_rf_sleep = 0x40001424 - 0x40001430 r_rf_util_cs_fmt_convert = 0x40001430 - 0x40001434 r_rw_crypto_aes_ccm = 0x40001434 - 0x40001438 r_rw_crypto_aes_encrypt = 0x40001438 - 0x4000143c r_rw_crypto_aes_init = 0x4000143c - 0x40001440 r_rw_crypto_aes_k1 = 0x40001440 - 0x40001444 r_rw_crypto_aes_k2 = 0x40001444 - 0x40001448 r_rw_crypto_aes_k3 = 0x40001448 - 0x4000144c r_rw_crypto_aes_k4 = 0x4000144c - 0x40001450 r_rw_crypto_aes_rand = 0x40001450 - 0x40001454 r_rw_crypto_aes_result_handler = 0x40001454 - 0x40001458 r_rw_crypto_aes_s1 = 0x40001458 - 0x4000145c r_rw_cryto_aes_cmac = 0x4000145c - 0x40001460 r_rw_v9_init_em_radio_table = 0x40001460 - 0x40001468 r_rwble_sleep_enter = 0x40001468 - 0x4000146c r_rwble_sleep_wakeup_end = 0x4000146c - 0x40001474 r_rwip_active_check = 0x40001474 - 0x40001478 r_rwip_aes_encrypt = 0x40001478 - 0x40001480 r_rwip_crypt_evt_handler = 0x40001480 - 0x40001484 r_rwip_crypt_isr_handler = 0x40001484 - 0x40001488 r_rwip_eif_get = 0x40001488 - 0x4000148c r_rwip_half_slot_2_lpcycles = 0x4000148c - 0x40001490 r_rwip_hus_2_lpcycles = 0x40001490 - 0x40001494 r_rwip_isr = 0x40001494 - 0x40001498 r_rwip_lpcycles_2_hus = 0x40001498 - 0x4000149c r_rwip_prevent_sleep_clear = 0x4000149c - 0x400014a0 r_rwip_prevent_sleep_set = 0x400014a0 - 0x400014a4 r_rwip_schedule = 0x400014a4 - 0x400014a8 r_rwip_sleep = 0x400014a8 - 0x400014ac r_rwip_sw_int_handler = 0x400014ac - 0x400014b0 r_rwip_sw_int_req = 0x400014b0 - 0x400014b4 r_rwip_time_get = 0x400014b4 - 0x400014b8 r_rwip_timer_10ms_handler = 0x400014b8 - 0x400014bc r_rwip_timer_10ms_set = 0x400014bc - 0x400014c0 r_rwip_timer_hs_handler = 0x400014c0 - 0x400014c4 r_rwip_timer_hs_set = 0x400014c4 - 0x400014c8 r_rwip_timer_hus_handler = 0x400014c8 - 0x400014cc r_rwip_timer_hus_set = 0x400014cc - 0x400014d0 r_rwip_wakeup = 0x400014d0 - 0x400014d8 r_rwip_wlcoex_set = 0x400014d8 - 0x400014dc r_sch_alarm_clear = 0x400014dc - 0x400014e0 r_sch_alarm_init = 0x400014e0 - 0x400014e4 r_sch_alarm_prog = 0x400014e4 - 0x400014e8 r_sch_alarm_set = 0x400014e8 - 0x400014ec r_sch_alarm_timer_isr = 0x400014ec - 0x400014f0 r_sch_arb_conflict_check = 0x400014f0 - 0x400014f4 r_sch_arb_elt_cancel = 0x400014f4 - 0x400014fc r_sch_arb_init = 0x400014fc - 0x40001500 r_sch_arb_insert = 0x40001500 - 0x40001504 r_sch_arb_prog_timer = 0x40001504 - 0x40001508 r_sch_arb_remove = 0x40001508 - 0x4000150c r_sch_arb_sw_isr = 0x4000150c - 0x40001510 r_sch_plan_chk = 0x40001510 - 0x40001514 r_sch_plan_clock_wrap_offset_update = 0x40001514 - 0x40001518 r_sch_plan_init = 0x40001518 - 0x4000151c r_sch_plan_interval_req = 0x4000151c - 0x40001520 r_sch_plan_offset_max_calc = 0x40001520 - 0x40001524 r_sch_plan_offset_req = 0x40001524 - 0x40001528 r_sch_plan_position_range_compute = 0x40001528 - 0x4000152c r_sch_plan_rem = 0x4000152c - 0x40001530 r_sch_plan_req = 0x40001530 - 0x4000153c r_sch_prog_init = 0x4000153c - 0x40001540 r_sch_prog_push = 0x40001540 - 0x40001544 r_sch_prog_rx_isr = 0x40001544 - 0x40001548 r_sch_prog_skip_isr = 0x40001548 - 0x4000154c r_sch_prog_tx_isr = 0x4000154c - 0x40001550 r_sch_slice_bg_add = 0x40001550 - 0x40001554 r_sch_slice_bg_remove = 0x40001554 - 0x40001558 r_sch_slice_compute = 0x40001558 - 0x4000155c r_sch_slice_fg_add = 0x4000155c - 0x40001560 r_sch_slice_fg_remove = 0x40001560 - 0x40001564 r_sch_slice_init = 0x40001564 - 0x40001568 r_sch_slice_per_add = 0x40001568 - 0x4000156c r_sch_slice_per_remove = 0x4000156c - 0x40001570 r_sdk_config_get_bt_sleep_enable = 0x40001570 - 0x40001574 r_sdk_config_get_hl_derived_opts = 0x40001574 - 0x40001578 r_sdk_config_get_opts = 0x40001578 - 0x4000157c r_sdk_config_get_priv_opts = 0x4000157c - 0x40001580 r_sdk_config_set_bt_sleep_enable = 0x40001580 - 0x40001584 r_sdk_config_set_hl_derived_opts = 0x40001584 - 0x40001588 r_sdk_config_set_opts = 0x40001588 - 0x4000158c r_specialModP256 = 0x4000158c - 0x40001590 r_unloaded_area_init = 0x40001590 - 0x40001594 r_vhci_flow_off = 0x40001594 - 0x40001598 r_vhci_flow_on = 0x40001598 - 0x4000159c r_vhci_notify_host_send_available = 0x4000159c - 0x400015a0 r_vhci_send_to_host = 0x400015a0 - 0x400015a4 r_vnd_hci_command_handler = 0x400015a4 - 0x400015a8 r_vshci_init = 0x400015a8 - 0x400015ac vnd_hci_command_handler_wrapper = 0x400015ac - 0x40001c60 r_llc_loc_encrypt_proc_continue_hook = 0x40001c60 - 0x40001c64 r_llc_loc_phy_upd_proc_continue_hook = 0x40001c64 - 0x40001c68 r_llc_rem_phy_upd_proc_continue_hook = 0x40001c68 - 0x40001c6c r_lld_scan_frm_eof_isr_hook = 0x40001c6c - 0x40001c70 r_lld_scan_evt_start_cbk_hook = 0x40001c70 - 0x40001c78 r_lld_scan_process_pkt_rx_ext_adv_hook = 0x40001c78 - 0x40001c7c r_lld_scan_sched_hook = 0x40001c7c - 0x40001c84 r_lld_adv_evt_start_cbk_hook = 0x40001c84 - 0x40001c88 r_lld_adv_aux_evt_start_cbk_hook = 0x40001c88 - 0x40001c8c r_lld_adv_frm_isr_hook = 0x40001c8c - 0x40001c90 r_lld_adv_start_init_evt_param_hook = 0x40001c90 - 0x40001c94 r_lld_con_evt_canceled_cbk_hook = 0x40001c94 - 0x40001c98 r_lld_con_frm_isr_hook = 0x40001c98 - 0x40001c9c r_lld_con_tx_hook = 0x40001c9c - 0x40001ca0 r_lld_con_rx_hook = 0x40001ca0 - 0x40001ca4 r_lld_con_evt_start_cbk_hook = 0x40001ca4 - 0x40001cac r_lld_con_tx_prog_new_packet_hook = 0x40001cac - 0x40001cb0 r_lld_init_frm_eof_isr_hook = 0x40001cb0 - 0x40001cb4 r_lld_init_evt_start_cbk_hook = 0x40001cb4 - 0x40001cbc r_lld_init_sched_hook = 0x40001cbc - 0x40001cc0 r_lld_init_process_pkt_tx_hook = 0x40001cc0 - 0x40001cc4 r_lld_per_adv_evt_start_cbk_hook = 0x40001cc4 - 0x40001cc8 r_lld_per_adv_frm_isr_hook = 0x40001cc8 - 0x40001ccc r_lld_per_adv_start_hook = 0x40001ccc - 0x40001cd0 r_lld_sync_frm_eof_isr_hook = 0x40001cd0 - 0x40001cd4 r_lld_sync_evt_start_cbk_hook = 0x40001cd4 - 0x40001cd8 r_lld_sync_start_hook = 0x40001cd8 - 0x40001cdc r_lld_sync_process_pkt_rx_pkt_check_hook = 0x40001cdc - 0x40001ce0 r_sch_arb_insert_hook = 0x40001ce0 - 0x40001ce4 r_sch_plan_offset_req_hook = 0x40001ce4 - 0x40000764 __absvdi2 = 0x40000764 - 0x40000768 __absvsi2 = 0x40000768 - 0x4000076c __adddf3 = 0x4000076c - 0x40000770 __addsf3 = 0x40000770 - 0x40000774 __addvdi3 = 0x40000774 - 0x40000778 __addvsi3 = 0x40000778 - 0x4000077c __ashldi3 = 0x4000077c - 0x40000780 __ashrdi3 = 0x40000780 - 0x40000784 __bswapdi2 = 0x40000784 - 0x40000788 __bswapsi2 = 0x40000788 - 0x4000078c __clear_cache = 0x4000078c - 0x40000790 __clrsbdi2 = 0x40000790 - 0x40000794 __clrsbsi2 = 0x40000794 - 0x40000798 __clzdi2 = 0x40000798 - 0x4000079c __clzsi2 = 0x4000079c - 0x400007a0 __cmpdi2 = 0x400007a0 - 0x400007a4 __ctzdi2 = 0x400007a4 - 0x400007a8 __ctzsi2 = 0x400007a8 - 0x400007ac __divdc3 = 0x400007ac - 0x400007b0 __divdf3 = 0x400007b0 - 0x400007b4 __divdi3 = 0x400007b4 - 0x400007b8 __divsc3 = 0x400007b8 - 0x400007bc __divsf3 = 0x400007bc - 0x400007c0 __divsi3 = 0x400007c0 - 0x400007c4 __eqdf2 = 0x400007c4 - 0x400007c8 __eqsf2 = 0x400007c8 - 0x400007cc __extendsfdf2 = 0x400007cc - 0x400007d0 __ffsdi2 = 0x400007d0 - 0x400007d4 __ffssi2 = 0x400007d4 - 0x400007d8 __fixdfdi = 0x400007d8 - 0x400007dc __fixdfsi = 0x400007dc - 0x400007e0 __fixsfdi = 0x400007e0 - 0x400007e4 __fixsfsi = 0x400007e4 - 0x400007e8 __fixunsdfsi = 0x400007e8 - 0x400007ec __fixunssfdi = 0x400007ec - 0x400007f0 __fixunssfsi = 0x400007f0 - 0x400007f4 __floatdidf = 0x400007f4 - 0x400007f8 __floatdisf = 0x400007f8 - 0x400007fc __floatsidf = 0x400007fc - 0x40000800 __floatsisf = 0x40000800 - 0x40000804 __floatundidf = 0x40000804 - 0x40000808 __floatundisf = 0x40000808 - 0x4000080c __floatunsidf = 0x4000080c - 0x40000810 __floatunsisf = 0x40000810 - 0x40000814 __gcc_bcmp = 0x40000814 - 0x40000818 __gedf2 = 0x40000818 - 0x4000081c __gesf2 = 0x4000081c - 0x40000820 __gtdf2 = 0x40000820 - 0x40000824 __gtsf2 = 0x40000824 - 0x40000828 __ledf2 = 0x40000828 - 0x4000082c __lesf2 = 0x4000082c - 0x40000830 __lshrdi3 = 0x40000830 - 0x40000834 __ltdf2 = 0x40000834 - 0x40000838 __ltsf2 = 0x40000838 - 0x4000083c __moddi3 = 0x4000083c - 0x40000840 __modsi3 = 0x40000840 - 0x40000844 __muldc3 = 0x40000844 - 0x40000848 __muldf3 = 0x40000848 - 0x4000084c __muldi3 = 0x4000084c - 0x40000850 __mulsc3 = 0x40000850 - 0x40000854 __mulsf3 = 0x40000854 - 0x40000858 __mulsi3 = 0x40000858 - 0x4000085c __mulvdi3 = 0x4000085c - 0x40000860 __mulvsi3 = 0x40000860 - 0x40000864 __nedf2 = 0x40000864 - 0x40000868 __negdf2 = 0x40000868 - 0x4000086c __negdi2 = 0x4000086c - 0x40000870 __negsf2 = 0x40000870 - 0x40000874 __negvdi2 = 0x40000874 - 0x40000878 __negvsi2 = 0x40000878 - 0x4000087c __nesf2 = 0x4000087c - 0x40000880 __paritysi2 = 0x40000880 - 0x40000884 __popcountdi2 = 0x40000884 - 0x40000888 __popcountsi2 = 0x40000888 - 0x4000088c __powidf2 = 0x4000088c - 0x40000890 __powisf2 = 0x40000890 - 0x40000894 __subdf3 = 0x40000894 - 0x40000898 __subsf3 = 0x40000898 - 0x4000089c __subvdi3 = 0x4000089c - 0x400008a0 __subvsi3 = 0x400008a0 - 0x400008a4 __truncdfsf2 = 0x400008a4 - 0x400008a8 __ucmpdi2 = 0x400008a8 - 0x400008ac __udivdi3 = 0x400008ac - 0x400008b0 __udivmoddi4 = 0x400008b0 - 0x400008b4 __udivsi3 = 0x400008b4 - 0x400008b8 __udiv_w_sdiv = 0x400008b8 - 0x400008bc __umoddi3 = 0x400008bc - 0x400008c0 __umodsi3 = 0x400008c0 - 0x400008c4 __unorddf2 = 0x400008c4 - 0x400008c8 __unordsf2 = 0x400008c8 - 0x40000010 _rom_chip_id = 0x40000010 - 0x40000014 _rom_eco_version = 0x40000014 - 0x40000350 esp_rom_newlib_init_common_mutexes = 0x40000350 - 0x40000354 memset = 0x40000354 - 0x40000358 memcpy = 0x40000358 - 0x4000035c memmove = 0x4000035c - 0x40000360 memcmp = 0x40000360 - 0x40000364 strcpy = 0x40000364 - 0x40000368 strncpy = 0x40000368 - 0x4000036c strcmp = 0x4000036c - 0x40000370 strncmp = 0x40000370 - 0x40000374 strlen = 0x40000374 - 0x40000378 strstr = 0x40000378 - 0x4000037c bzero = 0x4000037c - 0x40000384 sbrk = 0x40000384 - 0x40000388 isalnum = 0x40000388 - 0x4000038c isalpha = 0x4000038c - 0x40000390 isascii = 0x40000390 - 0x40000394 isblank = 0x40000394 - 0x40000398 iscntrl = 0x40000398 - 0x4000039c isdigit = 0x4000039c - 0x400003a0 islower = 0x400003a0 - 0x400003a4 isgraph = 0x400003a4 - 0x400003a8 isprint = 0x400003a8 - 0x400003ac ispunct = 0x400003ac - 0x400003b0 isspace = 0x400003b0 - 0x400003b4 isupper = 0x400003b4 - 0x400003b8 toupper = 0x400003b8 - 0x400003bc tolower = 0x400003bc - 0x400003c0 toascii = 0x400003c0 - 0x400003c4 memccpy = 0x400003c4 - 0x400003c8 memchr = 0x400003c8 - 0x400003cc memrchr = 0x400003cc - 0x400003d0 strcasecmp = 0x400003d0 - 0x400003d4 strcasestr = 0x400003d4 - 0x400003d8 strcat = 0x400003d8 - 0x400003dc strdup = 0x400003dc - 0x400003e0 strchr = 0x400003e0 - 0x400003e4 strcspn = 0x400003e4 - 0x400003e8 strcoll = 0x400003e8 - 0x400003ec strlcat = 0x400003ec - 0x400003f0 strlcpy = 0x400003f0 - 0x400003f4 strlwr = 0x400003f4 - 0x400003f8 strncasecmp = 0x400003f8 - 0x400003fc strncat = 0x400003fc - 0x40000400 strndup = 0x40000400 - 0x40000404 strnlen = 0x40000404 - 0x40000408 strrchr = 0x40000408 - 0x4000040c strsep = 0x4000040c - 0x40000410 strspn = 0x40000410 - 0x40000414 strtok_r = 0x40000414 - 0x40000418 strupr = 0x40000418 - 0x4000041c longjmp = 0x4000041c - 0x40000420 setjmp = 0x40000420 - 0x40000424 abs = 0x40000424 - 0x40000428 div = 0x40000428 - 0x4000042c labs = 0x4000042c - 0x40000430 ldiv = 0x40000430 - 0x40000434 qsort = 0x40000434 - 0x40000438 rand_r = 0x40000438 - 0x4000043c rand = 0x4000043c - 0x40000440 srand = 0x40000440 - 0x40000444 utoa = 0x40000444 - 0x40000448 itoa = 0x40000448 - 0x4000044c atoi = 0x4000044c - 0x40000450 atol = 0x40000450 - 0x40000454 strtol = 0x40000454 - 0x40000458 strtoul = 0x40000458 - [!provide] PROVIDE (fflush = 0x4000045c) - [!provide] PROVIDE (_fflush_r = 0x40000460) - [!provide] PROVIDE (_fwalk = 0x40000464) - [!provide] PROVIDE (_fwalk_reent = 0x40000468) - [!provide] PROVIDE (__swbuf_r = 0x40000474) - 0x40000478 __swbuf = 0x40000478 - 0x3fcdffe0 syscall_table_ptr = 0x3fcdffe0 - 0x3fcdffdc _global_impure_ptr = 0x3fcdffdc - 0x60000000 PROVIDE (UART0 = 0x60000000) - [!provide] PROVIDE (UART1 = 0x60010000) - 0x60002000 PROVIDE (SPIMEM1 = 0x60002000) - 0x60003000 PROVIDE (SPIMEM0 = 0x60003000) - [!provide] PROVIDE (GPIO = 0x60004000) - [!provide] PROVIDE (SDM = 0x60004f00) - 0x60008000 PROVIDE (RTCCNTL = 0x60008000) - [!provide] PROVIDE (RTCIO = 0x60008400) - 0x60008800 PROVIDE (EFUSE = 0x60008800) - [!provide] PROVIDE (HINF = 0x6000b000) - [!provide] PROVIDE (I2S0 = 0x6002d000) - [!provide] PROVIDE (I2C0 = 0x60013000) - [!provide] PROVIDE (UHCI0 = 0x60014000) - [!provide] PROVIDE (HOST = 0x60015000) - [!provide] PROVIDE (RMT = 0x60016000) - [!provide] PROVIDE (RMTMEM = 0x60016400) - [!provide] PROVIDE (SLC = 0x60018000) - [!provide] PROVIDE (LEDC = 0x60019000) - 0x6001f000 PROVIDE (TIMERG0 = 0x6001f000) - 0x60020000 PROVIDE (TIMERG1 = 0x60020000) - [!provide] PROVIDE (SYSTIMER = 0x60023000) - [!provide] PROVIDE (GPSPI2 = 0x60024000) - [!provide] PROVIDE (SYSCON = 0x60026000) - [!provide] PROVIDE (TWAI = 0x6002b000) - [!provide] PROVIDE (APB_SARADC = 0x60040000) - [!provide] PROVIDE (USB_SERIAL_JTAG = 0x60043000) - [!provide] PROVIDE (GDMA = 0x6003f000) - [!provide] PROVIDE (SYSTEM = 0x600c0000) - 0x00700000 iram_dram_offset = 0x700000 - 0x3fcdc710 bootloader_usable_dram_end = 0x3fcdc710 - 0x00002000 bootloader_stack_overhead = 0x2000 - 0x00005000 bootloader_dram_seg_len = 0x5000 - 0x00007000 bootloader_iram_loader_seg_len = 0x7000 - 0x00002000 bootloader_iram_seg_len = 0x2000 - 0x3fcda710 bootloader_dram_seg_end = (bootloader_usable_dram_end - bootloader_stack_overhead) - 0x3fcd5710 bootloader_dram_seg_start = (bootloader_dram_seg_end - bootloader_dram_seg_len) - 0x403ce710 bootloader_iram_loader_seg_start = ((bootloader_dram_seg_start - bootloader_iram_loader_seg_len) + iram_dram_offset) - 0x403cc710 bootloader_iram_seg_start = (bootloader_iram_loader_seg_start - bootloader_iram_seg_len) - 0x00000001 ASSERT ((bootloader_iram_loader_seg_start == 0x403ce710), bootloader_iram_loader_seg_start inconsistent with SRAM_DRAM_END) - -.iram_loader.text - 0x403ce710 0x2f58 - 0x403ce710 . = ALIGN (0x10) - 0x403ce710 _loader_text_start = ABSOLUTE (.) - *(.stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*) - *(.iram1 .iram1.*) - .iram1.0 0x403ce710 0x2 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - 0x403ce710 esp_flash_encryption_enabled - .iram1.5 0x403ce712 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .iram1.1 0x403ce762 0x1fa esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x403ce762 bootloader_flash_execute_command_common - .iram1.2 0x403ce95c 0xe esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x403ce95c bootloader_execute_flash_command - .iram1.0 0x403ce96a 0x15a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x403ce96a bootloader_flash_unlock - .iram1.3 0x403ceac4 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x403ceac4 bootloader_flash_read_sfdp - .iram1.4 0x403ceb04 0x34 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x403ceb04 bootloader_read_flash_id - .iram1.6 0x403ceb38 0xbe esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x403ceb38 bootloader_flash_xmc_startup - .iram1.0 0x403cebf6 0x42 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - 0x403cebf6 bootloader_flash_cs_timing_config - .iram1.2 0x403cec38 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - 0x403cec38 bootloader_flash_set_dummy_out - .iram1.4 0x403cec54 0xcc esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - 0x403cec54 bootloader_configure_spi_pins - .iram1.0 0x403ced20 0x1e esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x403ced20 efuse_hal_chip_revision - .iram1.1 0x403ced3e 0x1e esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x403ced3e efuse_hal_blk_version - .iram1.2 0x403ced5c 0xe esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x403ced5c efuse_hal_get_disable_wafer_version_major - .iram1.3 0x403ced6a 0x10 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x403ced6a efuse_hal_get_disable_blk_version_major - .iram1.4 0x403ced7a 0x1e esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x403ced7a efuse_hal_flash_encryption_enabled - .iram1.0 0x403ced98 0x10 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x403ced98 efuse_hal_get_major_chip_version - .iram1.1 0x403ceda8 0x18 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x403ceda8 efuse_hal_get_minor_chip_version - *liblog.a:(.literal .text .literal.* .text.*) - .text.esp_log_early_timestamp - 0x403cedc0 0x26 esp-idf/log/liblog.a(log_timestamp.c.obj) - 0x403cedc0 esp_log_early_timestamp - 0x403cedc0 esp_log_timestamp - *libgcc.a:(.literal .text .literal.* .text.*) - *libclang_rt.builtins.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.*) - .text.bootloader_common_ota_select_crc - 0x403cede6 0xe esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - 0x403cede6 bootloader_common_ota_select_crc - .text.bootloader_common_ota_select_invalid - 0x403cedf4 0x16 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - 0x403cedf4 bootloader_common_ota_select_invalid - .text.bootloader_common_ota_select_valid - 0x403cee0a 0x2a esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - 0x403cee0a bootloader_common_ota_select_valid - .text.bootloader_common_check_efuse_blk_validity - 0x403cee34 0xb4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - 0x403cee34 bootloader_common_check_efuse_blk_validity - .text.bootloader_common_check_chip_validity - 0x403ceee8 0x118 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - 0x403ceee8 bootloader_common_check_chip_validity - .text.bootloader_common_select_otadata - 0x403cf000 0x3e esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - 0x403cf000 bootloader_common_select_otadata - .text.bootloader_common_get_active_otadata - 0x403cf03e 0x2e esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - 0x403cf03e bootloader_common_get_active_otadata - *libbootloader_support.a:bootloader_flash.*(.literal .text .literal.* .text.*) - .text.spi_to_esp_err - 0x403cf06c 0x24 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .text.bootloader_mmap_get_free_pages - 0x403cf090 0x6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x403cf090 bootloader_mmap_get_free_pages - .text.bootloader_mmap - 0x403cf096 0xc8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x403cf096 bootloader_mmap - .text.bootloader_munmap - 0x403cf15e 0x32 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x403cf15e bootloader_munmap - .text.bootloader_flash_read - 0x403cf190 0x138 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x403cf190 bootloader_flash_read - .text.bootloader_flash_erase_sector - 0x403cf2c8 0x12 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x403cf2c8 bootloader_flash_erase_sector - .text.bootloader_flash_write - 0x403cf2da 0xd0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x403cf2da bootloader_flash_write - .text.bootloader_enable_wp - 0x403cf3aa 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x403cf3aa bootloader_enable_wp - .text.bootloader_flash_get_spi_mode - 0x403cf3b6 0x3e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x403cf3b6 bootloader_flash_get_spi_mode - *libbootloader_support.a:bootloader_random.*(.literal .text .literal.* .text.*) - .text.bootloader_fill_random - 0x403cf3f4 0x70 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - 0x403cf3f4 bootloader_fill_random - *libbootloader_support.a:bootloader_random*.*(.literal.bootloader_random_disable .text.bootloader_random_disable) - .text.bootloader_random_disable - 0x403cf464 0x72 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - 0x403cf464 bootloader_random_disable - *libbootloader_support.a:bootloader_efuse.*(.literal .text .literal.* .text.*) - *libbootloader_support.a:bootloader_utility.*(.literal .text .literal.* .text.*) - .text.log_invalid_app_partition - 0x403cf4d6 0x84 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.index_to_partition - 0x403cf55a 0x46 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.try_load_partition - 0x403cf5a0 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.cache_ll_l1_enable_bus.constprop.0 - 0x403cf5e4 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.set_actual_ota_seq - 0x403cf604 0xaa esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.load_image - 0x403cf6ae 0x1b0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text.bootloader_common_read_otadata - 0x403cf85e 0xa2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x403cf85e bootloader_common_read_otadata - .text.bootloader_utility_load_partition_table - 0x403cf900 0x270 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x403cf900 bootloader_utility_load_partition_table - .text.bootloader_utility_get_selected_boot_partition - 0x403cfb70 0x112 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x403cfb70 bootloader_utility_get_selected_boot_partition - .text.bootloader_reset - 0x403cfc82 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x403cfc82 bootloader_reset - .text.bootloader_utility_load_boot_image - 0x403cfc9e 0x11c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x403cfc9e bootloader_utility_load_boot_image - .text.bootloader_debug_buffer - 0x403cfdba 0x2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x403cfdba bootloader_debug_buffer - *libbootloader_support.a:bootloader_sha.*(.literal .text .literal.* .text.*) - .text.bootloader_sha256_start - 0x403cfdbc 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - 0x403cfdbc bootloader_sha256_start - .text.bootloader_sha256_data - 0x403cfde8 0x52 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - 0x403cfde8 bootloader_sha256_data - .text.bootloader_sha256_finish - 0x403cfe3a 0x46 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - 0x403cfe3a bootloader_sha256_finish - *libbootloader_support.a:bootloader_console_loader.*(.literal .text .literal.* .text.*) - .text.bootloader_console_deinit - 0x403cfe80 0xa esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - 0x403cfe80 bootloader_console_deinit - *libbootloader_support.a:bootloader_panic.*(.literal .text .literal.* .text.*) - .text.__assert_func - 0x403cfe8a 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - 0x403cfe8a __assert_func - .text.unlikely.abort - 0x403cfeaa 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - 0x403cfeaa abort - *libbootloader_support.a:bootloader_soc.*(.literal .text .literal.* .text.*) - .text.bootloader_ana_super_wdt_reset_config - 0x403cfed2 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - 0x403cfed2 bootloader_ana_super_wdt_reset_config - .text.bootloader_ana_clock_glitch_reset_config - 0x403cfefe 0x2e esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - 0x403cfefe bootloader_ana_clock_glitch_reset_config - *libbootloader_support.a:esp_image_format.*(.literal .text .literal.* .text.*) - .text.bootloader_util_regions_overlap - 0x403cff2c 0x4c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.should_load - 0x403cff78 0x58 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.process_segments - 0x403cffd0 0x4c4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.image_load - 0x403d0494 0x3ee esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text.bootloader_load_image - 0x403d0882 0x8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - 0x403d0882 bootloader_load_image - *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 - 0x403d088a 0x17e esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - 0x403d088a 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.*) - .text.wdt_hal_init - 0x403d0a08 0x1cc esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x403d0a08 wdt_hal_init - .text.wdt_hal_config_stage - 0x403d0bd4 0x10a esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x403d0bd4 wdt_hal_config_stage - .text.wdt_hal_write_protect_disable - 0x403d0cde 0x18 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x403d0cde wdt_hal_write_protect_disable - .text.wdt_hal_write_protect_enable - 0x403d0cf6 0x12 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x403d0cf6 wdt_hal_write_protect_enable - .text.wdt_hal_enable - 0x403d0d08 0x28 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x403d0d08 wdt_hal_enable - .text.wdt_hal_set_flashboot_en - 0x403d0d30 0x36 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x403d0d30 wdt_hal_set_flashboot_en - *libhal.a:mmu_hal.*(.literal .text .literal.* .text.*) - .text.mmu_hal_unmap_all - 0x403d0d66 0x16 esp-idf/hal/libhal.a(mmu_hal.c.obj) - 0x403d0d66 mmu_hal_unmap_all - .text.mmu_hal_init - 0x403d0d7c 0x12 esp-idf/hal/libhal.a(mmu_hal.c.obj) - 0x403d0d7c mmu_hal_init - .text.mmu_hal_check_valid_ext_vaddr_region - 0x403d0d8e 0x48 esp-idf/hal/libhal.a(mmu_hal.c.obj) - 0x403d0d8e mmu_hal_check_valid_ext_vaddr_region - .text.mmu_hal_map_region - 0x403d0dd6 0x90 esp-idf/hal/libhal.a(mmu_hal.c.obj) - 0x403d0dd6 mmu_hal_map_region - *libhal.a:cache_hal.*(.literal .text .literal.* .text.*) - .text.s_cache_hal_init_ctx - 0x403d0e66 0x3a esp-idf/hal/libhal.a(cache_hal.c.obj) - 0x403d0e66 s_cache_hal_init_ctx - .text.cache_hal_init - 0x403d0ea0 0x36 esp-idf/hal/libhal.a(cache_hal.c.obj) - 0x403d0ea0 cache_hal_init - .text.cache_hal_disable - 0x403d0ed6 0x16 esp-idf/hal/libhal.a(cache_hal.c.obj) - 0x403d0ed6 cache_hal_disable - .text.cache_hal_enable - 0x403d0eec 0x20 esp-idf/hal/libhal.a(cache_hal.c.obj) - 0x403d0eec cache_hal_enable - *libhal.a:efuse_hal.*(.literal .text .literal.* .text.*) - *libesp_hw_support.a:rtc_clk.*(.literal .text .literal.* .text.*) - .text.rtc_clk_bbpll_disable - 0x403d0f0c 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_cpu_freq_to_pll_mhz - 0x403d0f22 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_32k_enable.part.0 - 0x403d0f84 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_32k_enable - 0x403d0fda 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x403d0fda rtc_clk_32k_enable - .text.rtc_clk_8m_enable - 0x403d0ff6 0x76 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x403d0ff6 rtc_clk_8m_enable - .text.rtc_clk_slow_src_set - 0x403d106c 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x403d106c rtc_clk_slow_src_set - .text.rtc_clk_slow_src_get - 0x403d10d8 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x403d10d8 rtc_clk_slow_src_get - .text.rtc_clk_slow_freq_get_hz - 0x403d10f2 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x403d10f2 rtc_clk_slow_freq_get_hz - .text.rtc_clk_fast_src_set - 0x403d1126 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x403d1126 rtc_clk_fast_src_set - .text.rtc_clk_fast_src_get - 0x403d115e 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x403d115e rtc_clk_fast_src_get - .text.rtc_clk_xtal_freq_get - 0x403d116a 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x403d116a rtc_clk_xtal_freq_get - 0x403d116a rtc_get_xtal - .text.rtc_clk_cpu_freq_mhz_to_config - 0x403d11c0 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x403d11c0 rtc_clk_cpu_freq_mhz_to_config - .text.rtc_clk_cpu_freq_get_config - 0x403d1220 0xd0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x403d1220 rtc_clk_cpu_freq_get_config - .text.rtc_clk_xtal_freq_update - 0x403d12f0 0x2a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x403d12f0 rtc_clk_xtal_freq_update - .text.rtc_clk_apb_freq_update - 0x403d131a 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x403d131a rtc_clk_apb_freq_update - .text.rtc_clk_cpu_freq_to_xtal - 0x403d1330 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_cpu_freq_set_config - 0x403d138c 0x23c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x403d138c rtc_clk_cpu_freq_set_config - .text.rtc_clk_apb_freq_get - 0x403d15c8 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x403d15c8 rtc_clk_apb_freq_get - .text.rtc_clk_divider_set - 0x403d15f4 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x403d15f4 rtc_clk_divider_set - .text.rtc_clk_8m_divider_set - 0x403d1634 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x403d1634 rtc_clk_8m_divider_set - *libesp_hw_support.a:rtc_time.*(.literal .text .literal.* .text.*) - *libesp_hw_support.a:regi2c_ctrl.*(.literal .text .literal.* .text.*) - *libefuse.a:*.*(.literal .text .literal.* .text.*) - *(.fini.literal) - *(.fini) - *(.gnu.version) - 0x403d1668 _loader_text_end = ABSOLUTE (.) - -.iram.text 0x403cc710 0x0 - 0x403cc710 . = ALIGN (0x10) - *(.entry.text) - *(.init.literal) - *(.init) - -.dram0.bss 0x3fcd5710 0x110 - 0x3fcd5710 . = ALIGN (0x8) - 0x3fcd5710 _dram_start = ABSOLUTE (.) - 0x3fcd5710 _bss_start = ABSOLUTE (.) - *(.dynsbss) - *(.sbss) - *(.sbss.*) - .sbss.ota_has_initial_contents - 0x3fcd5710 0x1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - *fill* 0x3fcd5711 0x3 - .sbss.ram_obfs_value - 0x3fcd5714 0x8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .sbss.mapped 0x3fcd571c 0x1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - *fill* 0x3fcd571d 0x3 - .sbss.s_bbpll_digi_consumers_ref_count - 0x3fcd5720 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .sbss.s_cur_pll_freq - 0x3fcd5724 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .sbss.ctx 0x3fcd5728 0x4 esp-idf/hal/libhal.a(cache_hal.c.obj) - *(.gnu.linkonce.sb.*) - *(.scommon) - *(.sbss2) - *(.sbss2.*) - *(.gnu.linkonce.sb2.*) - *(.dynbss) - *(.bss) - *(.bss.*) - .bss.ctx 0x3fcd572c 0xd8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .bss.bootloader_image_hdr - 0x3fcd5804 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - 0x3fcd5804 bootloader_image_hdr - *(.gnu.linkonce.b.*) - *(COMMON) - 0x3fcd5820 . = ALIGN (0x8) - *fill* 0x3fcd581c 0x4 - 0x3fcd5820 _bss_end = ABSOLUTE (.) - -.dram0.bootdesc - 0x3fcd5820 0x50 - 0x3fcd5820 _data_start = ABSOLUTE (.) - *(.data_bootloader_desc .data_bootloader_desc.*) - .data_bootloader_desc - 0x3fcd5820 0x50 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) - 0x3fcd5820 esp_bootloader_desc - -.dram0.data 0x3fcd5870 0x8 - *(.dram1 .dram1.*) - *(.data) - *(.data.*) - *(.gnu.linkonce.d.*) - *(.data1) - *(.sdata) - *(.sdata.*) - .sdata.current_read_mapping - 0x3fcd5870 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .sdata._putc1 0x3fcd5874 0x4 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - 0x3fcd5874 _putc1 - *(.gnu.linkonce.s.*) - *(.gnu.linkonce.s2.*) - *(.jcr) - 0x3fcd5878 _data_end = ABSOLUTE (.) - -.dram0.rodata 0x3fcd5878 0x151c - 0x3fcd5878 _rodata_start = ABSOLUTE (.) - *(.rodata) - *(.rodata.*) - .rodata.__assert_func.str1.4 - 0x3fcd5878 0x1441 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - 0x22 (size before relaxing) - .rodata.abort.str1.4 - 0x3fcd6cb9 0x22 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .rodata.call_start_cpu0.str1.4 - 0x3fcd6cb9 0x31 esp-idf/main/libmain.a(bootloader_start.c.obj) - .rodata.log_invalid_app_partition.str1.4 - 0x3fcd6cb9 0x99 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.try_load_partition.str1.4 - 0x3fcd6cb9 0x37 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.set_actual_ota_seq.str1.4 - 0x3fcd6cb9 0x6e esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.load_image.str1.4 - 0x3fcd6cb9 0x95 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.bootloader_common_read_otadata.str1.4 - 0x3fcd6cb9 0x7e esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.bootloader_utility_load_partition_table.str1.4 - 0x3fcd6cb9 0x1e8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.bootloader_utility_get_selected_boot_partition.str1.4 - 0x3fcd6cb9 0xec esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.bootloader_utility_load_boot_image.str1.4 - 0x3fcd6cb9 0xc3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.esp_partition_table_verify.str1.4 - 0x3fcd6cb9 0x131 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .rodata.bootloader_util_regions_overlap.str1.4 - 0x3fcd6cb9 0x5e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .rodata.process_segments.str1.4 - 0x3fcd6cb9 0x25e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .rodata.image_load.str1.4 - 0x3fcd6cb9 0x192 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - *fill* 0x3fcd6cb9 0x3 - .rodata.__func__.0 - 0x3fcd6cbc 0x20 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .rodata.__func__.1 - 0x3fcd6cdc 0x16 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .rodata.bootloader_sha256_data.str1.4 - 0x3fcd6cf2 0x66 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - *fill* 0x3fcd6cf2 0x2 - .rodata.__func__.0 - 0x3fcd6cf4 0x19 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - *fill* 0x3fcd6d0d 0x3 - .rodata.__func__.1 - 0x3fcd6d10 0x17 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .rodata.bootloader_init.str1.4 - 0x3fcd6d27 0xf8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) - *fill* 0x3fcd6d27 0x1 - .rodata.__func__.0 - 0x3fcd6d28 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) - .rodata.bootloader_common_check_efuse_blk_validity.str1.4 - 0x3fcd6d38 0xa4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .rodata.bootloader_common_check_chip_validity.str1.4 - 0x3fcd6d38 0xbf esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .rodata.bootloader_fill_random.str1.4 - 0x3fcd6d38 0x4c esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .rodata.__func__.0 - 0x3fcd6d38 0x17 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .rodata.bootloader_mmap.str1.4 - 0x3fcd6d4f 0x8d esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .rodata.bootloader_flash_read.str1.4 - 0x3fcd6d4f 0xc4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .rodata.str1.4 - 0x3fcd6d4f 0xc8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .rodata.bootloader_flash_write.str1.4 - 0x3fcd6d4f 0xcc esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - *fill* 0x3fcd6d4f 0x1 - .rodata.__func__.0 - 0x3fcd6d50 0x1b esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - *fill* 0x3fcd6d6b 0x1 - .rodata.__func__.1 - 0x3fcd6d6c 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .rodata.bootloader_init_spi_flash.str1.4 - 0x3fcd6d94 0xe1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .rodata.bootloader_read_bootloader_header.str1.4 - 0x3fcd6d94 0x3d esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .rodata.bootloader_check_bootloader_validity.str1.4 - 0x3fcd6d94 0x4e esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .rodata.bootloader_enable_random.str1.4 - 0x3fcd6d94 0x32 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .rodata.bootloader_print_banner.str1.4 - 0x3fcd6d94 0x4d esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .rodata.rtc_clk_init.str1.4 - 0x3fcd6d94 0x39 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .rodata.rtc_clk_xtal_freq_get.str1.4 - 0x3fcd6d94 0x43 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .rodata.rtc_clk_cpu_freq_get_config.str1.4 - 0x3fcd6d94 0x31 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - *(.gnu.linkonce.r.*) - *(.rodata1) - *(.sdata2 .sdata2.* .srodata .srodata.*) - 0x3fcd6d94 __XT_EXCEPTION_TABLE_ = ABSOLUTE (.) - *(.xt_except_table) - *(.gcc_except_table) - *(.gnu.linkonce.e.*) - *(.gnu.version_r) - *(.eh_frame_hdr) - *(.eh_frame) - 0x3fcd6e78 . = ((. + 0x3) & 0xfffffffffffffffc) - 0x3fcd6d94 __init_array_start = ABSOLUTE (.) - *crtbegin.*(.ctors) - *(EXCLUDE_FILE(*crtend.*) .ctors) - *(SORT_BY_NAME(.ctors.*)) - *(.ctors) - 0x3fcd6d94 __init_array_end = ABSOLUTE (.) - *crtbegin.*(.dtors) - *(EXCLUDE_FILE(*crtend.*) .dtors) - *(SORT_BY_NAME(.dtors.*)) - *(.dtors) - 0x3fcd6d94 __XT_EXCEPTION_DESCS_ = ABSOLUTE (.) - *(.xt_except_desc) - *(.gnu.linkonce.h.*) - 0x3fcd6d94 __XT_EXCEPTION_DESCS_END__ = ABSOLUTE (.) - *(.xt_except_desc_end) - *(.dynamic) - *(.gnu.version_d) - 0x3fcd6d94 _rodata_end = ABSOLUTE (.) - 0x3fcd6d94 _lit4_start = ABSOLUTE (.) - *(*.lit4) - *(.lit4.*) - *(.gnu.linkonce.lit4.*) - 0x3fcd6d94 _lit4_end = ABSOLUTE (.) - 0x3fcd6e78 . = ALIGN (0x4) - 0x3fcd6d94 _dram_end = ABSOLUTE (.) - -.iram.text 0x403cc710 0xc30 - 0x403cc710 _stext = . - 0x403cc710 _text_start = ABSOLUTE (.) - *(.literal .text .literal.* .text.* .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*) - .text.esp_bootloader_get_description - 0x403cc710 0xa esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) - 0x403cc710 esp_bootloader_get_description - .text.call_start_cpu0 - 0x403cc71a 0x82 esp-idf/main/libmain.a(bootloader_start.c.obj) - 0x403cc71a call_start_cpu0 - .text.bootloader_init - 0x403cc79c 0x1e8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) - 0x403cc79c bootloader_init - .text.bootloader_clock_configure - 0x403cc984 0xda esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - 0x403cc984 bootloader_clock_configure - .text.bootloader_init_mem - 0x403cca5e 0x2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - 0x403cca5e bootloader_init_mem - .text.bootloader_random_enable - 0x403cca60 0x18e esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - 0x403cca60 bootloader_random_enable - .text.bootloader_flash_update_id - 0x403ccbee 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - 0x403ccbee bootloader_flash_update_id - .text.bootloader_init_spi_flash - 0x403ccc0a 0x1f2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - 0x403ccc0a bootloader_init_spi_flash - .text.bootloader_clear_bss_section - 0x403ccdfc 0x22 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - 0x403ccdfc bootloader_clear_bss_section - .text.bootloader_read_bootloader_header - 0x403cce1e 0x3e esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - 0x403cce1e bootloader_read_bootloader_header - .text.bootloader_check_bootloader_validity - 0x403cce5c 0x84 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - 0x403cce5c bootloader_check_bootloader_validity - .text.bootloader_config_wdt - 0x403ccee0 0x84 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - 0x403ccee0 bootloader_config_wdt - .text.bootloader_enable_random - 0x403ccf64 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - 0x403ccf64 bootloader_enable_random - .text.bootloader_print_banner - 0x403ccf8c 0x56 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - 0x403ccf8c bootloader_print_banner - .text.bootloader_console_init - 0x403ccfe2 0xac esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - 0x403ccfe2 bootloader_console_init - .text.esp_cpu_configure_region_protection - 0x403cd08e 0x100 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - 0x403cd08e esp_cpu_configure_region_protection - .text.rtc_clk_init - 0x403cd18e 0x142 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - 0x403cd18e rtc_clk_init - .text.esp_rom_output_putc - 0x403cd2d0 0x36 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - 0x403cd2d0 esp_rom_output_putc - .text.esp_rom_install_uart_printf - 0x403cd306 0x2a esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - 0x403cd306 esp_rom_install_uart_printf - *(.iram .iram.*) - *(.fini.literal) - *(.fini) - *(.gnu.version) - 0x403cd340 . = (. + 0x10) - *fill* 0x403cd330 0x10 - 0x403cd340 _text_end = ABSOLUTE (.) - 0x403cd340 _etext = . - -.riscv.attributes - 0x00000000 0x48 - *(.riscv.attributes) - .riscv.attributes - 0x00000000 0x44 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) - .riscv.attributes - 0x00000044 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .riscv.attributes - 0x00000088 0x44 esp-idf/main/libmain.a(bootloader_start.c.obj) - .riscv.attributes - 0x000000cc 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .riscv.attributes - 0x00000110 0x44 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .riscv.attributes - 0x00000154 0x44 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .riscv.attributes - 0x00000198 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .riscv.attributes - 0x000001dc 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .riscv.attributes - 0x00000220 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - .riscv.attributes - 0x00000264 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) - .riscv.attributes - 0x000002a8 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .riscv.attributes - 0x000002ec 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .riscv.attributes - 0x00000330 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .riscv.attributes - 0x00000374 0x48 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .riscv.attributes - 0x000003bc 0x44 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .riscv.attributes - 0x00000400 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .riscv.attributes - 0x00000444 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .riscv.attributes - 0x00000488 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .riscv.attributes - 0x000004cc 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .riscv.attributes - 0x00000510 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .riscv.attributes - 0x00000554 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .riscv.attributes - 0x0000059c 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .riscv.attributes - 0x000005e4 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .riscv.attributes - 0x00000628 0x44 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .riscv.attributes - 0x0000066c 0x48 esp-idf/log/liblog.a(log_timestamp.c.obj) - .riscv.attributes - 0x000006b4 0x44 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .riscv.attributes - 0x000006f8 0x44 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .riscv.attributes - 0x0000073c 0x44 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .riscv.attributes - 0x00000780 0x44 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .riscv.attributes - 0x000007c4 0x44 esp-idf/hal/libhal.a(cache_hal.c.obj) - -.debug - *(.debug) - -.line - *(.line) - -.debug_srcinfo - *(.debug_srcinfo) - -.debug_sfnames - *(.debug_sfnames) - -.debug_aranges 0x00000000 0x850 - *(.debug_aranges) - .debug_aranges - 0x00000000 0x20 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) - .debug_aranges - 0x00000020 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .debug_aranges - 0x00000048 0x28 esp-idf/main/libmain.a(bootloader_start.c.obj) - .debug_aranges - 0x00000070 0x98 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_aranges - 0x00000108 0x20 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .debug_aranges - 0x00000128 0x70 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_aranges - 0x00000198 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .debug_aranges - 0x000001b8 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_aranges - 0x000001e8 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - .debug_aranges - 0x00000210 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) - .debug_aranges - 0x00000230 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .debug_aranges - 0x00000280 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .debug_aranges - 0x000002a0 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_aranges - 0x000002c0 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .debug_aranges - 0x000002e0 0x40 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_aranges - 0x00000320 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .debug_aranges - 0x00000348 0xb8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_aranges - 0x00000400 0x58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_aranges - 0x00000458 0x48 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .debug_aranges - 0x000004a0 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .debug_aranges - 0x000004c0 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_aranges - 0x000004e0 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .debug_aranges - 0x00000500 0x120 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_aranges - 0x00000620 0x38 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .debug_aranges - 0x00000658 0x20 esp-idf/log/liblog.a(log_timestamp.c.obj) - .debug_aranges - 0x00000678 0x48 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_aranges - 0x000006c0 0x58 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_aranges - 0x00000718 0x70 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_aranges - 0x00000788 0x60 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_aranges - 0x000007e8 0x68 esp-idf/hal/libhal.a(cache_hal.c.obj) - -.debug_pubnames - *(.debug_pubnames) - -.debug_info 0x00000000 0x28eb8 - *(.debug_info .gnu.linkonce.wi.*) - .debug_info 0x00000000 0x181 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) - .debug_info 0x00000181 0x217 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .debug_info 0x00000398 0xc9b esp-idf/main/libmain.a(bootloader_start.c.obj) - .debug_info 0x00001033 0x1f77 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_info 0x00002faa 0x5b4 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .debug_info 0x0000355e 0x26d3 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_info 0x00005c31 0xc6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .debug_info 0x00005cf7 0x437 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_info 0x0000612e 0xdf esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - .debug_info 0x0000620d 0x36de esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) - .debug_info 0x000098eb 0xaa8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .debug_info 0x0000a393 0x348 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .debug_info 0x0000a6db 0x9f esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_info 0x0000a77a 0x26b esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .debug_info 0x0000a9e5 0xa48 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_info 0x0000b42d 0x1d8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .debug_info 0x0000b605 0x3d06 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_info 0x0000f30b 0xc35 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_info 0x0000ff40 0x46ce esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .debug_info 0x0001460e 0x1739 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .debug_info 0x00015d47 0x26b esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_info 0x00015fb2 0x8d6 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .debug_info 0x00016888 0x1793 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_info 0x0001801b 0x2ba esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .debug_info 0x000182d5 0x12c esp-idf/log/liblog.a(log_timestamp.c.obj) - .debug_info 0x00018401 0x378f esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_info 0x0001bb90 0x3a05 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_info 0x0001f595 0x8190 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_info 0x00027725 0xbd2 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_info 0x000282f7 0xbc1 esp-idf/hal/libhal.a(cache_hal.c.obj) - -.debug_abbrev 0x00000000 0x4a8e - *(.debug_abbrev) - .debug_abbrev 0x00000000 0xaa esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) - .debug_abbrev 0x000000aa 0xfb esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .debug_abbrev 0x000001a5 0x309 esp-idf/main/libmain.a(bootloader_start.c.obj) - .debug_abbrev 0x000004ae 0x4ed esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_abbrev 0x0000099b 0x1fd esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .debug_abbrev 0x00000b98 0x51d esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_abbrev 0x000010b5 0x89 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .debug_abbrev 0x0000113e 0x1ca esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_abbrev 0x00001308 0x80 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - .debug_abbrev 0x00001388 0x351 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) - .debug_abbrev 0x000016d9 0x298 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .debug_abbrev 0x00001971 0x12e esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .debug_abbrev 0x00001a9f 0x65 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_abbrev 0x00001b04 0x16d esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .debug_abbrev 0x00001c71 0x322 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_abbrev 0x00001f93 0xaf esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .debug_abbrev 0x00002042 0x5b1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_abbrev 0x000025f3 0x30e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_abbrev 0x00002901 0x36f esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .debug_abbrev 0x00002c70 0x308 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .debug_abbrev 0x00002f78 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_abbrev 0x00003008 0x306 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .debug_abbrev 0x0000330e 0x525 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_abbrev 0x00003833 0x19d esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .debug_abbrev 0x000039d0 0xe5 esp-idf/log/liblog.a(log_timestamp.c.obj) - .debug_abbrev 0x00003ab5 0x216 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_abbrev 0x00003ccb 0x363 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_abbrev 0x0000402e 0x432 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_abbrev 0x00004460 0x2f8 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_abbrev 0x00004758 0x336 esp-idf/hal/libhal.a(cache_hal.c.obj) - -.debug_line 0x00000000 0x12879 - *(.debug_line) - .debug_line 0x00000000 0x1fc esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) - .debug_line 0x000001fc 0x3dd esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .debug_line 0x000005d9 0x62b esp-idf/main/libmain.a(bootloader_start.c.obj) - .debug_line 0x00000c04 0x1ee0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_line 0x00002ae4 0x6b4 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .debug_line 0x00003198 0x2231 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_line 0x000053c9 0x1da esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .debug_line 0x000055a3 0x464 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_line 0x00005a07 0x25c esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - .debug_line 0x00005c63 0x9eb esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) - .debug_line 0x0000664e 0x972 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .debug_line 0x00006fc0 0x41f esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .debug_line 0x000073df 0xdb esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_line 0x000074ba 0x4b4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .debug_line 0x0000796e 0xccc esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_line 0x0000863a 0x683 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .debug_line 0x00008cbd 0x1cca esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_line 0x0000a987 0xc03 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_line 0x0000b58a 0xabd esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .debug_line 0x0000c047 0x53b esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .debug_line 0x0000c582 0x3bd esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_line 0x0000c93f 0x799 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .debug_line 0x0000d0d8 0x1c00 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_line 0x0000ecd8 0x46f esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .debug_line 0x0000f147 0x2be esp-idf/log/liblog.a(log_timestamp.c.obj) - .debug_line 0x0000f405 0x460 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_line 0x0000f865 0x764 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_line 0x0000ffc9 0x12ef esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_line 0x000112b8 0xbc1 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_line 0x00011e79 0xa00 esp-idf/hal/libhal.a(cache_hal.c.obj) - -.debug_frame 0x00000000 0x15a8 - *(.debug_frame) - .debug_frame 0x00000000 0x20 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) - .debug_frame 0x00000020 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .debug_frame 0x00000060 0x38 esp-idf/main/libmain.a(bootloader_start.c.obj) - .debug_frame 0x00000098 0x274 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_frame 0x0000030c 0x58 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .debug_frame 0x00000364 0x198 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_frame 0x000004fc 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .debug_frame 0x0000051c 0x68 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_frame 0x00000584 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - .debug_frame 0x000005b4 0x34 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) - .debug_frame 0x000005e8 0x100 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .debug_frame 0x000006e8 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .debug_frame 0x00000718 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_frame 0x00000738 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .debug_frame 0x00000764 0xb4 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_frame 0x00000818 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .debug_frame 0x00000868 0x2d0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_frame 0x00000b38 0x100 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_frame 0x00000c38 0xc4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .debug_frame 0x00000cfc 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .debug_frame 0x00000d2c 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_frame 0x00000d4c 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .debug_frame 0x00000d84 0x33c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_frame 0x000010c0 0x88 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .debug_frame 0x00001148 0x30 esp-idf/log/liblog.a(log_timestamp.c.obj) - .debug_frame 0x00001178 0x80 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_frame 0x000011f8 0xb0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_frame 0x000012a8 0xec esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_frame 0x00001394 0x110 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_frame 0x000014a4 0x104 esp-idf/hal/libhal.a(cache_hal.c.obj) - -.debug_str 0x00000000 0xbdff - *(.debug_str) - .debug_str 0x00000000 0xbdff esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) - 0x2d2 (size before relaxing) - .debug_str 0x0000bdff 0x2e8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .debug_str 0x0000bdff 0xa7a esp-idf/main/libmain.a(bootloader_start.c.obj) - .debug_str 0x0000bdff 0x16df esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_str 0x0000bdff 0x4cd esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .debug_str 0x0000bdff 0x18a0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_str 0x0000bdff 0x276 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .debug_str 0x0000bdff 0x403 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_str 0x0000bdff 0x29f esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - .debug_str 0x0000bdff 0x2ef9 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) - .debug_str 0x0000bdff 0xf0a esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .debug_str 0x0000bdff 0x6df esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .debug_str 0x0000bdff 0x25f esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_str 0x0000bdff 0x2fa esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .debug_str 0x0000bdff 0xa37 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_str 0x0000bdff 0x2a5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .debug_str 0x0000bdff 0x2985 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_str 0x0000bdff 0x1393 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_str 0x0000bdff 0x35bf esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .debug_str 0x0000bdff 0xa69 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .debug_str 0x0000bdff 0x25f esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_str 0x0000bdff 0xcd8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .debug_str 0x0000bdff 0x1374 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_str 0x0000bdff 0x426 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .debug_str 0x0000bdff 0x2b2 esp-idf/log/liblog.a(log_timestamp.c.obj) - .debug_str 0x0000bdff 0x2834 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_str 0x0000bdff 0x29f3 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_str 0x0000bdff 0x5148 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_str 0x0000bdff 0x622 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_str 0x0000bdff 0x625 esp-idf/hal/libhal.a(cache_hal.c.obj) - -.debug_loc 0x00000000 0x8f8c - *(.debug_loc) - .debug_loc 0x00000000 0xc8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .debug_loc 0x000000c8 0xc7 esp-idf/main/libmain.a(bootloader_start.c.obj) - .debug_loc 0x0000018f 0x1263 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_loc 0x000013f2 0x1d9 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .debug_loc 0x000015cb 0x2432 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_loc 0x000039fd 0x1bb esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_loc 0x00003bb8 0xa5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) - .debug_loc 0x00003c5d 0x3ad esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .debug_loc 0x0000400a 0x105 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .debug_loc 0x0000410f 0x1e5 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_loc 0x000042f4 0x153a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_loc 0x0000582e 0x2d1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_loc 0x00005aff 0x141 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .debug_loc 0x00005c40 0x87 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .debug_loc 0x00005cc7 0xdf esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .debug_loc 0x00005da6 0xc67 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_loc 0x00006a0d 0x125 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .debug_loc 0x00006b32 0x13 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_loc 0x00006b45 0x1a0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_loc 0x00006ce5 0xb0d esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_loc 0x000077f2 0xc81 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_loc 0x00008473 0xb19 esp-idf/hal/libhal.a(cache_hal.c.obj) - -.debug_macinfo - *(.debug_macinfo) - -.debug_pubtypes - *(.debug_pubtypes) - -.debug_ranges 0x00000000 0x17c0 - *(.debug_ranges) - .debug_ranges 0x00000000 0x10 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) - .debug_ranges 0x00000010 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .debug_ranges 0x00000028 0x30 esp-idf/main/libmain.a(bootloader_start.c.obj) - .debug_ranges 0x00000058 0x1c8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_ranges 0x00000220 0x70 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .debug_ranges 0x00000290 0x3d0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_ranges 0x00000660 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .debug_ranges 0x00000670 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_ranges 0x00000690 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - .debug_ranges 0x000006a8 0x58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) - .debug_ranges 0x00000700 0x58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .debug_ranges 0x00000758 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .debug_ranges 0x00000768 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_ranges 0x00000778 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .debug_ranges 0x000007a0 0x90 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_ranges 0x00000830 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .debug_ranges 0x00000848 0x288 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_ranges 0x00000ad0 0xb8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .debug_ranges 0x00000b88 0x70 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .debug_ranges 0x00000bf8 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .debug_ranges 0x00000c48 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_ranges 0x00000c58 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .debug_ranges 0x00000c98 0x398 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_ranges 0x00001030 0x28 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .debug_ranges 0x00001058 0x28 esp-idf/log/liblog.a(log_timestamp.c.obj) - .debug_ranges 0x00001080 0x88 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_ranges 0x00001108 0x98 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_ranges 0x000011a0 0x2c8 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_ranges 0x00001468 0x180 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .debug_ranges 0x000015e8 0x1d8 esp-idf/hal/libhal.a(cache_hal.c.obj) - -.debug_weaknames - *(.debug_weaknames) - -.debug_funcnames - *(.debug_funcnames) - -.debug_typenames - *(.debug_typenames) - -.debug_varnames - *(.debug_varnames) - -.debug_gnu_pubnames - *(.debug_gnu_pubnames) - -.debug_gnu_pubtypes - *(.debug_gnu_pubtypes) - -.debug_types - *(.debug_types) - -.debug_addr - *(.debug_addr) - -.debug_line_str - *(.debug_line_str) - -.debug_loclists - *(.debug_loclists) - -.debug_macro - *(.debug_macro) - -.debug_names - *(.debug_names) - -.debug_rnglists - *(.debug_rnglists) - -.debug_str_offsets - *(.debug_str_offsets) - -.comment 0x00000000 0x2f - *(.comment) - .comment 0x00000000 0x2f esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) - 0x30 (size before relaxing) - .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .comment 0x0000002f 0x30 esp-idf/main/libmain.a(bootloader_start.c.obj) - .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) - .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .comment 0x0000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .comment 0x0000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .comment 0x0000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .comment 0x0000002f 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .comment 0x0000002f 0x30 esp-idf/log/liblog.a(log_timestamp.c.obj) - .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(cache_hal.c.obj) - -.note.GNU-stack - 0x00000000 0x0 - *(.note.GNU-stack) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/main/libmain.a(bootloader_start.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .note.GNU-stack - 0x00000000 0x0 esp-idf/hal/libhal.a(cache_hal.c.obj) - -/DISCARD/ - *(.rela.*) -OUTPUT(bootloader.elf elf32-littleriscv) - -Cross Reference Table - -Symbol File -Cache_Disable_ICache esp-idf/hal/libhal.a(cache_hal.c.obj) -Cache_Enable_ICache esp-idf/hal/libhal.a(cache_hal.c.obj) -Cache_Get_ICache_Line_Size esp-idf/hal/libhal.a(cache_hal.c.obj) -Cache_Invalidate_Addr esp-idf/hal/libhal.a(cache_hal.c.obj) -Cache_Resume_ICache esp-idf/hal/libhal.a(cache_hal.c.obj) -Cache_Suspend_ICache esp-idf/hal/libhal.a(cache_hal.c.obj) -EFUSE esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - esp-idf/hal/libhal.a(efuse_hal.c.obj) - esp-idf/hal/libhal.a(efuse_hal.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) -ESP_EFUSE_ADC1_CAL_VOL_ATTEN0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_ADC1_CAL_VOL_ATTEN1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_ADC1_CAL_VOL_ATTEN2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_ADC1_CAL_VOL_ATTEN3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_ADC1_INIT_CODE_ATTEN0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_ADC1_INIT_CODE_ATTEN1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_ADC1_INIT_CODE_ATTEN2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_ADC1_INIT_CODE_ATTEN3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_BLK_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_BLK_VERSION_MINOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_DIG_DBIAS_HVT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_DISABLE_BLK_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_DISABLE_WAFER_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_DIS_DIRECT_BOOT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -ESP_EFUSE_DIS_DOWNLOAD_ICACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -ESP_EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -ESP_EFUSE_DIS_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) -ESP_EFUSE_DIS_FORCE_DOWNLOAD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_DIS_ICACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_DIS_PAD_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -ESP_EFUSE_DIS_TWAI esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_DIS_USB_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -ESP_EFUSE_DIS_USB_SERIAL_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_DIS_USB_SERIAL_JTAG_ROM_PRINT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_ENABLE_SECURITY_DOWNLOAD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) -ESP_EFUSE_ERR_RST_ENABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_FLASH_CAP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_FLASH_TEMP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_FLASH_TPUW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_FLASH_VENDOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_FORCE_SEND_RESUME esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_JTAG_SEL_ENABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_KEY0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_KEY1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_KEY2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_KEY3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_KEY4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_KEY5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_KEY_PURPOSE_0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_KEY_PURPOSE_1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_KEY_PURPOSE_2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_KEY_PURPOSE_3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_KEY_PURPOSE_4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_KEY_PURPOSE_5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_K_DIG_LDO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_K_RTC_LDO 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_OCODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_OPTIONAL_UNIQUE_ID esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_PKG_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) -ESP_EFUSE_RD_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_RD_DIS_BLOCK_KEY0 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_BLOCK_KEY1 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_BLOCK_KEY2 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_BLOCK_KEY3 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_BLOCK_KEY4 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_BLOCK_KEY5 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_BLOCK_SYS_DATA2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_SECURE_BOOT_AGGRESSIVE_REVOKE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_SECURE_BOOT_EN esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_SECURE_BOOT_KEY_REVOKE0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_SECURE_BOOT_KEY_REVOKE1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_SECURE_BOOT_KEY_REVOKE2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_SECURE_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_SOFT_DIS_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -ESP_EFUSE_SPI_BOOT_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_SPI_PAD_CONFIG_CLK esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_SPI_PAD_CONFIG_CS 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_D4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_SPI_PAD_CONFIG_D5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_SPI_PAD_CONFIG_D6 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_SPI_PAD_CONFIG_D7 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_SPI_PAD_CONFIG_DQS 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_SPI_PAD_CONFIG_WP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_SYS_DATA_PART2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_TEMP_CALIB esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_THRES_HVT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_UART_PRINT_CONTROL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) -ESP_EFUSE_USB_EXCHG_PINS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_USER_DATA esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_USER_DATA_MAC_CUSTOM esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_VDD_SPI_AS_GPIO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_V_DIG_DBIAS20 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_V_RTC_DBIAS20 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WAFER_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WAFER_VERSION_MINOR_HI esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WAFER_VERSION_MINOR_LO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WDT_DELAY_SEL 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_ADC1_CAL_VOL_ATTEN0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_BLK1 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_BLK_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_BLK_VERSION_MINOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_BLOCK_KEY0 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_BLOCK_KEY1 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_BLOCK_KEY2 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_BLOCK_KEY3 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_BLOCK_KEY4 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_BLOCK_KEY5 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_BLOCK_SYS_DATA2 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_BLOCK_USR_DATA 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_CUSTOM_MAC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DIG_DBIAS_HVT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DISABLE_BLK_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DISABLE_WAFER_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DIS_DIRECT_BOOT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_ICACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_MANUAL_ENCRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DIS_FORCE_DOWNLOAD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DIS_ICACHE 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_DIS_PAD_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DIS_TWAI esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DIS_USB_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG_ROM_PRINT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_ENABLE_SECURITY_DOWNLOAD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_ERR_RST_ENABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_FLASH_CAP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_FLASH_TEMP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_FLASH_TPUW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_FLASH_VENDOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_FORCE_SEND_RESUME esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_JTAG_SEL_ENABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_KEY_PURPOSE_0 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_KEY_PURPOSE_1 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_KEY_PURPOSE_2 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_KEY_PURPOSE_3 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_KEY_PURPOSE_4 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_KEY_PURPOSE_5 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_K_DIG_LDO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_K_RTC_LDO 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_OCODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_OPTIONAL_UNIQUE_ID esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_PKG_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-idf/efuse/libefuse.a(esp_efuse_api.c.obj) -ESP_EFUSE_WR_DIS_SECURE_BOOT_AGGRESSIVE_REVOKE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_SECURE_BOOT_EN esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE0 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_SECURE_BOOT_KEY_REVOKE1 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_SECURE_BOOT_KEY_REVOKE2 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_SECURE_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_SOFT_DIS_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_SPI_BOOT_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_WR_DIS_SPI_PAD_CONFIG_CLK esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_CS 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_D4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D6 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D7 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_DQS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_HD 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_SPI_PAD_CONFIG_WP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_SYS_DATA_PART1 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_TEMP_CALIB esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_THRES_HVT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_UART_PRINT_CONTROL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_USB_EXCHG_PINS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_VDD_SPI_AS_GPIO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_V_DIG_DBIAS20 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_V_RTC_DBIAS20 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_WAFER_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_WAFER_VERSION_MINOR_HI esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_WAFER_VERSION_MINOR_LO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_WDT_DELAY_SEL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ROM_Boot_Cache_Init esp-idf/hal/libhal.a(mmu_hal.c.obj) -RTCCNTL esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) -SPIMEM0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) -SPIMEM1 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/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) -__ashldi3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/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/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_esp32c3.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) -__clz_tab C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_clz.o) - C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) -__getreent esp-idf/main/libmain.a(bootloader_start.c.obj) -__lshrdi3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_lshrdi3.o) - esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) -__popcountsi2 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_popcountsi2.o) - esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) -__sf C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) -__udivdi3 C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti\libgcc.a(_udivdi3.o) - 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) -_bss_end esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) -_bss_start esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) -_data_end esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) -_data_start esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.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) -_impure_data C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.o) - esp-idf/main/libmain.a(bootloader_start.c.obj) -_impure_ptr C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-impure.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) -_putc1 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) -_putc2 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) -abort esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - esp-idf/hal/libhal.a(cache_hal.c.obj) - esp-idf/hal/libhal.a(mmu_hal.c.obj) - esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - esp-idf/hal/libhal.a(efuse_hal.c.obj) - 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) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.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_esp32c3.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) -bootloader_ana_super_wdt_reset_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.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_esp32c3.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_esp32c3.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_esp32c3.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_efuse_blk_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_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_partition_description esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.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_read_otadata esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) -bootloader_common_select_otadata esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) -bootloader_config_wdt esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) -bootloader_configure_spi_pins esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.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_esp32c3.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_esp32c3.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_esp32c3.c.obj) -bootloader_execute_flash_command esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.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_esp32c3.c.obj) -bootloader_flash_cs_timing_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) -bootloader_flash_dummy_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) -bootloader_flash_erase_range esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.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) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.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_set_dummy_out esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.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_esp32c3.c.obj) -bootloader_flash_update_id esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) -bootloader_flash_update_size esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.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_esp32c3.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_esp32c3.c.obj) -bootloader_init esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.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_esp32c3.c.obj) -bootloader_init_spi_flash esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.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(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(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_esp32c3.c.obj) -bootloader_random_disable esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.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_esp32c3.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_esp32c3.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_esp32c3.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) -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_hal_disable esp-idf/hal/libhal.a(cache_hal.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) -cache_hal_enable esp-idf/hal/libhal.a(cache_hal.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) -cache_hal_get_cache_line_size esp-idf/hal/libhal.a(cache_hal.c.obj) -cache_hal_init esp-idf/hal/libhal.a(cache_hal.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) -cache_hal_invalidate_addr esp-idf/hal/libhal.a(cache_hal.c.obj) -cache_hal_is_cache_enabled esp-idf/hal/libhal.a(cache_hal.c.obj) -cache_hal_resume esp-idf/hal/libhal.a(cache_hal.c.obj) -cache_hal_suspend esp-idf/hal/libhal.a(cache_hal.c.obj) -cache_hal_vaddr_to_cache_level_id esp-idf/hal/libhal.a(cache_hal.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) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.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/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.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_blk_version_major esp-idf/hal/libhal.a(efuse_hal.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) -efuse_hal_get_disable_wafer_version_major esp-idf/hal/libhal.a(efuse_hal.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.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_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) - esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) -efuse_hal_rs_calculate esp-idf/hal/libhal.a(efuse_hal.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_utility.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_bootloader_desc esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) -esp_bootloader_get_description esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.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_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_count_unused_key_blocks esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -esp_efuse_destroy_block esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) -esp_efuse_disable_rom_download_mode esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) -esp_efuse_enable_rom_secure_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-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -esp_efuse_find_unused_key_block 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_efuse_get_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key.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 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -esp_efuse_get_key_dis_read esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -esp_efuse_get_key_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.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-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -esp_efuse_get_pkg_ver esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) -esp_efuse_get_purpose_field esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -esp_efuse_get_write_protect_of_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key.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_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_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_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -esp_efuse_set_key_dis_read esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) -esp_efuse_set_key_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -esp_efuse_set_key_purpose esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -esp_efuse_set_keypurpose_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_set_write_protect_of_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key.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_chip_opt esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api.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-idf/efuse/libefuse.a(esp_efuse_api_key.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_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-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_fields.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/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_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_timestamp.c.obj) -esp_log_timestamp esp-idf/log/liblog.a(log_timestamp.c.obj) - 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) - 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/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.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_esp32c3.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_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_clk.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.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_esp32c3.c.obj) -esp_rom_efuse_get_flash_wp_gpio esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) -esp_rom_get_cpu_ticks_per_us esp-idf/log/liblog.a(log_timestamp.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_esp32c3.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_pad_set_drv esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.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_rom/libesp_rom.a(esp_rom_sys.c.obj) - 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_output_flush_tx esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) -esp_rom_output_putc esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) -esp_rom_output_to_channels esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) -esp_rom_output_tx_one_char esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) -esp_rom_output_tx_wait_idle 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) -esp_rom_printf 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) - 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/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.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_esp32c3.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_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-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) -esp_rom_set_cpu_ticks_per_us 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_config_clk esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) -esp_rom_spiflash_config_param esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) -esp_rom_spiflash_erase_block esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) -esp_rom_spiflash_erase_sector esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) -esp_rom_spiflash_read esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) -esp_rom_spiflash_wait_idle esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) -esp_rom_spiflash_write esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) -esp_rom_spiflash_write_encrypted esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) -esp_secure_boot_read_key_digests esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ets_efuse_clear_program_registers esp-idf/hal/libhal.a(efuse_hal.c.obj) -ets_efuse_rs_calculate esp-idf/hal/libhal.a(efuse_hal.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_install_uart_printf 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) -ets_sha_finish esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) -ets_sha_init esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) -ets_sha_update esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) -g_uart_print esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) -g_usb_print esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) -memcmp C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcmp.o) - esp-idf/efuse/libefuse.a(esp_efuse_utility.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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_a-memcpy.o) - esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - 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) -memset C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti\libc.a(libc_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_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) - 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) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) -mmu_hal_map_region esp-idf/hal/libhal.a(mmu_hal.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.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_flash.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) -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) -rom_spiflash_legacy_data esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.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_divider_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_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_clk_init.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) -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_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_bbpll_add_consumer esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) -rtc_clk_bbpll_remove_consumer esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.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_set_to_default_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) -rtc_clk_divider_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_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_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/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_xtal_freq_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.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) -s_cache_hal_init_ctx esp-idf/hal/libhal.a(cache_hal.c.obj) -s_revoke_table esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -s_table esp-idf/efuse/libefuse.a(esp_efuse_api_key.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/ESP-IDF_mqtt-ssl/build/bootloader/build.ninja b/ESP-IDF_mqtt-ssl/build/bootloader/build.ninja deleted file mode 100644 index 5cebec419..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/build.ninja +++ /dev/null @@ -1,2560 +0,0 @@ -# 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$:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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 merge-bin - -build merge-bin: phony CMakeFiles/merge-bin gen_project_binary - - -############################################# -# 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_esp32c3.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_soc project_elf_src_esp32c3.c - -build CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj: C_COMPILER__bootloader.2eelf_unscanned_ C$:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/project_elf_src_esp32c3.c || cmake_object_order_depends_target_bootloader.elf - DEFINES = -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ - DEP_FILE = CMakeFiles\bootloader.elf.dir\project_elf_src_esp32c3.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always - INCLUDES = -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/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_esp32c3.c.obj | 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_bootloader_format/libesp_bootloader_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/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_bootloader_format/libesp_bootloader_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/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_bootloader_format/libesp_bootloader_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/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_bootloader_format/libesp_bootloader_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/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_bootloader_format/libesp_bootloader_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/alex/esp/v5.4/esp-idf/components/riscv/ld/rom.api.ld C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/ld/esp32c3.peripherals.ld C$:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.ld C$:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.api.ld C$:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.bt_funcs.ld C$:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.libgcc.ld C$:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.version.ld C$:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.newlib.ld C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/main/ld/esp32c3/bootloader.ld C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/main/ld/esp32c3/bootloader.rom.ld || _project_elf_src esp-idf/main/libmain.a esp-idf/soc/libsoc.a - FLAGS = -march=rv32imc_zicsr_zifencei - LINK_FLAGS = -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs -Wl,--cref -Wl,--defsym=IDF_TARGET_ESP32C3=0 -Wl,--Map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.map -Wl,--no-warn-rwx-segments -Wl,--orphan-handling=warn -fno-rtti -fno-lto -Wl,--gc-sections -Wl,--warn-common -T rom.api.ld -T esp32c3.rom.ld -T esp32c3.rom.api.ld -T esp32c3.rom.bt_funcs.ld -T esp32c3.rom.libgcc.ld -T esp32c3.rom.version.ld -T esp32c3.rom.newlib.ld -T esp32c3.peripherals.ld -T bootloader.ld -T bootloader.rom.ld - LINK_LIBRARIES = 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_bootloader_format/libesp_bootloader_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/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_bootloader_format/libesp_bootloader_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/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_bootloader_format/libesp_bootloader_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/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_bootloader_format/libesp_bootloader_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/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_bootloader_format/libesp_bootloader_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 -u __assert_func -u esp_bootloader_desc -u abort -u __ubsan_include -u esp_system_include_startup_funcs -u esp_sleep_gpio_include -u bootloader_hooks_include - LINK_PATH = -LC:/Users/alex/esp/v5.4/esp-idf/components/riscv/ld -LC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/ld -LC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/ld -LC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/main/ld/esp32c3 - 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 - -build uf2: phony CMakeFiles/uf2 - - -############################################# -# Utility command for uf2-app - -build uf2-app: phony CMakeFiles/uf2-app - - -############################################# -# Utility command for edit_cache - -build CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Users/alex/esp/v5.4/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config.env && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe -m kconfgen --list-separator=semicolon --kconfig C:/Users/alex/esp/v5.4/esp-idf/Kconfig --sdkconfig-rename C:/Users/alex/esp/v5.4/esp-idf/sdkconfig.rename --config C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/sdkconfig --env-file C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config.env --env IDF_TARGET=esp32c3 --env IDF_TOOLCHAIN=gcc --env IDF_ENV_FPGA= --env IDF_INIT_VERSION=5.4.1 --dont-write-deprecated --output config C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/sdkconfig && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Users/alex/esp/v5.4/esp-idf/tools/check_term.py && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E env COMPONENT_KCONFIGS_SOURCE_FILE=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/kconfigs.in COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/kconfigs_projbuild.in KCONFIG_CONFIG=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/sdkconfig IDF_TARGET=esp32c3 IDF_TOOLCHAIN=gcc IDF_ENV_FPGA= IDF_INIT_VERSION=5.4.1 c:/Users/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe -m menuconfig C:/Users/alex/esp/v5.4/esp-idf/Kconfig && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe -m kconfgen --list-separator=semicolon --kconfig C:/Users/alex/esp/v5.4/esp-idf/Kconfig --sdkconfig-rename C:/Users/alex/esp/v5.4/esp-idf/sdkconfig.rename --config C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/sdkconfig --env-file C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config.env --env IDF_TARGET=esp32c3 --env IDF_TOOLCHAIN=gcc --env IDF_ENV_FPGA= --env IDF_INIT_VERSION=5.4.1 --output config C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Users/alex/esp/v5.4/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config.env && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe -m kconfserver --env-file C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config.env --kconfig C:/Users/alex/esp/v5.4/esp-idf/Kconfig --sdkconfig-rename C:/Users/alex/esp/v5.4/esp-idf/sdkconfig.rename --config C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Users/alex/esp/v5.4/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config.env && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe -m kconfgen --list-separator=semicolon --kconfig C:/Users/alex/esp/v5.4/esp-idf/Kconfig --sdkconfig-rename C:/Users/alex/esp/v5.4/esp-idf/sdkconfig.rename --config C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/sdkconfig --env-file C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config.env --dont-write-deprecated --output savedefconfig C:/Users/alex/esp/v5.4/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_bootloader_format/libesp_bootloader_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 - - -############################################# -# 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_bootloader_format/libesp_bootloader_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 - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32c3 elf2image --flash_mode dio --flash_freq 80m --flash_size 2MB --min-rev 3 --min-rev-full 3 --max-rev-full 199 -o C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.bin C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.elf && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E echo "Generated C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.bin" && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E md5sum C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.bin > C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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_bootloader_format/libesp_bootloader_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 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\alex\esp\v5.4\esp-idf\components\esptool_py && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Users/alex/esp/v5.4/esp-idf -D SERIAL_TOOL=c:/Users/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe;;C:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c3 -D SERIAL_TOOL_ARGS=erase_flash -P run_serial_tool.cmake" - pool = console - - -############################################# -# Custom command for CMakeFiles\merge-bin - -build CMakeFiles/merge-bin | ${cmake_ninja_workdir}CMakeFiles/merge-bin: CUSTOM_COMMAND bootloader || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_bootloader_format/libesp_bootloader_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 gen_project_binary - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\esp\v5.4\esp-idf\components\esptool_py && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Users/alex/esp/v5.4/esp-idf -D SERIAL_TOOL=c:/Users/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe;;C:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c3 -D SERIAL_TOOL_ARGS=merge_bin;-o;C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/merged-binary.bin;@C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/flash_args -D WORKING_DIRECTORY=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader -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_bootloader_format/libesp_bootloader_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 - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\esp\v5.4\esp-idf\components\esptool_py && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Users/alex/esp/v5.4/esp-idf -D SERIAL_TOOL=c:/Users/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe;-m;esp_idf_monitor -D SERIAL_TOOL_ARGS=--toolchain-prefix;riscv32-esp-elf-;;--target;esp32c3;;--revision;3;;--decode-panic;backtrace;;C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.elf -D WORKING_DIRECTORY=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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_esp32c3.c - - -############################################# -# Custom command for project_elf_src_esp32c3.c - -build project_elf_src_esp32c3.c | ${cmake_ninja_workdir}project_elf_src_esp32c3.c: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E touch C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/project_elf_src_esp32c3.c" - DESC = Generating project_elf_src_esp32c3.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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -D IDF_SIZE_TOOL=c:/Users/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe;-m;esp_idf_size -D MAP_FILE=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.map -D OUTPUT_JSON= -P C:/Users/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -D IDF_SIZE_TOOL=c:/Users/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe;-m;esp_idf_size -D IDF_SIZE_MODE=--files -D MAP_FILE=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.map -D OUTPUT_JSON= -P C:/Users/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -D IDF_SIZE_TOOL=c:/Users/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe;-m;esp_idf_size -D IDF_SIZE_MODE=--archives -D MAP_FILE=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.map -D OUTPUT_JSON= -P C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/run_size_tool.cmake" - pool = console - - -############################################# -# Custom command for CMakeFiles\uf2 - -build CMakeFiles/uf2 | ${cmake_ninja_workdir}CMakeFiles/uf2: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Users/alex/esp/v5.4/esp-idf -D UF2_CMD=c:/Users/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe;C:/Users/alex/esp/v5.4/esp-idf/tools/mkuf2.py;write;--chip;esp32c3 -D UF2_ARGS=--json;C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/flasher_args.json;-o;C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/uf2.bin -P C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/run_uf2_cmds.cmake" - pool = console - - -############################################# -# Custom command for CMakeFiles\uf2-app - -build CMakeFiles/uf2-app | ${cmake_ninja_workdir}CMakeFiles/uf2-app: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Users/alex/esp/v5.4/esp-idf -D UF2_CMD=c:/Users/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe;C:/Users/alex/esp/v5.4/esp-idf/tools/mkuf2.py;write;--chip;esp32c3 -D UF2_ARGS=--json;C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/flasher_args.json;-o;C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/uf2-app.bin;--bin;app -P C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/run_uf2_cmds.cmake" - pool = console - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build esp-idf/riscv/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\riscv && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/riscv/edit_cache: phony esp-idf/riscv/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/riscv/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\riscv && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/riscv/rebuild_cache: phony esp-idf/riscv/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\newlib && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\newlib && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/soc/lldesc.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\lldesc.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/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/alex/esp/v5.4/esp-idf/components/soc/dport_access_common.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\dport_access_common.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/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/esp32c3/interrupts.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/interrupts.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\interrupts.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - 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/esp32c3/gpio_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/gpio_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\gpio_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - 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/esp32c3/uart_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/uart_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\uart_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - 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/esp32c3/adc_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/adc_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\adc_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - 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/esp32c3/dedic_gpio_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/dedic_gpio_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\dedic_gpio_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - 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/esp32c3/gdma_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/gdma_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\gdma_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - 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/esp32c3/spi_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/spi_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\spi_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - 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/esp32c3/ledc_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/ledc_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\ledc_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - 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/esp32c3/rmt_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/rmt_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\rmt_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - 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/esp32c3/sdm_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/sdm_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\sdm_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - 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/esp32c3/i2s_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/i2s_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\i2s_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - 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/esp32c3/i2c_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/i2c_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\i2c_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - 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/esp32c3/temperature_sensor_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/temperature_sensor_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\temperature_sensor_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - 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/esp32c3/timer_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/timer_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\timer_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - 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/esp32c3/mpi_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/mpi_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\mpi_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - 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/esp32c3/twai_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/twai_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\twai_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - 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/esp32c3/wdt_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/wdt_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\wdt_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - 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/esp32c3/interrupts.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj || esp-idf/micro-ecc/libmicro-ecc.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\soc && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\soc && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\micro-ecc\CMakeFiles\__idf_micro-ecc.dir\uECC_verify_antifault.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register - 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 = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\micro-ecc && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\micro-ecc && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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/alex/esp/v5.4/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/hal_utils.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/hal/hal_utils.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\hal_utils.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register - 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/alex/esp/v5.4/esp-idf/components/hal/efuse_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\efuse_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register - 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/esp32c3/efuse_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/efuse_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32c3\efuse_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32c3 - 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/alex/esp/v5.4/esp-idf/components/hal/wdt_hal_iram.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\wdt_hal_iram.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register - 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/alex/esp/v5.4/esp-idf/components/hal/mmu_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\mmu_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register - 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/cache_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/hal/cache_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\cache_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register - 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 - - -# ============================================================================= -# 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/hal_utils.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/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/cache_hal.c.obj || esp-idf/spi_flash/libspi_flash.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\hal && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\hal && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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/alex/esp/v5.4/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_bootloader_format - -build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj: C_COMPILER____idf_spi_flash_unscanned_ C$:/Users/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_wrap.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/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_bootloader_format/libesp_bootloader_format.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\spi_flash && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\spi_flash && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_bootloader_format - - -############################################# -# Order-only phony target for __idf_esp_bootloader_format - -build cmake_object_order_depends_target___idf_esp_bootloader_format: phony || cmake_object_order_depends_target___idf_bootloader_support - -build esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj: C_COMPILER____idf_esp_bootloader_format_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c || cmake_object_order_depends_target___idf_esp_bootloader_format - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_bootloader_format\CMakeFiles\__idf_esp_bootloader_format.dir\esp_bootloader_desc.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register - OBJECT_DIR = esp-idf\esp_bootloader_format\CMakeFiles\__idf_esp_bootloader_format.dir - OBJECT_FILE_DIR = esp-idf\esp_bootloader_format\CMakeFiles\__idf_esp_bootloader_format.dir - TARGET_COMPILE_PDB = esp-idf\esp_bootloader_format\CMakeFiles\__idf_esp_bootloader_format.dir\__idf_esp_bootloader_format.pdb - TARGET_PDB = esp-idf\esp_bootloader_format\libesp_bootloader_format.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_bootloader_format - - -############################################# -# Link the static library esp-idf\esp_bootloader_format\libesp_bootloader_format.a - -build esp-idf/esp_bootloader_format/libesp_bootloader_format.a: C_STATIC_LIBRARY_LINKER____idf_esp_bootloader_format_ esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj || esp-idf/bootloader_support/libbootloader_support.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - OBJECT_DIR = esp-idf\esp_bootloader_format\CMakeFiles\__idf_esp_bootloader_format.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = esp-idf\esp_bootloader_format\CMakeFiles\__idf_esp_bootloader_format.dir\__idf_esp_bootloader_format.pdb - TARGET_FILE = esp-idf\esp_bootloader_format\libesp_bootloader_format.a - TARGET_PDB = esp-idf\esp_bootloader_format\libesp_bootloader_format.pdb - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\esp_bootloader_format && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_bootloader_format/edit_cache: phony esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\esp_bootloader_format && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_bootloader_format/rebuild_cache: phony esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\esp_app_format && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\esp_app_format && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_common.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_common_loader.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_clock_init.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_mem.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_random.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_efuse.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\flash_encrypt.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\secure_boot.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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_esp32c3.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_random_esp32c3.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_random_esp32c3.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\bootloader_flash\src\bootloader_flash.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\bootloader_flash\src\flash_qio_mode.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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_esp32c3.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32c3.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\bootloader_flash\src\bootloader_flash_config_esp32c3.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_utility.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\flash_partitions.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\esp_image_format.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_init.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_clock_loader.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_console.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_console_loader.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/esp32c3/bootloader_sha.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/esp32c3/bootloader_sha.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\esp32c3\bootloader_sha.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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\esp32c3 - 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/esp32c3/bootloader_soc.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/esp32c3/bootloader_soc.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\esp32c3\bootloader_soc.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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\esp32c3 - 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/esp32c3/bootloader_esp32c3.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/esp32c3/bootloader_esp32c3.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\esp32c3\bootloader_esp32c3.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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\esp32c3 - 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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_panic.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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_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/src/bootloader_random_esp32c3.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_esp32c3.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/esp32c3/bootloader_sha.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_soc.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_esp32c3.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj || esp-idf/efuse/libefuse.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\bootloader_support && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\bootloader_support && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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/alex/esp/v5.4/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/esp32c3/esp_efuse_table.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/esp_efuse_table.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32c3\esp_efuse_table.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include - OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir - OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32c3 - 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/esp32c3/esp_efuse_fields.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/esp_efuse_fields.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32c3\esp_efuse_fields.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include - OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir - OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32c3 - 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/esp32c3/esp_efuse_rtc_calib.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/esp_efuse_rtc_calib.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32c3\esp_efuse_rtc_calib.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include - OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir - OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32c3 - 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/esp32c3/esp_efuse_utility.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/esp_efuse_utility.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32c3\esp_efuse_utility.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include - OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir - OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32c3 - 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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\esp_efuse_api.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\esp_efuse_fields.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\esp_efuse_utility.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/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/with_key_purposes/esp_efuse_api_key.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\efuse_controller\keys\with_key_purposes\esp_efuse_api_key.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include - OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir - OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\efuse_controller\keys\with_key_purposes - 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/esp32c3/esp_efuse_table.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/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/with_key_purposes/esp_efuse_api_key.c.obj || esp-idf/esp_system/libesp_system.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\efuse && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\efuse && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\efuse && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Users/alex/esp/v5.4/esp-idf/components/efuse/efuse_table_gen.py C:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/esp_efuse_table.csv -t esp32c3 --max_blk_len 256" - - -############################################# -# 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\efuse && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\efuse && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\efuse && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Users/alex/esp/v5.4/esp-idf/components/efuse/efuse_table_gen.py C:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/esp_efuse_table.csv -t esp32c3 --max_blk_len 256 --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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\efuse && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\efuse && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Users/alex/esp/v5.4/esp-idf/components/efuse/efuse_table_gen.py C:/Users/alex/esp/v5.4/esp-idf/components/efuse/test/esp_efuse_test_table.csv -t esp32c3 --max_blk_len 256" - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_security/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\esp_security && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_security/edit_cache: phony esp-idf/esp_security/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_security/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\esp_security && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_security/rebuild_cache: phony esp-idf/esp_security/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\esp_err.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/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 = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\esp_system && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\esp_system && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\cpu.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/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/esp32c3/esp_cpu_intr.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/esp_cpu_intr.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32c3\esp_cpu_intr.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/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\esp32c3 - 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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\esp_memory_utils.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/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/esp32c3/cpu_region_protect.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/cpu_region_protect.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32c3\cpu_region_protect.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/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\esp32c3 - 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/esp32c3/rtc_clk_init.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/rtc_clk_init.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32c3\rtc_clk_init.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/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\esp32c3 - 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/esp32c3/rtc_clk.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/rtc_clk.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32c3\rtc_clk.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/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\esp32c3 - 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/esp32c3/rtc_init.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/rtc_init.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32c3\rtc_init.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/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\esp32c3 - 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/esp32c3/rtc_sleep.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/rtc_sleep.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32c3\rtc_sleep.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/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\esp32c3 - 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/esp32c3/rtc_time.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/rtc_time.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32c3\rtc_time.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/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\esp32c3 - 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/esp32c3/chip_info.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/chip_info.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32c3\chip_info.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/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\esp32c3 - 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/esp32c3/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/esp32c3/cpu_region_protect.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj || esp-idf/esp_common/libesp_common.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\esp_hw_support && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\esp_hw_support && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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/alex/esp/v5.4/esp-idf/components/esp_hw_support/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\esp_hw_support\port\esp32c3 && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_hw_support/port/esp32c3/edit_cache: phony esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\esp_hw_support\port\esp32c3 && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_hw_support/port/esp32c3/rebuild_cache: phony esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\esp_hw_support\lowpower && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_hw_support/lowpower/edit_cache: phony esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\esp_hw_support\lowpower && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_hw_support/lowpower/rebuild_cache: phony esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_common\CMakeFiles\__idf_esp_common.dir\src\esp_err_to_name.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/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 = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\esp_common && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\esp_common && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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/alex/esp/v5.4/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_sys.c.obj: C_COMPILER____idf_esp_rom_unscanned_ C$:/Users/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_sys.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/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_print.c.obj: C_COMPILER____idf_esp_rom_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_print.c || cmake_object_order_depends_target___idf_esp_rom - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_print.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/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_crc.c.obj: C_COMPILER____idf_esp_rom_unscanned_ C$:/Users/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_crc.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_uart.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_spiflash.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_efuse.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/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/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_gpio.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/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_systimer.c.obj: C_COMPILER____idf_esp_rom_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_systimer.c || cmake_object_order_depends_target___idf_esp_rom - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_systimer.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/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_sys.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj 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_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_systimer.c.obj || esp-idf/log/liblog.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\esp_rom && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\esp_rom && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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/alex/esp/v5.4/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/src/noos/log_timestamp.c.obj: C_COMPILER____idf_log_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/log/src/noos/log_timestamp.c || cmake_object_order_depends_target___idf_log - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\log\CMakeFiles\__idf_log.dir\src\noos\log_timestamp.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register - OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - OBJECT_FILE_DIR = esp-idf\log\CMakeFiles\__idf_log.dir\src\noos - 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/src/log_timestamp_common.c.obj: C_COMPILER____idf_log_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/log/src/log_timestamp_common.c || cmake_object_order_depends_target___idf_log - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\log\CMakeFiles\__idf_log.dir\src\log_timestamp_common.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register - OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - OBJECT_FILE_DIR = esp-idf\log\CMakeFiles\__idf_log.dir\src - 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/src/noos/log_lock.c.obj: C_COMPILER____idf_log_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/log/src/noos/log_lock.c || cmake_object_order_depends_target___idf_log - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\log\CMakeFiles\__idf_log.dir\src\noos\log_lock.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register - OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - OBJECT_FILE_DIR = esp-idf\log\CMakeFiles\__idf_log.dir\src\noos - 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/src/noos/log_timestamp.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\log && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\log && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\esptool_py && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\esptool_py && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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_bootloader_format/libesp_bootloader_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 gen_project_binary - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\esptool_py && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Users/alex/esp/v5.4/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.bin" - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\partition_table && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\partition_table && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\bootloader && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\bootloader && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\freertos && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\freertos && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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/alex/esp/v5.4/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_soc - -build esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj: C_COMPILER____idf_main_unscanned_ C$:/Users/alex/esp/v5.4/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.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE - DEP_FILE = esp-idf\main\CMakeFiles\__idf_main.dir\bootloader_start.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/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/soc/libsoc.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\main && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader\esp-idf\main && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\v5.4\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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_bootloader_format: phony esp-idf/esp_bootloader_format/libesp_bootloader_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 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_bootloader_format.a: phony esp-idf/esp_bootloader_format/libesp_bootloader_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 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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader - -build all: phony app bootloader.elf esp-idf/all - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf - -build esp-idf/all: phony esp-idf/riscv/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_bootloader_format/all esp-idf/esp_app_format/all esp-idf/bootloader_support/all esp-idf/efuse/all esp-idf/esp_security/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader - -build esp-idf/bootloader/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support - -build esp-idf/bootloader_support/all: phony esp-idf/bootloader_support/libbootloader_support.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse - -build esp-idf/efuse/all: phony esp-idf/efuse/libefuse.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_app_format - -build esp-idf/esp_app_format/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_bootloader_format - -build esp-idf/esp_bootloader_format/all: phony esp-idf/esp_bootloader_format/libesp_bootloader_format.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_common - -build esp-idf/esp_common/all: phony esp-idf/esp_common/libesp_common.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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/esp32c3/all esp-idf/esp_hw_support/lowpower/all - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/lowpower - -build esp-idf/esp_hw_support/lowpower/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/port/esp32c3 - -build esp-idf/esp_hw_support/port/esp32c3/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom - -build esp-idf/esp_rom/all: phony esp-idf/esp_rom/libesp_rom.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_security - -build esp-idf/esp_security/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_system - -build esp-idf/esp_system/all: phony esp-idf/esp_system/libesp_system.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esptool_py - -build esp-idf/esptool_py/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/freertos - -build esp-idf/freertos/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal - -build esp-idf/hal/all: phony esp-idf/hal/libhal.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/log - -build esp-idf/log/all: phony esp-idf/log/liblog.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/main - -build esp-idf/main/all: phony esp-idf/main/libmain.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/micro-ecc - -build esp-idf/micro-ecc/all: phony esp-idf/micro-ecc/libmicro-ecc.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/newlib - -build esp-idf/newlib/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/partition_table - -build esp-idf/partition_table/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/riscv - -build esp-idf/riscv/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc - -build esp-idf/soc/all: phony esp-idf/soc/libsoc.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/spi_flash - -build esp-idf/spi_flash/all: phony esp-idf/spi_flash/libspi_flash.a - -# ============================================================================= -# Built-in targets - - -############################################# -# Re-run CMake if any of its inputs changed. - -build build.ninja: RERUN_CMAKE | C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeASMCompiler.cmake.in C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeASMInformation.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCCompiler.cmake.in C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCCompilerABI.c C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCInformation.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXCompiler.cmake.in C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXInformation.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCommonLanguageInclude.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCompilerIdDetection.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineASMCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCXXCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerSupport.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineSystem.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeFindBinUtils.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeGenericSystem.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeInitializeConfigs.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeLanguageInformation.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeNinjaFindMake.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeParseImplicitIncludeInfo.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeParseImplicitLinkInfo.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeParseLibraryArchitecture.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeSystem.cmake.in C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeSystemSpecificInformation.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeSystemSpecificInitialize.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestASMCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCompilerCommon.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCCompilerFlag.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCSourceCompiles.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCXXCompilerFlag.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCXXSourceCompiles.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/ADSP-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/ARMCC-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/ARMClang-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/AppleClang-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Borland-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Bruce-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/CMakeCommonCompilerMacros.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Clang-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Clang-DetermineCompilerInternal.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Compaq-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Cray-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/CrayClang-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Embarcadero-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Fujitsu-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GHS-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-ASM.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-C.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-CXX.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-FindBinUtils.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/HP-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/HP-CXX-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/IAR-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Intel-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/LCC-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/MSVC-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/NVHPC-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/NVIDIA-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/OrangeC-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/PGI-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/PathScale-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/SCO-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/SDCC-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/SunPro-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/TI-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/TIClang-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Tasking-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Watcom-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/XL-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/XL-CXX-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/XLClang-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/zOS-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/shared_internal_commands.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindGit.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindPackageHandleStandardArgs.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindPackageMessage.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CMakeDetermineLinkerId.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckCompilerFlag.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckFlagCommonConfig.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckSourceCompiles.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/FeatureTesting.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Platform/Generic.cmake C$:/Users/alex/esp/v5.4/esp-idf/.git/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/esp_ble_mesh/lib/lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/cmock/CMock/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/esp_coex/lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/esp_phy/lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/esp_wifi/lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/heap/tlsf/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/json/cJSON/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/lwip/lwip/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/openthread/lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/openthread/openthread/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/spiffs/spiffs/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/unity/unity/HEAD C$:/Users/alex/esp/v5.4/esp-idf/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/main/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/bt/controller/lib_esp32/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/controller/lib_esp32c3_family/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/esp_ble_mesh/lib/lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/host/nimble/nimble/.git C$:/Users/alex/esp/v5.4/esp-idf/components/cmock/CMock/.git C$:/Users/alex/esp/v5.4/esp-idf/components/efuse/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/sources.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/esp_common/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_common/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/lowpower/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_security/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/espefuse.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/freertos/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/hal/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf/.git C$:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON/.git C$:/Users/alex/esp/v5.4/esp-idf/components/log/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/.git C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/.git C$:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/.git C$:/Users/alex/esp/v5.4/esp-idf/components/newlib/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/newlib/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/openthread/lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/openthread/openthread/.git C$:/Users/alex/esp/v5.4/esp-idf/components/partition_table/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/partition_table/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c/.git C$:/Users/alex/esp/v5.4/esp-idf/components/riscv/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/riscv/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/soc/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/.git C$:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/.git C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/build.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/component.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/depgraph.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/dfu.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/git_submodules.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/idf.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/kconfig.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/ldgen.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/prefix_map.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project_description.json.in C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/targets.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/tool_version_check.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/toolchain-esp32c3.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/utilities.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/version.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/kconfig_new/confgen.py C$:/Users/alex/esp/v5.4/esp-idf/tools/kconfig_new/config.env.in C$:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/sdkconfig 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$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeASMCompiler.cmake.in C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeASMInformation.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCCompiler.cmake.in C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCCompilerABI.c C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCInformation.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXCompiler.cmake.in C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXInformation.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCommonLanguageInclude.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCompilerIdDetection.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineASMCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCXXCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerSupport.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineSystem.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeFindBinUtils.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeGenericSystem.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeInitializeConfigs.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeLanguageInformation.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeNinjaFindMake.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeParseImplicitIncludeInfo.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeParseImplicitLinkInfo.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeParseLibraryArchitecture.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeSystem.cmake.in C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeSystemSpecificInformation.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeSystemSpecificInitialize.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestASMCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCompilerCommon.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCCompilerFlag.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCSourceCompiles.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCXXCompilerFlag.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCXXSourceCompiles.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/ADSP-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/ARMCC-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/ARMClang-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/AppleClang-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Borland-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Bruce-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/CMakeCommonCompilerMacros.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Clang-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Clang-DetermineCompilerInternal.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Compaq-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Cray-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/CrayClang-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Embarcadero-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Fujitsu-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GHS-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-ASM.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-C.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-CXX.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-FindBinUtils.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/HP-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/HP-CXX-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/IAR-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Intel-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/LCC-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/MSVC-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/NVHPC-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/NVIDIA-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/OrangeC-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/PGI-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/PathScale-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/SCO-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/SDCC-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/SunPro-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/TI-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/TIClang-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Tasking-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Watcom-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/XL-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/XL-CXX-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/XLClang-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/zOS-C-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/shared_internal_commands.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindGit.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindPackageHandleStandardArgs.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindPackageMessage.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CMakeDetermineLinkerId.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckCompilerFlag.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckFlagCommonConfig.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckSourceCompiles.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/FeatureTesting.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Platform/Generic.cmake C$:/Users/alex/esp/v5.4/esp-idf/.git/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/esp_ble_mesh/lib/lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/cmock/CMock/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/esp_coex/lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/esp_phy/lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/esp_wifi/lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/heap/tlsf/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/json/cJSON/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/lwip/lwip/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/openthread/lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/openthread/openthread/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/spiffs/spiffs/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/unity/unity/HEAD C$:/Users/alex/esp/v5.4/esp-idf/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/main/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/bt/controller/lib_esp32/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/controller/lib_esp32c3_family/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/esp_ble_mesh/lib/lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/host/nimble/nimble/.git C$:/Users/alex/esp/v5.4/esp-idf/components/cmock/CMock/.git C$:/Users/alex/esp/v5.4/esp-idf/components/efuse/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/sources.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/esp_common/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_common/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/lowpower/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_security/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/espefuse.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/freertos/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/hal/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf/.git C$:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON/.git C$:/Users/alex/esp/v5.4/esp-idf/components/log/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/.git C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/.git C$:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/.git C$:/Users/alex/esp/v5.4/esp-idf/components/newlib/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/newlib/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/openthread/lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/openthread/openthread/.git C$:/Users/alex/esp/v5.4/esp-idf/components/partition_table/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/partition_table/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c/.git C$:/Users/alex/esp/v5.4/esp-idf/components/riscv/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/riscv/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/soc/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/.git C$:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/.git C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/build.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/component.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/depgraph.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/dfu.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/git_submodules.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/idf.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/kconfig.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/ldgen.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/prefix_map.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project_description.json.in C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/targets.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/tool_version_check.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/toolchain-esp32c3.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/utilities.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/version.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/kconfig_new/confgen.py C$:/Users/alex/esp/v5.4/esp-idf/tools/kconfig_new/config.env.in C$:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/sdkconfig 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/ESP-IDF_mqtt-ssl/build/bootloader/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/cmake_install.cmake deleted file mode 100644 index 5df21c919..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/cmake_install.cmake +++ /dev/null @@ -1,62 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/${CMAKE_INSTALL_MANIFEST}" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/compile_commands.json b/ESP-IDF_mqtt-ssl/build/bootloader/compile_commands.json deleted file mode 100644 index 55531fc52..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/compile_commands.json +++ /dev/null @@ -1,506 +0,0 @@ -[ -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -o CMakeFiles\\bootloader.elf.dir\\project_elf_src_esp32c3.c.obj -c C:\\Users\\alex\\github\\ESP-Nodes\\ESP-IDF_mqtt-ssl\\build\\bootloader\\project_elf_src_esp32c3.c", - "file": "C:\\Users\\alex\\github\\ESP-Nodes\\ESP-IDF_mqtt-ssl\\build\\bootloader\\project_elf_src_esp32c3.c", - "output": "CMakeFiles\\bootloader.elf.dir\\project_elf_src_esp32c3.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\lldesc.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\lldesc.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\lldesc.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\dport_access_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\dport_access_common.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\dport_access_common.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\esp32c3\\interrupts.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\interrupts.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\interrupts.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\interrupts.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\esp32c3\\gpio_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\gpio_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\gpio_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\gpio_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\esp32c3\\uart_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\uart_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\uart_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\uart_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\esp32c3\\adc_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\adc_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\adc_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\adc_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\esp32c3\\dedic_gpio_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\dedic_gpio_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\dedic_gpio_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\dedic_gpio_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\esp32c3\\gdma_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\gdma_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\gdma_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\gdma_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\esp32c3\\spi_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\spi_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\spi_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\spi_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\esp32c3\\ledc_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\ledc_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\ledc_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\ledc_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\esp32c3\\rmt_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\rmt_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\rmt_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\rmt_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\esp32c3\\sdm_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\sdm_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\sdm_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\sdm_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\esp32c3\\i2s_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\i2s_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\i2s_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\i2s_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\esp32c3\\i2c_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\i2c_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\i2c_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\i2c_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\esp32c3\\temperature_sensor_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\temperature_sensor_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\temperature_sensor_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\temperature_sensor_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\esp32c3\\timer_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\timer_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\timer_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\timer_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\esp32c3\\mpi_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\mpi_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\mpi_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\mpi_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\esp32c3\\twai_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\twai_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\twai_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\twai_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\esp32c3\\wdt_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\wdt_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\wdt_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\wdt_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader\\subproject\\components\\micro-ecc\\uECC_verify_antifault.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\hal\\CMakeFiles\\__idf_hal.dir\\hal_utils.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\hal_utils.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\hal_utils.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\hal_utils.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\hal\\CMakeFiles\\__idf_hal.dir\\efuse_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\efuse_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\efuse_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\efuse_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\hal\\CMakeFiles\\__idf_hal.dir\\esp32c3\\efuse_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\esp32c3\\efuse_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\esp32c3\\efuse_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32c3\\efuse_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\hal\\CMakeFiles\\__idf_hal.dir\\wdt_hal_iram.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\wdt_hal_iram.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\wdt_hal_iram.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\wdt_hal_iram.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\hal\\CMakeFiles\\__idf_hal.dir\\mmu_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\mmu_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\mmu_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\mmu_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\hal\\CMakeFiles\\__idf_hal.dir\\cache_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\cache_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\cache_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\cache_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\spi_flash\\spi_flash_wrap.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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_bootloader_format\\CMakeFiles\\__idf_esp_bootloader_format.dir\\esp_bootloader_desc.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_bootloader_format\\esp_bootloader_desc.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_bootloader_format\\esp_bootloader_desc.c", - "output": "esp-idf\\esp_bootloader_format\\CMakeFiles\\__idf_esp_bootloader_format.dir\\esp_bootloader_desc.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\bootloader_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\bootloader_common_loader.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\bootloader_clock_init.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\bootloader_mem.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\bootloader_random.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\bootloader_efuse.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\flash_encrypt.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\secure_boot.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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_esp32c3.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\bootloader_random_esp32c3.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\bootloader_random_esp32c3.c", - "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_random_esp32c3.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\bootloader_flash.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\flash_qio_mode.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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_esp32c3.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\bootloader_flash_config_esp32c3.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\bootloader_flash_config_esp32c3.c", - "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\bootloader_flash\\src\\bootloader_flash_config_esp32c3.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\bootloader_utility.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\flash_partitions.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\esp_image_format.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\bootloader_init.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\bootloader_clock_loader.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\bootloader_console.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\bootloader_console_loader.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\esp32c3\\bootloader_sha.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\esp32c3\\bootloader_sha.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\esp32c3\\bootloader_sha.c", - "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\esp32c3\\bootloader_sha.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\esp32c3\\bootloader_soc.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\esp32c3\\bootloader_soc.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\esp32c3\\bootloader_soc.c", - "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\esp32c3\\bootloader_soc.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\esp32c3\\bootloader_esp32c3.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\esp32c3\\bootloader_esp32c3.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\esp32c3\\bootloader_esp32c3.c", - "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\esp32c3\\bootloader_esp32c3.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\bootloader_panic.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\esp32c3\\esp_efuse_table.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\esp32c3\\esp_efuse_table.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\esp32c3\\esp_efuse_table.c", - "output": "esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32c3\\esp_efuse_table.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\esp32c3\\esp_efuse_fields.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\esp32c3\\esp_efuse_fields.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\esp32c3\\esp_efuse_fields.c", - "output": "esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32c3\\esp_efuse_fields.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\esp32c3\\esp_efuse_rtc_calib.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\esp32c3\\esp_efuse_rtc_calib.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\esp32c3\\esp_efuse_rtc_calib.c", - "output": "esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32c3\\esp_efuse_rtc_calib.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\esp32c3\\esp_efuse_utility.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\esp32c3\\esp_efuse_utility.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\esp32c3\\esp_efuse_utility.c", - "output": "esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32c3\\esp_efuse_utility.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\src\\esp_efuse_api.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\src\\esp_efuse_fields.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\src\\esp_efuse_utility.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\with_key_purposes\\esp_efuse_api_key.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\src\\efuse_controller\\keys\\with_key_purposes\\esp_efuse_api_key.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\src\\efuse_controller\\keys\\with_key_purposes\\esp_efuse_api_key.c", - "output": "esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\efuse_controller\\keys\\with_key_purposes\\esp_efuse_api_key.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\esp_err.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\esp_err.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\esp_err.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\cpu.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\cpu.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\esp_cpu_intr.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\esp_cpu_intr.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\esp_cpu_intr.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\esp_cpu_intr.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\esp_memory_utils.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\esp_memory_utils.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\cpu_region_protect.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\cpu_region_protect.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\cpu_region_protect.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\cpu_region_protect.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\rtc_clk_init.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\rtc_clk_init.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\rtc_clk_init.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\rtc_clk_init.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\rtc_clk.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\rtc_clk.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\rtc_clk.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\rtc_clk.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\rtc_init.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\rtc_init.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\rtc_init.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\rtc_init.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\rtc_sleep.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\rtc_sleep.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\rtc_sleep.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\rtc_sleep.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\rtc_time.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\rtc_time.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\rtc_time.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\rtc_time.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\chip_info.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\chip_info.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\chip_info.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\chip_info.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_common\\src\\esp_err_to_name.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_rom\\patches\\esp_rom_sys.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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_print.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_rom\\patches\\esp_rom_print.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_rom\\patches\\esp_rom_print.c", - "output": "esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_print.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_rom\\patches\\esp_rom_crc.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_rom\\patches\\esp_rom_uart.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_rom\\patches\\esp_rom_spiflash.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_rom\\patches\\esp_rom_efuse.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_rom\\patches\\esp_rom_gpio.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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_systimer.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_rom\\patches\\esp_rom_systimer.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_rom\\patches\\esp_rom_systimer.c", - "output": "esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_systimer.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\src\\noos\\log_timestamp.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\noos\\log_timestamp.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\noos\\log_timestamp.c", - "output": "esp-idf\\log\\CMakeFiles\\__idf_log.dir\\src\\noos\\log_timestamp.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\src\\log_timestamp_common.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\log_timestamp_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\log_timestamp_common.c", - "output": "esp-idf\\log\\CMakeFiles\\__idf_log.dir\\src\\log_timestamp_common.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\src\\noos\\log_lock.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\noos\\log_lock.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\noos\\log_lock.c", - "output": "esp-idf\\log\\CMakeFiles\\__idf_log.dir\\src\\noos\\log_lock.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader\\subproject\\main\\bootloader_start.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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/ESP-IDF_mqtt-ssl/build/bootloader/config.env b/ESP-IDF_mqtt-ssl/build/bootloader/config.env deleted file mode 100755 index 1b95d1cd9..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/config.env +++ /dev/null @@ -1,12 +0,0 @@ -{ - "COMPONENT_KCONFIGS": "C:/Users/alex/esp/v5.4/esp-idf/components/efuse/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_common/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_security/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/freertos/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/hal/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/log/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/newlib/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/soc/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/Kconfig", - "COMPONENT_KCONFIGS_PROJBUILD": "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/Kconfig.projbuild;C:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/Kconfig.projbuild;C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/Kconfig.projbuild;C:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/Kconfig.projbuild;C:/Users/alex/esp/v5.4/esp-idf/components/partition_table/Kconfig.projbuild", - "COMPONENT_SDKCONFIG_RENAMES": "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/sdkconfig.rename.esp32c3;C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/sdkconfig.rename.esp32c3;C:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/freertos/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/hal/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/newlib/sdkconfig.rename.esp32c3;C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/sdkconfig.rename", - "IDF_TARGET": "esp32c3", - "IDF_TOOLCHAIN": "gcc", - "IDF_VERSION": "5.4.0", - "IDF_ENV_FPGA": "", - "IDF_PATH": "C:/Users/alex/esp/v5.4/esp-idf", - "COMPONENT_KCONFIGS_SOURCE_FILE": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/kconfigs.in", - "COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/kconfigs_projbuild.in" -} diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/config/kconfig_menus.json b/ESP-IDF_mqtt-ssl/build/bootloader/config/kconfig_menus.json deleted file mode 100644 index 25b5858e8..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/config/kconfig_menus.json +++ /dev/null @@ -1,9880 +0,0 @@ -[ - { - "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_DEDICATED_GPIO_SUPPORTED", - "name": "SOC_DEDICATED_GPIO_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_GDMA_SUPPORTED", - "name": "SOC_GDMA_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_AHB_GDMA_SUPPORTED", - "name": "SOC_AHB_GDMA_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_TWAI_SUPPORTED", - "name": "SOC_TWAI_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_ASYNC_MEMCPY_SUPPORTED", - "name": "SOC_ASYNC_MEMCPY_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_USB_SERIAL_JTAG_SUPPORTED", - "name": "SOC_USB_SERIAL_JTAG_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_TEMP_SENSOR_SUPPORTED", - "name": "SOC_TEMP_SENSOR_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_XT_WDT_SUPPORTED", - "name": "SOC_XT_WDT_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PHY_SUPPORTED", - "name": "SOC_PHY_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_SUPPORTS_SECURE_DL_MODE", - "name": "SOC_SUPPORTS_SECURE_DL_MODE", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EFUSE_KEY_PURPOSE_FIELD", - "name": "SOC_EFUSE_KEY_PURPOSE_FIELD", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EFUSE_HAS_EFUSE_RST_BUG", - "name": "SOC_EFUSE_HAS_EFUSE_RST_BUG", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EFUSE_SUPPORTED", - "name": "SOC_EFUSE_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_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_SYSTIMER_SUPPORTED", - "name": "SOC_SYSTIMER_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_HMAC_SUPPORTED", - "name": "SOC_HMAC_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_DIG_SIGN_SUPPORTED", - "name": "SOC_DIG_SIGN_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_MEMPROT_SUPPORTED", - "name": "SOC_MEMPROT_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_CLK_TREE_SUPPORTED", - "name": "SOC_CLK_TREE_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_ASSIST_DEBUG_SUPPORTED", - "name": "SOC_ASSIST_DEBUG_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_WDT_SUPPORTED", - "name": "SOC_WDT_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_FLASH_SUPPORTED", - "name": "SOC_SPI_FLASH_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_RNG_SUPPORTED", - "name": "SOC_RNG_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_LIGHT_SLEEP_SUPPORTED", - "name": "SOC_LIGHT_SLEEP_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_DEEP_SLEEP_SUPPORTED", - "name": "SOC_DEEP_SLEEP_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_LP_PERIPH_SHARE_INTERRUPT", - "name": "SOC_LP_PERIPH_SHARE_INTERRUPT", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PM_SUPPORTED", - "name": "SOC_PM_SUPPORTED", - "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_AES_SUPPORT_DMA", - "name": "SOC_AES_SUPPORT_DMA", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_AES_GDMA", - "name": "SOC_AES_GDMA", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_256", - "name": "SOC_AES_SUPPORT_AES_256", - "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_ARBITER_SUPPORTED", - "name": "SOC_ADC_ARBITER_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_ADC_DIG_IIR_FILTER_SUPPORTED", - "name": "SOC_ADC_DIG_IIR_FILTER_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_ADC_MONITOR_SUPPORTED", - "name": "SOC_ADC_MONITOR_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_DIGI_IIR_FILTER_NUM", - "name": "SOC_ADC_DIGI_IIR_FILTER_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_ADC_DIGI_MONITOR_NUM", - "name": "SOC_ADC_DIGI_MONITOR_NUM", - "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_ADC_CALIBRATION_V1_SUPPORTED", - "name": "SOC_ADC_CALIBRATION_V1_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_ADC_SELF_HW_CALI_SUPPORTED", - "name": "SOC_ADC_SELF_HW_CALI_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_ADC_SHARED_POWER", - "name": "SOC_ADC_SHARED_POWER", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_APB_BACKUP_DMA", - "name": "SOC_APB_BACKUP_DMA", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_BROWNOUT_RESET_SUPPORTED", - "name": "SOC_BROWNOUT_RESET_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_CACHE_MEMORY_IBANK_SIZE", - "name": "SOC_CACHE_MEMORY_IBANK_SIZE", - "range": null, - "title": null, - "type": "hex" - }, - { - "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_FLEXIBLE_INTC", - "name": "SOC_CPU_HAS_FLEXIBLE_INTC", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_CPU_HAS_CSR_PC", - "name": "SOC_CPU_HAS_CSR_PC", - "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": "hex" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_DS_SIGNATURE_MAX_BIT_LEN", - "name": "SOC_DS_SIGNATURE_MAX_BIT_LEN", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_DS_KEY_PARAM_MD_IV_LENGTH", - "name": "SOC_DS_KEY_PARAM_MD_IV_LENGTH", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_DS_KEY_CHECK_MAX_WAIT_US", - "name": "SOC_DS_KEY_CHECK_MAX_WAIT_US", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_AHB_GDMA_VERSION", - "name": "SOC_AHB_GDMA_VERSION", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_GDMA_NUM_GROUPS_MAX", - "name": "SOC_GDMA_NUM_GROUPS_MAX", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_GDMA_PAIRS_PER_GROUP_MAX", - "name": "SOC_GDMA_PAIRS_PER_GROUP_MAX", - "range": null, - "title": null, - "type": "int" - }, - { - "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_SUPPORT_PIN_GLITCH_FILTER", - "name": "SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_GPIO_FILTER_CLK_SUPPORT_APB", - "name": "SOC_GPIO_FILTER_CLK_SUPPORT_APB", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_GPIO_SUPPORT_FORCE_HOLD", - "name": "SOC_GPIO_SUPPORT_FORCE_HOLD", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP", - "name": "SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_DEEP_SLEEP_WAKE_VALID_GPIO_MASK", - "name": "SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT", - "name": "SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT", - "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_GPIO_CLOCKOUT_BY_GPIO_MATRIX", - "name": "SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_GPIO_CLOCKOUT_CHANNEL_NUM", - "name": "SOC_GPIO_CLOCKOUT_CHANNEL_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP", - "name": "SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_DEDIC_GPIO_OUT_CHANNELS_NUM", - "name": "SOC_DEDIC_GPIO_OUT_CHANNELS_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_DEDIC_GPIO_IN_CHANNELS_NUM", - "name": "SOC_DEDIC_GPIO_IN_CHANNELS_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_DEDIC_PERIPH_ALWAYS_ENABLE", - "name": "SOC_DEDIC_PERIPH_ALWAYS_ENABLE", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_HP_I2C_NUM", - "name": "SOC_HP_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_HW_CLR_BUS", - "name": "SOC_I2C_SUPPORT_HW_CLR_BUS", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2C_SUPPORT_XTAL", - "name": "SOC_I2C_SUPPORT_XTAL", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2C_SUPPORT_RTC", - "name": "SOC_I2C_SUPPORT_RTC", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2C_SUPPORT_10BIT_ADDR", - "name": "SOC_I2C_SUPPORT_10BIT_ADDR", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2C_SLAVE_SUPPORT_BROADCAST", - "name": "SOC_I2C_SLAVE_SUPPORT_BROADCAST", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE", - "name": "SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS", - "name": "SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS", - "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_2", - "name": "SOC_I2S_HW_VERSION_2", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2S_SUPPORTS_XTAL", - "name": "SOC_I2S_SUPPORTS_XTAL", - "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_PCM", - "name": "SOC_I2S_SUPPORTS_PCM", - "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_TDM", - "name": "SOC_I2S_SUPPORTS_TDM", - "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_XTAL_CLOCK", - "name": "SOC_LEDC_SUPPORT_XTAL_CLOCK", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_LEDC_TIMER_NUM", - "name": "SOC_LEDC_TIMER_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "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_LEDC_SUPPORT_FADE_STOP", - "name": "SOC_LEDC_SUPPORT_FADE_STOP", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_MMU_PERIPH_NUM", - "name": "SOC_MMU_PERIPH_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_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_RX_PINGPONG", - "name": "SOC_RMT_SUPPORT_RX_PINGPONG", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_RMT_SUPPORT_RX_DEMODULATION", - "name": "SOC_RMT_SUPPORT_RX_DEMODULATION", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_RMT_SUPPORT_TX_ASYNC_STOP", - "name": "SOC_RMT_SUPPORT_TX_ASYNC_STOP", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_RMT_SUPPORT_TX_LOOP_COUNT", - "name": "SOC_RMT_SUPPORT_TX_LOOP_COUNT", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_RMT_SUPPORT_TX_SYNCHRO", - "name": "SOC_RMT_SUPPORT_TX_SYNCHRO", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY", - "name": "SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_RMT_SUPPORT_XTAL", - "name": "SOC_RMT_SUPPORT_XTAL", - "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_SUPPORT_RC_FAST", - "name": "SOC_RMT_SUPPORT_RC_FAST", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH", - "name": "SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM", - "name": "SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SLEEP_SYSTIMER_STALL_WORKAROUND", - "name": "SOC_SLEEP_SYSTIMER_STALL_WORKAROUND", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SLEEP_TGWDT_STOP_WORKAROUND", - "name": "SOC_SLEEP_TGWDT_STOP_WORKAROUND", - "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_MPI_MEM_BLOCKS_NUM", - "name": "SOC_MPI_MEM_BLOCKS_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MPI_OPERATIONS_NUM", - "name": "SOC_MPI_OPERATIONS_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "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_SHA_DMA_MAX_BUFFER_SIZE", - "name": "SOC_SHA_DMA_MAX_BUFFER_SIZE", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SHA_SUPPORT_DMA", - "name": "SOC_SHA_SUPPORT_DMA", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SHA_SUPPORT_RESUME", - "name": "SOC_SHA_SUPPORT_RESUME", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SHA_GDMA", - "name": "SOC_SHA_GDMA", - "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_SHA224", - "name": "SOC_SHA_SUPPORT_SHA224", - "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_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_PERIPH_NUM", - "name": "SOC_SPI_PERIPH_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_MAXIMUM_BUFFER_SIZE", - "name": "SOC_SPI_MAXIMUM_BUFFER_SIZE", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_SUPPORT_DDRCLK", - "name": "SOC_SPI_SUPPORT_DDRCLK", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_SLAVE_SUPPORT_SEG_TRANS", - "name": "SOC_SPI_SLAVE_SUPPORT_SEG_TRANS", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_SUPPORT_CD_SIG", - "name": "SOC_SPI_SUPPORT_CD_SIG", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_SUPPORT_CONTINUOUS_TRANS", - "name": "SOC_SPI_SUPPORT_CONTINUOUS_TRANS", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_SUPPORT_SLAVE_HD_VER2", - "name": "SOC_SPI_SUPPORT_SLAVE_HD_VER2", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_SUPPORT_CLK_XTAL", - "name": "SOC_SPI_SUPPORT_CLK_XTAL", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT", - "name": "SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_SCT_SUPPORTED", - "name": "SOC_SPI_SCT_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_SCT_REG_NUM", - "name": "SOC_SPI_SCT_REG_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_SCT_BUFFER_NUM_MAX", - "name": "SOC_SPI_SCT_BUFFER_NUM_MAX", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_SCT_CONF_BITLEN_MAX", - "name": "SOC_SPI_SCT_CONF_BITLEN_MAX", - "range": null, - "title": null, - "type": "hex" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MEMSPI_IS_INDEPENDENT", - "name": "SOC_MEMSPI_IS_INDEPENDENT", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE", - "name": "SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND", - "name": "SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_MEM_SUPPORT_AUTO_RESUME", - "name": "SOC_SPI_MEM_SUPPORT_AUTO_RESUME", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_MEM_SUPPORT_IDLE_INTR", - "name": "SOC_SPI_MEM_SUPPORT_IDLE_INTR", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_MEM_SUPPORT_SW_SUSPEND", - "name": "SOC_SPI_MEM_SUPPORT_SW_SUSPEND", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_MEM_SUPPORT_CHECK_SUS", - "name": "SOC_SPI_MEM_SUPPORT_CHECK_SUS", - "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_SPI_MEM_SUPPORT_WRAP", - "name": "SOC_SPI_MEM_SUPPORT_WRAP", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_SYSTIMER_COUNTER_NUM", - "name": "SOC_SYSTIMER_COUNTER_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SYSTIMER_ALARM_NUM", - "name": "SOC_SYSTIMER_ALARM_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SYSTIMER_BIT_WIDTH_LO", - "name": "SOC_SYSTIMER_BIT_WIDTH_LO", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SYSTIMER_BIT_WIDTH_HI", - "name": "SOC_SYSTIMER_BIT_WIDTH_HI", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SYSTIMER_FIXED_DIVIDER", - "name": "SOC_SYSTIMER_FIXED_DIVIDER", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SYSTIMER_INT_LEVEL", - "name": "SOC_SYSTIMER_INT_LEVEL", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SYSTIMER_ALARM_MISS_COMPENSATE", - "name": "SOC_SYSTIMER_ALARM_MISS_COMPENSATE", - "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_SUPPORT_XTAL", - "name": "SOC_TIMER_GROUP_SUPPORT_XTAL", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_TIMER_GROUP_TOTAL_TIMERS", - "name": "SOC_TIMER_GROUP_TOTAL_TIMERS", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MWDT_SUPPORT_XTAL", - "name": "SOC_MWDT_SUPPORT_XTAL", - "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_CLK_SUPPORT_APB", - "name": "SOC_TWAI_CLK_SUPPORT_APB", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_BRP_MAX", - "name": "SOC_TWAI_BRP_MAX", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_TWAI_SUPPORTS_RX_STATUS", - "name": "SOC_TWAI_SUPPORTS_RX_STATUS", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EFUSE_DIS_DOWNLOAD_ICACHE", - "name": "SOC_EFUSE_DIS_DOWNLOAD_ICACHE", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EFUSE_DIS_PAD_JTAG", - "name": "SOC_EFUSE_DIS_PAD_JTAG", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EFUSE_DIS_USB_JTAG", - "name": "SOC_EFUSE_DIS_USB_JTAG", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EFUSE_DIS_DIRECT_BOOT", - "name": "SOC_EFUSE_DIS_DIRECT_BOOT", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EFUSE_SOFT_DIS_JTAG", - "name": "SOC_EFUSE_SOFT_DIS_JTAG", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EFUSE_DIS_ICACHE", - "name": "SOC_EFUSE_DIS_ICACHE", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK", - "name": "SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SECURE_BOOT_V2_RSA", - "name": "SOC_SECURE_BOOT_V2_RSA", - "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": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS", - "name": "SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY", - "name": "SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY", - "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_FLASH_ENCRYPTION_XTS_AES", - "name": "SOC_FLASH_ENCRYPTION_XTS_AES", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_FLASH_ENCRYPTION_XTS_AES_128", - "name": "SOC_FLASH_ENCRYPTION_XTS_AES_128", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE", - "name": "SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MEMPROT_MEM_ALIGN_SIZE", - "name": "SOC_MEMPROT_MEM_ALIGN_SIZE", - "range": null, - "title": null, - "type": "int" - }, - { - "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_HP_NUM", - "name": "SOC_UART_HP_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "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_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_RTC_CLK", - "name": "SOC_UART_SUPPORT_RTC_CLK", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_UART_SUPPORT_XTAL_CLK", - "name": "SOC_UART_SUPPORT_XTAL_CLK", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_UART_SUPPORT_WAKEUP_INT", - "name": "SOC_UART_SUPPORT_WAKEUP_INT", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_UART_SUPPORT_FSM_TX_WAIT_SEND", - "name": "SOC_UART_SUPPORT_FSM_TX_WAIT_SEND", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_COEX_HW_PTI", - "name": "SOC_COEX_HW_PTI", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EXTERNAL_COEX_ADVANCE", - "name": "SOC_EXTERNAL_COEX_ADVANCE", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EXTERNAL_COEX_LEADER_TX_LINE", - "name": "SOC_EXTERNAL_COEX_LEADER_TX_LINE", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_MAC_BB_PD_MEM_SIZE", - "name": "SOC_MAC_BB_PD_MEM_SIZE", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH", - "name": "SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PM_SUPPORT_WIFI_WAKEUP", - "name": "SOC_PM_SUPPORT_WIFI_WAKEUP", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PM_SUPPORT_BT_WAKEUP", - "name": "SOC_PM_SUPPORT_BT_WAKEUP", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PM_SUPPORT_CPU_PD", - "name": "SOC_PM_SUPPORT_CPU_PD", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PM_SUPPORT_WIFI_PD", - "name": "SOC_PM_SUPPORT_WIFI_PD", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PM_SUPPORT_BT_PD", - "name": "SOC_PM_SUPPORT_BT_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_MAC_BB_PD", - "name": "SOC_PM_SUPPORT_MAC_BB_PD", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PM_CPU_RETENTION_BY_RTCCNTL", - "name": "SOC_PM_CPU_RETENTION_BY_RTCCNTL", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PM_MODEM_RETENTION_BY_BACKUPDMA", - "name": "SOC_PM_MODEM_RETENTION_BY_BACKUPDMA", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PM_MODEM_PD_BY_SW", - "name": "SOC_PM_MODEM_PD_BY_SW", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_TEMPERATURE_SENSOR_SUPPORT_FAST_RC", - "name": "SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL", - "name": "SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_WIFI_HW_TSF", - "name": "SOC_WIFI_HW_TSF", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_WIFI_FTM_SUPPORT", - "name": "SOC_WIFI_FTM_SUPPORT", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_WIFI_GCMP_SUPPORT", - "name": "SOC_WIFI_GCMP_SUPPORT", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_PHY_NEEDS_USB_WORKAROUND", - "name": "SOC_WIFI_PHY_NEEDS_USB_WORKAROUND", - "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_BLE_50_SUPPORTED", - "name": "SOC_BLE_50_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_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": "- This option is for internal use only.\n- Enabling this option will help enable all FPGA support so as to\n run ESP-IDF on an FPGA. This can help reproduce some issues that\n only happens on FPGA condition, or when you have to burn some\n efuses multiple times.", - "id": "IDF_ENV_FPGA", - "name": "IDF_ENV_FPGA", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "- This option is ONLY used when doing new chip bringup.\n- This option will only enable necessary hw / sw settings for running\n a hello_world application.", - "id": "IDF_ENV_BRINGUP", - "name": "IDF_ENV_BRINGUP", - "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_DOC_BUILD", - "name": "IDF_DOC_BUILD", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "IDF_TOOLCHAIN", - "name": "IDF_TOOLCHAIN", - "range": null, - "title": null, - "type": "string" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "IDF_TOOLCHAIN_CLANG", - "name": "IDF_TOOLCHAIN_CLANG", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "IDF_TOOLCHAIN_GCC", - "name": "IDF_TOOLCHAIN_GCC", - "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_INIT_VERSION", - "name": "IDF_INIT_VERSION", - "range": null, - "title": null, - "type": "string" - }, - { - "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_ESP32C5", - "name": "IDF_TARGET_ESP32C5", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "IDF_TARGET_ESP32P4", - "name": "IDF_TARGET_ESP32P4", - "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_ESP32C61", - "name": "IDF_TARGET_ESP32C61", - "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": [ - { - "children": [], - "depends_on": "!APP_REPRODUCIBLE_BUILD", - "help": "If set, then the bootloader will be built with the current time/date stamp.\nIt is stored in the bootloader description\nstructure. If not set, time/date stamp will be excluded from bootloader image.\nThis can be useful for getting the\nsame binary image files made from the same source, but at different times.", - "id": "BOOTLOADER_COMPILE_TIME_DATE", - "name": "BOOTLOADER_COMPILE_TIME_DATE", - "range": null, - "title": "Use time/date stamp for bootloader", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "Project version. It is placed in \"version\" field of the esp_bootloader_desc structure.\nThe type of this field is \"uint32_t\".", - "id": "BOOTLOADER_PROJECT_VER", - "name": "BOOTLOADER_PROJECT_VER", - "range": [ - 0, - 4294967295 - ], - "title": "Project version", - "type": "int" - } - ], - "depends_on": null, - "id": "bootloader-config-bootloader-manager", - "title": "Bootloader manager", - "type": "menu" - }, - { - "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 with GCC, -Oz with Clang)", - "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": "(IDF_TARGET_ARCH_XTENSA || IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32C2) && ", - "help": null, - "id": "BOOTLOADER_COMPILER_OPTIMIZATION_NONE", - "name": "BOOTLOADER_COMPILER_OPTIMIZATION_NONE", - "range": null, - "title": "Debug without optimization (-O0) (Deprecated, will be removed in IDF v6.0)", - "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 -Os (-Oz with clang) 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\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": [ - { - "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-log-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": null, - "help": "Use ANSI terminal colors in log output\nEnable ANSI terminal color codes.\nIn order to view these, your terminal program must support ANSI color codes.", - "id": "BOOTLOADER_LOG_COLORS", - "name": "BOOTLOADER_LOG_COLORS", - "range": null, - "title": "Color", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "NO_SYMBOL && ", - "help": null, - "id": "BOOTLOADER_LOG_TIMESTAMP_SOURCE_NONE", - "name": "BOOTLOADER_LOG_TIMESTAMP_SOURCE_NONE", - "range": null, - "title": "None", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS", - "name": "BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS", - "range": null, - "title": "Milliseconds Since Boot", - "type": "bool" - } - ], - "depends_on": null, - "help": "Choose what sort of timestamp is displayed in the log output:\n\n- \"None\" - The log will only contain the actual log messages themselves\n without any time-related information. Avoiding timestamps can help conserve\n processing power and memory. It might useful when you\n perform log analysis or debugging, sometimes it's more straightforward\n to work with logs that lack timestamps, especially if the time of occurrence\n is not critical for understanding the issues.\n \"I log_test: info message\"\n\n- \"Milliseconds since boot\" is calculated from the RTOS tick count multiplied\n by the tick period. This time will reset after a software reboot.\n \"I (112500) log_test: info message\"", - "id": "bootloader-config-log-format-timestamp", - "name": "BOOTLOADER_LOG_TIMESTAMP_SOURCE", - "title": "Timestamp", - "type": "choice" - } - ], - "depends_on": null, - "id": "bootloader-config-log-format", - "title": "Format", - "type": "menu" - } - ], - "depends_on": null, - "id": "bootloader-config-log", - "title": "Log", - "type": "menu" - }, - { - "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": "This is a helper config for 32bits address flash. Invisible for users.", - "id": "BOOTLOADER_FLASH_NEEDS_32BIT_FEAT", - "name": "BOOTLOADER_FLASH_NEEDS_32BIT_FEAT", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "This is a helper config for 32bits address quad flash. Invisible for users.", - "id": "BOOTLOADER_FLASH_NEEDS_32BIT_ADDR_QUAD_FLASH", - "name": "BOOTLOADER_FLASH_NEEDS_32BIT_ADDR_QUAD_FLASH", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": "BOOTLOADER_FLASH_NEEDS_32BIT_ADDR_QUAD_FLASH && IDF_EXPERIMENTAL_FEATURES", - "help": "Enabling this option allows the CPU to access 32-bit-address flash beyond 16M range.\n1. This option only valid for 4-line flash. Octal flash doesn't need this.\n2. This option is experimental, which means it can\u2019t use on all flash chips stable, for more\ninformation, please contact Espressif Business support.", - "id": "BOOTLOADER_CACHE_32BIT_ADDR_QUAD_FLASH", - "name": "BOOTLOADER_CACHE_32BIT_ADDR_QUAD_FLASH", - "range": null, - "title": "Enable cache access to 32-bit-address (over 16MB) range of SPI Flash (READ DOCS FIRST)", - "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. To trigger a factory\nreset, this GPIO must be held high or low (as configured) on startup.\n\nNote that on some SoCs not all pins have an internal pull-up and certain pins are already\nused by ROM bootloader as bootstrapping. Refer to the technical reference manual for further\ndetails on the selected SoC.", - "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]).\n\nNote that on some SoCs not all pins have an internal pull-up and certain pins are already\nused by ROM bootloader as bootstrapping. Refer to the technical reference manual for further\ndetails on the selected SoC.", - "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.\nNOTE: Disabling this config on some targets (ESP32-C6, ESP32-H2, ESP32-C5) would not generate\nan exception when reading from or writing to 0x0.", - "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 wdt_hal_feed() for resetting counter of RTC_WDT.\nFor esp32/s2 you can also use rtc_wdt_feed().\n\nUse function wdt_hal_disable() for disabling RTC_WDT.\nFor esp32/s2 you can also use rtc_wdt_disable().", - "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 implementation 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": "(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 calculation.\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 bootloader 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": [], - "depends_on": "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 secure boot public key digest,\ncausing an immediate denial of service and possibly allowing an additional fault injection attack to\nbypass the signature protection.\n\nThe option must be set when you need to program any read-protected key type into the efuses,\ne.g., HMAC, ECDSA etc. after secure boot has already been enabled on the device.\nPlease refer to secure boot V2 documentation guide for more details.\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\n\nPlease refer to the Secure Boot V2 documentation guide for more information.", - "id": "SECURE_BOOT_V2_ALLOW_EFUSE_RD_DIS", - "name": "SECURE_BOOT_V2_ALLOW_EFUSE_RD_DIS", - "range": null, - "title": "Do not disable the ability to further read protect eFuses", - "type": "bool" - }, - { - "children": [], - "depends_on": "SECURE_BOOT_V2_ENABLED && SECURE_BOOT_BUILD_SIGNED_BINARIES", - "help": "When Secure Boot V2 is enabled, by default the bootloader is not flashed along with other artifacts\nlike the application and the partition table images, i.e. bootloader has to be separately flashed\nusing the command `idf.py bootloader flash`, whereas, the application and partition table can be flashed\nusing the command `idf.py flash` itself.\nEnabling this option allows flashing the bootloader along with the other artifacts\nby invocation of the command `idf.py flash`.\n\nIf this option is enabled make sure that even the bootloader is signed using the correct secure boot key,\notherwise the bootloader signature verification would fail, as hash of the public key which is present in\nthe bootloader signature would not match with the digest stored into the efuses\nand thus the device will not be able to boot up.", - "id": "SECURE_BOOT_FLASH_BOOTLOADER_DEFAULT", - "name": "SECURE_BOOT_FLASH_BOOTLOADER_DEFAULT", - "range": null, - "title": "Flash bootloader along with other artifacts when using the default flash command", - "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 XTS-AES 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-xts-aes-key", - "name": "SECURE_FLASH_ENCRYPTION_KEYSIZE", - "title": "Size of generated XTS-AES 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 && 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.\n\nNote that if you plan to enable secure boot during the first boot up, the bootloader will intentionally\nrevoke the unused digest slots while enabling secure boot, even if the above config is enabled because\nkeeping the unused key slots un-revoked would a security hazard.\nIn case for any development workflow if you need to avoid this revocation, you should enable\nsecure boot externally (host based mechanism) rather than enabling it during the boot up,\nso that the bootloader would not need to enable secure boot and thus you could avoid its revocation\nstrategy.", - "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 (default), 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, 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": [], - "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": "!APP_REPRODUCIBLE_BUILD", - "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 the embedded APP ELF SHA-256 hash value from flash\nand convert it into a string and store it in a RAM buffer.\nThis ensures the panic handler and core dump will be able to print this string\neven when cache is disabled.\nThe size of the buffer is APP_RETRIEVE_LEN_ELF_SHA plus the null terminator.\nChanging this value will change the size of this 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_UART_CLK_IS_XTAL", - "name": "ESP_ROM_UART_CLK_IS_XTAL", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_USB_SERIAL_DEVICE_NUM", - "name": "ESP_ROM_USB_SERIAL_DEVICE_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_HAS_RETARGETABLE_LOCKING", - "name": "ESP_ROM_HAS_RETARGETABLE_LOCKING", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_HAS_ERASE_0_REGION_BUG", - "name": "ESP_ROM_HAS_ERASE_0_REGION_BUG", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV", - "name": "ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_GET_CLK_FREQ", - "name": "ESP_ROM_GET_CLK_FREQ", - "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_LAYOUT_TABLE", - "name": "ESP_ROM_HAS_LAYOUT_TABLE", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_HAS_SPI_FLASH", - "name": "ESP_ROM_HAS_SPI_FLASH", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_HAS_ETS_PRINTF_BUG", - "name": "ESP_ROM_HAS_ETS_PRINTF_BUG", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_HAS_NEWLIB", - "name": "ESP_ROM_HAS_NEWLIB", - "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": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_HAS_NEWLIB_32BIT_TIME", - "name": "ESP_ROM_HAS_NEWLIB_32BIT_TIME", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE", - "name": "ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_RAM_APP_NEEDS_MMU_INIT", - "name": "ESP_ROM_RAM_APP_NEEDS_MMU_INIT", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_HAS_SW_FLOAT", - "name": "ESP_ROM_HAS_SW_FLOAT", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_USB_OTG_NUM", - "name": "ESP_ROM_USB_OTG_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_HAS_VERSION", - "name": "ESP_ROM_HAS_VERSION", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB", - "name": "ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB", - "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": "", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_80M", - "name": "ESPTOOLPY_FLASHFREQ_80M", - "range": null, - "title": "80 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_40M", - "name": "ESPTOOLPY_FLASHFREQ_40M", - "range": null, - "title": "40 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_26M", - "name": "ESPTOOLPY_FLASHFREQ_26M", - "range": null, - "title": "26 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_20M", - "name": "ESPTOOLPY_FLASHFREQ_20M", - "range": null, - "title": "20 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": 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": "This is a basic OTA-enabled partition table with\ntwo OTA app partitions. Both app partition sizes are 1700K,\nso this partition table requires 4MB or larger flash size.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_two_ota_large.csv", - "id": "PARTITION_TABLE_TWO_OTA_LARGE", - "name": "PARTITION_TABLE_TWO_OTA_LARGE", - "range": null, - "title": "Two large size OTA partitions", - "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_SEC_KEY_PROTECT_USING_FLASH_ENC && ", - "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_SEC_KEY_PROTECT_USING_FLASH_ENC && ", - "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_SEC_KEY_PROTECT_USING_FLASH_ENC && ", - "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.\nThis path is evaluated relative to the project root directory by default.\nHowever, if the absolute path for the CSV file is provided, then the absolute path is configured.", - "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_DEBUG", - "name": "COMPILER_OPTIMIZATION_DEBUG", - "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 with GCC, -Oz with Clang)", - "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 \"Debug\" setting will add the -Og flag to CFLAGS.\n- The \"Size\" setting will add the -Os flag to CFLAGS (-Oz with Clang).\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": [], - "depends_on": null, - "help": "When NDEBUG is set, assert(X) will not cause code to trigger an assertion.\nWith this option set, assert(X) will still evaluate the expression X, though\nthe result will never cause an assertion. This means that if X is a function\nthen the function will be called.\n\nThis is not according to the standard, which states that the assert(X) should\nbe replaced with ((void)0) if NDEBUG is defined.\n\nIn ESP-IDF v6.0 the default behavior will change to \"no\" to be in line with the\nstandard.", - "id": "COMPILER_ASSERT_NDEBUG_EVALUATE", - "name": "COMPILER_ASSERT_NDEBUG_EVALUATE", - "range": null, - "title": "Enable the evaluation of the expression inside assert(X) when NDEBUG is set", - "type": "bool" - }, - { - "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": "IDF_TOOLCHAIN_GCC", - "help": "Disable merging identical constants (string/floating-point) across compilation units.\nThis helps in better size analysis of the application binary as the rodata section\ndistribution is more uniform across libraries. On downside, it may increase\nthe binary size and hence should be used during development phase only.", - "id": "COMPILER_NO_MERGE_CONSTANTS", - "name": "COMPILER_NO_MERGE_CONSTANTS", - "range": null, - "title": "Disable merging const sections", - "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 you do not want default warnings to be considered as errors,\nespecially when updating IDF.\n\nThis is a temporary flag that could help to allow upgrade while having\nsome time to address the warnings raised by those default warnings.\nAlternatives are:\n1) fix code (preferred),\n2) remove specific warnings,\n3) do not consider specific warnings as error.", - "id": "COMPILER_DISABLE_DEFAULT_ERRORS", - "name": "COMPILER_DISABLE_DEFAULT_ERRORS", - "range": null, - "title": "Disable errors for default warnings", - "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": "Enable this option if use GCC 13 or newer, and want to disable warnings which don't appear with\nGCC 12.", - "id": "COMPILER_DISABLE_GCC13_WARNINGS", - "name": "COMPILER_DISABLE_GCC13_WARNINGS", - "range": null, - "title": "Disable new warnings introduced in GCC 13", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "Enable this option if use GCC 14 or newer, and want to disable warnings which don't appear with\nGCC 13.", - "id": "COMPILER_DISABLE_GCC14_WARNINGS", - "name": "COMPILER_DISABLE_GCC14_WARNINGS", - "range": null, - "title": "Disable new warnings introduced in GCC 14", - "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" - }, - { - "children": [ - { - "children": [], - "depends_on": "!IDF_TARGET_LINUX && ", - "help": null, - "id": "COMPILER_RT_LIB_GCCLIB", - "name": "COMPILER_RT_LIB_GCCLIB", - "range": null, - "title": "libgcc", - "type": "bool" - }, - { - "children": [], - "depends_on": "IDF_TOOLCHAIN_CLANG && !IDF_TARGET_LINUX && ", - "help": null, - "id": "COMPILER_RT_LIB_CLANGRT", - "name": "COMPILER_RT_LIB_CLANGRT", - "range": null, - "title": "libclang_rt", - "type": "bool" - }, - { - "children": [], - "depends_on": "IDF_TARGET_LINUX && ", - "help": null, - "id": "COMPILER_RT_LIB_HOST", - "name": "COMPILER_RT_LIB_HOST", - "range": null, - "title": "Host", - "type": "bool" - } - ], - "depends_on": null, - "help": "Select runtime library to be used by compiler.\n- GCC toolchain supports libgcc only.\n- Clang allows to choose between libgcc or libclang_rt.\n- For host builds (\"linux\" target), uses the default library.", - "id": "compiler-options-compiler-runtime-library", - "name": "COMPILER_RT_LIB", - "title": "Compiler runtime library", - "type": "choice" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "COMPILER_RT_LIB_NAME", - "name": "COMPILER_RT_LIB_NAME", - "range": null, - "title": null, - "type": "string" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": "Places orphan sections with a warning message.", - "id": "COMPILER_ORPHAN_SECTIONS_WARNING", - "name": "COMPILER_ORPHAN_SECTIONS_WARNING", - "range": null, - "title": "Place with warning", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Places orphan sections without a warning/error message.", - "id": "COMPILER_ORPHAN_SECTIONS_PLACE", - "name": "COMPILER_ORPHAN_SECTIONS_PLACE", - "range": null, - "title": "Place silently", - "type": "bool" - } - ], - "depends_on": "!IDF_TARGET_LINUX", - "help": "If the linker finds orphan sections, it attempts to place orphan sections after sections of the same\nattribute such as code vs data, loadable vs non-loadable, etc.\nThat means that orphan sections could placed between sections defined in IDF linker scripts.\nThis could lead to corruption of the binary image. Configure the linker action here.", - "id": "compiler-options-orphan-sections-handling", - "name": "COMPILER_ORPHAN_SECTIONS", - "title": "Orphan sections handling", - "type": "choice" - }, - { - "children": [], - "depends_on": "IDF_TOOLCHAIN_GCC", - "help": "Enable compiler static analyzer. This may produce false-positive results and increases compile time.", - "id": "COMPILER_STATIC_ANALYZER", - "name": "COMPILER_STATIC_ANALYZER", - "range": null, - "title": "Enable compiler static analyzer", - "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 && !IDF_TARGET_LINUX", - "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": "ESP32C3_REV_MIN_0", - "name": "ESP32C3_REV_MIN_0", - "range": null, - "title": "Rev v0.0 (ECO0)", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32C3_REV_MIN_1", - "name": "ESP32C3_REV_MIN_1", - "range": null, - "title": "Rev v0.1 (ECO1)", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32C3_REV_MIN_2", - "name": "ESP32C3_REV_MIN_2", - "range": null, - "title": "Rev v0.2 (ECO2)", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32C3_REV_MIN_3", - "name": "ESP32C3_REV_MIN_3", - "range": null, - "title": "Rev v0.3 (ECO3)", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32C3_REV_MIN_4", - "name": "ESP32C3_REV_MIN_4", - "range": null, - "title": "Rev v0.4 (ECO4)", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32C3_REV_MIN_101", - "name": "ESP32C3_REV_MIN_101", - "range": null, - "title": "Rev v1.1", - "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-c3-revision", - "name": "ESP32C3_REV_MIN", - "title": "Minimum Supported ESP32-C3 Revision", - "type": "choice" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32C3_REV_MIN_FULL", - "name": "ESP32C3_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": "ESP32C3_REV_MAX_FULL", - "name": "ESP32C3_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": null, - "help": "Required minimum eFuse Block revision. ESP-IDF will check it at the 2nd bootloader stage\nwhether the current image can work correctly for this eFuse Block revision.\nSo that to avoid running an incompatible image on a SoC that contains breaking change in the eFuse Block.\nIf you want to update this value to run the image that not compatible with the current eFuse Block revision,\nplease contact to Espressif's business team for details:\nhttps://www.espressif.com.cn/en/contact-us/sales-questions", - "id": "ESP_EFUSE_BLOCK_REV_MIN_FULL", - "name": "ESP_EFUSE_BLOCK_REV_MIN_FULL", - "range": null, - "title": "Minimum Supported ESP32-C3 eFuse Block Revision", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_EFUSE_BLOCK_REV_MAX_FULL", - "name": "ESP_EFUSE_BLOCK_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": [], - "depends_on": null, - "help": null, - "id": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES", - "name": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32C3_UNIVERSAL_MAC_ADDRESSES_TWO", - "name": "ESP32C3_UNIVERSAL_MAC_ADDRESSES_TWO", - "range": null, - "title": "Two", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR", - "name": "ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR", - "range": null, - "title": "Four", - "type": "bool" - } - ], - "depends_on": null, - "help": "Configure the number of universally administered (by IEEE) MAC addresses.\n\nDuring initialization, MAC addresses for each network interface are generated or derived from a\nsingle base MAC address.\n\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.\n\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.\n\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.)\n\nNote that ESP32-C3 has no integrated Ethernet MAC. Although it's possible to use the esp_read_mac()\nAPI to return a MAC for Ethernet, this can only be used with an external MAC peripheral.", - "id": "component-config-hardware-settings-mac-config-number-of-universally-administered-by-ieee-mac-address", - "name": "ESP32C3_UNIVERSAL_MAC_ADDRESSES", - "title": "Number of universally administered (by IEEE) MAC address", - "type": "choice" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32C3_UNIVERSAL_MAC_ADDRESSES", - "name": "ESP32C3_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 || ESP_LDO_RESERVE_PSRAM) && !(IDF_TARGET_ESP32P4 && ESP32P4_REV_MIN_FULL < 100)", - "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 or SPIRAM has independent power supply", - "type": "bool" - }, - { - "children": [], - "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP && !ESP_SLEEP_POWER_DOWN_FLASH", - "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_POWER_DOWN_FLASH && (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, esp32c5, 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": "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" - }, - { - "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" - } - ], - "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 136 kHz 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 32 kHz crystal", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "RTC_CLK_SRC_EXT_OSC", - "name": "RTC_CLK_SRC_EXT_OSC", - "range": null, - "title": "External 32 kHz oscillator at 32K_XP pin", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "RTC_CLK_SRC_INT_8MD256", - "name": "RTC_CLK_SRC_INT_8MD256", - "range": null, - "title": "Internal 17.5 MHz oscillator, divided by 256", - "type": "bool" - } - ], - "depends_on": null, - "help": "Choose which clock is used as RTC clock source.", - "id": "component-config-hardware-settings-rtc-clock-config-rtc-clock-source", - "name": "RTC_CLK_SRC", - "title": "RTC clock source", - "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" - } - ], - "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": "whether 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.", - "id": "GDMA_CTRL_FUNC_IN_IRAM", - "name": "GDMA_CTRL_FUNC_IN_IRAM", - "range": null, - "title": "Place GDMA control functions in 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" - }, - { - "children": [], - "depends_on": "SOC_GDMA_SUPPORTED", - "help": "Whether to enable the debug log message for GDMA driver.\nNote that, this option only controls the GDMA driver log, won't affect other drivers.", - "id": "GDMA_ENABLE_DEBUG_LOG", - "name": "GDMA_ENABLE_DEBUG_LOG", - "range": null, - "title": "Enable debug log", - "type": "bool" - } - ], - "depends_on": "SOC_GDMA_SUPPORTED", - "id": "component-config-hardware-settings-gdma-configurations", - "title": "GDMA Configurations", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_DW_GDMA_SUPPORTED", - "help": "Place DW_GDMA control functions (e.g. dw_gdma_channel_continue) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", - "id": "DW_GDMA_CTRL_FUNC_IN_IRAM", - "name": "DW_GDMA_CTRL_FUNC_IN_IRAM", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_DW_GDMA_SUPPORTED", - "help": "Place DW_GDMA setter functions (e.g. dw_gdma_channel_set_block_markers) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", - "id": "DW_GDMA_SETTER_FUNC_IN_IRAM", - "name": "DW_GDMA_SETTER_FUNC_IN_IRAM", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_DW_GDMA_SUPPORTED", - "help": "Place DW_GDMA getter functions (e.g. dw_gdma_link_list_get_item) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", - "id": "DW_GDMA_GETTER_FUNC_IN_IRAM", - "name": "DW_GDMA_GETTER_FUNC_IN_IRAM", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_DW_GDMA_SUPPORTED", - "help": "This will ensure the DW_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": "DW_GDMA_ISR_IRAM_SAFE", - "name": "DW_GDMA_ISR_IRAM_SAFE", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_DW_GDMA_SUPPORTED", - "help": "This will ensure the DW_GDMA object is DRAM-Safe, allow to avoid external memory\ncache misses, and also be accessible whilst the cache is disabled.", - "id": "DW_GDMA_OBJ_DRAM_SAFE", - "name": "DW_GDMA_OBJ_DRAM_SAFE", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_DW_GDMA_SUPPORTED", - "help": "Whether to enable the debug log message for DW_GDMA driver.\nNote that, this option only controls the DW_GDMA driver log, won't affect other drivers.", - "id": "DW_GDMA_ENABLE_DEBUG_LOG", - "name": "DW_GDMA_ENABLE_DEBUG_LOG", - "range": null, - "title": "Enable debug log", - "type": "bool" - } - ], - "depends_on": "SOC_DW_GDMA_SUPPORTED", - "id": "component-config-hardware-settings-dw_gdma-configurations", - "title": "DW_GDMA Configurations", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_DMA2D_SUPPORTED", - "help": "Place 2D-DMA all operation functions, including control functions (e.g. start/stop/append/reset) and setter\nfunctions (e.g. connect/strategy/callback registration) into IRAM, so that these functions can be IRAM-safe\nand able to be called in the other IRAM interrupt context. It also helps optimizing the performance.", - "id": "DMA2D_OPERATION_FUNC_IN_IRAM", - "name": "DMA2D_OPERATION_FUNC_IN_IRAM", - "range": null, - "title": "Place 2D-DMA operation functions into IRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_DMA2D_SUPPORTED", - "help": "This will ensure the 2D-DMA 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": "DMA2D_ISR_IRAM_SAFE", - "name": "DMA2D_ISR_IRAM_SAFE", - "range": null, - "title": "2D-DMA ISR IRAM-Safe", - "type": "bool" - } - ], - "depends_on": "SOC_DMA2D_SUPPORTED", - "id": "component-config-hardware-settings-2d-dma-configurations", - "title": "2D-DMA Configurations", - "type": "menu" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "XTAL_FREQ_40", - "name": "XTAL_FREQ_40", - "range": null, - "title": "40 MHz", - "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.", - "id": "component-config-hardware-settings-main-xtal-config-main-xtal-frequency", - "name": "XTAL_FREQ", - "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": [], - "depends_on": null, - "help": "This option is only used for new chip bringup, when\nclock support isn't done yet. So with this option,\nwe use xtal on FPGA as the clock source.", - "id": "ESP_BRINGUP_BYPASS_CPU_CLK_SETTING", - "name": "ESP_BRINGUP_BYPASS_CPU_CLK_SETTING", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "This option is only used for new chip bringup, when\nRNG isn't done yet. So with this option, we use 0x5A\nto fill the random buffers", - "id": "ESP_BRINGUP_BYPASS_RANDOM_SETTING", - "name": "ESP_BRINGUP_BYPASS_RANDOM_SETTING", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM", - "name": "ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_SPI_BUS_LOCK_FUNCS_IN_IRAM", - "name": "ESP_SPI_BUS_LOCK_FUNCS_IN_IRAM", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "Due to the poor low-temperature characteristics of\nRC32K (it cannot operate below -40 degrees Celsius),\nplease avoid using it whenever possible", - "id": "ESP_CLK_RC32K_NOT_TO_USE", - "name": "ESP_CLK_RC32K_NOT_TO_USE", - "range": null, - "title": null, - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-hardware-settings", - "title": "Hardware Settings", - "type": "menu" - }, - { - "children": [ - { - "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-esp-security-specific-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\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-esp-security-specific-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": "Forcfully enable ECC constant time point multiplication operations", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-esp-security-specific", - "title": "ESP Security Specific", - "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" - } - ], - "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": "!ESP_SYSTEM_GDBSTUB_RUNTIME && ", - "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": "!ESP_SYSTEM_GDBSTUB_RUNTIME && ", - "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": "!ESP_SYSTEM_GDBSTUB_RUNTIME && ", - "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": "ESP_GDBSTUB_ENABLED && ", - "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" - } - ], - "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. Speed wise RTC fast memory operates on\nAPB 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": [ - { - "children": [], - "depends_on": "IDF_TARGET_ARCH_RISCV && SOC_LP_CORE_SUPPORTED && ESP_SYSTEM_PMP_IDRAM_SPLIT", - "help": "If enabled, user can run code available in LP Core image.\n\nWarning: on ESP32-P4 this will also mark the memory area used for BOOTLOADER_RESERVE_RTC_MEM\nas executable. If you consider this a security risk then do not activate this option.", - "id": "ESP_SYSTEM_PMP_LP_CORE_RESERVE_MEM_EXECUTABLE", - "name": "ESP_SYSTEM_PMP_LP_CORE_RESERVE_MEM_EXECUTABLE", - "range": null, - "title": "Make LP core reserved memory executable from HP core", - "type": "bool" - } - ], - "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": [ - { - "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", - "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": null, - "help": null, - "id": "ESP_CONSOLE_ROM_SERIAL_PORT_NUM", - "name": "ESP_CONSOLE_ROM_SERIAL_PORT_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). Value -1 means to\ncontinue using the default console UART TX pin.\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 console UART RX input in the ESP-IDF Bootloader and the app (including\ndefault standard input of the app). Value -1 means to continue using the default console UART\nRX pin.\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 milliseconds. 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": "SOC_XT_WDT_SUPPORTED && (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": "SOC_DEBUG_HAVE_OCD_STUB_BINS", - "help": "OpenOCD uses stub code to access flash during programming or when inserting and removing\nSW flash breakpoints.\nTo execute stub code, OpenOCD allocates memory on the target device, backs up the existing memory,\nloads the stub binary, runs the binary, and then restores the original memory.\nThis process can be time-consuming, especially when using USB serial JTAG.\nBy enabling this option, 8K of memory in RAM will be preallocated with the stub code,\neliminating the need to back up and restore the memory region.", - "id": "ESP_DEBUG_INCLUDE_OCD_STUB_BINS", - "name": "ESP_DEBUG_INCLUDE_OCD_STUB_BINS", - "range": null, - "title": "Preload OpenOCD stub binaries to speed up debugging. 8K memory will be reserved", - "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, IPC_ISR 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, IPC_ISR 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, IPC_ISR 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_7", - "name": "ESP_BROWNOUT_DET_LVL_SEL_7", - "range": null, - "title": "2.51V", - "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.64V", - "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.76V", - "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.92V", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_BROWNOUT_DET_LVL_SEL_3", - "name": "ESP_BROWNOUT_DET_LVL_SEL_3", - "range": null, - "title": "3.10V", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_BROWNOUT_DET_LVL_SEL_2", - "name": "ESP_BROWNOUT_DET_LVL_SEL_2", - "range": null, - "title": "3.27V", - "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 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 ESP32-C3 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": "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": "SOC_ASSIST_DEBUG_SUPPORTED", - "help": "This config allows to trigger a panic interrupt when Stack Pointer register goes out of allocated stack\nmemory bounds.", - "id": "ESP_SYSTEM_HW_STACK_GUARD", - "name": "ESP_SYSTEM_HW_STACK_GUARD", - "range": null, - "title": "Hardware stack guard", - "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" - }, - { - "children": [], - "depends_on": "SOC_ASSIST_DEBUG_SUPPORTED", - "help": "This option will enable the PC recording function of assist_debug module. The PC value of the CPU will be\nrecorded to PC record register in assist_debug module in real time. When an exception occurs and the CPU\nis reset, this register will be kept, then we can use the recorded PC to debug the causes of the reset.", - "id": "ESP_SYSTEM_HW_PC_RECORD", - "name": "ESP_SYSTEM_HW_PC_RECORD", - "range": null, - "title": "Hardware PC recording", - "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 intended 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": "!IDF_TARGET_ESP32P4", - "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 vApplicationPassiveIdleHook( void );``\n- ``vApplicationPassiveIdleHook()`` is called from FreeRTOS minimal idle task(s)", - "id": "FREERTOS_USE_PASSIVE_IDLE_HOOK", - "name": "FREERTOS_USE_PASSIVE_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": "!IDF_TARGET_LINUX", - "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": [ - { - "children": [], - "depends_on": "FREERTOS_USE_TIMERS", - "help": "Sets the timer task's name (see configTIMER_SERVICE_TASK_NAME documentation for more details).", - "id": "FREERTOS_TIMER_SERVICE_TASK_NAME", - "name": "FREERTOS_TIMER_SERVICE_TASK_NAME", - "range": null, - "title": "configTIMER_SERVICE_TASK_NAME", - "type": "string" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "FREERTOS_TIMER_TASK_AFFINITY_CPU0", - "name": "FREERTOS_TIMER_TASK_AFFINITY_CPU0", - "range": null, - "title": "CPU0", - "type": "bool" - }, - { - "children": [], - "depends_on": "!FREERTOS_UNICORE && ", - "help": null, - "id": "FREERTOS_TIMER_TASK_AFFINITY_CPU1", - "name": "FREERTOS_TIMER_TASK_AFFINITY_CPU1", - "range": null, - "title": "CPU1", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "FREERTOS_TIMER_TASK_NO_AFFINITY", - "name": "FREERTOS_TIMER_TASK_NO_AFFINITY", - "range": null, - "title": "No affinity", - "type": "bool" - } - ], - "depends_on": "FREERTOS_USE_TIMERS", - "help": "Sets the timer task's core affinity\n(see configTIMER_SERVICE_TASK_CORE_AFFINITY documentation for more details).", - "id": "component-config-freertos-kernel-configuse_timers-configtimer_service_task_core_affinity", - "name": "FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY", - "title": "configTIMER_SERVICE_TASK_CORE_AFFINITY", - "type": "choice" - }, - { - "children": [], - "depends_on": "FREERTOS_USE_TIMERS", - "help": null, - "id": "FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY", - "name": "FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY", - "range": null, - "title": null, - "type": "hex" - }, - { - "children": [], - "depends_on": "FREERTOS_USE_TIMERS", - "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": "FREERTOS_USE_TIMERS", - "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": "FREERTOS_USE_TIMERS", - "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" - } - ], - "depends_on": null, - "help": "Enable FreeRTOS Software Timers. Normally the timer task will only get pulled into the build\nand created if any software timer related functions are used. This is achieved through IDF\ndefining a weak empty function for xTimerCreateTimerTask, which should take effect if timers.c\nis not pulled into the build.\n\nIn certain special cases (if you use configUSE_TRACE_FACILITY=y and event groups) the linker will\nstill pull in the xTimerCreateTimerTask from timers.c even if the function that utilized it gets\ndiscarded due to not being used.\n\nIn these cases you can use this option to force the timer task to be disabled.", - "id": "FREERTOS_USE_TIMERS", - "name": "FREERTOS_USE_TIMERS", - "range": null, - "title": "configUSE_TIMERS", - "type": "bool" - }, - { - "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": [], - "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": "Enable list integrity checker\n(see configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES documentation for more details).", - "id": "FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES", - "name": "FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES", - "range": null, - "title": "configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES", - "type": "bool" - }, - { - "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" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "depends_on": "", - "help": "configRUN_TIME_COUNTER_TYPE is set to uint32_t", - "id": "FREERTOS_RUN_TIME_COUNTER_TYPE_U32", - "name": "FREERTOS_RUN_TIME_COUNTER_TYPE_U32", - "range": null, - "title": "uint32_t", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "configRUN_TIME_COUNTER_TYPE is set to uint64_t", - "id": "FREERTOS_RUN_TIME_COUNTER_TYPE_U64", - "name": "FREERTOS_RUN_TIME_COUNTER_TYPE_U64", - "range": null, - "title": "uint64_t", - "type": "bool" - } - ], - "depends_on": "FREERTOS_GENERATE_RUN_TIME_STATS && !FREERTOS_SMP", - "help": "Sets the data type used for the FreeRTOS run time stats. A larger data type can be used to reduce the\nfrequency of the counter overflowing.", - "id": "component-config-freertos-kernel-configgenerate_run_time_stats-configrun_time_counter_type", - "name": "FREERTOS_RUN_TIME_COUNTER_TYPE", - "title": "configRUN_TIME_COUNTER_TYPE", - "type": "choice" - } - ], - "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" - }, - { - "children": [], - "depends_on": null, - "help": "Enables task tagging functionality and its associated API (see configUSE_APPLICATION_TASK_TAG\ndocumentation for more details).", - "id": "FREERTOS_USE_APPLICATION_TASK_TAG", - "name": "FREERTOS_USE_APPLICATION_TASK_TAG", - "range": null, - "title": "configUSE_APPLICATION_TASK_TAG", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-freertos-kernel", - "title": "Kernel", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "COMPILER_OPTIMIZATION_DEBUG || ESP_COREDUMP_ENABLE || ESP_SYSTEM_PANIC_GDBSTUB || ESP_SYSTEM_GDBSTUB_RUNTIME", - "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": "!FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP", - "help": "Enable this option to make FreeRTOS call a user provided hook function right before it deletes a task\n(i.e., frees/releases a dynamically/statically allocated task's memory). This is useful if users want\nto know when a task is actually deleted (in case the task's deletion is delegated to the IDLE task).\n\nIf this config option is enabled, users must define a ``void vTaskPreDeletionHook( void * pxTCB )``\nhook function in their application.", - "id": "FREERTOS_TASK_PRE_DELETION_HOOK", - "name": "FREERTOS_TASK_PRE_DELETION_HOOK", - "range": null, - "title": "Enable task pre-deletion hook", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "THIS OPTION IS DEPRECATED. Use FREERTOS_TASK_PRE_DELETION_HOOK instead.\n\nEnable 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 (DEPRECATED)", - "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": "SOC_CPU_HAS_FPU && (IDF_TARGET_ESP32 || IDF_TARGET_ESP32S3)", - "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": 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" - } - ], - "depends_on": null, - "id": "component-config-freertos-port", - "title": "Port", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SPIRAM && FREERTOS_SUPPORT_STATIC_ALLOCATION", - "help": "Accessing memory in PSRAM has certain restrictions, so task stacks allocated by xTaskCreate\nare by default allocated from internal RAM.\n\nThis option allows for passing memory allocated from SPIRAM to be passed to xTaskCreateStatic.\nThis should only be used for tasks where the stack is never accessed while the cache is disabled.\n\nExtra notes for ESP32:\n\nBecause 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 creation functions) always allocate stack in internal memory and\nxTaskCreateStatic will check if the memory passed to it is in internal memory.\nIf you have a task that needs a large amount of stack and does not call on ROM code in any way\n(no direct calls, but also no Bluetooth/WiFi), you can try enable this to\ncause xTaskCreateStatic to allow tasks stack in external memory.", - "id": "FREERTOS_TASK_CREATE_ALLOW_EXT_MEM", - "name": "FREERTOS_TASK_CREATE_ALLOW_EXT_MEM", - "range": null, - "title": "Allow external memory as an argument to xTaskCreateStatic (READ HELP)", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-freertos-extra", - "title": "Extra", - "type": "menu" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "FREERTOS_PORT", - "name": "FREERTOS_PORT", - "range": null, - "title": null, - "type": "bool" - }, - { - "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" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "FREERTOS_ENABLE_TASK_SNAPSHOT", - "name": "FREERTOS_ENABLE_TASK_SNAPSHOT", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": "!ESP_PANIC_HANDLER_IRAM", - "help": null, - "id": "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH", - "name": "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "FREERTOS_NUMBER_OF_CORES", - "name": "FREERTOS_NUMBER_OF_CORES", - "range": [ - 1, - 2 - ], - "title": null, - "type": "int" - } - ], - "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": null, - "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.", - "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": [ - { - "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 if LOG_DYNAMIC_LEVEL_CONTROL\nis enabled.\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-log-level-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-log-level-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": [ - { - "children": [], - "depends_on": null, - "help": "Enables an additional global \"master\" log level check that occurs before a log tag cache\nlookup. This is useful if you want to compile in a lot of logs that are selectable at\nruntime, but avoid the performance hit during periods where you don't want log output.\n\nExamples include remote log forwarding, or disabling logs during a time-critical or\nCPU-intensive section and re-enabling them later. Results in larger program size\ndepending on number of logs compiled in.\n\nIf enabled, defaults to LOG_DEFAULT_LEVEL and can be set using\nesp_log_set_level_master(). This check takes precedence over ESP_LOG_LEVEL_LOCAL.", - "id": "LOG_MASTER_LEVEL", - "name": "LOG_MASTER_LEVEL", - "range": null, - "title": "Enable global master log level", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "Enabling this option allows dynamic changes to the log level at runtime\n(using esp_log_level_set()), providing the ability to increase or decrease\nthe log level during program execution.\nIf disabled, the log level remains static once set at compile-time and calling\nesp_log_level_set() will have no effect.\nIf binary size is a critical consideration and dynamic log level changes are not needed,\nconsider disabling this option when LOG_TAG_LEVEL_IMPL_NONE=y to minimize program size.", - "id": "LOG_DYNAMIC_LEVEL_CONTROL", - "name": "LOG_DYNAMIC_LEVEL_CONTROL", - "range": null, - "title": "Enable dynamic log level changes at runtime", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": "This option disables the ability to set the log level per tag.\nThe ability to change the log level at runtime depends on LOG_DYNAMIC_LEVEL_CONTROL.\nIf LOG_DYNAMIC_LEVEL_CONTROL is disabled, then changing the log level at runtime\nusing `esp_log_level_set()` is not possible.\nThis implementation is suitable for highly constrained environments.", - "id": "LOG_TAG_LEVEL_IMPL_NONE", - "name": "LOG_TAG_LEVEL_IMPL_NONE", - "range": null, - "title": "None", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Select this option to use the linked list-only implementation (no cache) for log level retrieval.\nThis approach searches the linked list of all tags for the log level, which may be slower\nfor a large number of tags but may have lower memory requirements than the CACHE approach.\nThe linked list approach compares the whole strings of log tags for finding the log level.", - "id": "LOG_TAG_LEVEL_IMPL_LINKED_LIST", - "name": "LOG_TAG_LEVEL_IMPL_LINKED_LIST", - "range": null, - "title": "Linked List", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Select this option to use a hybrid mode: cache in combination with the linked list\nfor log tag level checks. This hybrid approach offers a balance between speed and memory usage.\n\nThe cache stores recently accessed log tags and their corresponding log levels, providing\nfaster lookups for frequently used tags. The cache approach compares the tag pointers, which is\nfaster than comparing the whole strings.\n\nFor less frequently used tags, the linked list is used to search for the log level, which may be\nslower for a large number of tags but has lower memory requirements compared to a full cache.\n\nThis hybrid approach aims to improve the efficiency of log level retrieval by combining the benefits\nof both cache and linked list implementations.", - "id": "LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST", - "name": "LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST", - "range": null, - "title": "Cache + Linked List", - "type": "bool" - } - ], - "depends_on": null, - "help": "Choose the per-tag log level implementation for the log library. This functionality is used\nto enable/disable logs for a particular tag at run time. Applicable only for\napplication logs (i.e., not bootloader logs).", - "id": "component-config-log-log-level-level-settings-method-of-tag-level-checks", - "name": "LOG_TAG_LEVEL_IMPL", - "title": "Method of tag level checks", - "type": "choice" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": "This option enables the use of a simple array-based cache implementation for storing and\nretrieving log tag levels. There is no additional code that reorders the cache for fast lookups.\nSuitable for projects where memory usage optimization is crucial and the simplicity of implementation\nis preferred.", - "id": "LOG_TAG_LEVEL_CACHE_ARRAY", - "name": "LOG_TAG_LEVEL_CACHE_ARRAY", - "range": null, - "title": "Array", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "This option enables the use of a binary min-heap-based cache implementation for efficient\nstorage and retrieval of log tag levels. It does automatically optimizing cache for fast lookups.\nSuitable for projects where speed of lookup is critical and memory usage can accommodate\nthe overhead of maintaining a binary min-heap structure.", - "id": "LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP", - "name": "LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP", - "range": null, - "title": "Binary Min-Heap", - "type": "bool" - } - ], - "depends_on": "LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST", - "help": "The cache stores recently accessed log tags (address of tag) and their corresponding log levels,\nproviding faster lookups for frequently used tags. Cache size can be configured using the\nLOG_TAG_LEVEL_IMPL_CACHE_SIZE option. The cache approach compares the tag pointers, which is\nfaster than comparing the whole strings.", - "id": "component-config-log-log-level-level-settings-cache-implementation", - "name": "LOG_TAG_LEVEL_CACHE_IMPL", - "title": "Cache implementation", - "type": "choice" - }, - { - "children": [], - "depends_on": "LOG_TAG_LEVEL_CACHE_ARRAY || LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP", - "help": "This option sets the size of the cache used for log tag entries. The cache stores recently accessed\nlog tags and their corresponding log levels, which helps improve the efficiency of log level retrieval.\nThe value must be a power of 2 minus 1 (e.g., 1, 3, 7, 15, 31, 63, 127, 255, ...)\nto ensure proper cache behavior. For LOG_TAG_LEVEL_CACHE_ARRAY option the value can be any,\nwithout restrictions.\n\nNote: A larger cache size can improve lookup performance for frequently used log tags but may consume\nmore memory. Conversely, a smaller cache size reduces memory usage but may lead to more frequent cache\nevictions for less frequently used log tags.", - "id": "LOG_TAG_LEVEL_IMPL_CACHE_SIZE", - "name": "LOG_TAG_LEVEL_IMPL_CACHE_SIZE", - "range": null, - "title": "Log Tag Cache Size", - "type": "int" - } - ], - "depends_on": null, - "id": "component-config-log-log-level-level-settings", - "title": "Level Settings", - "type": "menu" - } - ], - "depends_on": null, - "id": "component-config-log-log-level", - "title": "Log Level", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": null, - "help": "Enable ANSI terminal color codes.\nIn order to view these, your terminal program must support ANSI color codes.", - "id": "LOG_COLORS", - "name": "LOG_COLORS", - "range": null, - "title": "Color", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "NO_SYMBOL && ", - "help": null, - "id": "LOG_TIMESTAMP_SOURCE_NONE", - "name": "LOG_TIMESTAMP_SOURCE_NONE", - "range": null, - "title": "None", - "type": "bool" - }, - { - "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 (HH:MM:SS.sss)", - "type": "bool" - }, - { - "children": [], - "depends_on": "NO_SYMBOL && ", - "help": null, - "id": "LOG_TIMESTAMP_SOURCE_SYSTEM_FULL", - "name": "LOG_TIMESTAMP_SOURCE_SYSTEM_FULL", - "range": null, - "title": "System Time (YY-MM-DD HH:MM:SS.sss)", - "type": "bool" - } - ], - "depends_on": null, - "help": "Choose what sort of timestamp is displayed in the log output:\n\n- \"None\" - The log will only contain the actual log messages themselves\n without any time-related information. Avoiding timestamps can help conserve\n processing power and memory. It might useful when you\n perform log analysis or debugging, sometimes it's more straightforward\n to work with logs that lack timestamps, especially if the time of occurrence\n is not critical for understanding the issues.\n\n- \"Milliseconds since boot\" is calculated 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 (HH:MM:SS.sss)\" is taken from POSIX time functions which use the chip's\n RTC and high resolution 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- \"System time (YY-MM-DD HH:MM:SS.sss)\" it is the same as the above,\n but also prints the date as well.\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-format-timestamp", - "name": "LOG_TIMESTAMP_SOURCE", - "title": "Timestamp", - "type": "choice" - } - ], - "depends_on": null, - "id": "component-config-log-format", - "title": "Format", - "type": "menu" - } - ], - "depends_on": null, - "id": "component-config-log", - "title": "Log", - "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 occurrence 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 occurrence 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/git/?p=newlib-cygwin.git;a=blob_plain;f=newlib/README;hb=HEAD\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; they are defined as weak,\n so they could be overridden.\n If you want to customize gettimeofday() and other time functions,\n please choose this option and refer to the 'time.c' source file\n for the exact prototypes of these functions.\n\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": [], - "depends_on": null, - "help": null, - "id": "STDATOMIC_S32C1I_SPIRAM_WORKAROUND", - "name": "STDATOMIC_S32C1I_SPIRAM_WORKAROUND", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "depends_on": "SOC_MMU_PAGE_SIZE_8KB_SUPPORTED", - "help": null, - "id": "MMU_PAGE_SIZE_8KB", - "name": "MMU_PAGE_SIZE_8KB", - "range": null, - "title": null, - "type": "bool" - }, - { - "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": "SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND && !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": "This config is used for setting Tsus parameter. Tsus means CS# high to next command after\nsuspend. You can refer to the chapter of AC CHARACTERISTICS of flash datasheet.", - "id": "SPI_FLASH_SUSPEND_TSUS_VAL_US", - "name": "SPI_FLASH_SUSPEND_TSUS_VAL_US", - "range": [ - 20, - 100 - ], - "title": "SPI flash tSUS value (refer to chapter AC CHARACTERISTICS)", - "type": "int" - }, - { - "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": null, - "id": "SPI_FLASH_VENDOR_BOYA_SUPPORTED", - "name": "SPI_FLASH_VENDOR_BOYA_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", - "help": null, - "id": "SPI_FLASH_VENDOR_TH_SUPPORTED", - "name": "SPI_FLASH_VENDOR_TH_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.\n\nCurrent experimental feature list:\n\n- CONFIG_ESPTOOLPY_FLASHFREQ_120M && CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_DTR\n- CONFIG_SPIRAM_SPEED_120M && CONFIG_SPIRAM_MODE_OCT\n- CONFIG_BOOTLOADER_CACHE_32BIT_ADDR_QUAD_FLASH\n- CONFIG_ESP_WIFI_EAP_TLS1_3\n- CONFIG_ESP_WIFI_ENABLE_ROAMING_APP\n- CONFIG_USB_HOST_EXT_PORT_SUPPORT_LS\n- CONFIG_USB_HOST_EXT_PORT_RESET_ATTEMPTS", - "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/ESP-IDF_mqtt-ssl/build/bootloader/config/sdkconfig.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/config/sdkconfig.cmake deleted file mode 100644 index 131b1de98..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/config/sdkconfig.cmake +++ /dev/null @@ -1,754 +0,0 @@ -# - # Automatically generated file. DO NOT EDIT. - # Espressif IoT Development Framework (ESP-IDF) Configuration cmake include file - # -set(CONFIG_SOC_ADC_SUPPORTED "y") -set(CONFIG_SOC_DEDICATED_GPIO_SUPPORTED "y") -set(CONFIG_SOC_UART_SUPPORTED "y") -set(CONFIG_SOC_GDMA_SUPPORTED "y") -set(CONFIG_SOC_AHB_GDMA_SUPPORTED "y") -set(CONFIG_SOC_GPTIMER_SUPPORTED "y") -set(CONFIG_SOC_TWAI_SUPPORTED "y") -set(CONFIG_SOC_BT_SUPPORTED "y") -set(CONFIG_SOC_ASYNC_MEMCPY_SUPPORTED "y") -set(CONFIG_SOC_USB_SERIAL_JTAG_SUPPORTED "y") -set(CONFIG_SOC_TEMP_SENSOR_SUPPORTED "y") -set(CONFIG_SOC_XT_WDT_SUPPORTED "y") -set(CONFIG_SOC_PHY_SUPPORTED "y") -set(CONFIG_SOC_WIFI_SUPPORTED "y") -set(CONFIG_SOC_SUPPORTS_SECURE_DL_MODE "y") -set(CONFIG_SOC_EFUSE_KEY_PURPOSE_FIELD "y") -set(CONFIG_SOC_EFUSE_HAS_EFUSE_RST_BUG "y") -set(CONFIG_SOC_EFUSE_SUPPORTED "y") -set(CONFIG_SOC_RTC_FAST_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_SYSTIMER_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_HMAC_SUPPORTED "y") -set(CONFIG_SOC_DIG_SIGN_SUPPORTED "y") -set(CONFIG_SOC_FLASH_ENC_SUPPORTED "y") -set(CONFIG_SOC_SECURE_BOOT_SUPPORTED "y") -set(CONFIG_SOC_MEMPROT_SUPPORTED "y") -set(CONFIG_SOC_BOD_SUPPORTED "y") -set(CONFIG_SOC_CLK_TREE_SUPPORTED "y") -set(CONFIG_SOC_ASSIST_DEBUG_SUPPORTED "y") -set(CONFIG_SOC_WDT_SUPPORTED "y") -set(CONFIG_SOC_SPI_FLASH_SUPPORTED "y") -set(CONFIG_SOC_RNG_SUPPORTED "y") -set(CONFIG_SOC_LIGHT_SLEEP_SUPPORTED "y") -set(CONFIG_SOC_DEEP_SLEEP_SUPPORTED "y") -set(CONFIG_SOC_LP_PERIPH_SHARE_INTERRUPT "y") -set(CONFIG_SOC_PM_SUPPORTED "y") -set(CONFIG_SOC_XTAL_SUPPORT_40M "y") -set(CONFIG_SOC_AES_SUPPORT_DMA "y") -set(CONFIG_SOC_AES_GDMA "y") -set(CONFIG_SOC_AES_SUPPORT_AES_128 "y") -set(CONFIG_SOC_AES_SUPPORT_AES_256 "y") -set(CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED "y") -set(CONFIG_SOC_ADC_ARBITER_SUPPORTED "y") -set(CONFIG_SOC_ADC_DIG_IIR_FILTER_SUPPORTED "y") -set(CONFIG_SOC_ADC_MONITOR_SUPPORTED "y") -set(CONFIG_SOC_ADC_DMA_SUPPORTED "y") -set(CONFIG_SOC_ADC_PERIPH_NUM "2") -set(CONFIG_SOC_ADC_MAX_CHANNEL_NUM "5") -set(CONFIG_SOC_ADC_ATTEN_NUM "4") -set(CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM "1") -set(CONFIG_SOC_ADC_PATT_LEN_MAX "8") -set(CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH "12") -set(CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH "12") -set(CONFIG_SOC_ADC_DIGI_RESULT_BYTES "4") -set(CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV "4") -set(CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM "2") -set(CONFIG_SOC_ADC_DIGI_MONITOR_NUM "2") -set(CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH "83333") -set(CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW "611") -set(CONFIG_SOC_ADC_RTC_MIN_BITWIDTH "12") -set(CONFIG_SOC_ADC_RTC_MAX_BITWIDTH "12") -set(CONFIG_SOC_ADC_CALIBRATION_V1_SUPPORTED "y") -set(CONFIG_SOC_ADC_SELF_HW_CALI_SUPPORTED "y") -set(CONFIG_SOC_ADC_SHARED_POWER "y") -set(CONFIG_SOC_APB_BACKUP_DMA "y") -set(CONFIG_SOC_BROWNOUT_RESET_SUPPORTED "y") -set(CONFIG_SOC_SHARED_IDCACHE_SUPPORTED "y") -set(CONFIG_SOC_CACHE_MEMORY_IBANK_SIZE "0x4000") -set(CONFIG_SOC_CPU_CORES_NUM "1") -set(CONFIG_SOC_CPU_INTR_NUM "32") -set(CONFIG_SOC_CPU_HAS_FLEXIBLE_INTC "y") -set(CONFIG_SOC_CPU_HAS_CSR_PC "y") -set(CONFIG_SOC_CPU_BREAKPOINTS_NUM "8") -set(CONFIG_SOC_CPU_WATCHPOINTS_NUM "8") -set(CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE "0x80000000") -set(CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN "3072") -set(CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH "16") -set(CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US "1100") -set(CONFIG_SOC_AHB_GDMA_VERSION "1") -set(CONFIG_SOC_GDMA_NUM_GROUPS_MAX "1") -set(CONFIG_SOC_GDMA_PAIRS_PER_GROUP_MAX "3") -set(CONFIG_SOC_GPIO_PORT "1") -set(CONFIG_SOC_GPIO_PIN_COUNT "22") -set(CONFIG_SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER "y") -set(CONFIG_SOC_GPIO_FILTER_CLK_SUPPORT_APB "y") -set(CONFIG_SOC_GPIO_SUPPORT_FORCE_HOLD "y") -set(CONFIG_SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP "y") -set(CONFIG_SOC_GPIO_IN_RANGE_MAX "21") -set(CONFIG_SOC_GPIO_OUT_RANGE_MAX "21") -set(CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK "0") -set(CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT "6") -set(CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK "0x3fffc0") -set(CONFIG_SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX "y") -set(CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM "3") -set(CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP "y") -set(CONFIG_SOC_DEDIC_GPIO_OUT_CHANNELS_NUM "8") -set(CONFIG_SOC_DEDIC_GPIO_IN_CHANNELS_NUM "8") -set(CONFIG_SOC_DEDIC_PERIPH_ALWAYS_ENABLE "y") -set(CONFIG_SOC_I2C_NUM "1") -set(CONFIG_SOC_HP_I2C_NUM "1") -set(CONFIG_SOC_I2C_FIFO_LEN "32") -set(CONFIG_SOC_I2C_CMD_REG_NUM "8") -set(CONFIG_SOC_I2C_SUPPORT_SLAVE "y") -set(CONFIG_SOC_I2C_SUPPORT_HW_CLR_BUS "y") -set(CONFIG_SOC_I2C_SUPPORT_XTAL "y") -set(CONFIG_SOC_I2C_SUPPORT_RTC "y") -set(CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR "y") -set(CONFIG_SOC_I2C_SLAVE_SUPPORT_BROADCAST "y") -set(CONFIG_SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE "y") -set(CONFIG_SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS "y") -set(CONFIG_SOC_I2S_NUM "1") -set(CONFIG_SOC_I2S_HW_VERSION_2 "y") -set(CONFIG_SOC_I2S_SUPPORTS_XTAL "y") -set(CONFIG_SOC_I2S_SUPPORTS_PLL_F160M "y") -set(CONFIG_SOC_I2S_SUPPORTS_PCM "y") -set(CONFIG_SOC_I2S_SUPPORTS_PDM "y") -set(CONFIG_SOC_I2S_SUPPORTS_PDM_TX "y") -set(CONFIG_SOC_I2S_PDM_MAX_TX_LINES "2") -set(CONFIG_SOC_I2S_SUPPORTS_TDM "y") -set(CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK "y") -set(CONFIG_SOC_LEDC_SUPPORT_XTAL_CLOCK "y") -set(CONFIG_SOC_LEDC_TIMER_NUM "4") -set(CONFIG_SOC_LEDC_CHANNEL_NUM "6") -set(CONFIG_SOC_LEDC_TIMER_BIT_WIDTH "14") -set(CONFIG_SOC_LEDC_SUPPORT_FADE_STOP "y") -set(CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM "1") -set(CONFIG_SOC_MMU_PERIPH_NUM "1") -set(CONFIG_SOC_MPU_MIN_REGION_SIZE "0x20000000") -set(CONFIG_SOC_MPU_REGIONS_MAX_NUM "8") -set(CONFIG_SOC_RMT_GROUPS "1") -set(CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP "2") -set(CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP "2") -set(CONFIG_SOC_RMT_CHANNELS_PER_GROUP "4") -set(CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL "48") -set(CONFIG_SOC_RMT_SUPPORT_RX_PINGPONG "y") -set(CONFIG_SOC_RMT_SUPPORT_RX_DEMODULATION "y") -set(CONFIG_SOC_RMT_SUPPORT_TX_ASYNC_STOP "y") -set(CONFIG_SOC_RMT_SUPPORT_TX_LOOP_COUNT "y") -set(CONFIG_SOC_RMT_SUPPORT_TX_SYNCHRO "y") -set(CONFIG_SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY "y") -set(CONFIG_SOC_RMT_SUPPORT_XTAL "y") -set(CONFIG_SOC_RMT_SUPPORT_APB "y") -set(CONFIG_SOC_RMT_SUPPORT_RC_FAST "y") -set(CONFIG_SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH "128") -set(CONFIG_SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM "108") -set(CONFIG_SOC_SLEEP_SYSTIMER_STALL_WORKAROUND "y") -set(CONFIG_SOC_SLEEP_TGWDT_STOP_WORKAROUND "y") -set(CONFIG_SOC_RTCIO_PIN_COUNT "0") -set(CONFIG_SOC_MPI_MEM_BLOCKS_NUM "4") -set(CONFIG_SOC_MPI_OPERATIONS_NUM "3") -set(CONFIG_SOC_RSA_MAX_BIT_LEN "3072") -set(CONFIG_SOC_SHA_DMA_MAX_BUFFER_SIZE "3968") -set(CONFIG_SOC_SHA_SUPPORT_DMA "y") -set(CONFIG_SOC_SHA_SUPPORT_RESUME "y") -set(CONFIG_SOC_SHA_GDMA "y") -set(CONFIG_SOC_SHA_SUPPORT_SHA1 "y") -set(CONFIG_SOC_SHA_SUPPORT_SHA224 "y") -set(CONFIG_SOC_SHA_SUPPORT_SHA256 "y") -set(CONFIG_SOC_SDM_GROUPS "1") -set(CONFIG_SOC_SDM_CHANNELS_PER_GROUP "4") -set(CONFIG_SOC_SDM_CLK_SUPPORT_APB "y") -set(CONFIG_SOC_SPI_PERIPH_NUM "2") -set(CONFIG_SOC_SPI_MAX_CS_NUM "6") -set(CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE "64") -set(CONFIG_SOC_SPI_SUPPORT_DDRCLK "y") -set(CONFIG_SOC_SPI_SLAVE_SUPPORT_SEG_TRANS "y") -set(CONFIG_SOC_SPI_SUPPORT_CD_SIG "y") -set(CONFIG_SOC_SPI_SUPPORT_CONTINUOUS_TRANS "y") -set(CONFIG_SOC_SPI_SUPPORT_SLAVE_HD_VER2 "y") -set(CONFIG_SOC_SPI_SUPPORT_CLK_APB "y") -set(CONFIG_SOC_SPI_SUPPORT_CLK_XTAL "y") -set(CONFIG_SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT "y") -set(CONFIG_SOC_SPI_SCT_SUPPORTED "y") -set(CONFIG_SOC_SPI_SCT_REG_NUM "14") -set(CONFIG_SOC_SPI_SCT_BUFFER_NUM_MAX "y") -set(CONFIG_SOC_SPI_SCT_CONF_BITLEN_MAX "0x3fffa") -set(CONFIG_SOC_MEMSPI_IS_INDEPENDENT "y") -set(CONFIG_SOC_SPI_MAX_PRE_DIVIDER "16") -set(CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE "y") -set(CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND "y") -set(CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_RESUME "y") -set(CONFIG_SOC_SPI_MEM_SUPPORT_IDLE_INTR "y") -set(CONFIG_SOC_SPI_MEM_SUPPORT_SW_SUSPEND "y") -set(CONFIG_SOC_SPI_MEM_SUPPORT_CHECK_SUS "y") -set(CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE "y") -set(CONFIG_SOC_SPI_MEM_SUPPORT_WRAP "y") -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_SYSTIMER_COUNTER_NUM "2") -set(CONFIG_SOC_SYSTIMER_ALARM_NUM "3") -set(CONFIG_SOC_SYSTIMER_BIT_WIDTH_LO "32") -set(CONFIG_SOC_SYSTIMER_BIT_WIDTH_HI "20") -set(CONFIG_SOC_SYSTIMER_FIXED_DIVIDER "y") -set(CONFIG_SOC_SYSTIMER_INT_LEVEL "y") -set(CONFIG_SOC_SYSTIMER_ALARM_MISS_COMPENSATE "y") -set(CONFIG_SOC_TIMER_GROUPS "2") -set(CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP "1") -set(CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH "54") -set(CONFIG_SOC_TIMER_GROUP_SUPPORT_XTAL "y") -set(CONFIG_SOC_TIMER_GROUP_SUPPORT_APB "y") -set(CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS "2") -set(CONFIG_SOC_MWDT_SUPPORT_XTAL "y") -set(CONFIG_SOC_TWAI_CONTROLLER_NUM "1") -set(CONFIG_SOC_TWAI_CLK_SUPPORT_APB "y") -set(CONFIG_SOC_TWAI_BRP_MIN "2") -set(CONFIG_SOC_TWAI_BRP_MAX "16384") -set(CONFIG_SOC_TWAI_SUPPORTS_RX_STATUS "y") -set(CONFIG_SOC_EFUSE_DIS_DOWNLOAD_ICACHE "y") -set(CONFIG_SOC_EFUSE_DIS_PAD_JTAG "y") -set(CONFIG_SOC_EFUSE_DIS_USB_JTAG "y") -set(CONFIG_SOC_EFUSE_DIS_DIRECT_BOOT "y") -set(CONFIG_SOC_EFUSE_SOFT_DIS_JTAG "y") -set(CONFIG_SOC_EFUSE_DIS_ICACHE "y") -set(CONFIG_SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK "y") -set(CONFIG_SOC_SECURE_BOOT_V2_RSA "y") -set(CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS "3") -set(CONFIG_SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS "y") -set(CONFIG_SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY "y") -set(CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX "32") -set(CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES "y") -set(CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES_128 "y") -set(CONFIG_SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE "16") -set(CONFIG_SOC_MEMPROT_MEM_ALIGN_SIZE "512") -set(CONFIG_SOC_UART_NUM "2") -set(CONFIG_SOC_UART_HP_NUM "2") -set(CONFIG_SOC_UART_FIFO_LEN "128") -set(CONFIG_SOC_UART_BITRATE_MAX "5000000") -set(CONFIG_SOC_UART_SUPPORT_APB_CLK "y") -set(CONFIG_SOC_UART_SUPPORT_RTC_CLK "y") -set(CONFIG_SOC_UART_SUPPORT_XTAL_CLK "y") -set(CONFIG_SOC_UART_SUPPORT_WAKEUP_INT "y") -set(CONFIG_SOC_UART_SUPPORT_FSM_TX_WAIT_SEND "y") -set(CONFIG_SOC_COEX_HW_PTI "y") -set(CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE "21") -set(CONFIG_SOC_MAC_BB_PD_MEM_SIZE "192") -set(CONFIG_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH "12") -set(CONFIG_SOC_PM_SUPPORT_WIFI_WAKEUP "y") -set(CONFIG_SOC_PM_SUPPORT_BT_WAKEUP "y") -set(CONFIG_SOC_PM_SUPPORT_CPU_PD "y") -set(CONFIG_SOC_PM_SUPPORT_WIFI_PD "y") -set(CONFIG_SOC_PM_SUPPORT_BT_PD "y") -set(CONFIG_SOC_PM_SUPPORT_RC_FAST_PD "y") -set(CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD "y") -set(CONFIG_SOC_PM_SUPPORT_MAC_BB_PD "y") -set(CONFIG_SOC_PM_CPU_RETENTION_BY_RTCCNTL "y") -set(CONFIG_SOC_PM_MODEM_RETENTION_BY_BACKUPDMA "y") -set(CONFIG_SOC_PM_MODEM_PD_BY_SW "y") -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_TEMPERATURE_SENSOR_SUPPORT_FAST_RC "y") -set(CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL "y") -set(CONFIG_SOC_WIFI_HW_TSF "y") -set(CONFIG_SOC_WIFI_FTM_SUPPORT "y") -set(CONFIG_SOC_WIFI_GCMP_SUPPORT "y") -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_PHY_NEEDS_USB_WORKAROUND "y") -set(CONFIG_SOC_BLE_SUPPORTED "y") -set(CONFIG_SOC_BLE_MESH_SUPPORTED "y") -set(CONFIG_SOC_BLE_50_SUPPORTED "y") -set(CONFIG_SOC_BLE_DEVICE_PRIVACY_SUPPORTED "y") -set(CONFIG_SOC_BLUFI_SUPPORTED "y") -set(CONFIG_SOC_PHY_COMBO_MODULE "y") -set(CONFIG_IDF_CMAKE "y") -set(CONFIG_IDF_TOOLCHAIN "gcc") -set(CONFIG_IDF_TOOLCHAIN_GCC "y") -set(CONFIG_IDF_TARGET_ARCH_RISCV "y") -set(CONFIG_IDF_TARGET_ARCH "riscv") -set(CONFIG_IDF_TARGET "esp32c3") -set(CONFIG_IDF_INIT_VERSION "5.4.1") -set(CONFIG_IDF_TARGET_ESP32C3 "y") -set(CONFIG_IDF_FIRMWARE_CHIP_ID "0x5") -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_BOOTLOADER_COMPILE_TIME_DATE "y") -set(CONFIG_BOOTLOADER_PROJECT_VER "1") -set(CONFIG_BOOTLOADER_OFFSET_IN_FLASH "0x0") -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_LOG_COLORS "") -set(CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS "y") -set(CONFIG_BOOTLOADER_FLASH_DC_AWARE "") -set(CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT "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_V2_RSA_SUPPORTED "y") -set(CONFIG_SECURE_BOOT_V2_PREFERRED "y") -set(CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT "") -set(CONFIG_SECURE_BOOT "") -set(CONFIG_SECURE_FLASH_ENC_ENABLED "") -set(CONFIG_SECURE_ROM_DL_MODE_ENABLED "y") -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 "9") -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_UART_CLK_IS_XTAL "y") -set(CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM "3") -set(CONFIG_ESP_ROM_HAS_RETARGETABLE_LOCKING "y") -set(CONFIG_ESP_ROM_HAS_ERASE_0_REGION_BUG "y") -set(CONFIG_ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV "y") -set(CONFIG_ESP_ROM_GET_CLK_FREQ "y") -set(CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND "y") -set(CONFIG_ESP_ROM_HAS_LAYOUT_TABLE "y") -set(CONFIG_ESP_ROM_HAS_SPI_FLASH "y") -set(CONFIG_ESP_ROM_HAS_ETS_PRINTF_BUG "y") -set(CONFIG_ESP_ROM_HAS_NEWLIB "y") -set(CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT "y") -set(CONFIG_ESP_ROM_HAS_NEWLIB_32BIT_TIME "y") -set(CONFIG_ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE "y") -set(CONFIG_ESP_ROM_RAM_APP_NEEDS_MMU_INIT "y") -set(CONFIG_ESP_ROM_HAS_SW_FLOAT "y") -set(CONFIG_ESP_ROM_USB_OTG_NUM "-1") -set(CONFIG_ESP_ROM_HAS_VERSION "y") -set(CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB "y") -set(CONFIG_BOOT_ROM_LOG_ALWAYS_ON "y") -set(CONFIG_BOOT_ROM_LOG_ALWAYS_OFF "") -set(CONFIG_BOOT_ROM_LOG_ON_GPIO_HIGH "") -set(CONFIG_BOOT_ROM_LOG_ON_GPIO_LOW "") -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 "y") -set(CONFIG_ESPTOOLPY_FLASHFREQ_40M "") -set(CONFIG_ESPTOOLPY_FLASHFREQ_26M "") -set(CONFIG_ESPTOOLPY_FLASHFREQ_20M "") -set(CONFIG_ESPTOOLPY_FLASHFREQ "80m") -set(CONFIG_ESPTOOLPY_FLASHSIZE_1MB "") -set(CONFIG_ESPTOOLPY_FLASHSIZE_2MB "y") -set(CONFIG_ESPTOOLPY_FLASHSIZE_4MB "") -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 "2MB") -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 "y") -set(CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE "") -set(CONFIG_PARTITION_TABLE_TWO_OTA "") -set(CONFIG_PARTITION_TABLE_TWO_OTA_LARGE "") -set(CONFIG_PARTITION_TABLE_CUSTOM "") -set(CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv") -set(CONFIG_PARTITION_TABLE_FILENAME "partitions_singleapp.csv") -set(CONFIG_PARTITION_TABLE_OFFSET "0x8000") -set(CONFIG_PARTITION_TABLE_MD5 "y") -set(CONFIG_COMPILER_OPTIMIZATION_DEBUG "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_ASSERT_NDEBUG_EVALUATE "y") -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_NO_MERGE_CONSTANTS "") -set(CONFIG_COMPILER_WARN_WRITE_STRINGS "") -set(CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS "") -set(CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS "y") -set(CONFIG_COMPILER_DISABLE_GCC12_WARNINGS "") -set(CONFIG_COMPILER_DISABLE_GCC13_WARNINGS "") -set(CONFIG_COMPILER_DISABLE_GCC14_WARNINGS "") -set(CONFIG_COMPILER_DUMP_RTL_FILES "") -set(CONFIG_COMPILER_RT_LIB_GCCLIB "y") -set(CONFIG_COMPILER_RT_LIB_NAME "gcc") -set(CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING "y") -set(CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE "") -set(CONFIG_COMPILER_STATIC_ANALYZER "") -set(CONFIG_EFUSE_CUSTOM_TABLE "") -set(CONFIG_EFUSE_VIRTUAL "") -set(CONFIG_EFUSE_MAX_BLK_LEN "256") -set(CONFIG_ESP_ERR_TO_NAME_LOOKUP "y") -set(CONFIG_ESP32C3_REV_MIN_0 "") -set(CONFIG_ESP32C3_REV_MIN_1 "") -set(CONFIG_ESP32C3_REV_MIN_2 "") -set(CONFIG_ESP32C3_REV_MIN_3 "y") -set(CONFIG_ESP32C3_REV_MIN_4 "") -set(CONFIG_ESP32C3_REV_MIN_101 "") -set(CONFIG_ESP32C3_REV_MIN_FULL "3") -set(CONFIG_ESP_REV_MIN_FULL "3") -set(CONFIG_ESP32C3_REV_MAX_FULL "199") -set(CONFIG_ESP_REV_MAX_FULL "199") -set(CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL "0") -set(CONFIG_ESP_EFUSE_BLOCK_REV_MAX_FULL "199") -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_ESP_MAC_UNIVERSAL_MAC_ADDRESSES "4") -set(CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_TWO "") -set(CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR "y") -set(CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES "4") -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_GPIO_RESET_WORKAROUND "y") -set(CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY "0") -set(CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION "") -set(CONFIG_ESP_SLEEP_DEBUG "") -set(CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS "y") -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_GDMA_CTRL_FUNC_IN_IRAM "y") -set(CONFIG_GDMA_ISR_IRAM_SAFE "") -set(CONFIG_GDMA_ENABLE_DEBUG_LOG "") -set(CONFIG_XTAL_FREQ_40 "y") -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 "160") -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_REBOOT_DELAY_SECONDS "0") -set(CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE "y") -set(CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK "y") -set(CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP "y") -set(CONFIG_ESP_SYSTEM_USE_EH_FRAME "") -set(CONFIG_ESP_SYSTEM_MEMPROT_FEATURE "y") -set(CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_LOCK "y") -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_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_USB_SERIAL_JTAG "") -set(CONFIG_ESP_CONSOLE_UART_CUSTOM "") -set(CONFIG_ESP_CONSOLE_NONE "") -set(CONFIG_ESP_CONSOLE_SECONDARY_NONE "") -set(CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG "y") -set(CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED "y") -set(CONFIG_ESP_CONSOLE_UART "y") -set(CONFIG_ESP_CONSOLE_UART_NUM "0") -set(CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_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_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_PANIC_HANDLER_IRAM "") -set(CONFIG_ESP_DEBUG_STUBS_ENABLE "") -set(CONFIG_ESP_DEBUG_OCDAWARE "y") -set(CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4 "y") -set(CONFIG_ESP_BROWNOUT_DET "y") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 "y") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6 "") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5 "") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4 "") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3 "") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2 "") -set(CONFIG_ESP_BROWNOUT_DET_LVL "7") -set(CONFIG_ESP_SYSTEM_BROWNOUT_INTR "y") -set(CONFIG_ESP_SYSTEM_HW_STACK_GUARD "y") -set(CONFIG_ESP_SYSTEM_HW_PC_RECORD "y") -set(CONFIG_ESP_IPC_TASK_STACK_SIZE "1024") -set(CONFIG_FREERTOS_SMP "") -set(CONFIG_FREERTOS_UNICORE "y") -set(CONFIG_FREERTOS_HZ "100") -set(CONFIG_FREERTOS_OPTIMIZED_SCHEDULER "y") -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_USE_TIMERS "y") -set(CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME "Tmr Svc") -set(CONFIG_FREERTOS_TIMER_TASK_AFFINITY_CPU0 "") -set(CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY "y") -set(CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY "0x7fffffff") -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_USE_LIST_DATA_INTEGRITY_CHECK_BYTES "") -set(CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS "") -set(CONFIG_FREERTOS_USE_APPLICATION_TASK_TAG "") -set(CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER "y") -set(CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK "") -set(CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS "y") -set(CONFIG_FREERTOS_TASK_PRE_DELETION_HOOK "") -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_TICK_SUPPORT_SYSTIMER "y") -set(CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1 "y") -set(CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL3 "") -set(CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER "y") -set(CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH "") -set(CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE "") -set(CONFIG_FREERTOS_PORT "y") -set(CONFIG_FREERTOS_NO_AFFINITY "0x7fffffff") -set(CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION "y") -set(CONFIG_FREERTOS_DEBUG_OCDAWARE "y") -set(CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT "y") -set(CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH "y") -set(CONFIG_FREERTOS_NUMBER_OF_CORES "1") -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_ECDSA_GEN_SIG_CM "") -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_MASTER_LEVEL "") -set(CONFIG_LOG_DYNAMIC_LEVEL_CONTROL "y") -set(CONFIG_LOG_TAG_LEVEL_IMPL_NONE "") -set(CONFIG_LOG_TAG_LEVEL_IMPL_LINKED_LIST "") -set(CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST "y") -set(CONFIG_LOG_TAG_LEVEL_CACHE_ARRAY "") -set(CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP "y") -set(CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE "31") -set(CONFIG_LOG_COLORS "") -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_AUTO_SUSPEND "") -set(CONFIG_SPI_FLASH_SUSPEND_TSUS_VAL_US "50") -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_ROM_IMPL "") -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_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_VENDOR_BOYA_SUPPORTED "y") -set(CONFIG_SPI_FLASH_VENDOR_TH_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 "y") -set(CONFIG_SPI_FLASH_SUPPORT_TH_CHIP "y") -set(CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE "y") -set(CONFIG_IDF_EXPERIMENTAL_FEATURES "") -set(CONFIGS_LIST CONFIG_SOC_ADC_SUPPORTED;CONFIG_SOC_DEDICATED_GPIO_SUPPORTED;CONFIG_SOC_UART_SUPPORTED;CONFIG_SOC_GDMA_SUPPORTED;CONFIG_SOC_AHB_GDMA_SUPPORTED;CONFIG_SOC_GPTIMER_SUPPORTED;CONFIG_SOC_TWAI_SUPPORTED;CONFIG_SOC_BT_SUPPORTED;CONFIG_SOC_ASYNC_MEMCPY_SUPPORTED;CONFIG_SOC_USB_SERIAL_JTAG_SUPPORTED;CONFIG_SOC_TEMP_SENSOR_SUPPORTED;CONFIG_SOC_XT_WDT_SUPPORTED;CONFIG_SOC_PHY_SUPPORTED;CONFIG_SOC_WIFI_SUPPORTED;CONFIG_SOC_SUPPORTS_SECURE_DL_MODE;CONFIG_SOC_EFUSE_KEY_PURPOSE_FIELD;CONFIG_SOC_EFUSE_HAS_EFUSE_RST_BUG;CONFIG_SOC_EFUSE_SUPPORTED;CONFIG_SOC_RTC_FAST_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_SYSTIMER_SUPPORTED;CONFIG_SOC_SUPPORT_COEXISTENCE;CONFIG_SOC_AES_SUPPORTED;CONFIG_SOC_MPI_SUPPORTED;CONFIG_SOC_SHA_SUPPORTED;CONFIG_SOC_HMAC_SUPPORTED;CONFIG_SOC_DIG_SIGN_SUPPORTED;CONFIG_SOC_FLASH_ENC_SUPPORTED;CONFIG_SOC_SECURE_BOOT_SUPPORTED;CONFIG_SOC_MEMPROT_SUPPORTED;CONFIG_SOC_BOD_SUPPORTED;CONFIG_SOC_CLK_TREE_SUPPORTED;CONFIG_SOC_ASSIST_DEBUG_SUPPORTED;CONFIG_SOC_WDT_SUPPORTED;CONFIG_SOC_SPI_FLASH_SUPPORTED;CONFIG_SOC_RNG_SUPPORTED;CONFIG_SOC_LIGHT_SLEEP_SUPPORTED;CONFIG_SOC_DEEP_SLEEP_SUPPORTED;CONFIG_SOC_LP_PERIPH_SHARE_INTERRUPT;CONFIG_SOC_PM_SUPPORTED;CONFIG_SOC_XTAL_SUPPORT_40M;CONFIG_SOC_AES_SUPPORT_DMA;CONFIG_SOC_AES_GDMA;CONFIG_SOC_AES_SUPPORT_AES_128;CONFIG_SOC_AES_SUPPORT_AES_256;CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED;CONFIG_SOC_ADC_ARBITER_SUPPORTED;CONFIG_SOC_ADC_DIG_IIR_FILTER_SUPPORTED;CONFIG_SOC_ADC_MONITOR_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_DIGI_IIR_FILTER_NUM;CONFIG_SOC_ADC_DIGI_MONITOR_NUM;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_ADC_CALIBRATION_V1_SUPPORTED;CONFIG_SOC_ADC_SELF_HW_CALI_SUPPORTED;CONFIG_SOC_ADC_SHARED_POWER;CONFIG_SOC_APB_BACKUP_DMA;CONFIG_SOC_BROWNOUT_RESET_SUPPORTED;CONFIG_SOC_SHARED_IDCACHE_SUPPORTED;CONFIG_SOC_CACHE_MEMORY_IBANK_SIZE;CONFIG_SOC_CPU_CORES_NUM;CONFIG_SOC_CPU_INTR_NUM;CONFIG_SOC_CPU_HAS_FLEXIBLE_INTC;CONFIG_SOC_CPU_HAS_CSR_PC;CONFIG_SOC_CPU_BREAKPOINTS_NUM;CONFIG_SOC_CPU_WATCHPOINTS_NUM;CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE;CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN;CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH;CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US;CONFIG_SOC_AHB_GDMA_VERSION;CONFIG_SOC_GDMA_NUM_GROUPS_MAX;CONFIG_SOC_GDMA_PAIRS_PER_GROUP_MAX;CONFIG_SOC_GPIO_PORT;CONFIG_SOC_GPIO_PIN_COUNT;CONFIG_SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER;CONFIG_SOC_GPIO_FILTER_CLK_SUPPORT_APB;CONFIG_SOC_GPIO_SUPPORT_FORCE_HOLD;CONFIG_SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP;CONFIG_SOC_GPIO_IN_RANGE_MAX;CONFIG_SOC_GPIO_OUT_RANGE_MAX;CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK;CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT;CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK;CONFIG_SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX;CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM;CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP;CONFIG_SOC_DEDIC_GPIO_OUT_CHANNELS_NUM;CONFIG_SOC_DEDIC_GPIO_IN_CHANNELS_NUM;CONFIG_SOC_DEDIC_PERIPH_ALWAYS_ENABLE;CONFIG_SOC_I2C_NUM;CONFIG_SOC_HP_I2C_NUM;CONFIG_SOC_I2C_FIFO_LEN;CONFIG_SOC_I2C_CMD_REG_NUM;CONFIG_SOC_I2C_SUPPORT_SLAVE;CONFIG_SOC_I2C_SUPPORT_HW_CLR_BUS;CONFIG_SOC_I2C_SUPPORT_XTAL;CONFIG_SOC_I2C_SUPPORT_RTC;CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR;CONFIG_SOC_I2C_SLAVE_SUPPORT_BROADCAST;CONFIG_SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE;CONFIG_SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS;CONFIG_SOC_I2S_NUM;CONFIG_SOC_I2S_HW_VERSION_2;CONFIG_SOC_I2S_SUPPORTS_XTAL;CONFIG_SOC_I2S_SUPPORTS_PLL_F160M;CONFIG_SOC_I2S_SUPPORTS_PCM;CONFIG_SOC_I2S_SUPPORTS_PDM;CONFIG_SOC_I2S_SUPPORTS_PDM_TX;CONFIG_SOC_I2S_PDM_MAX_TX_LINES;CONFIG_SOC_I2S_SUPPORTS_TDM;CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK;CONFIG_SOC_LEDC_SUPPORT_XTAL_CLOCK;CONFIG_SOC_LEDC_TIMER_NUM;CONFIG_SOC_LEDC_CHANNEL_NUM;CONFIG_SOC_LEDC_TIMER_BIT_WIDTH;CONFIG_SOC_LEDC_SUPPORT_FADE_STOP;CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM;CONFIG_SOC_MMU_PERIPH_NUM;CONFIG_SOC_MPU_MIN_REGION_SIZE;CONFIG_SOC_MPU_REGIONS_MAX_NUM;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_RX_PINGPONG;CONFIG_SOC_RMT_SUPPORT_RX_DEMODULATION;CONFIG_SOC_RMT_SUPPORT_TX_ASYNC_STOP;CONFIG_SOC_RMT_SUPPORT_TX_LOOP_COUNT;CONFIG_SOC_RMT_SUPPORT_TX_SYNCHRO;CONFIG_SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY;CONFIG_SOC_RMT_SUPPORT_XTAL;CONFIG_SOC_RMT_SUPPORT_APB;CONFIG_SOC_RMT_SUPPORT_RC_FAST;CONFIG_SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH;CONFIG_SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM;CONFIG_SOC_SLEEP_SYSTIMER_STALL_WORKAROUND;CONFIG_SOC_SLEEP_TGWDT_STOP_WORKAROUND;CONFIG_SOC_RTCIO_PIN_COUNT;CONFIG_SOC_MPI_MEM_BLOCKS_NUM;CONFIG_SOC_MPI_OPERATIONS_NUM;CONFIG_SOC_RSA_MAX_BIT_LEN;CONFIG_SOC_SHA_DMA_MAX_BUFFER_SIZE;CONFIG_SOC_SHA_SUPPORT_DMA;CONFIG_SOC_SHA_SUPPORT_RESUME;CONFIG_SOC_SHA_GDMA;CONFIG_SOC_SHA_SUPPORT_SHA1;CONFIG_SOC_SHA_SUPPORT_SHA224;CONFIG_SOC_SHA_SUPPORT_SHA256;CONFIG_SOC_SDM_GROUPS;CONFIG_SOC_SDM_CHANNELS_PER_GROUP;CONFIG_SOC_SDM_CLK_SUPPORT_APB;CONFIG_SOC_SPI_PERIPH_NUM;CONFIG_SOC_SPI_MAX_CS_NUM;CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE;CONFIG_SOC_SPI_SUPPORT_DDRCLK;CONFIG_SOC_SPI_SLAVE_SUPPORT_SEG_TRANS;CONFIG_SOC_SPI_SUPPORT_CD_SIG;CONFIG_SOC_SPI_SUPPORT_CONTINUOUS_TRANS;CONFIG_SOC_SPI_SUPPORT_SLAVE_HD_VER2;CONFIG_SOC_SPI_SUPPORT_CLK_APB;CONFIG_SOC_SPI_SUPPORT_CLK_XTAL;CONFIG_SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT;CONFIG_SOC_SPI_SCT_SUPPORTED;CONFIG_SOC_SPI_SCT_REG_NUM;CONFIG_SOC_SPI_SCT_BUFFER_NUM_MAX;CONFIG_SOC_SPI_SCT_CONF_BITLEN_MAX;CONFIG_SOC_MEMSPI_IS_INDEPENDENT;CONFIG_SOC_SPI_MAX_PRE_DIVIDER;CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE;CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND;CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_RESUME;CONFIG_SOC_SPI_MEM_SUPPORT_IDLE_INTR;CONFIG_SOC_SPI_MEM_SUPPORT_SW_SUSPEND;CONFIG_SOC_SPI_MEM_SUPPORT_CHECK_SUS;CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE;CONFIG_SOC_SPI_MEM_SUPPORT_WRAP;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_SYSTIMER_COUNTER_NUM;CONFIG_SOC_SYSTIMER_ALARM_NUM;CONFIG_SOC_SYSTIMER_BIT_WIDTH_LO;CONFIG_SOC_SYSTIMER_BIT_WIDTH_HI;CONFIG_SOC_SYSTIMER_FIXED_DIVIDER;CONFIG_SOC_SYSTIMER_INT_LEVEL;CONFIG_SOC_SYSTIMER_ALARM_MISS_COMPENSATE;CONFIG_SOC_TIMER_GROUPS;CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP;CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH;CONFIG_SOC_TIMER_GROUP_SUPPORT_XTAL;CONFIG_SOC_TIMER_GROUP_SUPPORT_APB;CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS;CONFIG_SOC_MWDT_SUPPORT_XTAL;CONFIG_SOC_TWAI_CONTROLLER_NUM;CONFIG_SOC_TWAI_CLK_SUPPORT_APB;CONFIG_SOC_TWAI_BRP_MIN;CONFIG_SOC_TWAI_BRP_MAX;CONFIG_SOC_TWAI_SUPPORTS_RX_STATUS;CONFIG_SOC_EFUSE_DIS_DOWNLOAD_ICACHE;CONFIG_SOC_EFUSE_DIS_PAD_JTAG;CONFIG_SOC_EFUSE_DIS_USB_JTAG;CONFIG_SOC_EFUSE_DIS_DIRECT_BOOT;CONFIG_SOC_EFUSE_SOFT_DIS_JTAG;CONFIG_SOC_EFUSE_DIS_ICACHE;CONFIG_SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK;CONFIG_SOC_SECURE_BOOT_V2_RSA;CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS;CONFIG_SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS;CONFIG_SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY;CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX;CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES;CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES_128;CONFIG_SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE;CONFIG_SOC_MEMPROT_MEM_ALIGN_SIZE;CONFIG_SOC_UART_NUM;CONFIG_SOC_UART_HP_NUM;CONFIG_SOC_UART_FIFO_LEN;CONFIG_SOC_UART_BITRATE_MAX;CONFIG_SOC_UART_SUPPORT_APB_CLK;CONFIG_SOC_UART_SUPPORT_RTC_CLK;CONFIG_SOC_UART_SUPPORT_XTAL_CLK;CONFIG_SOC_UART_SUPPORT_WAKEUP_INT;CONFIG_SOC_UART_SUPPORT_FSM_TX_WAIT_SEND;CONFIG_SOC_COEX_HW_PTI;CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE;CONFIG_SOC_MAC_BB_PD_MEM_SIZE;CONFIG_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH;CONFIG_SOC_PM_SUPPORT_WIFI_WAKEUP;CONFIG_SOC_PM_SUPPORT_BT_WAKEUP;CONFIG_SOC_PM_SUPPORT_CPU_PD;CONFIG_SOC_PM_SUPPORT_WIFI_PD;CONFIG_SOC_PM_SUPPORT_BT_PD;CONFIG_SOC_PM_SUPPORT_RC_FAST_PD;CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD;CONFIG_SOC_PM_SUPPORT_MAC_BB_PD;CONFIG_SOC_PM_CPU_RETENTION_BY_RTCCNTL;CONFIG_SOC_PM_MODEM_RETENTION_BY_BACKUPDMA;CONFIG_SOC_PM_MODEM_PD_BY_SW;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_TEMPERATURE_SENSOR_SUPPORT_FAST_RC;CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL;CONFIG_SOC_WIFI_HW_TSF;CONFIG_SOC_WIFI_FTM_SUPPORT;CONFIG_SOC_WIFI_GCMP_SUPPORT;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_PHY_NEEDS_USB_WORKAROUND;CONFIG_SOC_BLE_SUPPORTED;CONFIG_SOC_BLE_MESH_SUPPORTED;CONFIG_SOC_BLE_50_SUPPORTED;CONFIG_SOC_BLE_DEVICE_PRIVACY_SUPPORTED;CONFIG_SOC_BLUFI_SUPPORTED;CONFIG_SOC_PHY_COMBO_MODULE;CONFIG_IDF_CMAKE;CONFIG_IDF_TOOLCHAIN;CONFIG_IDF_TOOLCHAIN_GCC;CONFIG_IDF_TARGET_ARCH_RISCV;CONFIG_IDF_TARGET_ARCH;CONFIG_IDF_TARGET;CONFIG_IDF_INIT_VERSION;CONFIG_IDF_TARGET_ESP32C3;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_BOOTLOADER_COMPILE_TIME_DATE;CONFIG_BOOTLOADER_PROJECT_VER;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_LOG_COLORS;CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS;CONFIG_BOOTLOADER_FLASH_DC_AWARE;CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT;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_V2_RSA_SUPPORTED;CONFIG_SECURE_BOOT_V2_PREFERRED;CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT;CONFIG_SECURE_BOOT;CONFIG_SECURE_FLASH_ENC_ENABLED;CONFIG_FLASH_ENCRYPTION_ENABLED;CONFIG_SECURE_ROM_DL_MODE_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_UART_CLK_IS_XTAL;CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM;CONFIG_ESP_ROM_HAS_RETARGETABLE_LOCKING;CONFIG_ESP_ROM_HAS_ERASE_0_REGION_BUG;CONFIG_ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV;CONFIG_ESP_ROM_GET_CLK_FREQ;CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND;CONFIG_ESP_ROM_HAS_LAYOUT_TABLE;CONFIG_ESP_ROM_HAS_SPI_FLASH;CONFIG_ESP_ROM_HAS_ETS_PRINTF_BUG;CONFIG_ESP_ROM_HAS_NEWLIB;CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT;CONFIG_ESP_ROM_HAS_NEWLIB_32BIT_TIME;CONFIG_ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE;CONFIG_ESP_ROM_RAM_APP_NEEDS_MMU_INIT;CONFIG_ESP_ROM_HAS_SW_FLOAT;CONFIG_ESP_ROM_USB_OTG_NUM;CONFIG_ESP_ROM_HAS_VERSION;CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB;CONFIG_BOOT_ROM_LOG_ALWAYS_ON;CONFIG_BOOT_ROM_LOG_ALWAYS_OFF;CONFIG_BOOT_ROM_LOG_ON_GPIO_HIGH;CONFIG_BOOT_ROM_LOG_ON_GPIO_LOW;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_TWO_OTA_LARGE;CONFIG_PARTITION_TABLE_CUSTOM;CONFIG_PARTITION_TABLE_CUSTOM_FILENAME;CONFIG_PARTITION_TABLE_FILENAME;CONFIG_PARTITION_TABLE_OFFSET;CONFIG_PARTITION_TABLE_MD5;CONFIG_COMPILER_OPTIMIZATION_DEBUG;CONFIG_OPTIMIZATION_LEVEL_DEBUG;CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG;CONFIG_COMPILER_OPTIMIZATION_DEFAULT;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_ASSERT_NDEBUG_EVALUATE;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_NO_MERGE_CONSTANTS;CONFIG_COMPILER_WARN_WRITE_STRINGS;CONFIG_WARN_WRITE_STRINGS;CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS;CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS;CONFIG_COMPILER_DISABLE_GCC12_WARNINGS;CONFIG_COMPILER_DISABLE_GCC13_WARNINGS;CONFIG_COMPILER_DISABLE_GCC14_WARNINGS;CONFIG_COMPILER_DUMP_RTL_FILES;CONFIG_COMPILER_RT_LIB_GCCLIB;CONFIG_COMPILER_RT_LIB_NAME;CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING;CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE;CONFIG_COMPILER_STATIC_ANALYZER;CONFIG_EFUSE_CUSTOM_TABLE;CONFIG_EFUSE_VIRTUAL;CONFIG_EFUSE_MAX_BLK_LEN;CONFIG_ESP_ERR_TO_NAME_LOOKUP;CONFIG_ESP32C3_REV_MIN_0;CONFIG_ESP32C3_REV_MIN_1;CONFIG_ESP32C3_REV_MIN_2;CONFIG_ESP32C3_REV_MIN_3;CONFIG_ESP32C3_REV_MIN_4;CONFIG_ESP32C3_REV_MIN_101;CONFIG_ESP32C3_REV_MIN_FULL;CONFIG_ESP_REV_MIN_FULL;CONFIG_ESP32C3_REV_MAX_FULL;CONFIG_ESP_REV_MAX_FULL;CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL;CONFIG_ESP_EFUSE_BLOCK_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_ESP_MAC_UNIVERSAL_MAC_ADDRESSES;CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_TWO;CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR;CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES;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_GPIO_RESET_WORKAROUND;CONFIG_ESP32C3_LIGHTSLEEP_GPIO_RESET_WORKAROUND;CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY;CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION;CONFIG_ESP_SLEEP_DEBUG;CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS;CONFIG_RTC_CLK_SRC_INT_RC;CONFIG_ESP32C3_RTC_CLK_SRC_INT_RC;CONFIG_RTC_CLK_SRC_EXT_CRYS;CONFIG_ESP32C3_RTC_CLK_SRC_EXT_CRYS;CONFIG_RTC_CLK_SRC_EXT_OSC;CONFIG_ESP32C3_RTC_CLK_SRC_EXT_OSC;CONFIG_RTC_CLK_SRC_INT_8MD256;CONFIG_ESP32C3_RTC_CLK_SRC_INT_8MD256;CONFIG_RTC_CLK_CAL_CYCLES;CONFIG_ESP32C3_RTC_CLK_CAL_CYCLES;CONFIG_PERIPH_CTRL_FUNC_IN_IRAM;CONFIG_GDMA_CTRL_FUNC_IN_IRAM;CONFIG_GDMA_ISR_IRAM_SAFE;CONFIG_GDMA_ENABLE_DEBUG_LOG;CONFIG_XTAL_FREQ_40;CONFIG_XTAL_FREQ;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80;CONFIG_ESP32C3_DEFAULT_CPU_FREQ_80;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160;CONFIG_ESP32C3_DEFAULT_CPU_FREQ_160;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ;CONFIG_ESP32C3_DEFAULT_CPU_FREQ_MHZ;CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT;CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT;CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT;CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS;CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE;CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK;CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP;CONFIG_ESP_SYSTEM_USE_EH_FRAME;CONFIG_ESP_SYSTEM_MEMPROT_FEATURE;CONFIG_ESP32C3_MEMPROT_FEATURE;CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_LOCK;CONFIG_ESP32C3_MEMPROT_FEATURE_LOCK;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_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_USB_SERIAL_JTAG;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_SECONDARY_NONE;CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG;CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED;CONFIG_ESP_CONSOLE_UART;CONFIG_CONSOLE_UART;CONFIG_ESP_CONSOLE_UART_NUM;CONFIG_CONSOLE_UART_NUM;CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_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_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_PANIC_HANDLER_IRAM;CONFIG_ESP_DEBUG_STUBS_ENABLE;CONFIG_ESP32_DEBUG_STUBS_ENABLE;CONFIG_ESP_DEBUG_OCDAWARE;CONFIG_ESP32C3_DEBUG_OCDAWARE;CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4;CONFIG_ESP_BROWNOUT_DET;CONFIG_BROWNOUT_DET;CONFIG_ESP32C3_BROWNOUT_DET;CONFIG_ESP32C3_BROWNOUT_DET;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7;CONFIG_BROWNOUT_DET_LVL_SEL_7;CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_7;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6;CONFIG_BROWNOUT_DET_LVL_SEL_6;CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_6;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5;CONFIG_BROWNOUT_DET_LVL_SEL_5;CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_5;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4;CONFIG_BROWNOUT_DET_LVL_SEL_4;CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_4;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3;CONFIG_BROWNOUT_DET_LVL_SEL_3;CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_3;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2;CONFIG_BROWNOUT_DET_LVL_SEL_2;CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_2;CONFIG_ESP_BROWNOUT_DET_LVL;CONFIG_BROWNOUT_DET_LVL;CONFIG_ESP32C3_BROWNOUT_DET_LVL;CONFIG_ESP_SYSTEM_BROWNOUT_INTR;CONFIG_ESP_SYSTEM_HW_STACK_GUARD;CONFIG_ESP_SYSTEM_HW_PC_RECORD;CONFIG_ESP_IPC_TASK_STACK_SIZE;CONFIG_IPC_TASK_STACK_SIZE;CONFIG_FREERTOS_SMP;CONFIG_FREERTOS_UNICORE;CONFIG_FREERTOS_HZ;CONFIG_FREERTOS_OPTIMIZED_SCHEDULER;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_USE_TIMERS;CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME;CONFIG_FREERTOS_TIMER_TASK_AFFINITY_CPU0;CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY;CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY;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_USE_LIST_DATA_INTEGRITY_CHECK_BYTES;CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS;CONFIG_FREERTOS_USE_APPLICATION_TASK_TAG;CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER;CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK;CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS;CONFIG_FREERTOS_TASK_PRE_DELETION_HOOK;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_TICK_SUPPORT_SYSTIMER;CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1;CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL3;CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER;CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH;CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE;CONFIG_FREERTOS_PORT;CONFIG_FREERTOS_NO_AFFINITY;CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION;CONFIG_FREERTOS_DEBUG_OCDAWARE;CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT;CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH;CONFIG_FREERTOS_NUMBER_OF_CORES;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_ECDSA_GEN_SIG_CM;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_MASTER_LEVEL;CONFIG_LOG_DYNAMIC_LEVEL_CONTROL;CONFIG_LOG_TAG_LEVEL_IMPL_NONE;CONFIG_LOG_TAG_LEVEL_IMPL_LINKED_LIST;CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST;CONFIG_LOG_TAG_LEVEL_CACHE_ARRAY;CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP;CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE;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_ESP32C3_TIME_SYSCALL_USE_RTC_SYSTIMER;CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC;CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC;CONFIG_NEWLIB_TIME_SYSCALL_USE_HRT;CONFIG_ESP32C3_TIME_SYSCALL_USE_SYSTIMER;CONFIG_NEWLIB_TIME_SYSCALL_USE_NONE;CONFIG_ESP32C3_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_AUTO_SUSPEND;CONFIG_SPI_FLASH_SUSPEND_TSUS_VAL_US;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_ROM_IMPL;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_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_VENDOR_BOYA_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_TH_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_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_COMPILER_OPTIMIZATION_DEFAULT "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_ESP_SYSTEM_PD_FLASH "") -set(CONFIG_ESP32C3_LIGHTSLEEP_GPIO_RESET_WORKAROUND "y") -set(CONFIG_ESP32C3_RTC_CLK_SRC_INT_RC "y") -set(CONFIG_ESP32C3_RTC_CLK_SRC_EXT_CRYS "") -set(CONFIG_ESP32C3_RTC_CLK_SRC_EXT_OSC "") -set(CONFIG_ESP32C3_RTC_CLK_SRC_INT_8MD256 "") -set(CONFIG_ESP32C3_RTC_CLK_CAL_CYCLES "1024") -set(CONFIG_ESP32C3_DEFAULT_CPU_FREQ_80 "") -set(CONFIG_ESP32C3_DEFAULT_CPU_FREQ_160 "y") -set(CONFIG_ESP32C3_DEFAULT_CPU_FREQ_MHZ "160") -set(CONFIG_ESP32C3_MEMPROT_FEATURE "y") -set(CONFIG_ESP32C3_MEMPROT_FEATURE_LOCK "y") -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_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_ESP32_DEBUG_STUBS_ENABLE "") -set(CONFIG_ESP32C3_DEBUG_OCDAWARE "y") -set(CONFIG_BROWNOUT_DET "y") -set(CONFIG_ESP32C3_BROWNOUT_DET "y") -set(CONFIG_ESP32C3_BROWNOUT_DET "y") -set(CONFIG_BROWNOUT_DET_LVL_SEL_7 "y") -set(CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_7 "y") -set(CONFIG_BROWNOUT_DET_LVL_SEL_6 "") -set(CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_6 "") -set(CONFIG_BROWNOUT_DET_LVL_SEL_5 "") -set(CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_5 "") -set(CONFIG_BROWNOUT_DET_LVL_SEL_4 "") -set(CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_4 "") -set(CONFIG_BROWNOUT_DET_LVL_SEL_3 "") -set(CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_3 "") -set(CONFIG_BROWNOUT_DET_LVL_SEL_2 "") -set(CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_2 "") -set(CONFIG_BROWNOUT_DET_LVL "7") -set(CONFIG_ESP32C3_BROWNOUT_DET_LVL "7") -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_ESP32C3_TIME_SYSCALL_USE_RTC_SYSTIMER "y") -set(CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC "") -set(CONFIG_ESP32C3_TIME_SYSCALL_USE_SYSTIMER "") -set(CONFIG_ESP32C3_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/ESP-IDF_mqtt-ssl/build/bootloader/config/sdkconfig.h b/ESP-IDF_mqtt-ssl/build/bootloader/config/sdkconfig.h deleted file mode 100644 index 0522f1485..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/config/sdkconfig.h +++ /dev/null @@ -1,546 +0,0 @@ -/* - * Automatically generated file. DO NOT EDIT. - * Espressif IoT Development Framework (ESP-IDF) 5.4.0 Configuration Header - */ -#pragma once -#define CONFIG_SOC_ADC_SUPPORTED 1 -#define CONFIG_SOC_DEDICATED_GPIO_SUPPORTED 1 -#define CONFIG_SOC_UART_SUPPORTED 1 -#define CONFIG_SOC_GDMA_SUPPORTED 1 -#define CONFIG_SOC_AHB_GDMA_SUPPORTED 1 -#define CONFIG_SOC_GPTIMER_SUPPORTED 1 -#define CONFIG_SOC_TWAI_SUPPORTED 1 -#define CONFIG_SOC_BT_SUPPORTED 1 -#define CONFIG_SOC_ASYNC_MEMCPY_SUPPORTED 1 -#define CONFIG_SOC_USB_SERIAL_JTAG_SUPPORTED 1 -#define CONFIG_SOC_TEMP_SENSOR_SUPPORTED 1 -#define CONFIG_SOC_XT_WDT_SUPPORTED 1 -#define CONFIG_SOC_PHY_SUPPORTED 1 -#define CONFIG_SOC_WIFI_SUPPORTED 1 -#define CONFIG_SOC_SUPPORTS_SECURE_DL_MODE 1 -#define CONFIG_SOC_EFUSE_KEY_PURPOSE_FIELD 1 -#define CONFIG_SOC_EFUSE_HAS_EFUSE_RST_BUG 1 -#define CONFIG_SOC_EFUSE_SUPPORTED 1 -#define CONFIG_SOC_RTC_FAST_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_SYSTIMER_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_HMAC_SUPPORTED 1 -#define CONFIG_SOC_DIG_SIGN_SUPPORTED 1 -#define CONFIG_SOC_FLASH_ENC_SUPPORTED 1 -#define CONFIG_SOC_SECURE_BOOT_SUPPORTED 1 -#define CONFIG_SOC_MEMPROT_SUPPORTED 1 -#define CONFIG_SOC_BOD_SUPPORTED 1 -#define CONFIG_SOC_CLK_TREE_SUPPORTED 1 -#define CONFIG_SOC_ASSIST_DEBUG_SUPPORTED 1 -#define CONFIG_SOC_WDT_SUPPORTED 1 -#define CONFIG_SOC_SPI_FLASH_SUPPORTED 1 -#define CONFIG_SOC_RNG_SUPPORTED 1 -#define CONFIG_SOC_LIGHT_SLEEP_SUPPORTED 1 -#define CONFIG_SOC_DEEP_SLEEP_SUPPORTED 1 -#define CONFIG_SOC_LP_PERIPH_SHARE_INTERRUPT 1 -#define CONFIG_SOC_PM_SUPPORTED 1 -#define CONFIG_SOC_XTAL_SUPPORT_40M 1 -#define CONFIG_SOC_AES_SUPPORT_DMA 1 -#define CONFIG_SOC_AES_GDMA 1 -#define CONFIG_SOC_AES_SUPPORT_AES_128 1 -#define CONFIG_SOC_AES_SUPPORT_AES_256 1 -#define CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED 1 -#define CONFIG_SOC_ADC_ARBITER_SUPPORTED 1 -#define CONFIG_SOC_ADC_DIG_IIR_FILTER_SUPPORTED 1 -#define CONFIG_SOC_ADC_MONITOR_SUPPORTED 1 -#define CONFIG_SOC_ADC_DMA_SUPPORTED 1 -#define CONFIG_SOC_ADC_PERIPH_NUM 2 -#define CONFIG_SOC_ADC_MAX_CHANNEL_NUM 5 -#define CONFIG_SOC_ADC_ATTEN_NUM 4 -#define CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM 1 -#define CONFIG_SOC_ADC_PATT_LEN_MAX 8 -#define CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH 12 -#define CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH 12 -#define CONFIG_SOC_ADC_DIGI_RESULT_BYTES 4 -#define CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV 4 -#define CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM 2 -#define CONFIG_SOC_ADC_DIGI_MONITOR_NUM 2 -#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH 83333 -#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW 611 -#define CONFIG_SOC_ADC_RTC_MIN_BITWIDTH 12 -#define CONFIG_SOC_ADC_RTC_MAX_BITWIDTH 12 -#define CONFIG_SOC_ADC_CALIBRATION_V1_SUPPORTED 1 -#define CONFIG_SOC_ADC_SELF_HW_CALI_SUPPORTED 1 -#define CONFIG_SOC_ADC_SHARED_POWER 1 -#define CONFIG_SOC_APB_BACKUP_DMA 1 -#define CONFIG_SOC_BROWNOUT_RESET_SUPPORTED 1 -#define CONFIG_SOC_SHARED_IDCACHE_SUPPORTED 1 -#define CONFIG_SOC_CACHE_MEMORY_IBANK_SIZE 0x4000 -#define CONFIG_SOC_CPU_CORES_NUM 1 -#define CONFIG_SOC_CPU_INTR_NUM 32 -#define CONFIG_SOC_CPU_HAS_FLEXIBLE_INTC 1 -#define CONFIG_SOC_CPU_HAS_CSR_PC 1 -#define CONFIG_SOC_CPU_BREAKPOINTS_NUM 8 -#define CONFIG_SOC_CPU_WATCHPOINTS_NUM 8 -#define CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE 0x80000000 -#define CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN 3072 -#define CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH 16 -#define CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US 1100 -#define CONFIG_SOC_AHB_GDMA_VERSION 1 -#define CONFIG_SOC_GDMA_NUM_GROUPS_MAX 1 -#define CONFIG_SOC_GDMA_PAIRS_PER_GROUP_MAX 3 -#define CONFIG_SOC_GPIO_PORT 1 -#define CONFIG_SOC_GPIO_PIN_COUNT 22 -#define CONFIG_SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER 1 -#define CONFIG_SOC_GPIO_FILTER_CLK_SUPPORT_APB 1 -#define CONFIG_SOC_GPIO_SUPPORT_FORCE_HOLD 1 -#define CONFIG_SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP 1 -#define CONFIG_SOC_GPIO_IN_RANGE_MAX 21 -#define CONFIG_SOC_GPIO_OUT_RANGE_MAX 21 -#define CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK 0 -#define CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT 6 -#define CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK 0x00000000003FFFC0 -#define CONFIG_SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX 1 -#define CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM 3 -#define CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP 1 -#define CONFIG_SOC_DEDIC_GPIO_OUT_CHANNELS_NUM 8 -#define CONFIG_SOC_DEDIC_GPIO_IN_CHANNELS_NUM 8 -#define CONFIG_SOC_DEDIC_PERIPH_ALWAYS_ENABLE 1 -#define CONFIG_SOC_I2C_NUM 1 -#define CONFIG_SOC_HP_I2C_NUM 1 -#define CONFIG_SOC_I2C_FIFO_LEN 32 -#define CONFIG_SOC_I2C_CMD_REG_NUM 8 -#define CONFIG_SOC_I2C_SUPPORT_SLAVE 1 -#define CONFIG_SOC_I2C_SUPPORT_HW_CLR_BUS 1 -#define CONFIG_SOC_I2C_SUPPORT_XTAL 1 -#define CONFIG_SOC_I2C_SUPPORT_RTC 1 -#define CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR 1 -#define CONFIG_SOC_I2C_SLAVE_SUPPORT_BROADCAST 1 -#define CONFIG_SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE 1 -#define CONFIG_SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS 1 -#define CONFIG_SOC_I2S_NUM 1 -#define CONFIG_SOC_I2S_HW_VERSION_2 1 -#define CONFIG_SOC_I2S_SUPPORTS_XTAL 1 -#define CONFIG_SOC_I2S_SUPPORTS_PLL_F160M 1 -#define CONFIG_SOC_I2S_SUPPORTS_PCM 1 -#define CONFIG_SOC_I2S_SUPPORTS_PDM 1 -#define CONFIG_SOC_I2S_SUPPORTS_PDM_TX 1 -#define CONFIG_SOC_I2S_PDM_MAX_TX_LINES 2 -#define CONFIG_SOC_I2S_SUPPORTS_TDM 1 -#define CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK 1 -#define CONFIG_SOC_LEDC_SUPPORT_XTAL_CLOCK 1 -#define CONFIG_SOC_LEDC_TIMER_NUM 4 -#define CONFIG_SOC_LEDC_CHANNEL_NUM 6 -#define CONFIG_SOC_LEDC_TIMER_BIT_WIDTH 14 -#define CONFIG_SOC_LEDC_SUPPORT_FADE_STOP 1 -#define CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM 1 -#define CONFIG_SOC_MMU_PERIPH_NUM 1 -#define CONFIG_SOC_MPU_MIN_REGION_SIZE 0x20000000 -#define CONFIG_SOC_MPU_REGIONS_MAX_NUM 8 -#define CONFIG_SOC_RMT_GROUPS 1 -#define CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP 2 -#define CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP 2 -#define CONFIG_SOC_RMT_CHANNELS_PER_GROUP 4 -#define CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL 48 -#define CONFIG_SOC_RMT_SUPPORT_RX_PINGPONG 1 -#define CONFIG_SOC_RMT_SUPPORT_RX_DEMODULATION 1 -#define CONFIG_SOC_RMT_SUPPORT_TX_ASYNC_STOP 1 -#define CONFIG_SOC_RMT_SUPPORT_TX_LOOP_COUNT 1 -#define CONFIG_SOC_RMT_SUPPORT_TX_SYNCHRO 1 -#define CONFIG_SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY 1 -#define CONFIG_SOC_RMT_SUPPORT_XTAL 1 -#define CONFIG_SOC_RMT_SUPPORT_APB 1 -#define CONFIG_SOC_RMT_SUPPORT_RC_FAST 1 -#define CONFIG_SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH 128 -#define CONFIG_SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM 108 -#define CONFIG_SOC_SLEEP_SYSTIMER_STALL_WORKAROUND 1 -#define CONFIG_SOC_SLEEP_TGWDT_STOP_WORKAROUND 1 -#define CONFIG_SOC_RTCIO_PIN_COUNT 0 -#define CONFIG_SOC_MPI_MEM_BLOCKS_NUM 4 -#define CONFIG_SOC_MPI_OPERATIONS_NUM 3 -#define CONFIG_SOC_RSA_MAX_BIT_LEN 3072 -#define CONFIG_SOC_SHA_DMA_MAX_BUFFER_SIZE 3968 -#define CONFIG_SOC_SHA_SUPPORT_DMA 1 -#define CONFIG_SOC_SHA_SUPPORT_RESUME 1 -#define CONFIG_SOC_SHA_GDMA 1 -#define CONFIG_SOC_SHA_SUPPORT_SHA1 1 -#define CONFIG_SOC_SHA_SUPPORT_SHA224 1 -#define CONFIG_SOC_SHA_SUPPORT_SHA256 1 -#define CONFIG_SOC_SDM_GROUPS 1 -#define CONFIG_SOC_SDM_CHANNELS_PER_GROUP 4 -#define CONFIG_SOC_SDM_CLK_SUPPORT_APB 1 -#define CONFIG_SOC_SPI_PERIPH_NUM 2 -#define CONFIG_SOC_SPI_MAX_CS_NUM 6 -#define CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE 64 -#define CONFIG_SOC_SPI_SUPPORT_DDRCLK 1 -#define CONFIG_SOC_SPI_SLAVE_SUPPORT_SEG_TRANS 1 -#define CONFIG_SOC_SPI_SUPPORT_CD_SIG 1 -#define CONFIG_SOC_SPI_SUPPORT_CONTINUOUS_TRANS 1 -#define CONFIG_SOC_SPI_SUPPORT_SLAVE_HD_VER2 1 -#define CONFIG_SOC_SPI_SUPPORT_CLK_APB 1 -#define CONFIG_SOC_SPI_SUPPORT_CLK_XTAL 1 -#define CONFIG_SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT 1 -#define CONFIG_SOC_SPI_SCT_SUPPORTED 1 -#define CONFIG_SOC_SPI_SCT_REG_NUM 14 -#define CONFIG_SOC_SPI_SCT_BUFFER_NUM_MAX 1 -#define CONFIG_SOC_SPI_SCT_CONF_BITLEN_MAX 0x3FFFA -#define CONFIG_SOC_MEMSPI_IS_INDEPENDENT 1 -#define CONFIG_SOC_SPI_MAX_PRE_DIVIDER 16 -#define CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE 1 -#define CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND 1 -#define CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_RESUME 1 -#define CONFIG_SOC_SPI_MEM_SUPPORT_IDLE_INTR 1 -#define CONFIG_SOC_SPI_MEM_SUPPORT_SW_SUSPEND 1 -#define CONFIG_SOC_SPI_MEM_SUPPORT_CHECK_SUS 1 -#define CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE 1 -#define CONFIG_SOC_SPI_MEM_SUPPORT_WRAP 1 -#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_SYSTIMER_COUNTER_NUM 2 -#define CONFIG_SOC_SYSTIMER_ALARM_NUM 3 -#define CONFIG_SOC_SYSTIMER_BIT_WIDTH_LO 32 -#define CONFIG_SOC_SYSTIMER_BIT_WIDTH_HI 20 -#define CONFIG_SOC_SYSTIMER_FIXED_DIVIDER 1 -#define CONFIG_SOC_SYSTIMER_INT_LEVEL 1 -#define CONFIG_SOC_SYSTIMER_ALARM_MISS_COMPENSATE 1 -#define CONFIG_SOC_TIMER_GROUPS 2 -#define CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP 1 -#define CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH 54 -#define CONFIG_SOC_TIMER_GROUP_SUPPORT_XTAL 1 -#define CONFIG_SOC_TIMER_GROUP_SUPPORT_APB 1 -#define CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS 2 -#define CONFIG_SOC_MWDT_SUPPORT_XTAL 1 -#define CONFIG_SOC_TWAI_CONTROLLER_NUM 1 -#define CONFIG_SOC_TWAI_CLK_SUPPORT_APB 1 -#define CONFIG_SOC_TWAI_BRP_MIN 2 -#define CONFIG_SOC_TWAI_BRP_MAX 16384 -#define CONFIG_SOC_TWAI_SUPPORTS_RX_STATUS 1 -#define CONFIG_SOC_EFUSE_DIS_DOWNLOAD_ICACHE 1 -#define CONFIG_SOC_EFUSE_DIS_PAD_JTAG 1 -#define CONFIG_SOC_EFUSE_DIS_USB_JTAG 1 -#define CONFIG_SOC_EFUSE_DIS_DIRECT_BOOT 1 -#define CONFIG_SOC_EFUSE_SOFT_DIS_JTAG 1 -#define CONFIG_SOC_EFUSE_DIS_ICACHE 1 -#define CONFIG_SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK 1 -#define CONFIG_SOC_SECURE_BOOT_V2_RSA 1 -#define CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS 3 -#define CONFIG_SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS 1 -#define CONFIG_SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY 1 -#define CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX 32 -#define CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES 1 -#define CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES_128 1 -#define CONFIG_SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE 16 -#define CONFIG_SOC_MEMPROT_MEM_ALIGN_SIZE 512 -#define CONFIG_SOC_UART_NUM 2 -#define CONFIG_SOC_UART_HP_NUM 2 -#define CONFIG_SOC_UART_FIFO_LEN 128 -#define CONFIG_SOC_UART_BITRATE_MAX 5000000 -#define CONFIG_SOC_UART_SUPPORT_APB_CLK 1 -#define CONFIG_SOC_UART_SUPPORT_RTC_CLK 1 -#define CONFIG_SOC_UART_SUPPORT_XTAL_CLK 1 -#define CONFIG_SOC_UART_SUPPORT_WAKEUP_INT 1 -#define CONFIG_SOC_UART_SUPPORT_FSM_TX_WAIT_SEND 1 -#define CONFIG_SOC_COEX_HW_PTI 1 -#define CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE 21 -#define CONFIG_SOC_MAC_BB_PD_MEM_SIZE 192 -#define CONFIG_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH 12 -#define CONFIG_SOC_PM_SUPPORT_WIFI_WAKEUP 1 -#define CONFIG_SOC_PM_SUPPORT_BT_WAKEUP 1 -#define CONFIG_SOC_PM_SUPPORT_CPU_PD 1 -#define CONFIG_SOC_PM_SUPPORT_WIFI_PD 1 -#define CONFIG_SOC_PM_SUPPORT_BT_PD 1 -#define CONFIG_SOC_PM_SUPPORT_RC_FAST_PD 1 -#define CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD 1 -#define CONFIG_SOC_PM_SUPPORT_MAC_BB_PD 1 -#define CONFIG_SOC_PM_CPU_RETENTION_BY_RTCCNTL 1 -#define CONFIG_SOC_PM_MODEM_RETENTION_BY_BACKUPDMA 1 -#define CONFIG_SOC_PM_MODEM_PD_BY_SW 1 -#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_TEMPERATURE_SENSOR_SUPPORT_FAST_RC 1 -#define CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL 1 -#define CONFIG_SOC_WIFI_HW_TSF 1 -#define CONFIG_SOC_WIFI_FTM_SUPPORT 1 -#define CONFIG_SOC_WIFI_GCMP_SUPPORT 1 -#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_PHY_NEEDS_USB_WORKAROUND 1 -#define CONFIG_SOC_BLE_SUPPORTED 1 -#define CONFIG_SOC_BLE_MESH_SUPPORTED 1 -#define CONFIG_SOC_BLE_50_SUPPORTED 1 -#define CONFIG_SOC_BLE_DEVICE_PRIVACY_SUPPORTED 1 -#define CONFIG_SOC_BLUFI_SUPPORTED 1 -#define CONFIG_SOC_PHY_COMBO_MODULE 1 -#define CONFIG_IDF_CMAKE 1 -#define CONFIG_IDF_TOOLCHAIN "gcc" -#define CONFIG_IDF_TOOLCHAIN_GCC 1 -#define CONFIG_IDF_TARGET_ARCH_RISCV 1 -#define CONFIG_IDF_TARGET_ARCH "riscv" -#define CONFIG_IDF_TARGET "esp32c3" -#define CONFIG_IDF_INIT_VERSION "5.4.1" -#define CONFIG_IDF_TARGET_ESP32C3 1 -#define CONFIG_IDF_FIRMWARE_CHIP_ID 0x0005 -#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_COMPILE_TIME_DATE 1 -#define CONFIG_BOOTLOADER_PROJECT_VER 1 -#define CONFIG_BOOTLOADER_OFFSET_IN_FLASH 0x0 -#define CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE 1 -#define CONFIG_BOOTLOADER_LOG_LEVEL_INFO 1 -#define CONFIG_BOOTLOADER_LOG_LEVEL 3 -#define CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS 1 -#define CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT 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_V2_RSA_SUPPORTED 1 -#define CONFIG_SECURE_BOOT_V2_PREFERRED 1 -#define CONFIG_SECURE_ROM_DL_MODE_ENABLED 1 -#define CONFIG_APP_COMPILE_TIME_DATE 1 -#define CONFIG_APP_RETRIEVE_LEN_ELF_SHA 9 -#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_UART_CLK_IS_XTAL 1 -#define CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM 3 -#define CONFIG_ESP_ROM_HAS_RETARGETABLE_LOCKING 1 -#define CONFIG_ESP_ROM_HAS_ERASE_0_REGION_BUG 1 -#define CONFIG_ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV 1 -#define CONFIG_ESP_ROM_GET_CLK_FREQ 1 -#define CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND 1 -#define CONFIG_ESP_ROM_HAS_LAYOUT_TABLE 1 -#define CONFIG_ESP_ROM_HAS_SPI_FLASH 1 -#define CONFIG_ESP_ROM_HAS_ETS_PRINTF_BUG 1 -#define CONFIG_ESP_ROM_HAS_NEWLIB 1 -#define CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT 1 -#define CONFIG_ESP_ROM_HAS_NEWLIB_32BIT_TIME 1 -#define CONFIG_ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE 1 -#define CONFIG_ESP_ROM_RAM_APP_NEEDS_MMU_INIT 1 -#define CONFIG_ESP_ROM_HAS_SW_FLOAT 1 -#define CONFIG_ESP_ROM_USB_OTG_NUM -1 -#define CONFIG_ESP_ROM_HAS_VERSION 1 -#define CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB 1 -#define CONFIG_BOOT_ROM_LOG_ALWAYS_ON 1 -#define CONFIG_ESPTOOLPY_FLASHMODE_DIO 1 -#define CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR 1 -#define CONFIG_ESPTOOLPY_FLASHMODE "dio" -#define CONFIG_ESPTOOLPY_FLASHFREQ_80M 1 -#define CONFIG_ESPTOOLPY_FLASHFREQ "80m" -#define CONFIG_ESPTOOLPY_FLASHSIZE_2MB 1 -#define CONFIG_ESPTOOLPY_FLASHSIZE "2MB" -#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_SINGLE_APP 1 -#define CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv" -#define CONFIG_PARTITION_TABLE_FILENAME "partitions_singleapp.csv" -#define CONFIG_PARTITION_TABLE_OFFSET 0x8000 -#define CONFIG_PARTITION_TABLE_MD5 1 -#define CONFIG_COMPILER_OPTIMIZATION_DEBUG 1 -#define CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE 1 -#define CONFIG_COMPILER_ASSERT_NDEBUG_EVALUATE 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_COMPILER_DISABLE_DEFAULT_ERRORS 1 -#define CONFIG_COMPILER_RT_LIB_GCCLIB 1 -#define CONFIG_COMPILER_RT_LIB_NAME "gcc" -#define CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING 1 -#define CONFIG_EFUSE_MAX_BLK_LEN 256 -#define CONFIG_ESP_ERR_TO_NAME_LOOKUP 1 -#define CONFIG_ESP32C3_REV_MIN_3 1 -#define CONFIG_ESP32C3_REV_MIN_FULL 3 -#define CONFIG_ESP_REV_MIN_FULL 3 -#define CONFIG_ESP32C3_REV_MAX_FULL 199 -#define CONFIG_ESP_REV_MAX_FULL 199 -#define CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL 0 -#define CONFIG_ESP_EFUSE_BLOCK_REV_MAX_FULL 199 -#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_ESP_MAC_UNIVERSAL_MAC_ADDRESSES 4 -#define CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR 1 -#define CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES 4 -#define CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND 1 -#define CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND 1 -#define CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY 0 -#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_GDMA_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_ESP_SYSTEM_PANIC_PRINT_REBOOT 1 -#define CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS 0 -#define CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE 1 -#define CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK 1 -#define CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP 1 -#define CONFIG_ESP_SYSTEM_MEMPROT_FEATURE 1 -#define CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_LOCK 1 -#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_SECONDARY_USB_SERIAL_JTAG 1 -#define CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED 1 -#define CONFIG_ESP_CONSOLE_UART 1 -#define CONFIG_ESP_CONSOLE_UART_NUM 0 -#define CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_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_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_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_7 1 -#define CONFIG_ESP_BROWNOUT_DET_LVL 7 -#define CONFIG_ESP_SYSTEM_BROWNOUT_INTR 1 -#define CONFIG_ESP_SYSTEM_HW_STACK_GUARD 1 -#define CONFIG_ESP_SYSTEM_HW_PC_RECORD 1 -#define CONFIG_ESP_IPC_TASK_STACK_SIZE 1024 -#define CONFIG_FREERTOS_UNICORE 1 -#define CONFIG_FREERTOS_HZ 100 -#define CONFIG_FREERTOS_OPTIMIZED_SCHEDULER 1 -#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_USE_TIMERS 1 -#define CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME "Tmr Svc" -#define CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY 1 -#define CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY 0x7FFFFFFF -#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_SYSTIMER 1 -#define CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1 1 -#define CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER 1 -#define CONFIG_FREERTOS_PORT 1 -#define CONFIG_FREERTOS_NO_AFFINITY 0x7FFFFFFF -#define CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION 1 -#define CONFIG_FREERTOS_DEBUG_OCDAWARE 1 -#define CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT 1 -#define CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH 1 -#define CONFIG_FREERTOS_NUMBER_OF_CORES 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_DYNAMIC_LEVEL_CONTROL 1 -#define CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST 1 -#define CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP 1 -#define CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE 31 -#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_SUSPEND_TSUS_VAL_US 50 -#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_VENDOR_BOYA_SUPPORTED 1 -#define CONFIG_SPI_FLASH_VENDOR_TH_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_SUPPORT_BOYA_CHIP 1 -#define CONFIG_SPI_FLASH_SUPPORT_TH_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_7 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 -#define CONFIG_COMPILER_OPTIMIZATION_DEFAULT CONFIG_COMPILER_OPTIMIZATION_DEBUG -#define CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEBUG -#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_ESP32C3_BROWNOUT_DET CONFIG_ESP_BROWNOUT_DET -#define CONFIG_ESP32C3_BROWNOUT_DET_LVL CONFIG_ESP_BROWNOUT_DET_LVL -#define CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_7 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 -#define CONFIG_ESP32C3_DEBUG_OCDAWARE CONFIG_ESP_DEBUG_OCDAWARE -#define CONFIG_ESP32C3_DEFAULT_CPU_FREQ_160 CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160 -#define CONFIG_ESP32C3_DEFAULT_CPU_FREQ_MHZ CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ -#define CONFIG_ESP32C3_LIGHTSLEEP_GPIO_RESET_WORKAROUND CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND -#define CONFIG_ESP32C3_MEMPROT_FEATURE CONFIG_ESP_SYSTEM_MEMPROT_FEATURE -#define CONFIG_ESP32C3_MEMPROT_FEATURE_LOCK CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_LOCK -#define CONFIG_ESP32C3_RTC_CLK_CAL_CYCLES CONFIG_RTC_CLK_CAL_CYCLES -#define CONFIG_ESP32C3_RTC_CLK_SRC_INT_RC CONFIG_RTC_CLK_SRC_INT_RC -#define CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC_SYSTIMER CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT -#define CONFIG_ESP_TASK_WDT CONFIG_ESP_TASK_WDT_INIT -#define CONFIG_FLASHMODE_DIO CONFIG_ESPTOOLPY_FLASHMODE_DIO -#define CONFIG_INT_WDT CONFIG_ESP_INT_WDT -#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_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_DEBUG -#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_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 diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/config/sdkconfig.json b/ESP-IDF_mqtt-ssl/build/bootloader/config/sdkconfig.json deleted file mode 100644 index 92961131e..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/config/sdkconfig.json +++ /dev/null @@ -1,658 +0,0 @@ -{ - "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_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": 9, - "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_COMPILE_TIME_DATE": true, - "BOOTLOADER_CUSTOM_RESERVE_RTC": false, - "BOOTLOADER_FACTORY_RESET": false, - "BOOTLOADER_FLASH_DC_AWARE": false, - "BOOTLOADER_FLASH_XMC_SUPPORT": true, - "BOOTLOADER_LOG_COLORS": false, - "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_LOG_TIMESTAMP_SOURCE_CPU_TICKS": true, - "BOOTLOADER_OFFSET_IN_FLASH": 0, - "BOOTLOADER_PROJECT_VER": 1, - "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_WDT_DISABLE_IN_USER_CODE": false, - "BOOTLOADER_WDT_ENABLE": true, - "BOOTLOADER_WDT_TIME_MS": 9000, - "BOOT_ROM_LOG_ALWAYS_OFF": false, - "BOOT_ROM_LOG_ALWAYS_ON": true, - "BOOT_ROM_LOG_ON_GPIO_HIGH": false, - "BOOT_ROM_LOG_ON_GPIO_LOW": false, - "COMPILER_ASSERT_NDEBUG_EVALUATE": true, - "COMPILER_CXX_EXCEPTIONS": false, - "COMPILER_CXX_RTTI": false, - "COMPILER_DISABLE_DEFAULT_ERRORS": true, - "COMPILER_DISABLE_GCC12_WARNINGS": false, - "COMPILER_DISABLE_GCC13_WARNINGS": false, - "COMPILER_DISABLE_GCC14_WARNINGS": false, - "COMPILER_DUMP_RTL_FILES": false, - "COMPILER_FLOAT_LIB_FROM_GCCLIB": true, - "COMPILER_HIDE_PATHS_MACROS": true, - "COMPILER_NO_MERGE_CONSTANTS": false, - "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_DEBUG": true, - "COMPILER_OPTIMIZATION_NONE": false, - "COMPILER_OPTIMIZATION_PERF": false, - "COMPILER_OPTIMIZATION_SIZE": false, - "COMPILER_ORPHAN_SECTIONS_PLACE": false, - "COMPILER_ORPHAN_SECTIONS_WARNING": true, - "COMPILER_RT_LIB_GCCLIB": true, - "COMPILER_RT_LIB_NAME": "gcc", - "COMPILER_SAVE_RESTORE_LIBCALLS": 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_STATIC_ANALYZER": false, - "COMPILER_WARN_WRITE_STRINGS": false, - "EFUSE_CUSTOM_TABLE": false, - "EFUSE_MAX_BLK_LEN": 256, - "EFUSE_VIRTUAL": false, - "ESP32C3_REV_MAX_FULL": 199, - "ESP32C3_REV_MIN_0": false, - "ESP32C3_REV_MIN_1": false, - "ESP32C3_REV_MIN_101": false, - "ESP32C3_REV_MIN_2": false, - "ESP32C3_REV_MIN_3": true, - "ESP32C3_REV_MIN_4": false, - "ESP32C3_REV_MIN_FULL": 3, - "ESP32C3_UNIVERSAL_MAC_ADDRESSES": 4, - "ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR": true, - "ESP32C3_UNIVERSAL_MAC_ADDRESSES_TWO": 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": "80m", - "ESPTOOLPY_FLASHFREQ_20M": false, - "ESPTOOLPY_FLASHFREQ_26M": false, - "ESPTOOLPY_FLASHFREQ_40M": false, - "ESPTOOLPY_FLASHFREQ_80M": true, - "ESPTOOLPY_FLASHMODE": "dio", - "ESPTOOLPY_FLASHMODE_DIO": true, - "ESPTOOLPY_FLASHMODE_DOUT": false, - "ESPTOOLPY_FLASHMODE_QIO": false, - "ESPTOOLPY_FLASHMODE_QOUT": false, - "ESPTOOLPY_FLASHSIZE": "2MB", - "ESPTOOLPY_FLASHSIZE_128MB": false, - "ESPTOOLPY_FLASHSIZE_16MB": false, - "ESPTOOLPY_FLASHSIZE_1MB": false, - "ESPTOOLPY_FLASHSIZE_2MB": true, - "ESPTOOLPY_FLASHSIZE_32MB": false, - "ESPTOOLPY_FLASHSIZE_4MB": false, - "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": 7, - "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": true, - "ESP_CONSOLE_NONE": false, - "ESP_CONSOLE_ROM_SERIAL_PORT_NUM": 0, - "ESP_CONSOLE_SECONDARY_NONE": false, - "ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG": true, - "ESP_CONSOLE_UART": true, - "ESP_CONSOLE_UART_BAUDRATE": 115200, - "ESP_CONSOLE_UART_CUSTOM": false, - "ESP_CONSOLE_UART_DEFAULT": true, - "ESP_CONSOLE_UART_NUM": 0, - "ESP_CONSOLE_USB_SERIAL_JTAG": false, - "ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED": true, - "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_80": false, - "ESP_EFUSE_BLOCK_REV_MAX_FULL": 199, - "ESP_EFUSE_BLOCK_REV_MIN_FULL": 0, - "ESP_ERR_TO_NAME_LOOKUP": true, - "ESP_INT_WDT": true, - "ESP_INT_WDT_TIMEOUT_MS": 300, - "ESP_IPC_TASK_STACK_SIZE": 1024, - "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_UNIVERSAL_MAC_ADDRESSES": 4, - "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_NO_AFFINITY": false, - "ESP_MAIN_TASK_STACK_SIZE": 3584, - "ESP_MINIMAL_SHARED_STACK_SIZE": 2048, - "ESP_PANIC_HANDLER_IRAM": false, - "ESP_REV_MAX_FULL": 199, - "ESP_REV_MIN_FULL": 3, - "ESP_ROM_GET_CLK_FREQ": true, - "ESP_ROM_HAS_CRC_BE": true, - "ESP_ROM_HAS_CRC_LE": true, - "ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV": true, - "ESP_ROM_HAS_ERASE_0_REGION_BUG": true, - "ESP_ROM_HAS_ETS_PRINTF_BUG": true, - "ESP_ROM_HAS_JPEG_DECODE": true, - "ESP_ROM_HAS_LAYOUT_TABLE": true, - "ESP_ROM_HAS_MZ_CRC32": true, - "ESP_ROM_HAS_NEWLIB": true, - "ESP_ROM_HAS_NEWLIB_32BIT_TIME": true, - "ESP_ROM_HAS_NEWLIB_NANO_FORMAT": true, - "ESP_ROM_HAS_RETARGETABLE_LOCKING": true, - "ESP_ROM_HAS_SPI_FLASH": true, - "ESP_ROM_HAS_SW_FLOAT": true, - "ESP_ROM_HAS_VERSION": true, - "ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE": true, - "ESP_ROM_NEEDS_SWSETUP_WORKAROUND": true, - "ESP_ROM_RAM_APP_NEEDS_MMU_INIT": true, - "ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB": true, - "ESP_ROM_UART_CLK_IS_XTAL": true, - "ESP_ROM_USB_OTG_NUM": -1, - "ESP_ROM_USB_SERIAL_DEVICE_NUM": 3, - "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": true, - "ESP_SLEEP_MSPI_NEED_ALL_IO_PU": false, - "ESP_SLEEP_POWER_DOWN_FLASH": false, - "ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY": 0, - "ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP": true, - "ESP_SYSTEM_BROWNOUT_INTR": true, - "ESP_SYSTEM_CHECK_INT_LEVEL_4": true, - "ESP_SYSTEM_EVENT_QUEUE_SIZE": 32, - "ESP_SYSTEM_EVENT_TASK_STACK_SIZE": 2304, - "ESP_SYSTEM_HW_PC_RECORD": true, - "ESP_SYSTEM_HW_STACK_GUARD": true, - "ESP_SYSTEM_MEMPROT_FEATURE": true, - "ESP_SYSTEM_MEMPROT_FEATURE_LOCK": true, - "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_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK": true, - "ESP_SYSTEM_SINGLE_CORE_MODE": true, - "ESP_SYSTEM_USE_EH_FRAME": false, - "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0": 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_SYSTIMER_LVL1": true, - "FREERTOS_CORETIMER_SYSTIMER_LVL3": false, - "FREERTOS_DEBUG_OCDAWARE": true, - "FREERTOS_ENABLE_BACKWARD_COMPATIBILITY": false, - "FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP": false, - "FREERTOS_ENABLE_TASK_SNAPSHOT": true, - "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_NUMBER_OF_CORES": 1, - "FREERTOS_OPTIMIZED_SCHEDULER": true, - "FREERTOS_PLACE_FUNCTIONS_INTO_FLASH": false, - "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH": true, - "FREERTOS_PORT": true, - "FREERTOS_QUEUE_REGISTRY_SIZE": 0, - "FREERTOS_SMP": false, - "FREERTOS_SUPPORT_STATIC_ALLOCATION": true, - "FREERTOS_SYSTICK_USES_SYSTIMER": true, - "FREERTOS_TASK_FUNCTION_WRAPPER": true, - "FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES": 1, - "FREERTOS_TASK_PRE_DELETION_HOOK": false, - "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS": 1, - "FREERTOS_TICK_SUPPORT_SYSTIMER": true, - "FREERTOS_TIMER_QUEUE_LENGTH": 10, - "FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY": 2147483647, - "FREERTOS_TIMER_SERVICE_TASK_NAME": "Tmr Svc", - "FREERTOS_TIMER_TASK_AFFINITY_CPU0": false, - "FREERTOS_TIMER_TASK_NO_AFFINITY": true, - "FREERTOS_TIMER_TASK_PRIORITY": 1, - "FREERTOS_TIMER_TASK_STACK_DEPTH": 2048, - "FREERTOS_TLSP_DELETION_CALLBACKS": true, - "FREERTOS_UNICORE": true, - "FREERTOS_USE_APPLICATION_TASK_TAG": false, - "FREERTOS_USE_IDLE_HOOK": false, - "FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES": false, - "FREERTOS_USE_TICK_HOOK": false, - "FREERTOS_USE_TIMERS": true, - "FREERTOS_USE_TRACE_FACILITY": false, - "FREERTOS_WATCHPOINT_END_OF_STACK": false, - "GDMA_CTRL_FUNC_IN_IRAM": true, - "GDMA_ENABLE_DEBUG_LOG": false, - "GDMA_ISR_IRAM_SAFE": false, - "HAL_ASSERTION_DISABLE": false, - "HAL_ASSERTION_ENABLE": false, - "HAL_ASSERTION_EQUALS_SYSTEM": true, - "HAL_ASSERTION_SILENT": false, - "HAL_DEFAULT_ASSERTION_LEVEL": 2, - "HAL_ECDSA_GEN_SIG_CM": false, - "IDF_CMAKE": true, - "IDF_EXPERIMENTAL_FEATURES": false, - "IDF_FIRMWARE_CHIP_ID": 5, - "IDF_INIT_VERSION": "5.4.1", - "IDF_TARGET": "esp32c3", - "IDF_TARGET_ARCH": "riscv", - "IDF_TARGET_ARCH_RISCV": true, - "IDF_TARGET_ESP32C3": true, - "IDF_TOOLCHAIN": "gcc", - "IDF_TOOLCHAIN_GCC": true, - "LOG_COLORS": false, - "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_DYNAMIC_LEVEL_CONTROL": true, - "LOG_MASTER_LEVEL": false, - "LOG_MAXIMUM_EQUALS_DEFAULT": true, - "LOG_MAXIMUM_LEVEL": 3, - "LOG_MAXIMUM_LEVEL_DEBUG": false, - "LOG_MAXIMUM_LEVEL_VERBOSE": false, - "LOG_TAG_LEVEL_CACHE_ARRAY": false, - "LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP": true, - "LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST": true, - "LOG_TAG_LEVEL_IMPL_CACHE_SIZE": 31, - "LOG_TAG_LEVEL_IMPL_LINKED_LIST": false, - "LOG_TAG_LEVEL_IMPL_NONE": 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": false, - "PARTITION_TABLE_CUSTOM_FILENAME": "partitions.csv", - "PARTITION_TABLE_FILENAME": "partitions_singleapp.csv", - "PARTITION_TABLE_MD5": true, - "PARTITION_TABLE_OFFSET": 32768, - "PARTITION_TABLE_SINGLE_APP": true, - "PARTITION_TABLE_SINGLE_APP_LARGE": false, - "PARTITION_TABLE_TWO_OTA": false, - "PARTITION_TABLE_TWO_OTA_LARGE": 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_V2_PREFERRED": true, - "SECURE_BOOT_V2_RSA_SUPPORTED": true, - "SECURE_FLASH_ENC_ENABLED": false, - "SECURE_ROM_DL_MODE_ENABLED": true, - "SECURE_SIGNED_APPS_NO_SECURE_BOOT": false, - "SOC_ADC_ARBITER_SUPPORTED": true, - "SOC_ADC_ATTEN_NUM": 4, - "SOC_ADC_CALIBRATION_V1_SUPPORTED": true, - "SOC_ADC_DIGI_CONTROLLER_NUM": 1, - "SOC_ADC_DIGI_DATA_BYTES_PER_CONV": 4, - "SOC_ADC_DIGI_IIR_FILTER_NUM": 2, - "SOC_ADC_DIGI_MAX_BITWIDTH": 12, - "SOC_ADC_DIGI_MIN_BITWIDTH": 12, - "SOC_ADC_DIGI_MONITOR_NUM": 2, - "SOC_ADC_DIGI_RESULT_BYTES": 4, - "SOC_ADC_DIG_CTRL_SUPPORTED": true, - "SOC_ADC_DIG_IIR_FILTER_SUPPORTED": true, - "SOC_ADC_DMA_SUPPORTED": true, - "SOC_ADC_MAX_CHANNEL_NUM": 5, - "SOC_ADC_MONITOR_SUPPORTED": true, - "SOC_ADC_PATT_LEN_MAX": 8, - "SOC_ADC_PERIPH_NUM": 2, - "SOC_ADC_RTC_MAX_BITWIDTH": 12, - "SOC_ADC_RTC_MIN_BITWIDTH": 12, - "SOC_ADC_SAMPLE_FREQ_THRES_HIGH": 83333, - "SOC_ADC_SAMPLE_FREQ_THRES_LOW": 611, - "SOC_ADC_SELF_HW_CALI_SUPPORTED": true, - "SOC_ADC_SHARED_POWER": true, - "SOC_ADC_SUPPORTED": true, - "SOC_AES_GDMA": true, - "SOC_AES_SUPPORTED": true, - "SOC_AES_SUPPORT_AES_128": true, - "SOC_AES_SUPPORT_AES_256": true, - "SOC_AES_SUPPORT_DMA": true, - "SOC_AHB_GDMA_SUPPORTED": true, - "SOC_AHB_GDMA_VERSION": 1, - "SOC_APB_BACKUP_DMA": true, - "SOC_ASSIST_DEBUG_SUPPORTED": true, - "SOC_ASYNC_MEMCPY_SUPPORTED": true, - "SOC_BLE_50_SUPPORTED": true, - "SOC_BLE_DEVICE_PRIVACY_SUPPORTED": true, - "SOC_BLE_MESH_SUPPORTED": true, - "SOC_BLE_SUPPORTED": true, - "SOC_BLUFI_SUPPORTED": true, - "SOC_BOD_SUPPORTED": true, - "SOC_BROWNOUT_RESET_SUPPORTED": true, - "SOC_BT_SUPPORTED": true, - "SOC_CACHE_MEMORY_IBANK_SIZE": 16384, - "SOC_CLK_RC_FAST_D256_SUPPORTED": true, - "SOC_CLK_RC_FAST_SUPPORT_CALIBRATION": true, - "SOC_CLK_TREE_SUPPORTED": true, - "SOC_CLK_XTAL32K_SUPPORTED": true, - "SOC_COEX_HW_PTI": true, - "SOC_CPU_BREAKPOINTS_NUM": 8, - "SOC_CPU_CORES_NUM": 1, - "SOC_CPU_HAS_CSR_PC": true, - "SOC_CPU_HAS_FLEXIBLE_INTC": true, - "SOC_CPU_INTR_NUM": 32, - "SOC_CPU_WATCHPOINTS_NUM": 8, - "SOC_CPU_WATCHPOINT_MAX_REGION_SIZE": 2147483648, - "SOC_DEDICATED_GPIO_SUPPORTED": true, - "SOC_DEDIC_GPIO_IN_CHANNELS_NUM": 8, - "SOC_DEDIC_GPIO_OUT_CHANNELS_NUM": 8, - "SOC_DEDIC_PERIPH_ALWAYS_ENABLE": true, - "SOC_DEEP_SLEEP_SUPPORTED": true, - "SOC_DIG_SIGN_SUPPORTED": true, - "SOC_DS_KEY_CHECK_MAX_WAIT_US": 1100, - "SOC_DS_KEY_PARAM_MD_IV_LENGTH": 16, - "SOC_DS_SIGNATURE_MAX_BIT_LEN": 3072, - "SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK": true, - "SOC_EFUSE_DIS_DIRECT_BOOT": true, - "SOC_EFUSE_DIS_DOWNLOAD_ICACHE": true, - "SOC_EFUSE_DIS_ICACHE": true, - "SOC_EFUSE_DIS_PAD_JTAG": true, - "SOC_EFUSE_DIS_USB_JTAG": true, - "SOC_EFUSE_HAS_EFUSE_RST_BUG": true, - "SOC_EFUSE_KEY_PURPOSE_FIELD": true, - "SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS": true, - "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS": 3, - "SOC_EFUSE_SOFT_DIS_JTAG": true, - "SOC_EFUSE_SUPPORTED": true, - "SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX": 32, - "SOC_FLASH_ENCRYPTION_XTS_AES": true, - "SOC_FLASH_ENCRYPTION_XTS_AES_128": true, - "SOC_FLASH_ENC_SUPPORTED": true, - "SOC_GDMA_NUM_GROUPS_MAX": 1, - "SOC_GDMA_PAIRS_PER_GROUP_MAX": 3, - "SOC_GDMA_SUPPORTED": true, - "SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX": true, - "SOC_GPIO_CLOCKOUT_CHANNEL_NUM": 3, - "SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT": 6, - "SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK": 0, - "SOC_GPIO_FILTER_CLK_SUPPORT_APB": true, - "SOC_GPIO_IN_RANGE_MAX": 21, - "SOC_GPIO_OUT_RANGE_MAX": 21, - "SOC_GPIO_PIN_COUNT": 22, - "SOC_GPIO_PORT": 1, - "SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP": true, - "SOC_GPIO_SUPPORT_FORCE_HOLD": true, - "SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP": true, - "SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER": true, - "SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK": 4194240, - "SOC_GPSPI_SUPPORTED": true, - "SOC_GPTIMER_SUPPORTED": true, - "SOC_HMAC_SUPPORTED": true, - "SOC_HP_I2C_NUM": 1, - "SOC_I2C_CMD_REG_NUM": 8, - "SOC_I2C_FIFO_LEN": 32, - "SOC_I2C_NUM": 1, - "SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE": true, - "SOC_I2C_SLAVE_SUPPORT_BROADCAST": true, - "SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS": true, - "SOC_I2C_SUPPORTED": true, - "SOC_I2C_SUPPORT_10BIT_ADDR": true, - "SOC_I2C_SUPPORT_HW_CLR_BUS": true, - "SOC_I2C_SUPPORT_RTC": true, - "SOC_I2C_SUPPORT_SLAVE": true, - "SOC_I2C_SUPPORT_XTAL": true, - "SOC_I2S_HW_VERSION_2": true, - "SOC_I2S_NUM": 1, - "SOC_I2S_PDM_MAX_TX_LINES": 2, - "SOC_I2S_SUPPORTED": true, - "SOC_I2S_SUPPORTS_PCM": true, - "SOC_I2S_SUPPORTS_PDM": true, - "SOC_I2S_SUPPORTS_PDM_TX": true, - "SOC_I2S_SUPPORTS_PLL_F160M": true, - "SOC_I2S_SUPPORTS_TDM": true, - "SOC_I2S_SUPPORTS_XTAL": true, - "SOC_LEDC_CHANNEL_NUM": 6, - "SOC_LEDC_SUPPORTED": true, - "SOC_LEDC_SUPPORT_APB_CLOCK": true, - "SOC_LEDC_SUPPORT_FADE_STOP": true, - "SOC_LEDC_SUPPORT_XTAL_CLOCK": true, - "SOC_LEDC_TIMER_BIT_WIDTH": 14, - "SOC_LEDC_TIMER_NUM": 4, - "SOC_LIGHT_SLEEP_SUPPORTED": true, - "SOC_LP_PERIPH_SHARE_INTERRUPT": true, - "SOC_MAC_BB_PD_MEM_SIZE": 192, - "SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE": 16, - "SOC_MEMPROT_MEM_ALIGN_SIZE": 512, - "SOC_MEMPROT_SUPPORTED": true, - "SOC_MEMSPI_IS_INDEPENDENT": true, - "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": 1, - "SOC_MMU_PERIPH_NUM": 1, - "SOC_MPI_MEM_BLOCKS_NUM": 4, - "SOC_MPI_OPERATIONS_NUM": 3, - "SOC_MPI_SUPPORTED": true, - "SOC_MPU_MIN_REGION_SIZE": 536870912, - "SOC_MPU_REGIONS_MAX_NUM": 8, - "SOC_MWDT_SUPPORT_XTAL": true, - "SOC_PHY_COMBO_MODULE": true, - "SOC_PHY_DIG_REGS_MEM_SIZE": 21, - "SOC_PHY_SUPPORTED": true, - "SOC_PM_CPU_RETENTION_BY_RTCCNTL": true, - "SOC_PM_MODEM_PD_BY_SW": true, - "SOC_PM_MODEM_RETENTION_BY_BACKUPDMA": true, - "SOC_PM_SUPPORTED": true, - "SOC_PM_SUPPORT_BT_PD": true, - "SOC_PM_SUPPORT_BT_WAKEUP": true, - "SOC_PM_SUPPORT_CPU_PD": true, - "SOC_PM_SUPPORT_MAC_BB_PD": true, - "SOC_PM_SUPPORT_RC_FAST_PD": true, - "SOC_PM_SUPPORT_VDDSDIO_PD": true, - "SOC_PM_SUPPORT_WIFI_PD": true, - "SOC_PM_SUPPORT_WIFI_WAKEUP": true, - "SOC_RMT_CHANNELS_PER_GROUP": 4, - "SOC_RMT_GROUPS": 1, - "SOC_RMT_MEM_WORDS_PER_CHANNEL": 48, - "SOC_RMT_RX_CANDIDATES_PER_GROUP": 2, - "SOC_RMT_SUPPORTED": true, - "SOC_RMT_SUPPORT_APB": true, - "SOC_RMT_SUPPORT_RC_FAST": true, - "SOC_RMT_SUPPORT_RX_DEMODULATION": true, - "SOC_RMT_SUPPORT_RX_PINGPONG": true, - "SOC_RMT_SUPPORT_TX_ASYNC_STOP": true, - "SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY": true, - "SOC_RMT_SUPPORT_TX_LOOP_COUNT": true, - "SOC_RMT_SUPPORT_TX_SYNCHRO": true, - "SOC_RMT_SUPPORT_XTAL": true, - "SOC_RMT_TX_CANDIDATES_PER_GROUP": 2, - "SOC_RNG_SUPPORTED": true, - "SOC_RSA_MAX_BIT_LEN": 3072, - "SOC_RTCIO_PIN_COUNT": 0, - "SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH": 128, - "SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM": 108, - "SOC_RTC_FAST_MEM_SUPPORTED": true, - "SOC_RTC_MEM_SUPPORTED": true, - "SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256": true, - "SOC_SDM_CHANNELS_PER_GROUP": 4, - "SOC_SDM_CLK_SUPPORT_APB": true, - "SOC_SDM_GROUPS": 1, - "SOC_SDM_SUPPORTED": true, - "SOC_SECURE_BOOT_SUPPORTED": true, - "SOC_SECURE_BOOT_V2_RSA": true, - "SOC_SHARED_IDCACHE_SUPPORTED": true, - "SOC_SHA_DMA_MAX_BUFFER_SIZE": 3968, - "SOC_SHA_GDMA": true, - "SOC_SHA_SUPPORTED": true, - "SOC_SHA_SUPPORT_DMA": true, - "SOC_SHA_SUPPORT_RESUME": true, - "SOC_SHA_SUPPORT_SHA1": true, - "SOC_SHA_SUPPORT_SHA224": true, - "SOC_SHA_SUPPORT_SHA256": true, - "SOC_SLEEP_SYSTIMER_STALL_WORKAROUND": true, - "SOC_SLEEP_TGWDT_STOP_WORKAROUND": true, - "SOC_SPI_FLASH_SUPPORTED": true, - "SOC_SPI_MAXIMUM_BUFFER_SIZE": 64, - "SOC_SPI_MAX_CS_NUM": 6, - "SOC_SPI_MAX_PRE_DIVIDER": 16, - "SOC_SPI_MEM_SUPPORT_AUTO_RESUME": true, - "SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND": true, - "SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE": true, - "SOC_SPI_MEM_SUPPORT_CHECK_SUS": true, - "SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE": true, - "SOC_SPI_MEM_SUPPORT_IDLE_INTR": true, - "SOC_SPI_MEM_SUPPORT_SW_SUSPEND": true, - "SOC_SPI_MEM_SUPPORT_WRAP": true, - "SOC_SPI_PERIPH_NUM": 2, - "SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT": true, - "SOC_SPI_SCT_BUFFER_NUM_MAX": true, - "SOC_SPI_SCT_CONF_BITLEN_MAX": 262138, - "SOC_SPI_SCT_REG_NUM": 14, - "SOC_SPI_SCT_SUPPORTED": true, - "SOC_SPI_SLAVE_SUPPORT_SEG_TRANS": true, - "SOC_SPI_SUPPORT_CD_SIG": true, - "SOC_SPI_SUPPORT_CLK_APB": true, - "SOC_SPI_SUPPORT_CLK_XTAL": true, - "SOC_SPI_SUPPORT_CONTINUOUS_TRANS": true, - "SOC_SPI_SUPPORT_DDRCLK": true, - "SOC_SPI_SUPPORT_SLAVE_HD_VER2": true, - "SOC_SUPPORTS_SECURE_DL_MODE": true, - "SOC_SUPPORT_COEXISTENCE": true, - "SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY": true, - "SOC_SYSTIMER_ALARM_MISS_COMPENSATE": true, - "SOC_SYSTIMER_ALARM_NUM": 3, - "SOC_SYSTIMER_BIT_WIDTH_HI": 20, - "SOC_SYSTIMER_BIT_WIDTH_LO": 32, - "SOC_SYSTIMER_COUNTER_NUM": 2, - "SOC_SYSTIMER_FIXED_DIVIDER": true, - "SOC_SYSTIMER_INT_LEVEL": true, - "SOC_SYSTIMER_SUPPORTED": true, - "SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC": true, - "SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL": true, - "SOC_TEMP_SENSOR_SUPPORTED": true, - "SOC_TIMER_GROUPS": 2, - "SOC_TIMER_GROUP_COUNTER_BIT_WIDTH": 54, - "SOC_TIMER_GROUP_SUPPORT_APB": true, - "SOC_TIMER_GROUP_SUPPORT_XTAL": true, - "SOC_TIMER_GROUP_TIMERS_PER_GROUP": 1, - "SOC_TIMER_GROUP_TOTAL_TIMERS": 2, - "SOC_TWAI_BRP_MAX": 16384, - "SOC_TWAI_BRP_MIN": 2, - "SOC_TWAI_CLK_SUPPORT_APB": true, - "SOC_TWAI_CONTROLLER_NUM": 1, - "SOC_TWAI_SUPPORTED": true, - "SOC_TWAI_SUPPORTS_RX_STATUS": true, - "SOC_UART_BITRATE_MAX": 5000000, - "SOC_UART_FIFO_LEN": 128, - "SOC_UART_HP_NUM": 2, - "SOC_UART_NUM": 2, - "SOC_UART_SUPPORTED": true, - "SOC_UART_SUPPORT_APB_CLK": true, - "SOC_UART_SUPPORT_FSM_TX_WAIT_SEND": true, - "SOC_UART_SUPPORT_RTC_CLK": true, - "SOC_UART_SUPPORT_WAKEUP_INT": true, - "SOC_UART_SUPPORT_XTAL_CLK": true, - "SOC_USB_SERIAL_JTAG_SUPPORTED": true, - "SOC_WDT_SUPPORTED": true, - "SOC_WIFI_CSI_SUPPORT": true, - "SOC_WIFI_FTM_SUPPORT": true, - "SOC_WIFI_GCMP_SUPPORT": true, - "SOC_WIFI_HW_TSF": true, - "SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH": 12, - "SOC_WIFI_MESH_SUPPORT": true, - "SOC_WIFI_PHY_NEEDS_USB_WORKAROUND": true, - "SOC_WIFI_SUPPORTED": true, - "SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW": true, - "SOC_WIFI_WAPI_SUPPORT": true, - "SOC_XTAL_SUPPORT_40M": true, - "SOC_XT_WDT_SUPPORTED": true, - "SPI_FLASH_AUTO_SUSPEND": 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_ROM_IMPL": false, - "SPI_FLASH_SIZE_OVERRIDE": false, - "SPI_FLASH_SUPPORT_BOYA_CHIP": true, - "SPI_FLASH_SUPPORT_GD_CHIP": true, - "SPI_FLASH_SUPPORT_ISSI_CHIP": true, - "SPI_FLASH_SUPPORT_MXIC_CHIP": true, - "SPI_FLASH_SUPPORT_TH_CHIP": true, - "SPI_FLASH_SUPPORT_WINBOND_CHIP": true, - "SPI_FLASH_SUSPEND_TSUS_VAL_US": 50, - "SPI_FLASH_VENDOR_BOYA_SUPPORTED": true, - "SPI_FLASH_VENDOR_GD_SUPPORTED": true, - "SPI_FLASH_VENDOR_ISSI_SUPPORTED": true, - "SPI_FLASH_VENDOR_MXIC_SUPPORTED": true, - "SPI_FLASH_VENDOR_TH_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_40": true -} \ No newline at end of file diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader/cmake_install.cmake deleted file mode 100644 index 051516071..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj deleted file mode 100644 index 1b2a931c7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj deleted file mode 100644 index 4747b35a9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj deleted file mode 100644 index ad72a5190..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj deleted file mode 100644 index 570ff49de..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj deleted file mode 100644 index a53a8e554..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj deleted file mode 100644 index 983d084f4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj deleted file mode 100644 index 87c2d5011..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj deleted file mode 100644 index bfe693024..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj deleted file mode 100644 index 505b1c4c3..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj deleted file mode 100644 index 222b5b8c8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj deleted file mode 100644 index 990ce389d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj deleted file mode 100644 index efa3efb71..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj deleted file mode 100644 index f244a2ac8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj deleted file mode 100644 index ba151d7df..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj deleted file mode 100644 index 8b6c934f4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj deleted file mode 100644 index f85d17557..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_esp32c3.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_esp32c3.c.obj deleted file mode 100644 index 91650d3de..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_esp32c3.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_sha.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_sha.c.obj deleted file mode 100644 index 172c0477c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_sha.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_soc.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_soc.c.obj deleted file mode 100644 index b2fdfb521..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_soc.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj deleted file mode 100644 index 28b81c3b4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj deleted file mode 100644 index df8ffd671..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj deleted file mode 100644 index 723edf636..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj deleted file mode 100644 index 662be7dff..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake deleted file mode 100644 index d1f4e47ef..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/libbootloader_support.a b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/libbootloader_support.a deleted file mode 100644 index 20196b7ec..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/libbootloader_support.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/cmake_install.cmake deleted file mode 100644 index 3ffde105f..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/cmake_install.cmake +++ /dev/null @@ -1,144 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/riscv/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/newlib/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_security/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/log/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/freertos/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/main/cmake_install.cmake") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj deleted file mode 100644 index 8c2f3c142..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj deleted file mode 100644 index cdbf2a6f8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj deleted file mode 100644 index 13276352f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj deleted file mode 100644 index 142236eaf..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj deleted file mode 100644 index 08c2646dd..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj deleted file mode 100644 index 4adf03298..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj deleted file mode 100644 index 792d77531..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj deleted file mode 100644 index bfa878473..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/cmake_install.cmake deleted file mode 100644 index d0cca940e..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/libefuse.a b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/libefuse.a deleted file mode 100644 index d1dc7cdeb..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/libefuse.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake deleted file mode 100644 index b02e532ca..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj deleted file mode 100644 index 3671353fa..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake deleted file mode 100644 index 3cc1483e6..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_bootloader_format/libesp_bootloader_format.a b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_bootloader_format/libesp_bootloader_format.a deleted file mode 100644 index 2b81bfdcb..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_bootloader_format/libesp_bootloader_format.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj deleted file mode 100644 index ad191c1a5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_common/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_common/cmake_install.cmake deleted file mode 100644 index c77602482..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_common/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_common/libesp_common.a b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_common/libesp_common.a deleted file mode 100644 index 83cf69ec9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_common/libesp_common.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj deleted file mode 100644 index f859c61e6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj deleted file mode 100644 index 57b6d25d0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj deleted file mode 100644 index 3b7507139..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj deleted file mode 100644 index 8ed088aa7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj deleted file mode 100644 index 48a56401d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj deleted file mode 100644 index c4c58168b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj deleted file mode 100644 index 25bfcaed6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj deleted file mode 100644 index f005b9929..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj deleted file mode 100644 index 1b9c02936..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj deleted file mode 100644 index 830e390c6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake deleted file mode 100644 index 284054d07..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake +++ /dev/null @@ -1,49 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/port/esp32c3/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/lowpower/cmake_install.cmake") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/libesp_hw_support.a b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/libesp_hw_support.a deleted file mode 100644 index 9193a6e0b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/libesp_hw_support.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/lowpower/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/lowpower/cmake_install.cmake deleted file mode 100644 index 8a8d5b38f..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/lowpower/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/lowpower - -# 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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/port/esp32c3/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/port/esp32c3/cmake_install.cmake deleted file mode 100644 index a4d89789c..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/port/esp32c3/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3 - -# 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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj deleted file mode 100644 index c4726d03e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj deleted file mode 100644 index 94731a42e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj deleted file mode 100644 index 18c41cb6c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj deleted file mode 100644 index fe97284e0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj deleted file mode 100644 index 543472beb..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj deleted file mode 100644 index fd85f9f03..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj deleted file mode 100644 index 34a64d0f8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj deleted file mode 100644 index d88bbffb8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/cmake_install.cmake deleted file mode 100644 index 795157dd8..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/libesp_rom.a b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/libesp_rom.a deleted file mode 100644 index ccbbc712a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/libesp_rom.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_security/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_security/cmake_install.cmake deleted file mode 100644 index 33432369e..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_security/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_security - -# 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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj deleted file mode 100644 index cc596e9f9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_system/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_system/cmake_install.cmake deleted file mode 100644 index 5a56518e9..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_system/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_system/libesp_system.a b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_system/libesp_system.a deleted file mode 100644 index 83065fa83..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_system/libesp_system.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esptool_py/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esptool_py/cmake_install.cmake deleted file mode 100644 index e9fe58c9d..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esptool_py/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/freertos/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/freertos/cmake_install.cmake deleted file mode 100644 index ba739b718..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/freertos/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj deleted file mode 100644 index f2bc6a579..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj deleted file mode 100644 index add508010..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj deleted file mode 100644 index 87d0265a0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj deleted file mode 100644 index bd44737f7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj deleted file mode 100644 index 6a9829b35..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj deleted file mode 100644 index af0224872..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/cmake_install.cmake deleted file mode 100644 index dd4c0b9c6..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/libhal.a b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/libhal.a deleted file mode 100644 index 303d38e32..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/libhal.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj deleted file mode 100644 index d8babd1a2..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj deleted file mode 100644 index a62ef571e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj deleted file mode 100644 index c8b7952d8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/log/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/log/cmake_install.cmake deleted file mode 100644 index e5e60ac59..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/log/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/log/liblog.a b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/log/liblog.a deleted file mode 100644 index 1ed4edd8f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/log/liblog.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj deleted file mode 100644 index a3355ae7e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/main/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/main/cmake_install.cmake deleted file mode 100644 index afe989f9b..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/main/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/main/libmain.a b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/main/libmain.a deleted file mode 100644 index 3e7f87313..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/main/libmain.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj deleted file mode 100644 index b2658469d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake deleted file mode 100644 index 417ae3c1b..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/micro-ecc/libmicro-ecc.a b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/micro-ecc/libmicro-ecc.a deleted file mode 100644 index 2fced8af4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/micro-ecc/libmicro-ecc.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/newlib/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/newlib/cmake_install.cmake deleted file mode 100644 index 4cf67e258..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/newlib/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/partition_table/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/partition_table/cmake_install.cmake deleted file mode 100644 index 7f1b41a09..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/partition_table/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/riscv/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/riscv/cmake_install.cmake deleted file mode 100644 index 0c33f605c..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/riscv/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/riscv - -# 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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj deleted file mode 100644 index 7a96f4ee0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj deleted file mode 100644 index 224385ca6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj deleted file mode 100644 index 7885c0cb1..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj deleted file mode 100644 index d9bb4b40a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj deleted file mode 100644 index b80d80cf1..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj deleted file mode 100644 index 399d4b249..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj deleted file mode 100644 index 90f0cba23..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj deleted file mode 100644 index 781b0af3a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj deleted file mode 100644 index 123c98445..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj deleted file mode 100644 index a7f3a548d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj deleted file mode 100644 index 40ccdacc2..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj deleted file mode 100644 index 1129f4bb9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj deleted file mode 100644 index 14c4f7005..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj deleted file mode 100644 index 81186a0fd..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj deleted file mode 100644 index afc40fea0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj deleted file mode 100644 index 0bdb01608..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj deleted file mode 100644 index 77e1302cb..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj deleted file mode 100644 index 23b88700e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj deleted file mode 100644 index 0c8b51962..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/cmake_install.cmake deleted file mode 100644 index dc9976064..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/libsoc.a b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/libsoc.a deleted file mode 100644 index 5b6686b1e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/libsoc.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj deleted file mode 100644 index 040e5de65..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/spi_flash/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/spi_flash/cmake_install.cmake deleted file mode 100644 index ad8185ab1..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/spi_flash/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/spi_flash/libspi_flash.a b/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/spi_flash/libspi_flash.a deleted file mode 100644 index 27798c3e3..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/spi_flash/libspi_flash.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/kconfigs.in b/ESP-IDF_mqtt-ssl/build/bootloader/kconfigs.in deleted file mode 100644 index d0d90bf4d..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/kconfigs.in +++ /dev/null @@ -1,11 +0,0 @@ -source "C:/Users/alex/esp/v5.4/esp-idf/components/efuse/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_common/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_security/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/freertos/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/hal/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/log/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/newlib/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/soc/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/Kconfig" \ No newline at end of file diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/kconfigs_projbuild.in b/ESP-IDF_mqtt-ssl/build/bootloader/kconfigs_projbuild.in deleted file mode 100644 index 340aeef55..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/kconfigs_projbuild.in +++ /dev/null @@ -1,5 +0,0 @@ -source "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/Kconfig.projbuild" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/Kconfig.projbuild" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/Kconfig.projbuild" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/Kconfig.projbuild" -source "C:/Users/alex/esp/v5.4/esp-idf/components/partition_table/Kconfig.projbuild" \ No newline at end of file diff --git a/ESP-IDF_mqtt-ssl/build/bootloader/project_description.json b/ESP-IDF_mqtt-ssl/build/bootloader/project_description.json deleted file mode 100644 index 89f388159..000000000 --- a/ESP-IDF_mqtt-ssl/build/bootloader/project_description.json +++ /dev/null @@ -1,1634 +0,0 @@ -{ - "version": "1.1", - "project_name": "bootloader", - "project_version": "v5.4", - "project_path": "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject", - "idf_path": "C:/Users/alex/esp/v5.4/esp-idf", - "build_dir": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", - "config_file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/sdkconfig", - "config_defaults": "", - "bootloader_elf": "", - "app_elf": "bootloader.elf", - "app_bin": "bootloader.bin", - "build_type": "flash_app", - "git_revision": "v5.4", - "target": "esp32c3", - "rev": "", - "min_rev": "3", - "max_rev": "199", - "phy_data_partition": "", - "monitor_baud" : "115200", - "monitor_toolprefix": "riscv32-esp-elf-", - "c_compiler": "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc.exe", - "config_environment" : { - "COMPONENT_KCONFIGS" : "C:/Users/alex/esp/v5.4/esp-idf/components/efuse/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_common/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_security/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/freertos/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/hal/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/log/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/newlib/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/soc/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/Kconfig", - "COMPONENT_KCONFIGS_PROJBUILD" : "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/Kconfig.projbuild;C:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/Kconfig.projbuild;C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/Kconfig.projbuild;C:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/Kconfig.projbuild;C:/Users/alex/esp/v5.4/esp-idf/components/partition_table/Kconfig.projbuild" - }, - "common_component_reqs": [ "log", "esp_rom", "esp_common", "esp_hw_support", "newlib", "riscv" ], - "build_components" : [ "bootloader", "bootloader_support", "efuse", "esp_app_format", "esp_bootloader_format", "esp_common", "esp_hw_support", "esp_rom", "esp_security", "esp_system", "esptool_py", "freertos", "hal", "log", "main", "micro-ecc", "newlib", "partition_table", "riscv", "soc", "spi_flash", "" ], - "build_component_paths" : [ "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support", "C:/Users/alex/esp/v5.4/esp-idf/components/efuse", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_common", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_security", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system", "C:/Users/alex/esp/v5.4/esp-idf/components/esptool_py", "C:/Users/alex/esp/v5.4/esp-idf/components/freertos", "C:/Users/alex/esp/v5.4/esp-idf/components/hal", "C:/Users/alex/esp/v5.4/esp-idf/components/log", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/main", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc", "C:/Users/alex/esp/v5.4/esp-idf/components/newlib", "C:/Users/alex/esp/v5.4/esp-idf/components/partition_table", "C:/Users/alex/esp/v5.4/esp-idf/components/riscv", "C:/Users/alex/esp/v5.4/esp-idf/components/soc", "C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash", "" ], - "build_component_info" : { - "bootloader": { - "alias": "idf::bootloader", - "target": "___idf_bootloader", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/bootloader_support", - "type": "LIBRARY", - "lib": "__idf_bootloader_support", - "reqs": [ "soc" ], - "priv_reqs": [ "micro-ecc", "spi_flash", "efuse", "esp_bootloader_format", "esp_app_format", "hal" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/bootloader_support/libbootloader_support.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_mem.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_random.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_efuse.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/flash_encrypt.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/secure_boot.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_random_esp32c3.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32c3.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_utility.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/flash_partitions.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/esp_image_format.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_init.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_clock_loader.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_console.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_console_loader.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/esp32c3/bootloader_sha.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/esp32c3/bootloader_soc.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/esp32c3/bootloader_esp32c3.c", "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/efuse", - "type": "LIBRARY", - "lib": "__idf_efuse", - "reqs": [], - "priv_reqs": [ "bootloader_support", "soc", "spi_flash" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/efuse/libefuse.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/esp_efuse_table.c", "C:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/esp_efuse_fields.c", "C:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/esp_efuse_rtc_calib.c", "C:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/esp_efuse_utility.c", "C:/Users/alex/esp/v5.4/esp-idf/components/efuse/src/esp_efuse_api.c", "C:/Users/alex/esp/v5.4/esp-idf/components/efuse/src/esp_efuse_fields.c", "C:/Users/alex/esp/v5.4/esp-idf/components/efuse/src/esp_efuse_utility.c", "C:/Users/alex/esp/v5.4/esp-idf/components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c" ], - "include_dirs": [ "include", "esp32c3/include" ] - }, - "esp_app_format": { - "alias": "idf::esp_app_format", - "target": "___idf_esp_app_format", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format", - "type": "CONFIG_ONLY", - "lib": "__idf_esp_app_format", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "", - "sources": [], - "include_dirs": [ "include" ] - }, - "esp_bootloader_format": { - "alias": "idf::esp_bootloader_format", - "target": "___idf_esp_bootloader_format", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format", - "type": "LIBRARY", - "lib": "__idf_esp_bootloader_format", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_bootloader_format/libesp_bootloader_format.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c" ], - "include_dirs": [ "include" ] - }, - "esp_common": { - "alias": "idf::esp_common", - "target": "___idf_esp_common", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_common", - "type": "LIBRARY", - "lib": "__idf_esp_common", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_common/libesp_common.a", - "sources": [ "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_hw_support", - "type": "LIBRARY", - "lib": "__idf_esp_hw_support", - "reqs": [ "soc" ], - "priv_reqs": [ "efuse", "spi_flash", "bootloader_support", "esp_security", "esp_system" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_hw_support/libesp_hw_support.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/cpu.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/esp_cpu_intr.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/esp_memory_utils.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/cpu_region_protect.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/rtc_clk_init.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/rtc_clk.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/rtc_init.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/rtc_sleep.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/rtc_time.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/chip_info.c" ], - "include_dirs": [ "include", "include/soc", "include/soc/esp32c3", "dma/include", "ldo/include", "debug_probe/include" ] - }, - "esp_rom": { - "alias": "idf::esp_rom", - "target": "___idf_esp_rom", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom", - "type": "LIBRARY", - "lib": "__idf_esp_rom", - "reqs": [], - "priv_reqs": [ "soc", "hal" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_rom/libesp_rom.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_sys.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_print.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_crc.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_uart.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_gpio.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_systimer.c" ], - "include_dirs": [ "include", "esp32c3/include", "esp32c3/include/esp32c3", "esp32c3" ] - }, - "esp_security": { - "alias": "idf::esp_security", - "target": "___idf_esp_security", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_security", - "type": "CONFIG_ONLY", - "lib": "__idf_esp_security", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "", - "sources": [], - "include_dirs": [ "include" ] - }, - "esp_system": { - "alias": "idf::esp_system", - "target": "___idf_esp_system", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system", - "type": "LIBRARY", - "lib": "__idf_esp_system", - "reqs": [ "spi_flash" ], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/esp_system/libesp_system.a", - "sources": [ "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/hal", - "type": "LIBRARY", - "lib": "__idf_hal", - "reqs": [ "soc", "esp_rom" ], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/hal/libhal.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/hal/hal_utils.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/efuse_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/efuse_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/wdt_hal_iram.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/mmu_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/cache_hal.c" ], - "include_dirs": [ "platform_port/include", "esp32c3/include", "include" ] - }, - "log": { - "alias": "idf::log", - "target": "___idf_log", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/log", - "type": "LIBRARY", - "lib": "__idf_log", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/log/liblog.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/log/src/noos/log_timestamp.c", "C:/Users/alex/esp/v5.4/esp-idf/components/log/src/log_timestamp_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/log/src/noos/log_lock.c" ], - "include_dirs": [ "include" ] - }, - "main": { - "alias": "idf::main", - "target": "___idf_main", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/main", - "type": "LIBRARY", - "lib": "__idf_main", - "reqs": [ "bootloader", "bootloader_support" ], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/main/libmain.a", - "sources": [ "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc", - "type": "LIBRARY", - "lib": "__idf_micro-ecc", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/micro-ecc/libmicro-ecc.a", - "sources": [ "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/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": [] - }, - "riscv": { - "alias": "idf::riscv", - "target": "___idf_riscv", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/riscv", - "type": "CONFIG_ONLY", - "lib": "__idf_riscv", - "reqs": [], - "priv_reqs": [ "soc" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "", - "sources": [], - "include_dirs": [ "include" ] - }, - "soc": { - "alias": "idf::soc", - "target": "___idf_soc", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/soc", - "type": "LIBRARY", - "lib": "__idf_soc", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/soc/libsoc.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/soc/lldesc.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/dport_access_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/interrupts.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/gpio_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/uart_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/adc_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/dedic_gpio_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/gdma_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/spi_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/ledc_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/rmt_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/sdm_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/i2s_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/i2c_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/temperature_sensor_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/timer_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/mpi_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/twai_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/wdt_periph.c" ], - "include_dirs": [ "include", "esp32c3", "esp32c3/include", "esp32c3/register" ] - }, - "spi_flash": { - "alias": "idf::spi_flash", - "target": "___idf_spi_flash", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/esp-idf/spi_flash/libspi_flash.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/spi_flash_wrap.c" ], - "include_dirs": [ "include" ] - } - }, - "all_component_info" : { - "app_trace": { - "alias": "idf::app_trace", - "target": "___idf_app_trace", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/app_trace", - "lib": "__idf_app_trace", - "reqs": [ "esp_timer" ], - "priv_reqs": [ "esp_driver_gptimer", "esp_driver_gpio", "esp_driver_uart" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "app_update": { - "alias": "idf::app_update", - "target": "___idf_app_update", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/app_update", - "lib": "__idf_app_update", - "reqs": [ "partition_table", "bootloader_support", "esp_app_format", "esp_bootloader_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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/bootloader_support", - "lib": "__idf_bootloader_support", - "reqs": [ "soc" ], - "priv_reqs": [ "micro-ecc", "spi_flash", "efuse", "esp_bootloader_format", "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/alex/esp/v5.4/esp-idf/components/bt", - "lib": "__idf_bt", - "reqs": [ "esp_timer", "esp_wifi" ], - "priv_reqs": [ "nvs_flash", "soc", "esp_pm", "esp_phy", "esp_coex", "mbedtls", "esp_driver_uart", "vfs", "esp_ringbuf" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [] - }, - "cmock": { - "alias": "idf::cmock", - "target": "___idf_cmock", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/console", - "lib": "__idf_console", - "reqs": [ "vfs", "esp_vfs_console" ], - "priv_reqs": [ "esp_driver_uart", "esp_driver_usb_serial_jtag" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader" ] - }, - "cxx": { - "alias": "idf::cxx", - "target": "___idf_cxx", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/cxx", - "lib": "__idf_cxx", - "reqs": [], - "priv_reqs": [ "pthread", "esp_system" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [] - }, - "driver": { - "alias": "idf::driver", - "target": "___idf_driver", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/efuse", - "lib": "__idf_efuse", - "reqs": [], - "priv_reqs": [ "bootloader_support", "soc", "spi_flash" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include", "esp32c3/include" ] - }, - "esp-tls": { - "alias": "idf::esp-tls", - "target": "___idf_esp-tls", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp-tls", - "lib": "__idf_esp-tls", - "reqs": [ "mbedtls" ], - "priv_reqs": [ "http_parser", "esp_timer", "lwip" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader", "esp-tls-crypto" ] - }, - "esp_adc": { - "alias": "idf::esp_adc", - "target": "___idf_esp_adc", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_adc", - "lib": "__idf_esp_adc", - "reqs": [], - "priv_reqs": [ "driver", "esp_driver_gpio", "efuse", "esp_pm", "esp_ringbuf", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include", "interface", "esp32c3/include", "deprecated/include" ] - }, - "esp_app_format": { - "alias": "idf::esp_app_format", - "target": "___idf_esp_app_format", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format", - "lib": "__idf_esp_app_format", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_bootloader_format": { - "alias": "idf::esp_bootloader_format", - "target": "___idf_esp_bootloader_format", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format", - "lib": "__idf_esp_bootloader_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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_common", - "lib": "__idf_esp_common", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_ana_cmpr": { - "alias": "idf::esp_driver_ana_cmpr", - "target": "___idf_esp_driver_ana_cmpr", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr", - "lib": "__idf_esp_driver_ana_cmpr", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_cam": { - "alias": "idf::esp_driver_cam", - "target": "___idf_esp_driver_cam", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam", - "lib": "__idf_esp_driver_cam", - "reqs": [ "esp_driver_isp", "esp_mm" ], - "priv_reqs": [ "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include", "interface" ] - }, - "esp_driver_dac": { - "alias": "idf::esp_driver_dac", - "target": "___idf_esp_driver_dac", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac", - "lib": "__idf_esp_driver_dac", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "./include" ] - }, - "esp_driver_gpio": { - "alias": "idf::esp_driver_gpio", - "target": "___idf_esp_driver_gpio", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio", - "lib": "__idf_esp_driver_gpio", - "reqs": [], - "priv_reqs": [ "esp_pm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_gptimer": { - "alias": "idf::esp_driver_gptimer", - "target": "___idf_esp_driver_gptimer", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer", - "lib": "__idf_esp_driver_gptimer", - "reqs": [ "esp_pm" ], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_i2c": { - "alias": "idf::esp_driver_i2c", - "target": "___idf_esp_driver_i2c", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c", - "lib": "__idf_esp_driver_i2c", - "reqs": [], - "priv_reqs": [ "esp_driver_gpio", "esp_pm", "esp_ringbuf" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_i2s": { - "alias": "idf::esp_driver_i2s", - "target": "___idf_esp_driver_i2s", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s", - "lib": "__idf_esp_driver_i2s", - "reqs": [], - "priv_reqs": [ "esp_driver_gpio", "esp_pm", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_isp": { - "alias": "idf::esp_driver_isp", - "target": "___idf_esp_driver_isp", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp", - "lib": "__idf_esp_driver_isp", - "reqs": [ "esp_mm" ], - "priv_reqs": [ "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_jpeg": { - "alias": "idf::esp_driver_jpeg", - "target": "___idf_esp_driver_jpeg", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_jpeg", - "lib": "__idf_esp_driver_jpeg", - "reqs": [], - "priv_reqs": [ "esp_mm", "esp_pm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_ledc": { - "alias": "idf::esp_driver_ledc", - "target": "___idf_esp_driver_ledc", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc", - "lib": "__idf_esp_driver_ledc", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_mcpwm": { - "alias": "idf::esp_driver_mcpwm", - "target": "___idf_esp_driver_mcpwm", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm", - "lib": "__idf_esp_driver_mcpwm", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_parlio": { - "alias": "idf::esp_driver_parlio", - "target": "___idf_esp_driver_parlio", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio", - "lib": "__idf_esp_driver_parlio", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_pcnt": { - "alias": "idf::esp_driver_pcnt", - "target": "___idf_esp_driver_pcnt", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt", - "lib": "__idf_esp_driver_pcnt", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_ppa": { - "alias": "idf::esp_driver_ppa", - "target": "___idf_esp_driver_ppa", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ppa", - "lib": "__idf_esp_driver_ppa", - "reqs": [], - "priv_reqs": [ "esp_mm", "esp_pm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_rmt": { - "alias": "idf::esp_driver_rmt", - "target": "___idf_esp_driver_rmt", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt", - "lib": "__idf_esp_driver_rmt", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_sdio": { - "alias": "idf::esp_driver_sdio", - "target": "___idf_esp_driver_sdio", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio", - "lib": "__idf_esp_driver_sdio", - "reqs": [], - "priv_reqs": [ "esp_driver_gpio", "esp_ringbuf" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_sdm": { - "alias": "idf::esp_driver_sdm", - "target": "___idf_esp_driver_sdm", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm", - "lib": "__idf_esp_driver_sdm", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_sdmmc": { - "alias": "idf::esp_driver_sdmmc", - "target": "___idf_esp_driver_sdmmc", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc", - "lib": "__idf_esp_driver_sdmmc", - "reqs": [ "sdmmc", "esp_driver_gpio" ], - "priv_reqs": [ "esp_timer", "esp_pm", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_sdspi": { - "alias": "idf::esp_driver_sdspi", - "target": "___idf_esp_driver_sdspi", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi", - "lib": "__idf_esp_driver_sdspi", - "reqs": [ "sdmmc", "esp_driver_spi", "esp_driver_gpio" ], - "priv_reqs": [ "esp_timer" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_spi": { - "alias": "idf::esp_driver_spi", - "target": "___idf_esp_driver_spi", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi", - "lib": "__idf_esp_driver_spi", - "reqs": [ "esp_pm" ], - "priv_reqs": [ "esp_timer", "esp_mm", "esp_driver_gpio", "esp_ringbuf" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_touch_sens": { - "alias": "idf::esp_driver_touch_sens", - "target": "___idf_esp_driver_touch_sens", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_touch_sens", - "lib": "__idf_esp_driver_touch_sens", - "reqs": [], - "priv_reqs": [ "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [] - }, - "esp_driver_tsens": { - "alias": "idf::esp_driver_tsens", - "target": "___idf_esp_driver_tsens", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens", - "lib": "__idf_esp_driver_tsens", - "reqs": [], - "priv_reqs": [ "efuse" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_uart": { - "alias": "idf::esp_driver_uart", - "target": "___idf_esp_driver_uart", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart", - "lib": "__idf_esp_driver_uart", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_ringbuf" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_usb_serial_jtag": { - "alias": "idf::esp_driver_usb_serial_jtag", - "target": "___idf_esp_driver_usb_serial_jtag", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag", - "lib": "__idf_esp_driver_usb_serial_jtag", - "reqs": [], - "priv_reqs": [ "esp_driver_gpio", "esp_ringbuf", "esp_pm", "esp_timer" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_eth": { - "alias": "idf::esp_eth", - "target": "___idf_esp_eth", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_eth", - "lib": "__idf_esp_eth", - "reqs": [ "esp_event" ], - "priv_reqs": [ "log", "esp_timer", "esp_driver_spi", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [] - }, - "esp_event": { - "alias": "idf::esp_event", - "target": "___idf_esp_event", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_https_server", - "lib": "__idf_esp_https_server", - "reqs": [ "esp_http_server", "esp-tls", "esp_event" ], - "priv_reqs": [ "lwip" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_hw_support": { - "alias": "idf::esp_hw_support", - "target": "___idf_esp_hw_support", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support", - "lib": "__idf_esp_hw_support", - "reqs": [ "soc" ], - "priv_reqs": [ "efuse", "spi_flash", "bootloader_support", "esp_security", "esp_system" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include", "include/soc", "include/soc/esp32c3", "dma/include", "ldo/include", "debug_probe/include" ] - }, - "esp_lcd": { - "alias": "idf::esp_lcd", - "target": "___idf_esp_lcd", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd", - "lib": "__idf_esp_lcd", - "reqs": [ "driver", "esp_driver_gpio", "esp_driver_i2c", "esp_driver_spi" ], - "priv_reqs": [ "esp_mm", "esp_psram", "esp_pm", "esp_driver_i2s" ], - "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/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_partition", - "lib": "__idf_esp_partition", - "reqs": [ "spi_flash" ], - "priv_reqs": [ "bootloader_support" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_phy": { - "alias": "idf::esp_phy", - "target": "___idf_esp_phy", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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", "esp32c3/include" ] - }, - "esp_pm": { - "alias": "idf::esp_pm", - "target": "___idf_esp_pm", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_pm", - "lib": "__idf_esp_pm", - "reqs": [], - "priv_reqs": [ "esp_system", "esp_driver_gpio", "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/alex/esp/v5.4/esp-idf/components/esp_psram", - "lib": "__idf_esp_psram", - "reqs": [], - "priv_reqs": [ "heap", "spi_flash", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_ringbuf": { - "alias": "idf::esp_ringbuf", - "target": "___idf_esp_ringbuf", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_rom", - "lib": "__idf_esp_rom", - "reqs": [], - "priv_reqs": [ "soc", "hal" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include", "esp32c3/include", "esp32c3/include/esp32c3", "esp32c3" ] - }, - "esp_security": { - "alias": "idf::esp_security", - "target": "___idf_esp_security", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_security", - "lib": "__idf_esp_security", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_system": { - "alias": "idf::esp_system", - "target": "___idf_esp_system", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_timer", - "lib": "__idf_esp_timer", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_vfs_console": { - "alias": "idf::esp_vfs_console", - "target": "___idf_esp_vfs_console", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console", - "lib": "__idf_esp_vfs_console", - "reqs": [], - "priv_reqs": [ "vfs", "esp_driver_uart", "esp_driver_usb_serial_jtag" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_wifi": { - "alias": "idf::esp_wifi", - "target": "___idf_esp_wifi", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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", "include/local", "wifi_apps/include", "wifi_apps/nan_app/include" ] - }, - "espcoredump": { - "alias": "idf::espcoredump", - "target": "___idf_espcoredump", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/espcoredump", - "lib": "__idf_espcoredump", - "reqs": [], - "priv_reqs": [ "esp_partition", "spi_flash", "bootloader_support", "mbedtls", "esp_rom", "soc", "esp_system", "esp_driver_gpio", "driver" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esptool_py": { - "alias": "idf::esptool_py", - "target": "___idf_esptool_py", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/fatfs", - "lib": "__idf_fatfs", - "reqs": [ "wear_levelling", "sdmmc", "esp_driver_sdmmc", "esp_driver_sdspi" ], - "priv_reqs": [ "vfs", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "diskio", "src", "vfs" ] - }, - "freertos": { - "alias": "idf::freertos", - "target": "___idf_freertos", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/hal", - "lib": "__idf_hal", - "reqs": [ "soc", "esp_rom" ], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "platform_port/include", "esp32c3/include", "include" ] - }, - "heap": { - "alias": "idf::heap", - "target": "___idf_heap", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/heap", - "lib": "__idf_heap", - "reqs": [], - "priv_reqs": [ "soc" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include", "tlsf" ] - }, - "http_parser": { - "alias": "idf::http_parser", - "target": "___idf_http_parser", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/idf_test", - "lib": "__idf_idf_test", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include", "include/esp32c3" ] - }, - "ieee802154": { - "alias": "idf::ieee802154", - "target": "___idf_ieee802154", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/ieee802154", - "lib": "__idf_ieee802154", - "reqs": [], - "priv_reqs": [ "esp_phy", "driver", "esp_timer", "esp_coex", "soc", "hal" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "json": { - "alias": "idf::json", - "target": "___idf_json", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/log", - "lib": "__idf_log", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "lwip": { - "alias": "idf::lwip", - "target": "___idf_lwip", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/lwip", - "lib": "__idf_lwip", - "reqs": [], - "priv_reqs": [ "vfs" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [] - }, - "mbedtls": { - "alias": "idf::mbedtls", - "target": "___idf_mbedtls", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/include" ] - }, - "newlib": { - "alias": "idf::newlib", - "target": "___idf_newlib", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/nvs_flash", - "lib": "__idf_nvs_flash", - "reqs": [ "esp_partition" ], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "nvs_sec_provider": { - "alias": "idf::nvs_sec_provider", - "target": "___idf_nvs_sec_provider", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider", - "lib": "__idf_nvs_sec_provider", - "reqs": [], - "priv_reqs": [ "bootloader_support", "efuse", "esp_partition", "nvs_flash" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "openthread": { - "alias": "idf::openthread", - "target": "___idf_openthread", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/openthread", - "lib": "__idf_openthread", - "reqs": [ "esp_netif", "lwip", "esp_driver_uart", "driver" ], - "priv_reqs": [ "console", "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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/perfmon", - "lib": "__idf_perfmon", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [] - }, - "protobuf-c": { - "alias": "idf::protobuf-c", - "target": "___idf_protobuf-c", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/riscv", - "lib": "__idf_riscv", - "reqs": [], - "priv_reqs": [ "soc" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "rt": { - "alias": "idf::rt", - "target": "___idf_rt", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/rt", - "lib": "__idf_rt", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "sdmmc": { - "alias": "idf::sdmmc", - "target": "___idf_sdmmc", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/sdmmc", - "lib": "__idf_sdmmc", - "reqs": [], - "priv_reqs": [ "soc", "esp_timer", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "soc": { - "alias": "idf::soc", - "target": "___idf_soc", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/soc", - "lib": "__idf_soc", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include", "esp32c3", "esp32c3/include", "esp32c3/register" ] - }, - "spi_flash": { - "alias": "idf::spi_flash", - "target": "___idf_spi_flash", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/spiffs", - "lib": "__idf_spiffs", - "reqs": [ "esp_partition" ], - "priv_reqs": [ "bootloader_support", "esptool_py", "vfs" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "tcp_transport": { - "alias": "idf::tcp_transport", - "target": "___idf_tcp_transport", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/usb", - "lib": "__idf_usb", - "reqs": [], - "priv_reqs": [ "esp_driver_gpio", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [] - }, - "vfs": { - "alias": "idf::vfs", - "target": "___idf_vfs", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/vfs", - "lib": "__idf_vfs", - "reqs": [], - "priv_reqs": [ "esp_timer", "esp_driver_uart", "esp_driver_usb_serial_jtag", "esp_vfs_console" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "wear_levelling": { - "alias": "idf::wear_levelling", - "target": "___idf_wear_levelling", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/xtensa", - "lib": "__idf_xtensa", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include", "port/include", "esp_supplicant/include" ] - }, - "main": { - "alias": "idf::main", - "target": "___idf_main", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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/ESP-IDF_mqtt-ssl/build/bootloader/project_elf_src_esp32c3.c b/ESP-IDF_mqtt-ssl/build/bootloader/project_elf_src_esp32c3.c deleted file mode 100644 index e69de29bb..000000000 diff --git a/ESP-IDF_mqtt-ssl/build/broker.crt.S b/ESP-IDF_mqtt-ssl/build/broker.crt.S deleted file mode 100644 index 965139a49..000000000 --- a/ESP-IDF_mqtt-ssl/build/broker.crt.S +++ /dev/null @@ -1,93 +0,0 @@ -/* * Data converted from C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main/broker.crt - * (null byte appended) - */ -.data -#if !defined (__APPLE__) && !defined (__linux__) -.section .rodata.embedded -#endif - -.global broker_crt -broker_crt: - -.global _binary_broker_crt_start -_binary_broker_crt_start: /* for objcopy compatibility */ -.byte 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x42, 0x45, 0x47, 0x49, 0x4e, 0x20, 0x43, 0x45, 0x52, 0x54, 0x49 -.byte 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x0d, 0x0a, 0x4d, 0x49, 0x49 -.byte 0x44, 0x46, 0x54, 0x43, 0x43, 0x41, 0x66, 0x32, 0x67, 0x41, 0x77, 0x49, 0x42, 0x41, 0x67, 0x49 -.byte 0x55, 0x55, 0x63, 0x46, 0x73, 0x37, 0x4b, 0x68, 0x76, 0x4f, 0x57, 0x31, 0x75, 0x63, 0x31, 0x5a -.byte 0x56, 0x2f, 0x38, 0x38, 0x41, 0x74, 0x45, 0x61, 0x66, 0x58, 0x34, 0x55, 0x77, 0x44, 0x51, 0x59 -.byte 0x4a, 0x4b, 0x6f, 0x5a, 0x49, 0x68, 0x76, 0x63, 0x4e, 0x41, 0x51, 0x45, 0x4c, 0x0d, 0x0a, 0x42 -.byte 0x51, 0x41, 0x77, 0x47, 0x6a, 0x45, 0x59, 0x4d, 0x42, 0x59, 0x47, 0x41, 0x31, 0x55, 0x45, 0x41 -.byte 0x77, 0x77, 0x50, 0x64, 0x47, 0x56, 0x6a, 0x61, 0x48, 0x46, 0x31, 0x59, 0x57, 0x52, 0x69, 0x61 -.byte 0x58, 0x51, 0x75, 0x62, 0x6d, 0x56, 0x30, 0x4d, 0x42, 0x34, 0x58, 0x44, 0x54, 0x49, 0x31, 0x4d -.byte 0x44, 0x59, 0x78, 0x4d, 0x7a, 0x49, 0x77, 0x4d, 0x6a, 0x59, 0x7a, 0x4f, 0x46, 0x6f, 0x58, 0x0d -.byte 0x0a, 0x44, 0x54, 0x49, 0x32, 0x4d, 0x44, 0x59, 0x78, 0x4d, 0x7a, 0x49, 0x77, 0x4d, 0x6a, 0x59 -.byte 0x7a, 0x4f, 0x46, 0x6f, 0x77, 0x47, 0x6a, 0x45, 0x59, 0x4d, 0x42, 0x59, 0x47, 0x41, 0x31, 0x55 -.byte 0x45, 0x41, 0x77, 0x77, 0x50, 0x64, 0x47, 0x56, 0x6a, 0x61, 0x48, 0x46, 0x31, 0x59, 0x57, 0x52 -.byte 0x69, 0x61, 0x58, 0x51, 0x75, 0x62, 0x6d, 0x56, 0x30, 0x4d, 0x49, 0x49, 0x42, 0x49, 0x6a, 0x41 -.byte 0x4e, 0x0d, 0x0a, 0x42, 0x67, 0x6b, 0x71, 0x68, 0x6b, 0x69, 0x47, 0x39, 0x77, 0x30, 0x42, 0x41 -.byte 0x51, 0x45, 0x46, 0x41, 0x41, 0x4f, 0x43, 0x41, 0x51, 0x38, 0x41, 0x4d, 0x49, 0x49, 0x42, 0x43 -.byte 0x67, 0x4b, 0x43, 0x41, 0x51, 0x45, 0x41, 0x71, 0x77, 0x58, 0x79, 0x59, 0x39, 0x35, 0x66, 0x66 -.byte 0x42, 0x31, 0x5a, 0x66, 0x79, 0x73, 0x33, 0x44, 0x39, 0x62, 0x30, 0x2f, 0x42, 0x32, 0x6c, 0x44 -.byte 0x79, 0x73, 0x6d, 0x0d, 0x0a, 0x2b, 0x38, 0x61, 0x4c, 0x69, 0x42, 0x4d, 0x6a, 0x52, 0x66, 0x48 -.byte 0x48, 0x6d, 0x45, 0x51, 0x33, 0x58, 0x39, 0x35, 0x56, 0x73, 0x50, 0x79, 0x34, 0x48, 0x2f, 0x6d -.byte 0x75, 0x36, 0x36, 0x46, 0x56, 0x73, 0x72, 0x51, 0x71, 0x78, 0x7a, 0x68, 0x61, 0x31, 0x7a, 0x4e -.byte 0x51, 0x45, 0x7a, 0x31, 0x51, 0x61, 0x59, 0x79, 0x5a, 0x36, 0x6f, 0x58, 0x6c, 0x33, 0x46, 0x71 -.byte 0x68, 0x4e, 0x30, 0x36, 0x58, 0x0d, 0x0a, 0x42, 0x31, 0x48, 0x74, 0x56, 0x64, 0x65, 0x66, 0x5a -.byte 0x36, 0x72, 0x44, 0x30, 0x63, 0x74, 0x69, 0x59, 0x51, 0x53, 0x6a, 0x70, 0x54, 0x36, 0x34, 0x4e -.byte 0x68, 0x6e, 0x55, 0x58, 0x38, 0x33, 0x5a, 0x42, 0x62, 0x34, 0x36, 0x4d, 0x68, 0x36, 0x63, 0x47 -.byte 0x54, 0x65, 0x30, 0x4c, 0x2b, 0x4c, 0x59, 0x46, 0x2f, 0x2f, 0x6e, 0x6d, 0x4f, 0x69, 0x31, 0x57 -.byte 0x41, 0x71, 0x43, 0x52, 0x6f, 0x6e, 0x66, 0x0d, 0x0a, 0x42, 0x35, 0x42, 0x57, 0x2f, 0x59, 0x64 -.byte 0x33, 0x4d, 0x35, 0x32, 0x51, 0x49, 0x42, 0x35, 0x63, 0x47, 0x49, 0x68, 0x48, 0x30, 0x69, 0x32 -.byte 0x45, 0x32, 0x38, 0x35, 0x37, 0x37, 0x41, 0x77, 0x63, 0x35, 0x74, 0x30, 0x77, 0x39, 0x36, 0x75 -.byte 0x5a, 0x43, 0x6d, 0x47, 0x66, 0x71, 0x4d, 0x35, 0x67, 0x78, 0x46, 0x49, 0x67, 0x6d, 0x79, 0x34 -.byte 0x36, 0x32, 0x58, 0x45, 0x78, 0x41, 0x32, 0x2b, 0x77, 0x0d, 0x0a, 0x36, 0x75, 0x37, 0x55, 0x64 -.byte 0x34, 0x39, 0x62, 0x6b, 0x31, 0x4c, 0x33, 0x65, 0x54, 0x59, 0x48, 0x76, 0x57, 0x78, 0x67, 0x65 -.byte 0x6e, 0x34, 0x52, 0x47, 0x67, 0x61, 0x45, 0x66, 0x70, 0x73, 0x41, 0x38, 0x65, 0x35, 0x51, 0x30 -.byte 0x62, 0x52, 0x6b, 0x49, 0x4c, 0x35, 0x44, 0x33, 0x4f, 0x63, 0x30, 0x4a, 0x57, 0x38, 0x74, 0x64 -.byte 0x77, 0x36, 0x43, 0x6d, 0x76, 0x62, 0x2b, 0x2f, 0x64, 0x37, 0x64, 0x0d, 0x0a, 0x42, 0x42, 0x32 -.byte 0x30, 0x54, 0x54, 0x43, 0x4d, 0x66, 0x5a, 0x34, 0x47, 0x59, 0x61, 0x62, 0x53, 0x53, 0x35, 0x77 -.byte 0x70, 0x33, 0x74, 0x68, 0x6d, 0x64, 0x4b, 0x65, 0x34, 0x51, 0x57, 0x37, 0x51, 0x4a, 0x63, 0x64 -.byte 0x41, 0x79, 0x6f, 0x4e, 0x4f, 0x53, 0x57, 0x74, 0x74, 0x35, 0x31, 0x42, 0x68, 0x75, 0x64, 0x30 -.byte 0x44, 0x6b, 0x55, 0x2b, 0x30, 0x52, 0x77, 0x49, 0x44, 0x41, 0x51, 0x41, 0x42, 0x0d, 0x0a, 0x6f -.byte 0x31, 0x4d, 0x77, 0x55, 0x54, 0x41, 0x64, 0x42, 0x67, 0x4e, 0x56, 0x48, 0x51, 0x34, 0x45, 0x46 -.byte 0x67, 0x51, 0x55, 0x59, 0x37, 0x62, 0x61, 0x5a, 0x6e, 0x39, 0x78, 0x37, 0x48, 0x68, 0x30, 0x57 -.byte 0x5a, 0x39, 0x76, 0x49, 0x31, 0x75, 0x7a, 0x45, 0x64, 0x68, 0x52, 0x54, 0x70, 0x34, 0x77, 0x48 -.byte 0x77, 0x59, 0x44, 0x56, 0x52, 0x30, 0x6a, 0x42, 0x42, 0x67, 0x77, 0x46, 0x6f, 0x41, 0x55, 0x0d -.byte 0x0a, 0x59, 0x37, 0x62, 0x61, 0x5a, 0x6e, 0x39, 0x78, 0x37, 0x48, 0x68, 0x30, 0x57, 0x5a, 0x39 -.byte 0x76, 0x49, 0x31, 0x75, 0x7a, 0x45, 0x64, 0x68, 0x52, 0x54, 0x70, 0x34, 0x77, 0x44, 0x77, 0x59 -.byte 0x44, 0x56, 0x52, 0x30, 0x54, 0x41, 0x51, 0x48, 0x2f, 0x42, 0x41, 0x55, 0x77, 0x41, 0x77, 0x45 -.byte 0x42, 0x2f, 0x7a, 0x41, 0x4e, 0x42, 0x67, 0x6b, 0x71, 0x68, 0x6b, 0x69, 0x47, 0x39, 0x77, 0x30 -.byte 0x42, 0x0d, 0x0a, 0x41, 0x51, 0x73, 0x46, 0x41, 0x41, 0x4f, 0x43, 0x41, 0x51, 0x45, 0x41, 0x57 -.byte 0x65, 0x68, 0x47, 0x47, 0x48, 0x47, 0x6f, 0x62, 0x63, 0x59, 0x47, 0x70, 0x66, 0x63, 0x7a, 0x53 -.byte 0x70, 0x73, 0x68, 0x43, 0x7a, 0x6d, 0x56, 0x47, 0x77, 0x46, 0x61, 0x2b, 0x76, 0x2b, 0x46, 0x7a -.byte 0x46, 0x59, 0x44, 0x72, 0x4d, 0x42, 0x31, 0x4c, 0x70, 0x57, 0x36, 0x4e, 0x6b, 0x69, 0x70, 0x6e -.byte 0x6e, 0x46, 0x41, 0x0d, 0x0a, 0x75, 0x46, 0x38, 0x69, 0x74, 0x6d, 0x68, 0x64, 0x37, 0x70, 0x6e -.byte 0x6b, 0x61, 0x79, 0x6f, 0x36, 0x78, 0x4f, 0x42, 0x76, 0x56, 0x48, 0x62, 0x32, 0x33, 0x67, 0x73 -.byte 0x57, 0x66, 0x41, 0x73, 0x68, 0x2f, 0x7a, 0x37, 0x4b, 0x52, 0x69, 0x49, 0x67, 0x53, 0x41, 0x43 -.byte 0x58, 0x5a, 0x6a, 0x4f, 0x6a, 0x46, 0x76, 0x30, 0x38, 0x41, 0x32, 0x34, 0x54, 0x58, 0x43, 0x56 -.byte 0x4d, 0x4b, 0x58, 0x32, 0x43, 0x0d, 0x0a, 0x72, 0x33, 0x7a, 0x53, 0x47, 0x6a, 0x63, 0x49, 0x71 -.byte 0x7a, 0x6b, 0x70, 0x38, 0x4e, 0x48, 0x49, 0x46, 0x42, 0x46, 0x2f, 0x5a, 0x58, 0x73, 0x63, 0x6c -.byte 0x71, 0x51, 0x4c, 0x69, 0x45, 0x5a, 0x50, 0x41, 0x56, 0x69, 0x75, 0x39, 0x63, 0x32, 0x33, 0x77 -.byte 0x49, 0x79, 0x75, 0x74, 0x44, 0x34, 0x52, 0x66, 0x70, 0x65, 0x6b, 0x6d, 0x73, 0x56, 0x44, 0x69 -.byte 0x51, 0x4a, 0x76, 0x50, 0x36, 0x65, 0x69, 0x0d, 0x0a, 0x35, 0x75, 0x49, 0x4c, 0x4a, 0x72, 0x77 -.byte 0x54, 0x37, 0x6c, 0x34, 0x36, 0x44, 0x4d, 0x65, 0x73, 0x39, 0x36, 0x6a, 0x59, 0x63, 0x74, 0x68 -.byte 0x57, 0x62, 0x48, 0x69, 0x79, 0x36, 0x77, 0x6b, 0x77, 0x31, 0x66, 0x6c, 0x66, 0x54, 0x30, 0x79 -.byte 0x6b, 0x72, 0x64, 0x33, 0x4d, 0x72, 0x69, 0x59, 0x4d, 0x78, 0x4c, 0x44, 0x4b, 0x69, 0x6d, 0x4d -.byte 0x38, 0x31, 0x6e, 0x35, 0x74, 0x56, 0x44, 0x4c, 0x61, 0x0d, 0x0a, 0x62, 0x49, 0x39, 0x4a, 0x6d -.byte 0x57, 0x70, 0x44, 0x6b, 0x50, 0x7a, 0x66, 0x6c, 0x59, 0x39, 0x56, 0x47, 0x6c, 0x54, 0x5a, 0x33 -.byte 0x51, 0x51, 0x48, 0x75, 0x54, 0x76, 0x49, 0x36, 0x7a, 0x51, 0x78, 0x65, 0x61, 0x47, 0x4b, 0x53 -.byte 0x6a, 0x2f, 0x37, 0x66, 0x41, 0x50, 0x36, 0x47, 0x30, 0x73, 0x52, 0x4d, 0x78, 0x61, 0x53, 0x4a -.byte 0x58, 0x44, 0x33, 0x38, 0x43, 0x2f, 0x58, 0x70, 0x69, 0x37, 0x70, 0x0d, 0x0a, 0x66, 0x33, 0x56 -.byte 0x4a, 0x52, 0x75, 0x66, 0x35, 0x6d, 0x71, 0x55, 0x6e, 0x62, 0x6a, 0x61, 0x6b, 0x2b, 0x57, 0x35 -.byte 0x56, 0x5a, 0x54, 0x35, 0x65, 0x39, 0x36, 0x41, 0x56, 0x41, 0x79, 0x79, 0x2b, 0x35, 0x67, 0x3d -.byte 0x3d, 0x0d, 0x0a, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x45, 0x4e, 0x44, 0x20, 0x43, 0x45, 0x52, 0x54 -.byte 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x0d, 0x0a, 0x00 - -.global _binary_broker_crt_end -_binary_broker_crt_end: /* for objcopy compatibility */ - - -.global broker_crt_length -broker_crt_length: /* not including null byte */ -.long 1150 diff --git a/ESP-IDF_mqtt-ssl/build/build.ninja b/ESP-IDF_mqtt-ssl/build/build.ninja deleted file mode 100644 index c3bd5109b..000000000 --- a/ESP-IDF_mqtt-ssl/build/build.ninja +++ /dev/null @@ -1,19423 +0,0 @@ -# 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: ESP-IDF_mqtt-ssl -# 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$:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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 ESP-IDF_mqtt-ssl.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 merge-bin - -build merge-bin: phony CMakeFiles/merge-bin bootloader gen_project_binary - - -############################################# -# Utility command for monitor - -build monitor: phony CMakeFiles/monitor ESP-IDF_mqtt-ssl.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_esp32c3.c - -# ============================================================================= -# Object build statements for EXECUTABLE target ESP-IDF_mqtt-ssl.elf - - -############################################# -# Order-only phony target for ESP-IDF_mqtt-ssl.elf - -build cmake_object_order_depends_target_ESP-IDF_mqtt-ssl.elf: phony || _project_elf_src broker.crt.S client.crt.S client.key.S 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_driver_cam cmake_object_order_depends_target___idf_esp_eth cmake_object_order_depends_target___idf_esp_hid cmake_object_order_depends_target___idf_esp_https_server 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_nvs_sec_provider cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_protocol_examples_common cmake_object_order_depends_target___idf_protocomm cmake_object_order_depends_target___idf_riscv cmake_object_order_depends_target___idf_rt 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 esp-idf/esp_system/__ldgen_output_sections.ld mosquitto.org.crt.S project_elf_src_esp32c3.c - -build CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/project_elf_src_esp32c3.c.obj: C_COMPILER__ESP-IDF_mqtt-ssl.2eelf_unscanned_ C$:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/project_elf_src_esp32c3.c || cmake_object_order_depends_target_ESP-IDF_mqtt-ssl.elf - DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H - DEP_FILE = CMakeFiles\ESP-IDF_mqtt-ssl.elf.dir\project_elf_src_esp32c3.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always - INCLUDES = -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/pthread/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/cmock/CMock/src -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_jpeg/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ppa/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_ota/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/idf_test/include -IC:/Users/alex/esp/v5.4/esp-idf/components/idf_test/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/ieee802154/include -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider/include -IC:/Users/alex/esp/v5.4/esp-idf/components/rt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/include -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main - OBJECT_DIR = CMakeFiles\ESP-IDF_mqtt-ssl.elf.dir - OBJECT_FILE_DIR = CMakeFiles\ESP-IDF_mqtt-ssl.elf.dir - -build CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.crt.S.obj: ASM_COMPILER__ESP-IDF_mqtt-ssl.2eelf_unscanned_ C$:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/client.crt.S || cmake_object_order_depends_target_ESP-IDF_mqtt-ssl.elf - DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H - DEP_FILE = CMakeFiles\ESP-IDF_mqtt-ssl.elf.dir\client.crt.S.obj.d - INCLUDES = -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/pthread/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/cmock/CMock/src -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_jpeg/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ppa/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_ota/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/idf_test/include -IC:/Users/alex/esp/v5.4/esp-idf/components/idf_test/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/ieee802154/include -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider/include -IC:/Users/alex/esp/v5.4/esp-idf/components/rt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/include -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main - OBJECT_DIR = CMakeFiles\ESP-IDF_mqtt-ssl.elf.dir - OBJECT_FILE_DIR = CMakeFiles\ESP-IDF_mqtt-ssl.elf.dir - -build CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.key.S.obj: ASM_COMPILER__ESP-IDF_mqtt-ssl.2eelf_unscanned_ C$:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/client.key.S || cmake_object_order_depends_target_ESP-IDF_mqtt-ssl.elf - DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H - DEP_FILE = CMakeFiles\ESP-IDF_mqtt-ssl.elf.dir\client.key.S.obj.d - INCLUDES = -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/pthread/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/cmock/CMock/src -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_jpeg/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ppa/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_ota/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/idf_test/include -IC:/Users/alex/esp/v5.4/esp-idf/components/idf_test/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/ieee802154/include -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider/include -IC:/Users/alex/esp/v5.4/esp-idf/components/rt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/include -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main - OBJECT_DIR = CMakeFiles\ESP-IDF_mqtt-ssl.elf.dir - OBJECT_FILE_DIR = CMakeFiles\ESP-IDF_mqtt-ssl.elf.dir - -build CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/mosquitto.org.crt.S.obj: ASM_COMPILER__ESP-IDF_mqtt-ssl.2eelf_unscanned_ C$:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/mosquitto.org.crt.S || cmake_object_order_depends_target_ESP-IDF_mqtt-ssl.elf - DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H - DEP_FILE = CMakeFiles\ESP-IDF_mqtt-ssl.elf.dir\mosquitto.org.crt.S.obj.d - INCLUDES = -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/pthread/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/cmock/CMock/src -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_jpeg/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ppa/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_ota/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/idf_test/include -IC:/Users/alex/esp/v5.4/esp-idf/components/idf_test/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/ieee802154/include -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider/include -IC:/Users/alex/esp/v5.4/esp-idf/components/rt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/include -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main - OBJECT_DIR = CMakeFiles\ESP-IDF_mqtt-ssl.elf.dir - OBJECT_FILE_DIR = CMakeFiles\ESP-IDF_mqtt-ssl.elf.dir - -build CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/broker.crt.S.obj: ASM_COMPILER__ESP-IDF_mqtt-ssl.2eelf_unscanned_ C$:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/broker.crt.S || cmake_object_order_depends_target_ESP-IDF_mqtt-ssl.elf - DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H - DEP_FILE = CMakeFiles\ESP-IDF_mqtt-ssl.elf.dir\broker.crt.S.obj.d - INCLUDES = -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/pthread/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/cmock/CMock/src -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_jpeg/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ppa/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_ota/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/idf_test/include -IC:/Users/alex/esp/v5.4/esp-idf/components/idf_test/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/ieee802154/include -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider/include -IC:/Users/alex/esp/v5.4/esp-idf/components/rt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/include -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main - OBJECT_DIR = CMakeFiles\ESP-IDF_mqtt-ssl.elf.dir - OBJECT_FILE_DIR = CMakeFiles\ESP-IDF_mqtt-ssl.elf.dir - - -# ============================================================================= -# Link build statements for EXECUTABLE target ESP-IDF_mqtt-ssl.elf - - -############################################# -# Link the executable ESP-IDF_mqtt-ssl.elf - -build ESP-IDF_mqtt-ssl.elf: CXX_EXECUTABLE_LINKER__ESP-IDF_mqtt-ssl.2eelf_ CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/project_elf_src_esp32c3.c.obj CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.crt.S.obj CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/client.key.S.obj CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/mosquitto.org.crt.S.obj CMakeFiles/ESP-IDF_mqtt-ssl.elf.dir/broker.crt.S.obj | esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.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_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.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_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.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_driver_cam/libesp_driver_cam.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_https_server/libesp_https_server.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/fatfs/libfatfs.a esp-idf/json/libjson.a esp-idf/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/rt/librt.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/protocol_examples_common/libprotocol_examples_common.a esp-idf/main/libmain.a esp-idf/app_trace/libapp_trace.a esp-idf/app_trace/libapp_trace.a esp-idf/cmock/libcmock.a esp-idf/unity/libunity.a esp-idf/esp_driver_cam/libesp_driver_cam.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_https_server/libesp_https_server.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/rt/librt.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/protocomm/libprotocomm.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/json/libjson.a esp-idf/protocol_examples_common/libprotocol_examples_common.a esp-idf/console/libconsole.a esp-idf/esp_eth/libesp_eth.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.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_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.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_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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.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_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.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_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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.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_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.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_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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.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_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.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_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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.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_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.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_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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.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_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.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_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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a esp-idf/pthread/libpthread.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_phy/libesp_phy.a C$:/Users/alex/esp/v5.4/esp-idf/components/riscv/ld/rom.api.ld esp-idf/esp_system/ld/memory.ld esp-idf/esp_system/ld/sections.ld C$:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.ld C$:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.api.ld C$:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.bt_funcs.ld C$:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.libgcc.ld C$:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.version.ld C$:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.eco3.ld C$:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.eco3_bt_funcs.ld C$:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.newlib.ld C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/ld/esp32c3.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_driver_cam/libesp_driver_cam.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_https_server/libesp_https_server.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/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocol_examples_common/libprotocol_examples_common.a esp-idf/protocomm/libprotocomm.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.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 - FLAGS = -march=rv32imc_zicsr_zifencei - LINK_FLAGS = -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs -Wl,--cref -Wl,--defsym=IDF_TARGET_ESP32C3=0 -Wl,--Map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/ESP-IDF_mqtt-ssl.map -Wl,--no-warn-rwx-segments -Wl,--orphan-handling=warn -fno-rtti -fno-lto -Wl,--gc-sections -Wl,--warn-common -T rom.api.ld -T esp32c3.peripherals.ld -T esp32c3.rom.ld -T esp32c3.rom.api.ld -T esp32c3.rom.bt_funcs.ld -T esp32c3.rom.libgcc.ld -T esp32c3.rom.version.ld -T esp32c3.rom.eco3.ld -T esp32c3.rom.eco3_bt_funcs.ld -T esp32c3.rom.newlib.ld -T memory.ld -T sections.ld - LINK_LIBRARIES = esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.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_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.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_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.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_driver_cam/libesp_driver_cam.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_https_server/libesp_https_server.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/fatfs/libfatfs.a esp-idf/json/libjson.a esp-idf/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/rt/librt.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/protocol_examples_common/libprotocol_examples_common.a esp-idf/main/libmain.a esp-idf/app_trace/libapp_trace.a esp-idf/app_trace/libapp_trace.a esp-idf/cmock/libcmock.a esp-idf/unity/libunity.a esp-idf/esp_driver_cam/libesp_driver_cam.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_https_server/libesp_https_server.a esp-idf/espcoredump/libespcoredump.a -u esp_system_include_coredump_init esp-idf/fatfs/libfatfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a -u nvs_sec_provider_include_impl esp-idf/rt/librt.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/protocomm/libprotocomm.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/json/libjson.a esp-idf/protocol_examples_common/libprotocol_examples_common.a esp-idf/console/libconsole.a esp-idf/esp_eth/libesp_eth.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.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_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.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_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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.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_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.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_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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.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_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.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_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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.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_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.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_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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.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_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.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_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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.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_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.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_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/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a -u esp_app_desc -u esp_efuse_startup_include_func -u start_app -u __ubsan_include -u esp_system_include_startup_funcs -u __assert_func -u esp_security_init_include_impl -u esp_sleep_gpio_include -Wl,--undefined=FreeRTOS_openocd_params -u app_main -lc -lm -u newlib_include_heap_impl -u newlib_include_syscalls_impl -u newlib_include_pthread_impl -u newlib_include_assert_impl -u newlib_include_getentropy_impl -u newlib_include_init_funcs -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 -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 -Wl,--wrap=__cxa_throw -Wl,--wrap=__cxa_allocate_exception -u __cxa_guard_dummy -u __cxx_init_dummy -lstdc++ esp-idf/pthread/libpthread.a esp-idf/newlib/libnewlib.a -lgcc esp-idf/cxx/libcxx.a -u __cxx_fatal_exception -u esp_timer_init_include_func -u uart_vfs_include_dev_init -u usb_serial_jtag_vfs_include_dev_init -u usb_serial_jtag_connection_monitor_include -u include_esp_phy_override -lphy -lbtbb esp-idf/esp_phy/libesp_phy.a -lphy -lbtbb esp-idf/esp_phy/libesp_phy.a -lphy -lbtbb -u esp_vfs_include_console_register -u vfs_include_syscalls_impl -u esp_vfs_include_nullfs_register - LINK_PATH = -LC:/Users/alex/esp/v5.4/esp-idf/components/riscv/ld -LC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/ld -LC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/ld -LC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/ld -LC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/esp32c3 -LC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/esp32c3 - OBJECT_DIR = CMakeFiles\ESP-IDF_mqtt-ssl.elf.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_FILE = ESP-IDF_mqtt-ssl.elf - TARGET_PDB = ESP-IDF_mqtt-ssl.elf.dbg - RSP_FILE = CMakeFiles\ESP-IDF_mqtt-ssl.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 - -build uf2: phony CMakeFiles/uf2 - - -############################################# -# Utility command for uf2-app - -build uf2-app: phony CMakeFiles/uf2-app - - -############################################# -# Utility command for edit_cache - -build CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Users/alex/esp/v5.4/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config.env && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe -m kconfgen --list-separator=semicolon --kconfig C:/Users/alex/esp/v5.4/esp-idf/Kconfig --sdkconfig-rename C:/Users/alex/esp/v5.4/esp-idf/sdkconfig.rename --config C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/sdkconfig --env-file C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config.env --env IDF_TARGET=esp32c3 --env IDF_TOOLCHAIN=gcc --env IDF_ENV_FPGA= --env IDF_INIT_VERSION=5.4.1 --dont-write-deprecated --output config C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/sdkconfig && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Users/alex/esp/v5.4/esp-idf/tools/check_term.py && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E env COMPONENT_KCONFIGS_SOURCE_FILE=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/kconfigs.in COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/kconfigs_projbuild.in KCONFIG_CONFIG=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/sdkconfig IDF_TARGET=esp32c3 IDF_TOOLCHAIN=gcc IDF_ENV_FPGA= IDF_INIT_VERSION=5.4.1 c:/Users/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe -m menuconfig C:/Users/alex/esp/v5.4/esp-idf/Kconfig && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe -m kconfgen --list-separator=semicolon --kconfig C:/Users/alex/esp/v5.4/esp-idf/Kconfig --sdkconfig-rename C:/Users/alex/esp/v5.4/esp-idf/sdkconfig.rename --config C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/sdkconfig --env-file C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config.env --env IDF_TARGET=esp32c3 --env IDF_TOOLCHAIN=gcc --env IDF_ENV_FPGA= --env IDF_INIT_VERSION=5.4.1 --output config C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Users/alex/esp/v5.4/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config.env && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe -m kconfserver --env-file C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config.env --kconfig C:/Users/alex/esp/v5.4/esp-idf/Kconfig --sdkconfig-rename C:/Users/alex/esp/v5.4/esp-idf/sdkconfig.rename --config C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Users/alex/esp/v5.4/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config.env && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe -m kconfgen --list-separator=semicolon --kconfig C:/Users/alex/esp/v5.4/esp-idf/Kconfig --sdkconfig-rename C:/Users/alex/esp/v5.4/esp-idf/sdkconfig.rename --config C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/sdkconfig --env-file C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config.env --dont-write-deprecated --output savedefconfig C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E make_directory C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E touch C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/CMakeFiles/bootloader-complete && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E touch C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -DSDKCONFIG=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/sdkconfig -DIDF_PATH=C:/Users/alex/esp/v5.4/esp-idf -DIDF_TARGET=esp32c3 -DPYTHON_DEPS_CHECKED=1 -DPYTHON=c:/Users/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe -DEXTRA_COMPONENT_DIRS=C:/Users/alex/esp/v5.4/esp-idf/components/bootloader -DPROJECT_SOURCE_DIR=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl -DIGNORE_EXTRA_COMPONENT= -GNinja -S C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject -B C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E touch C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E echo_append && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E touch C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\bootloader && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -Dcfgdir= -P C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader-prefix/tmp/bootloader-mkdirs.cmake && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E touch C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E echo_append && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E touch C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E echo_append && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E touch C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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 || ESP-IDF_mqtt-ssl.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_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.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_https_server/libesp_https_server.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_security/libesp_security.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_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.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/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocol_examples_common/libprotocol_examples_common.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.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 - - -############################################# -# Custom command for .bin_timestamp - -build .bin_timestamp | ${cmake_ninja_workdir}.bin_timestamp: CUSTOM_COMMAND ESP-IDF_mqtt-ssl.elf || ESP-IDF_mqtt-ssl.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_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.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_https_server/libesp_https_server.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_security/libesp_security.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_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.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/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocol_examples_common/libprotocol_examples_common.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.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 - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32c3 elf2image --flash_mode dio --flash_freq 80m --flash_size 2MB --elf-sha256-offset 0xb0 --min-rev 3 --min-rev-full 3 --max-rev-full 199 -o C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/ESP-IDF_mqtt-ssl.bin C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/ESP-IDF_mqtt-ssl.elf && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E echo "Generated C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/ESP-IDF_mqtt-ssl.bin" && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E md5sum C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/ESP-IDF_mqtt-ssl.bin > C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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 || ESP-IDF_mqtt-ssl.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_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.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_https_server/libesp_https_server.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_security/libesp_security.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_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.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/nvs_sec_provider/libnvs_sec_provider.a esp-idf/partition_table/partition_table_bin esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocol_examples_common/libprotocol_examples_common.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.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 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\alex\esp\v5.4\esp-idf\components\esptool_py && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Users/alex/esp/v5.4/esp-idf -D SERIAL_TOOL=c:/Users/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe;;C:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c3 -D SERIAL_TOOL_ARGS=erase_flash -P run_serial_tool.cmake" - pool = console - - -############################################# -# Custom command for CMakeFiles\merge-bin - -build CMakeFiles/merge-bin | ${cmake_ninja_workdir}CMakeFiles/merge-bin: CUSTOM_COMMAND || ESP-IDF_mqtt-ssl.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_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.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_https_server/libesp_https_server.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_security/libesp_security.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_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.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/nvs_sec_provider/libnvs_sec_provider.a esp-idf/partition_table/partition_table_bin esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocol_examples_common/libprotocol_examples_common.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.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 gen_project_binary - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\esp\v5.4\esp-idf\components\esptool_py && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Users/alex/esp/v5.4/esp-idf -D SERIAL_TOOL=c:/Users/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe;;C:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c3 -D SERIAL_TOOL_ARGS=merge_bin;-o;C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/merged-binary.bin;@C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/flash_args -D WORKING_DIRECTORY=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build -P run_serial_tool.cmake" - pool = console - - -############################################# -# Custom command for CMakeFiles\monitor - -build CMakeFiles/monitor | ${cmake_ninja_workdir}CMakeFiles/monitor: CUSTOM_COMMAND || ESP-IDF_mqtt-ssl.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_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.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_https_server/libesp_https_server.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_security/libesp_security.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_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.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/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocol_examples_common/libprotocol_examples_common.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.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 - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\esp\v5.4\esp-idf\components\esptool_py && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Users/alex/esp/v5.4/esp-idf -D SERIAL_TOOL=c:/Users/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe;-m;esp_idf_monitor -D SERIAL_TOOL_ARGS=--toolchain-prefix;riscv32-esp-elf-;;--target;esp32c3;;--revision;3;;--decode-panic;backtrace;;C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/ESP-IDF_mqtt-ssl.elf -D WORKING_DIRECTORY=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build -P run_serial_tool.cmake" - pool = console - - -############################################# -# Custom command for CMakeFiles\flash - -build CMakeFiles/flash | ${cmake_ninja_workdir}CMakeFiles/flash: CUSTOM_COMMAND || ESP-IDF_mqtt-ssl.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_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.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_https_server/libesp_https_server.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_security/libesp_security.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_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.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/nvs_sec_provider/libnvs_sec_provider.a esp-idf/partition_table/partition_table_bin esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocol_examples_common/libprotocol_examples_common.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.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 gen_project_binary - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\esp\v5.4\esp-idf\components\esptool_py && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Users/alex/esp/v5.4/esp-idf -D SERIAL_TOOL=c:/Users/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe;;C:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c3 -D SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args -D WORKING_DIRECTORY=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build -P C:/Users/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E echo "Error: The target encrypted-flash requires" && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled." && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" C:/Users/alex/esp/tools/cmake/3.30.2/bin/cmake.exe -P C:/Users/alex/esp/v5.4/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_esp32c3.c - - -############################################# -# Custom command for project_elf_src_esp32c3.c - -build project_elf_src_esp32c3.c | ${cmake_ninja_workdir}project_elf_src_esp32c3.c: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E touch C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/project_elf_src_esp32c3.c" - DESC = Generating project_elf_src_esp32c3.c - restat = 1 - - -############################################# -# Custom command for client.crt.S - -build client.crt.S | ${cmake_ninja_workdir}client.crt.S: CUSTOM_COMMAND C$:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main/client.crt C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake || _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_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.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_https_server/libesp_https_server.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_security/libesp_security.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_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.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/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocol_examples_common/libprotocol_examples_common.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.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 - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -D DATA_FILE=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main/client.crt -D SOURCE_FILE=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/client.crt.S -D FILE_TYPE=TEXT -P C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake" - DESC = Generating client.crt.S - restat = 1 - - -############################################# -# Custom command for client.key.S - -build client.key.S | ${cmake_ninja_workdir}client.key.S: CUSTOM_COMMAND C$:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main/client.key C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake || _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_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.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_https_server/libesp_https_server.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_security/libesp_security.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_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.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/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocol_examples_common/libprotocol_examples_common.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.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 - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -D DATA_FILE=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main/client.key -D SOURCE_FILE=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/client.key.S -D FILE_TYPE=TEXT -P C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake" - DESC = Generating client.key.S - restat = 1 - - -############################################# -# Custom command for mosquitto.org.crt.S - -build mosquitto.org.crt.S | ${cmake_ninja_workdir}mosquitto.org.crt.S: CUSTOM_COMMAND C$:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main/mosquitto.org.crt C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake || _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_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.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_https_server/libesp_https_server.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_security/libesp_security.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_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.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/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocol_examples_common/libprotocol_examples_common.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.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 - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -D DATA_FILE=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main/mosquitto.org.crt -D SOURCE_FILE=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/mosquitto.org.crt.S -D FILE_TYPE=TEXT -P C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake" - DESC = Generating mosquitto.org.crt.S - restat = 1 - - -############################################# -# Custom command for broker.crt.S - -build broker.crt.S | ${cmake_ninja_workdir}broker.crt.S: CUSTOM_COMMAND C$:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main/broker.crt C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake || _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_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.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_https_server/libesp_https_server.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_security/libesp_security.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_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.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/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocol_examples_common/libprotocol_examples_common.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.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 - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -D DATA_FILE=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main/broker.crt -D SOURCE_FILE=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/broker.crt.S -D FILE_TYPE=TEXT -P C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake" - DESC = Generating broker.crt.S - restat = 1 - - -############################################# -# Custom command for CMakeFiles\size - -build CMakeFiles/size | ${cmake_ninja_workdir}CMakeFiles/size: CUSTOM_COMMAND ESP-IDF_mqtt-ssl.map - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -D IDF_SIZE_TOOL=c:/Users/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe;-m;esp_idf_size -D MAP_FILE=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/ESP-IDF_mqtt-ssl.map -D OUTPUT_JSON= -P C:/Users/alex/esp/v5.4/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 ESP-IDF_mqtt-ssl.map - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -D IDF_SIZE_TOOL=c:/Users/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe;-m;esp_idf_size -D IDF_SIZE_MODE=--files -D MAP_FILE=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/ESP-IDF_mqtt-ssl.map -D OUTPUT_JSON= -P C:/Users/alex/esp/v5.4/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 ESP-IDF_mqtt-ssl.map - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -D IDF_SIZE_TOOL=c:/Users/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe;-m;esp_idf_size -D IDF_SIZE_MODE=--archives -D MAP_FILE=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/ESP-IDF_mqtt-ssl.map -D OUTPUT_JSON= -P C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/run_size_tool.cmake" - pool = console - - -############################################# -# Custom command for CMakeFiles\uf2 - -build CMakeFiles/uf2 | ${cmake_ninja_workdir}CMakeFiles/uf2: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Users/alex/esp/v5.4/esp-idf -D UF2_CMD=c:/Users/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe;C:/Users/alex/esp/v5.4/esp-idf/tools/mkuf2.py;write;--chip;esp32c3 -D UF2_ARGS=--json;C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/flasher_args.json;-o;C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/uf2.bin -P C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/run_uf2_cmds.cmake" - pool = console - - -############################################# -# Custom command for CMakeFiles\uf2-app - -build CMakeFiles/uf2-app | ${cmake_ninja_workdir}CMakeFiles/uf2-app: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Users/alex/esp/v5.4/esp-idf -D UF2_CMD=c:/Users/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe;C:/Users/alex/esp/v5.4/esp-idf/tools/mkuf2.py;write;--chip;esp32c3 -D UF2_ARGS=--json;C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/flasher_args.json;-o;C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/uf2-app.bin;--bin;app -P C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/run_uf2_cmds.cmake" - pool = console - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf && C:\Users\alex\esp\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/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_riscv - - -############################################# -# Order-only phony target for __idf_riscv - -build cmake_object_order_depends_target___idf_riscv: phony || cmake_object_order_depends_target___idf_esp_driver_gpio - -build esp-idf/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj: C_COMPILER____idf_riscv_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/riscv/instruction_decode.c || cmake_object_order_depends_target___idf_riscv - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\riscv\CMakeFiles\__idf_riscv.dir\instruction_decode.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\riscv\CMakeFiles\__idf_riscv.dir - OBJECT_FILE_DIR = esp-idf\riscv\CMakeFiles\__idf_riscv.dir - -build esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj: C_COMPILER____idf_riscv_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/riscv/interrupt.c || cmake_object_order_depends_target___idf_riscv - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\riscv\CMakeFiles\__idf_riscv.dir\interrupt.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\riscv\CMakeFiles\__idf_riscv.dir - OBJECT_FILE_DIR = esp-idf\riscv\CMakeFiles\__idf_riscv.dir - -build esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj: ASM_COMPILER____idf_riscv_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/riscv/vectors.S || cmake_object_order_depends_target___idf_riscv - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\riscv\CMakeFiles\__idf_riscv.dir\vectors.S.obj.d - FLAGS = -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\riscv\CMakeFiles\__idf_riscv.dir - OBJECT_FILE_DIR = esp-idf\riscv\CMakeFiles\__idf_riscv.dir - -build esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt_intc.c.obj: C_COMPILER____idf_riscv_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/riscv/interrupt_intc.c || cmake_object_order_depends_target___idf_riscv - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\riscv\CMakeFiles\__idf_riscv.dir\interrupt_intc.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\riscv\CMakeFiles\__idf_riscv.dir - OBJECT_FILE_DIR = esp-idf\riscv\CMakeFiles\__idf_riscv.dir - -build esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj: ASM_COMPILER____idf_riscv_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/riscv/vectors_intc.S || cmake_object_order_depends_target___idf_riscv - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\riscv\CMakeFiles\__idf_riscv.dir\vectors_intc.S.obj.d - FLAGS = -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\riscv\CMakeFiles\__idf_riscv.dir - OBJECT_FILE_DIR = esp-idf\riscv\CMakeFiles\__idf_riscv.dir - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_riscv - - -############################################# -# Link the static library esp-idf\riscv\libriscv.a - -build esp-idf/riscv/libriscv.a: C_STATIC_LIBRARY_LINKER____idf_riscv_ esp-idf/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt_intc.c.obj esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj || esp-idf/esp_driver_gpio/libesp_driver_gpio.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - OBJECT_DIR = esp-idf\riscv\CMakeFiles\__idf_riscv.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_FILE = esp-idf\riscv\libriscv.a - TARGET_PDB = riscv.a.dbg - - -############################################# -# Utility command for edit_cache - -build esp-idf/riscv/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\riscv && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/riscv/edit_cache: phony esp-idf/riscv/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/riscv/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\riscv && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/riscv/rebuild_cache: phony esp-idf/riscv/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/riscv/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/riscv/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/riscv/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\riscv && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/riscv/install: phony esp-idf/riscv/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/riscv/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/riscv/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\riscv && C:\Users\alex\esp\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/riscv/install/local: phony esp-idf/riscv/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/riscv/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/riscv/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\riscv && C:\Users\alex\esp\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/riscv/install/strip: phony esp-idf/riscv/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_driver_gpio - - -############################################# -# Order-only phony target for __idf_esp_driver_gpio - -build cmake_object_order_depends_target___idf_esp_driver_gpio: phony || cmake_object_order_depends_target___idf_esp_pm - -build esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj: C_COMPILER____idf_esp_driver_gpio_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/src/gpio.c || cmake_object_order_depends_target___idf_esp_driver_gpio - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_gpio\CMakeFiles\__idf_esp_driver_gpio.dir\src\gpio.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\esp_driver_gpio\CMakeFiles\__idf_esp_driver_gpio.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_gpio\CMakeFiles\__idf_esp_driver_gpio.dir\src - -build esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj: C_COMPILER____idf_esp_driver_gpio_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/src/gpio_glitch_filter_ops.c || cmake_object_order_depends_target___idf_esp_driver_gpio - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_gpio\CMakeFiles\__idf_esp_driver_gpio.dir\src\gpio_glitch_filter_ops.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\esp_driver_gpio\CMakeFiles\__idf_esp_driver_gpio.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_gpio\CMakeFiles\__idf_esp_driver_gpio.dir\src - -build esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj: C_COMPILER____idf_esp_driver_gpio_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/src/rtc_io.c || cmake_object_order_depends_target___idf_esp_driver_gpio - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_gpio\CMakeFiles\__idf_esp_driver_gpio.dir\src\rtc_io.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\esp_driver_gpio\CMakeFiles\__idf_esp_driver_gpio.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_gpio\CMakeFiles\__idf_esp_driver_gpio.dir\src - -build esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/dedic_gpio.c.obj: C_COMPILER____idf_esp_driver_gpio_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/src/dedic_gpio.c || cmake_object_order_depends_target___idf_esp_driver_gpio - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_gpio\CMakeFiles\__idf_esp_driver_gpio.dir\src\dedic_gpio.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\esp_driver_gpio\CMakeFiles\__idf_esp_driver_gpio.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_gpio\CMakeFiles\__idf_esp_driver_gpio.dir\src - -build esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_pin_glitch_filter.c.obj: C_COMPILER____idf_esp_driver_gpio_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/src/gpio_pin_glitch_filter.c || cmake_object_order_depends_target___idf_esp_driver_gpio - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_gpio\CMakeFiles\__idf_esp_driver_gpio.dir\src\gpio_pin_glitch_filter.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\esp_driver_gpio\CMakeFiles\__idf_esp_driver_gpio.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_gpio\CMakeFiles\__idf_esp_driver_gpio.dir\src - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_driver_gpio - - -############################################# -# Link the static library esp-idf\esp_driver_gpio\libesp_driver_gpio.a - -build esp-idf/esp_driver_gpio/libesp_driver_gpio.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_gpio_ esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/dedic_gpio.c.obj esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_pin_glitch_filter.c.obj || esp-idf/esp_pm/libesp_pm.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - OBJECT_DIR = esp-idf\esp_driver_gpio\CMakeFiles\__idf_esp_driver_gpio.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_FILE = esp-idf\esp_driver_gpio\libesp_driver_gpio.a - TARGET_PDB = esp_driver_gpio.a.dbg - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_driver_gpio/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_gpio && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_driver_gpio/edit_cache: phony esp-idf/esp_driver_gpio/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_driver_gpio/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_gpio && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_driver_gpio/rebuild_cache: phony esp-idf/esp_driver_gpio/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_driver_gpio/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_driver_gpio/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_gpio/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_gpio && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_driver_gpio/install: phony esp-idf/esp_driver_gpio/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_driver_gpio/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_gpio/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_gpio && C:\Users\alex\esp\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_driver_gpio/install/local: phony esp-idf/esp_driver_gpio/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_driver_gpio/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_gpio/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_gpio && C:\Users\alex\esp\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_driver_gpio/install/strip: phony esp-idf/esp_driver_gpio/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_pm/pm_locks.c || cmake_object_order_depends_target___idf_esp_pm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_pm\CMakeFiles\__idf_esp_pm.dir\pm_locks.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_pm/pm_trace.c || cmake_object_order_depends_target___idf_esp_pm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_pm\CMakeFiles\__idf_esp_pm.dir\pm_trace.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_pm/pm_impl.c || cmake_object_order_depends_target___idf_esp_pm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_pm\CMakeFiles\__idf_esp_pm.dir\pm_impl.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/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 = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_pm && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_pm && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_pm && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_pm && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_pm && C:\Users\alex\esp\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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/esp_crt_bundle.c || cmake_object_order_depends_target___idf_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\CMakeFiles\__idf_mbedtls.dir\esp_crt_bundle\esp_crt_bundle.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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$:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/x509_crt_bundle.S || cmake_object_order_depends_target___idf_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\CMakeFiles\__idf_mbedtls.dir\__\__\x509_crt_bundle.S.obj.d - FLAGS = -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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 = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls && C:\Users\alex\esp\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/alex/esp/v5.4/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/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_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.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_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.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/sdmmc/libsdmmc.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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -D DATA_FILE=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/x509_crt_bundle -D SOURCE_FILE=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/x509_crt_bundle.S -D FILE_TYPE=BINARY -P C:/Users/alex/esp/v5.4/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/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_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.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_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.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/sdmmc/libsdmmc.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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/gen_crt_bundle.py --input C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/cacrt_all.pem C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/cacrt_local.pem -q --max-certs 200" - DESC = Generating x509_crt_bundle - restat = 1 - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls && C:\Users\alex\esp\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\alex\esp\v5.4\esp-idf\components\mbedtls\mbedtls\doxygen && doxygen mbedtls.doxyfile" - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\include && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\include && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\include && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\include && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\include && C:\Users\alex\esp\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/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\3rdparty && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\3rdparty && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\3rdparty && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\3rdparty && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\3rdparty && C:\Users\alex\esp\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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/everest.c || cmake_object_order_depends_target_everest - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\3rdparty\everest\CMakeFiles\everest.dir\library\everest.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/x25519.c || cmake_object_order_depends_target_everest - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\3rdparty\everest\CMakeFiles\everest.dir\library\x25519.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/Hacl_Curve25519_joined.c || cmake_object_order_depends_target_everest - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\3rdparty\everest\CMakeFiles\everest.dir\library\Hacl_Curve25519_joined.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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 = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\3rdparty\everest && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\3rdparty\everest && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\3rdparty\everest && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\3rdparty\everest && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\3rdparty\everest && C:\Users\alex\esp\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/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\3rdparty\p256-m\CMakeFiles\p256m.dir\p256-m_driver_entrypoints.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\3rdparty\p256-m\CMakeFiles\p256m.dir\p256-m\p256-m.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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 = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\3rdparty\p256-m && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\3rdparty\p256-m && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\3rdparty\p256-m && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\3rdparty\p256-m && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\3rdparty\p256-m && C:\Users\alex\esp\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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/aes.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\aes.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/aesni.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\aesni.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/aesce.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\aesce.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/aria.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\aria.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/asn1parse.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\asn1parse.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/asn1write.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\asn1write.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/base64.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\base64.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/bignum.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\bignum.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/bignum_core.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\bignum_core.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/bignum_mod.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\bignum_mod.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/bignum_mod_raw.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\bignum_mod_raw.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/block_cipher.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\block_cipher.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/camellia.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\camellia.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/ccm.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ccm.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/chacha20.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\chacha20.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/chachapoly.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\chachapoly.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/cipher.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\cipher.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/cipher_wrap.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\cipher_wrap.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/constant_time.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\constant_time.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/cmac.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\cmac.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/ctr_drbg.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ctr_drbg.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/des.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\des.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/dhm.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\dhm.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/ecdh.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ecdh.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/ecdsa.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ecdsa.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/ecjpake.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ecjpake.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/ecp.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ecp.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/ecp_curves.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ecp_curves.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/ecp_curves_new.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ecp_curves_new.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/entropy.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\entropy.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/entropy_poll.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\entropy_poll.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/error.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\error.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/gcm.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\gcm.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/hkdf.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\hkdf.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/hmac_drbg.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\hmac_drbg.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/lmots.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\lmots.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/lms.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\lms.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/md.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\md.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/md5.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\md5.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/memory_buffer_alloc.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\memory_buffer_alloc.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/nist_kw.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\nist_kw.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/oid.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\oid.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/padlock.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\padlock.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/pem.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\pem.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/pk.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\pk.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/pk_ecc.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\pk_ecc.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/pk_wrap.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\pk_wrap.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/pkcs12.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\pkcs12.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/pkcs5.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\pkcs5.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/pkparse.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\pkparse.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/pkwrite.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\pkwrite.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/platform.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\platform.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/platform_util.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\platform_util.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/poly1305.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\poly1305.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/psa_crypto.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_aead.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_aead.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_cipher.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_cipher.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_client.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_client.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_driver_wrappers_no_static.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ecp.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_ecp.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ffdh.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_ffdh.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_hash.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_hash.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_mac.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_mac.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_pake.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_pake.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_rsa.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_rsa.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_se.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_se.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_slot_management.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_slot_management.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_storage.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_storage.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/psa_its_file.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_its_file.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/psa_util.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_util.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/ripemd160.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ripemd160.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/rsa.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\rsa.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/rsa_alt_helpers.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\rsa_alt_helpers.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/sha1.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\sha1.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/sha256.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\sha256.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/sha512.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\sha512.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/sha3.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\sha3.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/threading.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\threading.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/timing.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\timing.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/version.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\version.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/version_features.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\version_features.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - 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/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\sha\dma\esp_sha_gdma_impl.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir - OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\sha\dma - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\aes\dma\esp_aes_gdma_impl.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir - OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\aes\dma - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\aes\dma\esp_aes_dma_core.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir - OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\aes\dma - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/crypto_shared_gdma/esp_crypto_shared_gdma.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/crypto_shared_gdma/esp_crypto_shared_gdma.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\crypto_shared_gdma\esp_crypto_shared_gdma.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir - OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\crypto_shared_gdma - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_hardware.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_hardware.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\esp_hardware.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir - OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_mem.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_mem.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\esp_mem.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir - OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_timing.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_timing.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\esp_timing.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir - OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\aes\esp_aes_xts.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir - OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\aes - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/esp_aes_common.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\aes\esp_aes_common.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir - OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\aes - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\aes\dma\esp_aes.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir - OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\aes\dma - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/esp_sha.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\sha\esp_sha.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir - OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\sha - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/sha.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/sha.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\sha\dma\sha.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir - OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\sha\dma - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\esp_ds\esp_rsa_sign_alt.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir - OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\esp_ds - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/bignum/esp_bignum.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\bignum\esp_bignum.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir - OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\bignum - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/bignum/bignum_alt.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\bignum\bignum_alt.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir - OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\bignum - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\sha\dma\esp_sha1.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir - OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\sha\dma - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\sha\dma\esp_sha256.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir - OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\sha\dma - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\sha\dma\esp_sha512.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir - OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\sha\dma - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\aes\esp_aes_gcm.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir - OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\aes - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/md/esp_md.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/md/esp_md.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\md\esp_md.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir - OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\v5.4\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/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/crypto_shared_gdma/esp_crypto_shared_gdma.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_hardware.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_mem.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_timing.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/sha.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/md/esp_md.c.obj || esp-idf/mbedtls/mbedtls/library/libmbedx509.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/pkcs7.c || cmake_object_order_depends_target_mbedx509 - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\pkcs7.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/x509.c || cmake_object_order_depends_target_mbedx509 - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\x509.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/x509_create.c || cmake_object_order_depends_target_mbedx509 - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\x509_create.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/x509_crl.c || cmake_object_order_depends_target_mbedx509 - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\x509_crl.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/x509_crt.c || cmake_object_order_depends_target_mbedx509 - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\x509_crt.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/x509_csr.c || cmake_object_order_depends_target_mbedx509 - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\x509_csr.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/x509write.c || cmake_object_order_depends_target_mbedx509 - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\x509write.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/x509write_crt.c || cmake_object_order_depends_target_mbedx509 - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\x509write_crt.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/x509write_csr.c || cmake_object_order_depends_target_mbedx509 - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\x509write_csr.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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 = -march=rv32imc_zicsr_zifencei - 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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/debug.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\debug.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/mps_reader.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\mps_reader.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/mps_trace.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\mps_trace.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/ssl_cache.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_cache.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/ssl_ciphersuites.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_ciphersuites.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/ssl_client.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_client.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/ssl_cookie.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_cookie.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_debug_helpers_generated.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/ssl_msg.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_msg.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/ssl_ticket.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_ticket.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/ssl_tls.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_tls.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_client.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_tls12_client.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_server.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_tls12_server.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_keys.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_tls13_keys.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_server.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_tls13_server.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_client.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_tls13_client.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_generic.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_tls13_generic.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj: C_COMPILER__mbedtls_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/mbedtls_debug.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\mbedtls_debug.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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\alex\esp\v5.4\esp-idf\components\mbedtls\port - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_platform_time.c.obj: C_COMPILER__mbedtls_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_platform_time.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\esp_platform_time.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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\alex\esp\v5.4\esp-idf\components\mbedtls\port - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/net_sockets.c.obj: C_COMPILER__mbedtls_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/net_sockets.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\C_\Users\alex\esp\v5.4\esp-idf\components\mbedtls\port\net_sockets.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/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\alex\esp\v5.4\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/alex/esp/v5.4/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_platform_time.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/net_sockets.c.obj || esp-idf/esp_app_format/libesp_app_format.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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/riscv/libriscv.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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\library && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\library && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\library && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\library && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\library && C:\Users\alex\esp\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_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.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_security/libesp_security.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.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/riscv/libriscv.a esp-idf/sdmmc/libsdmmc.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 - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\pkgconfig && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\pkgconfig && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\pkgconfig && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\pkgconfig && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mbedtls\mbedtls\pkgconfig && C:\Users\alex\esp\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/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\bootloader && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\bootloader && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\bootloader && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\bootloader && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\bootloader && C:\Users\alex\esp\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\alex\esp\v5.4\esp-idf\components\bootloader && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Users/alex/esp/v5.4/esp-idf -D SERIAL_TOOL=c:/Users/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe;;C:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c3 -D SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@bootloader-flash_args -D WORKING_DIRECTORY=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build -P C:/Users/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\bootloader && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E echo "Error: The target encrypted-bootloader-flash requires" && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled." && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" C:/Users/alex/esp/tools/cmake/3.30.2/bin/cmake.exe -P C:/Users/alex/esp/v5.4/esp-idf/tools/cmake/scripts/fail.cmake" - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esptool_py && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esptool_py && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esptool_py && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esptool_py && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esptool_py && C:\Users\alex\esp\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 || ESP-IDF_mqtt-ssl.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_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.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_https_server/libesp_https_server.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_security/libesp_security.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_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.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/nvs_sec_provider/libnvs_sec_provider.a esp-idf/partition_table/partition_table_bin esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocol_examples_common/libprotocol_examples_common.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.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 gen_project_binary - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\esp\v5.4\esp-idf\components\esptool_py && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Users/alex/esp/v5.4/esp-idf -D SERIAL_TOOL=c:/Users/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe;;C:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c3 -D SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@app-flash_args -D WORKING_DIRECTORY=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build -P C:/Users/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esptool_py && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E echo "Error: The target encrypted-app-flash requires" && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled." && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" C:/Users/alex/esp/tools/cmake/3.30.2/bin/cmake.exe -P C:/Users/alex/esp/v5.4/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 || ESP-IDF_mqtt-ssl.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_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.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_https_server/libesp_https_server.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_security/libesp_security.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_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.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/nvs_sec_provider/libnvs_sec_provider.a esp-idf/partition_table/partition_table_bin esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocol_examples_common/libprotocol_examples_common.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.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 gen_project_binary - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esptool_py && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Users/alex/esp/v5.4/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/partition_table/partition-table.bin C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/ESP-IDF_mqtt-ssl.bin" - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\partition_table && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\partition_table && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\partition_table && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\partition_table && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\partition_table && C:\Users\alex\esp\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$:/Users/alex/esp/v5.4/esp-idf/components/partition_table/partitions_singleapp.csv C$:/Users/alex/esp/v5.4/esp-idf/components/partition_table/gen_esp32part.py - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\partition_table && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Users/alex/esp/v5.4/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 2MB -- C:/Users/alex/esp/v5.4/esp-idf/components/partition_table/partitions_singleapp.csv C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/partition_table/partition-table.bin && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E echo "Partition table binary generated. Contents:" && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E echo ******************************************************************************* && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Users/alex/esp/v5.4/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 2MB -- C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/partition_table/partition-table.bin && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\partition_table && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E echo "Partition table binary generated. Contents:" && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E echo ******************************************************************************* && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Users/alex/esp/v5.4/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 2MB -- C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/partition_table/partition-table.bin && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\partition_table && C:\Users\alex\esp\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\alex\esp\v5.4\esp-idf\components\partition_table && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Users/alex/esp/v5.4/esp-idf -D SERIAL_TOOL=c:/Users/alex/esp/python_env/idf5.4_py3.11_env/Scripts/python.exe;;C:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c3 -D SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@partition-table-flash_args -D WORKING_DIRECTORY=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build -P C:/Users/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\partition_table && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E echo "Error: The target encrypted-partition-table-flash requires" && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled." && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" C:/Users/alex/esp/tools/cmake/3.30.2/bin/cmake.exe -P C:/Users/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\partition_table && C:\Users\alex\esp\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/alex/esp/v5.4/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_esp_bootloader_format - -build esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj: C_COMPILER____idf_esp_app_format_unscanned_ C$:/Users/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D PROJECT_NAME=\"ESP-IDF_mqtt-ssl\" -DPROJECT_VER=\"ESP32-Node_Switch-v2.7-4742-g10\" - DEP_FILE = esp-idf\esp_app_format\CMakeFiles\__idf_esp_app_format.dir\esp_app_desc.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/esp_bootloader_format/libesp_bootloader_format.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_app_format && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_app_format && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_app_format && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_app_format && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_app_format && C:\Users\alex\esp\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/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_bootloader_format - - -############################################# -# Order-only phony target for __idf_esp_bootloader_format - -build cmake_object_order_depends_target___idf_esp_bootloader_format: phony || cmake_object_order_depends_target___idf_app_update - -build esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj: C_COMPILER____idf_esp_bootloader_format_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c || cmake_object_order_depends_target___idf_esp_bootloader_format - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_bootloader_format\CMakeFiles\__idf_esp_bootloader_format.dir\esp_bootloader_desc.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\esp_bootloader_format\CMakeFiles\__idf_esp_bootloader_format.dir - OBJECT_FILE_DIR = esp-idf\esp_bootloader_format\CMakeFiles\__idf_esp_bootloader_format.dir - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_bootloader_format - - -############################################# -# Link the static library esp-idf\esp_bootloader_format\libesp_bootloader_format.a - -build esp-idf/esp_bootloader_format/libesp_bootloader_format.a: C_STATIC_LIBRARY_LINKER____idf_esp_bootloader_format_ esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj || esp-idf/app_update/libapp_update.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - OBJECT_DIR = esp-idf\esp_bootloader_format\CMakeFiles\__idf_esp_bootloader_format.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_FILE = esp-idf\esp_bootloader_format\libesp_bootloader_format.a - TARGET_PDB = esp_bootloader_format.a.dbg - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_bootloader_format && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_bootloader_format/edit_cache: phony esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_bootloader_format && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_bootloader_format/rebuild_cache: phony esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_bootloader_format/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_bootloader_format/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_bootloader_format/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_bootloader_format && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_bootloader_format/install: phony esp-idf/esp_bootloader_format/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_bootloader_format/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_bootloader_format/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_bootloader_format && C:\Users\alex\esp\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_bootloader_format/install/local: phony esp-idf/esp_bootloader_format/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_bootloader_format/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_bootloader_format/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_bootloader_format && C:\Users\alex\esp\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_bootloader_format/install/strip: phony esp-idf/esp_bootloader_format/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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_partition - -build esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj: C_COMPILER____idf_app_update_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/app_update/esp_ota_ops.c || cmake_object_order_depends_target___idf_app_update - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\app_update\CMakeFiles\__idf_app_update.dir\esp_ota_ops.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/app_update/esp_ota_app_desc.c || cmake_object_order_depends_target___idf_app_update - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\app_update\CMakeFiles\__idf_app_update.dir\esp_ota_app_desc.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/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_partition/libesp_partition.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\app_update && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\app_update && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\app_update && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\app_update && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\app_update && C:\Users\alex\esp\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/alex/esp/v5.4/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_efuse - -build esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj: C_COMPILER____idf_esp_partition_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/partition.c || cmake_object_order_depends_target___idf_esp_partition - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_partition\CMakeFiles\__idf_esp_partition.dir\partition.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_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/alex/esp/v5.4/esp-idf/components/esp_partition/partition_target.c || cmake_object_order_depends_target___idf_esp_partition - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_partition\CMakeFiles\__idf_esp_partition.dir\partition_target.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_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/efuse/libefuse.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_partition && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_partition && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_partition && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_partition && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_partition && C:\Users\alex\esp\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/alex/esp/v5.4/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_bootloader_support - -build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/esp_efuse_table.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32c3\esp_efuse_table.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include - OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir - OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32c3 - -build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/esp_efuse_fields.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32c3\esp_efuse_fields.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include - OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir - OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32c3 - -build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/esp_efuse_rtc_calib.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32c3\esp_efuse_rtc_calib.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include - OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir - OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32c3 - -build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/esp_efuse_utility.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32c3\esp_efuse_utility.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include - OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir - OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32c3 - -build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/efuse/src/esp_efuse_api.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\esp_efuse_api.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/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/alex/esp/v5.4/esp-idf/components/efuse/src/esp_efuse_fields.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\esp_efuse_fields.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/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/alex/esp/v5.4/esp-idf/components/efuse/src/esp_efuse_utility.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\esp_efuse_utility.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/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/with_key_purposes/esp_efuse_api_key.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\efuse_controller\keys\with_key_purposes\esp_efuse_api_key.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include - OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir - OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\efuse_controller\keys\with_key_purposes - -build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/efuse/src/esp_efuse_startup.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\esp_efuse_startup.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include - OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir - OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src - - -# ============================================================================= -# 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/esp32c3/esp_efuse_table.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/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/with_key_purposes/esp_efuse_api_key.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj || esp-idf/bootloader_support/libbootloader_support.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\efuse && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\efuse && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\efuse && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\efuse && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\efuse && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\efuse && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Users/alex/esp/v5.4/esp-idf/components/efuse/efuse_table_gen.py C:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/esp_efuse_table.csv -t esp32c3 --max_blk_len 256" - - -############################################# -# 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\efuse && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\efuse && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\efuse && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Users/alex/esp/v5.4/esp-idf/components/efuse/efuse_table_gen.py C:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/esp_efuse_table.csv -t esp32c3 --max_blk_len 256 --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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\efuse && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\efuse && c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Users/alex/esp/v5.4/esp-idf/components/efuse/efuse_table_gen.py C:/Users/alex/esp/v5.4/esp-idf/components/efuse/test/esp_efuse_test_table.csv -t esp32c3 --max_blk_len 256" - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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_mm - -build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_common.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_common.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_common_loader.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_common_loader.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_clock_init.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_clock_init.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_mem.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_mem.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_random.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_random.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_efuse.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_efuse.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/bootloader_support/src/flash_encrypt.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\flash_encrypt.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/bootloader_support/src/secure_boot.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\secure_boot.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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_esp32c3.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_random_esp32c3.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_random_esp32c3.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\bootloader_flash\src\bootloader_flash.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\bootloader_flash\src\flash_qio_mode.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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_esp32c3.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32c3.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\bootloader_flash\src\bootloader_flash_config_esp32c3.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_utility.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_utility.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/bootloader_support/src/flash_partitions.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\flash_partitions.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/bootloader_support/src/esp_image_format.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\esp_image_format.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/bootloader_support/src/idf/bootloader_sha.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\idf\bootloader_sha.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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 - -build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/secure_boot_secure_features.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/esp32c3/secure_boot_secure_features.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\esp32c3\secure_boot_secure_features.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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\esp32c3 - - -# ============================================================================= -# 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_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/src/bootloader_random_esp32c3.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_esp32c3.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/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/secure_boot_secure_features.c.obj || esp-idf/esp_mm/libesp_mm.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\bootloader_support && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\bootloader_support && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\bootloader_support && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\bootloader_support && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\bootloader_support && C:\Users\alex\esp\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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_mm/esp_mmu_map.c || cmake_object_order_depends_target___idf_esp_mm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_mm\CMakeFiles\__idf_esp_mm.dir\esp_mmu_map.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/esp32c3/ext_mem_layout.c.obj: C_COMPILER____idf_esp_mm_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/port/esp32c3/ext_mem_layout.c || cmake_object_order_depends_target___idf_esp_mm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_mm\CMakeFiles\__idf_esp_mm.dir\port\esp32c3\ext_mem_layout.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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\esp32c3 - -build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj: C_COMPILER____idf_esp_mm_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/esp_cache.c || cmake_object_order_depends_target___idf_esp_mm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_mm\CMakeFiles\__idf_esp_mm.dir\esp_cache.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/heap_align_hw.c.obj: C_COMPILER____idf_esp_mm_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/heap_align_hw.c || cmake_object_order_depends_target___idf_esp_mm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_mm\CMakeFiles\__idf_esp_mm.dir\heap_align_hw.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/esp32c3/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/heap_align_hw.c.obj || esp-idf/spi_flash/libspi_flash.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_mm && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_mm && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_mm && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_mm && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_mm && C:\Users\alex\esp\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/alex/esp/v5.4/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_system - -build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj: C_COMPILER____idf_spi_flash_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/flash_brownout_hook.c || cmake_object_order_depends_target___idf_spi_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\flash_brownout_hook.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/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/alex/esp/v5.4/esp-idf/components/spi_flash/spi_flash_chip_drivers.c || cmake_object_order_depends_target___idf_spi_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_drivers.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/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/alex/esp/v5.4/esp-idf/components/spi_flash/spi_flash_chip_generic.c || cmake_object_order_depends_target___idf_spi_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_generic.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/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/alex/esp/v5.4/esp-idf/components/spi_flash/spi_flash_chip_issi.c || cmake_object_order_depends_target___idf_spi_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_issi.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/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/alex/esp/v5.4/esp-idf/components/spi_flash/spi_flash_chip_mxic.c || cmake_object_order_depends_target___idf_spi_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_mxic.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/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/alex/esp/v5.4/esp-idf/components/spi_flash/spi_flash_chip_gd.c || cmake_object_order_depends_target___idf_spi_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_gd.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/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/alex/esp/v5.4/esp-idf/components/spi_flash/spi_flash_chip_winbond.c || cmake_object_order_depends_target___idf_spi_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_winbond.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/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/alex/esp/v5.4/esp-idf/components/spi_flash/spi_flash_chip_boya.c || cmake_object_order_depends_target___idf_spi_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_boya.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_mxic_opi.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/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/alex/esp/v5.4/esp-idf/components/spi_flash/spi_flash_chip_th.c || cmake_object_order_depends_target___idf_spi_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_th.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/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/alex/esp/v5.4/esp-idf/components/spi_flash/memspi_host_driver.c || cmake_object_order_depends_target___idf_spi_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\memspi_host_driver.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/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/alex/esp/v5.4/esp-idf/components/spi_flash/cache_utils.c || cmake_object_order_depends_target___idf_spi_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\cache_utils.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/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/alex/esp/v5.4/esp-idf/components/spi_flash/flash_mmap.c || cmake_object_order_depends_target___idf_spi_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\flash_mmap.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/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/alex/esp/v5.4/esp-idf/components/spi_flash/flash_ops.c || cmake_object_order_depends_target___idf_spi_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\flash_ops.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/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/alex/esp/v5.4/esp-idf/components/spi_flash/spi_flash_wrap.c || cmake_object_order_depends_target___idf_spi_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_wrap.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/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/alex/esp/v5.4/esp-idf/components/spi_flash/esp_flash_api.c || cmake_object_order_depends_target___idf_spi_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\esp_flash_api.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/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/alex/esp/v5.4/esp-idf/components/spi_flash/esp_flash_spi_init.c || cmake_object_order_depends_target___idf_spi_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\esp_flash_spi_init.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_os_func_app.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_os_func_noos.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/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/esp_system/libesp_system.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\spi_flash && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\spi_flash && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\spi_flash && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\spi_flash && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\spi_flash && C:\Users\alex\esp\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/alex/esp/v5.4/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_common - -build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/esp_err.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\esp_err.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_system/crosscore_int.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\crosscore_int.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_system/esp_ipc.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\esp_ipc.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_system/freertos_hooks.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\freertos_hooks.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_system/int_wdt.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\int_wdt.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_system/panic.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\panic.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_system/esp_system.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\esp_system.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_system/startup.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\startup.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-stack-protector - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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_funcs.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/startup_funcs.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\startup_funcs.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_system/system_time.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\system_time.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_system/stack_check.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\stack_check.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-stack-protector - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_system/ubsan.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\ubsan.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_system/xt_wdt.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\xt_wdt.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_system/task_wdt/task_wdt.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\task_wdt\task_wdt.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\task_wdt\task_wdt_impl_timergroup.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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/hw_stack_guard.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/hw_stack_guard.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\hw_stack_guard.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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/port/cpu_start.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/cpu_start.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\cpu_start.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-stack-protector - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_system/port/panic_handler.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\panic_handler.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_system/port/esp_system_chip.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\esp_system_chip.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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/image_process.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/image_process.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\image_process.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_system/port/brownout.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\brownout.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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/arch/riscv/expression_with_stack.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/arch/riscv/expression_with_stack.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\riscv\expression_with_stack.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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\riscv - -build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_arch.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/arch/riscv/panic_arch.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\riscv\panic_arch.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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\riscv - -build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_helpers.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/arch/riscv/debug_helpers.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\riscv\debug_helpers.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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\riscv - -build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_stubs.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/arch/riscv/debug_stubs.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\riscv\debug_stubs.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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\riscv - -build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/clk.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc/esp32c3/clk.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\soc\esp32c3\clk.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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\esp32c3 - -build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/reset_reason.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc/esp32c3/reset_reason.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\soc\esp32c3\reset_reason.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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\esp32c3 - -build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/system_internal.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc/esp32c3/system_internal.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\soc\esp32c3\system_internal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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\esp32c3 - -build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/cache_err_int.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc/esp32c3/cache_err_int.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\soc\esp32c3\cache_err_int.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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\esp32c3 - -build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/apb_backup_dma.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc/esp32c3/apb_backup_dma.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\soc\esp32c3\apb_backup_dma.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/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\esp32c3 - - -# ============================================================================= -# 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/startup_funcs.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/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/hw_stack_guard.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/image_process.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/arch/riscv/expression_with_stack.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_arch.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_helpers.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_stubs.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/clk.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/reset_reason.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/system_internal.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/cache_err_int.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/apb_backup_dma.c.obj || esp-idf/esp_common/libesp_common.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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 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 sections.ld.in - -build esp-idf/esp_system/sections.ld.in: phony esp-idf/esp_system/CMakeFiles/sections.ld.in esp-idf/esp_system/ld/sections.ld.in - - -############################################# -# 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/esp_system/ld/sections.ld.in esp-idf/app_trace/libapp_trace.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_https_server/libesp_https_server.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/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocol_examples_common/libprotocol_examples_common.a esp-idf/protocomm/libprotocomm.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.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 - - -############################################# -# 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_system && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_system && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_system && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_system && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_system && C:\Users\alex\esp\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\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/alex/esp/v5.4/esp-idf/components/esp_system/ld/esp32c3/memory.ld.in config/sdkconfig.h - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_system && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -DCC=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc.exe -DSOURCE=C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/ld/esp32c3/memory.ld.in -DTARGET=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/ld/memory.ld -DCONFIG_DIR=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -DLD_DIR=C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/ld -P C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/ld/linker_script_generator.cmake" - DESC = Generating C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/ld/memory.ld linker script... - restat = 1 - - -############################################# -# Phony custom command for esp-idf\esp_system\CMakeFiles\sections.ld.in - -build esp-idf/esp_system/CMakeFiles/sections.ld.in | ${cmake_ninja_workdir}esp-idf/esp_system/CMakeFiles/sections.ld.in: phony esp-idf/esp_system/ld/sections.ld.in - - -############################################# -# Custom command for esp-idf\esp_system\ld\sections.ld.in - -build esp-idf/esp_system/ld/sections.ld.in | ${cmake_ninja_workdir}esp-idf/esp_system/ld/sections.ld.in: CUSTOM_COMMAND C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/ld/esp32c3/sections.ld.in config/sdkconfig.h - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_system && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -DCC=C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc.exe -DSOURCE=C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/ld/esp32c3/sections.ld.in -DTARGET=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/ld/sections.ld.in -DCONFIG_DIR=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -DLD_DIR=C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/ld -P C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/ld/linker_script_generator.cmake" - DESC = Generating C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/ld/sections.ld.in linker script... - restat = 1 - - -############################################# -# 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_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.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_https_server/libesp_https_server.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_security/libesp_security.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.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/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocol_examples_common/libprotocol_examples_common.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.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 - - -############################################# -# 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 esp-idf/esp_system/ld/sections.ld.in C$:/Users/alex/esp/v5.4/esp-idf/components/riscv/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/app.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_common/common.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_common/soc.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/hal/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/log/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/heap/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/soc/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/freertos/linker_common.lf C$:/Users/alex/esp/v5.4/esp-idf/components/freertos/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/newlib/newlib.lf C$:/Users/alex/esp/v5.4/esp-idf/components/newlib/system_libs.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/app_trace/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_event/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/vfs/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/lwip/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/ieee802154/linker.lf C$:/Users/alex/esp/v5.4/esp-idf/components/openthread/linker.lf esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.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_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.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_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.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_driver_cam/libesp_driver_cam.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_https_server/libesp_https_server.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/fatfs/libfatfs.a esp-idf/json/libjson.a esp-idf/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/rt/librt.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/protocol_examples_common/libprotocol_examples_common.a esp-idf/main/libmain.a C$:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.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_https_server/libesp_https_server.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_security/libesp_security.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.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/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocol_examples_common/libprotocol_examples_common.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.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 - COMMAND = esp-idf\esp_system\CMakeFiles\sections.ld-d65dc84.bat f0975e66178f00f6 - DESC = Generating ld/sections.ld - restat = 1 - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_system\port && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_system\port && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_system\port && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_system\port && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_system\port && C:\Users\alex\esp\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/alex/esp/v5.4/esp-idf/components/esp_system/port/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_system\port\soc\esp32c3 && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_system/port/soc/esp32c3/edit_cache: phony esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_system\port\soc\esp32c3 && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_system/port/soc/esp32c3/rebuild_cache: phony esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_system/port/soc/esp32c3/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_system/port/soc/esp32c3/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_system\port\soc\esp32c3 && C:\Users\alex\esp\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/esp32c3/install: phony esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_system/port/soc/esp32c3/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_system\port\soc\esp32c3 && C:\Users\alex\esp\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/esp32c3/install/local: phony esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_system/port/soc/esp32c3/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_system\port\soc\esp32c3 && C:\Users\alex\esp\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/esp32c3/install/strip: phony esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_common\CMakeFiles\__idf_esp_common.dir\src\esp_err_to_name.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/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_rom/libesp_rom.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_common && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_common && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_common && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_common && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_common && C:\Users\alex\esp\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/alex/esp/v5.4/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_sys.c.obj: C_COMPILER____idf_esp_rom_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_sys.c || cmake_object_order_depends_target___idf_esp_rom - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_sys.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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_print.c.obj: C_COMPILER____idf_esp_rom_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_print.c || cmake_object_order_depends_target___idf_esp_rom - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_print.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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_crc.c.obj: C_COMPILER____idf_esp_rom_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_crc.c || cmake_object_order_depends_target___idf_esp_rom - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_crc.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_uart.c || cmake_object_order_depends_target___idf_esp_rom - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_uart.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c || cmake_object_order_depends_target___idf_esp_rom - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_spiflash.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_efuse.c || cmake_object_order_depends_target___idf_esp_rom - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_efuse.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_gpio.c || cmake_object_order_depends_target___idf_esp_rom - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_gpio.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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_systimer.c.obj: C_COMPILER____idf_esp_rom_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_systimer.c || cmake_object_order_depends_target___idf_esp_rom - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_systimer.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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_sys.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj 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_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_systimer.c.obj || esp-idf/hal/libhal.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_rom && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_rom && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_rom && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_rom && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_rom && C:\Users\alex\esp\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/alex/esp/v5.4/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/hal_utils.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/hal/hal_utils.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\hal_utils.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/efuse_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\efuse_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/esp32c3/efuse_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/efuse_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32c3\efuse_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32c3 - -build esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/hal/wdt_hal_iram.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\wdt_hal_iram.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/mmu_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\mmu_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/cache_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/hal/cache_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\cache_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/color_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/hal/color_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\color_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/hal/spi_flash_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\spi_flash_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/spi_flash_hal_iram.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\spi_flash_hal_iram.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/spi_flash_encrypt_hal_iram.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\spi_flash_encrypt_hal_iram.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/esp32c3/clk_tree_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/clk_tree_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32c3\clk_tree_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32c3 - -build esp-idf/hal/CMakeFiles/__idf_hal.dir/systimer_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/hal/systimer_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\systimer_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/uart_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\uart_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/uart_hal_iram.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\uart_hal_iram.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/gpio_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\gpio_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/timer_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\timer_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/ledc_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\ledc_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/ledc_hal_iram.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\ledc_hal_iram.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/i2c_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\i2c_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/i2c_hal_iram.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\i2c_hal_iram.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/rmt_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\rmt_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/twai_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\twai_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/twai_hal_iram.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\twai_hal_iram.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/gdma_hal_top.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/hal/gdma_hal_top.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\gdma_hal_top.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/gdma_hal_ahb_v1.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/hal/gdma_hal_ahb_v1.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\gdma_hal_ahb_v1.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/i2s_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\i2s_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/sdm_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\sdm_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/adc_hal_common.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\adc_hal_common.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/adc_oneshot_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\adc_oneshot_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/adc_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\adc_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/mpi_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/hal/mpi_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\mpi_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/sha_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\sha_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/aes_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\aes_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/brownout_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\brownout_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/spi_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\spi_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/spi_hal_iram.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\spi_hal_iram.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/spi_slave_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\spi_slave_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/hal/spi_slave_hal_iram.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\spi_slave_hal_iram.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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_hd_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/hal/spi_slave_hd_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\spi_slave_hd_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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_gpspi.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/hal/spi_flash_hal_gpspi.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\spi_flash_hal_gpspi.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/hmac_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/hal/hmac_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\hmac_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/ds_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/hal/ds_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\ds_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/usb_serial_jtag_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/hal/usb_serial_jtag_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\usb_serial_jtag_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/xt_wdt_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/hal/xt_wdt_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\xt_wdt_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/esp32c3/rtc_cntl_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/rtc_cntl_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32c3\rtc_cntl_hal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32c3 - - -# ============================================================================= -# 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/hal_utils.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/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/cache_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/color_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/esp32c3/clk_tree_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/systimer_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/gpio_hal.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/twai_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_top.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_ahb_v1.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/adc_hal_common.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_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/spi_slave_hd_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_gpspi.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/hmac_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/ds_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/usb_serial_jtag_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/xt_wdt_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/rtc_cntl_hal.c.obj || esp-idf/log/liblog.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\hal && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\hal && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\hal && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\hal && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\hal && C:\Users\alex\esp\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/alex/esp/v5.4/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/src/os/log_timestamp.c.obj: C_COMPILER____idf_log_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/log/src/os/log_timestamp.c || cmake_object_order_depends_target___idf_log - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\log\CMakeFiles\__idf_log.dir\src\os\log_timestamp.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - OBJECT_FILE_DIR = esp-idf\log\CMakeFiles\__idf_log.dir\src\os - -build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj: C_COMPILER____idf_log_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/log/src/log_timestamp_common.c || cmake_object_order_depends_target___idf_log - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\log\CMakeFiles\__idf_log.dir\src\log_timestamp_common.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - OBJECT_FILE_DIR = esp-idf\log\CMakeFiles\__idf_log.dir\src - -build esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj: C_COMPILER____idf_log_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/log/src/os/log_lock.c || cmake_object_order_depends_target___idf_log - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\log\CMakeFiles\__idf_log.dir\src\os\log_lock.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - OBJECT_FILE_DIR = esp-idf\log\CMakeFiles\__idf_log.dir\src\os - -build esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj: C_COMPILER____idf_log_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/log/src/os/log_write.c || cmake_object_order_depends_target___idf_log - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\log\CMakeFiles\__idf_log.dir\src\os\log_write.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - OBJECT_FILE_DIR = esp-idf\log\CMakeFiles\__idf_log.dir\src\os - -build esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj: C_COMPILER____idf_log_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/log/src/buffer/log_buffers.c || cmake_object_order_depends_target___idf_log - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\log\CMakeFiles\__idf_log.dir\src\buffer\log_buffers.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - OBJECT_FILE_DIR = esp-idf\log\CMakeFiles\__idf_log.dir\src\buffer - -build esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj: C_COMPILER____idf_log_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/log/src/util.c || cmake_object_order_depends_target___idf_log - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\log\CMakeFiles\__idf_log.dir\src\util.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - OBJECT_FILE_DIR = esp-idf\log\CMakeFiles\__idf_log.dir\src - -build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj: C_COMPILER____idf_log_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/log/src/log_level/log_level.c || cmake_object_order_depends_target___idf_log - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\log\CMakeFiles\__idf_log.dir\src\log_level\log_level.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - OBJECT_FILE_DIR = esp-idf\log\CMakeFiles\__idf_log.dir\src\log_level - -build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj: C_COMPILER____idf_log_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/log/src/log_level/tag_log_level/tag_log_level.c || cmake_object_order_depends_target___idf_log - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\log\CMakeFiles\__idf_log.dir\src\log_level\tag_log_level\tag_log_level.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - OBJECT_FILE_DIR = esp-idf\log\CMakeFiles\__idf_log.dir\src\log_level\tag_log_level - -build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj: C_COMPILER____idf_log_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/log/src/log_level/tag_log_level/linked_list/log_linked_list.c || cmake_object_order_depends_target___idf_log - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\log\CMakeFiles\__idf_log.dir\src\log_level\tag_log_level\linked_list\log_linked_list.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - OBJECT_FILE_DIR = esp-idf\log\CMakeFiles\__idf_log.dir\src\log_level\tag_log_level\linked_list - -build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj: C_COMPILER____idf_log_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/log/src/log_level/tag_log_level/cache/log_binary_heap.c || cmake_object_order_depends_target___idf_log - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\log\CMakeFiles\__idf_log.dir\src\log_level\tag_log_level\cache\log_binary_heap.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - OBJECT_FILE_DIR = esp-idf\log\CMakeFiles\__idf_log.dir\src\log_level\tag_log_level\cache - - -# ============================================================================= -# 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/src/os/log_timestamp.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj || esp-idf/heap/libheap.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\log && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\log && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\log && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\log && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\log && C:\Users\alex\esp\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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/heap/heap_caps_base.c || cmake_object_order_depends_target___idf_heap - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\heap\CMakeFiles\__idf_heap.dir\heap_caps_base.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/heap/heap_caps.c || cmake_object_order_depends_target___idf_heap - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\heap\CMakeFiles\__idf_heap.dir\heap_caps.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/heap/heap_caps_init.c || cmake_object_order_depends_target___idf_heap - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\heap\CMakeFiles\__idf_heap.dir\heap_caps_init.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/heap/multi_heap.c || cmake_object_order_depends_target___idf_heap - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\heap\CMakeFiles\__idf_heap.dir\multi_heap.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/heap/tlsf/tlsf.c || cmake_object_order_depends_target___idf_heap - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\heap\CMakeFiles\__idf_heap.dir\tlsf\tlsf.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/heap/port/memory_layout_utils.c || cmake_object_order_depends_target___idf_heap - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\heap\CMakeFiles\__idf_heap.dir\port\memory_layout_utils.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/esp32c3/memory_layout.c.obj: C_COMPILER____idf_heap_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/heap/port/esp32c3/memory_layout.c || cmake_object_order_depends_target___idf_heap - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\heap\CMakeFiles\__idf_heap.dir\port\esp32c3\memory_layout.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir - OBJECT_FILE_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir\port\esp32c3 - - -# ============================================================================= -# 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/esp32c3/memory_layout.c.obj || esp-idf/soc/libsoc.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\heap && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\heap && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\heap && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\heap && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\heap && C:\Users\alex\esp\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/alex/esp/v5.4/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_security - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/lldesc.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\lldesc.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/soc/dport_access_common.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\dport_access_common.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/esp32c3/interrupts.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/interrupts.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\interrupts.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/gpio_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\gpio_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/uart_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\uart_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/adc_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\adc_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/dedic_gpio_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\dedic_gpio_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/gdma_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\gdma_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/spi_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\spi_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/ledc_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\ledc_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/rmt_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\rmt_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/sdm_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\sdm_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/i2s_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\i2s_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/i2c_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\i2c_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/temperature_sensor_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\temperature_sensor_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/timer_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\timer_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/mpi_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\mpi_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/twai_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\twai_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/wdt_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3\wdt_periph.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32c3 - - -# ============================================================================= -# 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/esp32c3/interrupts.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj || esp-idf/esp_security/libesp_security.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\soc && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\soc && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\soc && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\soc && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\soc && C:\Users\alex\esp\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/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_security - - -############################################# -# Order-only phony target for __idf_esp_security - -build cmake_object_order_depends_target___idf_esp_security: phony || cmake_object_order_depends_target___idf_esp_hw_support - -build esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj: C_COMPILER____idf_esp_security_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_security/src/init.c || cmake_object_order_depends_target___idf_esp_security - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_security\CMakeFiles\__idf_esp_security.dir\src\init.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/src/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_security\CMakeFiles\__idf_esp_security.dir - OBJECT_FILE_DIR = esp-idf\esp_security\CMakeFiles\__idf_esp_security.dir\src - -build esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_hmac.c.obj: C_COMPILER____idf_esp_security_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_security/src/esp_hmac.c || cmake_object_order_depends_target___idf_esp_security - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_security\CMakeFiles\__idf_esp_security.dir\src\esp_hmac.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/src/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_security\CMakeFiles\__idf_esp_security.dir - OBJECT_FILE_DIR = esp-idf\esp_security\CMakeFiles\__idf_esp_security.dir\src - -build esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_ds.c.obj: C_COMPILER____idf_esp_security_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_security/src/esp_ds.c || cmake_object_order_depends_target___idf_esp_security - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_security\CMakeFiles\__idf_esp_security.dir\src\esp_ds.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/src/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_security\CMakeFiles\__idf_esp_security.dir - OBJECT_FILE_DIR = esp-idf\esp_security\CMakeFiles\__idf_esp_security.dir\src - -build esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj: C_COMPILER____idf_esp_security_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_security/src/esp_crypto_lock.c || cmake_object_order_depends_target___idf_esp_security - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_security\CMakeFiles\__idf_esp_security.dir\src\esp_crypto_lock.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/src/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_security\CMakeFiles\__idf_esp_security.dir - OBJECT_FILE_DIR = esp-idf\esp_security\CMakeFiles\__idf_esp_security.dir\src - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_security - - -############################################# -# Link the static library esp-idf\esp_security\libesp_security.a - -build esp-idf/esp_security/libesp_security.a: C_STATIC_LIBRARY_LINKER____idf_esp_security_ esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_hmac.c.obj esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_ds.c.obj esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj || esp-idf/esp_hw_support/libesp_hw_support.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - OBJECT_DIR = esp-idf\esp_security\CMakeFiles\__idf_esp_security.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_FILE = esp-idf\esp_security\libesp_security.a - TARGET_PDB = esp_security.a.dbg - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_security/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_security && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_security/edit_cache: phony esp-idf/esp_security/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_security/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_security && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_security/rebuild_cache: phony esp-idf/esp_security/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_security/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_security/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_security/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_security && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_security/install: phony esp-idf/esp_security/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_security/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_security/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_security && C:\Users\alex\esp\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_security/install/local: phony esp-idf/esp_security/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_security/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_security/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_security && C:\Users\alex\esp\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_security/install/strip: phony esp-idf/esp_security/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_hw_support/cpu.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\cpu.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/esp32c3/esp_cpu_intr.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/esp_cpu_intr.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32c3\esp_cpu_intr.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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\esp32c3 - -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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\esp_memory_utils.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/esp32c3/cpu_region_protect.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/cpu_region_protect.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32c3\cpu_region_protect.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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\esp32c3 - -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/alex/esp/v5.4/esp-idf/components/esp_hw_support/esp_clk.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\esp_clk.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\clk_ctrl_os.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/esp-idf/components/esp_hw_support/hw_random.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\hw_random.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/esp-idf/components/esp_hw_support/intr_alloc.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\intr_alloc.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/esp-idf/components/esp_hw_support/mac_addr.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\mac_addr.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/esp-idf/components/esp_hw_support/periph_ctrl.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\periph_ctrl.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/esp-idf/components/esp_hw_support/revision.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\revision.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/esp-idf/components/esp_hw_support/rtc_module.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\rtc_module.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/esp-idf/components/esp_hw_support/sleep_modem.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\sleep_modem.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/esp-idf/components/esp_hw_support/sleep_modes.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\sleep_modes.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/esp-idf/components/esp_hw_support/sleep_console.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\sleep_console.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/esp-idf/components/esp_hw_support/sleep_gpio.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\sleep_gpio.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/esp-idf/components/esp_hw_support/sleep_event.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\sleep_event.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/esp-idf/components/esp_hw_support/regi2c_ctrl.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\regi2c_ctrl.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\esp_gpio_reserve.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\sar_periph_ctrl_common.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/esp32c3/io_mux.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/io_mux.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32c3\io_mux.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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\esp32c3 - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_clk_tree.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/esp_clk_tree.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32c3\esp_clk_tree.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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\esp32c3 - -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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp_clk_tree_common.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/dma/esp_dma_utils.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/esp_dma_utils.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\dma\esp_dma_utils.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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\dma - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/gdma_link.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\dma\gdma_link.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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\dma - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/spi_share_hw_ctrl.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\spi_share_hw_ctrl.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/spi_bus_lock.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/spi_bus_lock.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\spi_bus_lock.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/adc_share_hw_ctrl.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\adc_share_hw_ctrl.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/dma/gdma.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/gdma.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\dma\gdma.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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\dma - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/deprecated/gdma_legacy.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/deprecated/gdma_legacy.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\deprecated\gdma_legacy.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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\deprecated - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_async_memcpy.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/esp_async_memcpy.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\dma\esp_async_memcpy.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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\dma - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/async_memcpy_gdma.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/async_memcpy_gdma.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\dma\async_memcpy_gdma.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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\dma - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/systimer.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/systimer.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32c3\systimer.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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\esp32c3 - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/mspi_timing_tuning.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\mspi_timing_tuning.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\sleep_wake_stub.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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_clock_output.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/esp_clock_output.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\esp_clock_output.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/esp32c3/rtc_clk_init.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/rtc_clk_init.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32c3\rtc_clk_init.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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\esp32c3 - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/rtc_clk.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32c3\rtc_clk.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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\esp32c3 - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/rtc_init.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32c3\rtc_init.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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\esp32c3 - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/rtc_sleep.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32c3\rtc_sleep.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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\esp32c3 - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/rtc_time.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32c3\rtc_time.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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\esp32c3 - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/chip_info.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32c3\chip_info.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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\esp32c3 - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/sar_periph_ctrl.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/sar_periph_ctrl.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32c3\sar_periph_ctrl.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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\esp32c3 - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/adc2_init_cal.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/adc2_init_cal.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32c3\adc2_init_cal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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\esp32c3 - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_memprot.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/esp_memprot.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32c3\esp_memprot.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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\esp32c3 - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_memprot_conv.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp_memprot_conv.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp_memprot_conv.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/lowpower/port/esp32c3/sleep_cpu.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/lowpower/port/esp32c3/sleep_cpu.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\lowpower\port\esp32c3\sleep_cpu.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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\lowpower\port\esp32c3 - - -# ============================================================================= -# 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/esp32c3/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/esp32c3/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_modem.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/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/esp32c3/io_mux.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/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/dma/esp_dma_utils.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.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/dma/gdma.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/deprecated/gdma_legacy.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_async_memcpy.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/async_memcpy_gdma.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/systimer.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning.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/esp_clock_output.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/sar_periph_ctrl.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/adc2_init_cal.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_memprot.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_memprot_conv.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c3/sleep_cpu.c.obj || esp-idf/freertos/libfreertos.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_hw_support && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_hw_support && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_hw_support && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_hw_support && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_hw_support && C:\Users\alex\esp\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/alex/esp/v5.4/esp-idf/components/esp_hw_support/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_hw_support\port\esp32c3 && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_hw_support/port/esp32c3/edit_cache: phony esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_hw_support\port\esp32c3 && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_hw_support/port/esp32c3/rebuild_cache: phony esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_hw_support/port/esp32c3/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_hw_support/port/esp32c3/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_hw_support\port\esp32c3 && C:\Users\alex\esp\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/esp32c3/install: phony esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_hw_support/port/esp32c3/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_hw_support\port\esp32c3 && C:\Users\alex\esp\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/esp32c3/install/local: phony esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_hw_support/port/esp32c3/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_hw_support\port\esp32c3 && C:\Users\alex\esp\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/esp32c3/install/strip: phony esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_hw_support\lowpower && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_hw_support/lowpower/edit_cache: phony esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_hw_support\lowpower && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_hw_support/lowpower/rebuild_cache: phony esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_hw_support/lowpower/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_hw_support/lowpower/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_hw_support/lowpower/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_hw_support\lowpower && C:\Users\alex\esp\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/lowpower/install: phony esp-idf/esp_hw_support/lowpower/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_hw_support/lowpower/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_hw_support/lowpower/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_hw_support\lowpower && C:\Users\alex\esp\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/lowpower/install/local: phony esp-idf/esp_hw_support/lowpower/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_hw_support/lowpower/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_hw_support/lowpower/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_hw_support\lowpower && C:\Users\alex\esp\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/lowpower/install/strip: phony esp-idf/esp_hw_support/lowpower/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/freertos/heap_idf.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\heap_idf.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/app_startup.c.obj: C_COMPILER____idf_freertos_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/freertos/app_startup.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\app_startup.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/freertos/port_common.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\port_common.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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_systick.c.obj: C_COMPILER____idf_freertos_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/freertos/port_systick.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\port_systick.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/list.c.obj: C_COMPILER____idf_freertos_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/list.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\list.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/queue.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\queue.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\tasks.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/timers.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\timers.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/event_groups.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\event_groups.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/stream_buffer.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\stream_buffer.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/riscv/port.c.obj: C_COMPILER____idf_freertos_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/port.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\riscv\port.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\riscv - -build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/portasm.S.obj: ASM_COMPILER____idf_freertos_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/portasm.S || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\riscv\portasm.S.obj.d - FLAGS = -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\riscv - -build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj: C_COMPILER____idf_freertos_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/freertos_compatibility.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\esp_additions\freertos_compatibility.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/esp_additions/idf_additions_event_groups.c.obj: C_COMPILER____idf_freertos_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/idf_additions_event_groups.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\esp_additions\idf_additions_event_groups.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/esp_additions/idf_additions.c.obj: C_COMPILER____idf_freertos_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/idf_additions.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\esp_additions\idf_additions.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\esp_additions - - -# ============================================================================= -# 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/app_startup.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.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/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/riscv/port.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/portasm.S.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj || esp-idf/newlib/libnewlib.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\freertos && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\freertos && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\freertos && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\freertos && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\freertos && C:\Users\alex\esp\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/alex/esp/v5.4/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_pthread - -build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj: C_COMPILER____idf_newlib_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/newlib/abort.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\abort.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/newlib/assert.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\assert.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/newlib/heap.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\heap.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-builtin - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/flockfile.c.obj: C_COMPILER____idf_newlib_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/newlib/flockfile.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\flockfile.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/newlib/locks.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\locks.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/newlib/poll.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\poll.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/newlib/pthread.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\pthread.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/newlib/random.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\random.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/getentropy.c.obj: C_COMPILER____idf_newlib_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/newlib/getentropy.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\getentropy.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/newlib/reent_init.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\reent_init.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/newlib/newlib_init.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\newlib_init.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/newlib/syscalls.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\syscalls.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/newlib/termios.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\termios.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/newlib/stdatomic.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\stdatomic.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/newlib/time.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\time.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/newlib/sysconf.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\sysconf.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/newlib/realpath.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\realpath.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/scandir.c.obj: C_COMPILER____idf_newlib_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/newlib/scandir.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\scandir.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/newlib/port/esp_time_impl.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\port\esp_time_impl.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/flockfile.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/getentropy.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/scandir.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj || esp-idf/pthread/libpthread.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\newlib && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\newlib && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\newlib && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\newlib && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\newlib && C:\Users\alex\esp\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/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\newlib\port && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\newlib\port && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\newlib\port && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\newlib\port && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\newlib\port && C:\Users\alex\esp\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/alex/esp/v5.4/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_cxx - -build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj: C_COMPILER____idf_pthread_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/pthread/pthread.c || cmake_object_order_depends_target___idf_pthread - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\pthread\CMakeFiles\__idf_pthread.dir\pthread.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/pthread/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/pthread/pthread_cond_var.c || cmake_object_order_depends_target___idf_pthread - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\pthread\CMakeFiles\__idf_pthread.dir\pthread_cond_var.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/pthread/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/pthread/pthread_local_storage.c || cmake_object_order_depends_target___idf_pthread - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\pthread\CMakeFiles\__idf_pthread.dir\pthread_local_storage.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/pthread/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/pthread/pthread_rwlock.c || cmake_object_order_depends_target___idf_pthread - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\pthread\CMakeFiles\__idf_pthread.dir\pthread_rwlock.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/pthread/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/pthread/pthread_semaphore.c || cmake_object_order_depends_target___idf_pthread - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\pthread\CMakeFiles\__idf_pthread.dir\pthread_semaphore.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/pthread/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/cxx/libcxx.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\pthread && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\pthread && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\pthread && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\pthread && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\pthread && C:\Users\alex\esp\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/alex/esp/v5.4/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_timer - -build esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj: CXX_COMPILER____idf_cxx_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/cxx/cxx_exception_stubs.cpp || cmake_object_order_depends_target___idf_cxx - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\cxx\CMakeFiles\__idf_cxx.dir\cxx_exception_stubs.cpp.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/cxx/cxx_guards.cpp || cmake_object_order_depends_target___idf_cxx - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\cxx\CMakeFiles\__idf_cxx.dir\cxx_guards.cpp.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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_init.cpp.obj: CXX_COMPILER____idf_cxx_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/cxx/cxx_init.cpp || cmake_object_order_depends_target___idf_cxx - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\cxx\CMakeFiles\__idf_cxx.dir\cxx_init.cpp.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj || esp-idf/esp_timer/libesp_timer.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\cxx && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\cxx && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\cxx && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\cxx && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\cxx && C:\Users\alex\esp\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/alex/esp/v5.4/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_driver_gptimer - -build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj: C_COMPILER____idf_esp_timer_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/src/esp_timer.c || cmake_object_order_depends_target___idf_esp_timer - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir\src\esp_timer.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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_init.c.obj: C_COMPILER____idf_esp_timer_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/src/esp_timer_init.c || cmake_object_order_depends_target___idf_esp_timer - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir\src\esp_timer_init.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/esp_timer/src/ets_timer_legacy.c || cmake_object_order_depends_target___idf_esp_timer - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir\src\ets_timer_legacy.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/esp_timer/src/system_time.c || cmake_object_order_depends_target___idf_esp_timer - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir\src\system_time.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir\src\esp_timer_impl_common.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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_systimer.c.obj: C_COMPILER____idf_esp_timer_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/src/esp_timer_impl_systimer.c || cmake_object_order_depends_target___idf_esp_timer - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir\src\esp_timer_impl_systimer.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/esp_timer_init.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_systimer.c.obj || esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_timer && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_timer && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_timer && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_timer && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_timer && C:\Users\alex\esp\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/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_driver_gptimer - - -############################################# -# Order-only phony target for __idf_esp_driver_gptimer - -build cmake_object_order_depends_target___idf_esp_driver_gptimer: phony || cmake_object_order_depends_target___idf_esp_ringbuf - -build esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj: C_COMPILER____idf_esp_driver_gptimer_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/src/gptimer.c || cmake_object_order_depends_target___idf_esp_driver_gptimer - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_gptimer\CMakeFiles\__idf_esp_driver_gptimer.dir\src\gptimer.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\esp_driver_gptimer\CMakeFiles\__idf_esp_driver_gptimer.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_gptimer\CMakeFiles\__idf_esp_driver_gptimer.dir\src - -build esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj: C_COMPILER____idf_esp_driver_gptimer_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/src/gptimer_common.c || cmake_object_order_depends_target___idf_esp_driver_gptimer - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_gptimer\CMakeFiles\__idf_esp_driver_gptimer.dir\src\gptimer_common.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\esp_driver_gptimer\CMakeFiles\__idf_esp_driver_gptimer.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_gptimer\CMakeFiles\__idf_esp_driver_gptimer.dir\src - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_driver_gptimer - - -############################################# -# Link the static library esp-idf\esp_driver_gptimer\libesp_driver_gptimer.a - -build esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_gptimer_ esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj || esp-idf/esp_ringbuf/libesp_ringbuf.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - OBJECT_DIR = esp-idf\esp_driver_gptimer\CMakeFiles\__idf_esp_driver_gptimer.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_FILE = esp-idf\esp_driver_gptimer\libesp_driver_gptimer.a - TARGET_PDB = esp_driver_gptimer.a.dbg - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_driver_gptimer/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_gptimer && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_driver_gptimer/edit_cache: phony esp-idf/esp_driver_gptimer/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_driver_gptimer/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_gptimer && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_driver_gptimer/rebuild_cache: phony esp-idf/esp_driver_gptimer/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_driver_gptimer/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_driver_gptimer/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_gptimer/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_gptimer && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_driver_gptimer/install: phony esp-idf/esp_driver_gptimer/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_driver_gptimer/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_gptimer/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_gptimer && C:\Users\alex\esp\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_driver_gptimer/install/local: phony esp-idf/esp_driver_gptimer/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_driver_gptimer/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_gptimer/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_gptimer && C:\Users\alex\esp\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_driver_gptimer/install/strip: phony esp-idf/esp_driver_gptimer/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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_esp_driver_uart - -build esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj: C_COMPILER____idf_esp_ringbuf_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/ringbuf.c || cmake_object_order_depends_target___idf_esp_ringbuf - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_ringbuf\CMakeFiles\__idf_esp_ringbuf.dir\ringbuf.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/esp_driver_uart/libesp_driver_uart.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_ringbuf && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_ringbuf && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_ringbuf && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_ringbuf && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_ringbuf && C:\Users\alex\esp\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/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_driver_uart - - -############################################# -# Order-only phony target for __idf_esp_driver_uart - -build cmake_object_order_depends_target___idf_esp_driver_uart: phony || cmake_object_order_depends_target___idf_esp_event - -build esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj: C_COMPILER____idf_esp_driver_uart_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/src/uart.c || cmake_object_order_depends_target___idf_esp_driver_uart - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_uart\CMakeFiles\__idf_esp_driver_uart.dir\src\uart.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include - OBJECT_DIR = esp-idf\esp_driver_uart\CMakeFiles\__idf_esp_driver_uart.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_uart\CMakeFiles\__idf_esp_driver_uart.dir\src - -build esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj: C_COMPILER____idf_esp_driver_uart_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/src/uart_vfs.c || cmake_object_order_depends_target___idf_esp_driver_uart - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_uart\CMakeFiles\__idf_esp_driver_uart.dir\src\uart_vfs.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include - OBJECT_DIR = esp-idf\esp_driver_uart\CMakeFiles\__idf_esp_driver_uart.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_uart\CMakeFiles\__idf_esp_driver_uart.dir\src - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_driver_uart - - -############################################# -# Link the static library esp-idf\esp_driver_uart\libesp_driver_uart.a - -build esp-idf/esp_driver_uart/libesp_driver_uart.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_uart_ esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj || esp-idf/esp_event/libesp_event.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - OBJECT_DIR = esp-idf\esp_driver_uart\CMakeFiles\__idf_esp_driver_uart.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_FILE = esp-idf\esp_driver_uart\libesp_driver_uart.a - TARGET_PDB = esp_driver_uart.a.dbg - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_driver_uart/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_uart && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_driver_uart/edit_cache: phony esp-idf/esp_driver_uart/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_driver_uart/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_uart && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_driver_uart/rebuild_cache: phony esp-idf/esp_driver_uart/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_driver_uart/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_driver_uart/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_uart/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_uart && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_driver_uart/install: phony esp-idf/esp_driver_uart/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_driver_uart/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_uart/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_uart && C:\Users\alex\esp\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_driver_uart/install/local: phony esp-idf/esp_driver_uart/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_driver_uart/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_uart/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_uart && C:\Users\alex\esp\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_driver_uart/install/strip: phony esp-idf/esp_driver_uart/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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_riscv - -build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj: C_COMPILER____idf_app_trace_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/app_trace/app_trace.c || cmake_object_order_depends_target___idf_app_trace - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\app_trace\CMakeFiles\__idf_app_trace.dir\app_trace.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/esp-idf/components/app_trace/app_trace_util.c || cmake_object_order_depends_target___idf_app_trace - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\app_trace\CMakeFiles\__idf_app_trace.dir\app_trace_util.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/esp-idf/components/app_trace/host_file_io.c || cmake_object_order_depends_target___idf_app_trace - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\app_trace\CMakeFiles\__idf_app_trace.dir\host_file_io.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/esp-idf/components/app_trace/port/port_uart.c || cmake_object_order_depends_target___idf_app_trace - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\app_trace\CMakeFiles\__idf_app_trace.dir\port\port_uart.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/riscv/libriscv.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\app_trace && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\app_trace && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\app_trace && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\app_trace && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\app_trace && C:\Users\alex\esp\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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_event/default_event_loop.c || cmake_object_order_depends_target___idf_esp_event - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_event\CMakeFiles\__idf_esp_event.dir\default_event_loop.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_event/esp_event.c || cmake_object_order_depends_target___idf_esp_event - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_event\CMakeFiles\__idf_esp_event.dir\esp_event.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_event/esp_event_private.c || cmake_object_order_depends_target___idf_esp_event - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_event\CMakeFiles\__idf_esp_event.dir\esp_event_private.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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 = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_event && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_event && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_event && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_event && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_event && C:\Users\alex\esp\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/alex/esp/v5.4/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_driver_spi - -build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_api.cpp || cmake_object_order_depends_target___idf_nvs_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_api.cpp.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m - 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/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_cxx_api.cpp || cmake_object_order_depends_target___idf_nvs_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_cxx_api.cpp.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m - 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/alex/esp/v5.4/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_item_hash_list.cpp.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m - 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/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_page.cpp || cmake_object_order_depends_target___idf_nvs_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_page.cpp.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m - 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/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_pagemanager.cpp || cmake_object_order_depends_target___idf_nvs_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_pagemanager.cpp.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m - 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/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_storage.cpp || cmake_object_order_depends_target___idf_nvs_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_storage.cpp.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m - 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/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_handle_simple.cpp || cmake_object_order_depends_target___idf_nvs_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_handle_simple.cpp.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m - 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/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_handle_locked.cpp || cmake_object_order_depends_target___idf_nvs_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_handle_locked.cpp.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m - 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/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_partition.cpp || cmake_object_order_depends_target___idf_nvs_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_partition.cpp.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m - 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/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_partition_lookup.cpp || cmake_object_order_depends_target___idf_nvs_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_partition_lookup.cpp.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m - 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/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_partition_manager.cpp || cmake_object_order_depends_target___idf_nvs_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_partition_manager.cpp.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m - 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/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_types.cpp || cmake_object_order_depends_target___idf_nvs_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_types.cpp.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m - 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/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_platform.cpp || cmake_object_order_depends_target___idf_nvs_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_platform.cpp.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m - 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_bootloader.c.obj: C_COMPILER____idf_nvs_flash_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_bootloader.c || cmake_object_order_depends_target___idf_nvs_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_bootloader.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m - 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_encrypted_partition.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_encrypted_partition.cpp || cmake_object_order_depends_target___idf_nvs_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_encrypted_partition.cpp.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m - 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/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj || esp-idf/esp_driver_spi/libesp_driver_spi.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\nvs_flash && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\nvs_flash && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\nvs_flash && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\nvs_flash && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\nvs_flash && C:\Users\alex\esp\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/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_driver_pcnt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_pcnt && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_driver_pcnt/edit_cache: phony esp-idf/esp_driver_pcnt/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_driver_pcnt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_pcnt && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_driver_pcnt/rebuild_cache: phony esp-idf/esp_driver_pcnt/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_driver_pcnt/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_driver_pcnt/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_pcnt/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_pcnt && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_driver_pcnt/install: phony esp-idf/esp_driver_pcnt/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_driver_pcnt/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_pcnt/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_pcnt && C:\Users\alex\esp\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_driver_pcnt/install/local: phony esp-idf/esp_driver_pcnt/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_driver_pcnt/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_pcnt/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_pcnt && C:\Users\alex\esp\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_driver_pcnt/install/strip: phony esp-idf/esp_driver_pcnt/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_driver_spi - - -############################################# -# Order-only phony target for __idf_esp_driver_spi - -build cmake_object_order_depends_target___idf_esp_driver_spi: phony || cmake_object_order_depends_target___idf_esp_driver_i2s - -build esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj: C_COMPILER____idf_esp_driver_spi_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/src/gpspi/spi_common.c || cmake_object_order_depends_target___idf_esp_driver_spi - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_spi\CMakeFiles\__idf_esp_driver_spi.dir\src\gpspi\spi_common.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include - OBJECT_DIR = esp-idf\esp_driver_spi\CMakeFiles\__idf_esp_driver_spi.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_spi\CMakeFiles\__idf_esp_driver_spi.dir\src\gpspi - -build esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj: C_COMPILER____idf_esp_driver_spi_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/src/gpspi/spi_master.c || cmake_object_order_depends_target___idf_esp_driver_spi - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_spi\CMakeFiles\__idf_esp_driver_spi.dir\src\gpspi\spi_master.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include - OBJECT_DIR = esp-idf\esp_driver_spi\CMakeFiles\__idf_esp_driver_spi.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_spi\CMakeFiles\__idf_esp_driver_spi.dir\src\gpspi - -build esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj: C_COMPILER____idf_esp_driver_spi_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/src/gpspi/spi_slave.c || cmake_object_order_depends_target___idf_esp_driver_spi - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_spi\CMakeFiles\__idf_esp_driver_spi.dir\src\gpspi\spi_slave.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include - OBJECT_DIR = esp-idf\esp_driver_spi\CMakeFiles\__idf_esp_driver_spi.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_spi\CMakeFiles\__idf_esp_driver_spi.dir\src\gpspi - -build esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj: C_COMPILER____idf_esp_driver_spi_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/src/gpspi/spi_dma.c || cmake_object_order_depends_target___idf_esp_driver_spi - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_spi\CMakeFiles\__idf_esp_driver_spi.dir\src\gpspi\spi_dma.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include - OBJECT_DIR = esp-idf\esp_driver_spi\CMakeFiles\__idf_esp_driver_spi.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_spi\CMakeFiles\__idf_esp_driver_spi.dir\src\gpspi - -build esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave_hd.c.obj: C_COMPILER____idf_esp_driver_spi_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/src/gpspi/spi_slave_hd.c || cmake_object_order_depends_target___idf_esp_driver_spi - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_spi\CMakeFiles\__idf_esp_driver_spi.dir\src\gpspi\spi_slave_hd.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include - OBJECT_DIR = esp-idf\esp_driver_spi\CMakeFiles\__idf_esp_driver_spi.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_spi\CMakeFiles\__idf_esp_driver_spi.dir\src\gpspi - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_driver_spi - - -############################################# -# Link the static library esp-idf\esp_driver_spi\libesp_driver_spi.a - -build esp-idf/esp_driver_spi/libesp_driver_spi.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_spi_ esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave_hd.c.obj || esp-idf/esp_driver_i2s/libesp_driver_i2s.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - OBJECT_DIR = esp-idf\esp_driver_spi\CMakeFiles\__idf_esp_driver_spi.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_FILE = esp-idf\esp_driver_spi\libesp_driver_spi.a - TARGET_PDB = esp_driver_spi.a.dbg - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_driver_spi/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_spi && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_driver_spi/edit_cache: phony esp-idf/esp_driver_spi/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_driver_spi/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_spi && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_driver_spi/rebuild_cache: phony esp-idf/esp_driver_spi/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_driver_spi/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_driver_spi/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_spi/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_spi && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_driver_spi/install: phony esp-idf/esp_driver_spi/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_driver_spi/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_spi/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_spi && C:\Users\alex\esp\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_driver_spi/install/local: phony esp-idf/esp_driver_spi/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_driver_spi/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_spi/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_spi && C:\Users\alex\esp\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_driver_spi/install/strip: phony esp-idf/esp_driver_spi/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_driver_mcpwm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_mcpwm && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_driver_mcpwm/edit_cache: phony esp-idf/esp_driver_mcpwm/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_driver_mcpwm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_mcpwm && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_driver_mcpwm/rebuild_cache: phony esp-idf/esp_driver_mcpwm/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_driver_mcpwm/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_driver_mcpwm/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_mcpwm/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_mcpwm && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_driver_mcpwm/install: phony esp-idf/esp_driver_mcpwm/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_driver_mcpwm/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_mcpwm/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_mcpwm && C:\Users\alex\esp\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_driver_mcpwm/install/local: phony esp-idf/esp_driver_mcpwm/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_driver_mcpwm/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_mcpwm/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_mcpwm && C:\Users\alex\esp\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_driver_mcpwm/install/strip: phony esp-idf/esp_driver_mcpwm/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_driver_ana_cmpr/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_ana_cmpr && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_driver_ana_cmpr/edit_cache: phony esp-idf/esp_driver_ana_cmpr/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_driver_ana_cmpr/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_ana_cmpr && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_driver_ana_cmpr/rebuild_cache: phony esp-idf/esp_driver_ana_cmpr/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_driver_ana_cmpr/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_driver_ana_cmpr/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_ana_cmpr/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_ana_cmpr && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_driver_ana_cmpr/install: phony esp-idf/esp_driver_ana_cmpr/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_ana_cmpr/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_ana_cmpr && C:\Users\alex\esp\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_driver_ana_cmpr/install/local: phony esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_ana_cmpr/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_ana_cmpr && C:\Users\alex\esp\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_driver_ana_cmpr/install/strip: phony esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_driver_i2s - - -############################################# -# Order-only phony target for __idf_esp_driver_i2s - -build cmake_object_order_depends_target___idf_esp_driver_i2s: phony || cmake_object_order_depends_target___idf_sdmmc - -build esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj: C_COMPILER____idf_esp_driver_i2s_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/i2s_common.c || cmake_object_order_depends_target___idf_esp_driver_i2s - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_i2s\CMakeFiles\__idf_esp_driver_i2s.dir\i2s_common.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\esp_driver_i2s\CMakeFiles\__idf_esp_driver_i2s.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_i2s\CMakeFiles\__idf_esp_driver_i2s.dir - -build esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj: C_COMPILER____idf_esp_driver_i2s_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/i2s_std.c || cmake_object_order_depends_target___idf_esp_driver_i2s - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_i2s\CMakeFiles\__idf_esp_driver_i2s.dir\i2s_std.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\esp_driver_i2s\CMakeFiles\__idf_esp_driver_i2s.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_i2s\CMakeFiles\__idf_esp_driver_i2s.dir - -build esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj: C_COMPILER____idf_esp_driver_i2s_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/i2s_pdm.c || cmake_object_order_depends_target___idf_esp_driver_i2s - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_i2s\CMakeFiles\__idf_esp_driver_i2s.dir\i2s_pdm.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\esp_driver_i2s\CMakeFiles\__idf_esp_driver_i2s.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_i2s\CMakeFiles\__idf_esp_driver_i2s.dir - -build esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_tdm.c.obj: C_COMPILER____idf_esp_driver_i2s_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/i2s_tdm.c || cmake_object_order_depends_target___idf_esp_driver_i2s - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_i2s\CMakeFiles\__idf_esp_driver_i2s.dir\i2s_tdm.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\esp_driver_i2s\CMakeFiles\__idf_esp_driver_i2s.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_i2s\CMakeFiles\__idf_esp_driver_i2s.dir - -build esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj: C_COMPILER____idf_esp_driver_i2s_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/i2s_platform.c || cmake_object_order_depends_target___idf_esp_driver_i2s - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_i2s\CMakeFiles\__idf_esp_driver_i2s.dir\i2s_platform.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\esp_driver_i2s\CMakeFiles\__idf_esp_driver_i2s.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_i2s\CMakeFiles\__idf_esp_driver_i2s.dir - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_driver_i2s - - -############################################# -# Link the static library esp-idf\esp_driver_i2s\libesp_driver_i2s.a - -build esp-idf/esp_driver_i2s/libesp_driver_i2s.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_i2s_ esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_tdm.c.obj esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj || esp-idf/sdmmc/libsdmmc.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - OBJECT_DIR = esp-idf\esp_driver_i2s\CMakeFiles\__idf_esp_driver_i2s.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_FILE = esp-idf\esp_driver_i2s\libesp_driver_i2s.a - TARGET_PDB = esp_driver_i2s.a.dbg - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_driver_i2s/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_i2s && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_driver_i2s/edit_cache: phony esp-idf/esp_driver_i2s/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_driver_i2s/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_i2s && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_driver_i2s/rebuild_cache: phony esp-idf/esp_driver_i2s/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_driver_i2s/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_driver_i2s/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_i2s/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_i2s && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_driver_i2s/install: phony esp-idf/esp_driver_i2s/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_driver_i2s/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_i2s/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_i2s && C:\Users\alex\esp\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_driver_i2s/install/local: phony esp-idf/esp_driver_i2s/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_driver_i2s/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_i2s/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_i2s && C:\Users\alex\esp\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_driver_i2s/install/strip: phony esp-idf/esp_driver_i2s/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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_esp_driver_sdspi - -build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj: C_COMPILER____idf_sdmmc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/sdmmc_cmd.c || cmake_object_order_depends_target___idf_sdmmc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir\sdmmc_cmd.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/esp-idf/components/sdmmc/sdmmc_common.c || cmake_object_order_depends_target___idf_sdmmc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir\sdmmc_common.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/esp-idf/components/sdmmc/sdmmc_init.c || cmake_object_order_depends_target___idf_sdmmc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir\sdmmc_init.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/esp-idf/components/sdmmc/sdmmc_io.c || cmake_object_order_depends_target___idf_sdmmc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir\sdmmc_io.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/esp-idf/components/sdmmc/sdmmc_mmc.c || cmake_object_order_depends_target___idf_sdmmc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir\sdmmc_mmc.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/esp-idf/components/sdmmc/sdmmc_sd.c || cmake_object_order_depends_target___idf_sdmmc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir\sdmmc_sd.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/sd_pwr_ctrl/sd_pwr_ctrl.c.obj: C_COMPILER____idf_sdmmc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/sd_pwr_ctrl/sd_pwr_ctrl.c || cmake_object_order_depends_target___idf_sdmmc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir\sd_pwr_ctrl\sd_pwr_ctrl.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir - OBJECT_FILE_DIR = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir\sd_pwr_ctrl - - -# ============================================================================= -# 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/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj || esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\sdmmc && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\sdmmc && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\sdmmc && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\sdmmc && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\sdmmc && C:\Users\alex\esp\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/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_driver_sdmmc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_sdmmc && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_driver_sdmmc/edit_cache: phony esp-idf/esp_driver_sdmmc/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_driver_sdmmc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_sdmmc && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_driver_sdmmc/rebuild_cache: phony esp-idf/esp_driver_sdmmc/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_driver_sdmmc/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_driver_sdmmc/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_sdmmc/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_sdmmc && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_driver_sdmmc/install: phony esp-idf/esp_driver_sdmmc/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_driver_sdmmc/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_sdmmc/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_sdmmc && C:\Users\alex\esp\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_driver_sdmmc/install/local: phony esp-idf/esp_driver_sdmmc/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_driver_sdmmc/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_sdmmc/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_sdmmc && C:\Users\alex\esp\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_driver_sdmmc/install/strip: phony esp-idf/esp_driver_sdmmc/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_driver_sdspi - - -############################################# -# Order-only phony target for __idf_esp_driver_sdspi - -build cmake_object_order_depends_target___idf_esp_driver_sdspi: phony || cmake_object_order_depends_target___idf_esp_driver_rmt - -build esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj: C_COMPILER____idf_esp_driver_sdspi_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/src/sdspi_crc.c || cmake_object_order_depends_target___idf_esp_driver_sdspi - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_sdspi\CMakeFiles\__idf_esp_driver_sdspi.dir\src\sdspi_crc.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_driver_sdspi\CMakeFiles\__idf_esp_driver_sdspi.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_sdspi\CMakeFiles\__idf_esp_driver_sdspi.dir\src - -build esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj: C_COMPILER____idf_esp_driver_sdspi_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/src/sdspi_host.c || cmake_object_order_depends_target___idf_esp_driver_sdspi - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_sdspi\CMakeFiles\__idf_esp_driver_sdspi.dir\src\sdspi_host.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_driver_sdspi\CMakeFiles\__idf_esp_driver_sdspi.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_sdspi\CMakeFiles\__idf_esp_driver_sdspi.dir\src - -build esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj: C_COMPILER____idf_esp_driver_sdspi_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/src/sdspi_transaction.c || cmake_object_order_depends_target___idf_esp_driver_sdspi - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_sdspi\CMakeFiles\__idf_esp_driver_sdspi.dir\src\sdspi_transaction.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_driver_sdspi\CMakeFiles\__idf_esp_driver_sdspi.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_sdspi\CMakeFiles\__idf_esp_driver_sdspi.dir\src - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_driver_sdspi - - -############################################# -# Link the static library esp-idf\esp_driver_sdspi\libesp_driver_sdspi.a - -build esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_sdspi_ esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj || esp-idf/esp_driver_rmt/libesp_driver_rmt.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - OBJECT_DIR = esp-idf\esp_driver_sdspi\CMakeFiles\__idf_esp_driver_sdspi.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_FILE = esp-idf\esp_driver_sdspi\libesp_driver_sdspi.a - TARGET_PDB = esp_driver_sdspi.a.dbg - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_driver_sdspi/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_sdspi && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_driver_sdspi/edit_cache: phony esp-idf/esp_driver_sdspi/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_driver_sdspi/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_sdspi && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_driver_sdspi/rebuild_cache: phony esp-idf/esp_driver_sdspi/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_driver_sdspi/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_driver_sdspi/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_sdspi/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_sdspi && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_driver_sdspi/install: phony esp-idf/esp_driver_sdspi/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_driver_sdspi/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_sdspi/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_sdspi && C:\Users\alex\esp\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_driver_sdspi/install/local: phony esp-idf/esp_driver_sdspi/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_driver_sdspi/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_sdspi/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_sdspi && C:\Users\alex\esp\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_driver_sdspi/install/strip: phony esp-idf/esp_driver_sdspi/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_driver_sdio/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_sdio && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_driver_sdio/edit_cache: phony esp-idf/esp_driver_sdio/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_driver_sdio/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_sdio && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_driver_sdio/rebuild_cache: phony esp-idf/esp_driver_sdio/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_driver_sdio/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_driver_sdio/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_sdio/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_sdio && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_driver_sdio/install: phony esp-idf/esp_driver_sdio/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_driver_sdio/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_sdio/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_sdio && C:\Users\alex\esp\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_driver_sdio/install/local: phony esp-idf/esp_driver_sdio/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_driver_sdio/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_sdio/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_sdio && C:\Users\alex\esp\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_driver_sdio/install/strip: phony esp-idf/esp_driver_sdio/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_driver_dac/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_dac && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_driver_dac/edit_cache: phony esp-idf/esp_driver_dac/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_driver_dac/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_dac && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_driver_dac/rebuild_cache: phony esp-idf/esp_driver_dac/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_driver_dac/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_driver_dac/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_dac/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_dac && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_driver_dac/install: phony esp-idf/esp_driver_dac/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_driver_dac/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_dac/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_dac && C:\Users\alex\esp\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_driver_dac/install/local: phony esp-idf/esp_driver_dac/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_driver_dac/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_dac/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_dac && C:\Users\alex\esp\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_driver_dac/install/strip: phony esp-idf/esp_driver_dac/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_driver_rmt - - -############################################# -# Order-only phony target for __idf_esp_driver_rmt - -build cmake_object_order_depends_target___idf_esp_driver_rmt: phony || cmake_object_order_depends_target___idf_esp_driver_tsens - -build esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj: C_COMPILER____idf_esp_driver_rmt_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/src/rmt_common.c || cmake_object_order_depends_target___idf_esp_driver_rmt - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_rmt\CMakeFiles\__idf_esp_driver_rmt.dir\src\rmt_common.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\esp_driver_rmt\CMakeFiles\__idf_esp_driver_rmt.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_rmt\CMakeFiles\__idf_esp_driver_rmt.dir\src - -build esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj: C_COMPILER____idf_esp_driver_rmt_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/src/rmt_encoder.c || cmake_object_order_depends_target___idf_esp_driver_rmt - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_rmt\CMakeFiles\__idf_esp_driver_rmt.dir\src\rmt_encoder.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\esp_driver_rmt\CMakeFiles\__idf_esp_driver_rmt.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_rmt\CMakeFiles\__idf_esp_driver_rmt.dir\src - -build esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj: C_COMPILER____idf_esp_driver_rmt_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/src/rmt_rx.c || cmake_object_order_depends_target___idf_esp_driver_rmt - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_rmt\CMakeFiles\__idf_esp_driver_rmt.dir\src\rmt_rx.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\esp_driver_rmt\CMakeFiles\__idf_esp_driver_rmt.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_rmt\CMakeFiles\__idf_esp_driver_rmt.dir\src - -build esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj: C_COMPILER____idf_esp_driver_rmt_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/src/rmt_tx.c || cmake_object_order_depends_target___idf_esp_driver_rmt - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_rmt\CMakeFiles\__idf_esp_driver_rmt.dir\src\rmt_tx.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\esp_driver_rmt\CMakeFiles\__idf_esp_driver_rmt.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_rmt\CMakeFiles\__idf_esp_driver_rmt.dir\src - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_driver_rmt - - -############################################# -# Link the static library esp-idf\esp_driver_rmt\libesp_driver_rmt.a - -build esp-idf/esp_driver_rmt/libesp_driver_rmt.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_rmt_ esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj || esp-idf/esp_driver_tsens/libesp_driver_tsens.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - OBJECT_DIR = esp-idf\esp_driver_rmt\CMakeFiles\__idf_esp_driver_rmt.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_FILE = esp-idf\esp_driver_rmt\libesp_driver_rmt.a - TARGET_PDB = esp_driver_rmt.a.dbg - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_driver_rmt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_rmt && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_driver_rmt/edit_cache: phony esp-idf/esp_driver_rmt/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_driver_rmt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_rmt && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_driver_rmt/rebuild_cache: phony esp-idf/esp_driver_rmt/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_driver_rmt/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_driver_rmt/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_rmt/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_rmt && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_driver_rmt/install: phony esp-idf/esp_driver_rmt/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_driver_rmt/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_rmt/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_rmt && C:\Users\alex\esp\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_driver_rmt/install/local: phony esp-idf/esp_driver_rmt/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_driver_rmt/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_rmt/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_rmt && C:\Users\alex\esp\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_driver_rmt/install/strip: phony esp-idf/esp_driver_rmt/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_driver_tsens - - -############################################# -# Order-only phony target for __idf_esp_driver_tsens - -build cmake_object_order_depends_target___idf_esp_driver_tsens: phony || cmake_object_order_depends_target___idf_esp_driver_sdm - -build esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor.c.obj: C_COMPILER____idf_esp_driver_tsens_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/src/temperature_sensor.c || cmake_object_order_depends_target___idf_esp_driver_tsens - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_tsens\CMakeFiles\__idf_esp_driver_tsens.dir\src\temperature_sensor.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include - OBJECT_DIR = esp-idf\esp_driver_tsens\CMakeFiles\__idf_esp_driver_tsens.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_tsens\CMakeFiles\__idf_esp_driver_tsens.dir\src - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_driver_tsens - - -############################################# -# Link the static library esp-idf\esp_driver_tsens\libesp_driver_tsens.a - -build esp-idf/esp_driver_tsens/libesp_driver_tsens.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_tsens_ esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor.c.obj || esp-idf/esp_driver_sdm/libesp_driver_sdm.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - OBJECT_DIR = esp-idf\esp_driver_tsens\CMakeFiles\__idf_esp_driver_tsens.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_FILE = esp-idf\esp_driver_tsens\libesp_driver_tsens.a - TARGET_PDB = esp_driver_tsens.a.dbg - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_driver_tsens/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_tsens && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_driver_tsens/edit_cache: phony esp-idf/esp_driver_tsens/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_driver_tsens/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_tsens && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_driver_tsens/rebuild_cache: phony esp-idf/esp_driver_tsens/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_driver_tsens/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_driver_tsens/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_tsens/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_tsens && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_driver_tsens/install: phony esp-idf/esp_driver_tsens/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_driver_tsens/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_tsens/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_tsens && C:\Users\alex\esp\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_driver_tsens/install/local: phony esp-idf/esp_driver_tsens/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_driver_tsens/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_tsens/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_tsens && C:\Users\alex\esp\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_driver_tsens/install/strip: phony esp-idf/esp_driver_tsens/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_driver_sdm - - -############################################# -# Order-only phony target for __idf_esp_driver_sdm - -build cmake_object_order_depends_target___idf_esp_driver_sdm: phony || cmake_object_order_depends_target___idf_esp_driver_i2c - -build esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj: C_COMPILER____idf_esp_driver_sdm_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/src/sdm.c || cmake_object_order_depends_target___idf_esp_driver_sdm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_sdm\CMakeFiles\__idf_esp_driver_sdm.dir\src\sdm.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include - OBJECT_DIR = esp-idf\esp_driver_sdm\CMakeFiles\__idf_esp_driver_sdm.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_sdm\CMakeFiles\__idf_esp_driver_sdm.dir\src - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_driver_sdm - - -############################################# -# Link the static library esp-idf\esp_driver_sdm\libesp_driver_sdm.a - -build esp-idf/esp_driver_sdm/libesp_driver_sdm.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_sdm_ esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj || esp-idf/esp_driver_i2c/libesp_driver_i2c.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - OBJECT_DIR = esp-idf\esp_driver_sdm\CMakeFiles\__idf_esp_driver_sdm.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_FILE = esp-idf\esp_driver_sdm\libesp_driver_sdm.a - TARGET_PDB = esp_driver_sdm.a.dbg - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_driver_sdm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_sdm && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_driver_sdm/edit_cache: phony esp-idf/esp_driver_sdm/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_driver_sdm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_sdm && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_driver_sdm/rebuild_cache: phony esp-idf/esp_driver_sdm/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_driver_sdm/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_driver_sdm/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_sdm/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_sdm && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_driver_sdm/install: phony esp-idf/esp_driver_sdm/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_driver_sdm/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_sdm/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_sdm && C:\Users\alex\esp\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_driver_sdm/install/local: phony esp-idf/esp_driver_sdm/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_driver_sdm/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_sdm/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_sdm && C:\Users\alex\esp\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_driver_sdm/install/strip: phony esp-idf/esp_driver_sdm/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_driver_i2c - - -############################################# -# Order-only phony target for __idf_esp_driver_i2c - -build cmake_object_order_depends_target___idf_esp_driver_i2c: phony || cmake_object_order_depends_target___idf_esp_driver_ledc - -build esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj: C_COMPILER____idf_esp_driver_i2c_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/i2c_master.c || cmake_object_order_depends_target___idf_esp_driver_i2c - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_i2c\CMakeFiles\__idf_esp_driver_i2c.dir\i2c_master.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include - OBJECT_DIR = esp-idf\esp_driver_i2c\CMakeFiles\__idf_esp_driver_i2c.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_i2c\CMakeFiles\__idf_esp_driver_i2c.dir - -build esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj: C_COMPILER____idf_esp_driver_i2c_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/i2c_common.c || cmake_object_order_depends_target___idf_esp_driver_i2c - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_i2c\CMakeFiles\__idf_esp_driver_i2c.dir\i2c_common.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include - OBJECT_DIR = esp-idf\esp_driver_i2c\CMakeFiles\__idf_esp_driver_i2c.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_i2c\CMakeFiles\__idf_esp_driver_i2c.dir - -build esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj: C_COMPILER____idf_esp_driver_i2c_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/i2c_slave.c || cmake_object_order_depends_target___idf_esp_driver_i2c - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_i2c\CMakeFiles\__idf_esp_driver_i2c.dir\i2c_slave.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include - OBJECT_DIR = esp-idf\esp_driver_i2c\CMakeFiles\__idf_esp_driver_i2c.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_i2c\CMakeFiles\__idf_esp_driver_i2c.dir - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_driver_i2c - - -############################################# -# Link the static library esp-idf\esp_driver_i2c\libesp_driver_i2c.a - -build esp-idf/esp_driver_i2c/libesp_driver_i2c.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_i2c_ esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj || esp-idf/esp_driver_ledc/libesp_driver_ledc.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - OBJECT_DIR = esp-idf\esp_driver_i2c\CMakeFiles\__idf_esp_driver_i2c.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_FILE = esp-idf\esp_driver_i2c\libesp_driver_i2c.a - TARGET_PDB = esp_driver_i2c.a.dbg - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_driver_i2c/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_i2c && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_driver_i2c/edit_cache: phony esp-idf/esp_driver_i2c/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_driver_i2c/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_i2c && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_driver_i2c/rebuild_cache: phony esp-idf/esp_driver_i2c/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_driver_i2c/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_driver_i2c/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_i2c/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_i2c && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_driver_i2c/install: phony esp-idf/esp_driver_i2c/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_driver_i2c/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_i2c/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_i2c && C:\Users\alex\esp\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_driver_i2c/install/local: phony esp-idf/esp_driver_i2c/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_driver_i2c/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_i2c/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_i2c && C:\Users\alex\esp\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_driver_i2c/install/strip: phony esp-idf/esp_driver_i2c/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_driver_ledc - - -############################################# -# Order-only phony target for __idf_esp_driver_ledc - -build cmake_object_order_depends_target___idf_esp_driver_ledc: phony || cmake_object_order_depends_target___idf_esp_driver_usb_serial_jtag - -build esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj: C_COMPILER____idf_esp_driver_ledc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/src/ledc.c || cmake_object_order_depends_target___idf_esp_driver_ledc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_ledc\CMakeFiles\__idf_esp_driver_ledc.dir\src\ledc.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include - OBJECT_DIR = esp-idf\esp_driver_ledc\CMakeFiles\__idf_esp_driver_ledc.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_ledc\CMakeFiles\__idf_esp_driver_ledc.dir\src - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_driver_ledc - - -############################################# -# Link the static library esp-idf\esp_driver_ledc\libesp_driver_ledc.a - -build esp-idf/esp_driver_ledc/libesp_driver_ledc.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_ledc_ esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj || esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - OBJECT_DIR = esp-idf\esp_driver_ledc\CMakeFiles\__idf_esp_driver_ledc.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_FILE = esp-idf\esp_driver_ledc\libesp_driver_ledc.a - TARGET_PDB = esp_driver_ledc.a.dbg - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_driver_ledc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_ledc && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_driver_ledc/edit_cache: phony esp-idf/esp_driver_ledc/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_driver_ledc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_ledc && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_driver_ledc/rebuild_cache: phony esp-idf/esp_driver_ledc/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_driver_ledc/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_driver_ledc/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_ledc/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_ledc && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_driver_ledc/install: phony esp-idf/esp_driver_ledc/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_driver_ledc/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_ledc/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_ledc && C:\Users\alex\esp\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_driver_ledc/install/local: phony esp-idf/esp_driver_ledc/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_driver_ledc/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_ledc/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_ledc && C:\Users\alex\esp\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_driver_ledc/install/strip: phony esp-idf/esp_driver_ledc/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_driver_parlio/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_parlio && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_driver_parlio/edit_cache: phony esp-idf/esp_driver_parlio/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_driver_parlio/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_parlio && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_driver_parlio/rebuild_cache: phony esp-idf/esp_driver_parlio/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_driver_parlio/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_driver_parlio/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_parlio/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_parlio && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_driver_parlio/install: phony esp-idf/esp_driver_parlio/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_driver_parlio/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_parlio/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_parlio && C:\Users\alex\esp\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_driver_parlio/install/local: phony esp-idf/esp_driver_parlio/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_driver_parlio/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_parlio/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_parlio && C:\Users\alex\esp\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_driver_parlio/install/strip: phony esp-idf/esp_driver_parlio/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_driver_usb_serial_jtag - - -############################################# -# Order-only phony target for __idf_esp_driver_usb_serial_jtag - -build cmake_object_order_depends_target___idf_esp_driver_usb_serial_jtag: phony || cmake_object_order_depends_target___idf_driver - -build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj: C_COMPILER____idf_esp_driver_usb_serial_jtag_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag.c || cmake_object_order_depends_target___idf_esp_driver_usb_serial_jtag - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_usb_serial_jtag\CMakeFiles\__idf_esp_driver_usb_serial_jtag.dir\src\usb_serial_jtag.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include - OBJECT_DIR = esp-idf\esp_driver_usb_serial_jtag\CMakeFiles\__idf_esp_driver_usb_serial_jtag.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_usb_serial_jtag\CMakeFiles\__idf_esp_driver_usb_serial_jtag.dir\src - -build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj: C_COMPILER____idf_esp_driver_usb_serial_jtag_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag_connection_monitor.c || cmake_object_order_depends_target___idf_esp_driver_usb_serial_jtag - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_usb_serial_jtag\CMakeFiles\__idf_esp_driver_usb_serial_jtag.dir\src\usb_serial_jtag_connection_monitor.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include - OBJECT_DIR = esp-idf\esp_driver_usb_serial_jtag\CMakeFiles\__idf_esp_driver_usb_serial_jtag.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_usb_serial_jtag\CMakeFiles\__idf_esp_driver_usb_serial_jtag.dir\src - -build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj: C_COMPILER____idf_esp_driver_usb_serial_jtag_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag_vfs.c || cmake_object_order_depends_target___idf_esp_driver_usb_serial_jtag - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_usb_serial_jtag\CMakeFiles\__idf_esp_driver_usb_serial_jtag.dir\src\usb_serial_jtag_vfs.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include - OBJECT_DIR = esp-idf\esp_driver_usb_serial_jtag\CMakeFiles\__idf_esp_driver_usb_serial_jtag.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_usb_serial_jtag\CMakeFiles\__idf_esp_driver_usb_serial_jtag.dir\src - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_driver_usb_serial_jtag - - -############################################# -# Link the static library esp-idf\esp_driver_usb_serial_jtag\libesp_driver_usb_serial_jtag.a - -build esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_usb_serial_jtag_ esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj || esp-idf/driver/libdriver.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - OBJECT_DIR = esp-idf\esp_driver_usb_serial_jtag\CMakeFiles\__idf_esp_driver_usb_serial_jtag.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_FILE = esp-idf\esp_driver_usb_serial_jtag\libesp_driver_usb_serial_jtag.a - TARGET_PDB = esp_driver_usb_serial_jtag.a.dbg - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_usb_serial_jtag && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_driver_usb_serial_jtag/edit_cache: phony esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_usb_serial_jtag && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_driver_usb_serial_jtag/rebuild_cache: phony esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_driver_usb_serial_jtag/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_usb_serial_jtag/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_usb_serial_jtag && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_driver_usb_serial_jtag/install: phony esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_usb_serial_jtag/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_usb_serial_jtag && C:\Users\alex\esp\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_driver_usb_serial_jtag/install/local: phony esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_usb_serial_jtag/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_usb_serial_jtag && C:\Users\alex\esp\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_driver_usb_serial_jtag/install/strip: phony esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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_phy - -build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated/adc_legacy.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\adc_legacy.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/esp-idf/components/driver/deprecated/adc_dma_legacy.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\adc_dma_legacy.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/timer_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated/timer_legacy.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\timer_legacy.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/esp-idf/components/driver/i2c/i2c.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\i2c\i2c.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/deprecated/i2s_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated/i2s_legacy.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\i2s_legacy.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/rmt_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated/rmt_legacy.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\rmt_legacy.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/sigma_delta_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated/sigma_delta_legacy.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\sigma_delta_legacy.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/rtc_temperature_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated/rtc_temperature_legacy.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\rtc_temperature_legacy.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/twai/twai.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/twai.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\twai\twai.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\twai - - -# ============================================================================= -# 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/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/deprecated/timer_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj || esp-idf/esp_phy/libesp_phy.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\driver && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\driver && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\driver && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\driver && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\driver && C:\Users\alex\esp\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/alex/esp/v5.4/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_esp_vfs_console - -build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj: C_COMPILER____idf_esp_phy_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/src/phy_override.c || cmake_object_order_depends_target___idf_esp_phy - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir\src\phy_override.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_phy/src/lib_printf.c || cmake_object_order_depends_target___idf_esp_phy - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir\src\lib_printf.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_phy/src/phy_common.c || cmake_object_order_depends_target___idf_esp_phy - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir\src\phy_common.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_phy/src/phy_init.c || cmake_object_order_depends_target___idf_esp_phy - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir\src\phy_init.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/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/esp32c3/phy_init_data.c.obj: C_COMPILER____idf_esp_phy_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/phy_init_data.c || cmake_object_order_depends_target___idf_esp_phy - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir\esp32c3\phy_init_data.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/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\esp32c3 - -build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj: C_COMPILER____idf_esp_phy_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/src/btbb_init.c || cmake_object_order_depends_target___idf_esp_phy - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir\src\btbb_init.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/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/esp32c3/phy_init_data.c.obj esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj || esp-idf/esp_vfs_console/libesp_vfs_console.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_phy && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_phy && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_phy && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_phy && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_phy && C:\Users\alex\esp\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/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_vfs_console - - -############################################# -# Order-only phony target for __idf_esp_vfs_console - -build cmake_object_order_depends_target___idf_esp_vfs_console: phony || cmake_object_order_depends_target___idf_vfs - -build esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj: C_COMPILER____idf_esp_vfs_console_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/vfs_console.c || cmake_object_order_depends_target___idf_esp_vfs_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_vfs_console\CMakeFiles\__idf_esp_vfs_console.dir\vfs_console.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include - OBJECT_DIR = esp-idf\esp_vfs_console\CMakeFiles\__idf_esp_vfs_console.dir - OBJECT_FILE_DIR = esp-idf\esp_vfs_console\CMakeFiles\__idf_esp_vfs_console.dir - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_vfs_console - - -############################################# -# Link the static library esp-idf\esp_vfs_console\libesp_vfs_console.a - -build esp-idf/esp_vfs_console/libesp_vfs_console.a: C_STATIC_LIBRARY_LINKER____idf_esp_vfs_console_ esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj || esp-idf/vfs/libvfs.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - OBJECT_DIR = esp-idf\esp_vfs_console\CMakeFiles\__idf_esp_vfs_console.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_FILE = esp-idf\esp_vfs_console\libesp_vfs_console.a - TARGET_PDB = esp_vfs_console.a.dbg - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_vfs_console/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_vfs_console && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_vfs_console/edit_cache: phony esp-idf/esp_vfs_console/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_vfs_console/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_vfs_console && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_vfs_console/rebuild_cache: phony esp-idf/esp_vfs_console/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_vfs_console/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_vfs_console/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_vfs_console/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_vfs_console && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_vfs_console/install: phony esp-idf/esp_vfs_console/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_vfs_console/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_vfs_console/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_vfs_console && C:\Users\alex\esp\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_vfs_console/install/local: phony esp-idf/esp_vfs_console/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_vfs_console/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_vfs_console/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_vfs_console && C:\Users\alex\esp\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_vfs_console/install/strip: phony esp-idf/esp_vfs_console/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/vfs/vfs.c || cmake_object_order_depends_target___idf_vfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\vfs\CMakeFiles\__idf_vfs.dir\vfs.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/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/alex/esp/v5.4/esp-idf/components/vfs/vfs_eventfd.c || cmake_object_order_depends_target___idf_vfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\vfs\CMakeFiles\__idf_vfs.dir\vfs_eventfd.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/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/alex/esp/v5.4/esp-idf/components/vfs/vfs_semihost.c || cmake_object_order_depends_target___idf_vfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\vfs\CMakeFiles\__idf_vfs.dir\vfs_semihost.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/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/nullfs.c.obj: C_COMPILER____idf_vfs_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/vfs/nullfs.c || cmake_object_order_depends_target___idf_vfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\vfs\CMakeFiles\__idf_vfs.dir\nullfs.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/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_semihost.c.obj esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj || esp-idf/lwip/liblwip.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\vfs && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\vfs && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\vfs && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\vfs && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\vfs && C:\Users\alex\esp\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/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\apps\sntp\sntp.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\api_lib.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\api_msg.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\err.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\if_api.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\netbuf.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\netdb.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\netifapi.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\sockets.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\tcpip.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\apps\sntp\sntp.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\apps\netbiosns\netbiosns.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\def.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\dns.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\inet_chksum.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\init.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ip.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\mem.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\memp.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\netif.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\pbuf.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\raw.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\stats.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\sys.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\tcp.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-type-limits - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\tcp_in.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\tcp_out.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\timeouts.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\udp.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\autoip.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\dhcp.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\etharp.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\icmp.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\igmp.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\ip4.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\ip4_napt.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\ip4_addr.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\ip4_frag.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\dhcp6.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\ethip6.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\icmp6.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\inet6.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\ip6.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\ip6_addr.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\ip6_frag.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\mld6.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\nd6.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ethernet.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\bridgeif.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\bridgeif_fdb.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\slipif.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\auth.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\ccp.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\chap-md5.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\chap-new.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\chap_ms.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-array-parameter - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\demand.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\eap.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\ecp.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\eui64.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\fsm.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\ipcp.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\ipv6cp.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\lcp.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\magic.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\mppe.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\multilink.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\ppp.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\pppapi.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\pppcrypt.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\pppoe.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\pppol2tp.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\pppos.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-type-limits - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\upap.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\utils.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\vj.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\port\hooks\tcp_isn_default.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\port\hooks\lwip_default_hooks.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\port\debug\lwip_debug.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\port\sockets_ext.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\port\freertos\sys_arch.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/acd_dhcp_check.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/acd_dhcp_check.c || cmake_object_order_depends_target___idf_lwip - DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\port\acd_dhcp_check.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/esp32xx/vfs_lwip.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\port\esp32xx\vfs_lwip.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\apps\ping\esp_ping.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\apps\ping\ping.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\apps\ping\ping_sock.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/lwip/src/netif/ppp/polarssl/arc4.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/arc4.c || cmake_object_order_depends_target___idf_lwip - DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\polarssl\arc4.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include - OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir - OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\polarssl - -build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/des.c || cmake_object_order_depends_target___idf_lwip - DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\polarssl\des.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include - OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir - OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\polarssl - -build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/md4.c || cmake_object_order_depends_target___idf_lwip - DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\polarssl\md4.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include - OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir - OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\polarssl - -build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/md5.c || cmake_object_order_depends_target___idf_lwip - DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\polarssl\md5.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include - OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir - OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\polarssl - -build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/sha1.c || cmake_object_order_depends_target___idf_lwip - DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\polarssl\sha1.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include - OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir - OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\polarssl - -build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\apps\dhcpserver\dhcpserver.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/acd_dhcp_check.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/lwip/src/netif/ppp/polarssl/arc4.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj || esp-idf/esp_netif/libesp_netif.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\lwip && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\lwip && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\lwip && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\lwip && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\lwip && C:\Users\alex\esp\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/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_netif_stack && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_netif_stack && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_netif_stack && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_netif_stack && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_netif_stack && C:\Users\alex\esp\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/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\esp_netif_handlers.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\esp_netif_objects.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\esp_netif_defaults.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\lwip\esp_netif_lwip.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\lwip\esp_netif_sntp.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\lwip\esp_netif_lwip_defaults.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\lwip\netif\wlanif.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\lwip\netif\ethernetif.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\lwip\netif\esp_pbuf_ref.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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 = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_netif && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_netif && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_netif && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_netif && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_netif && C:\Users\alex\esp\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/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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 = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\wpa_supplicant && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\wpa_supplicant && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\wpa_supplicant && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\wpa_supplicant && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\wpa_supplicant && C:\Users\alex\esp\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/alex/esp/v5.4/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/esp32c3/esp_coex_adapter.c.obj: C_COMPILER____idf_esp_coex_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/esp32c3/esp_coex_adapter.c || cmake_object_order_depends_target___idf_esp_coex - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_coex\CMakeFiles\__idf_esp_coex.dir\esp32c3\esp_coex_adapter.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/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\esp32c3 - -build esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj: C_COMPILER____idf_esp_coex_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/src/coexist_debug_diagram.c || cmake_object_order_depends_target___idf_esp_coex - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_coex\CMakeFiles\__idf_esp_coex.dir\src\coexist_debug_diagram.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_coex/src/coexist_debug.c || cmake_object_order_depends_target___idf_esp_coex - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_coex\CMakeFiles\__idf_esp_coex.dir\src\coexist_debug.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/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/esp32c3/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 = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_coex && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_coex && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_coex && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_coex && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_coex && C:\Users\alex\esp\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/alex/esp/v5.4/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/lib_printf.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/src/lib_printf.c || cmake_object_order_depends_target___idf_esp_wifi - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src\lib_printf.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/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/mesh_event.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/src/mesh_event.c || cmake_object_order_depends_target___idf_esp_wifi - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src\mesh_event.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_wifi/src/smartconfig.c || cmake_object_order_depends_target___idf_esp_wifi - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src\smartconfig.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_wifi/src/wifi_init.c || cmake_object_order_depends_target___idf_esp_wifi - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src\wifi_init.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_wifi/src/wifi_default.c || cmake_object_order_depends_target___idf_esp_wifi - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src\wifi_default.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_wifi/src/wifi_netif.c || cmake_object_order_depends_target___idf_esp_wifi - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src\wifi_netif.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_wifi/src/wifi_default_ap.c || cmake_object_order_depends_target___idf_esp_wifi - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src\wifi_default_ap.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/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/esp32c3/esp_adapter.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/esp32c3/esp_adapter.c || cmake_object_order_depends_target___idf_esp_wifi - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\esp32c3\esp_adapter.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/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\esp32c3 - -build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/src/smartconfig_ack.c || cmake_object_order_depends_target___idf_esp_wifi - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src\smartconfig_ack.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/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/lib_printf.c.obj 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/esp32c3/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 = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_wifi && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_wifi && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_wifi && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_wifi && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_wifi && C:\Users\alex\esp\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/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\bt && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\bt && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\bt && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\bt && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\bt && C:\Users\alex\esp\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/alex/esp/v5.4/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_riscv - -build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj: C_COMPILER____idf_unity_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src/unity.c || cmake_object_order_depends_target___idf_unity - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\unity\CMakeFiles\__idf_unity.dir\unity\src\unity.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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_compat.c.obj: C_COMPILER____idf_unity_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/unity/unity_compat.c || cmake_object_order_depends_target___idf_unity - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\unity\CMakeFiles\__idf_unity.dir\unity_compat.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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_runner.c.obj: C_COMPILER____idf_unity_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/unity/unity_runner.c || cmake_object_order_depends_target___idf_unity - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\unity\CMakeFiles\__idf_unity.dir\unity_runner.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/unity/unity_utils_freertos.c || cmake_object_order_depends_target___idf_unity - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\unity\CMakeFiles\__idf_unity.dir\unity_utils_freertos.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/unity/unity_utils_cache.c || cmake_object_order_depends_target___idf_unity - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\unity\CMakeFiles\__idf_unity.dir\unity_utils_cache.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/unity/unity_utils_memory.c || cmake_object_order_depends_target___idf_unity - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\unity\CMakeFiles\__idf_unity.dir\unity_utils_memory.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/unity/unity_port_esp32.c || cmake_object_order_depends_target___idf_unity - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\unity\CMakeFiles\__idf_unity.dir\unity_port_esp32.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/unity/port/esp/unity_utils_memory_esp.c || cmake_object_order_depends_target___idf_unity - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/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_compat.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/riscv/libriscv.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\unity && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\unity && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\unity && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\unity && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\unity && C:\Users\alex\esp\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/alex/esp/v5.4/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_riscv cmake_object_order_depends_target___idf_unity - -build esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj: C_COMPILER____idf_cmock_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/cmock/CMock/src/cmock.c || cmake_object_order_depends_target___idf_cmock - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\cmock\CMakeFiles\__idf_cmock.dir\CMock\src\cmock.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/cmock/CMock/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/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/riscv/libriscv.a esp-idf/unity/libunity.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\cmock && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\cmock && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\cmock && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\cmock && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\cmock && C:\Users\alex\esp\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/alex/esp/v5.4/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_riscv - -build esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj: C_COMPILER____idf_console_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/console/commands.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\commands.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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_common.c.obj: C_COMPILER____idf_console_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/console/esp_console_common.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\esp_console_common.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/console/split_argv.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\split_argv.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/console/linenoise/linenoise.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\linenoise\linenoise.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/esp_console_repl_chip.c.obj: C_COMPILER____idf_console_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/console/esp_console_repl_chip.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\esp_console_repl_chip.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/argtable3/arg_cmd.c.obj: C_COMPILER____idf_console_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_cmd.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_cmd.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_date.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_date.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_dbl.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_dbl.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_dstr.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_dstr.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_end.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_end.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_file.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_file.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_hashtable.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_hashtable.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_int.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_int.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_lit.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_lit.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_rem.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_rem.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_rex.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_rex.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_str.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_str.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_utils.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_utils.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/console/argtable3/argtable3.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\argtable3.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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_common.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/esp_console_repl_chip.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/riscv/libriscv.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\console && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\console && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\console && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\console && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\console && C:\Users\alex\esp\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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/http_parser/http_parser.c || cmake_object_order_depends_target___idf_http_parser - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\http_parser\CMakeFiles\__idf_http_parser.dir\http_parser.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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 = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\http_parser && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\http_parser && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\http_parser && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\http_parser && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\http_parser && C:\Users\alex\esp\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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp-tls/esp_tls.c || cmake_object_order_depends_target___idf_esp-tls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir\esp_tls.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir\esp-tls-crypto\esp_tls_crypto.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp-tls/esp_tls_error_capture.c || cmake_object_order_depends_target___idf_esp-tls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir\esp_tls_error_capture.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp-tls/esp_tls_platform_port.c || cmake_object_order_depends_target___idf_esp-tls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir\esp_tls_platform_port.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp-tls/esp_tls_mbedtls.c || cmake_object_order_depends_target___idf_esp-tls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir\esp_tls_mbedtls.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/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 = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp-tls && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp-tls && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp-tls && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp-tls && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp-tls && C:\Users\alex\esp\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/alex/esp/v5.4/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_gdbstub - -build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj: C_COMPILER____idf_esp_adc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/adc_oneshot.c || cmake_object_order_depends_target___idf_esp_adc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\adc_oneshot.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/esp-idf/components/esp_adc/adc_common.c || cmake_object_order_depends_target___idf_esp_adc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\adc_common.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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.c.obj: C_COMPILER____idf_esp_adc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/adc_cali.c || cmake_object_order_depends_target___idf_esp_adc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\adc_cali.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/esp-idf/components/esp_adc/adc_cali_curve_fitting.c || cmake_object_order_depends_target___idf_esp_adc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\adc_cali_curve_fitting.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\deprecated\esp_adc_cal_common_legacy.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/alex/esp/v5.4/esp-idf/components/esp_adc/adc_continuous.c || cmake_object_order_depends_target___idf_esp_adc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\adc_continuous.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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_monitor.c.obj: C_COMPILER____idf_esp_adc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/adc_monitor.c || cmake_object_order_depends_target___idf_esp_adc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\adc_monitor.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/gdma/adc_dma.c.obj: C_COMPILER____idf_esp_adc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/gdma/adc_dma.c || cmake_object_order_depends_target___idf_esp_adc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\gdma\adc_dma.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir - OBJECT_FILE_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\gdma - -build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj: C_COMPILER____idf_esp_adc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/adc_filter.c || cmake_object_order_depends_target___idf_esp_adc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\adc_filter.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/esp32c3/curve_fitting_coefficients.c.obj: C_COMPILER____idf_esp_adc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/curve_fitting_coefficients.c || cmake_object_order_depends_target___idf_esp_adc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\esp32c3\curve_fitting_coefficients.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include - OBJECT_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir - OBJECT_FILE_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\esp32c3 - -build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3/esp_adc_cal_legacy.c.obj: C_COMPILER____idf_esp_adc_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/esp32c3/esp_adc_cal_legacy.c || cmake_object_order_depends_target___idf_esp_adc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\deprecated\esp32c3\esp_adc_cal_legacy.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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\esp32c3 - - -# ============================================================================= -# 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_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/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/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/adc_monitor.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c3/curve_fitting_coefficients.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3/esp_adc_cal_legacy.c.obj || esp-idf/esp_gdbstub/libesp_gdbstub.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_adc && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_adc && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_adc && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_adc && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_adc && C:\Users\alex\esp\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/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_driver_isp/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_isp && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_driver_isp/edit_cache: phony esp-idf/esp_driver_isp/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_driver_isp/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_isp && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_driver_isp/rebuild_cache: phony esp-idf/esp_driver_isp/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_driver_isp/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_driver_isp/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_isp/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_isp && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_driver_isp/install: phony esp-idf/esp_driver_isp/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_driver_isp/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_isp/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_isp && C:\Users\alex\esp\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_driver_isp/install/local: phony esp-idf/esp_driver_isp/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_driver_isp/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_isp/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_isp && C:\Users\alex\esp\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_driver_isp/install/strip: phony esp-idf/esp_driver_isp/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_driver_cam - - -############################################# -# Order-only phony target for __idf_esp_driver_cam - -build cmake_object_order_depends_target___idf_esp_driver_cam: phony || cmake_object_order_depends_target___idf_riscv - -build esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj: C_COMPILER____idf_esp_driver_cam_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/esp_cam_ctlr.c || cmake_object_order_depends_target___idf_esp_driver_cam - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_cam\CMakeFiles\__idf_esp_driver_cam.dir\esp_cam_ctlr.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include - OBJECT_DIR = esp-idf\esp_driver_cam\CMakeFiles\__idf_esp_driver_cam.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_cam\CMakeFiles\__idf_esp_driver_cam.dir - -build esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj: C_COMPILER____idf_esp_driver_cam_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/dvp_share_ctrl.c || cmake_object_order_depends_target___idf_esp_driver_cam - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_driver_cam\CMakeFiles\__idf_esp_driver_cam.dir\dvp_share_ctrl.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include - OBJECT_DIR = esp-idf\esp_driver_cam\CMakeFiles\__idf_esp_driver_cam.dir - OBJECT_FILE_DIR = esp-idf\esp_driver_cam\CMakeFiles\__idf_esp_driver_cam.dir - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_driver_cam - - -############################################# -# Link the static library esp-idf\esp_driver_cam\libesp_driver_cam.a - -build esp-idf/esp_driver_cam/libesp_driver_cam.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_cam_ esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj || esp-idf/riscv/libriscv.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - OBJECT_DIR = esp-idf\esp_driver_cam\CMakeFiles\__idf_esp_driver_cam.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_FILE = esp-idf\esp_driver_cam\libesp_driver_cam.a - TARGET_PDB = esp_driver_cam.a.dbg - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_driver_cam/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_cam && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_driver_cam/edit_cache: phony esp-idf/esp_driver_cam/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_driver_cam/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_cam && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_driver_cam/rebuild_cache: phony esp-idf/esp_driver_cam/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_driver_cam/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_driver_cam/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_cam/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_cam && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_driver_cam/install: phony esp-idf/esp_driver_cam/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_driver_cam/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_cam/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_cam && C:\Users\alex\esp\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_driver_cam/install/local: phony esp-idf/esp_driver_cam/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_driver_cam/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_cam/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_cam && C:\Users\alex\esp\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_driver_cam/install/strip: phony esp-idf/esp_driver_cam/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_driver_jpeg/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_jpeg && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_driver_jpeg/edit_cache: phony esp-idf/esp_driver_jpeg/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_driver_jpeg/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_jpeg && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_driver_jpeg/rebuild_cache: phony esp-idf/esp_driver_jpeg/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_driver_jpeg/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_driver_jpeg/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_jpeg/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_jpeg && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_driver_jpeg/install: phony esp-idf/esp_driver_jpeg/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_driver_jpeg/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_jpeg/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_jpeg && C:\Users\alex\esp\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_driver_jpeg/install/local: phony esp-idf/esp_driver_jpeg/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_driver_jpeg/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_jpeg/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_jpeg && C:\Users\alex\esp\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_driver_jpeg/install/strip: phony esp-idf/esp_driver_jpeg/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_driver_ppa/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_ppa && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_driver_ppa/edit_cache: phony esp-idf/esp_driver_ppa/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_driver_ppa/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_ppa && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_driver_ppa/rebuild_cache: phony esp-idf/esp_driver_ppa/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_driver_ppa/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_driver_ppa/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_ppa/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_ppa && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_driver_ppa/install: phony esp-idf/esp_driver_ppa/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_driver_ppa/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_ppa/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_ppa && C:\Users\alex\esp\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_driver_ppa/install/local: phony esp-idf/esp_driver_ppa/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_driver_ppa/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_ppa/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_ppa && C:\Users\alex\esp\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_driver_ppa/install/strip: phony esp-idf/esp_driver_ppa/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_driver_touch_sens/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_touch_sens && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_driver_touch_sens/edit_cache: phony esp-idf/esp_driver_touch_sens/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_driver_touch_sens/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_touch_sens && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_driver_touch_sens/rebuild_cache: phony esp-idf/esp_driver_touch_sens/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_driver_touch_sens/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_driver_touch_sens/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_touch_sens/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_touch_sens && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_driver_touch_sens/install: phony esp-idf/esp_driver_touch_sens/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_driver_touch_sens/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_touch_sens/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_touch_sens && C:\Users\alex\esp\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_driver_touch_sens/install/local: phony esp-idf/esp_driver_touch_sens/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_driver_touch_sens/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_touch_sens/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_driver_touch_sens && C:\Users\alex\esp\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_driver_touch_sens/install/strip: phony esp-idf/esp_driver_touch_sens/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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_riscv - -build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj: C_COMPILER____idf_esp_eth_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/src/esp_eth.c || cmake_object_order_depends_target___idf_esp_eth - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src\esp_eth.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/phy/esp_eth_phy_802_3.c.obj: C_COMPILER____idf_esp_eth_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/src/phy/esp_eth_phy_802_3.c || cmake_object_order_depends_target___idf_esp_eth - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src\phy\esp_eth_phy_802_3.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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\phy - -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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src\esp_eth_netif_glue.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/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/phy/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/riscv/libriscv.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_eth && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_eth && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_eth && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_eth && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_eth && C:\Users\alex\esp\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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_gdbstub/src/gdbstub.c || cmake_object_order_depends_target___idf_esp_gdbstub - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src\gdbstub.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/src/port/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/esp_gdbstub/src/gdbstub_transport.c || cmake_object_order_depends_target___idf_esp_gdbstub - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src\gdbstub_transport.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/src/port/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/esp_gdbstub/src/packet.c || cmake_object_order_depends_target___idf_esp_gdbstub - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src\packet.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/src/port/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/riscv/gdbstub_riscv.c.obj: C_COMPILER____idf_esp_gdbstub_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/src/port/riscv/gdbstub_riscv.c || cmake_object_order_depends_target___idf_esp_gdbstub - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src\port\riscv\gdbstub_riscv.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/src/port/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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\riscv - -build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj: C_COMPILER____idf_esp_gdbstub_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/src/port/riscv/rv_decode.c || cmake_object_order_depends_target___idf_esp_gdbstub - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src\port\riscv\rv_decode.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/src/port/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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\riscv - - -# ============================================================================= -# 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/riscv/gdbstub_riscv.c.obj esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj || esp-idf/tcp_transport/libtcp_transport.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_gdbstub && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_gdbstub && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_gdbstub && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_gdbstub && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_gdbstub && C:\Users\alex\esp\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/alex/esp/v5.4/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_riscv - -build esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj: C_COMPILER____idf_esp_hid_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/src/esp_hidd.c || cmake_object_order_depends_target___idf_esp_hid - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hid\CMakeFiles\__idf_esp_hid.dir\src\esp_hidd.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_hid/src/esp_hidh.c || cmake_object_order_depends_target___idf_esp_hid - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hid\CMakeFiles\__idf_esp_hid.dir\src\esp_hidh.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_hid/src/esp_hid_common.c || cmake_object_order_depends_target___idf_esp_hid - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hid\CMakeFiles\__idf_esp_hid.dir\src\esp_hid_common.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/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/riscv/libriscv.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_hid && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_hid && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_hid && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_hid && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_hid && C:\Users\alex\esp\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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/tcp_transport/transport.c || cmake_object_order_depends_target___idf_tcp_transport - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir\transport.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/tcp_transport/transport_ssl.c || cmake_object_order_depends_target___idf_tcp_transport - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir\transport_ssl.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/tcp_transport/transport_internal.c || cmake_object_order_depends_target___idf_tcp_transport - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir\transport_internal.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/tcp_transport/transport_socks_proxy.c || cmake_object_order_depends_target___idf_tcp_transport - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir\transport_socks_proxy.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/tcp_transport/transport_ws.c || cmake_object_order_depends_target___idf_tcp_transport - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir\transport_ws.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/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 = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\tcp_transport && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\tcp_transport && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\tcp_transport && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\tcp_transport && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\tcp_transport && C:\Users\alex\esp\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/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_http_client\CMakeFiles\__idf_esp_http_client.dir\esp_http_client.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/lib/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_http_client\CMakeFiles\__idf_esp_http_client.dir\lib\http_auth.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/lib/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_http_client\CMakeFiles\__idf_esp_http_client.dir\lib\http_header.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/lib/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_http_client\CMakeFiles\__idf_esp_http_client.dir\lib\http_utils.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/lib/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/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 = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_http_client && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_http_client && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_http_client && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_http_client && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_http_client && C:\Users\alex\esp\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/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src\httpd_main.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src\httpd_parse.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src\httpd_sess.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src\httpd_txrx.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src\httpd_uri.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src\httpd_ws.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src\util\ctrl_sock.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/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 = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_http_server && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_http_server && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_http_server && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_http_server && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_http_server && C:\Users\alex\esp\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/alex/esp/v5.4/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/esp_system/sections.ld.in 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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_https_ota\CMakeFiles\__idf_esp_https_ota.dir\src\esp_https_ota.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_ota/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/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/esp_system/sections.ld.in esp-idf/mbedtls/custom_bundle - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_https_ota && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_https_ota && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_https_ota && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_https_ota && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_https_ota && C:\Users\alex\esp\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/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_https_server - - -############################################# -# Order-only phony target for __idf_esp_https_server - -build cmake_object_order_depends_target___idf_esp_https_server: phony || cmake_object_order_depends_target___idf_riscv - -build esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj: C_COMPILER____idf_esp_https_server_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/src/https_server.c || cmake_object_order_depends_target___idf_esp_https_server - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_https_server\CMakeFiles\__idf_esp_https_server.dir\src\https_server.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m - OBJECT_DIR = esp-idf\esp_https_server\CMakeFiles\__idf_esp_https_server.dir - OBJECT_FILE_DIR = esp-idf\esp_https_server\CMakeFiles\__idf_esp_https_server.dir\src - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_https_server - - -############################################# -# Link the static library esp-idf\esp_https_server\libesp_https_server.a - -build esp-idf/esp_https_server/libesp_https_server.a: C_STATIC_LIBRARY_LINKER____idf_esp_https_server_ esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj || esp-idf/riscv/libriscv.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - OBJECT_DIR = esp-idf\esp_https_server\CMakeFiles\__idf_esp_https_server.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_FILE = esp-idf\esp_https_server\libesp_https_server.a - TARGET_PDB = esp_https_server.a.dbg - - -############################################# -# 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_https_server && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_https_server && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_https_server && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_https_server && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_https_server && C:\Users\alex\esp\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/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_psram && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_psram && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_psram && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_psram && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_psram && C:\Users\alex\esp\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/alex/esp/v5.4/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_riscv - -build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/src/esp_lcd_common.c || cmake_object_order_depends_target___idf_esp_lcd - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src\esp_lcd_common.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src\esp_lcd_panel_io.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src\esp_lcd_panel_nt35510.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src\esp_lcd_panel_ssd1306.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src\esp_lcd_panel_st7789.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src\esp_lcd_panel_ops.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/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/i2c/esp_lcd_panel_io_i2c_v1.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v1.c || cmake_object_order_depends_target___idf_esp_lcd - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\i2c\esp_lcd_panel_io_i2c_v1.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/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\i2c - -build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v2.c || cmake_object_order_depends_target___idf_esp_lcd - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\i2c\esp_lcd_panel_io_i2c_v2.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/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\i2c - -build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/spi/esp_lcd_panel_io_spi.c || cmake_object_order_depends_target___idf_esp_lcd - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\spi\esp_lcd_panel_io_spi.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/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\spi - - -# ============================================================================= -# 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_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/i2c/esp_lcd_panel_io_i2c_v1.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj || esp-idf/riscv/libriscv.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_lcd && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_lcd && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_lcd && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_lcd && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_lcd && C:\Users\alex\esp\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/alex/esp/v5.4/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_riscv - -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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protobuf-c\CMakeFiles\__idf_protobuf-c.dir\protobuf-c\protobuf-c\protobuf-c.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/riscv/libriscv.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\protobuf-c && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\protobuf-c && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\protobuf-c && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\protobuf-c && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\protobuf-c && C:\Users\alex\esp\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/alex/esp/v5.4/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_riscv - -build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj: C_COMPILER____idf_protocomm_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common/protocomm.c || cmake_object_order_depends_target___idf_protocomm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\common\protocomm.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/protocomm/proto-c/constants.pb-c.c || cmake_object_order_depends_target___idf_protocomm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\proto-c\constants.pb-c.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/protocomm/proto-c/sec0.pb-c.c || cmake_object_order_depends_target___idf_protocomm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\proto-c\sec0.pb-c.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/protocomm/proto-c/sec1.pb-c.c || cmake_object_order_depends_target___idf_protocomm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\proto-c\sec1.pb-c.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/protocomm/proto-c/sec2.pb-c.c || cmake_object_order_depends_target___idf_protocomm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\proto-c\sec2.pb-c.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/protocomm/proto-c/session.pb-c.c || cmake_object_order_depends_target___idf_protocomm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\proto-c\session.pb-c.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/protocomm/src/transports/protocomm_console.c || cmake_object_order_depends_target___idf_protocomm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\transports\protocomm_console.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/protocomm/src/transports/protocomm_httpd.c || cmake_object_order_depends_target___idf_protocomm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\transports\protocomm_httpd.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/protocomm/src/security/security0.c || cmake_object_order_depends_target___idf_protocomm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\security\security0.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/protocomm/src/security/security1.c || cmake_object_order_depends_target___idf_protocomm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\security\security1.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/protocomm/src/security/security2.c || cmake_object_order_depends_target___idf_protocomm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\security\security2.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp.c || cmake_object_order_depends_target___idf_protocomm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\crypto\srp6a\esp_srp.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp_mpi.c || cmake_object_order_depends_target___idf_protocomm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\crypto\srp6a\esp_srp_mpi.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/riscv/libriscv.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\protocomm && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\protocomm && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\protocomm && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\protocomm && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\protocomm && C:\Users\alex\esp\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/alex/esp/v5.4/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_esp_https_server cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_protocomm cmake_object_order_depends_target___idf_riscv - -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/alex/esp/v5.4/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_local_ctrl\CMakeFiles\__idf_esp_local_ctrl.dir\src\esp_local_ctrl.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_local_ctrl\CMakeFiles\__idf_esp_local_ctrl.dir\src\esp_local_ctrl_handler.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_local_ctrl\CMakeFiles\__idf_esp_local_ctrl.dir\proto-c\esp_local_ctrl.pb-c.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_local_ctrl\CMakeFiles\__idf_esp_local_ctrl.dir\src\esp_local_ctrl_transport_httpd.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/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/esp_https_server/libesp_https_server.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/riscv/libriscv.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_local_ctrl && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_local_ctrl && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_local_ctrl && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_local_ctrl && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_local_ctrl && C:\Users\alex\esp\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/alex/esp/v5.4/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_riscv - -build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj: C_COMPILER____idf_espcoredump_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/src/core_dump_init.c || cmake_object_order_depends_target___idf_espcoredump - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\core_dump_init.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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_common.c.obj: C_COMPILER____idf_espcoredump_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/src/core_dump_common.c || cmake_object_order_depends_target___idf_espcoredump - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\core_dump_common.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/espcoredump/src/core_dump_flash.c || cmake_object_order_depends_target___idf_espcoredump - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\core_dump_flash.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/espcoredump/src/core_dump_uart.c || cmake_object_order_depends_target___idf_espcoredump - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\core_dump_uart.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/espcoredump/src/core_dump_elf.c || cmake_object_order_depends_target___idf_espcoredump - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\core_dump_elf.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/espcoredump/src/core_dump_binary.c || cmake_object_order_depends_target___idf_espcoredump - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\core_dump_binary.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/espcoredump/src/core_dump_sha.c || cmake_object_order_depends_target___idf_espcoredump - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\core_dump_sha.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/alex/esp/v5.4/esp-idf/components/espcoredump/src/core_dump_crc.c || cmake_object_order_depends_target___idf_espcoredump - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\core_dump_crc.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/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/riscv/core_dump_port.c.obj: C_COMPILER____idf_espcoredump_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/src/port/riscv/core_dump_port.c || cmake_object_order_depends_target___idf_espcoredump - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\port\riscv\core_dump_port.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include - OBJECT_DIR = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir - OBJECT_FILE_DIR = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\port\riscv - - -# ============================================================================= -# 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_init.c.obj 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/riscv/core_dump_port.c.obj || esp-idf/riscv/libriscv.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\espcoredump && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\espcoredump && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\espcoredump && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\espcoredump && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\espcoredump && C:\Users\alex\esp\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/alex/esp/v5.4/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_riscv - -build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/Partition.cpp || cmake_object_order_depends_target___idf_wear_levelling - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir\Partition.cpp.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/wear_levelling/SPI_Flash.cpp || cmake_object_order_depends_target___idf_wear_levelling - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir\SPI_Flash.cpp.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp || cmake_object_order_depends_target___idf_wear_levelling - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir\WL_Ext_Perf.cpp.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp || cmake_object_order_depends_target___idf_wear_levelling - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir\WL_Ext_Safe.cpp.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/wear_levelling/WL_Flash.cpp || cmake_object_order_depends_target___idf_wear_levelling - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir\WL_Flash.cpp.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/wear_levelling/crc32.cpp || cmake_object_order_depends_target___idf_wear_levelling - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir\crc32.cpp.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/wear_levelling/wear_levelling.cpp || cmake_object_order_depends_target___idf_wear_levelling - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir\wear_levelling.cpp.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/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/riscv/libriscv.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\wear_levelling && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\wear_levelling && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\wear_levelling && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\wear_levelling && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\wear_levelling && C:\Users\alex\esp\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/alex/esp/v5.4/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_riscv cmake_object_order_depends_target___idf_wear_levelling - -build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj: C_COMPILER____idf_fatfs_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio/diskio.c || cmake_object_order_depends_target___idf_fatfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\diskio\diskio.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/fatfs/diskio/diskio_rawflash.c || cmake_object_order_depends_target___idf_fatfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\diskio\diskio_rawflash.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/fatfs/diskio/diskio_wl.c || cmake_object_order_depends_target___idf_fatfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\diskio\diskio_wl.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/fatfs/src/ff.c || cmake_object_order_depends_target___idf_fatfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\src\ff.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/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/src/ffunicode.c.obj: C_COMPILER____idf_fatfs_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src/ffunicode.c || cmake_object_order_depends_target___idf_fatfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\src\ffunicode.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/fatfs/port/freertos/ffsystem.c || cmake_object_order_depends_target___idf_fatfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\port\freertos\ffsystem.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/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/diskio/diskio_sdmmc.c.obj: C_COMPILER____idf_fatfs_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio/diskio_sdmmc.c || cmake_object_order_depends_target___idf_fatfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\diskio\diskio_sdmmc.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/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/vfs/vfs_fat.c.obj: C_COMPILER____idf_fatfs_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs/vfs_fat.c || cmake_object_order_depends_target___idf_fatfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\vfs\vfs_fat.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c || cmake_object_order_depends_target___idf_fatfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\vfs\vfs_fat_sdmmc.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c || cmake_object_order_depends_target___idf_fatfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\vfs\vfs_fat_spiflash.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/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_wl.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.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/riscv/libriscv.a esp-idf/wear_levelling/libwear_levelling.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\fatfs && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\fatfs && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\fatfs && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\fatfs && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\fatfs && C:\Users\alex\esp\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/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\idf_test && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\idf_test && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\idf_test && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\idf_test && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\idf_test && C:\Users\alex\esp\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/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\ieee802154 && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\ieee802154 && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\ieee802154 && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\ieee802154 && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\ieee802154 && C:\Users\alex\esp\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/alex/esp/v5.4/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_riscv - -build esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj: C_COMPILER____idf_json_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON/cJSON.c || cmake_object_order_depends_target___idf_json - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\json\CMakeFiles\__idf_json.dir\cJSON\cJSON.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/alex/esp/v5.4/esp-idf/components/json/cJSON/cJSON_Utils.c || cmake_object_order_depends_target___idf_json - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\json\CMakeFiles\__idf_json.dir\cJSON\cJSON_Utils.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - 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/riscv/libriscv.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\json && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\json && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\json && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\json && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\json && C:\Users\alex\esp\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/alex/esp/v5.4/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_riscv - -build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj: C_COMPILER____idf_mqtt_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c || cmake_object_order_depends_target___idf_mqtt - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mqtt\CMakeFiles\__idf_mqtt.dir\esp-mqtt\mqtt_client.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/lib/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c || cmake_object_order_depends_target___idf_mqtt - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mqtt\CMakeFiles\__idf_mqtt.dir\esp-mqtt\lib\mqtt_msg.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/lib/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c || cmake_object_order_depends_target___idf_mqtt - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mqtt\CMakeFiles\__idf_mqtt.dir\esp-mqtt\lib\mqtt_outbox.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/lib/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c || cmake_object_order_depends_target___idf_mqtt - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mqtt\CMakeFiles\__idf_mqtt.dir\esp-mqtt\lib\platform_esp32_idf.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/lib/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/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/riscv/libriscv.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mqtt && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mqtt && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mqtt && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mqtt && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\mqtt && C:\Users\alex\esp\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/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_nvs_sec_provider - - -############################################# -# Order-only phony target for __idf_nvs_sec_provider - -build cmake_object_order_depends_target___idf_nvs_sec_provider: phony || cmake_object_order_depends_target___idf_riscv - -build esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj: C_COMPILER____idf_nvs_sec_provider_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider/nvs_sec_provider.c || cmake_object_order_depends_target___idf_nvs_sec_provider - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_sec_provider\CMakeFiles\__idf_nvs_sec_provider.dir\nvs_sec_provider.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include - OBJECT_DIR = esp-idf\nvs_sec_provider\CMakeFiles\__idf_nvs_sec_provider.dir - OBJECT_FILE_DIR = esp-idf\nvs_sec_provider\CMakeFiles\__idf_nvs_sec_provider.dir - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_nvs_sec_provider - - -############################################# -# Link the static library esp-idf\nvs_sec_provider\libnvs_sec_provider.a - -build esp-idf/nvs_sec_provider/libnvs_sec_provider.a: C_STATIC_LIBRARY_LINKER____idf_nvs_sec_provider_ esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj || esp-idf/riscv/libriscv.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - OBJECT_DIR = esp-idf\nvs_sec_provider\CMakeFiles\__idf_nvs_sec_provider.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_FILE = esp-idf\nvs_sec_provider\libnvs_sec_provider.a - TARGET_PDB = nvs_sec_provider.a.dbg - - -############################################# -# Utility command for edit_cache - -build esp-idf/nvs_sec_provider/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\nvs_sec_provider && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/nvs_sec_provider/edit_cache: phony esp-idf/nvs_sec_provider/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/nvs_sec_provider/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\nvs_sec_provider && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/nvs_sec_provider/rebuild_cache: phony esp-idf/nvs_sec_provider/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/nvs_sec_provider/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/nvs_sec_provider/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/nvs_sec_provider/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\nvs_sec_provider && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/nvs_sec_provider/install: phony esp-idf/nvs_sec_provider/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/nvs_sec_provider/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/nvs_sec_provider/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\nvs_sec_provider && C:\Users\alex\esp\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_sec_provider/install/local: phony esp-idf/nvs_sec_provider/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/nvs_sec_provider/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/nvs_sec_provider/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\nvs_sec_provider && C:\Users\alex\esp\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_sec_provider/install/strip: phony esp-idf/nvs_sec_provider/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\openthread && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\openthread && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\openthread && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\openthread && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\openthread && C:\Users\alex\esp\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/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_rt - - -############################################# -# Order-only phony target for __idf_rt - -build cmake_object_order_depends_target___idf_rt: phony || cmake_object_order_depends_target___idf_riscv - -build esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj: C_COMPILER____idf_rt_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/rt/FreeRTOS_POSIX_mqueue.c || cmake_object_order_depends_target___idf_rt - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\rt\CMakeFiles\__idf_rt.dir\FreeRTOS_POSIX_mqueue.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/rt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/rt/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\rt\CMakeFiles\__idf_rt.dir - OBJECT_FILE_DIR = esp-idf\rt\CMakeFiles\__idf_rt.dir - -build esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj: C_COMPILER____idf_rt_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/rt/FreeRTOS_POSIX_utils.c || cmake_object_order_depends_target___idf_rt - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\rt\CMakeFiles\__idf_rt.dir\FreeRTOS_POSIX_utils.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/rt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/rt/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys - OBJECT_DIR = esp-idf\rt\CMakeFiles\__idf_rt.dir - OBJECT_FILE_DIR = esp-idf\rt\CMakeFiles\__idf_rt.dir - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_rt - - -############################################# -# Link the static library esp-idf\rt\librt.a - -build esp-idf/rt/librt.a: C_STATIC_LIBRARY_LINKER____idf_rt_ esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj || esp-idf/riscv/libriscv.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - OBJECT_DIR = esp-idf\rt\CMakeFiles\__idf_rt.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_FILE = esp-idf\rt\librt.a - TARGET_PDB = rt.a.dbg - - -############################################# -# Utility command for edit_cache - -build esp-idf/rt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\rt && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/rt/edit_cache: phony esp-idf/rt/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/rt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\rt && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/rt/rebuild_cache: phony esp-idf/rt/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/rt/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/rt/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/rt/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\rt && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/rt/install: phony esp-idf/rt/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/rt/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/rt/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\rt && C:\Users\alex\esp\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/rt/install/local: phony esp-idf/rt/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/rt/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/rt/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\rt && C:\Users\alex\esp\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/rt/install/strip: phony esp-idf/rt/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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_riscv - -build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj: C_COMPILER____idf_spiffs_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/spiffs/spiffs_api.c || cmake_object_order_depends_target___idf_spiffs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\spiffs_api.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c || cmake_object_order_depends_target___idf_spiffs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\spiffs\src\spiffs_cache.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/src/spiffs_check.c || cmake_object_order_depends_target___idf_spiffs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\spiffs\src\spiffs_check.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c || cmake_object_order_depends_target___idf_spiffs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\spiffs\src\spiffs_gc.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c || cmake_object_order_depends_target___idf_spiffs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\spiffs\src\spiffs_hydrogen.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c || cmake_object_order_depends_target___idf_spiffs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\spiffs\src\spiffs_nucleus.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/alex/esp/v5.4/esp-idf/components/spiffs/esp_spiffs.c || cmake_object_order_depends_target___idf_spiffs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\esp_spiffs.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/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/riscv/libriscv.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\spiffs && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\spiffs && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\spiffs && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\spiffs && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\spiffs && C:\Users\alex\esp\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/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\ulp && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\ulp && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\ulp && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\ulp && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\ulp && C:\Users\alex\esp\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/alex/esp/v5.4/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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\usb && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\usb && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\usb && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\usb && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\usb && C:\Users\alex\esp\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/alex/esp/v5.4/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_riscv - -build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src/wifi_config.c || cmake_object_order_depends_target___idf_wifi_provisioning - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src\wifi_config.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src/wifi_scan.c || cmake_object_order_depends_target___idf_wifi_provisioning - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src\wifi_scan.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src/wifi_ctrl.c || cmake_object_order_depends_target___idf_wifi_provisioning - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src\wifi_ctrl.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src/manager.c || cmake_object_order_depends_target___idf_wifi_provisioning - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src\manager.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src/handlers.c || cmake_object_order_depends_target___idf_wifi_provisioning - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src\handlers.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src/scheme_console.c || cmake_object_order_depends_target___idf_wifi_provisioning - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src\scheme_console.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\proto-c\wifi_config.pb-c.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\proto-c\wifi_scan.pb-c.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\proto-c\wifi_ctrl.pb-c.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\proto-c\wifi_constants.pb-c.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src/scheme_softap.c || cmake_object_order_depends_target___idf_wifi_provisioning - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src\scheme_softap.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/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/riscv/libriscv.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\wifi_provisioning && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\wifi_provisioning && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\wifi_provisioning && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\wifi_provisioning && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\wifi_provisioning && C:\Users\alex\esp\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/alex/esp/v5.4/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_protocol_examples_common - - -############################################# -# Order-only phony target for __idf_protocol_examples_common - -build cmake_object_order_depends_target___idf_protocol_examples_common: phony || cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_esp_eth cmake_object_order_depends_target___idf_riscv - -build esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/stdin_out.c.obj: C_COMPILER____idf_protocol_examples_common_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/stdin_out.c || cmake_object_order_depends_target___idf_protocol_examples_common - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocol_examples_common\CMakeFiles\__idf_protocol_examples_common.dir\stdin_out.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include - OBJECT_DIR = esp-idf\protocol_examples_common\CMakeFiles\__idf_protocol_examples_common.dir - OBJECT_FILE_DIR = esp-idf\protocol_examples_common\CMakeFiles\__idf_protocol_examples_common.dir - -build esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/addr_from_stdin.c.obj: C_COMPILER____idf_protocol_examples_common_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/addr_from_stdin.c || cmake_object_order_depends_target___idf_protocol_examples_common - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocol_examples_common\CMakeFiles\__idf_protocol_examples_common.dir\addr_from_stdin.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include - OBJECT_DIR = esp-idf\protocol_examples_common\CMakeFiles\__idf_protocol_examples_common.dir - OBJECT_FILE_DIR = esp-idf\protocol_examples_common\CMakeFiles\__idf_protocol_examples_common.dir - -build esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/connect.c.obj: C_COMPILER____idf_protocol_examples_common_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/connect.c || cmake_object_order_depends_target___idf_protocol_examples_common - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocol_examples_common\CMakeFiles\__idf_protocol_examples_common.dir\connect.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include - OBJECT_DIR = esp-idf\protocol_examples_common\CMakeFiles\__idf_protocol_examples_common.dir - OBJECT_FILE_DIR = esp-idf\protocol_examples_common\CMakeFiles\__idf_protocol_examples_common.dir - -build esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/wifi_connect.c.obj: C_COMPILER____idf_protocol_examples_common_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/wifi_connect.c || cmake_object_order_depends_target___idf_protocol_examples_common - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocol_examples_common\CMakeFiles\__idf_protocol_examples_common.dir\wifi_connect.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include - OBJECT_DIR = esp-idf\protocol_examples_common\CMakeFiles\__idf_protocol_examples_common.dir - OBJECT_FILE_DIR = esp-idf\protocol_examples_common\CMakeFiles\__idf_protocol_examples_common.dir - -build esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/protocol_examples_utils.c.obj: C_COMPILER____idf_protocol_examples_common_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/protocol_examples_utils.c || cmake_object_order_depends_target___idf_protocol_examples_common - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocol_examples_common\CMakeFiles\__idf_protocol_examples_common.dir\protocol_examples_utils.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include - OBJECT_DIR = esp-idf\protocol_examples_common\CMakeFiles\__idf_protocol_examples_common.dir - OBJECT_FILE_DIR = esp-idf\protocol_examples_common\CMakeFiles\__idf_protocol_examples_common.dir - -build esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/console_cmd.c.obj: C_COMPILER____idf_protocol_examples_common_unscanned_ C$:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/console_cmd.c || cmake_object_order_depends_target___idf_protocol_examples_common - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocol_examples_common\CMakeFiles\__idf_protocol_examples_common.dir\console_cmd.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include - OBJECT_DIR = esp-idf\protocol_examples_common\CMakeFiles\__idf_protocol_examples_common.dir - OBJECT_FILE_DIR = esp-idf\protocol_examples_common\CMakeFiles\__idf_protocol_examples_common.dir - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_protocol_examples_common - - -############################################# -# Link the static library esp-idf\protocol_examples_common\libprotocol_examples_common.a - -build esp-idf/protocol_examples_common/libprotocol_examples_common.a: C_STATIC_LIBRARY_LINKER____idf_protocol_examples_common_ esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/stdin_out.c.obj esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/addr_from_stdin.c.obj esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/connect.c.obj esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/wifi_connect.c.obj esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/protocol_examples_utils.c.obj esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/console_cmd.c.obj || esp-idf/console/libconsole.a esp-idf/esp_eth/libesp_eth.a esp-idf/riscv/libriscv.a - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - OBJECT_DIR = esp-idf\protocol_examples_common\CMakeFiles\__idf_protocol_examples_common.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_FILE = esp-idf\protocol_examples_common\libprotocol_examples_common.a - TARGET_PDB = protocol_examples_common.a.dbg - - -############################################# -# Utility command for edit_cache - -build esp-idf/protocol_examples_common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\protocol_examples_common && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/protocol_examples_common/edit_cache: phony esp-idf/protocol_examples_common/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/protocol_examples_common/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\protocol_examples_common && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/protocol_examples_common/rebuild_cache: phony esp-idf/protocol_examples_common/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/protocol_examples_common/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/protocol_examples_common/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/protocol_examples_common/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\protocol_examples_common && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/protocol_examples_common/install: phony esp-idf/protocol_examples_common/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/protocol_examples_common/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/protocol_examples_common/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\protocol_examples_common && C:\Users\alex\esp\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/protocol_examples_common/install/local: phony esp-idf/protocol_examples_common/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/protocol_examples_common/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/protocol_examples_common/all - COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\protocol_examples_common && C:\Users\alex\esp\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/protocol_examples_common/install/strip: phony esp-idf/protocol_examples_common/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/v5.4/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_app_trace cmake_object_order_depends_target___idf_cmock cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_esp_driver_cam cmake_object_order_depends_target___idf_esp_eth cmake_object_order_depends_target___idf_esp_hid cmake_object_order_depends_target___idf_esp_https_server 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_mqtt cmake_object_order_depends_target___idf_nvs_sec_provider cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_protocol_examples_common cmake_object_order_depends_target___idf_protocomm cmake_object_order_depends_target___idf_riscv cmake_object_order_depends_target___idf_rt 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 - -build esp-idf/main/CMakeFiles/__idf_main.dir/app_main.c.obj: C_COMPILER____idf_main_unscanned_ C$:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main/app_main.c || cmake_object_order_depends_target___idf_main - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\main\CMakeFiles\__idf_main.dir\app_main.c.obj.d - FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/pthread/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/cmock/CMock/src -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_jpeg/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ppa/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_ota/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/idf_test/include -IC:/Users/alex/esp/v5.4/esp-idf/components/idf_test/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/ieee802154/include -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider/include -IC:/Users/alex/esp/v5.4/esp-idf/components/rt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include - OBJECT_DIR = esp-idf\main\CMakeFiles\__idf_main.dir - OBJECT_FILE_DIR = esp-idf\main\CMakeFiles\__idf_main.dir - - -# ============================================================================= -# 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/app_main.c.obj || esp-idf/app_trace/libapp_trace.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_https_server/libesp_https_server.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/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocol_examples_common/libprotocol_examples_common.a esp-idf/protocomm/libprotocomm.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.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 - LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei - 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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\main && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\main && C:\Users\alex\esp\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl -BC:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\main && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\main && C:\Users\alex\esp\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:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\main && C:\Users\alex\esp\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_bootloader_format: phony esp-idf/esp_bootloader_format/libesp_bootloader_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_driver_cam: phony esp-idf/esp_driver_cam/libesp_driver_cam.a - -build __idf_esp_driver_gpio: phony esp-idf/esp_driver_gpio/libesp_driver_gpio.a - -build __idf_esp_driver_gptimer: phony esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a - -build __idf_esp_driver_i2c: phony esp-idf/esp_driver_i2c/libesp_driver_i2c.a - -build __idf_esp_driver_i2s: phony esp-idf/esp_driver_i2s/libesp_driver_i2s.a - -build __idf_esp_driver_ledc: phony esp-idf/esp_driver_ledc/libesp_driver_ledc.a - -build __idf_esp_driver_rmt: phony esp-idf/esp_driver_rmt/libesp_driver_rmt.a - -build __idf_esp_driver_sdm: phony esp-idf/esp_driver_sdm/libesp_driver_sdm.a - -build __idf_esp_driver_sdspi: phony esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a - -build __idf_esp_driver_spi: phony esp-idf/esp_driver_spi/libesp_driver_spi.a - -build __idf_esp_driver_tsens: phony esp-idf/esp_driver_tsens/libesp_driver_tsens.a - -build __idf_esp_driver_uart: phony esp-idf/esp_driver_uart/libesp_driver_uart.a - -build __idf_esp_driver_usb_serial_jtag: phony esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.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_https_server: phony esp-idf/esp_https_server/libesp_https_server.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_security: phony esp-idf/esp_security/libesp_security.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_vfs_console: phony esp-idf/esp_vfs_console/libesp_vfs_console.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_nvs_sec_provider: phony esp-idf/nvs_sec_provider/libnvs_sec_provider.a - -build __idf_protobuf-c: phony esp-idf/protobuf-c/libprotobuf-c.a - -build __idf_protocol_examples_common: phony esp-idf/protocol_examples_common/libprotocol_examples_common.a - -build __idf_protocomm: phony esp-idf/protocomm/libprotocomm.a - -build __idf_pthread: phony esp-idf/pthread/libpthread.a - -build __idf_riscv: phony esp-idf/riscv/libriscv.a - -build __idf_rt: phony esp-idf/rt/librt.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 __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_bootloader_format.a: phony esp-idf/esp_bootloader_format/libesp_bootloader_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_driver_cam.a: phony esp-idf/esp_driver_cam/libesp_driver_cam.a - -build libesp_driver_gpio.a: phony esp-idf/esp_driver_gpio/libesp_driver_gpio.a - -build libesp_driver_gptimer.a: phony esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a - -build libesp_driver_i2c.a: phony esp-idf/esp_driver_i2c/libesp_driver_i2c.a - -build libesp_driver_i2s.a: phony esp-idf/esp_driver_i2s/libesp_driver_i2s.a - -build libesp_driver_ledc.a: phony esp-idf/esp_driver_ledc/libesp_driver_ledc.a - -build libesp_driver_rmt.a: phony esp-idf/esp_driver_rmt/libesp_driver_rmt.a - -build libesp_driver_sdm.a: phony esp-idf/esp_driver_sdm/libesp_driver_sdm.a - -build libesp_driver_sdspi.a: phony esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a - -build libesp_driver_spi.a: phony esp-idf/esp_driver_spi/libesp_driver_spi.a - -build libesp_driver_tsens.a: phony esp-idf/esp_driver_tsens/libesp_driver_tsens.a - -build libesp_driver_uart.a: phony esp-idf/esp_driver_uart/libesp_driver_uart.a - -build libesp_driver_usb_serial_jtag.a: phony esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.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_https_server.a: phony esp-idf/esp_https_server/libesp_https_server.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_security.a: phony esp-idf/esp_security/libesp_security.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_vfs_console.a: phony esp-idf/esp_vfs_console/libesp_vfs_console.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 libnvs_sec_provider.a: phony esp-idf/nvs_sec_provider/libnvs_sec_provider.a - -build libp256m.a: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a - -build libprotobuf-c.a: phony esp-idf/protobuf-c/libprotobuf-c.a - -build libprotocol_examples_common.a: phony esp-idf/protocol_examples_common/libprotocol_examples_common.a - -build libprotocomm.a: phony esp-idf/protocomm/libprotocomm.a - -build libpthread.a: phony esp-idf/pthread/libpthread.a - -build libriscv.a: phony esp-idf/riscv/libriscv.a - -build librt.a: phony esp-idf/rt/librt.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 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 sections.ld.in: phony esp-idf/esp_system/sections.ld.in - -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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build - -build all: phony bootloader app ESP-IDF_mqtt-ssl.elf esp-idf/all - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf - -build esp-idf/all: phony esp-idf/riscv/all esp-idf/esp_driver_gpio/all esp-idf/esp_pm/all esp-idf/mbedtls/all esp-idf/bootloader/all esp-idf/esptool_py/all esp-idf/partition_table/all esp-idf/esp_app_format/all esp-idf/esp_bootloader_format/all esp-idf/app_update/all esp-idf/esp_partition/all esp-idf/efuse/all esp-idf/bootloader_support/all esp-idf/esp_mm/all esp-idf/spi_flash/all esp-idf/esp_system/all esp-idf/esp_common/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_security/all esp-idf/esp_hw_support/all esp-idf/freertos/all esp-idf/newlib/all esp-idf/pthread/all esp-idf/cxx/all esp-idf/esp_timer/all esp-idf/esp_driver_gptimer/all esp-idf/esp_ringbuf/all esp-idf/esp_driver_uart/all esp-idf/app_trace/all esp-idf/esp_event/all esp-idf/nvs_flash/all esp-idf/esp_driver_pcnt/all esp-idf/esp_driver_spi/all esp-idf/esp_driver_mcpwm/all esp-idf/esp_driver_ana_cmpr/all esp-idf/esp_driver_i2s/all esp-idf/sdmmc/all esp-idf/esp_driver_sdmmc/all esp-idf/esp_driver_sdspi/all esp-idf/esp_driver_sdio/all esp-idf/esp_driver_dac/all esp-idf/esp_driver_rmt/all esp-idf/esp_driver_tsens/all esp-idf/esp_driver_sdm/all esp-idf/esp_driver_i2c/all esp-idf/esp_driver_ledc/all esp-idf/esp_driver_parlio/all esp-idf/esp_driver_usb_serial_jtag/all esp-idf/driver/all esp-idf/esp_phy/all esp-idf/esp_vfs_console/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_driver_isp/all esp-idf/esp_driver_cam/all esp-idf/esp_driver_jpeg/all esp-idf/esp_driver_ppa/all esp-idf/esp_driver_touch_sens/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/fatfs/all esp-idf/idf_test/all esp-idf/ieee802154/all esp-idf/json/all esp-idf/mqtt/all esp-idf/nvs_sec_provider/all esp-idf/openthread/all esp-idf/rt/all esp-idf/spiffs/all esp-idf/ulp/all esp-idf/usb/all esp-idf/wifi_provisioning/all esp-idf/protocol_examples_common/all esp-idf/main/all - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace - -build esp-idf/app_trace/all: phony esp-idf/app_trace/libapp_trace.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/app_update - -build esp-idf/app_update/all: phony esp-idf/app_update/libapp_update.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader - -build esp-idf/bootloader/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support - -build esp-idf/bootloader_support/all: phony esp-idf/bootloader_support/libbootloader_support.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bt - -build esp-idf/bt/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/cmock - -build esp-idf/cmock/all: phony esp-idf/cmock/libcmock.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/console - -build esp-idf/console/all: phony esp-idf/console/libconsole.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/cxx - -build esp-idf/cxx/all: phony esp-idf/cxx/libcxx.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/driver - -build esp-idf/driver/all: phony esp-idf/driver/libdriver.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/efuse - -build esp-idf/efuse/all: phony esp-idf/efuse/libefuse.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls - -build esp-idf/esp-tls/all: phony esp-idf/esp-tls/libesp-tls.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc - -build esp-idf/esp_adc/all: phony esp-idf/esp_adc/libesp_adc.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_bootloader_format - -build esp-idf/esp_bootloader_format/all: phony esp-idf/esp_bootloader_format/libesp_bootloader_format.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex - -build esp-idf/esp_coex/all: phony esp-idf/esp_coex/libesp_coex.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_common - -build esp-idf/esp_common/all: phony esp-idf/esp_common/libesp_common.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ana_cmpr - -build esp-idf/esp_driver_ana_cmpr/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_cam - -build esp-idf/esp_driver_cam/all: phony esp-idf/esp_driver_cam/libesp_driver_cam.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_dac - -build esp-idf/esp_driver_dac/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio - -build esp-idf/esp_driver_gpio/all: phony esp-idf/esp_driver_gpio/libesp_driver_gpio.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gptimer - -build esp-idf/esp_driver_gptimer/all: phony esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c - -build esp-idf/esp_driver_i2c/all: phony esp-idf/esp_driver_i2c/libesp_driver_i2c.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s - -build esp-idf/esp_driver_i2s/all: phony esp-idf/esp_driver_i2s/libesp_driver_i2s.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_isp - -build esp-idf/esp_driver_isp/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_jpeg - -build esp-idf/esp_driver_jpeg/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ledc - -build esp-idf/esp_driver_ledc/all: phony esp-idf/esp_driver_ledc/libesp_driver_ledc.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_mcpwm - -build esp-idf/esp_driver_mcpwm/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_parlio - -build esp-idf/esp_driver_parlio/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_pcnt - -build esp-idf/esp_driver_pcnt/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ppa - -build esp-idf/esp_driver_ppa/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt - -build esp-idf/esp_driver_rmt/all: phony esp-idf/esp_driver_rmt/libesp_driver_rmt.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdio - -build esp-idf/esp_driver_sdio/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdm - -build esp-idf/esp_driver_sdm/all: phony esp-idf/esp_driver_sdm/libesp_driver_sdm.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdmmc - -build esp-idf/esp_driver_sdmmc/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi - -build esp-idf/esp_driver_sdspi/all: phony esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi - -build esp-idf/esp_driver_spi/all: phony esp-idf/esp_driver_spi/libesp_driver_spi.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_touch_sens - -build esp-idf/esp_driver_touch_sens/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_tsens - -build esp-idf/esp_driver_tsens/all: phony esp-idf/esp_driver_tsens/libesp_driver_tsens.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_uart - -build esp-idf/esp_driver_uart/all: phony esp-idf/esp_driver_uart/libesp_driver_uart.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag - -build esp-idf/esp_driver_usb_serial_jtag/all: phony esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth - -build esp-idf/esp_eth/all: phony esp-idf/esp_eth/libesp_eth.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event - -build esp-idf/esp_event/all: phony esp-idf/esp_event/libesp_event.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub - -build esp-idf/esp_gdbstub/all: phony esp-idf/esp_gdbstub/libesp_gdbstub.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid - -build esp-idf/esp_hid/all: phony esp-idf/esp_hid/libesp_hid.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_server - -build esp-idf/esp_https_server/all: phony esp-idf/esp_https_server/libesp_https_server.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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/esp32c3/all esp-idf/esp_hw_support/lowpower/all - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/lowpower - -build esp-idf/esp_hw_support/lowpower/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/port/esp32c3 - -build esp-idf/esp_hw_support/port/esp32c3/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd - -build esp-idf/esp_lcd/all: phony esp-idf/esp_lcd/libesp_lcd.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm - -build esp-idf/esp_mm/all: phony esp-idf/esp_mm/libesp_mm.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif - -build esp-idf/esp_netif/all: phony esp-idf/esp_netif/libesp_netif.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif_stack - -build esp-idf/esp_netif_stack/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_partition - -build esp-idf/esp_partition/all: phony esp-idf/esp_partition/libesp_partition.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy - -build esp-idf/esp_phy/all: phony esp-idf/esp_phy/libesp_phy.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm - -build esp-idf/esp_pm/all: phony esp-idf/esp_pm/libesp_pm.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_psram - -build esp-idf/esp_psram/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_ringbuf - -build esp-idf/esp_ringbuf/all: phony esp-idf/esp_ringbuf/libesp_ringbuf.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom - -build esp-idf/esp_rom/all: phony esp-idf/esp_rom/libesp_rom.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security - -build esp-idf/esp_security/all: phony esp-idf/esp_security/libesp_security.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/port - -build esp-idf/esp_system/port/all: phony esp-idf/esp_system/port/soc/esp32c3/all - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/port/soc/esp32c3 - -build esp-idf/esp_system/port/soc/esp32c3/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer - -build esp-idf/esp_timer/all: phony esp-idf/esp_timer/libesp_timer.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_vfs_console - -build esp-idf/esp_vfs_console/all: phony esp-idf/esp_vfs_console/libesp_vfs_console.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi - -build esp-idf/esp_wifi/all: phony esp-idf/esp_wifi/libesp_wifi.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump - -build esp-idf/espcoredump/all: phony esp-idf/espcoredump/libespcoredump.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esptool_py - -build esp-idf/esptool_py/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs - -build esp-idf/fatfs/all: phony esp-idf/fatfs/libfatfs.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/freertos - -build esp-idf/freertos/all: phony esp-idf/freertos/libfreertos.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/hal - -build esp-idf/hal/all: phony esp-idf/hal/libhal.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/heap - -build esp-idf/heap/all: phony esp-idf/heap/libheap.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/http_parser - -build esp-idf/http_parser/all: phony esp-idf/http_parser/libhttp_parser.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/idf_test - -build esp-idf/idf_test/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/ieee802154 - -build esp-idf/ieee802154/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/json - -build esp-idf/json/all: phony esp-idf/json/libjson.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/log - -build esp-idf/log/all: phony esp-idf/log/liblog.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/lwip - -build esp-idf/lwip/all: phony esp-idf/lwip/liblwip.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/main - -build esp-idf/main/all: phony esp-idf/main/libmain.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls - -build esp-idf/mbedtls/all: phony esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/all - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/include - -build esp-idf/mbedtls/mbedtls/include/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/pkgconfig - -build esp-idf/mbedtls/mbedtls/pkgconfig/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt - -build esp-idf/mqtt/all: phony esp-idf/mqtt/libmqtt.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/newlib - -build esp-idf/newlib/all: phony esp-idf/newlib/libnewlib.a esp-idf/newlib/port/all - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/port - -build esp-idf/newlib/port/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash - -build esp-idf/nvs_flash/all: phony esp-idf/nvs_flash/libnvs_flash.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_sec_provider - -build esp-idf/nvs_sec_provider/all: phony esp-idf/nvs_sec_provider/libnvs_sec_provider.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/openthread - -build esp-idf/openthread/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/partition_table - -build esp-idf/partition_table/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protobuf-c - -build esp-idf/protobuf-c/all: phony esp-idf/protobuf-c/libprotobuf-c.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common - -build esp-idf/protocol_examples_common/all: phony esp-idf/protocol_examples_common/libprotocol_examples_common.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm - -build esp-idf/protocomm/all: phony esp-idf/protocomm/libprotocomm.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/pthread - -build esp-idf/pthread/all: phony esp-idf/pthread/libpthread.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/riscv - -build esp-idf/riscv/all: phony esp-idf/riscv/libriscv.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/rt - -build esp-idf/rt/all: phony esp-idf/rt/librt.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc - -build esp-idf/sdmmc/all: phony esp-idf/sdmmc/libsdmmc.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/soc - -build esp-idf/soc/all: phony esp-idf/soc/libsoc.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash - -build esp-idf/spi_flash/all: phony esp-idf/spi_flash/libspi_flash.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs - -build esp-idf/spiffs/all: phony esp-idf/spiffs/libspiffs.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport - -build esp-idf/tcp_transport/all: phony esp-idf/tcp_transport/libtcp_transport.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/ulp - -build esp-idf/ulp/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/unity - -build esp-idf/unity/all: phony esp-idf/unity/libunity.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/usb - -build esp-idf/usb/all: phony - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/vfs - -build esp-idf/vfs/all: phony esp-idf/vfs/libvfs.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling - -build esp-idf/wear_levelling/all: phony esp-idf/wear_levelling/libwear_levelling.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning - -build esp-idf/wifi_provisioning/all: phony esp-idf/wifi_provisioning/libwifi_provisioning.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant - -build esp-idf/wpa_supplicant/all: phony esp-idf/wpa_supplicant/libwpa_supplicant.a - -# ============================================================================= -# Built-in targets - - -############################################# -# Re-run CMake if any of its inputs changed. - -build build.ninja: RERUN_CMAKE | C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeASMInformation.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCInformation.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXInformation.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCommonLanguageInclude.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeGenericSystem.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeInitializeConfigs.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeLanguageInformation.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakePackageConfigHelpers.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakePrintHelpers.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeSystemSpecificInformation.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeSystemSpecificInitialize.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCCompilerFlag.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCSourceCompiles.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCXXCompilerFlag.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCXXSourceCompiles.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckIncludeFile.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckLibraryExists.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/CMakeCommonCompilerMacros.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-ASM.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-C.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-CXX.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/PatchInfo.txt.in C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/RepositoryInfo.txt.in C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/UpdateInfo.txt.in C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/cfgcmd.txt.in C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/mkdirs.cmake.in C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/shared_internal_commands.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindGit.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindPackageHandleStandardArgs.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindPackageMessage.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindPython3.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindPython/Support.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindThreads.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/GNUInstallDirs.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckCompilerFlag.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckFlagCommonConfig.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckSourceCompiles.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Platform/Generic.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/WriteBasicConfigVersionFile.cmake C$:/Users/alex/esp/v5.4/esp-idf/.git/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/esp_ble_mesh/lib/lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/cmock/CMock/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/esp_coex/lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/esp_phy/lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/esp_wifi/lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/heap/tlsf/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/json/cJSON/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/lwip/lwip/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/openthread/lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/openthread/openthread/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/spiffs/spiffs/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/unity/unity/HEAD C$:/Users/alex/esp/v5.4/esp-idf/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/app_trace/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/app_trace/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/app_update/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/bt/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/bt/controller/lib_esp32/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/controller/lib_esp32c3_family/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/esp_ble_mesh/lib/lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/host/nimble/nimble/.git C$:/Users/alex/esp/v5.4/esp-idf/components/cmock/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/cmock/CMock/.git C$:/Users/alex/esp/v5.4/esp-idf/components/console/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/cxx/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/driver/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/efuse/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/sources.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/esp_common/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_common/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_jpeg/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ppa/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_touch_sens/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_event/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_https_ota/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/lowpower/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_netif_stack/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_security/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/ld/ld.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc/esp32c3/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/espefuse.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/fatfs/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/fatfs/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/freertos/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/hal/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/heap/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf/.git C$:/Users/alex/esp/v5.4/esp-idf/components/http_parser/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/idf_test/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/ieee802154/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/json/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON/.git C$:/Users/alex/esp/v5.4/esp-idf/components/log/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/lwip/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/.git C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/.git C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/pkgconfig/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/mqtt/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/.git C$:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/newlib/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/newlib/port/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/newlib/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/openthread/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/openthread/lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/openthread/openthread/.git C$:/Users/alex/esp/v5.4/esp-idf/components/partition_table/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/partition_table/partitions_singleapp.csv C$:/Users/alex/esp/v5.4/esp-idf/components/partition_table/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c/.git C$:/Users/alex/esp/v5.4/esp-idf/components/protocomm/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/pthread/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/riscv/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/riscv/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/rt/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/soc/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/spiffs/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/spiffs/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/.git C$:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/ulp/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/ulp/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/unity/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/.git C$:/Users/alex/esp/v5.4/esp-idf/components/usb/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/vfs/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/build.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/component.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/depgraph.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/dfu.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/git_submodules.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/idf.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/kconfig.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/ldgen.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/prefix_map.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project_description.json.in C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/targets.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/tool_version_check.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/toolchain-esp32c3.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/utilities.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/version.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/kconfig_new/confgen.py C$:/Users/alex/esp/v5.4/esp-idf/tools/kconfig_new/config.env.in C$:/Users/alex/github/ESP-Nodes/.git/HEAD C$:/Users/alex/github/ESP-Nodes/.git/refs/heads/main C$:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/CMakeLists.txt C$:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main/CMakeLists.txt C$:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main/idf_component.yml C$:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/sdkconfig 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$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeASMInformation.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCInformation.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXInformation.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCommonLanguageInclude.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeGenericSystem.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeInitializeConfigs.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeLanguageInformation.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakePackageConfigHelpers.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakePrintHelpers.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeSystemSpecificInformation.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeSystemSpecificInitialize.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCCompilerFlag.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCSourceCompiles.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCXXCompilerFlag.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCXXSourceCompiles.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckIncludeFile.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckLibraryExists.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/CMakeCommonCompilerMacros.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-ASM.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-C.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-CXX.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/PatchInfo.txt.in C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/RepositoryInfo.txt.in C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/UpdateInfo.txt.in C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/cfgcmd.txt.in C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/mkdirs.cmake.in C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/shared_internal_commands.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindGit.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindPackageHandleStandardArgs.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindPackageMessage.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindPython3.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindPython/Support.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindThreads.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/GNUInstallDirs.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckCompilerFlag.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckFlagCommonConfig.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckSourceCompiles.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/Platform/Generic.cmake C$:/Users/alex/esp/tools/cmake/3.30.2/share/cmake-3.30/Modules/WriteBasicConfigVersionFile.cmake C$:/Users/alex/esp/v5.4/esp-idf/.git/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/esp_ble_mesh/lib/lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/cmock/CMock/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/esp_coex/lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/esp_phy/lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/esp_wifi/lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/heap/tlsf/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/json/cJSON/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/lwip/lwip/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/openthread/lib/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/openthread/openthread/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/spiffs/spiffs/HEAD C$:/Users/alex/esp/v5.4/esp-idf/.git/modules/components/unity/unity/HEAD C$:/Users/alex/esp/v5.4/esp-idf/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/app_trace/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/app_trace/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/app_update/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/bt/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/bt/controller/lib_esp32/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/controller/lib_esp32c3_family/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/esp_ble_mesh/lib/lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/bt/host/nimble/nimble/.git C$:/Users/alex/esp/v5.4/esp-idf/components/cmock/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/cmock/CMock/.git C$:/Users/alex/esp/v5.4/esp-idf/components/console/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/cxx/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/driver/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/efuse/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/sources.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/esp_common/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_common/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_jpeg/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ppa/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_touch_sens/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_event/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_https_ota/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/lowpower/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_netif_stack/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_security/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/ld/ld.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc/esp32c3/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/espefuse.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/fatfs/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/fatfs/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/freertos/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/hal/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/heap/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf/.git C$:/Users/alex/esp/v5.4/esp-idf/components/http_parser/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/idf_test/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/ieee802154/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/json/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON/.git C$:/Users/alex/esp/v5.4/esp-idf/components/log/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/lwip/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/.git C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/.git C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/pkgconfig/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/mqtt/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/.git C$:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/newlib/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/newlib/port/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/newlib/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/openthread/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/openthread/lib/.git C$:/Users/alex/esp/v5.4/esp-idf/components/openthread/openthread/.git C$:/Users/alex/esp/v5.4/esp-idf/components/partition_table/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/partition_table/partitions_singleapp.csv C$:/Users/alex/esp/v5.4/esp-idf/components/partition_table/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c/.git C$:/Users/alex/esp/v5.4/esp-idf/components/protocomm/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/pthread/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/riscv/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/riscv/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/rt/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/soc/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/spiffs/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/spiffs/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/.git C$:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/ulp/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/ulp/project_include.cmake C$:/Users/alex/esp/v5.4/esp-idf/components/unity/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/.git C$:/Users/alex/esp/v5.4/esp-idf/components/usb/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/vfs/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/CMakeLists.txt C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/build.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/component.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/depgraph.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/dfu.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/git_submodules.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/idf.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/kconfig.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/ldgen.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/prefix_map.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/project_description.json.in C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/targets.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/tool_version_check.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/toolchain-esp32c3.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/utilities.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/cmake/version.cmake C$:/Users/alex/esp/v5.4/esp-idf/tools/kconfig_new/confgen.py C$:/Users/alex/esp/v5.4/esp-idf/tools/kconfig_new/config.env.in C$:/Users/alex/github/ESP-Nodes/.git/HEAD C$:/Users/alex/github/ESP-Nodes/.git/refs/heads/main C$:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/CMakeLists.txt C$:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main/CMakeLists.txt C$:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main/idf_component.yml C$:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/sdkconfig 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/ESP-IDF_mqtt-ssl/build/client.crt.S b/ESP-IDF_mqtt-ssl/build/client.crt.S deleted file mode 100644 index 68885d63f..000000000 --- a/ESP-IDF_mqtt-ssl/build/client.crt.S +++ /dev/null @@ -1,91 +0,0 @@ -/* * Data converted from C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main/client.crt - * (null byte appended) - */ -.data -#if !defined (__APPLE__) && !defined (__linux__) -.section .rodata.embedded -#endif - -.global client_crt -client_crt: - -.global _binary_client_crt_start -_binary_client_crt_start: /* for objcopy compatibility */ -.byte 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x42, 0x45, 0x47, 0x49, 0x4e, 0x20, 0x43, 0x45, 0x52, 0x54, 0x49 -.byte 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x0d, 0x0a, 0x4d, 0x49, 0x49 -.byte 0x43, 0x2f, 0x7a, 0x43, 0x43, 0x41, 0x65, 0x65, 0x67, 0x41, 0x77, 0x49, 0x42, 0x41, 0x67, 0x49 -.byte 0x55, 0x4d, 0x6a, 0x56, 0x6f, 0x52, 0x59, 0x70, 0x37, 0x5a, 0x6e, 0x71, 0x74, 0x74, 0x2f, 0x70 -.byte 0x62, 0x43, 0x52, 0x4c, 0x4e, 0x4f, 0x2f, 0x62, 0x4a, 0x5a, 0x6f, 0x59, 0x77, 0x44, 0x51, 0x59 -.byte 0x4a, 0x4b, 0x6f, 0x5a, 0x49, 0x68, 0x76, 0x63, 0x4e, 0x41, 0x51, 0x45, 0x4c, 0x0d, 0x0a, 0x42 -.byte 0x51, 0x41, 0x77, 0x47, 0x6a, 0x45, 0x59, 0x4d, 0x42, 0x59, 0x47, 0x41, 0x31, 0x55, 0x45, 0x41 -.byte 0x77, 0x77, 0x50, 0x64, 0x47, 0x56, 0x6a, 0x61, 0x48, 0x46, 0x31, 0x59, 0x57, 0x52, 0x69, 0x61 -.byte 0x58, 0x51, 0x75, 0x62, 0x6d, 0x56, 0x30, 0x4d, 0x42, 0x34, 0x58, 0x44, 0x54, 0x49, 0x31, 0x4d -.byte 0x44, 0x59, 0x78, 0x4d, 0x7a, 0x49, 0x77, 0x4d, 0x6a, 0x59, 0x31, 0x4e, 0x6c, 0x6f, 0x58, 0x0d -.byte 0x0a, 0x44, 0x54, 0x49, 0x32, 0x4d, 0x44, 0x59, 0x78, 0x4d, 0x7a, 0x49, 0x77, 0x4d, 0x6a, 0x59 -.byte 0x31, 0x4e, 0x6c, 0x6f, 0x77, 0x46, 0x54, 0x45, 0x54, 0x4d, 0x42, 0x45, 0x47, 0x41, 0x31, 0x55 -.byte 0x45, 0x41, 0x77, 0x77, 0x4b, 0x52, 0x56, 0x4e, 0x51, 0x4d, 0x7a, 0x4a, 0x4f, 0x62, 0x32, 0x52 -.byte 0x6c, 0x4d, 0x54, 0x43, 0x43, 0x41, 0x53, 0x49, 0x77, 0x44, 0x51, 0x59, 0x4a, 0x4b, 0x6f, 0x5a -.byte 0x49, 0x0d, 0x0a, 0x68, 0x76, 0x63, 0x4e, 0x41, 0x51, 0x45, 0x42, 0x42, 0x51, 0x41, 0x44, 0x67 -.byte 0x67, 0x45, 0x50, 0x41, 0x44, 0x43, 0x43, 0x41, 0x51, 0x6f, 0x43, 0x67, 0x67, 0x45, 0x42, 0x41 -.byte 0x49, 0x52, 0x58, 0x61, 0x57, 0x51, 0x32, 0x48, 0x72, 0x45, 0x48, 0x31, 0x30, 0x30, 0x56, 0x4f -.byte 0x39, 0x43, 0x2b, 0x63, 0x49, 0x63, 0x4f, 0x70, 0x75, 0x37, 0x79, 0x64, 0x4a, 0x45, 0x72, 0x54 -.byte 0x51, 0x37, 0x48, 0x0d, 0x0a, 0x41, 0x52, 0x32, 0x55, 0x4e, 0x73, 0x35, 0x61, 0x67, 0x77, 0x52 -.byte 0x6f, 0x71, 0x32, 0x79, 0x2b, 0x6b, 0x6e, 0x64, 0x64, 0x31, 0x69, 0x39, 0x2f, 0x4a, 0x6f, 0x50 -.byte 0x73, 0x55, 0x66, 0x64, 0x64, 0x74, 0x74, 0x33, 0x74, 0x7a, 0x4a, 0x4c, 0x4e, 0x63, 0x6c, 0x6e -.byte 0x6e, 0x4d, 0x65, 0x79, 0x50, 0x2b, 0x69, 0x75, 0x59, 0x35, 0x57, 0x31, 0x41, 0x31, 0x36, 0x2b -.byte 0x68, 0x59, 0x7a, 0x53, 0x4f, 0x0d, 0x0a, 0x5a, 0x37, 0x52, 0x33, 0x66, 0x63, 0x33, 0x39, 0x46 -.byte 0x6b, 0x55, 0x49, 0x70, 0x35, 0x6a, 0x79, 0x33, 0x5a, 0x46, 0x35, 0x4a, 0x32, 0x57, 0x4f, 0x51 -.byte 0x41, 0x6b, 0x6d, 0x64, 0x59, 0x43, 0x35, 0x6e, 0x35, 0x61, 0x50, 0x2f, 0x2b, 0x47, 0x31, 0x4e -.byte 0x36, 0x6e, 0x33, 0x4e, 0x71, 0x62, 0x51, 0x55, 0x41, 0x42, 0x49, 0x53, 0x6b, 0x38, 0x57, 0x6c -.byte 0x66, 0x6d, 0x64, 0x62, 0x6f, 0x44, 0x6c, 0x0d, 0x0a, 0x4b, 0x2f, 0x4b, 0x48, 0x45, 0x6e, 0x4a -.byte 0x69, 0x52, 0x61, 0x52, 0x6d, 0x45, 0x48, 0x39, 0x58, 0x70, 0x4d, 0x51, 0x4f, 0x4f, 0x77, 0x75 -.byte 0x45, 0x38, 0x67, 0x44, 0x4b, 0x77, 0x64, 0x6d, 0x75, 0x76, 0x73, 0x6e, 0x56, 0x65, 0x52, 0x6e -.byte 0x45, 0x64, 0x6c, 0x66, 0x42, 0x6b, 0x35, 0x78, 0x56, 0x62, 0x36, 0x33, 0x4e, 0x63, 0x59, 0x63 -.byte 0x52, 0x4d, 0x63, 0x68, 0x71, 0x63, 0x4a, 0x71, 0x4b, 0x0d, 0x0a, 0x49, 0x77, 0x62, 0x50, 0x42 -.byte 0x62, 0x38, 0x6c, 0x5a, 0x30, 0x6b, 0x4a, 0x37, 0x43, 0x4f, 0x32, 0x6e, 0x46, 0x79, 0x57, 0x69 -.byte 0x72, 0x79, 0x50, 0x63, 0x53, 0x34, 0x71, 0x72, 0x31, 0x7a, 0x7a, 0x69, 0x49, 0x35, 0x66, 0x31 -.byte 0x47, 0x57, 0x41, 0x4e, 0x4f, 0x68, 0x2f, 0x49, 0x6a, 0x52, 0x45, 0x35, 0x4f, 0x56, 0x78, 0x4b -.byte 0x66, 0x45, 0x32, 0x36, 0x78, 0x46, 0x45, 0x63, 0x37, 0x4a, 0x48, 0x0d, 0x0a, 0x46, 0x44, 0x49 -.byte 0x56, 0x4e, 0x69, 0x53, 0x6e, 0x38, 0x77, 0x4d, 0x4c, 0x6d, 0x71, 0x65, 0x49, 0x64, 0x75, 0x72 -.byte 0x35, 0x69, 0x38, 0x35, 0x77, 0x4c, 0x50, 0x71, 0x59, 0x37, 0x4e, 0x6e, 0x69, 0x69, 0x48, 0x30 -.byte 0x43, 0x48, 0x73, 0x44, 0x65, 0x6f, 0x58, 0x66, 0x7a, 0x6f, 0x62, 0x69, 0x6e, 0x77, 0x32, 0x73 -.byte 0x43, 0x41, 0x77, 0x45, 0x41, 0x41, 0x61, 0x4e, 0x43, 0x4d, 0x45, 0x41, 0x77, 0x0d, 0x0a, 0x48 -.byte 0x51, 0x59, 0x44, 0x56, 0x52, 0x30, 0x4f, 0x42, 0x42, 0x59, 0x45, 0x46, 0x49, 0x31, 0x51, 0x31 -.byte 0x69, 0x67, 0x33, 0x38, 0x78, 0x59, 0x4a, 0x45, 0x57, 0x67, 0x4d, 0x75, 0x56, 0x2b, 0x6b, 0x51 -.byte 0x6a, 0x47, 0x76, 0x78, 0x64, 0x75, 0x55, 0x4d, 0x42, 0x38, 0x47, 0x41, 0x31, 0x55, 0x64, 0x49 -.byte 0x77, 0x51, 0x59, 0x4d, 0x42, 0x61, 0x41, 0x46, 0x47, 0x4f, 0x32, 0x32, 0x6d, 0x5a, 0x2f, 0x0d -.byte 0x0a, 0x63, 0x65, 0x78, 0x34, 0x64, 0x46, 0x6d, 0x66, 0x62, 0x79, 0x4e, 0x62, 0x73, 0x78, 0x48 -.byte 0x59, 0x55, 0x55, 0x36, 0x65, 0x4d, 0x41, 0x30, 0x47, 0x43, 0x53, 0x71, 0x47, 0x53, 0x49, 0x62 -.byte 0x33, 0x44, 0x51, 0x45, 0x42, 0x43, 0x77, 0x55, 0x41, 0x41, 0x34, 0x49, 0x42, 0x41, 0x51, 0x43 -.byte 0x41, 0x46, 0x50, 0x6a, 0x77, 0x46, 0x76, 0x39, 0x4c, 0x76, 0x6c, 0x55, 0x39, 0x66, 0x62, 0x42 -.byte 0x34, 0x0d, 0x0a, 0x31, 0x61, 0x56, 0x53, 0x63, 0x6f, 0x36, 0x77, 0x34, 0x4a, 0x4d, 0x39, 0x32 -.byte 0x76, 0x68, 0x59, 0x68, 0x65, 0x7a, 0x71, 0x6f, 0x38, 0x55, 0x74, 0x78, 0x38, 0x55, 0x62, 0x6a -.byte 0x42, 0x76, 0x31, 0x36, 0x64, 0x61, 0x55, 0x74, 0x50, 0x73, 0x4d, 0x45, 0x75, 0x61, 0x6b, 0x61 -.byte 0x51, 0x62, 0x65, 0x52, 0x46, 0x65, 0x73, 0x75, 0x73, 0x6a, 0x47, 0x73, 0x54, 0x70, 0x50, 0x64 -.byte 0x49, 0x34, 0x51, 0x0d, 0x0a, 0x41, 0x54, 0x36, 0x52, 0x7a, 0x7a, 0x6d, 0x30, 0x76, 0x6f, 0x53 -.byte 0x55, 0x74, 0x78, 0x38, 0x50, 0x6d, 0x56, 0x70, 0x49, 0x74, 0x46, 0x70, 0x2f, 0x38, 0x65, 0x38 -.byte 0x31, 0x33, 0x33, 0x50, 0x55, 0x55, 0x55, 0x35, 0x73, 0x4d, 0x2b, 0x39, 0x73, 0x39, 0x37, 0x39 -.byte 0x6d, 0x57, 0x66, 0x38, 0x52, 0x6d, 0x76, 0x35, 0x7a, 0x58, 0x37, 0x4b, 0x6c, 0x4c, 0x33, 0x4a -.byte 0x70, 0x68, 0x51, 0x42, 0x54, 0x0d, 0x0a, 0x68, 0x33, 0x76, 0x6b, 0x4a, 0x6c, 0x4d, 0x7a, 0x41 -.byte 0x39, 0x58, 0x51, 0x49, 0x4f, 0x70, 0x53, 0x58, 0x38, 0x57, 0x6d, 0x61, 0x64, 0x55, 0x65, 0x2b -.byte 0x69, 0x5a, 0x38, 0x32, 0x58, 0x6b, 0x6d, 0x59, 0x58, 0x66, 0x2f, 0x78, 0x65, 0x79, 0x6b, 0x62 -.byte 0x56, 0x2f, 0x78, 0x78, 0x4a, 0x68, 0x51, 0x6d, 0x6e, 0x4b, 0x44, 0x31, 0x78, 0x32, 0x76, 0x30 -.byte 0x54, 0x76, 0x63, 0x57, 0x61, 0x53, 0x4c, 0x0d, 0x0a, 0x74, 0x6c, 0x61, 0x54, 0x39, 0x36, 0x33 -.byte 0x4a, 0x4f, 0x48, 0x38, 0x36, 0x45, 0x37, 0x64, 0x6d, 0x38, 0x38, 0x36, 0x4d, 0x39, 0x2f, 0x62 -.byte 0x42, 0x6c, 0x6b, 0x41, 0x79, 0x69, 0x62, 0x73, 0x71, 0x67, 0x33, 0x62, 0x37, 0x76, 0x73, 0x77 -.byte 0x53, 0x6c, 0x51, 0x71, 0x36, 0x57, 0x45, 0x73, 0x32, 0x2f, 0x37, 0x6f, 0x47, 0x66, 0x63, 0x56 -.byte 0x32, 0x76, 0x53, 0x54, 0x2f, 0x44, 0x6f, 0x61, 0x61, 0x0d, 0x0a, 0x53, 0x71, 0x47, 0x62, 0x30 -.byte 0x75, 0x6d, 0x71, 0x42, 0x54, 0x38, 0x5a, 0x39, 0x5a, 0x6c, 0x33, 0x30, 0x34, 0x73, 0x56, 0x6f -.byte 0x74, 0x2f, 0x50, 0x65, 0x54, 0x5a, 0x63, 0x35, 0x69, 0x44, 0x4e, 0x68, 0x4d, 0x37, 0x76, 0x59 -.byte 0x64, 0x43, 0x7a, 0x6e, 0x76, 0x7a, 0x67, 0x4e, 0x2f, 0x61, 0x4f, 0x74, 0x77, 0x7a, 0x4d, 0x4d -.byte 0x50, 0x57, 0x4f, 0x54, 0x6b, 0x55, 0x6d, 0x6f, 0x69, 0x44, 0x42, 0x0d, 0x0a, 0x4d, 0x51, 0x79 -.byte 0x57, 0x0d, 0x0a, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x45, 0x4e, 0x44, 0x20, 0x43, 0x45, 0x52, 0x54 -.byte 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x0d, 0x0a, 0x00 - -.global _binary_client_crt_end -_binary_client_crt_end: /* for objcopy compatibility */ - - -.global client_crt_length -client_crt_length: /* not including null byte */ -.long 1118 diff --git a/ESP-IDF_mqtt-ssl/build/client.key.S b/ESP-IDF_mqtt-ssl/build/client.key.S deleted file mode 100644 index ad11fa291..000000000 --- a/ESP-IDF_mqtt-ssl/build/client.key.S +++ /dev/null @@ -1,130 +0,0 @@ -/* * Data converted from C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main/client.key - * (null byte appended) - */ -.data -#if !defined (__APPLE__) && !defined (__linux__) -.section .rodata.embedded -#endif - -.global client_key -client_key: - -.global _binary_client_key_start -_binary_client_key_start: /* for objcopy compatibility */ -.byte 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x42, 0x45, 0x47, 0x49, 0x4e, 0x20, 0x50, 0x52, 0x49, 0x56, 0x41 -.byte 0x54, 0x45, 0x20, 0x4b, 0x45, 0x59, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x0d, 0x0a, 0x4d, 0x49, 0x49 -.byte 0x45, 0x76, 0x41, 0x49, 0x42, 0x41, 0x44, 0x41, 0x4e, 0x42, 0x67, 0x6b, 0x71, 0x68, 0x6b, 0x69 -.byte 0x47, 0x39, 0x77, 0x30, 0x42, 0x41, 0x51, 0x45, 0x46, 0x41, 0x41, 0x53, 0x43, 0x42, 0x4b, 0x59 -.byte 0x77, 0x67, 0x67, 0x53, 0x69, 0x41, 0x67, 0x45, 0x41, 0x41, 0x6f, 0x49, 0x42, 0x41, 0x51, 0x43 -.byte 0x45, 0x56, 0x32, 0x6c, 0x6b, 0x4e, 0x68, 0x36, 0x78, 0x42, 0x39, 0x64, 0x4e, 0x0d, 0x0a, 0x46 -.byte 0x54, 0x76, 0x51, 0x76, 0x6e, 0x43, 0x48, 0x44, 0x71, 0x62, 0x75, 0x38, 0x6e, 0x53, 0x52, 0x4b -.byte 0x30, 0x30, 0x4f, 0x78, 0x77, 0x45, 0x64, 0x6c, 0x44, 0x62, 0x4f, 0x57, 0x6f, 0x4d, 0x45, 0x61 -.byte 0x4b, 0x74, 0x73, 0x76, 0x70, 0x4a, 0x33, 0x58, 0x64, 0x59, 0x76, 0x66, 0x79, 0x61, 0x44, 0x37 -.byte 0x46, 0x48, 0x33, 0x58, 0x62, 0x62, 0x64, 0x37, 0x63, 0x79, 0x53, 0x7a, 0x58, 0x4a, 0x5a, 0x0d -.byte 0x0a, 0x35, 0x7a, 0x48, 0x73, 0x6a, 0x2f, 0x6f, 0x72, 0x6d, 0x4f, 0x56, 0x74, 0x51, 0x4e, 0x65 -.byte 0x76, 0x6f, 0x57, 0x4d, 0x30, 0x6a, 0x6d, 0x65, 0x30, 0x64, 0x33, 0x33, 0x4e, 0x2f, 0x52, 0x5a -.byte 0x46, 0x43, 0x4b, 0x65, 0x59, 0x38, 0x74, 0x32, 0x52, 0x65, 0x53, 0x64, 0x6c, 0x6a, 0x6b, 0x41 -.byte 0x4a, 0x4a, 0x6e, 0x57, 0x41, 0x75, 0x5a, 0x2b, 0x57, 0x6a, 0x2f, 0x2f, 0x68, 0x74, 0x54, 0x65 -.byte 0x70, 0x0d, 0x0a, 0x39, 0x7a, 0x61, 0x6d, 0x30, 0x46, 0x41, 0x41, 0x53, 0x45, 0x70, 0x50, 0x46 -.byte 0x70, 0x58, 0x35, 0x6e, 0x57, 0x36, 0x41, 0x35, 0x53, 0x76, 0x79, 0x68, 0x78, 0x4a, 0x79, 0x59 -.byte 0x6b, 0x57, 0x6b, 0x5a, 0x68, 0x42, 0x2f, 0x56, 0x36, 0x54, 0x45, 0x44, 0x6a, 0x73, 0x4c, 0x68 -.byte 0x50, 0x49, 0x41, 0x79, 0x73, 0x48, 0x5a, 0x72, 0x72, 0x37, 0x4a, 0x31, 0x58, 0x6b, 0x5a, 0x78 -.byte 0x48, 0x5a, 0x58, 0x0d, 0x0a, 0x77, 0x5a, 0x4f, 0x63, 0x56, 0x57, 0x2b, 0x74, 0x7a, 0x58, 0x47 -.byte 0x48, 0x45, 0x54, 0x48, 0x49, 0x61, 0x6e, 0x43, 0x61, 0x69, 0x69, 0x4d, 0x47, 0x7a, 0x77, 0x57 -.byte 0x2f, 0x4a, 0x57, 0x64, 0x4a, 0x43, 0x65, 0x77, 0x6a, 0x74, 0x70, 0x78, 0x63, 0x6c, 0x6f, 0x71 -.byte 0x38, 0x6a, 0x33, 0x45, 0x75, 0x4b, 0x71, 0x39, 0x63, 0x38, 0x34, 0x69, 0x4f, 0x58, 0x39, 0x52 -.byte 0x6c, 0x67, 0x44, 0x54, 0x6f, 0x0d, 0x0a, 0x66, 0x79, 0x49, 0x30, 0x52, 0x4f, 0x54, 0x6c, 0x63 -.byte 0x53, 0x6e, 0x78, 0x4e, 0x75, 0x73, 0x52, 0x52, 0x48, 0x4f, 0x79, 0x52, 0x78, 0x51, 0x79, 0x46 -.byte 0x54, 0x59, 0x6b, 0x70, 0x2f, 0x4d, 0x44, 0x43, 0x35, 0x71, 0x6e, 0x69, 0x48, 0x62, 0x71, 0x2b -.byte 0x59, 0x76, 0x4f, 0x63, 0x43, 0x7a, 0x36, 0x6d, 0x4f, 0x7a, 0x5a, 0x34, 0x6f, 0x68, 0x39, 0x41 -.byte 0x68, 0x37, 0x41, 0x33, 0x71, 0x46, 0x33, 0x0d, 0x0a, 0x38, 0x36, 0x47, 0x34, 0x70, 0x38, 0x4e -.byte 0x72, 0x41, 0x67, 0x4d, 0x42, 0x41, 0x41, 0x45, 0x43, 0x67, 0x67, 0x45, 0x41, 0x44, 0x49, 0x47 -.byte 0x6d, 0x4f, 0x41, 0x34, 0x71, 0x6c, 0x61, 0x32, 0x5a, 0x57, 0x63, 0x6a, 0x54, 0x36, 0x6b, 0x54 -.byte 0x55, 0x2b, 0x74, 0x6b, 0x57, 0x53, 0x74, 0x45, 0x6d, 0x31, 0x5a, 0x61, 0x49, 0x70, 0x62, 0x4f -.byte 0x47, 0x46, 0x69, 0x47, 0x43, 0x50, 0x47, 0x59, 0x44, 0x0d, 0x0a, 0x2f, 0x6c, 0x41, 0x41, 0x6d -.byte 0x49, 0x2b, 0x50, 0x4f, 0x6f, 0x58, 0x6e, 0x6f, 0x39, 0x4c, 0x45, 0x53, 0x6c, 0x74, 0x4a, 0x69 -.byte 0x51, 0x68, 0x41, 0x31, 0x6e, 0x57, 0x4f, 0x69, 0x36, 0x45, 0x42, 0x57, 0x58, 0x57, 0x6d, 0x63 -.byte 0x4e, 0x43, 0x6c, 0x44, 0x50, 0x78, 0x5a, 0x2f, 0x4d, 0x55, 0x6c, 0x52, 0x34, 0x30, 0x48, 0x68 -.byte 0x46, 0x6c, 0x4c, 0x65, 0x35, 0x76, 0x55, 0x69, 0x37, 0x6d, 0x4c, 0x0d, 0x0a, 0x49, 0x6f, 0x32 -.byte 0x6c, 0x66, 0x6c, 0x4b, 0x2f, 0x36, 0x75, 0x74, 0x35, 0x64, 0x45, 0x34, 0x65, 0x63, 0x62, 0x37 -.byte 0x73, 0x72, 0x6e, 0x51, 0x78, 0x6e, 0x4b, 0x7a, 0x6e, 0x45, 0x44, 0x77, 0x57, 0x6b, 0x70, 0x4b -.byte 0x77, 0x32, 0x33, 0x72, 0x52, 0x66, 0x30, 0x71, 0x71, 0x38, 0x47, 0x5a, 0x72, 0x57, 0x49, 0x7a -.byte 0x5a, 0x65, 0x7a, 0x49, 0x74, 0x46, 0x6c, 0x7a, 0x36, 0x75, 0x71, 0x47, 0x35, 0x0d, 0x0a, 0x59 -.byte 0x52, 0x64, 0x73, 0x41, 0x53, 0x6e, 0x66, 0x34, 0x4a, 0x43, 0x78, 0x76, 0x6c, 0x38, 0x7a, 0x35 -.byte 0x39, 0x39, 0x70, 0x6c, 0x39, 0x6c, 0x70, 0x74, 0x31, 0x57, 0x4d, 0x6c, 0x38, 0x36, 0x2b, 0x43 -.byte 0x76, 0x4f, 0x35, 0x37, 0x4b, 0x67, 0x4f, 0x58, 0x51, 0x78, 0x45, 0x6e, 0x43, 0x69, 0x58, 0x56 -.byte 0x32, 0x62, 0x4f, 0x31, 0x65, 0x44, 0x68, 0x4b, 0x55, 0x64, 0x35, 0x6c, 0x71, 0x45, 0x59, 0x0d -.byte 0x0a, 0x43, 0x6f, 0x32, 0x2f, 0x72, 0x37, 0x59, 0x6d, 0x45, 0x45, 0x5a, 0x4b, 0x33, 0x2b, 0x53 -.byte 0x78, 0x45, 0x72, 0x64, 0x52, 0x57, 0x79, 0x43, 0x56, 0x64, 0x66, 0x63, 0x69, 0x5a, 0x48, 0x5a -.byte 0x55, 0x61, 0x33, 0x71, 0x42, 0x6c, 0x50, 0x4b, 0x2f, 0x43, 0x66, 0x5a, 0x74, 0x38, 0x57, 0x54 -.byte 0x6c, 0x64, 0x32, 0x4d, 0x45, 0x43, 0x46, 0x46, 0x64, 0x61, 0x59, 0x52, 0x6d, 0x33, 0x37, 0x53 -.byte 0x32, 0x0d, 0x0a, 0x4b, 0x74, 0x32, 0x45, 0x2f, 0x30, 0x74, 0x51, 0x73, 0x73, 0x79, 0x67, 0x48 -.byte 0x34, 0x69, 0x5a, 0x43, 0x4a, 0x73, 0x53, 0x61, 0x72, 0x36, 0x63, 0x76, 0x54, 0x58, 0x52, 0x69 -.byte 0x71, 0x6b, 0x44, 0x67, 0x70, 0x78, 0x45, 0x68, 0x37, 0x78, 0x66, 0x51, 0x51, 0x4b, 0x42, 0x67 -.byte 0x51, 0x43, 0x34, 0x65, 0x34, 0x7a, 0x74, 0x41, 0x68, 0x65, 0x39, 0x38, 0x4f, 0x58, 0x36, 0x77 -.byte 0x75, 0x30, 0x67, 0x0d, 0x0a, 0x6e, 0x31, 0x49, 0x72, 0x2b, 0x46, 0x4c, 0x48, 0x41, 0x30, 0x78 -.byte 0x53, 0x6a, 0x79, 0x44, 0x58, 0x77, 0x2b, 0x4e, 0x47, 0x72, 0x35, 0x43, 0x6a, 0x57, 0x31, 0x56 -.byte 0x46, 0x59, 0x33, 0x52, 0x6a, 0x71, 0x38, 0x49, 0x6a, 0x43, 0x50, 0x39, 0x4a, 0x41, 0x7a, 0x79 -.byte 0x73, 0x45, 0x55, 0x61, 0x72, 0x6f, 0x43, 0x4b, 0x4d, 0x34, 0x70, 0x2f, 0x68, 0x4d, 0x52, 0x72 -.byte 0x4a, 0x71, 0x77, 0x6f, 0x49, 0x0d, 0x0a, 0x65, 0x68, 0x75, 0x2b, 0x67, 0x50, 0x73, 0x68, 0x62 -.byte 0x76, 0x45, 0x43, 0x43, 0x46, 0x57, 0x42, 0x4a, 0x35, 0x78, 0x45, 0x78, 0x4b, 0x63, 0x2b, 0x6a -.byte 0x35, 0x31, 0x37, 0x66, 0x57, 0x5a, 0x64, 0x49, 0x56, 0x6c, 0x6d, 0x35, 0x48, 0x43, 0x33, 0x6a -.byte 0x57, 0x48, 0x58, 0x62, 0x6b, 0x6f, 0x78, 0x2b, 0x45, 0x6f, 0x64, 0x53, 0x41, 0x33, 0x32, 0x38 -.byte 0x70, 0x78, 0x32, 0x69, 0x38, 0x58, 0x62, 0x0d, 0x0a, 0x54, 0x4c, 0x2f, 0x67, 0x34, 0x7a, 0x6b -.byte 0x79, 0x65, 0x32, 0x46, 0x47, 0x6c, 0x64, 0x6b, 0x66, 0x57, 0x6d, 0x54, 0x64, 0x2b, 0x79, 0x63 -.byte 0x59, 0x32, 0x51, 0x4b, 0x42, 0x67, 0x51, 0x43, 0x33, 0x70, 0x55, 0x4b, 0x69, 0x67, 0x43, 0x58 -.byte 0x6d, 0x67, 0x4f, 0x65, 0x73, 0x5a, 0x68, 0x67, 0x78, 0x4e, 0x4a, 0x55, 0x45, 0x73, 0x43, 0x45 -.byte 0x59, 0x2b, 0x6c, 0x45, 0x32, 0x76, 0x6d, 0x72, 0x78, 0x0d, 0x0a, 0x48, 0x7a, 0x73, 0x76, 0x55 -.byte 0x44, 0x69, 0x54, 0x64, 0x48, 0x6e, 0x42, 0x33, 0x52, 0x4c, 0x45, 0x68, 0x63, 0x65, 0x44, 0x78 -.byte 0x58, 0x68, 0x37, 0x79, 0x71, 0x73, 0x79, 0x72, 0x72, 0x49, 0x7a, 0x6d, 0x61, 0x78, 0x35, 0x55 -.byte 0x55, 0x56, 0x79, 0x33, 0x79, 0x4d, 0x63, 0x79, 0x2b, 0x42, 0x4f, 0x4e, 0x2b, 0x31, 0x37, 0x2b -.byte 0x55, 0x50, 0x77, 0x50, 0x37, 0x52, 0x63, 0x44, 0x59, 0x33, 0x43, 0x0d, 0x0a, 0x53, 0x4a, 0x35 -.byte 0x74, 0x42, 0x79, 0x6d, 0x2f, 0x59, 0x65, 0x51, 0x62, 0x36, 0x67, 0x5a, 0x6b, 0x55, 0x4b, 0x30 -.byte 0x38, 0x75, 0x59, 0x32, 0x59, 0x70, 0x77, 0x7a, 0x33, 0x73, 0x36, 0x43, 0x78, 0x72, 0x74, 0x63 -.byte 0x5a, 0x68, 0x35, 0x5a, 0x2f, 0x59, 0x77, 0x48, 0x34, 0x66, 0x42, 0x35, 0x4f, 0x2b, 0x2b, 0x49 -.byte 0x75, 0x52, 0x32, 0x6f, 0x6b, 0x68, 0x61, 0x38, 0x42, 0x51, 0x7a, 0x69, 0x43, 0x0d, 0x0a, 0x49 -.byte 0x59, 0x6a, 0x31, 0x53, 0x57, 0x57, 0x7a, 0x34, 0x77, 0x4b, 0x42, 0x67, 0x46, 0x4b, 0x37, 0x33 -.byte 0x65, 0x79, 0x67, 0x70, 0x71, 0x4d, 0x68, 0x4f, 0x52, 0x4a, 0x6e, 0x66, 0x73, 0x37, 0x46, 0x68 -.byte 0x4b, 0x57, 0x42, 0x66, 0x53, 0x59, 0x52, 0x50, 0x5a, 0x59, 0x38, 0x36, 0x42, 0x36, 0x37, 0x6b -.byte 0x39, 0x36, 0x73, 0x64, 0x37, 0x49, 0x37, 0x45, 0x4a, 0x66, 0x49, 0x7a, 0x58, 0x61, 0x78, 0x0d -.byte 0x0a, 0x6e, 0x61, 0x50, 0x32, 0x73, 0x66, 0x34, 0x39, 0x66, 0x47, 0x55, 0x79, 0x62, 0x6a, 0x34 -.byte 0x6a, 0x31, 0x37, 0x72, 0x56, 0x47, 0x35, 0x78, 0x7a, 0x57, 0x43, 0x38, 0x66, 0x44, 0x4b, 0x58 -.byte 0x57, 0x6c, 0x55, 0x43, 0x76, 0x4f, 0x58, 0x43, 0x35, 0x2f, 0x30, 0x33, 0x4a, 0x44, 0x51, 0x65 -.byte 0x61, 0x43, 0x77, 0x50, 0x77, 0x4b, 0x59, 0x7a, 0x74, 0x2f, 0x56, 0x4e, 0x58, 0x58, 0x71, 0x50 -.byte 0x66, 0x0d, 0x0a, 0x67, 0x2b, 0x65, 0x59, 0x42, 0x56, 0x44, 0x63, 0x45, 0x41, 0x66, 0x38, 0x52 -.byte 0x7a, 0x76, 0x33, 0x76, 0x4d, 0x30, 0x36, 0x39, 0x6b, 0x42, 0x4d, 0x64, 0x34, 0x7a, 0x57, 0x6a -.byte 0x45, 0x6f, 0x59, 0x4e, 0x6d, 0x6b, 0x56, 0x6e, 0x68, 0x34, 0x63, 0x70, 0x50, 0x68, 0x78, 0x31 -.byte 0x57, 0x69, 0x78, 0x4d, 0x6c, 0x45, 0x33, 0x42, 0x45, 0x61, 0x70, 0x41, 0x6f, 0x47, 0x41, 0x52 -.byte 0x41, 0x52, 0x59, 0x0d, 0x0a, 0x58, 0x72, 0x6c, 0x5a, 0x30, 0x44, 0x71, 0x30, 0x45, 0x37, 0x30 -.byte 0x6f, 0x66, 0x71, 0x6a, 0x37, 0x2f, 0x47, 0x57, 0x44, 0x6a, 0x4b, 0x33, 0x42, 0x67, 0x4b, 0x59 -.byte 0x63, 0x45, 0x37, 0x77, 0x2b, 0x66, 0x6e, 0x4b, 0x57, 0x30, 0x62, 0x35, 0x56, 0x44, 0x6b, 0x46 -.byte 0x6b, 0x48, 0x78, 0x64, 0x78, 0x59, 0x74, 0x4f, 0x7a, 0x6f, 0x52, 0x33, 0x61, 0x4e, 0x49, 0x5a -.byte 0x52, 0x69, 0x42, 0x30, 0x46, 0x0d, 0x0a, 0x72, 0x56, 0x55, 0x31, 0x68, 0x4b, 0x73, 0x79, 0x5a -.byte 0x51, 0x72, 0x35, 0x77, 0x39, 0x36, 0x67, 0x2f, 0x63, 0x61, 0x2f, 0x71, 0x2b, 0x37, 0x63, 0x54 -.byte 0x53, 0x2f, 0x54, 0x37, 0x6a, 0x35, 0x5a, 0x4e, 0x77, 0x5a, 0x74, 0x4a, 0x75, 0x34, 0x4a, 0x76 -.byte 0x33, 0x44, 0x34, 0x39, 0x78, 0x53, 0x4f, 0x5a, 0x53, 0x78, 0x51, 0x54, 0x6c, 0x61, 0x6f, 0x7a -.byte 0x65, 0x46, 0x67, 0x78, 0x67, 0x35, 0x38, 0x0d, 0x0a, 0x71, 0x6e, 0x37, 0x32, 0x64, 0x61, 0x33 -.byte 0x6b, 0x33, 0x2f, 0x53, 0x51, 0x67, 0x53, 0x35, 0x33, 0x67, 0x69, 0x35, 0x2f, 0x47, 0x4a, 0x48 -.byte 0x4f, 0x31, 0x49, 0x66, 0x69, 0x47, 0x51, 0x68, 0x30, 0x6f, 0x6d, 0x79, 0x52, 0x31, 0x34, 0x4d -.byte 0x43, 0x67, 0x59, 0x42, 0x6c, 0x45, 0x32, 0x33, 0x38, 0x2f, 0x48, 0x2b, 0x50, 0x65, 0x54, 0x6c -.byte 0x50, 0x6f, 0x68, 0x56, 0x78, 0x78, 0x37, 0x62, 0x6d, 0x0d, 0x0a, 0x38, 0x65, 0x72, 0x4f, 0x41 -.byte 0x30, 0x4d, 0x41, 0x43, 0x32, 0x59, 0x55, 0x4e, 0x59, 0x59, 0x69, 0x35, 0x46, 0x78, 0x59, 0x6e -.byte 0x51, 0x71, 0x44, 0x49, 0x4d, 0x4d, 0x39, 0x69, 0x56, 0x5a, 0x57, 0x6c, 0x54, 0x68, 0x6b, 0x34 -.byte 0x51, 0x62, 0x6b, 0x71, 0x70, 0x6d, 0x4f, 0x4a, 0x34, 0x62, 0x50, 0x52, 0x78, 0x5a, 0x38, 0x49 -.byte 0x71, 0x71, 0x2f, 0x62, 0x4b, 0x55, 0x79, 0x59, 0x46, 0x50, 0x62, 0x0d, 0x0a, 0x57, 0x6f, 0x7a -.byte 0x4c, 0x6c, 0x70, 0x38, 0x30, 0x72, 0x41, 0x48, 0x58, 0x42, 0x74, 0x76, 0x61, 0x4e, 0x64, 0x44 -.byte 0x38, 0x6b, 0x70, 0x32, 0x69, 0x4a, 0x52, 0x38, 0x62, 0x49, 0x39, 0x57, 0x73, 0x4f, 0x75, 0x4a -.byte 0x70, 0x55, 0x37, 0x67, 0x69, 0x58, 0x55, 0x44, 0x72, 0x59, 0x67, 0x38, 0x66, 0x56, 0x30, 0x31 -.byte 0x72, 0x37, 0x78, 0x43, 0x4f, 0x58, 0x70, 0x41, 0x53, 0x4c, 0x44, 0x49, 0x4b, 0x0d, 0x0a, 0x78 -.byte 0x56, 0x41, 0x7a, 0x4e, 0x6f, 0x78, 0x75, 0x38, 0x38, 0x44, 0x5a, 0x52, 0x75, 0x70, 0x4d, 0x64 -.byte 0x44, 0x4d, 0x66, 0x43, 0x67, 0x3d, 0x3d, 0x0d, 0x0a, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x45, 0x4e -.byte 0x44, 0x20, 0x50, 0x52, 0x49, 0x56, 0x41, 0x54, 0x45, 0x20, 0x4b, 0x45, 0x59, 0x2d, 0x2d, 0x2d -.byte 0x2d, 0x2d, 0x0d, 0x0a, 0x00 - -.global _binary_client_key_end -_binary_client_key_end: /* for objcopy compatibility */ - - -.global client_key_length -client_key_length: /* not including null byte */ -.long 1732 diff --git a/ESP-IDF_mqtt-ssl/build/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/cmake_install.cmake deleted file mode 100644 index 987932f5d..000000000 --- a/ESP-IDF_mqtt-ssl/build/cmake_install.cmake +++ /dev/null @@ -1,62 +0,0 @@ -# Install script for directory: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/${CMAKE_INSTALL_MANIFEST}" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/ESP-IDF_mqtt-ssl/build/compile_commands.json b/ESP-IDF_mqtt-ssl/build/compile_commands.json deleted file mode 100644 index 7809af977..000000000 --- a/ESP-IDF_mqtt-ssl/build/compile_commands.json +++ /dev/null @@ -1,5210 +0,0 @@ -[ -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/pthread/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/cmock/CMock/src -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_jpeg/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ppa/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_ota/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/idf_test/include -IC:/Users/alex/esp/v5.4/esp-idf/components/idf_test/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/ieee802154/include -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider/include -IC:/Users/alex/esp/v5.4/esp-idf/components/rt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/include -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -o CMakeFiles\\ESP-IDF_mqtt-ssl.elf.dir\\project_elf_src_esp32c3.c.obj -c C:\\Users\\alex\\github\\ESP-Nodes\\ESP-IDF_mqtt-ssl\\build\\project_elf_src_esp32c3.c", - "file": "C:\\Users\\alex\\github\\ESP-Nodes\\ESP-IDF_mqtt-ssl\\build\\project_elf_src_esp32c3.c", - "output": "CMakeFiles\\ESP-IDF_mqtt-ssl.elf.dir\\project_elf_src_esp32c3.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/pthread/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/cmock/CMock/src -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_jpeg/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ppa/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_ota/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/idf_test/include -IC:/Users/alex/esp/v5.4/esp-idf/components/idf_test/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/ieee802154/include -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider/include -IC:/Users/alex/esp/v5.4/esp-idf/components/rt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/include -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main -o CMakeFiles\\ESP-IDF_mqtt-ssl.elf.dir\\client.crt.S.obj -c C:\\Users\\alex\\github\\ESP-Nodes\\ESP-IDF_mqtt-ssl\\build\\client.crt.S", - "file": "C:\\Users\\alex\\github\\ESP-Nodes\\ESP-IDF_mqtt-ssl\\build\\client.crt.S", - "output": "CMakeFiles\\ESP-IDF_mqtt-ssl.elf.dir\\client.crt.S.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/pthread/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/cmock/CMock/src -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_jpeg/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ppa/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_ota/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/idf_test/include -IC:/Users/alex/esp/v5.4/esp-idf/components/idf_test/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/ieee802154/include -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider/include -IC:/Users/alex/esp/v5.4/esp-idf/components/rt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/include -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main -o CMakeFiles\\ESP-IDF_mqtt-ssl.elf.dir\\client.key.S.obj -c C:\\Users\\alex\\github\\ESP-Nodes\\ESP-IDF_mqtt-ssl\\build\\client.key.S", - "file": "C:\\Users\\alex\\github\\ESP-Nodes\\ESP-IDF_mqtt-ssl\\build\\client.key.S", - "output": "CMakeFiles\\ESP-IDF_mqtt-ssl.elf.dir\\client.key.S.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/pthread/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/cmock/CMock/src -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_jpeg/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ppa/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_ota/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/idf_test/include -IC:/Users/alex/esp/v5.4/esp-idf/components/idf_test/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/ieee802154/include -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider/include -IC:/Users/alex/esp/v5.4/esp-idf/components/rt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/include -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main -o CMakeFiles\\ESP-IDF_mqtt-ssl.elf.dir\\mosquitto.org.crt.S.obj -c C:\\Users\\alex\\github\\ESP-Nodes\\ESP-IDF_mqtt-ssl\\build\\mosquitto.org.crt.S", - "file": "C:\\Users\\alex\\github\\ESP-Nodes\\ESP-IDF_mqtt-ssl\\build\\mosquitto.org.crt.S", - "output": "CMakeFiles\\ESP-IDF_mqtt-ssl.elf.dir\\mosquitto.org.crt.S.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/pthread/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/cmock/CMock/src -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_jpeg/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ppa/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_ota/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/idf_test/include -IC:/Users/alex/esp/v5.4/esp-idf/components/idf_test/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/ieee802154/include -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider/include -IC:/Users/alex/esp/v5.4/esp-idf/components/rt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/include -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main -o CMakeFiles\\ESP-IDF_mqtt-ssl.elf.dir\\broker.crt.S.obj -c C:\\Users\\alex\\github\\ESP-Nodes\\ESP-IDF_mqtt-ssl\\build\\broker.crt.S", - "file": "C:\\Users\\alex\\github\\ESP-Nodes\\ESP-IDF_mqtt-ssl\\build\\broker.crt.S", - "output": "CMakeFiles\\ESP-IDF_mqtt-ssl.elf.dir\\broker.crt.S.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\riscv\\CMakeFiles\\__idf_riscv.dir\\instruction_decode.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\riscv\\instruction_decode.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\riscv\\instruction_decode.c", - "output": "esp-idf\\riscv\\CMakeFiles\\__idf_riscv.dir\\instruction_decode.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\riscv\\CMakeFiles\\__idf_riscv.dir\\interrupt.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\riscv\\interrupt.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\riscv\\interrupt.c", - "output": "esp-idf\\riscv\\CMakeFiles\\__idf_riscv.dir\\interrupt.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf\\riscv\\CMakeFiles\\__idf_riscv.dir\\vectors.S.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\riscv\\vectors.S", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\riscv\\vectors.S", - "output": "esp-idf\\riscv\\CMakeFiles\\__idf_riscv.dir\\vectors.S.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\riscv\\CMakeFiles\\__idf_riscv.dir\\interrupt_intc.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\riscv\\interrupt_intc.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\riscv\\interrupt_intc.c", - "output": "esp-idf\\riscv\\CMakeFiles\\__idf_riscv.dir\\interrupt_intc.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf\\riscv\\CMakeFiles\\__idf_riscv.dir\\vectors_intc.S.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\riscv\\vectors_intc.S", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\riscv\\vectors_intc.S", - "output": "esp-idf\\riscv\\CMakeFiles\\__idf_riscv.dir\\vectors_intc.S.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_gpio\\CMakeFiles\\__idf_esp_driver_gpio.dir\\src\\gpio.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_gpio\\src\\gpio.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_gpio\\src\\gpio.c", - "output": "esp-idf\\esp_driver_gpio\\CMakeFiles\\__idf_esp_driver_gpio.dir\\src\\gpio.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_gpio\\CMakeFiles\\__idf_esp_driver_gpio.dir\\src\\gpio_glitch_filter_ops.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_gpio\\src\\gpio_glitch_filter_ops.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_gpio\\src\\gpio_glitch_filter_ops.c", - "output": "esp-idf\\esp_driver_gpio\\CMakeFiles\\__idf_esp_driver_gpio.dir\\src\\gpio_glitch_filter_ops.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_gpio\\CMakeFiles\\__idf_esp_driver_gpio.dir\\src\\rtc_io.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_gpio\\src\\rtc_io.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_gpio\\src\\rtc_io.c", - "output": "esp-idf\\esp_driver_gpio\\CMakeFiles\\__idf_esp_driver_gpio.dir\\src\\rtc_io.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_gpio\\CMakeFiles\\__idf_esp_driver_gpio.dir\\src\\dedic_gpio.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_gpio\\src\\dedic_gpio.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_gpio\\src\\dedic_gpio.c", - "output": "esp-idf\\esp_driver_gpio\\CMakeFiles\\__idf_esp_driver_gpio.dir\\src\\dedic_gpio.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_gpio\\CMakeFiles\\__idf_esp_driver_gpio.dir\\src\\gpio_pin_glitch_filter.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_gpio\\src\\gpio_pin_glitch_filter.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_gpio\\src\\gpio_pin_glitch_filter.c", - "output": "esp-idf\\esp_driver_gpio\\CMakeFiles\\__idf_esp_driver_gpio.dir\\src\\gpio_pin_glitch_filter.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_pm\\CMakeFiles\\__idf_esp_pm.dir\\pm_locks.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_pm\\pm_locks.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_pm\\pm_locks.c", - "output": "esp-idf\\esp_pm\\CMakeFiles\\__idf_esp_pm.dir\\pm_locks.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_pm\\CMakeFiles\\__idf_esp_pm.dir\\pm_trace.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_pm\\pm_trace.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_pm\\pm_trace.c", - "output": "esp-idf\\esp_pm\\CMakeFiles\\__idf_esp_pm.dir\\pm_trace.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_pm\\CMakeFiles\\__idf_esp_pm.dir\\pm_impl.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_pm\\pm_impl.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_pm\\pm_impl.c", - "output": "esp-idf\\esp_pm\\CMakeFiles\\__idf_esp_pm.dir\\pm_impl.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\esp_crt_bundle\\esp_crt_bundle.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf\\mbedtls\\CMakeFiles\\__idf_mbedtls.dir\\__\\__\\x509_crt_bundle.S.obj -c C:\\Users\\alex\\github\\ESP-Nodes\\ESP-IDF_mqtt-ssl\\build\\x509_crt_bundle.S", - "file": "C:\\Users\\alex\\github\\ESP-Nodes\\ESP-IDF_mqtt-ssl\\build\\x509_crt_bundle.S", - "output": "esp-idf\\mbedtls\\CMakeFiles\\__idf_mbedtls.dir\\__\\__\\x509_crt_bundle.S.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\3rdparty\\everest\\CMakeFiles\\everest.dir\\library\\everest.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\3rdparty\\everest\\library\\everest.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\3rdparty\\everest\\CMakeFiles\\everest.dir\\library\\x25519.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\3rdparty\\everest\\library\\x25519.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\3rdparty\\everest\\library\\Hacl_Curve25519_joined.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\3rdparty\\p256-m\\p256-m_driver_entrypoints.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\3rdparty\\p256-m\\p256-m\\p256-m.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\aes.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\aes.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\aes.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\aes.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\aesni.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\aesni.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\aesni.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\aesni.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\aesce.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\aesce.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\aesce.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\aesce.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\aria.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\aria.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\aria.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\aria.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\asn1parse.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\asn1parse.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\asn1parse.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\asn1parse.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\asn1write.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\asn1write.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\asn1write.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\asn1write.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\base64.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\base64.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\base64.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\base64.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\bignum.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\bignum.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\bignum.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\bignum.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\bignum_core.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\bignum_core.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\bignum_core.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\bignum_core.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\bignum_mod.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\bignum_mod.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\bignum_mod.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\bignum_mod.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\bignum_mod_raw.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\bignum_mod_raw.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\block_cipher.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\block_cipher.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\block_cipher.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\block_cipher.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\camellia.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\camellia.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\camellia.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\camellia.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ccm.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ccm.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ccm.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ccm.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\chacha20.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\chacha20.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\chacha20.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\chacha20.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\chachapoly.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\chachapoly.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\chachapoly.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\chachapoly.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\cipher.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\cipher.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\cipher.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\cipher.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\cipher_wrap.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\cipher_wrap.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\cipher_wrap.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\cipher_wrap.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\constant_time.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\constant_time.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\constant_time.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\constant_time.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\cmac.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\cmac.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\cmac.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\cmac.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ctr_drbg.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ctr_drbg.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ctr_drbg.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ctr_drbg.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\des.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\des.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\des.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\des.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\dhm.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\dhm.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\dhm.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\dhm.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecdh.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecdh.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecdh.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecdh.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecdsa.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecdsa.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecdsa.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecdsa.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecjpake.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecjpake.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecjpake.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecjpake.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecp.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecp.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecp.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecp.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecp_curves.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecp_curves.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecp_curves.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecp_curves.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecp_curves_new.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecp_curves_new.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\entropy.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\entropy.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\entropy.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\entropy.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\entropy_poll.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\entropy_poll.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\entropy_poll.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\entropy_poll.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\error.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\error.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\error.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\error.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\gcm.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\gcm.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\gcm.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\gcm.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\hkdf.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\hkdf.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\hkdf.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\hkdf.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\hmac_drbg.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\hmac_drbg.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\hmac_drbg.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\hmac_drbg.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\lmots.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\lmots.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\lmots.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\lmots.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\lms.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\lms.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\lms.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\lms.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\md.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\md.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\md.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\md.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\md5.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\md5.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\md5.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\md5.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\memory_buffer_alloc.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\memory_buffer_alloc.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\nist_kw.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\nist_kw.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\nist_kw.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\nist_kw.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\oid.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\oid.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\oid.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\oid.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\padlock.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\padlock.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\padlock.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\padlock.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pem.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pem.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pem.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pem.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pk.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pk.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pk.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pk.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pk_ecc.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pk_ecc.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pk_ecc.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pk_ecc.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pk_wrap.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pk_wrap.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pk_wrap.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pk_wrap.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pkcs12.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkcs12.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkcs12.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pkcs12.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pkcs5.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkcs5.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkcs5.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pkcs5.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pkparse.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkparse.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkparse.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pkparse.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pkwrite.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkwrite.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkwrite.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pkwrite.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\platform.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\platform.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\platform.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\platform.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\platform_util.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\platform_util.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\platform_util.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\platform_util.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\poly1305.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\poly1305.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\poly1305.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\poly1305.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_aead.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_aead.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_cipher.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_cipher.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_client.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_client.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_driver_wrappers_no_static.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_ecp.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_ecp.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_ffdh.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_ffdh.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_hash.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_hash.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_mac.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_mac.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_pake.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_pake.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_rsa.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_rsa.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_se.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_se.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_slot_management.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_slot_management.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_storage.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_storage.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_its_file.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_its_file.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_util.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_util.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_util.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_util.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ripemd160.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ripemd160.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ripemd160.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ripemd160.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\rsa.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\rsa.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\rsa.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\rsa.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\rsa_alt_helpers.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\rsa_alt_helpers.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\sha1.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\sha1.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\sha1.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\sha1.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\sha256.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\sha256.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\sha256.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\sha256.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\sha512.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\sha512.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\sha512.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\sha512.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\sha3.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\sha3.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\sha3.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\sha3.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\threading.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\threading.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\threading.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\threading.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\timing.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\timing.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\timing.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\timing.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\version.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\version.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\version.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\version.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\version_features.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\version_features.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\version_features.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\version_features.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\sha\\dma\\esp_sha_gdma_impl.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\sha\\dma\\esp_sha_gdma_impl.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\sha\\dma\\esp_sha_gdma_impl.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\sha\\dma\\esp_sha_gdma_impl.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\aes\\dma\\esp_aes_gdma_impl.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\aes\\dma\\esp_aes_gdma_impl.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\aes\\dma\\esp_aes_gdma_impl.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\aes\\dma\\esp_aes_gdma_impl.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\aes\\dma\\esp_aes_dma_core.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\aes\\dma\\esp_aes_dma_core.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\aes\\dma\\esp_aes_dma_core.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\aes\\dma\\esp_aes_dma_core.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\crypto_shared_gdma\\esp_crypto_shared_gdma.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\crypto_shared_gdma\\esp_crypto_shared_gdma.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\crypto_shared_gdma\\esp_crypto_shared_gdma.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\crypto_shared_gdma\\esp_crypto_shared_gdma.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\esp_hardware.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\esp_hardware.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\esp_hardware.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\esp_hardware.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\esp_mem.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\esp_mem.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\esp_mem.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\esp_mem.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\esp_timing.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\esp_timing.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\esp_timing.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\esp_timing.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_xts.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_xts.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_xts.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_xts.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_common.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_common.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_common.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\aes\\dma\\esp_aes.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\aes\\dma\\esp_aes.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\aes\\dma\\esp_aes.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\aes\\dma\\esp_aes.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\sha\\esp_sha.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\sha\\esp_sha.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\sha\\esp_sha.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\sha\\esp_sha.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\sha\\dma\\sha.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\sha\\dma\\sha.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\sha\\dma\\sha.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\sha\\dma\\sha.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\esp_ds\\esp_rsa_sign_alt.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\esp_ds\\esp_rsa_sign_alt.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\esp_ds\\esp_rsa_sign_alt.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\esp_ds\\esp_rsa_sign_alt.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\bignum\\esp_bignum.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\bignum\\esp_bignum.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\bignum\\esp_bignum.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\bignum\\esp_bignum.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\bignum\\bignum_alt.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\bignum\\bignum_alt.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\bignum\\bignum_alt.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\bignum\\bignum_alt.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\sha\\dma\\esp_sha1.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\sha\\dma\\esp_sha1.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\sha\\dma\\esp_sha1.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\sha\\dma\\esp_sha1.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\sha\\dma\\esp_sha256.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\sha\\dma\\esp_sha256.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\sha\\dma\\esp_sha256.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\sha\\dma\\esp_sha256.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\sha\\dma\\esp_sha512.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\sha\\dma\\esp_sha512.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\sha\\dma\\esp_sha512.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\sha\\dma\\esp_sha512.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_gcm.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_gcm.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_gcm.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_gcm.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\md\\esp_md.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\md\\esp_md.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\md\\esp_md.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\md\\esp_md.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\pkcs7.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkcs7.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkcs7.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\pkcs7.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509_create.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509_create.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509_create.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509_create.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509_crl.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509_crl.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509_crl.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509_crl.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509_crt.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509_crt.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509_crt.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509_crt.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509_csr.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509_csr.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509_csr.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509_csr.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509write.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509write.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509write.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509write.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509write_crt.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509write_crt.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509write_crt.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509write_crt.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509write_csr.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509write_csr.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509write_csr.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509write_csr.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\debug.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\debug.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\debug.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\debug.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\mps_reader.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\mps_reader.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\mps_reader.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\mps_reader.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\mps_trace.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\mps_trace.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\mps_trace.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\mps_trace.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_cache.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_cache.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_cache.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_cache.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_ciphersuites.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_ciphersuites.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_ciphersuites.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_ciphersuites.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_client.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_client.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_client.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_client.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_cookie.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_cookie.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_cookie.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_cookie.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_debug_helpers_generated.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_debug_helpers_generated.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_msg.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_msg.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_msg.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_msg.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_ticket.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_ticket.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_ticket.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_ticket.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls12_client.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls12_client.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls12_server.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls12_server.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls13_keys.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls13_keys.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls13_server.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls13_server.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls13_client.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls13_client.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls13_generic.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls13_generic.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\mbedtls_debug.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\mbedtls_debug.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\mbedtls_debug.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\mbedtls_debug.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\esp_platform_time.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\esp_platform_time.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\esp_platform_time.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\esp_platform_time.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\net_sockets.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\net_sockets.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\net_sockets.c", - "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\C_\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mbedtls\\port\\net_sockets.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D PROJECT_NAME=\\\"ESP-IDF_mqtt-ssl\\\" -DPROJECT_VER=\\\"ESP32-Node_Switch-v2.7-4742-g10\\\" -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_app_format\\esp_app_desc.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_bootloader_format\\CMakeFiles\\__idf_esp_bootloader_format.dir\\esp_bootloader_desc.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_bootloader_format\\esp_bootloader_desc.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_bootloader_format\\esp_bootloader_desc.c", - "output": "esp-idf\\esp_bootloader_format\\CMakeFiles\\__idf_esp_bootloader_format.dir\\esp_bootloader_desc.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\app_update\\CMakeFiles\\__idf_app_update.dir\\esp_ota_ops.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\app_update\\esp_ota_ops.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\app_update\\esp_ota_app_desc.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_partition\\CMakeFiles\\__idf_esp_partition.dir\\partition.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_partition\\partition.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_partition\\partition.c", - "output": "esp-idf\\esp_partition\\CMakeFiles\\__idf_esp_partition.dir\\partition.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_partition\\CMakeFiles\\__idf_esp_partition.dir\\partition_target.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_partition\\partition_target.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_partition\\partition_target.c", - "output": "esp-idf\\esp_partition\\CMakeFiles\\__idf_esp_partition.dir\\partition_target.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32c3\\esp_efuse_table.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\esp32c3\\esp_efuse_table.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\esp32c3\\esp_efuse_table.c", - "output": "esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32c3\\esp_efuse_table.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32c3\\esp_efuse_fields.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\esp32c3\\esp_efuse_fields.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\esp32c3\\esp_efuse_fields.c", - "output": "esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32c3\\esp_efuse_fields.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32c3\\esp_efuse_rtc_calib.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\esp32c3\\esp_efuse_rtc_calib.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\esp32c3\\esp_efuse_rtc_calib.c", - "output": "esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32c3\\esp_efuse_rtc_calib.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32c3\\esp_efuse_utility.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\esp32c3\\esp_efuse_utility.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\esp32c3\\esp_efuse_utility.c", - "output": "esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32c3\\esp_efuse_utility.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\esp_efuse_api.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\src\\esp_efuse_api.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\esp_efuse_fields.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\src\\esp_efuse_fields.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\esp_efuse_utility.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\src\\esp_efuse_utility.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\efuse_controller\\keys\\with_key_purposes\\esp_efuse_api_key.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\src\\efuse_controller\\keys\\with_key_purposes\\esp_efuse_api_key.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\src\\efuse_controller\\keys\\with_key_purposes\\esp_efuse_api_key.c", - "output": "esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\efuse_controller\\keys\\with_key_purposes\\esp_efuse_api_key.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\esp_efuse_startup.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\src\\esp_efuse_startup.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\efuse\\src\\esp_efuse_startup.c", - "output": "esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\esp_efuse_startup.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_common.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\bootloader_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\bootloader_common_loader.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\bootloader_clock_init.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_mem.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\bootloader_mem.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_random.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\bootloader_random.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_efuse.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\bootloader_efuse.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\flash_encrypt.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\flash_encrypt.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\secure_boot.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\secure_boot.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_random_esp32c3.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\bootloader_random_esp32c3.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\bootloader_random_esp32c3.c", - "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_random_esp32c3.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\bootloader_flash.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\flash_qio_mode.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\bootloader_flash\\src\\bootloader_flash_config_esp32c3.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\bootloader_flash_config_esp32c3.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\bootloader_flash_config_esp32c3.c", - "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\bootloader_flash\\src\\bootloader_flash_config_esp32c3.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_utility.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\bootloader_utility.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\flash_partitions.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\flash_partitions.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\esp_image_format.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\idf\\bootloader_sha.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\esp32c3\\secure_boot_secure_features.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\esp32c3\\secure_boot_secure_features.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\bootloader_support\\src\\esp32c3\\secure_boot_secure_features.c", - "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\esp32c3\\secure_boot_secure_features.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_mm\\CMakeFiles\\__idf_esp_mm.dir\\esp_mmu_map.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_mm\\esp_mmu_map.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_mm\\CMakeFiles\\__idf_esp_mm.dir\\port\\esp32c3\\ext_mem_layout.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_mm\\port\\esp32c3\\ext_mem_layout.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_mm\\port\\esp32c3\\ext_mem_layout.c", - "output": "esp-idf\\esp_mm\\CMakeFiles\\__idf_esp_mm.dir\\port\\esp32c3\\ext_mem_layout.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_mm\\CMakeFiles\\__idf_esp_mm.dir\\esp_cache.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_mm\\esp_cache.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_mm\\esp_cache.c", - "output": "esp-idf\\esp_mm\\CMakeFiles\\__idf_esp_mm.dir\\esp_cache.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_mm\\CMakeFiles\\__idf_esp_mm.dir\\heap_align_hw.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_mm\\heap_align_hw.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_mm\\heap_align_hw.c", - "output": "esp-idf\\esp_mm\\CMakeFiles\\__idf_esp_mm.dir\\heap_align_hw.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\flash_brownout_hook.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\spi_flash\\flash_brownout_hook.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_drivers.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\spi_flash\\spi_flash_chip_drivers.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_generic.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\spi_flash\\spi_flash_chip_generic.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_issi.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\spi_flash\\spi_flash_chip_issi.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_mxic.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\spi_flash\\spi_flash_chip_mxic.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_gd.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\spi_flash\\spi_flash_chip_gd.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_winbond.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\spi_flash\\spi_flash_chip_winbond.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_boya.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\spi_flash\\spi_flash_chip_boya.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_mxic_opi.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\spi_flash\\spi_flash_chip_mxic_opi.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_th.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\spi_flash\\spi_flash_chip_th.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\memspi_host_driver.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\spi_flash\\memspi_host_driver.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -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\\alex\\esp\\v5.4\\esp-idf\\components\\spi_flash\\cache_utils.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\spi_flash\\cache_utils.c", - "output": "esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\cache_utils.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -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\\alex\\esp\\v5.4\\esp-idf\\components\\spi_flash\\flash_mmap.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\spi_flash\\flash_mmap.c", - "output": "esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\flash_mmap.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -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\\alex\\esp\\v5.4\\esp-idf\\components\\spi_flash\\flash_ops.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\spi_flash\\flash_ops.c", - "output": "esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\flash_ops.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -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\\alex\\esp\\v5.4\\esp-idf\\components\\spi_flash\\spi_flash_wrap.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -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\\alex\\esp\\v5.4\\esp-idf\\components\\spi_flash\\esp_flash_api.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -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\\alex\\esp\\v5.4\\esp-idf\\components\\spi_flash\\esp_flash_spi_init.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -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\\alex\\esp\\v5.4\\esp-idf\\components\\spi_flash\\spi_flash_os_func_app.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -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\\alex\\esp\\v5.4\\esp-idf\\components\\spi_flash\\spi_flash_os_func_noos.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\esp_err.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\esp_err.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\esp_err.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\esp_err.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\crosscore_int.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\crosscore_int.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\crosscore_int.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\crosscore_int.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\esp_ipc.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\esp_ipc.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\esp_ipc.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\esp_ipc.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\freertos_hooks.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\freertos_hooks.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\freertos_hooks.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\freertos_hooks.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\int_wdt.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\int_wdt.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\int_wdt.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\int_wdt.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\panic.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\panic.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\panic.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\panic.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\esp_system.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\esp_system.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\esp_system.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\esp_system.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\startup.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\startup.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\startup.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\startup_funcs.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\startup_funcs.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\startup_funcs.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\startup_funcs.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\system_time.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\system_time.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\system_time.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\system_time.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\stack_check.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\stack_check.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\stack_check.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\ubsan.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\ubsan.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\ubsan.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\ubsan.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\xt_wdt.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\xt_wdt.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\xt_wdt.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\xt_wdt.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\task_wdt\\task_wdt.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\task_wdt\\task_wdt_impl_timergroup.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\hw_stack_guard.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\hw_stack_guard.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\hw_stack_guard.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\hw_stack_guard.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-stack-protector -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\cpu_start.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\port\\cpu_start.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\panic_handler.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\port\\panic_handler.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\port\\esp_system_chip.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\image_process.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\port\\image_process.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\port\\image_process.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\image_process.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\brownout.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\port\\brownout.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\port\\brownout.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\brownout.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\riscv\\expression_with_stack.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\port\\arch\\riscv\\expression_with_stack.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\port\\arch\\riscv\\expression_with_stack.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\riscv\\expression_with_stack.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\riscv\\panic_arch.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\port\\arch\\riscv\\panic_arch.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\port\\arch\\riscv\\panic_arch.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\riscv\\panic_arch.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\riscv\\debug_helpers.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\port\\arch\\riscv\\debug_helpers.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\port\\arch\\riscv\\debug_helpers.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\riscv\\debug_helpers.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\riscv\\debug_stubs.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\port\\arch\\riscv\\debug_stubs.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\port\\arch\\riscv\\debug_stubs.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\riscv\\debug_stubs.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\soc\\esp32c3\\clk.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\port\\soc\\esp32c3\\clk.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\port\\soc\\esp32c3\\clk.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\soc\\esp32c3\\clk.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\soc\\esp32c3\\reset_reason.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\port\\soc\\esp32c3\\reset_reason.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\port\\soc\\esp32c3\\reset_reason.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\soc\\esp32c3\\reset_reason.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\soc\\esp32c3\\system_internal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\port\\soc\\esp32c3\\system_internal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\port\\soc\\esp32c3\\system_internal.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\soc\\esp32c3\\system_internal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\soc\\esp32c3\\cache_err_int.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\port\\soc\\esp32c3\\cache_err_int.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\port\\soc\\esp32c3\\cache_err_int.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\soc\\esp32c3\\cache_err_int.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\soc\\esp32c3\\apb_backup_dma.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\port\\soc\\esp32c3\\apb_backup_dma.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_system\\port\\soc\\esp32c3\\apb_backup_dma.c", - "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\soc\\esp32c3\\apb_backup_dma.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_ota/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_common\\src\\esp_err_to_name.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_rom\\patches\\esp_rom_sys.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_print.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_rom\\patches\\esp_rom_print.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_rom\\patches\\esp_rom_print.c", - "output": "esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_print.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_rom\\patches\\esp_rom_crc.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_rom\\patches\\esp_rom_uart.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_rom\\patches\\esp_rom_spiflash.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_rom\\patches\\esp_rom_efuse.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_rom\\patches\\esp_rom_gpio.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_systimer.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_rom\\patches\\esp_rom_systimer.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_rom\\patches\\esp_rom_systimer.c", - "output": "esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_systimer.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\hal_utils.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\hal_utils.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\hal_utils.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\hal_utils.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\efuse_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\efuse_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\efuse_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\efuse_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32c3\\efuse_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\esp32c3\\efuse_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\esp32c3\\efuse_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32c3\\efuse_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\wdt_hal_iram.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\wdt_hal_iram.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\wdt_hal_iram.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\wdt_hal_iram.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\mmu_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\mmu_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\mmu_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\mmu_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\cache_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\cache_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\cache_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\cache_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\color_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\color_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\color_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\color_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_flash_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\spi_flash_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\spi_flash_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_flash_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_flash_hal_iram.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\spi_flash_hal_iram.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_flash_encrypt_hal_iram.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\spi_flash_encrypt_hal_iram.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32c3\\clk_tree_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\esp32c3\\clk_tree_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\esp32c3\\clk_tree_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32c3\\clk_tree_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\systimer_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\systimer_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\systimer_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\systimer_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\uart_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\uart_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\uart_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\uart_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\uart_hal_iram.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\uart_hal_iram.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\uart_hal_iram.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\uart_hal_iram.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\gpio_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\gpio_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\gpio_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\gpio_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\timer_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\timer_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\timer_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\timer_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\ledc_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\ledc_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\ledc_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\ledc_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\ledc_hal_iram.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\ledc_hal_iram.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\ledc_hal_iram.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\ledc_hal_iram.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\i2c_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\i2c_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\i2c_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\i2c_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\i2c_hal_iram.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\i2c_hal_iram.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\i2c_hal_iram.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\i2c_hal_iram.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\rmt_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\rmt_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\rmt_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\rmt_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\twai_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\twai_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\twai_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\twai_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\twai_hal_iram.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\twai_hal_iram.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\twai_hal_iram.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\twai_hal_iram.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\gdma_hal_top.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\gdma_hal_top.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\gdma_hal_top.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\gdma_hal_top.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\gdma_hal_ahb_v1.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\gdma_hal_ahb_v1.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\gdma_hal_ahb_v1.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\gdma_hal_ahb_v1.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\i2s_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\i2s_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\i2s_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\i2s_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\sdm_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\sdm_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\sdm_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\sdm_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\adc_hal_common.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\adc_hal_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\adc_hal_common.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\adc_hal_common.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\adc_oneshot_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\adc_oneshot_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\adc_oneshot_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\adc_oneshot_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\adc_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\adc_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\adc_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\adc_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\mpi_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\mpi_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\mpi_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\mpi_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\sha_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\sha_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\sha_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\sha_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\aes_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\aes_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\aes_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\aes_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\brownout_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\brownout_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\brownout_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\brownout_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\spi_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\spi_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_hal_iram.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\spi_hal_iram.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\spi_hal_iram.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_hal_iram.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_slave_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\spi_slave_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\spi_slave_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_slave_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_slave_hal_iram.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\spi_slave_hal_iram.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_slave_hd_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\spi_slave_hd_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\spi_slave_hd_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_slave_hd_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_flash_hal_gpspi.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\spi_flash_hal_gpspi.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\spi_flash_hal_gpspi.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_flash_hal_gpspi.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\hmac_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\hmac_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\hmac_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\hmac_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\ds_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\ds_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\ds_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\ds_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\usb_serial_jtag_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\usb_serial_jtag_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\usb_serial_jtag_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\usb_serial_jtag_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\xt_wdt_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\xt_wdt_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\xt_wdt_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\xt_wdt_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32c3\\rtc_cntl_hal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\esp32c3\\rtc_cntl_hal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\hal\\esp32c3\\rtc_cntl_hal.c", - "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32c3\\rtc_cntl_hal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\log\\CMakeFiles\\__idf_log.dir\\src\\os\\log_timestamp.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\os\\log_timestamp.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\os\\log_timestamp.c", - "output": "esp-idf\\log\\CMakeFiles\\__idf_log.dir\\src\\os\\log_timestamp.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\log\\CMakeFiles\\__idf_log.dir\\src\\log_timestamp_common.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\log_timestamp_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\log_timestamp_common.c", - "output": "esp-idf\\log\\CMakeFiles\\__idf_log.dir\\src\\log_timestamp_common.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\log\\CMakeFiles\\__idf_log.dir\\src\\os\\log_lock.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\os\\log_lock.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\os\\log_lock.c", - "output": "esp-idf\\log\\CMakeFiles\\__idf_log.dir\\src\\os\\log_lock.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\log\\CMakeFiles\\__idf_log.dir\\src\\os\\log_write.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\os\\log_write.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\os\\log_write.c", - "output": "esp-idf\\log\\CMakeFiles\\__idf_log.dir\\src\\os\\log_write.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\log\\CMakeFiles\\__idf_log.dir\\src\\buffer\\log_buffers.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\buffer\\log_buffers.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\buffer\\log_buffers.c", - "output": "esp-idf\\log\\CMakeFiles\\__idf_log.dir\\src\\buffer\\log_buffers.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\log\\CMakeFiles\\__idf_log.dir\\src\\util.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\util.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\util.c", - "output": "esp-idf\\log\\CMakeFiles\\__idf_log.dir\\src\\util.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\log\\CMakeFiles\\__idf_log.dir\\src\\log_level\\log_level.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\log_level\\log_level.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\log_level\\log_level.c", - "output": "esp-idf\\log\\CMakeFiles\\__idf_log.dir\\src\\log_level\\log_level.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\log\\CMakeFiles\\__idf_log.dir\\src\\log_level\\tag_log_level\\tag_log_level.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\log_level\\tag_log_level\\tag_log_level.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\log_level\\tag_log_level\\tag_log_level.c", - "output": "esp-idf\\log\\CMakeFiles\\__idf_log.dir\\src\\log_level\\tag_log_level\\tag_log_level.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\log\\CMakeFiles\\__idf_log.dir\\src\\log_level\\tag_log_level\\linked_list\\log_linked_list.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\log_level\\tag_log_level\\linked_list\\log_linked_list.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\log_level\\tag_log_level\\linked_list\\log_linked_list.c", - "output": "esp-idf\\log\\CMakeFiles\\__idf_log.dir\\src\\log_level\\tag_log_level\\linked_list\\log_linked_list.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\log\\CMakeFiles\\__idf_log.dir\\src\\log_level\\tag_log_level\\cache\\log_binary_heap.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\log_level\\tag_log_level\\cache\\log_binary_heap.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\log\\src\\log_level\\tag_log_level\\cache\\log_binary_heap.c", - "output": "esp-idf\\log\\CMakeFiles\\__idf_log.dir\\src\\log_level\\tag_log_level\\cache\\log_binary_heap.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\heap\\heap_caps_base.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\heap\\heap_caps_base.c", - "output": "esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\heap_caps_base.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS -o esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\heap_caps.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\heap\\heap_caps.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\heap\\heap_caps.c", - "output": "esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\heap_caps.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\heap\\heap_caps_init.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\heap\\heap_caps_init.c", - "output": "esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\heap_caps_init.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS -o esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\multi_heap.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\heap\\multi_heap.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\heap\\multi_heap.c", - "output": "esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\multi_heap.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS -o esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\tlsf\\tlsf.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\heap\\tlsf\\tlsf.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\heap\\tlsf\\tlsf.c", - "output": "esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\tlsf\\tlsf.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\heap\\port\\memory_layout_utils.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS -o esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\port\\esp32c3\\memory_layout.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\heap\\port\\esp32c3\\memory_layout.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\heap\\port\\esp32c3\\memory_layout.c", - "output": "esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\port\\esp32c3\\memory_layout.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\lldesc.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\lldesc.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\lldesc.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\lldesc.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\dport_access_common.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\dport_access_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\dport_access_common.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\dport_access_common.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\interrupts.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\interrupts.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\interrupts.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\interrupts.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\gpio_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\gpio_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\gpio_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\gpio_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\uart_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\uart_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\uart_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\uart_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\adc_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\adc_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\adc_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\adc_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\dedic_gpio_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\dedic_gpio_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\dedic_gpio_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\dedic_gpio_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\gdma_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\gdma_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\gdma_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\gdma_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\spi_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\spi_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\spi_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\spi_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\ledc_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\ledc_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\ledc_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\ledc_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\rmt_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\rmt_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\rmt_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\rmt_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\sdm_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\sdm_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\sdm_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\sdm_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\i2s_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\i2s_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\i2s_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\i2s_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\i2c_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\i2c_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\i2c_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\i2c_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\temperature_sensor_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\temperature_sensor_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\temperature_sensor_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\temperature_sensor_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\timer_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\timer_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\timer_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\timer_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\mpi_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\mpi_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\mpi_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\mpi_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\twai_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\twai_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\twai_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\twai_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\wdt_periph.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\wdt_periph.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\soc\\esp32c3\\wdt_periph.c", - "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32c3\\wdt_periph.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/src/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_security\\CMakeFiles\\__idf_esp_security.dir\\src\\init.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_security\\src\\init.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_security\\src\\init.c", - "output": "esp-idf\\esp_security\\CMakeFiles\\__idf_esp_security.dir\\src\\init.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/src/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_security\\CMakeFiles\\__idf_esp_security.dir\\src\\esp_hmac.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_security\\src\\esp_hmac.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_security\\src\\esp_hmac.c", - "output": "esp-idf\\esp_security\\CMakeFiles\\__idf_esp_security.dir\\src\\esp_hmac.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/src/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_security\\CMakeFiles\\__idf_esp_security.dir\\src\\esp_ds.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_security\\src\\esp_ds.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_security\\src\\esp_ds.c", - "output": "esp-idf\\esp_security\\CMakeFiles\\__idf_esp_security.dir\\src\\esp_ds.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/src/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_security\\CMakeFiles\\__idf_esp_security.dir\\src\\esp_crypto_lock.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_security\\src\\esp_crypto_lock.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_security\\src\\esp_crypto_lock.c", - "output": "esp-idf\\esp_security\\CMakeFiles\\__idf_esp_security.dir\\src\\esp_crypto_lock.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\cpu.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\cpu.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\esp_cpu_intr.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\esp_cpu_intr.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\esp_cpu_intr.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\esp_cpu_intr.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\esp_memory_utils.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\esp_memory_utils.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\cpu_region_protect.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\cpu_region_protect.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\cpu_region_protect.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\cpu_region_protect.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\esp_clk.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\esp_clk.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\clk_ctrl_os.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\clk_ctrl_os.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\hw_random.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\hw_random.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\intr_alloc.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\intr_alloc.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\mac_addr.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\mac_addr.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\periph_ctrl.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\periph_ctrl.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\revision.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\revision.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\rtc_module.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\rtc_module.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sleep_modem.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\sleep_modem.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sleep_modes.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\sleep_modes.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sleep_console.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\sleep_console.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sleep_gpio.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\sleep_gpio.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sleep_event.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\sleep_event.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\regi2c_ctrl.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\regi2c_ctrl.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\esp_gpio_reserve.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\esp_gpio_reserve.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sar_periph_ctrl_common.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\sar_periph_ctrl_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\io_mux.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\io_mux.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\io_mux.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\io_mux.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\esp_clk_tree.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\esp_clk_tree.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\esp_clk_tree.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\esp_clk_tree.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp_clk_tree_common.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp_clk_tree_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\dma\\esp_dma_utils.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\dma\\esp_dma_utils.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\dma\\esp_dma_utils.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\dma\\esp_dma_utils.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\dma\\gdma_link.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\dma\\gdma_link.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\dma\\gdma_link.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\dma\\gdma_link.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\spi_share_hw_ctrl.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\spi_share_hw_ctrl.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\spi_share_hw_ctrl.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\spi_share_hw_ctrl.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\spi_bus_lock.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\spi_bus_lock.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\spi_bus_lock.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\spi_bus_lock.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\adc_share_hw_ctrl.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\adc_share_hw_ctrl.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\dma\\gdma.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\dma\\gdma.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\dma\\gdma.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\dma\\gdma.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\deprecated\\gdma_legacy.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\deprecated\\gdma_legacy.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\deprecated\\gdma_legacy.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\deprecated\\gdma_legacy.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\dma\\esp_async_memcpy.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\dma\\esp_async_memcpy.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\dma\\esp_async_memcpy.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\dma\\esp_async_memcpy.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\dma\\async_memcpy_gdma.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\dma\\async_memcpy_gdma.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\dma\\async_memcpy_gdma.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\dma\\async_memcpy_gdma.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\systimer.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\systimer.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\systimer.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\systimer.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\mspi_timing_tuning.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\mspi_timing_tuning.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\mspi_timing_tuning.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\mspi_timing_tuning.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sleep_wake_stub.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\sleep_wake_stub.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\esp_clock_output.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\esp_clock_output.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\esp_clock_output.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\esp_clock_output.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\rtc_clk_init.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\rtc_clk_init.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\rtc_clk_init.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\rtc_clk_init.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\rtc_clk.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\rtc_clk.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\rtc_clk.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\rtc_clk.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\rtc_init.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\rtc_init.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\rtc_init.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\rtc_init.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\rtc_sleep.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\rtc_sleep.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\rtc_sleep.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\rtc_sleep.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\rtc_time.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\rtc_time.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\rtc_time.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\rtc_time.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\chip_info.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\chip_info.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\chip_info.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\chip_info.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\sar_periph_ctrl.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\sar_periph_ctrl.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\sar_periph_ctrl.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\sar_periph_ctrl.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\adc2_init_cal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\adc2_init_cal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\adc2_init_cal.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\adc2_init_cal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\esp_memprot.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\esp_memprot.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp32c3\\esp_memprot.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32c3\\esp_memprot.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp_memprot_conv.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp_memprot_conv.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\port\\esp_memprot_conv.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp_memprot_conv.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\lowpower\\port\\esp32c3\\sleep_cpu.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\lowpower\\port\\esp32c3\\sleep_cpu.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hw_support\\lowpower\\port\\esp32c3\\sleep_cpu.c", - "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\lowpower\\port\\esp32c3\\sleep_cpu.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\heap_idf.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\heap_idf.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\heap_idf.c", - "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\heap_idf.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\app_startup.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\app_startup.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\app_startup.c", - "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\app_startup.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\port_common.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\port_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\port_common.c", - "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\port_common.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\port_systick.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\port_systick.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\port_systick.c", - "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\port_systick.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\list.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\list.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\list.c", - "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\list.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\queue.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\queue.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\queue.c", - "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\queue.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\tasks.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\tasks.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\tasks.c", - "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\tasks.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\timers.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\timers.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\timers.c", - "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\timers.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\event_groups.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\event_groups.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\stream_buffer.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\stream_buffer.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\portable\\riscv\\port.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\riscv\\port.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\riscv\\port.c", - "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\portable\\riscv\\port.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\portable\\riscv\\portasm.S.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\riscv\\portasm.S", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\riscv\\portasm.S", - "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\portable\\riscv\\portasm.S.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\esp_additions\\freertos_compatibility.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\esp_additions\\freertos_compatibility.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\esp_additions\\freertos_compatibility.c", - "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\esp_additions\\freertos_compatibility.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\esp_additions\\idf_additions_event_groups.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\esp_additions\\idf_additions_event_groups.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\esp_additions\\idf_additions_event_groups.c", - "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\esp_additions\\idf_additions_event_groups.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\esp_additions\\idf_additions.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\freertos\\esp_additions\\idf_additions.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\abort.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\abort.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\abort.c", - "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\abort.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\assert.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\assert.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\assert.c", - "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\assert.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -fno-builtin -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\heap.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\heap.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\heap.c", - "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\heap.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\flockfile.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\flockfile.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\flockfile.c", - "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\flockfile.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\locks.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\locks.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\locks.c", - "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\locks.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\poll.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\poll.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\poll.c", - "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\poll.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\pthread.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\pthread.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\pthread.c", - "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\pthread.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\random.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\random.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\random.c", - "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\random.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\getentropy.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\getentropy.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\getentropy.c", - "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\getentropy.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\reent_init.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\reent_init.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\reent_init.c", - "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\reent_init.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\newlib_init.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\newlib_init.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\newlib_init.c", - "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\newlib_init.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\syscalls.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\syscalls.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\syscalls.c", - "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\syscalls.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\termios.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\termios.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\termios.c", - "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\termios.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\stdatomic.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\stdatomic.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\stdatomic.c", - "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\stdatomic.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\time.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\time.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\time.c", - "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\time.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\sysconf.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\sysconf.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\sysconf.c", - "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\sysconf.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\realpath.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\realpath.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\realpath.c", - "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\realpath.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\scandir.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\scandir.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\scandir.c", - "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\scandir.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\port\\esp_time_impl.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\newlib\\port\\esp_time_impl.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/pthread/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\pthread\\CMakeFiles\\__idf_pthread.dir\\pthread.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\pthread\\pthread.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\pthread\\pthread.c", - "output": "esp-idf\\pthread\\CMakeFiles\\__idf_pthread.dir\\pthread.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/pthread/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\pthread\\CMakeFiles\\__idf_pthread.dir\\pthread_cond_var.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\pthread\\pthread_cond_var.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\pthread\\pthread_cond_var.c", - "output": "esp-idf\\pthread\\CMakeFiles\\__idf_pthread.dir\\pthread_cond_var.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/pthread/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\pthread\\CMakeFiles\\__idf_pthread.dir\\pthread_local_storage.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\pthread\\pthread_local_storage.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\pthread\\pthread_local_storage.c", - "output": "esp-idf\\pthread\\CMakeFiles\\__idf_pthread.dir\\pthread_local_storage.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/pthread/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\pthread\\CMakeFiles\\__idf_pthread.dir\\pthread_rwlock.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\pthread\\pthread_rwlock.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\pthread\\pthread_rwlock.c", - "output": "esp-idf\\pthread\\CMakeFiles\\__idf_pthread.dir\\pthread_rwlock.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/pthread/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\pthread\\CMakeFiles\\__idf_pthread.dir\\pthread_semaphore.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\pthread\\pthread_semaphore.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\pthread\\pthread_semaphore.c", - "output": "esp-idf\\pthread\\CMakeFiles\\__idf_pthread.dir\\pthread_semaphore.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/pthread/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf\\cxx\\CMakeFiles\\__idf_cxx.dir\\cxx_exception_stubs.cpp.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\cxx\\cxx_exception_stubs.cpp", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\cxx\\cxx_exception_stubs.cpp", - "output": "esp-idf\\cxx\\CMakeFiles\\__idf_cxx.dir\\cxx_exception_stubs.cpp.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/pthread/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf\\cxx\\CMakeFiles\\__idf_cxx.dir\\cxx_guards.cpp.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\cxx\\cxx_guards.cpp", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\cxx\\cxx_guards.cpp", - "output": "esp-idf\\cxx\\CMakeFiles\\__idf_cxx.dir\\cxx_guards.cpp.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/pthread/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf\\cxx\\CMakeFiles\\__idf_cxx.dir\\cxx_init.cpp.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\cxx\\cxx_init.cpp", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\cxx\\cxx_init.cpp", - "output": "esp-idf\\cxx\\CMakeFiles\\__idf_cxx.dir\\cxx_init.cpp.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_timer\\CMakeFiles\\__idf_esp_timer.dir\\src\\esp_timer.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_timer\\src\\esp_timer.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_timer\\CMakeFiles\\__idf_esp_timer.dir\\src\\esp_timer_init.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_timer\\src\\esp_timer_init.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_timer\\src\\esp_timer_init.c", - "output": "esp-idf\\esp_timer\\CMakeFiles\\__idf_esp_timer.dir\\src\\esp_timer_init.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_timer\\src\\ets_timer_legacy.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_timer\\CMakeFiles\\__idf_esp_timer.dir\\src\\system_time.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_timer\\src\\system_time.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_timer\\src\\esp_timer_impl_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_timer\\CMakeFiles\\__idf_esp_timer.dir\\src\\esp_timer_impl_systimer.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_timer\\src\\esp_timer_impl_systimer.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_timer\\src\\esp_timer_impl_systimer.c", - "output": "esp-idf\\esp_timer\\CMakeFiles\\__idf_esp_timer.dir\\src\\esp_timer_impl_systimer.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_gptimer\\CMakeFiles\\__idf_esp_driver_gptimer.dir\\src\\gptimer.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_gptimer\\src\\gptimer.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_gptimer\\src\\gptimer.c", - "output": "esp-idf\\esp_driver_gptimer\\CMakeFiles\\__idf_esp_driver_gptimer.dir\\src\\gptimer.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_gptimer\\CMakeFiles\\__idf_esp_driver_gptimer.dir\\src\\gptimer_common.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_gptimer\\src\\gptimer_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_gptimer\\src\\gptimer_common.c", - "output": "esp-idf\\esp_driver_gptimer\\CMakeFiles\\__idf_esp_driver_gptimer.dir\\src\\gptimer_common.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_ringbuf\\CMakeFiles\\__idf_esp_ringbuf.dir\\ringbuf.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_ringbuf\\ringbuf.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_ringbuf\\ringbuf.c", - "output": "esp-idf\\esp_ringbuf\\CMakeFiles\\__idf_esp_ringbuf.dir\\ringbuf.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_uart\\CMakeFiles\\__idf_esp_driver_uart.dir\\src\\uart.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_uart\\src\\uart.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_uart\\src\\uart.c", - "output": "esp-idf\\esp_driver_uart\\CMakeFiles\\__idf_esp_driver_uart.dir\\src\\uart.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_uart\\CMakeFiles\\__idf_esp_driver_uart.dir\\src\\uart_vfs.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_uart\\src\\uart_vfs.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_uart\\src\\uart_vfs.c", - "output": "esp-idf\\esp_driver_uart\\CMakeFiles\\__idf_esp_driver_uart.dir\\src\\uart_vfs.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\app_trace\\CMakeFiles\\__idf_app_trace.dir\\app_trace.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\app_trace\\app_trace.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\app_trace\\app_trace.c", - "output": "esp-idf\\app_trace\\CMakeFiles\\__idf_app_trace.dir\\app_trace.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\app_trace\\CMakeFiles\\__idf_app_trace.dir\\app_trace_util.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\app_trace\\app_trace_util.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\app_trace\\CMakeFiles\\__idf_app_trace.dir\\host_file_io.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\app_trace\\host_file_io.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\app_trace\\CMakeFiles\\__idf_app_trace.dir\\port\\port_uart.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\app_trace\\port\\port_uart.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_event\\CMakeFiles\\__idf_esp_event.dir\\default_event_loop.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_event\\default_event_loop.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_event\\CMakeFiles\\__idf_esp_event.dir\\esp_event.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_event\\esp_event.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_event\\esp_event.c", - "output": "esp-idf\\esp_event\\CMakeFiles\\__idf_esp_event.dir\\esp_event.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_event\\CMakeFiles\\__idf_esp_event.dir\\esp_event_private.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_event\\esp_event_private.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_api.cpp.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\nvs_flash\\src\\nvs_api.cpp", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_cxx_api.cpp.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\nvs_flash\\src\\nvs_cxx_api.cpp", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_item_hash_list.cpp.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\nvs_flash\\src\\nvs_item_hash_list.cpp", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_page.cpp.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\nvs_flash\\src\\nvs_page.cpp", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_pagemanager.cpp.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\nvs_flash\\src\\nvs_pagemanager.cpp", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_storage.cpp.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\nvs_flash\\src\\nvs_storage.cpp", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_handle_simple.cpp.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\nvs_flash\\src\\nvs_handle_simple.cpp", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_handle_locked.cpp.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\nvs_flash\\src\\nvs_handle_locked.cpp", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_partition.cpp.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\nvs_flash\\src\\nvs_partition.cpp", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_partition_lookup.cpp.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\nvs_flash\\src\\nvs_partition_lookup.cpp", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_partition_manager.cpp.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\nvs_flash\\src\\nvs_partition_manager.cpp", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_types.cpp.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\nvs_flash\\src\\nvs_types.cpp", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_platform.cpp.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\nvs_flash\\src\\nvs_platform.cpp", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_bootloader.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\nvs_flash\\src\\nvs_bootloader.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\nvs_flash\\src\\nvs_bootloader.c", - "output": "esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_bootloader.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_encrypted_partition.cpp.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\nvs_flash\\src\\nvs_encrypted_partition.cpp", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\nvs_flash\\src\\nvs_encrypted_partition.cpp", - "output": "esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_encrypted_partition.cpp.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_spi\\CMakeFiles\\__idf_esp_driver_spi.dir\\src\\gpspi\\spi_common.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_spi\\src\\gpspi\\spi_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_spi\\src\\gpspi\\spi_common.c", - "output": "esp-idf\\esp_driver_spi\\CMakeFiles\\__idf_esp_driver_spi.dir\\src\\gpspi\\spi_common.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_spi\\CMakeFiles\\__idf_esp_driver_spi.dir\\src\\gpspi\\spi_master.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_spi\\src\\gpspi\\spi_master.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_spi\\src\\gpspi\\spi_master.c", - "output": "esp-idf\\esp_driver_spi\\CMakeFiles\\__idf_esp_driver_spi.dir\\src\\gpspi\\spi_master.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_spi\\CMakeFiles\\__idf_esp_driver_spi.dir\\src\\gpspi\\spi_slave.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_spi\\src\\gpspi\\spi_slave.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_spi\\src\\gpspi\\spi_slave.c", - "output": "esp-idf\\esp_driver_spi\\CMakeFiles\\__idf_esp_driver_spi.dir\\src\\gpspi\\spi_slave.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_spi\\CMakeFiles\\__idf_esp_driver_spi.dir\\src\\gpspi\\spi_dma.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_spi\\src\\gpspi\\spi_dma.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_spi\\src\\gpspi\\spi_dma.c", - "output": "esp-idf\\esp_driver_spi\\CMakeFiles\\__idf_esp_driver_spi.dir\\src\\gpspi\\spi_dma.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_spi\\CMakeFiles\\__idf_esp_driver_spi.dir\\src\\gpspi\\spi_slave_hd.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_spi\\src\\gpspi\\spi_slave_hd.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_spi\\src\\gpspi\\spi_slave_hd.c", - "output": "esp-idf\\esp_driver_spi\\CMakeFiles\\__idf_esp_driver_spi.dir\\src\\gpspi\\spi_slave_hd.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_i2s\\CMakeFiles\\__idf_esp_driver_i2s.dir\\i2s_common.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_i2s\\i2s_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_i2s\\i2s_common.c", - "output": "esp-idf\\esp_driver_i2s\\CMakeFiles\\__idf_esp_driver_i2s.dir\\i2s_common.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_i2s\\CMakeFiles\\__idf_esp_driver_i2s.dir\\i2s_std.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_i2s\\i2s_std.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_i2s\\i2s_std.c", - "output": "esp-idf\\esp_driver_i2s\\CMakeFiles\\__idf_esp_driver_i2s.dir\\i2s_std.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_i2s\\CMakeFiles\\__idf_esp_driver_i2s.dir\\i2s_pdm.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_i2s\\i2s_pdm.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_i2s\\i2s_pdm.c", - "output": "esp-idf\\esp_driver_i2s\\CMakeFiles\\__idf_esp_driver_i2s.dir\\i2s_pdm.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_i2s\\CMakeFiles\\__idf_esp_driver_i2s.dir\\i2s_tdm.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_i2s\\i2s_tdm.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_i2s\\i2s_tdm.c", - "output": "esp-idf\\esp_driver_i2s\\CMakeFiles\\__idf_esp_driver_i2s.dir\\i2s_tdm.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_i2s\\CMakeFiles\\__idf_esp_driver_i2s.dir\\i2s_platform.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_i2s\\i2s_platform.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_i2s\\i2s_platform.c", - "output": "esp-idf\\esp_driver_i2s\\CMakeFiles\\__idf_esp_driver_i2s.dir\\i2s_platform.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_cmd.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\sdmmc\\sdmmc_cmd.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\sdmmc\\sdmmc_cmd.c", - "output": "esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_cmd.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_common.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\sdmmc\\sdmmc_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\sdmmc\\sdmmc_common.c", - "output": "esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_common.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_init.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\sdmmc\\sdmmc_init.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\sdmmc\\sdmmc_init.c", - "output": "esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_init.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_io.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\sdmmc\\sdmmc_io.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\sdmmc\\sdmmc_io.c", - "output": "esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_io.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_mmc.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\sdmmc\\sdmmc_mmc.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\sdmmc\\sdmmc_mmc.c", - "output": "esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_mmc.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_sd.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\sdmmc\\sdmmc_sd.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\sdmmc\\sdmmc_sd.c", - "output": "esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_sd.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sd_pwr_ctrl\\sd_pwr_ctrl.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\sdmmc\\sd_pwr_ctrl\\sd_pwr_ctrl.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\sdmmc\\sd_pwr_ctrl\\sd_pwr_ctrl.c", - "output": "esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sd_pwr_ctrl\\sd_pwr_ctrl.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_sdspi\\CMakeFiles\\__idf_esp_driver_sdspi.dir\\src\\sdspi_crc.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_sdspi\\src\\sdspi_crc.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_sdspi\\src\\sdspi_crc.c", - "output": "esp-idf\\esp_driver_sdspi\\CMakeFiles\\__idf_esp_driver_sdspi.dir\\src\\sdspi_crc.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_sdspi\\CMakeFiles\\__idf_esp_driver_sdspi.dir\\src\\sdspi_host.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_sdspi\\src\\sdspi_host.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_sdspi\\src\\sdspi_host.c", - "output": "esp-idf\\esp_driver_sdspi\\CMakeFiles\\__idf_esp_driver_sdspi.dir\\src\\sdspi_host.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_sdspi\\CMakeFiles\\__idf_esp_driver_sdspi.dir\\src\\sdspi_transaction.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_sdspi\\src\\sdspi_transaction.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_sdspi\\src\\sdspi_transaction.c", - "output": "esp-idf\\esp_driver_sdspi\\CMakeFiles\\__idf_esp_driver_sdspi.dir\\src\\sdspi_transaction.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_rmt\\CMakeFiles\\__idf_esp_driver_rmt.dir\\src\\rmt_common.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_rmt\\src\\rmt_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_rmt\\src\\rmt_common.c", - "output": "esp-idf\\esp_driver_rmt\\CMakeFiles\\__idf_esp_driver_rmt.dir\\src\\rmt_common.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_rmt\\CMakeFiles\\__idf_esp_driver_rmt.dir\\src\\rmt_encoder.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_rmt\\src\\rmt_encoder.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_rmt\\src\\rmt_encoder.c", - "output": "esp-idf\\esp_driver_rmt\\CMakeFiles\\__idf_esp_driver_rmt.dir\\src\\rmt_encoder.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_rmt\\CMakeFiles\\__idf_esp_driver_rmt.dir\\src\\rmt_rx.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_rmt\\src\\rmt_rx.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_rmt\\src\\rmt_rx.c", - "output": "esp-idf\\esp_driver_rmt\\CMakeFiles\\__idf_esp_driver_rmt.dir\\src\\rmt_rx.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_rmt\\CMakeFiles\\__idf_esp_driver_rmt.dir\\src\\rmt_tx.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_rmt\\src\\rmt_tx.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_rmt\\src\\rmt_tx.c", - "output": "esp-idf\\esp_driver_rmt\\CMakeFiles\\__idf_esp_driver_rmt.dir\\src\\rmt_tx.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_tsens\\CMakeFiles\\__idf_esp_driver_tsens.dir\\src\\temperature_sensor.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_tsens\\src\\temperature_sensor.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_tsens\\src\\temperature_sensor.c", - "output": "esp-idf\\esp_driver_tsens\\CMakeFiles\\__idf_esp_driver_tsens.dir\\src\\temperature_sensor.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_sdm\\CMakeFiles\\__idf_esp_driver_sdm.dir\\src\\sdm.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_sdm\\src\\sdm.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_sdm\\src\\sdm.c", - "output": "esp-idf\\esp_driver_sdm\\CMakeFiles\\__idf_esp_driver_sdm.dir\\src\\sdm.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_i2c\\CMakeFiles\\__idf_esp_driver_i2c.dir\\i2c_master.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_i2c\\i2c_master.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_i2c\\i2c_master.c", - "output": "esp-idf\\esp_driver_i2c\\CMakeFiles\\__idf_esp_driver_i2c.dir\\i2c_master.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_i2c\\CMakeFiles\\__idf_esp_driver_i2c.dir\\i2c_common.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_i2c\\i2c_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_i2c\\i2c_common.c", - "output": "esp-idf\\esp_driver_i2c\\CMakeFiles\\__idf_esp_driver_i2c.dir\\i2c_common.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_i2c\\CMakeFiles\\__idf_esp_driver_i2c.dir\\i2c_slave.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_i2c\\i2c_slave.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_i2c\\i2c_slave.c", - "output": "esp-idf\\esp_driver_i2c\\CMakeFiles\\__idf_esp_driver_i2c.dir\\i2c_slave.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_ledc\\CMakeFiles\\__idf_esp_driver_ledc.dir\\src\\ledc.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_ledc\\src\\ledc.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_ledc\\src\\ledc.c", - "output": "esp-idf\\esp_driver_ledc\\CMakeFiles\\__idf_esp_driver_ledc.dir\\src\\ledc.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_usb_serial_jtag\\CMakeFiles\\__idf_esp_driver_usb_serial_jtag.dir\\src\\usb_serial_jtag.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_usb_serial_jtag\\src\\usb_serial_jtag.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_usb_serial_jtag\\src\\usb_serial_jtag.c", - "output": "esp-idf\\esp_driver_usb_serial_jtag\\CMakeFiles\\__idf_esp_driver_usb_serial_jtag.dir\\src\\usb_serial_jtag.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_usb_serial_jtag\\CMakeFiles\\__idf_esp_driver_usb_serial_jtag.dir\\src\\usb_serial_jtag_connection_monitor.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_usb_serial_jtag\\src\\usb_serial_jtag_connection_monitor.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_usb_serial_jtag\\src\\usb_serial_jtag_connection_monitor.c", - "output": "esp-idf\\esp_driver_usb_serial_jtag\\CMakeFiles\\__idf_esp_driver_usb_serial_jtag.dir\\src\\usb_serial_jtag_connection_monitor.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_usb_serial_jtag\\CMakeFiles\\__idf_esp_driver_usb_serial_jtag.dir\\src\\usb_serial_jtag_vfs.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_usb_serial_jtag\\src\\usb_serial_jtag_vfs.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_usb_serial_jtag\\src\\usb_serial_jtag_vfs.c", - "output": "esp-idf\\esp_driver_usb_serial_jtag\\CMakeFiles\\__idf_esp_driver_usb_serial_jtag.dir\\src\\usb_serial_jtag_vfs.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\adc_legacy.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\driver\\deprecated\\adc_legacy.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\driver\\deprecated\\adc_legacy.c", - "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\adc_legacy.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\adc_dma_legacy.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\driver\\deprecated\\adc_dma_legacy.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\timer_legacy.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\driver\\deprecated\\timer_legacy.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\driver\\deprecated\\timer_legacy.c", - "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\timer_legacy.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\i2c\\i2c.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\driver\\i2c\\i2c.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\driver\\i2c\\i2c.c", - "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\i2c\\i2c.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\i2s_legacy.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\driver\\deprecated\\i2s_legacy.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\driver\\deprecated\\i2s_legacy.c", - "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\i2s_legacy.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\rmt_legacy.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\driver\\deprecated\\rmt_legacy.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\driver\\deprecated\\rmt_legacy.c", - "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\rmt_legacy.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\sigma_delta_legacy.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\driver\\deprecated\\sigma_delta_legacy.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\rtc_temperature_legacy.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\driver\\deprecated\\rtc_temperature_legacy.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\driver\\deprecated\\rtc_temperature_legacy.c", - "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\rtc_temperature_legacy.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\twai\\twai.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\driver\\twai\\twai.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\driver\\twai\\twai.c", - "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\twai\\twai.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_phy\\CMakeFiles\\__idf_esp_phy.dir\\src\\phy_override.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_phy\\src\\phy_override.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_phy\\CMakeFiles\\__idf_esp_phy.dir\\src\\lib_printf.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_phy\\src\\lib_printf.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_phy\\CMakeFiles\\__idf_esp_phy.dir\\src\\phy_common.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_phy\\src\\phy_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_phy\\CMakeFiles\\__idf_esp_phy.dir\\src\\phy_init.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_phy\\src\\phy_init.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_phy\\CMakeFiles\\__idf_esp_phy.dir\\esp32c3\\phy_init_data.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_phy\\esp32c3\\phy_init_data.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_phy\\esp32c3\\phy_init_data.c", - "output": "esp-idf\\esp_phy\\CMakeFiles\\__idf_esp_phy.dir\\esp32c3\\phy_init_data.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_phy\\CMakeFiles\\__idf_esp_phy.dir\\src\\btbb_init.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_phy\\src\\btbb_init.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_vfs_console\\CMakeFiles\\__idf_esp_vfs_console.dir\\vfs_console.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_vfs_console\\vfs_console.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_vfs_console\\vfs_console.c", - "output": "esp-idf\\esp_vfs_console\\CMakeFiles\\__idf_esp_vfs_console.dir\\vfs_console.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\vfs\\CMakeFiles\\__idf_vfs.dir\\vfs.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\vfs\\vfs.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\vfs\\vfs.c", - "output": "esp-idf\\vfs\\CMakeFiles\\__idf_vfs.dir\\vfs.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\vfs\\CMakeFiles\\__idf_vfs.dir\\vfs_eventfd.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\vfs\\vfs_eventfd.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\vfs\\vfs_eventfd.c", - "output": "esp-idf\\vfs\\CMakeFiles\\__idf_vfs.dir\\vfs_eventfd.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\vfs\\CMakeFiles\\__idf_vfs.dir\\vfs_semihost.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\vfs\\vfs_semihost.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\vfs\\vfs_semihost.c", - "output": "esp-idf\\vfs\\CMakeFiles\\__idf_vfs.dir\\vfs_semihost.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\vfs\\CMakeFiles\\__idf_vfs.dir\\nullfs.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\vfs\\nullfs.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\vfs\\nullfs.c", - "output": "esp-idf\\vfs\\CMakeFiles\\__idf_vfs.dir\\nullfs.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\apps\\sntp\\sntp.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\apps\\sntp\\sntp.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\apps\\sntp\\sntp.c", - "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\apps\\sntp\\sntp.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\api_lib.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\api\\api_lib.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\api_msg.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\api\\api_msg.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\err.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\api\\err.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\if_api.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\api\\if_api.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\netbuf.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\api\\netbuf.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\netdb.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\api\\netdb.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\netifapi.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\api\\netifapi.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\sockets.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\api\\sockets.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\tcpip.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\api\\tcpip.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\apps\\sntp\\sntp.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\apps\\sntp\\sntp.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\apps\\netbiosns\\netbiosns.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\apps\\netbiosns\\netbiosns.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\def.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\def.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\dns.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\dns.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\inet_chksum.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\inet_chksum.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\init.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\init.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ip.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\ip.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\mem.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\mem.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\memp.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\memp.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\netif.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\netif.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\pbuf.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\pbuf.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\raw.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\raw.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\stats.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\stats.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\sys.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\sys.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-type-limits -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\tcp.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\tcp.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\tcp_in.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\tcp_in.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\tcp_out.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\tcp_out.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\timeouts.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\timeouts.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\udp.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\udp.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\autoip.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\autoip.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\dhcp.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\dhcp.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\etharp.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\etharp.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\icmp.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\icmp.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\igmp.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\igmp.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\ip4.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\ip4.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\ip4_napt.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\ip4_napt.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\ip4_addr.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\ip4_addr.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\ip4_frag.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\ip4_frag.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\dhcp6.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\dhcp6.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\ethip6.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\ethip6.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\icmp6.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\icmp6.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\inet6.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\inet6.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\ip6.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\ip6.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\ip6_addr.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\ip6_addr.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\ip6_frag.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\ip6_frag.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\mld6.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\mld6.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\nd6.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\nd6.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ethernet.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ethernet.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\bridgeif.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\bridgeif.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\bridgeif_fdb.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\bridgeif_fdb.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\slipif.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\slipif.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\auth.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\auth.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\ccp.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\ccp.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\chap-md5.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\chap-md5.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\chap-new.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\chap-new.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-array-parameter -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\chap_ms.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\chap_ms.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\demand.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\demand.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\eap.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\eap.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\ecp.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\ecp.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\eui64.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\eui64.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\fsm.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\fsm.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\ipcp.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\ipcp.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\ipv6cp.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\ipv6cp.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\lcp.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\lcp.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\magic.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\magic.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\mppe.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\mppe.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\multilink.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\multilink.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\ppp.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\ppp.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\pppapi.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\pppapi.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\pppcrypt.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\pppcrypt.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\pppoe.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\pppoe.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\pppol2tp.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\pppol2tp.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-type-limits -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\pppos.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\pppos.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\upap.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\upap.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\utils.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\utils.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\vj.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\vj.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\hooks\\tcp_isn_default.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\port\\hooks\\tcp_isn_default.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\hooks\\lwip_default_hooks.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\port\\hooks\\lwip_default_hooks.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\debug\\lwip_debug.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\port\\debug\\lwip_debug.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\sockets_ext.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\port\\sockets_ext.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\port\\sockets_ext.c", - "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\sockets_ext.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\freertos\\sys_arch.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\port\\freertos\\sys_arch.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\acd_dhcp_check.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\port\\acd_dhcp_check.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\port\\acd_dhcp_check.c", - "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\acd_dhcp_check.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\esp32xx\\vfs_lwip.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\port\\esp32xx\\vfs_lwip.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\apps\\ping\\esp_ping.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\apps\\ping\\esp_ping.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\apps\\ping\\ping.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\apps\\ping\\ping.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\apps\\ping\\ping.c", - "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\apps\\ping\\ping.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\apps\\ping\\ping_sock.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\apps\\ping\\ping_sock.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\polarssl\\arc4.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\polarssl\\arc4.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\polarssl\\arc4.c", - "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\polarssl\\arc4.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\polarssl\\des.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\polarssl\\des.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\polarssl\\des.c", - "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\polarssl\\des.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\polarssl\\md4.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\polarssl\\md4.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\polarssl\\md4.c", - "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\polarssl\\md4.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\polarssl\\md5.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\polarssl\\md5.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\polarssl\\md5.c", - "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\polarssl\\md5.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\polarssl\\sha1.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\polarssl\\sha1.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\polarssl\\sha1.c", - "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\polarssl\\sha1.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\apps\\dhcpserver\\dhcpserver.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\apps\\dhcpserver\\dhcpserver.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\lwip\\apps\\dhcpserver\\dhcpserver.c", - "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\apps\\dhcpserver\\dhcpserver.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\esp_netif_handlers.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_netif\\esp_netif_handlers.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\esp_netif_objects.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_netif\\esp_netif_objects.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\esp_netif_defaults.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_netif\\esp_netif_defaults.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\lwip\\esp_netif_lwip.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_netif\\lwip\\esp_netif_lwip.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\lwip\\esp_netif_sntp.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_netif\\lwip\\esp_netif_sntp.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\lwip\\esp_netif_lwip_defaults.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_netif\\lwip\\esp_netif_lwip_defaults.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\lwip\\netif\\wlanif.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_netif\\lwip\\netif\\wlanif.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\lwip\\netif\\ethernetif.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_netif\\lwip\\netif\\ethernetif.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\lwip\\netif\\esp_pbuf_ref.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_netif\\lwip\\netif\\esp_pbuf_ref.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\port\\os_xtensa.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\port\\eloop.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\port\\eloop.c", - "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\port\\eloop.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\ap\\ap_config.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\ap\\ieee802_1x.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\ap\\wpa_auth.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\ap\\wpa_auth_ie.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\ap\\pmksa_cache_auth.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\ap\\sta_info.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\ap\\ieee802_11.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\ap\\comeback_token.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\common\\sae.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\common\\dragonfly.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\common\\wpa_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\utils\\bitfield.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\aes-siv.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha256-kdf.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\ccmp.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\aes-gcm.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\crypto_ops.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\dh_group5.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\dh_groups.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\ms_funcs.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha1-tlsprf.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha256-tlsprf.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha384-tlsprf.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha256-prf.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha1-prf.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha384-prf.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\md4-internal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha1-tprf.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\eap_common\\eap_wsc_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\common\\ieee802_11_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\chap.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_mschapv2.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_peap.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_peap_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_tls.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_tls_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_ttls.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\mschapv2.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_fast.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_fast_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_fast_pac.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\rsn_supp\\pmksa_cache.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\rsn_supp\\wpa.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\rsn_supp\\wpa_ie.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\utils\\base64.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\utils\\common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\utils\\ext_password.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\utils\\uuid.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\utils\\wpabuf.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\utils\\wpa_debug.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\utils\\json.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_attr_build.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_attr_parse.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_attr_process.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_dev_attr.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_enrollee.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\common\\sae_pk.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_eap_client.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_wpa2_api_port.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_wpa_main.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_wpas_glue.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_wps.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_wpa3.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_owe.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_hostap.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\tls_mbedtls.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\fastpbkdf2.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\crypto_mbedtls.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\crypto_mbedtls-bignum.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\crypto_mbedtls-rsa.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\crypto_mbedtls-ec.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\rc4.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\des-internal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\aes-wrap.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\aes-unwrap.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-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.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\aes-ccm.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_coex\\CMakeFiles\\__idf_esp_coex.dir\\esp32c3\\esp_coex_adapter.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_coex\\esp32c3\\esp_coex_adapter.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_coex\\esp32c3\\esp_coex_adapter.c", - "output": "esp-idf\\esp_coex\\CMakeFiles\\__idf_esp_coex.dir\\esp32c3\\esp_coex_adapter.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_coex\\src\\coexist_debug_diagram.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_coex\\CMakeFiles\\__idf_esp_coex.dir\\src\\coexist_debug.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_coex\\src\\coexist_debug.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\lib_printf.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_wifi\\src\\lib_printf.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_wifi\\src\\lib_printf.c", - "output": "esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\lib_printf.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\mesh_event.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_wifi\\src\\mesh_event.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\smartconfig.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_wifi\\src\\smartconfig.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_wifi\\src\\smartconfig.c", - "output": "esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\smartconfig.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\wifi_init.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_wifi\\src\\wifi_init.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\wifi_default.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_wifi\\src\\wifi_default.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\wifi_netif.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_wifi\\src\\wifi_netif.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_wifi\\src\\wifi_default_ap.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\esp32c3\\esp_adapter.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_wifi\\esp32c3\\esp_adapter.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_wifi\\esp32c3\\esp_adapter.c", - "output": "esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\esp32c3\\esp_adapter.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\smartconfig_ack.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_wifi\\src\\smartconfig_ack.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\unity\\unity\\src\\unity.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\unity\\unity\\src\\unity.c", - "output": "esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity\\src\\unity.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity_compat.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\unity\\unity_compat.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\unity\\unity_compat.c", - "output": "esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity_compat.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\unity\\unity_runner.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\unity\\unity_runner.c", - "output": "esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity_runner.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\unity\\unity_utils_freertos.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\unity\\unity_utils_freertos.c", - "output": "esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity_utils_freertos.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\unity\\unity_utils_cache.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\unity\\unity_utils_cache.c", - "output": "esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity_utils_cache.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\unity\\unity_utils_memory.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\unity\\unity_utils_memory.c", - "output": "esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity_utils_memory.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\unity\\unity_port_esp32.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\unity\\unity_port_esp32.c", - "output": "esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity_port_esp32.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\unity\\port\\esp\\unity_utils_memory_esp.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/cmock/CMock/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\cmock\\CMakeFiles\\__idf_cmock.dir\\CMock\\src\\cmock.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\cmock\\CMock\\src\\cmock.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\cmock\\CMock\\src\\cmock.c", - "output": "esp-idf\\cmock\\CMakeFiles\\__idf_cmock.dir\\CMock\\src\\cmock.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\commands.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\commands.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\commands.c", - "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\commands.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\esp_console_common.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\esp_console_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\esp_console_common.c", - "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\esp_console_common.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\split_argv.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\split_argv.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\split_argv.c", - "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\split_argv.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\linenoise\\linenoise.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\linenoise\\linenoise.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\linenoise\\linenoise.c", - "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\linenoise\\linenoise.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\esp_console_repl_chip.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\esp_console_repl_chip.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\esp_console_repl_chip.c", - "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\esp_console_repl_chip.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_cmd.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_cmd.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_cmd.c", - "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_cmd.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_date.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_date.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_date.c", - "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_date.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_dbl.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_dbl.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_dbl.c", - "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_dbl.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_dstr.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_dstr.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_dstr.c", - "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_dstr.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_end.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_end.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_end.c", - "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_end.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_file.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_file.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_file.c", - "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_file.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_hashtable.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_hashtable.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_hashtable.c", - "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_hashtable.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_int.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_int.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_int.c", - "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_int.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_lit.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_lit.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_lit.c", - "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_lit.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_rem.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_rem.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_rem.c", - "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_rem.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_rex.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_rex.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_rex.c", - "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_rex.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_str.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_str.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_str.c", - "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_str.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_utils.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_utils.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\arg_utils.c", - "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_utils.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/console/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\argtable3.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\argtable3.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\console\\argtable3\\argtable3.c", - "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\argtable3.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\http_parser\\CMakeFiles\\__idf_http_parser.dir\\http_parser.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\http_parser\\http_parser.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\http_parser\\http_parser.c", - "output": "esp-idf\\http_parser\\CMakeFiles\\__idf_http_parser.dir\\http_parser.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp-tls\\CMakeFiles\\__idf_esp-tls.dir\\esp_tls.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp-tls\\esp_tls.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp-tls\\esp_tls.c", - "output": "esp-idf\\esp-tls\\CMakeFiles\\__idf_esp-tls.dir\\esp_tls.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp-tls\\esp-tls-crypto\\esp_tls_crypto.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp-tls\\esp_tls_error_capture.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp-tls\\esp_tls_platform_port.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp-tls\\CMakeFiles\\__idf_esp-tls.dir\\esp_tls_mbedtls.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp-tls\\esp_tls_mbedtls.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_oneshot.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_adc\\adc_oneshot.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_adc\\adc_oneshot.c", - "output": "esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_oneshot.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_common.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_adc\\adc_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_adc\\adc_common.c", - "output": "esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_common.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_cali.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_adc\\adc_cali.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_adc\\adc_cali.c", - "output": "esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_cali.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_adc\\adc_cali_curve_fitting.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_adc\\deprecated\\esp_adc_cal_common_legacy.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_continuous.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_adc\\adc_continuous.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_adc\\adc_continuous.c", - "output": "esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_continuous.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_monitor.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_adc\\adc_monitor.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_adc\\adc_monitor.c", - "output": "esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_monitor.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\gdma\\adc_dma.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_adc\\gdma\\adc_dma.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_adc\\gdma\\adc_dma.c", - "output": "esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\gdma\\adc_dma.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_filter.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_adc\\adc_filter.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_adc\\adc_filter.c", - "output": "esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_filter.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\esp32c3\\curve_fitting_coefficients.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_adc\\esp32c3\\curve_fitting_coefficients.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_adc\\esp32c3\\curve_fitting_coefficients.c", - "output": "esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\esp32c3\\curve_fitting_coefficients.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\deprecated\\esp32c3\\esp_adc_cal_legacy.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_adc\\deprecated\\esp32c3\\esp_adc_cal_legacy.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_adc\\deprecated\\esp32c3\\esp_adc_cal_legacy.c", - "output": "esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\deprecated\\esp32c3\\esp_adc_cal_legacy.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_cam\\CMakeFiles\\__idf_esp_driver_cam.dir\\esp_cam_ctlr.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_cam\\esp_cam_ctlr.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_cam\\esp_cam_ctlr.c", - "output": "esp-idf\\esp_driver_cam\\CMakeFiles\\__idf_esp_driver_cam.dir\\esp_cam_ctlr.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_driver_cam\\CMakeFiles\\__idf_esp_driver_cam.dir\\dvp_share_ctrl.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_cam\\dvp_share_ctrl.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_driver_cam\\dvp_share_ctrl.c", - "output": "esp-idf\\esp_driver_cam\\CMakeFiles\\__idf_esp_driver_cam.dir\\dvp_share_ctrl.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_eth\\src\\esp_eth.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\phy\\esp_eth_phy_802_3.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_eth\\src\\phy\\esp_eth_phy_802_3.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_eth\\src\\phy\\esp_eth_phy_802_3.c", - "output": "esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\phy\\esp_eth_phy_802_3.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth_netif_glue.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_eth\\src\\esp_eth_netif_glue.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/src/port/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\gdbstub.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_gdbstub\\src\\gdbstub.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_gdbstub\\src\\gdbstub.c", - "output": "esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\gdbstub.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/src/port/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\gdbstub_transport.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_gdbstub\\src\\gdbstub_transport.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/src/port/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\packet.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_gdbstub\\src\\packet.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_gdbstub\\src\\packet.c", - "output": "esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\packet.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/src/port/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\port\\riscv\\gdbstub_riscv.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_gdbstub\\src\\port\\riscv\\gdbstub_riscv.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_gdbstub\\src\\port\\riscv\\gdbstub_riscv.c", - "output": "esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\port\\riscv\\gdbstub_riscv.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/src/port/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\port\\riscv\\rv_decode.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_gdbstub\\src\\port\\riscv\\rv_decode.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_gdbstub\\src\\port\\riscv\\rv_decode.c", - "output": "esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\port\\riscv\\rv_decode.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hid\\src\\esp_hidd.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hid\\src\\esp_hidh.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/private -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_hid\\src\\esp_hid_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\tcp_transport\\CMakeFiles\\__idf_tcp_transport.dir\\transport.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\tcp_transport\\transport.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\tcp_transport\\transport.c", - "output": "esp-idf\\tcp_transport\\CMakeFiles\\__idf_tcp_transport.dir\\transport.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\tcp_transport\\CMakeFiles\\__idf_tcp_transport.dir\\transport_ssl.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\tcp_transport\\transport_ssl.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\tcp_transport\\transport_ssl.c", - "output": "esp-idf\\tcp_transport\\CMakeFiles\\__idf_tcp_transport.dir\\transport_ssl.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\tcp_transport\\CMakeFiles\\__idf_tcp_transport.dir\\transport_internal.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\tcp_transport\\transport_internal.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\tcp_transport\\transport_internal.c", - "output": "esp-idf\\tcp_transport\\CMakeFiles\\__idf_tcp_transport.dir\\transport_internal.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\tcp_transport\\CMakeFiles\\__idf_tcp_transport.dir\\transport_socks_proxy.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\tcp_transport\\transport_socks_proxy.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\tcp_transport\\CMakeFiles\\__idf_tcp_transport.dir\\transport_ws.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\tcp_transport\\transport_ws.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\tcp_transport\\transport_ws.c", - "output": "esp-idf\\tcp_transport\\CMakeFiles\\__idf_tcp_transport.dir\\transport_ws.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/lib/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_http_client\\esp_http_client.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/lib/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_http_client\\lib\\http_auth.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/lib/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_http_client\\lib\\http_header.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/lib/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_http_client\\lib\\http_utils.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_http_server\\src\\httpd_main.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_http_server\\src\\httpd_parse.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_http_server\\src\\httpd_sess.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_http_server\\src\\httpd_txrx.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_http_server\\src\\httpd_uri.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_http_server\\src\\httpd_ws.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_http_server\\src\\util\\ctrl_sock.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_ota/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_https_ota\\src\\esp_https_ota.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_https_server\\CMakeFiles\\__idf_esp_https_server.dir\\src\\https_server.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_https_server\\src\\https_server.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_https_server\\src\\https_server.c", - "output": "esp-idf\\esp_https_server\\CMakeFiles\\__idf_esp_https_server.dir\\src\\https_server.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_io.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_nt35510.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_ssd1306.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_st7789.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_ops.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\i2c\\esp_lcd_panel_io_i2c_v1.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_lcd\\i2c\\esp_lcd_panel_io_i2c_v1.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_lcd\\i2c\\esp_lcd_panel_io_i2c_v1.c", - "output": "esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\i2c\\esp_lcd_panel_io_i2c_v1.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\i2c\\esp_lcd_panel_io_i2c_v2.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_lcd\\i2c\\esp_lcd_panel_io_i2c_v2.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_lcd\\i2c\\esp_lcd_panel_io_i2c_v2.c", - "output": "esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\i2c\\esp_lcd_panel_io_i2c_v2.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/priv_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\spi\\esp_lcd_panel_io_spi.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_lcd\\spi\\esp_lcd_panel_io_spi.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\esp_lcd\\spi\\esp_lcd_panel_io_spi.c", - "output": "esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\spi\\esp_lcd_panel_io_spi.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\protobuf-c\\protobuf-c\\protobuf-c\\protobuf-c.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\common\\protocomm.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\protocomm\\src\\common\\protocomm.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\protocomm\\src\\common\\protocomm.c", - "output": "esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\common\\protocomm.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\proto-c\\constants.pb-c.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\protocomm\\proto-c\\constants.pb-c.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\proto-c\\sec0.pb-c.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\protocomm\\proto-c\\sec0.pb-c.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\proto-c\\sec1.pb-c.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\protocomm\\proto-c\\sec1.pb-c.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\proto-c\\sec2.pb-c.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\protocomm\\proto-c\\sec2.pb-c.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\proto-c\\session.pb-c.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\protocomm\\proto-c\\session.pb-c.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\transports\\protocomm_console.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\protocomm\\src\\transports\\protocomm_console.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\transports\\protocomm_httpd.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\protocomm\\src\\transports\\protocomm_httpd.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\security\\security0.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\protocomm\\src\\security\\security0.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\protocomm\\src\\security\\security0.c", - "output": "esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\security\\security0.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\security\\security1.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\protocomm\\src\\security\\security1.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\protocomm\\src\\security\\security1.c", - "output": "esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\security\\security1.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\security\\security2.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\protocomm\\src\\security\\security2.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\protocomm\\src\\security\\security2.c", - "output": "esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\security\\security2.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\crypto\\srp6a\\esp_srp.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\protocomm\\src\\crypto\\srp6a\\esp_srp.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\protocomm\\src\\crypto\\srp6a\\esp_srp_mpi.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_local_ctrl\\src\\esp_local_ctrl.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_local_ctrl\\src\\esp_local_ctrl_handler.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_local_ctrl\\proto-c\\esp_local_ctrl.pb-c.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\esp_local_ctrl\\src\\esp_local_ctrl_transport_httpd.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_init.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\espcoredump\\src\\core_dump_init.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\espcoredump\\src\\core_dump_init.c", - "output": "esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_init.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_common.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\espcoredump\\src\\core_dump_common.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_flash.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\espcoredump\\src\\core_dump_flash.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_uart.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\espcoredump\\src\\core_dump_uart.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_elf.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\espcoredump\\src\\core_dump_elf.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_binary.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\espcoredump\\src\\core_dump_binary.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_sha.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\espcoredump\\src\\core_dump_sha.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_crc.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\espcoredump\\src\\core_dump_crc.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include_core_dump/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\port\\riscv\\core_dump_port.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\espcoredump\\src\\port\\riscv\\core_dump_port.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\espcoredump\\src\\port\\riscv\\core_dump_port.c", - "output": "esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\port\\riscv\\core_dump_port.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\Partition.cpp.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\wear_levelling\\Partition.cpp", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\wear_levelling\\Partition.cpp", - "output": "esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\Partition.cpp.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\SPI_Flash.cpp.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\wear_levelling\\SPI_Flash.cpp", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\wear_levelling\\SPI_Flash.cpp", - "output": "esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\SPI_Flash.cpp.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\WL_Ext_Perf.cpp.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\wear_levelling\\WL_Ext_Perf.cpp", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\WL_Ext_Safe.cpp.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\wear_levelling\\WL_Ext_Safe.cpp", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\WL_Flash.cpp.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\wear_levelling\\WL_Flash.cpp", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\wear_levelling\\WL_Flash.cpp", - "output": "esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\WL_Flash.cpp.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\crc32.cpp.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\wear_levelling\\crc32.cpp", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\wear_levelling\\crc32.cpp", - "output": "esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\crc32.cpp.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\wear_levelling.cpp.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\wear_levelling\\wear_levelling.cpp", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\wear_levelling\\wear_levelling.cpp", - "output": "esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\wear_levelling.cpp.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\diskio\\diskio.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\fatfs\\diskio\\diskio.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\fatfs\\diskio\\diskio.c", - "output": "esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\diskio\\diskio.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\diskio\\diskio_rawflash.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\fatfs\\diskio\\diskio_rawflash.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\fatfs\\diskio\\diskio_rawflash.c", - "output": "esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\diskio\\diskio_rawflash.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\diskio\\diskio_wl.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\fatfs\\diskio\\diskio_wl.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\fatfs\\diskio\\diskio_wl.c", - "output": "esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\diskio\\diskio_wl.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\src\\ff.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\fatfs\\src\\ff.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\fatfs\\src\\ff.c", - "output": "esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\src\\ff.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\src\\ffunicode.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\fatfs\\src\\ffunicode.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\fatfs\\src\\ffunicode.c", - "output": "esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\src\\ffunicode.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\port\\freertos\\ffsystem.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\fatfs\\port\\freertos\\ffsystem.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\fatfs\\port\\freertos\\ffsystem.c", - "output": "esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\port\\freertos\\ffsystem.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\diskio\\diskio_sdmmc.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\fatfs\\diskio\\diskio_sdmmc.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\fatfs\\diskio\\diskio_sdmmc.c", - "output": "esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\diskio\\diskio_sdmmc.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\vfs\\vfs_fat.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\fatfs\\vfs\\vfs_fat.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\fatfs\\vfs\\vfs_fat.c", - "output": "esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\vfs\\vfs_fat.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\vfs\\vfs_fat_sdmmc.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\fatfs\\vfs\\vfs_fat_sdmmc.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\vfs\\vfs_fat_spiflash.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\fatfs\\vfs\\vfs_fat_spiflash.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\json\\CMakeFiles\\__idf_json.dir\\cJSON\\cJSON.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\json\\cJSON\\cJSON.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\json\\cJSON\\cJSON.c", - "output": "esp-idf\\json\\CMakeFiles\\__idf_json.dir\\cJSON\\cJSON.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\json\\CMakeFiles\\__idf_json.dir\\cJSON\\cJSON_Utils.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\json\\cJSON\\cJSON_Utils.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\json\\cJSON\\cJSON_Utils.c", - "output": "esp-idf\\json\\CMakeFiles\\__idf_json.dir\\cJSON\\cJSON_Utils.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/lib/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mqtt\\CMakeFiles\\__idf_mqtt.dir\\esp-mqtt\\mqtt_client.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mqtt\\esp-mqtt\\mqtt_client.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/lib/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mqtt\\CMakeFiles\\__idf_mqtt.dir\\esp-mqtt\\lib\\mqtt_msg.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mqtt\\esp-mqtt\\lib\\mqtt_msg.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/lib/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mqtt\\CMakeFiles\\__idf_mqtt.dir\\esp-mqtt\\lib\\mqtt_outbox.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\mqtt\\esp-mqtt\\lib\\mqtt_outbox.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/lib/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\mqtt\\esp-mqtt\\lib\\platform_esp32_idf.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\nvs_sec_provider\\CMakeFiles\\__idf_nvs_sec_provider.dir\\nvs_sec_provider.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\nvs_sec_provider\\nvs_sec_provider.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\nvs_sec_provider\\nvs_sec_provider.c", - "output": "esp-idf\\nvs_sec_provider\\CMakeFiles\\__idf_nvs_sec_provider.dir\\nvs_sec_provider.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/rt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/rt/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\rt\\CMakeFiles\\__idf_rt.dir\\FreeRTOS_POSIX_mqueue.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\rt\\FreeRTOS_POSIX_mqueue.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\rt\\FreeRTOS_POSIX_mqueue.c", - "output": "esp-idf\\rt\\CMakeFiles\\__idf_rt.dir\\FreeRTOS_POSIX_mqueue.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/rt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/rt/private_include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\rt\\CMakeFiles\\__idf_rt.dir\\FreeRTOS_POSIX_utils.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\rt\\FreeRTOS_POSIX_utils.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\rt\\FreeRTOS_POSIX_utils.c", - "output": "esp-idf\\rt\\CMakeFiles\\__idf_rt.dir\\FreeRTOS_POSIX_utils.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\spiffs\\CMakeFiles\\__idf_spiffs.dir\\spiffs_api.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\spiffs\\spiffs_api.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\spiffs\\spiffs_api.c", - "output": "esp-idf\\spiffs\\CMakeFiles\\__idf_spiffs.dir\\spiffs_api.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\spiffs\\spiffs\\src\\spiffs_cache.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\spiffs\\spiffs\\src\\spiffs_check.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\spiffs\\spiffs\\src\\spiffs_gc.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\spiffs\\spiffs\\src\\spiffs_hydrogen.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\spiffs\\spiffs\\src\\spiffs_nucleus.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\spiffs\\CMakeFiles\\__idf_spiffs.dir\\esp_spiffs.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\spiffs\\esp_spiffs.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\spiffs\\esp_spiffs.c", - "output": "esp-idf\\spiffs\\CMakeFiles\\__idf_spiffs.dir\\esp_spiffs.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\wifi_config.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\wifi_provisioning\\src\\wifi_config.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\wifi_scan.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\wifi_provisioning\\src\\wifi_scan.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\wifi_ctrl.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\wifi_provisioning\\src\\wifi_ctrl.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\manager.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\wifi_provisioning\\src\\manager.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\wifi_provisioning\\src\\manager.c", - "output": "esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\manager.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\handlers.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\wifi_provisioning\\src\\handlers.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\wifi_provisioning\\src\\handlers.c", - "output": "esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\handlers.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\scheme_console.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\wifi_provisioning\\src\\scheme_console.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wifi_provisioning\\proto-c\\wifi_config.pb-c.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wifi_provisioning\\proto-c\\wifi_scan.pb-c.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wifi_provisioning\\proto-c\\wifi_ctrl.pb-c.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -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\\alex\\esp\\v5.4\\esp-idf\\components\\wifi_provisioning\\proto-c\\wifi_constants.pb-c.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\scheme_softap.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\components\\wifi_provisioning\\src\\scheme_softap.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocol_examples_common\\CMakeFiles\\__idf_protocol_examples_common.dir\\stdin_out.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\examples\\common_components\\protocol_examples_common\\stdin_out.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\examples\\common_components\\protocol_examples_common\\stdin_out.c", - "output": "esp-idf\\protocol_examples_common\\CMakeFiles\\__idf_protocol_examples_common.dir\\stdin_out.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocol_examples_common\\CMakeFiles\\__idf_protocol_examples_common.dir\\addr_from_stdin.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\examples\\common_components\\protocol_examples_common\\addr_from_stdin.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\examples\\common_components\\protocol_examples_common\\addr_from_stdin.c", - "output": "esp-idf\\protocol_examples_common\\CMakeFiles\\__idf_protocol_examples_common.dir\\addr_from_stdin.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocol_examples_common\\CMakeFiles\\__idf_protocol_examples_common.dir\\connect.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\examples\\common_components\\protocol_examples_common\\connect.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\examples\\common_components\\protocol_examples_common\\connect.c", - "output": "esp-idf\\protocol_examples_common\\CMakeFiles\\__idf_protocol_examples_common.dir\\connect.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocol_examples_common\\CMakeFiles\\__idf_protocol_examples_common.dir\\wifi_connect.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\examples\\common_components\\protocol_examples_common\\wifi_connect.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\examples\\common_components\\protocol_examples_common\\wifi_connect.c", - "output": "esp-idf\\protocol_examples_common\\CMakeFiles\\__idf_protocol_examples_common.dir\\wifi_connect.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocol_examples_common\\CMakeFiles\\__idf_protocol_examples_common.dir\\protocol_examples_utils.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\examples\\common_components\\protocol_examples_common\\protocol_examples_utils.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\examples\\common_components\\protocol_examples_common\\protocol_examples_utils.c", - "output": "esp-idf\\protocol_examples_common\\CMakeFiles\\__idf_protocol_examples_common.dir\\protocol_examples_utils.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocol_examples_common\\CMakeFiles\\__idf_protocol_examples_common.dir\\console_cmd.c.obj -c C:\\Users\\alex\\esp\\v5.4\\esp-idf\\examples\\common_components\\protocol_examples_common\\console_cmd.c", - "file": "C:\\Users\\alex\\esp\\v5.4\\esp-idf\\examples\\common_components\\protocol_examples_common\\console_cmd.c", - "output": "esp-idf\\protocol_examples_common\\CMakeFiles\\__idf_protocol_examples_common.dir\\console_cmd.c.obj" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "command": "C:\\Users\\alex\\esp\\tools\\riscv32-esp-elf\\esp-14.2.0_20241119\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config -IC:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main -IC:/Users/alex/esp/v5.4/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/config/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -IC:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/include/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/debug_probe/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/. -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/include -IC:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/v5.4/esp-idf/components/log/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/register -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/hal/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/v5.4/esp-idf/components/riscv/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/include/sys -IC:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_update/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/include -IC:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_security/include -IC:/Users/alex/esp/v5.4/esp-idf/components/pthread/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/include -IC:/Users/alex/esp/v5.4/esp-idf/components/vfs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/app_trace/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_event/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/include -IC:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/include/local -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/include -IC:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/v5.4/esp-idf/components/cmock/CMock/src -IC:/Users/alex/esp/v5.4/esp-idf/components/console -IC:/Users/alex/esp/v5.4/esp-idf/components/http_parser -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls -IC:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_jpeg/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ppa/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_ota/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/include/port/riscv -IC:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src -IC:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/v5.4/esp-idf/components/idf_test/include -IC:/Users/alex/esp/v5.4/esp-idf/components/idf_test/include/esp32c3 -IC:/Users/alex/esp/v5.4/esp-idf/components/ieee802154/include -IC:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON -IC:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider/include -IC:/Users/alex/esp/v5.4/esp-idf/components/rt/include -IC:/Users/alex/esp/v5.4/esp-idf/components/spiffs/include -IC:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl=. -fmacro-prefix-map=C:/Users/alex/esp/v5.4/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf\\main\\CMakeFiles\\__idf_main.dir\\app_main.c.obj -c C:\\Users\\alex\\github\\ESP-Nodes\\ESP-IDF_mqtt-ssl\\main\\app_main.c", - "file": "C:\\Users\\alex\\github\\ESP-Nodes\\ESP-IDF_mqtt-ssl\\main\\app_main.c", - "output": "esp-idf\\main\\CMakeFiles\\__idf_main.dir\\app_main.c.obj" -} -] \ No newline at end of file diff --git a/ESP-IDF_mqtt-ssl/build/config.env b/ESP-IDF_mqtt-ssl/build/config.env deleted file mode 100755 index bbb840305..000000000 --- a/ESP-IDF_mqtt-ssl/build/config.env +++ /dev/null @@ -1,12 +0,0 @@ -{ - "COMPONENT_KCONFIGS": "C:/Users/alex/esp/v5.4/esp-idf/components/app_trace/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/bt/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/console/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/driver/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/efuse/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_common/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_jpeg/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_touch_sens/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_event/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_https_ota/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_security/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/fatfs/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/freertos/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/hal/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/heap/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/ieee802154/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/log/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/lwip/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/newlib/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/openthread/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/protocomm/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/pthread/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/soc/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/spiffs/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/ulp/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/unity/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/usb/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/vfs/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/Kconfig", - "COMPONENT_KCONFIGS_PROJBUILD": "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/Kconfig.projbuild;C:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/Kconfig.projbuild;C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/Kconfig.projbuild;C:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/Kconfig.projbuild;C:/Users/alex/esp/v5.4/esp-idf/components/partition_table/Kconfig.projbuild;C:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/Kconfig.projbuild", - "COMPONENT_SDKCONFIG_RENAMES": "C:/Users/alex/esp/v5.4/esp-idf/components/app_trace/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/bt/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/bt/sdkconfig.rename.esp32c3;C:/Users/alex/esp/v5.4/esp-idf/components/driver/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/esp_event/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/esp_https_ota/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/sdkconfig.rename.esp32c3;C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/sdkconfig.rename.esp32c3;C:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/freertos/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/hal/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/lwip/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/newlib/sdkconfig.rename.esp32c3;C:/Users/alex/esp/v5.4/esp-idf/components/pthread/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/sdkconfig.rename;C:/Users/alex/esp/v5.4/esp-idf/components/vfs/sdkconfig.rename", - "IDF_TARGET": "esp32c3", - "IDF_TOOLCHAIN": "gcc", - "IDF_VERSION": "5.4.0", - "IDF_ENV_FPGA": "", - "IDF_PATH": "C:/Users/alex/esp/v5.4/esp-idf", - "COMPONENT_KCONFIGS_SOURCE_FILE": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/kconfigs.in", - "COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/kconfigs_projbuild.in" -} diff --git a/ESP-IDF_mqtt-ssl/build/config/kconfig_menus.json b/ESP-IDF_mqtt-ssl/build/config/kconfig_menus.json deleted file mode 100644 index 36cc46a4d..000000000 --- a/ESP-IDF_mqtt-ssl/build/config/kconfig_menus.json +++ /dev/null @@ -1,30002 +0,0 @@ -[ - { - "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_DEDICATED_GPIO_SUPPORTED", - "name": "SOC_DEDICATED_GPIO_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_GDMA_SUPPORTED", - "name": "SOC_GDMA_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_AHB_GDMA_SUPPORTED", - "name": "SOC_AHB_GDMA_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_TWAI_SUPPORTED", - "name": "SOC_TWAI_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_ASYNC_MEMCPY_SUPPORTED", - "name": "SOC_ASYNC_MEMCPY_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_USB_SERIAL_JTAG_SUPPORTED", - "name": "SOC_USB_SERIAL_JTAG_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_TEMP_SENSOR_SUPPORTED", - "name": "SOC_TEMP_SENSOR_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_XT_WDT_SUPPORTED", - "name": "SOC_XT_WDT_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PHY_SUPPORTED", - "name": "SOC_PHY_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_SUPPORTS_SECURE_DL_MODE", - "name": "SOC_SUPPORTS_SECURE_DL_MODE", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EFUSE_KEY_PURPOSE_FIELD", - "name": "SOC_EFUSE_KEY_PURPOSE_FIELD", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EFUSE_HAS_EFUSE_RST_BUG", - "name": "SOC_EFUSE_HAS_EFUSE_RST_BUG", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EFUSE_SUPPORTED", - "name": "SOC_EFUSE_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_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_SYSTIMER_SUPPORTED", - "name": "SOC_SYSTIMER_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_HMAC_SUPPORTED", - "name": "SOC_HMAC_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_DIG_SIGN_SUPPORTED", - "name": "SOC_DIG_SIGN_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_MEMPROT_SUPPORTED", - "name": "SOC_MEMPROT_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_CLK_TREE_SUPPORTED", - "name": "SOC_CLK_TREE_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_ASSIST_DEBUG_SUPPORTED", - "name": "SOC_ASSIST_DEBUG_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_WDT_SUPPORTED", - "name": "SOC_WDT_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_FLASH_SUPPORTED", - "name": "SOC_SPI_FLASH_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_RNG_SUPPORTED", - "name": "SOC_RNG_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_LIGHT_SLEEP_SUPPORTED", - "name": "SOC_LIGHT_SLEEP_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_DEEP_SLEEP_SUPPORTED", - "name": "SOC_DEEP_SLEEP_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_LP_PERIPH_SHARE_INTERRUPT", - "name": "SOC_LP_PERIPH_SHARE_INTERRUPT", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PM_SUPPORTED", - "name": "SOC_PM_SUPPORTED", - "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_AES_SUPPORT_DMA", - "name": "SOC_AES_SUPPORT_DMA", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_AES_GDMA", - "name": "SOC_AES_GDMA", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_256", - "name": "SOC_AES_SUPPORT_AES_256", - "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_ARBITER_SUPPORTED", - "name": "SOC_ADC_ARBITER_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_ADC_DIG_IIR_FILTER_SUPPORTED", - "name": "SOC_ADC_DIG_IIR_FILTER_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_ADC_MONITOR_SUPPORTED", - "name": "SOC_ADC_MONITOR_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_DIGI_IIR_FILTER_NUM", - "name": "SOC_ADC_DIGI_IIR_FILTER_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_ADC_DIGI_MONITOR_NUM", - "name": "SOC_ADC_DIGI_MONITOR_NUM", - "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_ADC_CALIBRATION_V1_SUPPORTED", - "name": "SOC_ADC_CALIBRATION_V1_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_ADC_SELF_HW_CALI_SUPPORTED", - "name": "SOC_ADC_SELF_HW_CALI_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_ADC_SHARED_POWER", - "name": "SOC_ADC_SHARED_POWER", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_APB_BACKUP_DMA", - "name": "SOC_APB_BACKUP_DMA", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_BROWNOUT_RESET_SUPPORTED", - "name": "SOC_BROWNOUT_RESET_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_CACHE_MEMORY_IBANK_SIZE", - "name": "SOC_CACHE_MEMORY_IBANK_SIZE", - "range": null, - "title": null, - "type": "hex" - }, - { - "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_FLEXIBLE_INTC", - "name": "SOC_CPU_HAS_FLEXIBLE_INTC", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_CPU_HAS_CSR_PC", - "name": "SOC_CPU_HAS_CSR_PC", - "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": "hex" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_DS_SIGNATURE_MAX_BIT_LEN", - "name": "SOC_DS_SIGNATURE_MAX_BIT_LEN", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_DS_KEY_PARAM_MD_IV_LENGTH", - "name": "SOC_DS_KEY_PARAM_MD_IV_LENGTH", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_DS_KEY_CHECK_MAX_WAIT_US", - "name": "SOC_DS_KEY_CHECK_MAX_WAIT_US", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_AHB_GDMA_VERSION", - "name": "SOC_AHB_GDMA_VERSION", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_GDMA_NUM_GROUPS_MAX", - "name": "SOC_GDMA_NUM_GROUPS_MAX", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_GDMA_PAIRS_PER_GROUP_MAX", - "name": "SOC_GDMA_PAIRS_PER_GROUP_MAX", - "range": null, - "title": null, - "type": "int" - }, - { - "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_SUPPORT_PIN_GLITCH_FILTER", - "name": "SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_GPIO_FILTER_CLK_SUPPORT_APB", - "name": "SOC_GPIO_FILTER_CLK_SUPPORT_APB", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_GPIO_SUPPORT_FORCE_HOLD", - "name": "SOC_GPIO_SUPPORT_FORCE_HOLD", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP", - "name": "SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_DEEP_SLEEP_WAKE_VALID_GPIO_MASK", - "name": "SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT", - "name": "SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT", - "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_GPIO_CLOCKOUT_BY_GPIO_MATRIX", - "name": "SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_GPIO_CLOCKOUT_CHANNEL_NUM", - "name": "SOC_GPIO_CLOCKOUT_CHANNEL_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP", - "name": "SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_DEDIC_GPIO_OUT_CHANNELS_NUM", - "name": "SOC_DEDIC_GPIO_OUT_CHANNELS_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_DEDIC_GPIO_IN_CHANNELS_NUM", - "name": "SOC_DEDIC_GPIO_IN_CHANNELS_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_DEDIC_PERIPH_ALWAYS_ENABLE", - "name": "SOC_DEDIC_PERIPH_ALWAYS_ENABLE", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_HP_I2C_NUM", - "name": "SOC_HP_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_HW_CLR_BUS", - "name": "SOC_I2C_SUPPORT_HW_CLR_BUS", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2C_SUPPORT_XTAL", - "name": "SOC_I2C_SUPPORT_XTAL", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2C_SUPPORT_RTC", - "name": "SOC_I2C_SUPPORT_RTC", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2C_SUPPORT_10BIT_ADDR", - "name": "SOC_I2C_SUPPORT_10BIT_ADDR", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2C_SLAVE_SUPPORT_BROADCAST", - "name": "SOC_I2C_SLAVE_SUPPORT_BROADCAST", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE", - "name": "SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS", - "name": "SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS", - "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_2", - "name": "SOC_I2S_HW_VERSION_2", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2S_SUPPORTS_XTAL", - "name": "SOC_I2S_SUPPORTS_XTAL", - "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_PCM", - "name": "SOC_I2S_SUPPORTS_PCM", - "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_TDM", - "name": "SOC_I2S_SUPPORTS_TDM", - "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_XTAL_CLOCK", - "name": "SOC_LEDC_SUPPORT_XTAL_CLOCK", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_LEDC_TIMER_NUM", - "name": "SOC_LEDC_TIMER_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "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_LEDC_SUPPORT_FADE_STOP", - "name": "SOC_LEDC_SUPPORT_FADE_STOP", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_MMU_PERIPH_NUM", - "name": "SOC_MMU_PERIPH_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_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_RX_PINGPONG", - "name": "SOC_RMT_SUPPORT_RX_PINGPONG", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_RMT_SUPPORT_RX_DEMODULATION", - "name": "SOC_RMT_SUPPORT_RX_DEMODULATION", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_RMT_SUPPORT_TX_ASYNC_STOP", - "name": "SOC_RMT_SUPPORT_TX_ASYNC_STOP", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_RMT_SUPPORT_TX_LOOP_COUNT", - "name": "SOC_RMT_SUPPORT_TX_LOOP_COUNT", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_RMT_SUPPORT_TX_SYNCHRO", - "name": "SOC_RMT_SUPPORT_TX_SYNCHRO", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY", - "name": "SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_RMT_SUPPORT_XTAL", - "name": "SOC_RMT_SUPPORT_XTAL", - "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_SUPPORT_RC_FAST", - "name": "SOC_RMT_SUPPORT_RC_FAST", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH", - "name": "SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM", - "name": "SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SLEEP_SYSTIMER_STALL_WORKAROUND", - "name": "SOC_SLEEP_SYSTIMER_STALL_WORKAROUND", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SLEEP_TGWDT_STOP_WORKAROUND", - "name": "SOC_SLEEP_TGWDT_STOP_WORKAROUND", - "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_MPI_MEM_BLOCKS_NUM", - "name": "SOC_MPI_MEM_BLOCKS_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MPI_OPERATIONS_NUM", - "name": "SOC_MPI_OPERATIONS_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "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_SHA_DMA_MAX_BUFFER_SIZE", - "name": "SOC_SHA_DMA_MAX_BUFFER_SIZE", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SHA_SUPPORT_DMA", - "name": "SOC_SHA_SUPPORT_DMA", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SHA_SUPPORT_RESUME", - "name": "SOC_SHA_SUPPORT_RESUME", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SHA_GDMA", - "name": "SOC_SHA_GDMA", - "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_SHA224", - "name": "SOC_SHA_SUPPORT_SHA224", - "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_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_PERIPH_NUM", - "name": "SOC_SPI_PERIPH_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_MAXIMUM_BUFFER_SIZE", - "name": "SOC_SPI_MAXIMUM_BUFFER_SIZE", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_SUPPORT_DDRCLK", - "name": "SOC_SPI_SUPPORT_DDRCLK", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_SLAVE_SUPPORT_SEG_TRANS", - "name": "SOC_SPI_SLAVE_SUPPORT_SEG_TRANS", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_SUPPORT_CD_SIG", - "name": "SOC_SPI_SUPPORT_CD_SIG", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_SUPPORT_CONTINUOUS_TRANS", - "name": "SOC_SPI_SUPPORT_CONTINUOUS_TRANS", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_SUPPORT_SLAVE_HD_VER2", - "name": "SOC_SPI_SUPPORT_SLAVE_HD_VER2", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_SUPPORT_CLK_XTAL", - "name": "SOC_SPI_SUPPORT_CLK_XTAL", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT", - "name": "SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_SCT_SUPPORTED", - "name": "SOC_SPI_SCT_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_SCT_REG_NUM", - "name": "SOC_SPI_SCT_REG_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_SCT_BUFFER_NUM_MAX", - "name": "SOC_SPI_SCT_BUFFER_NUM_MAX", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_SCT_CONF_BITLEN_MAX", - "name": "SOC_SPI_SCT_CONF_BITLEN_MAX", - "range": null, - "title": null, - "type": "hex" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MEMSPI_IS_INDEPENDENT", - "name": "SOC_MEMSPI_IS_INDEPENDENT", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE", - "name": "SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND", - "name": "SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_MEM_SUPPORT_AUTO_RESUME", - "name": "SOC_SPI_MEM_SUPPORT_AUTO_RESUME", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_MEM_SUPPORT_IDLE_INTR", - "name": "SOC_SPI_MEM_SUPPORT_IDLE_INTR", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_MEM_SUPPORT_SW_SUSPEND", - "name": "SOC_SPI_MEM_SUPPORT_SW_SUSPEND", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_MEM_SUPPORT_CHECK_SUS", - "name": "SOC_SPI_MEM_SUPPORT_CHECK_SUS", - "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_SPI_MEM_SUPPORT_WRAP", - "name": "SOC_SPI_MEM_SUPPORT_WRAP", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_SYSTIMER_COUNTER_NUM", - "name": "SOC_SYSTIMER_COUNTER_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SYSTIMER_ALARM_NUM", - "name": "SOC_SYSTIMER_ALARM_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SYSTIMER_BIT_WIDTH_LO", - "name": "SOC_SYSTIMER_BIT_WIDTH_LO", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SYSTIMER_BIT_WIDTH_HI", - "name": "SOC_SYSTIMER_BIT_WIDTH_HI", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SYSTIMER_FIXED_DIVIDER", - "name": "SOC_SYSTIMER_FIXED_DIVIDER", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SYSTIMER_INT_LEVEL", - "name": "SOC_SYSTIMER_INT_LEVEL", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SYSTIMER_ALARM_MISS_COMPENSATE", - "name": "SOC_SYSTIMER_ALARM_MISS_COMPENSATE", - "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_SUPPORT_XTAL", - "name": "SOC_TIMER_GROUP_SUPPORT_XTAL", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_TIMER_GROUP_TOTAL_TIMERS", - "name": "SOC_TIMER_GROUP_TOTAL_TIMERS", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MWDT_SUPPORT_XTAL", - "name": "SOC_MWDT_SUPPORT_XTAL", - "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_CLK_SUPPORT_APB", - "name": "SOC_TWAI_CLK_SUPPORT_APB", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_BRP_MAX", - "name": "SOC_TWAI_BRP_MAX", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_TWAI_SUPPORTS_RX_STATUS", - "name": "SOC_TWAI_SUPPORTS_RX_STATUS", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EFUSE_DIS_DOWNLOAD_ICACHE", - "name": "SOC_EFUSE_DIS_DOWNLOAD_ICACHE", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EFUSE_DIS_PAD_JTAG", - "name": "SOC_EFUSE_DIS_PAD_JTAG", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EFUSE_DIS_USB_JTAG", - "name": "SOC_EFUSE_DIS_USB_JTAG", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EFUSE_DIS_DIRECT_BOOT", - "name": "SOC_EFUSE_DIS_DIRECT_BOOT", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EFUSE_SOFT_DIS_JTAG", - "name": "SOC_EFUSE_SOFT_DIS_JTAG", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EFUSE_DIS_ICACHE", - "name": "SOC_EFUSE_DIS_ICACHE", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK", - "name": "SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SECURE_BOOT_V2_RSA", - "name": "SOC_SECURE_BOOT_V2_RSA", - "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": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS", - "name": "SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY", - "name": "SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY", - "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_FLASH_ENCRYPTION_XTS_AES", - "name": "SOC_FLASH_ENCRYPTION_XTS_AES", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_FLASH_ENCRYPTION_XTS_AES_128", - "name": "SOC_FLASH_ENCRYPTION_XTS_AES_128", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE", - "name": "SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MEMPROT_MEM_ALIGN_SIZE", - "name": "SOC_MEMPROT_MEM_ALIGN_SIZE", - "range": null, - "title": null, - "type": "int" - }, - { - "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_HP_NUM", - "name": "SOC_UART_HP_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "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_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_RTC_CLK", - "name": "SOC_UART_SUPPORT_RTC_CLK", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_UART_SUPPORT_XTAL_CLK", - "name": "SOC_UART_SUPPORT_XTAL_CLK", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_UART_SUPPORT_WAKEUP_INT", - "name": "SOC_UART_SUPPORT_WAKEUP_INT", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_UART_SUPPORT_FSM_TX_WAIT_SEND", - "name": "SOC_UART_SUPPORT_FSM_TX_WAIT_SEND", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_COEX_HW_PTI", - "name": "SOC_COEX_HW_PTI", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EXTERNAL_COEX_ADVANCE", - "name": "SOC_EXTERNAL_COEX_ADVANCE", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EXTERNAL_COEX_LEADER_TX_LINE", - "name": "SOC_EXTERNAL_COEX_LEADER_TX_LINE", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_MAC_BB_PD_MEM_SIZE", - "name": "SOC_MAC_BB_PD_MEM_SIZE", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH", - "name": "SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PM_SUPPORT_WIFI_WAKEUP", - "name": "SOC_PM_SUPPORT_WIFI_WAKEUP", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PM_SUPPORT_BT_WAKEUP", - "name": "SOC_PM_SUPPORT_BT_WAKEUP", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PM_SUPPORT_CPU_PD", - "name": "SOC_PM_SUPPORT_CPU_PD", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PM_SUPPORT_WIFI_PD", - "name": "SOC_PM_SUPPORT_WIFI_PD", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PM_SUPPORT_BT_PD", - "name": "SOC_PM_SUPPORT_BT_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_MAC_BB_PD", - "name": "SOC_PM_SUPPORT_MAC_BB_PD", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PM_CPU_RETENTION_BY_RTCCNTL", - "name": "SOC_PM_CPU_RETENTION_BY_RTCCNTL", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PM_MODEM_RETENTION_BY_BACKUPDMA", - "name": "SOC_PM_MODEM_RETENTION_BY_BACKUPDMA", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PM_MODEM_PD_BY_SW", - "name": "SOC_PM_MODEM_PD_BY_SW", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_TEMPERATURE_SENSOR_SUPPORT_FAST_RC", - "name": "SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL", - "name": "SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_WIFI_HW_TSF", - "name": "SOC_WIFI_HW_TSF", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_WIFI_FTM_SUPPORT", - "name": "SOC_WIFI_FTM_SUPPORT", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_WIFI_GCMP_SUPPORT", - "name": "SOC_WIFI_GCMP_SUPPORT", - "range": null, - "title": null, - "type": "bool" - }, - { - "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_PHY_NEEDS_USB_WORKAROUND", - "name": "SOC_WIFI_PHY_NEEDS_USB_WORKAROUND", - "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_BLE_50_SUPPORTED", - "name": "SOC_BLE_50_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_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": "- This option is for internal use only.\n- Enabling this option will help enable all FPGA support so as to\n run ESP-IDF on an FPGA. This can help reproduce some issues that\n only happens on FPGA condition, or when you have to burn some\n efuses multiple times.", - "id": "IDF_ENV_FPGA", - "name": "IDF_ENV_FPGA", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "- This option is ONLY used when doing new chip bringup.\n- This option will only enable necessary hw / sw settings for running\n a hello_world application.", - "id": "IDF_ENV_BRINGUP", - "name": "IDF_ENV_BRINGUP", - "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_DOC_BUILD", - "name": "IDF_DOC_BUILD", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "IDF_TOOLCHAIN", - "name": "IDF_TOOLCHAIN", - "range": null, - "title": null, - "type": "string" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "IDF_TOOLCHAIN_CLANG", - "name": "IDF_TOOLCHAIN_CLANG", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "IDF_TOOLCHAIN_GCC", - "name": "IDF_TOOLCHAIN_GCC", - "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_INIT_VERSION", - "name": "IDF_INIT_VERSION", - "range": null, - "title": null, - "type": "string" - }, - { - "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_ESP32C5", - "name": "IDF_TARGET_ESP32C5", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "IDF_TARGET_ESP32P4", - "name": "IDF_TARGET_ESP32P4", - "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_ESP32C61", - "name": "IDF_TARGET_ESP32C61", - "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": [ - { - "children": [], - "depends_on": "!APP_REPRODUCIBLE_BUILD", - "help": "If set, then the bootloader will be built with the current time/date stamp.\nIt is stored in the bootloader description\nstructure. If not set, time/date stamp will be excluded from bootloader image.\nThis can be useful for getting the\nsame binary image files made from the same source, but at different times.", - "id": "BOOTLOADER_COMPILE_TIME_DATE", - "name": "BOOTLOADER_COMPILE_TIME_DATE", - "range": null, - "title": "Use time/date stamp for bootloader", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "Project version. It is placed in \"version\" field of the esp_bootloader_desc structure.\nThe type of this field is \"uint32_t\".", - "id": "BOOTLOADER_PROJECT_VER", - "name": "BOOTLOADER_PROJECT_VER", - "range": [ - 0, - 4294967295 - ], - "title": "Project version", - "type": "int" - } - ], - "depends_on": null, - "id": "bootloader-config-bootloader-manager", - "title": "Bootloader manager", - "type": "menu" - }, - { - "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 with GCC, -Oz with Clang)", - "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": "(IDF_TARGET_ARCH_XTENSA || IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32C2) && ", - "help": null, - "id": "BOOTLOADER_COMPILER_OPTIMIZATION_NONE", - "name": "BOOTLOADER_COMPILER_OPTIMIZATION_NONE", - "range": null, - "title": "Debug without optimization (-O0) (Deprecated, will be removed in IDF v6.0)", - "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 -Os (-Oz with clang) 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\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": [ - { - "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-log-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": null, - "help": "Use ANSI terminal colors in log output\nEnable ANSI terminal color codes.\nIn order to view these, your terminal program must support ANSI color codes.", - "id": "BOOTLOADER_LOG_COLORS", - "name": "BOOTLOADER_LOG_COLORS", - "range": null, - "title": "Color", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "NO_SYMBOL && ", - "help": null, - "id": "BOOTLOADER_LOG_TIMESTAMP_SOURCE_NONE", - "name": "BOOTLOADER_LOG_TIMESTAMP_SOURCE_NONE", - "range": null, - "title": "None", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS", - "name": "BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS", - "range": null, - "title": "Milliseconds Since Boot", - "type": "bool" - } - ], - "depends_on": null, - "help": "Choose what sort of timestamp is displayed in the log output:\n\n- \"None\" - The log will only contain the actual log messages themselves\n without any time-related information. Avoiding timestamps can help conserve\n processing power and memory. It might useful when you\n perform log analysis or debugging, sometimes it's more straightforward\n to work with logs that lack timestamps, especially if the time of occurrence\n is not critical for understanding the issues.\n \"I log_test: info message\"\n\n- \"Milliseconds since boot\" is calculated from the RTOS tick count multiplied\n by the tick period. This time will reset after a software reboot.\n \"I (112500) log_test: info message\"", - "id": "bootloader-config-log-format-timestamp", - "name": "BOOTLOADER_LOG_TIMESTAMP_SOURCE", - "title": "Timestamp", - "type": "choice" - } - ], - "depends_on": null, - "id": "bootloader-config-log-format", - "title": "Format", - "type": "menu" - } - ], - "depends_on": null, - "id": "bootloader-config-log", - "title": "Log", - "type": "menu" - }, - { - "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": "This is a helper config for 32bits address flash. Invisible for users.", - "id": "BOOTLOADER_FLASH_NEEDS_32BIT_FEAT", - "name": "BOOTLOADER_FLASH_NEEDS_32BIT_FEAT", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "This is a helper config for 32bits address quad flash. Invisible for users.", - "id": "BOOTLOADER_FLASH_NEEDS_32BIT_ADDR_QUAD_FLASH", - "name": "BOOTLOADER_FLASH_NEEDS_32BIT_ADDR_QUAD_FLASH", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": "BOOTLOADER_FLASH_NEEDS_32BIT_ADDR_QUAD_FLASH && IDF_EXPERIMENTAL_FEATURES", - "help": "Enabling this option allows the CPU to access 32-bit-address flash beyond 16M range.\n1. This option only valid for 4-line flash. Octal flash doesn't need this.\n2. This option is experimental, which means it can\u2019t use on all flash chips stable, for more\ninformation, please contact Espressif Business support.", - "id": "BOOTLOADER_CACHE_32BIT_ADDR_QUAD_FLASH", - "name": "BOOTLOADER_CACHE_32BIT_ADDR_QUAD_FLASH", - "range": null, - "title": "Enable cache access to 32-bit-address (over 16MB) range of SPI Flash (READ DOCS FIRST)", - "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. To trigger a factory\nreset, this GPIO must be held high or low (as configured) on startup.\n\nNote that on some SoCs not all pins have an internal pull-up and certain pins are already\nused by ROM bootloader as bootstrapping. Refer to the technical reference manual for further\ndetails on the selected SoC.", - "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]).\n\nNote that on some SoCs not all pins have an internal pull-up and certain pins are already\nused by ROM bootloader as bootstrapping. Refer to the technical reference manual for further\ndetails on the selected SoC.", - "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.\nNOTE: Disabling this config on some targets (ESP32-C6, ESP32-H2, ESP32-C5) would not generate\nan exception when reading from or writing to 0x0.", - "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 wdt_hal_feed() for resetting counter of RTC_WDT.\nFor esp32/s2 you can also use rtc_wdt_feed().\n\nUse function wdt_hal_disable() for disabling RTC_WDT.\nFor esp32/s2 you can also use rtc_wdt_disable().", - "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 implementation 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": "(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 calculation.\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 bootloader 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": [], - "depends_on": "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 secure boot public key digest,\ncausing an immediate denial of service and possibly allowing an additional fault injection attack to\nbypass the signature protection.\n\nThe option must be set when you need to program any read-protected key type into the efuses,\ne.g., HMAC, ECDSA etc. after secure boot has already been enabled on the device.\nPlease refer to secure boot V2 documentation guide for more details.\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\n\nPlease refer to the Secure Boot V2 documentation guide for more information.", - "id": "SECURE_BOOT_V2_ALLOW_EFUSE_RD_DIS", - "name": "SECURE_BOOT_V2_ALLOW_EFUSE_RD_DIS", - "range": null, - "title": "Do not disable the ability to further read protect eFuses", - "type": "bool" - }, - { - "children": [], - "depends_on": "SECURE_BOOT_V2_ENABLED && SECURE_BOOT_BUILD_SIGNED_BINARIES", - "help": "When Secure Boot V2 is enabled, by default the bootloader is not flashed along with other artifacts\nlike the application and the partition table images, i.e. bootloader has to be separately flashed\nusing the command `idf.py bootloader flash`, whereas, the application and partition table can be flashed\nusing the command `idf.py flash` itself.\nEnabling this option allows flashing the bootloader along with the other artifacts\nby invocation of the command `idf.py flash`.\n\nIf this option is enabled make sure that even the bootloader is signed using the correct secure boot key,\notherwise the bootloader signature verification would fail, as hash of the public key which is present in\nthe bootloader signature would not match with the digest stored into the efuses\nand thus the device will not be able to boot up.", - "id": "SECURE_BOOT_FLASH_BOOTLOADER_DEFAULT", - "name": "SECURE_BOOT_FLASH_BOOTLOADER_DEFAULT", - "range": null, - "title": "Flash bootloader along with other artifacts when using the default flash command", - "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 XTS-AES 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-xts-aes-key", - "name": "SECURE_FLASH_ENCRYPTION_KEYSIZE", - "title": "Size of generated XTS-AES 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 && 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.\n\nNote that if you plan to enable secure boot during the first boot up, the bootloader will intentionally\nrevoke the unused digest slots while enabling secure boot, even if the above config is enabled because\nkeeping the unused key slots un-revoked would a security hazard.\nIn case for any development workflow if you need to avoid this revocation, you should enable\nsecure boot externally (host based mechanism) rather than enabling it during the boot up,\nso that the bootloader would not need to enable secure boot and thus you could avoid its revocation\nstrategy.", - "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 (default), 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, 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": [], - "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": "!APP_REPRODUCIBLE_BUILD", - "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 the embedded APP ELF SHA-256 hash value from flash\nand convert it into a string and store it in a RAM buffer.\nThis ensures the panic handler and core dump will be able to print this string\neven when cache is disabled.\nThe size of the buffer is APP_RETRIEVE_LEN_ELF_SHA plus the null terminator.\nChanging this value will change the size of this 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_UART_CLK_IS_XTAL", - "name": "ESP_ROM_UART_CLK_IS_XTAL", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_USB_SERIAL_DEVICE_NUM", - "name": "ESP_ROM_USB_SERIAL_DEVICE_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_HAS_RETARGETABLE_LOCKING", - "name": "ESP_ROM_HAS_RETARGETABLE_LOCKING", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_HAS_ERASE_0_REGION_BUG", - "name": "ESP_ROM_HAS_ERASE_0_REGION_BUG", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV", - "name": "ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_GET_CLK_FREQ", - "name": "ESP_ROM_GET_CLK_FREQ", - "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_LAYOUT_TABLE", - "name": "ESP_ROM_HAS_LAYOUT_TABLE", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_HAS_SPI_FLASH", - "name": "ESP_ROM_HAS_SPI_FLASH", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_HAS_ETS_PRINTF_BUG", - "name": "ESP_ROM_HAS_ETS_PRINTF_BUG", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_HAS_NEWLIB", - "name": "ESP_ROM_HAS_NEWLIB", - "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": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_HAS_NEWLIB_32BIT_TIME", - "name": "ESP_ROM_HAS_NEWLIB_32BIT_TIME", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE", - "name": "ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_RAM_APP_NEEDS_MMU_INIT", - "name": "ESP_ROM_RAM_APP_NEEDS_MMU_INIT", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_HAS_SW_FLOAT", - "name": "ESP_ROM_HAS_SW_FLOAT", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_USB_OTG_NUM", - "name": "ESP_ROM_USB_OTG_NUM", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_HAS_VERSION", - "name": "ESP_ROM_HAS_VERSION", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB", - "name": "ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB", - "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": "", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_80M", - "name": "ESPTOOLPY_FLASHFREQ_80M", - "range": null, - "title": "80 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_40M", - "name": "ESPTOOLPY_FLASHFREQ_40M", - "range": null, - "title": "40 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_26M", - "name": "ESPTOOLPY_FLASHFREQ_26M", - "range": null, - "title": "26 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_20M", - "name": "ESPTOOLPY_FLASHFREQ_20M", - "range": null, - "title": "20 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": 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": "This is a basic OTA-enabled partition table with\ntwo OTA app partitions. Both app partition sizes are 1700K,\nso this partition table requires 4MB or larger flash size.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_two_ota_large.csv", - "id": "PARTITION_TABLE_TWO_OTA_LARGE", - "name": "PARTITION_TABLE_TWO_OTA_LARGE", - "range": null, - "title": "Two large size OTA partitions", - "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_SEC_KEY_PROTECT_USING_FLASH_ENC && ", - "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_SEC_KEY_PROTECT_USING_FLASH_ENC && ", - "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_SEC_KEY_PROTECT_USING_FLASH_ENC && ", - "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.\nThis path is evaluated relative to the project root directory by default.\nHowever, if the absolute path for the CSV file is provided, then the absolute path is configured.", - "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": [], - "depends_on": null, - "help": null, - "id": "ENV_GPIO_RANGE_MIN", - "name": "ENV_GPIO_RANGE_MIN", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ENV_GPIO_RANGE_MAX", - "name": "ENV_GPIO_RANGE_MAX", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ENV_GPIO_IN_RANGE_MAX", - "name": "ENV_GPIO_IN_RANGE_MAX", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ENV_GPIO_OUT_RANGE_MAX", - "name": "ENV_GPIO_OUT_RANGE_MAX", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [ - { - "children": [], - "depends_on": "EXAMPLE_CONNECT_WIFI", - "help": "Give the WiFi SSID and password from stdin.", - "id": "EXAMPLE_WIFI_SSID_PWD_FROM_STDIN", - "name": "EXAMPLE_WIFI_SSID_PWD_FROM_STDIN", - "range": null, - "title": "Get ssid and password from stdin", - "type": "bool" - }, - { - "children": [], - "depends_on": "!EXAMPLE_WIFI_SSID_PWD_FROM_STDIN && EXAMPLE_CONNECT_WIFI", - "help": "Provide wifi connect commands for esp_console.\nPlease use `example_register_wifi_connect_commands` to register them.", - "id": "EXAMPLE_PROVIDE_WIFI_CONSOLE_CMD", - "name": "EXAMPLE_PROVIDE_WIFI_CONSOLE_CMD", - "range": null, - "title": "Provide wifi connect commands", - "type": "bool" - }, - { - "children": [], - "depends_on": "!EXAMPLE_WIFI_SSID_PWD_FROM_STDIN && EXAMPLE_CONNECT_WIFI", - "help": "SSID (network name) for the example to connect to.", - "id": "EXAMPLE_WIFI_SSID", - "name": "EXAMPLE_WIFI_SSID", - "range": null, - "title": "WiFi SSID", - "type": "string" - }, - { - "children": [], - "depends_on": "!EXAMPLE_WIFI_SSID_PWD_FROM_STDIN && EXAMPLE_CONNECT_WIFI", - "help": "WiFi password (WPA or WPA2) for the example to use.\nCan be left blank if the network has no security set.", - "id": "EXAMPLE_WIFI_PASSWORD", - "name": "EXAMPLE_WIFI_PASSWORD", - "range": null, - "title": "WiFi Password", - "type": "string" - }, - { - "children": [], - "depends_on": "EXAMPLE_CONNECT_WIFI", - "help": "Set the Maximum retry to avoid station reconnecting to the AP unlimited,\nin case the AP is really inexistent.", - "id": "EXAMPLE_WIFI_CONN_MAX_RETRY", - "name": "EXAMPLE_WIFI_CONN_MAX_RETRY", - "range": null, - "title": "Maximum retry", - "type": "int" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "EXAMPLE_WIFI_SCAN_METHOD_FAST", - "name": "EXAMPLE_WIFI_SCAN_METHOD_FAST", - "range": null, - "title": "Fast", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "EXAMPLE_WIFI_SCAN_METHOD_ALL_CHANNEL", - "name": "EXAMPLE_WIFI_SCAN_METHOD_ALL_CHANNEL", - "range": null, - "title": "All Channel", - "type": "bool" - } - ], - "depends_on": "EXAMPLE_CONNECT_WIFI", - "help": "WiFi scan method:\n\nIf \"Fast\" is selected, scan will end after find SSID match AP.\n\nIf \"All Channel\" is selected, scan will end after scan all the channel.", - "id": "example-connection-configuration-connect-using-wifi-interface-wifi-scan-method", - "name": "EXAMPLE_WIFI_SCAN_METHOD", - "title": "WiFi Scan Method", - "type": "choice" - }, - { - "children": [ - { - "children": [], - "depends_on": "EXAMPLE_CONNECT_WIFI", - "help": "The minimum rssi to accept in the scan mode.", - "id": "EXAMPLE_WIFI_SCAN_RSSI_THRESHOLD", - "name": "EXAMPLE_WIFI_SCAN_RSSI_THRESHOLD", - "range": [ - -127, - 0 - ], - "title": "WiFi minimum rssi", - "type": "int" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "EXAMPLE_WIFI_AUTH_OPEN", - "name": "EXAMPLE_WIFI_AUTH_OPEN", - "range": null, - "title": "OPEN", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "EXAMPLE_WIFI_AUTH_WEP", - "name": "EXAMPLE_WIFI_AUTH_WEP", - "range": null, - "title": "WEP", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "EXAMPLE_WIFI_AUTH_WPA_PSK", - "name": "EXAMPLE_WIFI_AUTH_WPA_PSK", - "range": null, - "title": "WPA PSK", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "EXAMPLE_WIFI_AUTH_WPA2_PSK", - "name": "EXAMPLE_WIFI_AUTH_WPA2_PSK", - "range": null, - "title": "WPA2 PSK", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "EXAMPLE_WIFI_AUTH_WPA_WPA2_PSK", - "name": "EXAMPLE_WIFI_AUTH_WPA_WPA2_PSK", - "range": null, - "title": "WPA WPA2 PSK", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "EXAMPLE_WIFI_AUTH_WPA2_ENTERPRISE", - "name": "EXAMPLE_WIFI_AUTH_WPA2_ENTERPRISE", - "range": null, - "title": "WPA2 ENTERPRISE", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "EXAMPLE_WIFI_AUTH_WPA3_PSK", - "name": "EXAMPLE_WIFI_AUTH_WPA3_PSK", - "range": null, - "title": "WPA3 PSK", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "EXAMPLE_WIFI_AUTH_WPA2_WPA3_PSK", - "name": "EXAMPLE_WIFI_AUTH_WPA2_WPA3_PSK", - "range": null, - "title": "WPA2 WPA3 PSK", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "EXAMPLE_WIFI_AUTH_WAPI_PSK", - "name": "EXAMPLE_WIFI_AUTH_WAPI_PSK", - "range": null, - "title": "WAPI PSK", - "type": "bool" - } - ], - "depends_on": "EXAMPLE_CONNECT_WIFI", - "help": "The weakest authmode to accept in the scan mode.", - "id": "example-connection-configuration-connect-using-wifi-interface-wifi-scan-threshold-wifi-scan-auth-mode-threshold", - "name": "EXAMPLE_WIFI_SCAN_AUTH_MODE_THRESHOLD", - "title": "WiFi Scan auth mode threshold", - "type": "choice" - } - ], - "depends_on": "EXAMPLE_CONNECT_WIFI", - "id": "example-connection-configuration-connect-using-wifi-interface-wifi-scan-threshold", - "title": "WiFi Scan threshold", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "EXAMPLE_WIFI_CONNECT_AP_BY_SIGNAL", - "name": "EXAMPLE_WIFI_CONNECT_AP_BY_SIGNAL", - "range": null, - "title": "Signal", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "EXAMPLE_WIFI_CONNECT_AP_BY_SECURITY", - "name": "EXAMPLE_WIFI_CONNECT_AP_BY_SECURITY", - "range": null, - "title": "Security", - "type": "bool" - } - ], - "depends_on": "EXAMPLE_CONNECT_WIFI", - "help": "WiFi connect AP sort method:\n\nIf \"Signal\" is selected, Sort matched APs in scan list by RSSI.\n\nIf \"Security\" is selected, Sort matched APs in scan list by security mode.", - "id": "example-connection-configuration-connect-using-wifi-interface-wifi-connect-ap-sort-method", - "name": "EXAMPLE_WIFI_CONNECT_AP_SORT_METHOD", - "title": "WiFi Connect AP Sort Method", - "type": "choice" - } - ], - "depends_on": "!IDF_TARGET_LINUX && (SOC_WIFI_SUPPORTED || ESP_WIFI_REMOTE_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "Protocol examples can use Wi-Fi and/or Ethernet to connect to the network.\nChoose this option to connect with WiFi", - "id": "EXAMPLE_CONNECT_WIFI", - "name": "EXAMPLE_CONNECT_WIFI", - "range": null, - "title": "connect using WiFi interface", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "EXAMPLE_CONNECT_ETHERNET", - "help": "This set stack size for emac_rx task", - "id": "EXAMPLE_ETHERNET_EMAC_TASK_STACK_SIZE", - "name": "EXAMPLE_ETHERNET_EMAC_TASK_STACK_SIZE", - "range": null, - "title": "emac_rx task stack size", - "type": "int" - }, - { - "children": [], - "depends_on": "EXAMPLE_CONNECT_ETHERNET", - "help": null, - "id": "EXAMPLE_USE_SPI_ETHERNET", - "name": "EXAMPLE_USE_SPI_ETHERNET", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_EMAC_SUPPORTED && ", - "help": "Select internal Ethernet MAC controller.", - "id": "EXAMPLE_USE_INTERNAL_ETHERNET", - "name": "EXAMPLE_USE_INTERNAL_ETHERNET", - "range": null, - "title": "Internal EMAC", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Select external SPI-Ethernet module.", - "id": "EXAMPLE_USE_DM9051", - "name": "EXAMPLE_USE_DM9051", - "range": null, - "title": "DM9051 Module", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Select external SPI-Ethernet module (W5500).", - "id": "EXAMPLE_USE_W5500", - "name": "EXAMPLE_USE_W5500", - "range": null, - "title": "W5500 Module", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "When this option is enabled, the example is built with support for\nOpenCores Ethernet MAC, which allows testing the example in QEMU.\nNote that this option is used for internal testing purposes, and\nnot officially supported. Examples built with this option enabled\nwill not run on a real ESP32 chip.", - "id": "EXAMPLE_USE_OPENETH", - "name": "EXAMPLE_USE_OPENETH", - "range": null, - "title": "OpenCores Ethernet MAC (EXPERIMENTAL)", - "type": "bool" - } - ], - "depends_on": "EXAMPLE_CONNECT_ETHERNET", - "help": "Select which kind of Ethernet will be used in the example.", - "id": "example-connection-configuration-connect-using-ethernet-interface-ethernet-type", - "name": "EXAMPLE_ETHERNET_TYPE", - "title": "Ethernet Type", - "type": "choice" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": "Any Ethernet PHY chip compliant with IEEE 802.3 can be used. However, while\nbasic functionality should always work, some specific features might be limited,\neven if the PHY meets IEEE 802.3 standard. A typical example is loopback\nfunctionality, where certain PHYs may require setting a specific speed mode to\noperate correctly.", - "id": "EXAMPLE_ETH_PHY_GENERIC", - "name": "EXAMPLE_ETH_PHY_GENERIC", - "range": null, - "title": "Generic 802.3 PHY", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "IP101 is a single port 10/100 MII/RMII/TP/Fiber Fast Ethernet Transceiver.\nGoto http://www.icplus.com.tw/pp-IP101G.html for more information about it.", - "id": "EXAMPLE_ETH_PHY_IP101", - "name": "EXAMPLE_ETH_PHY_IP101", - "range": null, - "title": "IP101", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "RTL8201F/SR8201F is a single port 10/100Mb Ethernet Transceiver with auto MDIX.\nGoto http://www.corechip-sz.com/productsview.asp?id=22 for more information about it.", - "id": "EXAMPLE_ETH_PHY_RTL8201", - "name": "EXAMPLE_ETH_PHY_RTL8201", - "range": null, - "title": "RTL8201/SR8201", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Below chips are supported:\nLAN8710A is a small footprint MII/RMII 10/100 Ethernet Transceiver with HP Auto-MDIX and\n flexPWR\u00ae Technology.\nLAN8720A is a small footprint RMII 10/100 Ethernet Transceiver with HP Auto-MDIX Support.\nLAN8740A/LAN8741A is a small footprint MII/RMII 10/100 Energy Efficient Ethernet Transceiver\n with HP Auto-MDIX and flexPWR\u00ae Technology.\nLAN8742A is a small footprint RMII 10/100 Ethernet Transceiver with HP Auto-MDIX and\n flexPWR\u00ae Technology.\nGoto https://www.microchip.com for more information about them.", - "id": "EXAMPLE_ETH_PHY_LAN87XX", - "name": "EXAMPLE_ETH_PHY_LAN87XX", - "range": null, - "title": "LAN87xx", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "DP83848 is a single port 10/100Mb/s Ethernet Physical Layer Transceiver.\nGoto http://www.ti.com/product/DP83848J for more information about it.", - "id": "EXAMPLE_ETH_PHY_DP83848", - "name": "EXAMPLE_ETH_PHY_DP83848", - "range": null, - "title": "DP83848", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "With the KSZ80xx series, Microchip offers single-chip 10BASE-T/100BASE-TX\nEthernet Physical Layer Transceivers (PHY).\nThe following chips are supported: KSZ8001, KSZ8021, KSZ8031, KSZ8041,\n KSZ8051, KSZ8061, KSZ8081, KSZ8091\nGoto https://www.microchip.com for more information about them.", - "id": "EXAMPLE_ETH_PHY_KSZ80XX", - "name": "EXAMPLE_ETH_PHY_KSZ80XX", - "range": null, - "title": "KSZ80xx", - "type": "bool" - } - ], - "depends_on": "EXAMPLE_USE_INTERNAL_ETHERNET && EXAMPLE_CONNECT_ETHERNET", - "help": "Select the Ethernet PHY device to use in the example.", - "id": "example-connection-configuration-connect-using-ethernet-interface-ethernet-phy-device", - "name": "EXAMPLE_ETH_PHY_MODEL", - "title": "Ethernet PHY Device", - "type": "choice" - }, - { - "children": [], - "depends_on": "EXAMPLE_USE_INTERNAL_ETHERNET && EXAMPLE_CONNECT_ETHERNET", - "help": "Set the GPIO number used by SMI MDC.", - "id": "EXAMPLE_ETH_MDC_GPIO", - "name": "EXAMPLE_ETH_MDC_GPIO", - "range": null, - "title": "SMI MDC GPIO number", - "type": "int" - }, - { - "children": [], - "depends_on": "EXAMPLE_USE_INTERNAL_ETHERNET && EXAMPLE_CONNECT_ETHERNET", - "help": "Set the GPIO number used by SMI MDIO.", - "id": "EXAMPLE_ETH_MDIO_GPIO", - "name": "EXAMPLE_ETH_MDIO_GPIO", - "range": null, - "title": "SMI MDIO GPIO number", - "type": "int" - }, - { - "children": [], - "depends_on": "EXAMPLE_USE_SPI_ETHERNET && EXAMPLE_CONNECT_ETHERNET", - "help": "Set the SPI host used to communicate with the SPI Ethernet Controller.", - "id": "EXAMPLE_ETH_SPI_HOST", - "name": "EXAMPLE_ETH_SPI_HOST", - "range": null, - "title": "SPI Host Number", - "type": "int" - }, - { - "children": [], - "depends_on": "EXAMPLE_USE_SPI_ETHERNET && EXAMPLE_CONNECT_ETHERNET", - "help": "Set the GPIO number used by SPI SCLK.", - "id": "EXAMPLE_ETH_SPI_SCLK_GPIO", - "name": "EXAMPLE_ETH_SPI_SCLK_GPIO", - "range": null, - "title": "SPI SCLK GPIO number", - "type": "int" - }, - { - "children": [], - "depends_on": "EXAMPLE_USE_SPI_ETHERNET && EXAMPLE_CONNECT_ETHERNET", - "help": "Set the GPIO number used by SPI MOSI.", - "id": "EXAMPLE_ETH_SPI_MOSI_GPIO", - "name": "EXAMPLE_ETH_SPI_MOSI_GPIO", - "range": null, - "title": "SPI MOSI GPIO number", - "type": "int" - }, - { - "children": [], - "depends_on": "EXAMPLE_USE_SPI_ETHERNET && EXAMPLE_CONNECT_ETHERNET", - "help": "Set the GPIO number used by SPI MISO.", - "id": "EXAMPLE_ETH_SPI_MISO_GPIO", - "name": "EXAMPLE_ETH_SPI_MISO_GPIO", - "range": null, - "title": "SPI MISO GPIO number", - "type": "int" - }, - { - "children": [], - "depends_on": "EXAMPLE_USE_SPI_ETHERNET && EXAMPLE_CONNECT_ETHERNET", - "help": "Set the GPIO number used by SPI CS.", - "id": "EXAMPLE_ETH_SPI_CS_GPIO", - "name": "EXAMPLE_ETH_SPI_CS_GPIO", - "range": null, - "title": "SPI CS GPIO number", - "type": "int" - }, - { - "children": [], - "depends_on": "EXAMPLE_USE_SPI_ETHERNET && EXAMPLE_CONNECT_ETHERNET", - "help": "Set the clock speed (MHz) of SPI interface.", - "id": "EXAMPLE_ETH_SPI_CLOCK_MHZ", - "name": "EXAMPLE_ETH_SPI_CLOCK_MHZ", - "range": null, - "title": "SPI clock speed (MHz)", - "type": "int" - }, - { - "children": [], - "depends_on": "EXAMPLE_USE_SPI_ETHERNET && EXAMPLE_CONNECT_ETHERNET", - "help": "Set the GPIO number used by the SPI Ethernet module interrupt line.", - "id": "EXAMPLE_ETH_SPI_INT_GPIO", - "name": "EXAMPLE_ETH_SPI_INT_GPIO", - "range": null, - "title": "Interrupt GPIO number", - "type": "int" - }, - { - "children": [], - "depends_on": "EXAMPLE_CONNECT_ETHERNET", - "help": "Set the GPIO number used to reset PHY chip.\nSet to -1 to disable PHY chip hardware reset.", - "id": "EXAMPLE_ETH_PHY_RST_GPIO", - "name": "EXAMPLE_ETH_PHY_RST_GPIO", - "range": null, - "title": "PHY Reset GPIO number", - "type": "int" - }, - { - "children": [], - "depends_on": "EXAMPLE_CONNECT_ETHERNET", - "help": "Set PHY address according your board schematic.", - "id": "EXAMPLE_ETH_PHY_ADDR", - "name": "EXAMPLE_ETH_PHY_ADDR", - "range": null, - "title": "PHY Address", - "type": "int" - } - ], - "depends_on": "!IDF_TARGET_LINUX", - "help": "Protocol examples can use Wi-Fi and/or Ethernet to connect to the network.\nChoose this option to connect with Ethernet", - "id": "EXAMPLE_CONNECT_ETHERNET", - "name": "EXAMPLE_CONNECT_ETHERNET", - "range": null, - "title": "connect using Ethernet interface", - "type": "bool" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "depends_on": "SOC_USB_OTG_SUPPORTED && ", - "help": "Use USB ACM device.", - "id": "EXAMPLE_CONNECT_PPP_DEVICE_USB", - "name": "EXAMPLE_CONNECT_PPP_DEVICE_USB", - "range": null, - "title": "USB", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Use UART.", - "id": "EXAMPLE_CONNECT_PPP_DEVICE_UART", - "name": "EXAMPLE_CONNECT_PPP_DEVICE_UART", - "range": null, - "title": "UART", - "type": "bool" - } - ], - "depends_on": "EXAMPLE_CONNECT_PPP", - "help": "Select which peripheral to use to connect to the PPP server.", - "id": "example-connection-configuration-connect-using-point-to-point-interface-choose-ppp-device", - "name": "EXAMPLE_CONNECT_PPP_DEVICE", - "title": "Choose PPP device", - "type": "choice" - }, - { - "children": [ - { - "children": [], - "depends_on": "EXAMPLE_CONNECT_PPP_DEVICE_UART && EXAMPLE_CONNECT_PPP", - "help": "Pin number of UART TX.", - "id": "EXAMPLE_CONNECT_UART_TX_PIN", - "name": "EXAMPLE_CONNECT_UART_TX_PIN", - "range": null, - "title": "TXD Pin Number", - "type": "int" - }, - { - "children": [], - "depends_on": "EXAMPLE_CONNECT_PPP_DEVICE_UART && EXAMPLE_CONNECT_PPP", - "help": "Pin number of UART RX.", - "id": "EXAMPLE_CONNECT_UART_RX_PIN", - "name": "EXAMPLE_CONNECT_UART_RX_PIN", - "range": null, - "title": "RXD Pin Number", - "type": "int" - }, - { - "children": [], - "depends_on": "EXAMPLE_CONNECT_PPP_DEVICE_UART && EXAMPLE_CONNECT_PPP", - "help": "Baudrate of the UART device", - "id": "EXAMPLE_CONNECT_UART_BAUDRATE", - "name": "EXAMPLE_CONNECT_UART_BAUDRATE", - "range": null, - "title": "UART Baudrate", - "type": "int" - } - ], - "depends_on": "EXAMPLE_CONNECT_PPP_DEVICE_UART && EXAMPLE_CONNECT_PPP", - "id": "example-connection-configuration-connect-using-point-to-point-interface-uart-configuration", - "title": "UART Configuration", - "type": "menu" - }, - { - "children": [], - "depends_on": "EXAMPLE_CONNECT_PPP", - "help": "Set the Maximum retry to avoid station reconnecting if the pppd\nis not available", - "id": "EXAMPLE_PPP_CONN_MAX_RETRY", - "name": "EXAMPLE_PPP_CONN_MAX_RETRY", - "range": null, - "title": "Maximum retry", - "type": "int" - } - ], - "depends_on": null, - "help": "Protocol examples can use PPP connection over serial line.\nChoose this option to connect to the ppp server running\non your laptop over a serial line (either UART or USB ACM)", - "id": "EXAMPLE_CONNECT_PPP", - "name": "EXAMPLE_CONNECT_PPP", - "range": null, - "title": "connect using Point to Point interface", - "type": "bool" - }, - { - "children": [], - "depends_on": "LWIP_IPV4", - "help": null, - "id": "EXAMPLE_CONNECT_IPV4", - "name": "EXAMPLE_CONNECT_IPV4", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "depends_on": "", - "help": "Blocks until Local link address assigned.", - "id": "EXAMPLE_CONNECT_IPV6_PREF_LOCAL_LINK", - "name": "EXAMPLE_CONNECT_IPV6_PREF_LOCAL_LINK", - "range": null, - "title": "Local Link Address", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Blocks until Global address assigned.", - "id": "EXAMPLE_CONNECT_IPV6_PREF_GLOBAL", - "name": "EXAMPLE_CONNECT_IPV6_PREF_GLOBAL", - "range": null, - "title": "Global Address", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Blocks until Site link address assigned.", - "id": "EXAMPLE_CONNECT_IPV6_PREF_SITE_LOCAL", - "name": "EXAMPLE_CONNECT_IPV6_PREF_SITE_LOCAL", - "range": null, - "title": "Site Local Address", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Blocks until Unique local address assigned.", - "id": "EXAMPLE_CONNECT_IPV6_PREF_UNIQUE_LOCAL", - "name": "EXAMPLE_CONNECT_IPV6_PREF_UNIQUE_LOCAL", - "range": null, - "title": "Unique Local Link Address", - "type": "bool" - } - ], - "depends_on": "EXAMPLE_CONNECT_IPV6", - "help": "Select which kind of IPv6 address the connect logic waits for.", - "id": "example-connection-configuration-obtain-ipv6-address-preferred-ipv6-type", - "name": "EXAMPLE_CONNECT_PREFERRED_IPV6", - "title": "Preferred IPv6 Type", - "type": "choice" - } - ], - "depends_on": "EXAMPLE_CONNECT_WIFI || EXAMPLE_CONNECT_ETHERNET || EXAMPLE_CONNECT_PPP", - "help": "By default, examples will wait until IPv4 and IPv6 local link addresses are obtained.\nDisable this option if the network does not support IPv6.\nChoose the preferred IPv6 address type if the connection code should wait until other than\nthe local link address gets assigned.\nConsider enabling IPv6 stateless address autoconfiguration (SLAAC) in the LWIP component.", - "id": "EXAMPLE_CONNECT_IPV6", - "name": "EXAMPLE_CONNECT_IPV6", - "range": null, - "title": "Obtain IPv6 address", - "type": "bool" - } - ], - "depends_on": null, - "id": "example-connection-configuration", - "title": "Example Connection Configuration", - "type": "menu" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "COMPILER_OPTIMIZATION_DEBUG", - "name": "COMPILER_OPTIMIZATION_DEBUG", - "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 with GCC, -Oz with Clang)", - "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 \"Debug\" setting will add the -Og flag to CFLAGS.\n- The \"Size\" setting will add the -Os flag to CFLAGS (-Oz with Clang).\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": [], - "depends_on": null, - "help": "When NDEBUG is set, assert(X) will not cause code to trigger an assertion.\nWith this option set, assert(X) will still evaluate the expression X, though\nthe result will never cause an assertion. This means that if X is a function\nthen the function will be called.\n\nThis is not according to the standard, which states that the assert(X) should\nbe replaced with ((void)0) if NDEBUG is defined.\n\nIn ESP-IDF v6.0 the default behavior will change to \"no\" to be in line with the\nstandard.", - "id": "COMPILER_ASSERT_NDEBUG_EVALUATE", - "name": "COMPILER_ASSERT_NDEBUG_EVALUATE", - "range": null, - "title": "Enable the evaluation of the expression inside assert(X) when NDEBUG is set", - "type": "bool" - }, - { - "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": "IDF_TOOLCHAIN_GCC", - "help": "Disable merging identical constants (string/floating-point) across compilation units.\nThis helps in better size analysis of the application binary as the rodata section\ndistribution is more uniform across libraries. On downside, it may increase\nthe binary size and hence should be used during development phase only.", - "id": "COMPILER_NO_MERGE_CONSTANTS", - "name": "COMPILER_NO_MERGE_CONSTANTS", - "range": null, - "title": "Disable merging const sections", - "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 you do not want default warnings to be considered as errors,\nespecially when updating IDF.\n\nThis is a temporary flag that could help to allow upgrade while having\nsome time to address the warnings raised by those default warnings.\nAlternatives are:\n1) fix code (preferred),\n2) remove specific warnings,\n3) do not consider specific warnings as error.", - "id": "COMPILER_DISABLE_DEFAULT_ERRORS", - "name": "COMPILER_DISABLE_DEFAULT_ERRORS", - "range": null, - "title": "Disable errors for default warnings", - "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": "Enable this option if use GCC 13 or newer, and want to disable warnings which don't appear with\nGCC 12.", - "id": "COMPILER_DISABLE_GCC13_WARNINGS", - "name": "COMPILER_DISABLE_GCC13_WARNINGS", - "range": null, - "title": "Disable new warnings introduced in GCC 13", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "Enable this option if use GCC 14 or newer, and want to disable warnings which don't appear with\nGCC 13.", - "id": "COMPILER_DISABLE_GCC14_WARNINGS", - "name": "COMPILER_DISABLE_GCC14_WARNINGS", - "range": null, - "title": "Disable new warnings introduced in GCC 14", - "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" - }, - { - "children": [ - { - "children": [], - "depends_on": "!IDF_TARGET_LINUX && ", - "help": null, - "id": "COMPILER_RT_LIB_GCCLIB", - "name": "COMPILER_RT_LIB_GCCLIB", - "range": null, - "title": "libgcc", - "type": "bool" - }, - { - "children": [], - "depends_on": "IDF_TOOLCHAIN_CLANG && !IDF_TARGET_LINUX && ", - "help": null, - "id": "COMPILER_RT_LIB_CLANGRT", - "name": "COMPILER_RT_LIB_CLANGRT", - "range": null, - "title": "libclang_rt", - "type": "bool" - }, - { - "children": [], - "depends_on": "IDF_TARGET_LINUX && ", - "help": null, - "id": "COMPILER_RT_LIB_HOST", - "name": "COMPILER_RT_LIB_HOST", - "range": null, - "title": "Host", - "type": "bool" - } - ], - "depends_on": null, - "help": "Select runtime library to be used by compiler.\n- GCC toolchain supports libgcc only.\n- Clang allows to choose between libgcc or libclang_rt.\n- For host builds (\"linux\" target), uses the default library.", - "id": "compiler-options-compiler-runtime-library", - "name": "COMPILER_RT_LIB", - "title": "Compiler runtime library", - "type": "choice" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "COMPILER_RT_LIB_NAME", - "name": "COMPILER_RT_LIB_NAME", - "range": null, - "title": null, - "type": "string" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": "Places orphan sections with a warning message.", - "id": "COMPILER_ORPHAN_SECTIONS_WARNING", - "name": "COMPILER_ORPHAN_SECTIONS_WARNING", - "range": null, - "title": "Place with warning", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Places orphan sections without a warning/error message.", - "id": "COMPILER_ORPHAN_SECTIONS_PLACE", - "name": "COMPILER_ORPHAN_SECTIONS_PLACE", - "range": null, - "title": "Place silently", - "type": "bool" - } - ], - "depends_on": "!IDF_TARGET_LINUX", - "help": "If the linker finds orphan sections, it attempts to place orphan sections after sections of the same\nattribute such as code vs data, loadable vs non-loadable, etc.\nThat means that orphan sections could placed between sections defined in IDF linker scripts.\nThis could lead to corruption of the binary image. Configure the linker action here.", - "id": "compiler-options-orphan-sections-handling", - "name": "COMPILER_ORPHAN_SECTIONS", - "title": "Orphan sections handling", - "type": "choice" - }, - { - "children": [], - "depends_on": "IDF_TOOLCHAIN_GCC", - "help": "Enable compiler static analyzer. This may produce false-positive results and increases compile time.", - "id": "COMPILER_STATIC_ANALYZER", - "name": "COMPILER_STATIC_ANALYZER", - "range": null, - "title": "Enable compiler static analyzer", - "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 will transfer data through the 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 && !ESP_SYSTEM_SINGLE_CORE_MODE && 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": "ESP_SYSTEM_SINGLE_CORE_MODE && !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": "", - "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": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", - "help": "Enable Espressif Vendor-specific HCI commands for coexist status configuration", - "id": "BT_BLUEDROID_ESP_COEX_VSC", - "name": "BT_BLUEDROID_ESP_COEX_VSC", - "range": null, - "title": "Enable Espressif Vendor-specific HCI commands for coexist status configuration", - "type": "bool" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "depends_on": "(BT_CONTROLLER_DISABLED || (BT_CONTROLLER_ENABLED && SOC_BT_H2C_ENC_KEY_CTRL_ENH_STD_SUPPORTED)) && ", - "help": null, - "id": "BT_ENC_KEY_SIZE_CTRL_STD", - "name": "BT_ENC_KEY_SIZE_CTRL_STD", - "range": null, - "title": "Supported by standard HCI command", - "type": "bool" - }, - { - "children": [], - "depends_on": "(BT_CONTROLLER_DISABLED || (BT_CONTROLLER_ENABLED && SOC_BT_H2C_ENC_KEY_CTRL_ENH_VSC_SUPPORTED)) && ", - "help": null, - "id": "BT_ENC_KEY_SIZE_CTRL_VSC", - "name": "BT_ENC_KEY_SIZE_CTRL_VSC", - "range": null, - "title": "Supported by Vendor-specific HCI command", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_ENC_KEY_SIZE_CTRL_NONE", - "name": "BT_ENC_KEY_SIZE_CTRL_NONE", - "range": null, - "title": "Not supported", - "type": "bool" - } - ], - "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", - "help": "This chooses the support status of configuring encryption key size", - "id": "component-config-bluetooth-bluedroid-options-classic-bluetooth-configure-encryption-key-size", - "name": "BT_ENC_KEY_SIZE_CTRL_ENABLED", - "title": "configure encryption key size", - "type": "choice" - }, - { - "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": [ - { - "children": [], - "depends_on": "BT_A2DP_ENABLE && BT_BLUEDROID_ENABLED", - "help": "Audio/Video Remote Control Profile, AVRCP and A2DP are coupled in Bluedroid,\nAVRCP still controlled by A2DP option, this is a dummy option currently", - "id": "BT_AVRCP_ENABLED", - "name": "BT_AVRCP_ENABLED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "BT_AVRCP_ENABLED && BT_BLUEDROID_ENABLED", - "help": "This enable Cover Art feature of AVRCP CT role", - "id": "BT_AVRCP_CT_COVER_ART_ENABLED", - "name": "BT_AVRCP_CT_COVER_ART_ENABLED", - "range": null, - "title": "AVRCP CT Cover Art", - "type": "bool" - } - ], - "depends_on": "BT_AVRCP_ENABLED && BT_BLUEDROID_ENABLED", - "id": "component-config-bluetooth-bluedroid-options-classic-bluetooth-a2dp-avrcp-features", - "title": "AVRCP Features", - "type": "menu" - } - ], - "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": [], - "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", - "help": "This enables common SDP operation, such as SDP record creation and deletion.", - "id": "BT_SDP_COMMON_ENABLED", - "name": "BT_SDP_COMMON_ENABLED", - "range": null, - "title": "BT SDP COMMON", - "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" - }, - { - "children": [], - "depends_on": "BT_HFP_ENABLE && 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" - } - ], - "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" - }, - { - "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 functionalities", - "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 BT GOEP Profile Client role", - "id": "BT_GOEPC_ENABLED", - "name": "BT_GOEPC_ENABLED", - "range": null, - "title": null, - "type": "bool" - } - ], - "depends_on": "BT_BLUEDROID_ENABLED && ((BT_CONTROLLER_ENABLED && SOC_BT_CLASSIC_SUPPORTED) || BT_CONTROLLER_DISABLED) && 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": [ - { - "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" - } - ], - "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 && ((BT_CONTROLLER_ENABLED && !SOC_BLE_DEVICE_PRIVACY_SUPPORTED) || BT_CONTROLLER_DISABLED) && 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 && ((BT_CONTROLLER_ENABLED && SOC_BLE_50_SUPPORTED) || BT_CONTROLLER_DISABLED) && 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 && ((BT_CONTROLLER_ENABLED && SOC_BLE_SUPPORTED) || BT_CONTROLLER_DISABLED) && 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_BLUEDROID_ENABLED && BT_BLE_50_FEATURES_SUPPORTED && ((BT_CONTROLLER_ENABLED && SOC_ESP_NIMBLE_CONTROLLER) || BT_CONTROLLER_DISABLED) && 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_BLUEDROID_ENABLED && BT_BLE_50_FEATURES_SUPPORTED && ((BT_CONTROLLER_ENABLED && SOC_ESP_NIMBLE_CONTROLLER) || BT_CONTROLLER_DISABLED) && 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_BLUEDROID_ENABLED && BT_BLE_50_FEATURES_SUPPORTED && ((BT_CONTROLLER_ENABLED && SOC_ESP_NIMBLE_CONTROLLER) || BT_CONTROLLER_DISABLED) && 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": [ - { - "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_LVL", - "name": "BT_NIMBLE_SM_LVL", - "range": null, - "title": "Security level", - "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" - }, - { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", - "help": "This is the service data unit buffer count for l2cap coc.", - "id": "BT_NIMBLE_L2CAP_COC_SDU_BUFF_COUNT", - "name": "BT_NIMBLE_L2CAP_COC_SDU_BUFF_COUNT", - "range": null, - "title": "L2cap coc Service Data Unit 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" - } - ], - "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": [], - "depends_on": "BT_NIMBLE_50_FEATURE_SUPPORT && (BT_CONTROLLER_DISABLED || SOC_BLE_CTE_SUPPORTED) && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", - "help": "Enable support for Connectionless and Connection Oriented Direction Finding", - "id": "BT_NIMBLE_AOA_AOD", - "name": "BT_NIMBLE_AOA_AOD", - "range": null, - "title": "Direction Finding", - "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" - } - ], - "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" - } - ], - "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" - } - ], - "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" - } - ], - "depends_on": "BT_NIMBLE_ENABLED", - "id": "component-config-bluetooth-nimble-options", - "title": "NimBLE Options", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": null, - "id": "BT_CTRL_MODE_EFF", - "name": "BT_CTRL_MODE_EFF", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": "BLE maximum activities of bluetooth controller\uff0cboth of connections,\nscan , sync and adv(periodic adv, multi-adv). Each instance needs to\nconsume 828 bytes, you can save RAM by modifying the instance value\naccording to actual needs.", - "id": "BT_CTRL_BLE_MAX_ACT", - "name": "BT_CTRL_BLE_MAX_ACT", - "range": null, - "title": "BLE Max Instances", - "type": "int" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": null, - "id": "BT_CTRL_BLE_MAX_ACT_EFF", - "name": "BT_CTRL_BLE_MAX_ACT_EFF", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": "BLE ACL buffer have two methods to be allocated. One is persistent allocating\n(allocate when controller initialise, never free until controller de-initialise)\nanother is dynamically allocating (allocate before TX and free after TX).", - "id": "BT_CTRL_BLE_STATIC_ACL_TX_BUF_NB", - "name": "BT_CTRL_BLE_STATIC_ACL_TX_BUF_NB", - "range": null, - "title": "BLE static ACL TX buffer numbers", - "type": "int" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_CTRL_PINNED_TO_CORE_0", - "name": "BT_CTRL_PINNED_TO_CORE_0", - "range": null, - "title": "Core 0 (PRO CPU)", - "type": "bool" - }, - { - "children": [], - "depends_on": "!FREERTOS_UNICORE && ", - "help": null, - "id": "BT_CTRL_PINNED_TO_CORE_1", - "name": "BT_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": "BT_CTRL_PINNED_TO_CORE_CHOICE", - "title": "The cpu core which bluetooth controller run", - "type": "choice" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": null, - "id": "BT_CTRL_PINNED_TO_CORE", - "name": "BT_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 ESP32S3 or ESP32C3.", - "id": "BT_CTRL_HCI_MODE_VHCI", - "name": "BT_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": "BT_CTRL_HCI_MODE_UART_H4", - "name": "BT_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": "BT_CTRL_HCI_MODE_CHOICE", - "title": "HCI mode", - "type": "choice" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": "HCI mode as VHCI or UART(H4)", - "id": "BT_CTRL_HCI_TL", - "name": "BT_CTRL_HCI_TL", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": "The maximum number of suplicate scan filter", - "id": "BT_CTRL_ADV_DUP_FILT_MAX", - "name": "BT_CTRL_ADV_DUP_FILT_MAX", - "range": null, - "title": "The maximum number of 5.0 extend duplicate scan filter", - "type": "int" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_BLE_CCA_MODE_NONE", - "name": "BT_BLE_CCA_MODE_NONE", - "range": null, - "title": "NONE", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_BLE_CCA_MODE_HW", - "name": "BT_BLE_CCA_MODE_HW", - "range": null, - "title": "Hardware", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_BLE_CCA_MODE_SW", - "name": "BT_BLE_CCA_MODE_SW", - "range": null, - "title": "Software", - "type": "bool" - } - ], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": "Define BT BLE CCA mode", - "id": "component-config-bluetooth-controller-options-ble-cca-mode", - "name": "BT_BLE_CCA_MODE", - "title": "BLE CCA mode", - "type": "choice" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": null, - "id": "BT_BLE_CCA_MODE", - "name": "BT_BLE_CCA_MODE", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": "It is the threshold value of HW CCA, if the value is 30, it means CCA threshold is -30 dBm.", - "id": "BT_CTRL_HW_CCA_VAL", - "name": "BT_CTRL_HW_CCA_VAL", - "range": null, - "title": "CCA threshold value", - "type": "int" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": "If other devices are sending packets in the air and the signal is strong,\nthe packet hw to be sent this time is cancelled.", - "id": "BT_CTRL_HW_CCA_EFF", - "name": "BT_CTRL_HW_CCA_EFF", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_CTRL_CE_LENGTH_TYPE_ORIG", - "name": "BT_CTRL_CE_LENGTH_TYPE_ORIG", - "range": null, - "title": "ORIGINAL", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_CTRL_CE_LENGTH_TYPE_CE", - "name": "BT_CTRL_CE_LENGTH_TYPE_CE", - "range": null, - "title": "Use CE parameter for HCI command", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_CTRL_CE_LENGTH_TYPE_SD", - "name": "BT_CTRL_CE_LENGTH_TYPE_SD", - "range": null, - "title": "Use Espressif self-defined method", - "type": "bool" - } - ], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": "Specify connection event length determination", - "id": "component-config-bluetooth-controller-options-connection-event-length-determination-method", - "name": "BT_CTRL_CE_LENGTH_TYPE", - "title": "Connection event length determination method", - "type": "choice" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": null, - "id": "BT_CTRL_CE_LENGTH_TYPE_EFF", - "name": "BT_CTRL_CE_LENGTH_TYPE_EFF", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_CTRL_TX_ANTENNA_INDEX_0", - "name": "BT_CTRL_TX_ANTENNA_INDEX_0", - "range": null, - "title": "Antenna 0", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_CTRL_TX_ANTENNA_INDEX_1", - "name": "BT_CTRL_TX_ANTENNA_INDEX_1", - "range": null, - "title": "Antenna 1", - "type": "bool" - } - ], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": "Specify default Tx antenna used for bluetooth", - "id": "component-config-bluetooth-controller-options-default-tx-anntena-used", - "name": "BT_CTRL_TX_ANTENNA_INDEX", - "title": "default Tx anntena used", - "type": "choice" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": null, - "id": "BT_CTRL_TX_ANTENNA_INDEX_EFF", - "name": "BT_CTRL_TX_ANTENNA_INDEX_EFF", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_CTRL_RX_ANTENNA_INDEX_0", - "name": "BT_CTRL_RX_ANTENNA_INDEX_0", - "range": null, - "title": "Antenna 0", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_CTRL_RX_ANTENNA_INDEX_1", - "name": "BT_CTRL_RX_ANTENNA_INDEX_1", - "range": null, - "title": "Antenna 1", - "type": "bool" - } - ], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": "Specify default Rx antenna used for bluetooth", - "id": "component-config-bluetooth-controller-options-default-rx-anntena-used", - "name": "BT_CTRL_RX_ANTENNA_INDEX", - "title": "default Rx anntena used", - "type": "choice" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": null, - "id": "BT_CTRL_RX_ANTENNA_INDEX_EFF", - "name": "BT_CTRL_RX_ANTENNA_INDEX_EFF", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_CTRL_DFT_TX_POWER_LEVEL_N24", - "name": "BT_CTRL_DFT_TX_POWER_LEVEL_N24", - "range": null, - "title": "-24dBm", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_CTRL_DFT_TX_POWER_LEVEL_N21", - "name": "BT_CTRL_DFT_TX_POWER_LEVEL_N21", - "range": null, - "title": "-21dBm", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_CTRL_DFT_TX_POWER_LEVEL_N18", - "name": "BT_CTRL_DFT_TX_POWER_LEVEL_N18", - "range": null, - "title": "-18dBm", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_CTRL_DFT_TX_POWER_LEVEL_N15", - "name": "BT_CTRL_DFT_TX_POWER_LEVEL_N15", - "range": null, - "title": "-15dBm", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_CTRL_DFT_TX_POWER_LEVEL_N12", - "name": "BT_CTRL_DFT_TX_POWER_LEVEL_N12", - "range": null, - "title": "-12dBm", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_CTRL_DFT_TX_POWER_LEVEL_N9", - "name": "BT_CTRL_DFT_TX_POWER_LEVEL_N9", - "range": null, - "title": "-9dBm", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_CTRL_DFT_TX_POWER_LEVEL_N6", - "name": "BT_CTRL_DFT_TX_POWER_LEVEL_N6", - "range": null, - "title": "-6dBm", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_CTRL_DFT_TX_POWER_LEVEL_N3", - "name": "BT_CTRL_DFT_TX_POWER_LEVEL_N3", - "range": null, - "title": "-3dBm", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_CTRL_DFT_TX_POWER_LEVEL_N0", - "name": "BT_CTRL_DFT_TX_POWER_LEVEL_N0", - "range": null, - "title": "0dBm", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_CTRL_DFT_TX_POWER_LEVEL_P3", - "name": "BT_CTRL_DFT_TX_POWER_LEVEL_P3", - "range": null, - "title": "+3dBm", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_CTRL_DFT_TX_POWER_LEVEL_P6", - "name": "BT_CTRL_DFT_TX_POWER_LEVEL_P6", - "range": null, - "title": "+6dBm", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_CTRL_DFT_TX_POWER_LEVEL_P9", - "name": "BT_CTRL_DFT_TX_POWER_LEVEL_P9", - "range": null, - "title": "+9dBm", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_CTRL_DFT_TX_POWER_LEVEL_P12", - "name": "BT_CTRL_DFT_TX_POWER_LEVEL_P12", - "range": null, - "title": "+12dBm", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_CTRL_DFT_TX_POWER_LEVEL_P15", - "name": "BT_CTRL_DFT_TX_POWER_LEVEL_P15", - "range": null, - "title": "+15dBm", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_CTRL_DFT_TX_POWER_LEVEL_P18", - "name": "BT_CTRL_DFT_TX_POWER_LEVEL_P18", - "range": null, - "title": "+18dBm", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_CTRL_DFT_TX_POWER_LEVEL_P20", - "name": "BT_CTRL_DFT_TX_POWER_LEVEL_P20", - "range": null, - "title": "+20dBm", - "type": "bool" - } - ], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": "Specify default Tx power level", - "id": "component-config-bluetooth-controller-options-ble-default-tx-power-level", - "name": "BT_CTRL_DFT_TX_POWER_LEVEL", - "title": "BLE default Tx power level", - "type": "choice" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": null, - "id": "BT_CTRL_DFT_TX_POWER_LEVEL_EFF", - "name": "BT_CTRL_DFT_TX_POWER_LEVEL_EFF", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [ - { - "children": [], - "depends_on": "BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_SUPP && BT_CONTROLLER_ENABLED", - "help": "The number of unprocessed advertising report that bluetooth host can save.If you set\n`BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_NUM` to a small value, this may cause adv packets lost.\nIf you set `BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_NUM` to a large value, bluetooth host 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`BT_CTRL_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": "BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_NUM", - "name": "BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_NUM", - "range": null, - "title": "BLE adv report flow control number", - "type": "int" - }, - { - "children": [], - "depends_on": "BT_CTRL_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 `BT_CTRL_BLE_ADV_REPORT_DISCARD_THRSHOLD` to a small value or printf every adv lost event, it\nmay cause adv packets lost more.", - "id": "BT_CTRL_BLE_ADV_REPORT_DISCARD_THRSHOLD", - "name": "BT_CTRL_BLE_ADV_REPORT_DISCARD_THRSHOLD", - "range": null, - "title": "BLE adv lost event threshold value", - "type": "int" - } - ], - "depends_on": "(!BT_CTRL_RUN_IN_FLASH_ONLY || (BT_CTRL_RUN_IN_FLASH_ONLY && BT_CTRL_BLE_SCAN)) && 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": "BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_SUPP", - "name": "BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_SUPP", - "range": null, - "title": "BLE adv report flow control supported", - "type": "bool" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "depends_on": "", - "help": "Advertising packets with the same address, address type, and advertising type are reported once.", - "id": "BT_CTRL_SCAN_DUPL_TYPE_DEVICE", - "name": "BT_CTRL_SCAN_DUPL_TYPE_DEVICE", - "range": null, - "title": "Scan Duplicate By Device Address", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Advertising packets with identical advertising data, address type, and advertising type\nare reported only once, even if they originate from different devices.", - "id": "BT_CTRL_SCAN_DUPL_TYPE_DATA", - "name": "BT_CTRL_SCAN_DUPL_TYPE_DATA", - "range": null, - "title": "Scan Duplicate By Advertising Data", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Advertising packets with the same address, advertising data, address type,\nand advertising type are reported only once.", - "id": "BT_CTRL_SCAN_DUPL_TYPE_DATA_DEVICE", - "name": "BT_CTRL_SCAN_DUPL_TYPE_DATA_DEVICE", - "range": null, - "title": "Scan Duplicate By Device Address And Advertising Data", - "type": "bool" - } - ], - "depends_on": "BT_CTRL_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": "BT_CTRL_SCAN_DUPL_TYPE", - "title": "Scan Duplicate Type", - "type": "choice" - }, - { - "children": [], - "depends_on": "BT_CTRL_BLE_SCAN_DUPL && BT_CONTROLLER_ENABLED", - "help": null, - "id": "BT_CTRL_SCAN_DUPL_TYPE", - "name": "BT_CTRL_SCAN_DUPL_TYPE", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": "BT_CTRL_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 cache will be refreshed.", - "id": "BT_CTRL_SCAN_DUPL_CACHE_SIZE", - "name": "BT_CTRL_SCAN_DUPL_CACHE_SIZE", - "range": null, - "title": "Maximum number of devices in scan duplicate filter", - "type": "int" - }, - { - "children": [], - "depends_on": "BT_CTRL_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": "BT_CTRL_DUPL_SCAN_CACHE_REFRESH_PERIOD", - "name": "BT_CTRL_DUPL_SCAN_CACHE_REFRESH_PERIOD", - "range": null, - "title": "Duplicate scan list refresh period (seconds)", - "type": "int" - }, - { - "children": [ - { - "children": [], - "depends_on": "BT_CTRL_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": "BT_CTRL_MESH_DUPL_SCAN_CACHE_SIZE", - "name": "BT_CTRL_MESH_DUPL_SCAN_CACHE_SIZE", - "range": null, - "title": "Maximum number of Mesh adv packets in scan duplicate filter", - "type": "int" - } - ], - "depends_on": "BT_CTRL_BLE_SCAN_DUPL && BT_CONTROLLER_ENABLED", - "help": "This enables the BLE scan duplicate for special BLE Mesh scan.", - "id": "BT_CTRL_BLE_MESH_SCAN_DUPL_EN", - "name": "BT_CTRL_BLE_MESH_SCAN_DUPL_EN", - "range": null, - "title": "Special duplicate scan mechanism for BLE Mesh scan", - "type": "bool" - } - ], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": "This select enables parameters setting of BLE scan duplicate.", - "id": "BT_CTRL_BLE_SCAN_DUPL", - "name": "BT_CTRL_BLE_SCAN_DUPL", - "range": null, - "title": "BLE Scan Duplicate Options", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": "Always enable the limitation on max tx/rx time for Coded-PHY connection", - "id": "BT_CTRL_COEX_PHY_CODED_TX_RX_TLIM_EN", - "name": "BT_CTRL_COEX_PHY_CODED_TX_RX_TLIM_EN", - "range": null, - "title": "Force Enable", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Disable the limitation on max tx/rx time for Coded-PHY connection", - "id": "BT_CTRL_COEX_PHY_CODED_TX_RX_TLIM_DIS", - "name": "BT_CTRL_COEX_PHY_CODED_TX_RX_TLIM_DIS", - "range": null, - "title": "Force Disable", - "type": "bool" - } - ], - "depends_on": "ESP_COEX_SW_COEXIST_ENABLE && BT_CONTROLLER_ENABLED", - "help": "When using PHY-Coded in BLE connection, limitation on max tx/rx time can be applied to\nbetter avoid dramatic performance deterioration of Wi-Fi.", - "id": "component-config-bluetooth-controller-options-coexistence-limit-on-max-tx-rx-time-for-coded-phy-connection", - "name": "BT_CTRL_COEX_PHY_CODED_TX_RX_TLIM", - "title": "Coexistence: limit on MAX Tx/Rx time for coded-PHY connection", - "type": "choice" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": null, - "id": "BT_CTRL_COEX_PHY_CODED_TX_RX_TLIM_EFF", - "name": "BT_CTRL_COEX_PHY_CODED_TX_RX_TLIM_EFF", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [ - { - "children": [ - { - "children": [ - { - "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, and\nbluetooth can work under light sleep enabled. Main crystal has a relatively better performance\nthan other bluetooth low power clock sources.", - "id": "BT_CTRL_LPCLK_SEL_MAIN_XTAL", - "name": "BT_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": "BT_CTRL_LPCLK_SEL_EXT_32K_XTAL", - "name": "BT_CTRL_LPCLK_SEL_EXT_32K_XTAL", - "range": null, - "title": "External 32kHz crystal/oscillator", - "type": "bool" - }, - { - "children": [], - "depends_on": "RTC_CLK_SRC_INT_RC && ", - "help": "Internal 150kHz RC oscillator. The accuracy of this clock is a lot larger than 500ppm which is required\nin Bluetooth communication, so don't select this option in scenarios such as BLE connection state.", - "id": "BT_CTRL_LPCLK_SEL_RTC_SLOW", - "name": "BT_CTRL_LPCLK_SEL_RTC_SLOW", - "range": null, - "title": "Internal 150kHz RC oscillator", - "type": "bool" - } - ], - "depends_on": "BT_CTRL_MODEM_SLEEP_MODE_1 && BT_CONTROLLER_ENABLED", - "help": "Select the low power clock source for bluetooth controller", - "id": "component-config-bluetooth-controller-options-modem-sleep-options-bluetooth-modem-sleep-bluetooth-modem-sleep-mode-1-bluetooth-low-power-clock", - "name": "BT_CTRL_LOW_POWER_CLOCK", - "title": "Bluetooth low power clock", - "type": "choice" - } - ], - "depends_on": "BT_CTRL_MODEM_SLEEP && BT_CONTROLLER_ENABLED", - "help": "Mode 1 is the currently supported sleep mode. In this mode,\nbluetooth controller sleeps between and BLE events. A low\npower clock is used to maintain bluetooth reference clock.", - "id": "BT_CTRL_MODEM_SLEEP_MODE_1", - "name": "BT_CTRL_MODEM_SLEEP_MODE_1", - "range": null, - "title": "Bluetooth Modem sleep Mode 1", - "type": "bool" - } - ], - "depends_on": "!BT_CTRL_HCI_MODE_UART_H4 && BT_CONTROLLER_ENABLED", - "help": "Enable/disable bluetooth controller low power mode.\nModem sleep is not supported to be used with UART HCI.", - "id": "BT_CTRL_MODEM_SLEEP", - "name": "BT_CTRL_MODEM_SLEEP", - "range": null, - "title": "Bluetooth modem sleep", - "type": "bool" - }, - { - "children": [], - "depends_on": "(BT_CTRL_LPCLK_SEL_MAIN_XTAL || BT_CTRL_LPCLK_SEL_EXT_32K_XTAL) && FREERTOS_USE_TICKLESS_IDLE && BT_CONTROLLER_ENABLED", - "help": "If this option is selected, the main crystal will power up during light sleep when the low power clock\nselects an external 32kHz crystal but the external 32kHz crystal does not exist or the low power clock\nselects the main crystal.", - "id": "BT_CTRL_MAIN_XTAL_PU_DURING_LIGHT_SLEEP", - "name": "BT_CTRL_MAIN_XTAL_PU_DURING_LIGHT_SLEEP", - "range": null, - "title": "power up main XTAL during light sleep", - "type": "bool" - } - ], - "depends_on": "BT_CONTROLLER_ENABLED", - "id": "component-config-bluetooth-controller-options-modem-sleep-options", - "title": "MODEM SLEEP Options", - "type": "menu" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": null, - "id": "BT_CTRL_SLEEP_MODE_EFF", - "name": "BT_CTRL_SLEEP_MODE_EFF", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": null, - "id": "BT_CTRL_SLEEP_CLOCK_EFF", - "name": "BT_CTRL_SLEEP_CLOCK_EFF", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": null, - "id": "BT_CTRL_HCI_TL_EFF", - "name": "BT_CTRL_HCI_TL_EFF", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [ - { - "children": [], - "depends_on": "BT_CTRL_AGC_RECORRECT_EN && BT_CONTROLLER_ENABLED", - "help": "Enable coded phy AGC recorrect", - "id": "BT_CTRL_CODED_AGC_RECORRECT_EN", - "name": "BT_CTRL_CODED_AGC_RECORRECT_EN", - "range": null, - "title": "Enable coded phy AGC recorrect", - "type": "bool" - } - ], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": "Enable uncoded phy AGC recorrect", - "id": "BT_CTRL_AGC_RECORRECT_EN", - "name": "BT_CTRL_AGC_RECORRECT_EN", - "range": null, - "title": "Enable HW AGC recorrect", - "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": "BT_CTRL_SCAN_BACKOFF_UPPERLIMITMAX", - "name": "BT_CTRL_SCAN_BACKOFF_UPPERLIMITMAX", - "range": null, - "title": "Disable active scan backoff", - "type": "bool" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": "When this option is enabled, auxiliary packets will be present in the events of\n'Non-Connectable and Non-Scannable' regardless of whether the advertising length is 0.\nIf this option is not enabled, auxiliary packets will only be present when the advertising length is not 0.", - "id": "BT_BLE_ADV_DATA_LENGTH_ZERO_AUX", - "name": "BT_BLE_ADV_DATA_LENGTH_ZERO_AUX", - "range": null, - "title": "Enable aux packet when ext adv data length is zero", - "type": "bool" - }, - { - "children": [], - "depends_on": "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": "BT_CTRL_CHAN_ASS_EN", - "name": "BT_CTRL_CHAN_ASS_EN", - "range": null, - "title": "Enable channel assessment", - "type": "bool" - }, - { - "children": [], - "depends_on": "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": "BT_CTRL_LE_PING_EN", - "name": "BT_CTRL_LE_PING_EN", - "range": null, - "title": "Enable LE Ping procedure", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": "If this option is enabled, Controller will terminate the connection\nwhen instant passed during connection update procedure.", - "id": "BT_CTRL_BLE_LLCP_CONN_UPDATE", - "name": "BT_CTRL_BLE_LLCP_CONN_UPDATE", - "range": null, - "title": "BLE ACL connection update procedure", - "type": "bool" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": "If this option is enabled, Controller will terminate the connection\nwhen instant passed in channel map update procedure.", - "id": "BT_CTRL_BLE_LLCP_CHAN_MAP_UPDATE", - "name": "BT_CTRL_BLE_LLCP_CHAN_MAP_UPDATE", - "range": null, - "title": "BLE ACL channel map update procedure", - "type": "bool" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": "If this option is enabled, Controller will terminate the connection\nwhen instant passed in PHY update procedure.", - "id": "BT_CTRL_BLE_LLCP_PHY_UPDATE", - "name": "BT_CTRL_BLE_LLCP_PHY_UPDATE", - "range": null, - "title": "BLE ACL PHY 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": [ - { - "children": [], - "depends_on": "BT_CTRL_RUN_IN_FLASH_ONLY && BT_CONTROLLER_ENABLED", - "help": null, - "id": "BT_CTRL_DTM_ENABLE", - "name": "BT_CTRL_DTM_ENABLE", - "range": null, - "title": "Enable direct test mode feature", - "type": "bool" - }, - { - "children": [], - "depends_on": "BT_CTRL_RUN_IN_FLASH_ONLY && BT_CONTROLLER_ENABLED", - "help": null, - "id": "BT_CTRL_BLE_MASTER", - "name": "BT_CTRL_BLE_MASTER", - "range": null, - "title": "Enable BLE master role feature", - "type": "bool" - }, - { - "children": [], - "depends_on": "BT_CTRL_RUN_IN_FLASH_ONLY && BT_CONTROLLER_ENABLED", - "help": null, - "id": "BT_CTRL_BLE_TEST", - "name": "BT_CTRL_BLE_TEST", - "range": null, - "title": "Enable BLE QA test feature", - "type": "bool" - }, - { - "children": [], - "depends_on": "BT_CTRL_RUN_IN_FLASH_ONLY && BT_CONTROLLER_ENABLED", - "help": null, - "id": "BT_CTRL_BLE_SCAN", - "name": "BT_CTRL_BLE_SCAN", - "range": null, - "title": "Enable BLE scan feature", - "type": "bool" - }, - { - "children": [], - "depends_on": "BT_CTRL_RUN_IN_FLASH_ONLY && BT_CONTROLLER_ONLY && BT_CONTROLLER_ENABLED", - "help": null, - "id": "BT_CTRL_BLE_SECURITY_ENABLE", - "name": "BT_CTRL_BLE_SECURITY_ENABLE", - "range": null, - "title": "Enable BLE security feature", - "type": "bool" - } - ], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": "If this option is enabled, all code for the Bluetooth controller will be moved from ROM and IRAM\nto flash, saving over 20K bytes of memory. However, it will require more flash resources and the\nperformance of Bluetooth will decrease If this option is enabled, Bluetooth may not work properly\nduring erasing flash. It is recommended to turn on the auto suspend function of flash. After auto\nsuspend is turned on, Bluetooth interrupts can be executed normally during erasing flash, with less\nimpact on Bluetooth performance.", - "id": "BT_CTRL_RUN_IN_FLASH_ONLY", - "name": "BT_CTRL_RUN_IN_FLASH_ONLY", - "range": null, - "title": "Put all BLE Controller code in flash", - "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": 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" - }, - { - "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" - } - ], - "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": "Support BLE Mesh v1.1 features", - "id": "BLE_MESH_V11_SUPPORT", - "name": "BLE_MESH_V11_SUPPORT", - "range": null, - "title": "Support ESP BLE Mesh v1.1 features (Preview)", - "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": [], - "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable this option to allow using BLE Active Scan for BLE Mesh.", - "id": "BLE_MESH_ACTIVE_SCAN", - "name": "BLE_MESH_ACTIVE_SCAN", - "range": null, - "title": "Support Active 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": [ - { - "children": [], - "depends_on": "BLE_MESH_PROV && BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable this option to support BLE Mesh enhanced provisioning authentication\nfunctionality. This option can increase the security level of provisioning.\nIt is recommended to enable this option.", - "id": "BLE_MESH_PROV_EPA", - "name": "BLE_MESH_PROV_EPA", - "range": null, - "title": "BLE Mesh enhanced provisioning authentication", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "BLE_MESH_CERT_BASED_PROV && BLE_MESH", - "help": "This option sets the maximum size of the provisioning record fragment that the\nProvisioner can receive. The range depends on provisioning bearer.", - "id": "BLE_MESH_RECORD_FRAG_MAX_SIZE", - "name": "BLE_MESH_RECORD_FRAG_MAX_SIZE", - "range": null, - "title": "Maximum size of the provisioning record fragment that Provisioner can receive", - "type": "int" - } - ], - "depends_on": "BLE_MESH_PROV && BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable this option to support BLE Mesh Certificate-Based Provisioning.", - "id": "BLE_MESH_CERT_BASED_PROV", - "name": "BLE_MESH_CERT_BASED_PROV", - "range": null, - "title": "Support Certificate-based provisioning", - "type": "bool" - } - ], - "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" - }, - { - "children": [], - "depends_on": "BLE_MESH_PRB_SRV && BLE_MESH_GATT_PROXY_SERVER && BLE_MESH", - "help": "The Proxy Privacy parameter controls the privacy of the Proxy Server\nover the connection. The value of the Proxy Privacy parameter is\ncontrolled by the type of proxy connection, which is dependent on the\nbearer used by the proxy connection.", - "id": "BLE_MESH_PROXY_PRIVACY", - "name": "BLE_MESH_PROXY_PRIVACY", - "range": null, - "title": "Support Proxy Privacy", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "BLE_MESH_PROXY_SOLIC_PDU_RX && BLE_MESH", - "help": "This option specifies the maximum capacity of the solicitation replay\nprotection list. The solicitation replay protection list is used to\nreject Solicitation PDUs that were already processed by a node, which\nwill store the solicitation src and solicitation sequence number of\nthe received Solicitation PDU message.", - "id": "BLE_MESH_PROXY_SOLIC_RX_CRPL", - "name": "BLE_MESH_PROXY_SOLIC_RX_CRPL", - "range": null, - "title": "Maximum capacity of solicitation replay protection list", - "type": "int" - } - ], - "depends_on": "BLE_MESH_GATT_PROXY_SERVER && BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable this option to support receiving Proxy Solicitation PDU.", - "id": "BLE_MESH_PROXY_SOLIC_PDU_RX", - "name": "BLE_MESH_PROXY_SOLIC_PDU_RX", - "range": null, - "title": "Support receiving Proxy Solicitation PDU", - "type": "bool" - } - ], - "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": [ - { - "children": [ - { - "children": [], - "depends_on": "BLE_MESH_PROXY_SOLIC_PDU_TX && BLE_MESH", - "help": "This option specifies the maximum number of Solicitation Source (SSRC)\nthat can be used by Proxy Client for sending a Solicitation PDU.\nA Proxy Client may use the primary address or any of the secondary\naddresses as the SSRC for a Solicitation PDU.\nSo for a Proxy Client, it's better to choose the value based on its\nown element count.", - "id": "BLE_MESH_PROXY_SOLIC_TX_SRC_COUNT", - "name": "BLE_MESH_PROXY_SOLIC_TX_SRC_COUNT", - "range": null, - "title": "Maximum number of SSRC that can be used by Proxy Client", - "type": "int" - } - ], - "depends_on": "BLE_MESH_GATT_PROXY_CLIENT && BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable this option to support sending Proxy Solicitation PDU.", - "id": "BLE_MESH_PROXY_SOLIC_PDU_TX", - "name": "BLE_MESH_PROXY_SOLIC_PDU_TX", - "range": null, - "title": "Support sending Proxy Solicitation PDU", - "type": "bool" - } - ], - "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_V11_SUPPORT && BLE_MESH", - "help": "Enable this option to use the enhanced segmentation and reassembly\nmechanism introduced in Bluetooth Mesh Protocol 1.1.", - "id": "BLE_MESH_SAR_ENHANCEMENT", - "name": "BLE_MESH_SAR_ENHANCEMENT", - "range": null, - "title": "Segmentation and reassembly enhancement", - "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" - }, - { - "children": [], - "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable support for Bridge Configuration Client model.", - "id": "BLE_MESH_BRC_CLI", - "name": "BLE_MESH_BRC_CLI", - "range": null, - "title": "Bridge Configuration Client model", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "BLE_MESH_BRC_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Maximum number of Bridging Table entries that the Bridge Configuration Server can support.", - "id": "BLE_MESH_MAX_BRIDGING_TABLE_ENTRY_COUNT", - "name": "BLE_MESH_MAX_BRIDGING_TABLE_ENTRY_COUNT", - "range": null, - "title": "Maximum number of Bridging Table entries", - "type": "int" - }, - { - "children": [], - "depends_on": "BLE_MESH_BRC_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "This option specifies the maximum capacity of the bridge replay\nprotection list. The bridge replay protection list is used to\nprevent a bridged subnet from replay attack, which will store the\nsource address and sequence number of the received bridge messages.", - "id": "BLE_MESH_BRIDGE_CRPL", - "name": "BLE_MESH_BRIDGE_CRPL", - "range": null, - "title": "Maximum capacity of bridge replay protection list", - "type": "int" - } - ], - "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable support for Bridge Configuration Server model.", - "id": "BLE_MESH_BRC_SRV", - "name": "BLE_MESH_BRC_SRV", - "range": null, - "title": "Bridge Configuration Server model", - "type": "bool" - }, - { - "children": [], - "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable support for Mesh Private Beacon Client model.", - "id": "BLE_MESH_PRB_CLI", - "name": "BLE_MESH_PRB_CLI", - "range": null, - "title": "Mesh Private Beacon Client model", - "type": "bool" - }, - { - "children": [], - "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable support for Mesh Private Beacon Server model.", - "id": "BLE_MESH_PRB_SRV", - "name": "BLE_MESH_PRB_SRV", - "range": null, - "title": "Mesh Private Beacon Server model", - "type": "bool" - }, - { - "children": [], - "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable support for On-Demand Private Proxy Client model.", - "id": "BLE_MESH_ODP_CLI", - "name": "BLE_MESH_ODP_CLI", - "range": null, - "title": "On-Demand Private Proxy Client model", - "type": "bool" - }, - { - "children": [], - "depends_on": "BLE_MESH_PROXY_SOLIC_PDU_RX && BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable support for On-Demand Private Proxy Server model.", - "id": "BLE_MESH_ODP_SRV", - "name": "BLE_MESH_ODP_SRV", - "range": null, - "title": "On-Demand Private Proxy Server model", - "type": "bool" - }, - { - "children": [], - "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable support for Solicitation PDU RPL Configuration Client model.", - "id": "BLE_MESH_SRPL_CLI", - "name": "BLE_MESH_SRPL_CLI", - "range": null, - "title": "Solicitation PDU RPL Configuration Client model", - "type": "bool" - }, - { - "children": [], - "depends_on": "BLE_MESH_PROXY_SOLIC_PDU_RX && BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable support for Solicitation PDU RPL Configuration Server model.\nNote:\nThis option depends on the functionality of receiving Solicitation\nPDU. If the device doesn't support receiving Solicitation PDU, then\nthere is no need to enable this server model.", - "id": "BLE_MESH_SRPL_SRV", - "name": "BLE_MESH_SRPL_SRV", - "range": null, - "title": "Solicitation PDU RPL Configuration Server model", - "type": "bool" - }, - { - "children": [], - "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable support for Opcodes Aggregator Client model.", - "id": "BLE_MESH_AGG_CLI", - "name": "BLE_MESH_AGG_CLI", - "range": null, - "title": "Opcodes Aggregator Client model", - "type": "bool" - }, - { - "children": [], - "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable support for Opcodes Aggregator Server model.", - "id": "BLE_MESH_AGG_SRV", - "name": "BLE_MESH_AGG_SRV", - "range": null, - "title": "Opcodes Aggregator Server model", - "type": "bool" - }, - { - "children": [], - "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable support for SAR Configuration Client model.", - "id": "BLE_MESH_SAR_CLI", - "name": "BLE_MESH_SAR_CLI", - "range": null, - "title": "SAR Configuration Client model", - "type": "bool" - }, - { - "children": [], - "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable support for SAR Configuration Server model.", - "id": "BLE_MESH_SAR_SRV", - "name": "BLE_MESH_SAR_SRV", - "range": null, - "title": "SAR Configuration Server model", - "type": "bool" - }, - { - "children": [], - "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Composition Data Page 1 contains information about the relationships\namong models.\nEach model either can be a root model or can extend other models.", - "id": "BLE_MESH_COMP_DATA_1", - "name": "BLE_MESH_COMP_DATA_1", - "range": null, - "title": "Support Composition Data Page 1", - "type": "bool" - }, - { - "children": [], - "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Composition Data Page 128 is used to indicate the structure of\nelements, features, and models of a node after the successful\nexecution of the Node Address Refresh procedure or the Node\nComposition Refresh procedure, or after the execution of the\nNode Removal procedure followed by the provisioning process.\nComposition Data Page 128 shall be present if the node supports\nthe Remote Provisioning Server model; otherwise it is optional.", - "id": "BLE_MESH_COMP_DATA_128", - "name": "BLE_MESH_COMP_DATA_128", - "range": null, - "title": "Support Composition Data Page 128", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "BLE_MESH_MODELS_METADATA_0 && BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "The Models Metadata state contains metadata of a node\u2019s models.\nThe Models Metadata state is composed of a number of pages of\ninformation.\nModels Metadata Page 128 contains metadata for the node\u2019s models\nafter the successful execution of the Node Address Refresh\nprocedure or the Node Composition Refresh procedure, or after\nthe execution of the Node Removal procedure followed by the\nprovisioning process.\nModels Metadata Page 128 shall be present if the node supports\nthe Remote Provisioning Server model and the node supports the\nLarge Composition Data Server model.", - "id": "BLE_MESH_MODELS_METADATA_128", - "name": "BLE_MESH_MODELS_METADATA_128", - "range": null, - "title": "Support Models Metadata Page 128", - "type": "bool" - } - ], - "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "The Models Metadata state contains metadata of a node\u2019s models.\nThe Models Metadata state is composed of a number of pages of\ninformation.\nModels Metadata Page 0 shall be present if the node supports\nthe Large Composition Data Server model.", - "id": "BLE_MESH_MODELS_METADATA_0", - "name": "BLE_MESH_MODELS_METADATA_0", - "range": null, - "title": "Support Models Metadata Page 0", - "type": "bool" - }, - { - "children": [], - "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable support for Large Composition Data Client model.", - "id": "BLE_MESH_LCD_CLI", - "name": "BLE_MESH_LCD_CLI", - "range": null, - "title": "Large Composition Data Client model", - "type": "bool" - }, - { - "children": [], - "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable support for Large Composition Data Server model.", - "id": "BLE_MESH_LCD_SRV", - "name": "BLE_MESH_LCD_SRV", - "range": null, - "title": "Large Composition Data Server model", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "BLE_MESH_RPR_CLI && BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "This option specifies how many devices can be provisioned at the same time\nusing PB-REMOTE. For example, if the value is 2, it means a Provisioner can\nprovision two unprovisioned devices with PB-REMOTE at the same time.", - "id": "BLE_MESH_RPR_CLI_PROV_SAME_TIME", - "name": "BLE_MESH_RPR_CLI_PROV_SAME_TIME", - "range": null, - "title": "Maximum number of PB-Remote running at the same time by Provisioner", - "type": "int" - } - ], - "depends_on": "BLE_MESH_PROVISIONER && BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable support for Remote Provisioning Client model", - "id": "BLE_MESH_RPR_CLI", - "name": "BLE_MESH_RPR_CLI", - "range": null, - "title": "Remote Provisioning Client model", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "BLE_MESH_RPR_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "This option specifies how many device information can a Remote\nProvisioning Server store each time while scanning.", - "id": "BLE_MESH_RPR_SRV_MAX_SCANNED_ITEMS", - "name": "BLE_MESH_RPR_SRV_MAX_SCANNED_ITEMS", - "range": null, - "title": "Maximum number of device information can be scanned", - "type": "int" - }, - { - "children": [], - "depends_on": "BLE_MESH_RPR_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable this option to support Active Scan for remote provisioning.", - "id": "BLE_MESH_RPR_SRV_ACTIVE_SCAN", - "name": "BLE_MESH_RPR_SRV_ACTIVE_SCAN", - "range": null, - "title": "Support Active Scan for remote provisioning", - "type": "bool" - }, - { - "children": [], - "depends_on": "BLE_MESH_RPR_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "This option specifies how many extended scan procedures can be\nstarted by the Remote Provisioning Server.", - "id": "BLE_MESH_RPR_SRV_MAX_EXT_SCAN", - "name": "BLE_MESH_RPR_SRV_MAX_EXT_SCAN", - "range": null, - "title": "Maximum number of extended scan procedures", - "type": "int" - } - ], - "depends_on": "BLE_MESH_NODE && BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable support for Remote Provisioning Server model", - "id": "BLE_MESH_RPR_SRV", - "name": "BLE_MESH_RPR_SRV", - "range": null, - "title": "Remote Provisioning Server model", - "type": "bool" - }, - { - "children": [], - "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable support for Directed Forwarding Configuration Client model.", - "id": "BLE_MESH_DF_CLI", - "name": "BLE_MESH_DF_CLI", - "range": null, - "title": "Directed Forwarding Configuration Client model", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "BLE_MESH_DF_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Maximum number of Discovery Table entries supported by the node in a given subnet.", - "id": "BLE_MESH_MAX_DISC_TABLE_ENTRY_COUNT", - "name": "BLE_MESH_MAX_DISC_TABLE_ENTRY_COUNT", - "range": null, - "title": "Maximum number of discovery table entries in a given subnet", - "type": "int" - }, - { - "children": [], - "depends_on": "BLE_MESH_DF_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Maximum number of Forward Table entries supported by the node in a given subnet.", - "id": "BLE_MESH_MAX_FORWARD_TABLE_ENTRY_COUNT", - "name": "BLE_MESH_MAX_FORWARD_TABLE_ENTRY_COUNT", - "range": null, - "title": "Maximum number of forward table entries in a given subnet", - "type": "int" - }, - { - "children": [], - "depends_on": "BLE_MESH_DF_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Maximum size of dependent nodes list supported by each forward table entry.", - "id": "BLE_MESH_MAX_DEPS_NODES_PER_PATH", - "name": "BLE_MESH_MAX_DEPS_NODES_PER_PATH", - "range": null, - "title": "Maximum number of dependent nodes per path", - "type": "int" - }, - { - "children": [], - "depends_on": "BLE_MESH_DF_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "The option only removes the Path Use timer; all other behavior of the\ndevice is not changed.\nIf Path Monitoring test mode is going to be used, this option should\nbe enabled.", - "id": "BLE_MESH_PATH_MONITOR_TEST", - "name": "BLE_MESH_PATH_MONITOR_TEST", - "range": null, - "title": "Enable Path Monitoring test mode", - "type": "bool" - }, - { - "children": [], - "depends_on": "BLE_MESH_GATT_PROXY_SERVER && BLE_MESH_DF_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Support Directed Proxy functionality.", - "id": "BLE_MESH_SUPPORT_DIRECTED_PROXY", - "name": "BLE_MESH_SUPPORT_DIRECTED_PROXY", - "range": null, - "title": "Enable Directed Proxy functionality", - "type": "bool" - } - ], - "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable support for Directed Forwarding Configuration Server model.", - "id": "BLE_MESH_DF_SRV", - "name": "BLE_MESH_DF_SRV", - "range": null, - "title": "Directed Forwarding Configuration 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" - }, - { - "children": [ - { - "children": [], - "depends_on": "BLE_MESH_MBT_CLI && BLE_MESH", - "help": "Maximum number of BLOB Transfer Server models that can participating\nin the BLOB transfer with a BLOB Transfer Client model.", - "id": "BLE_MESH_MAX_BLOB_RECEIVERS", - "name": "BLE_MESH_MAX_BLOB_RECEIVERS", - "range": null, - "title": "Maximum number of simultaneous blob receivers", - "type": "int" - } - ], - "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable support for BLOB Transfer Client model.", - "id": "BLE_MESH_MBT_CLI", - "name": "BLE_MESH_MBT_CLI", - "range": null, - "title": "BLOB Transfer Client model", - "type": "bool" - }, - { - "children": [], - "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", - "help": "Enable support for BLOB Transfer Server model.", - "id": "BLE_MESH_MBT_SRV", - "name": "BLE_MESH_MBT_SRV", - "range": null, - "title": "BLOB Transfer Server model", - "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": [], - "depends_on": null, - "help": "Instead of listing the commands in the order of registration, the help command lists\nthe available commands in sorted order, if this option is enabled.", - "id": "CONSOLE_SORTED_HELP", - "name": "CONSOLE_SORTED_HELP", - "range": null, - "title": "Enable sorted help", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-console-library", - "title": "Console Library", - "type": "menu" - }, - { - "children": [ - { - "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_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": "Whether 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": "Whether 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-driver-configuration-legacy-adc-calibration-configuration", - "title": "Legacy ADC Calibration Configuration", - "type": "menu" - } - ], - "depends_on": null, - "id": "component-config-driver-configurations-legacy-adc-driver-configuration", - "title": "Legacy ADC Driver Configuration", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_DAC_SUPPORTED", - "help": "Whether 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" - } - ], - "depends_on": "SOC_DAC_SUPPORTED", - "id": "component-config-driver-configurations-legacy-dac-driver-configurations", - "title": "Legacy DAC Driver Configurations", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_MCPWM_SUPPORTED", - "help": "Whether 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" - } - ], - "depends_on": "SOC_MCPWM_SUPPORTED", - "id": "component-config-driver-configurations-legacy-mcpwm-driver-configurations", - "title": "Legacy MCPWM Driver Configurations", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_GPTIMER_SUPPORTED", - "help": "Whether 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" - } - ], - "depends_on": "SOC_GPTIMER_SUPPORTED", - "id": "component-config-driver-configurations-legacy-timer-group-driver-configurations", - "title": "Legacy Timer Group Driver Configurations", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_RMT_SUPPORTED", - "help": "Whether 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" - } - ], - "depends_on": "SOC_RMT_SUPPORTED", - "id": "component-config-driver-configurations-legacy-rmt-driver-configurations", - "title": "Legacy RMT Driver Configurations", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_I2S_SUPPORTED", - "help": "Whether to suppress the deprecation warnings when using legacy i2s driver (driver/i2s.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": "I2S_SUPPRESS_DEPRECATE_WARN", - "name": "I2S_SUPPRESS_DEPRECATE_WARN", - "range": null, - "title": "Suppress legacy driver deprecated warning", - "type": "bool" - } - ], - "depends_on": "SOC_I2S_SUPPORTED", - "id": "component-config-driver-configurations-legacy-i2s-driver-configurations", - "title": "Legacy I2S Driver Configurations", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_PCNT_SUPPORTED", - "help": "whether 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" - } - ], - "depends_on": "SOC_PCNT_SUPPORTED", - "id": "component-config-driver-configurations-legacy-pcnt-driver-configurations", - "title": "Legacy PCNT Driver Configurations", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_SDM_SUPPORTED", - "help": "whether to suppress the deprecation warnings when using legacy SDM driver (driver/sigmadelta.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": "SDM_SUPPRESS_DEPRECATE_WARN", - "name": "SDM_SUPPRESS_DEPRECATE_WARN", - "range": null, - "title": "Suppress legacy driver deprecated warning", - "type": "bool" - } - ], - "depends_on": "SOC_SDM_SUPPORTED", - "id": "component-config-driver-configurations-legacy-sdm-driver-configurations", - "title": "Legacy SDM Driver Configurations", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_TEMP_SENSOR_SUPPORTED", - "help": "whether 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" - } - ], - "depends_on": "SOC_TEMP_SENSOR_SUPPORTED", - "id": "component-config-driver-configurations-legacy-temperature-sensor-driver-configurations", - "title": "Legacy Temperature Sensor Driver Configurations", - "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 && !IDF_TARGET_LINUX", - "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, 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": [], - "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_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", - "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_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" - }, - { - "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": "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" - }, - { - "children": [], - "depends_on": "ESP_TLS_USING_WOLFSSL", - "help": "Enable a fuller set of OCSP checks: checking revocation status of intermediate certificates,\noptional fallbacks to CRLs, etc.", - "id": "ESP_TLS_OCSP_CHECKALL", - "name": "ESP_TLS_OCSP_CHECKALL", - "range": null, - "title": "Enabled full OCSP checks for ESP-TLS", - "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" - }, - { - "children": [], - "depends_on": null, - "help": "whether to enable the debug log message for ADC driver.\nNote that this option only controls the ADC driver log, will not affect other drivers.\n\nnote: This cannot be used in the ADC legacy driver.", - "id": "ADC_ENABLE_DEBUG_LOG", - "name": "ADC_ENABLE_DEBUG_LOG", - "range": null, - "title": "Enable ADC debug log", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-adc-and-adc-calibration", - "title": "ADC and ADC Calibration", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_COEX_ENABLED", - "name": "ESP_COEX_ENABLED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": "((ESP_WIFI_ENABLED && BT_ENABLED) || (ESP_WIFI_ENABLED && IEEE802154_ENABLED) || (IEEE802154_ENABLED && BT_ENABLED)) && ESP_COEX_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 && ESP_COEX_ENABLED", - "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 && ESP_COEX_ENABLED", - "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": "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": "whether 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-esp-driver-analog-comparator-configurations", - "title": "ESP-Driver:Analog Comparator Configurations", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_MIPI_CSI_SUPPORTED && (SOC_MIPI_CSI_SUPPORTED || SOC_LCDCAM_CAM_SUPPORTED)", - "help": "Ensure the CSI driver ISR is IRAM-Safe. When enabled, the ISR handler\nwill be available when the cache is disabled.", - "id": "CAM_CTLR_MIPI_CSI_ISR_IRAM_SAFE", - "name": "CAM_CTLR_MIPI_CSI_ISR_IRAM_SAFE", - "range": null, - "title": "CSI ISR IRAM-Safe", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_MIPI_CSI_SUPPORTED || SOC_LCDCAM_CAM_SUPPORTED", - "help": "Ensure the ISP_DVP driver ISR is IRAM-Safe. When enabled, the ISR handler\nwill be available when the cache is disabled.", - "id": "CAM_CTLR_ISP_DVP_ISR_IRAM_SAFE", - "name": "CAM_CTLR_ISP_DVP_ISR_IRAM_SAFE", - "range": null, - "title": "ISP_DVP ISR IRAM-Safe", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_LCDCAM_CAM_SUPPORTED && (SOC_MIPI_CSI_SUPPORTED || SOC_LCDCAM_CAM_SUPPORTED)", - "help": "Ensure the DVP driver ISR is IRAM-Safe. When enabled, the ISR handler\nwill be available when the cache is disabled.", - "id": "CAM_CTLR_DVP_CAM_ISR_IRAM_SAFE", - "name": "CAM_CTLR_DVP_CAM_ISR_IRAM_SAFE", - "range": null, - "title": "DVP ISR IRAM-Safe", - "type": "bool" - } - ], - "depends_on": "SOC_MIPI_CSI_SUPPORTED || SOC_LCDCAM_CAM_SUPPORTED", - "id": "component-config-esp-driver-camera-controller-configurations", - "title": "ESP-Driver:Camera Controller Configurations", - "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": "whether 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-esp-driver-dac-configurations", - "title": "ESP-Driver:DAC Configurations", - "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-esp-driver-gpio-configurations", - "title": "ESP-Driver:GPIO Configurations", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_GPTIMER_SUPPORTED", - "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": "SOC_GPTIMER_SUPPORTED", - "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": "SOC_GPTIMER_SUPPORTED", - "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": "SOC_GPTIMER_SUPPORTED", - "help": "whether 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": "SOC_GPTIMER_SUPPORTED", - "id": "component-config-esp-driver-gptimer-configurations", - "title": "ESP-Driver:GPTimer Configurations", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_I2C_SUPPORTED", - "help": "Ensure the I2C interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).\nnote: This cannot be used in the I2C legacy driver.", - "id": "I2C_ISR_IRAM_SAFE", - "name": "I2C_ISR_IRAM_SAFE", - "range": null, - "title": "I2C ISR IRAM-Safe", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_I2C_SUPPORTED", - "help": "whether to enable the debug log message for I2C driver.\nNote that this option only controls the I2C driver log, will not affect other drivers.\n\nnote: This cannot be used in the I2C legacy driver.", - "id": "I2C_ENABLE_DEBUG_LOG", - "name": "I2C_ENABLE_DEBUG_LOG", - "range": null, - "title": "Enable I2C debug log", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_I2C_SUPPORTED", - "help": "I2C slave version 2 solves some existing known issues. Such as write/read workflow, stretch handling, etc.", - "id": "I2C_ENABLE_SLAVE_DRIVER_VERSION_2", - "name": "I2C_ENABLE_SLAVE_DRIVER_VERSION_2", - "range": null, - "title": "Enable I2C slave driver version 2", - "type": "bool" - } - ], - "depends_on": "SOC_I2C_SUPPORTED", - "id": "component-config-esp-driver-i2c-configurations", - "title": "ESP-Driver:I2C Configurations", - "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": "whether 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-esp-driver-i2s-configurations", - "title": "ESP-Driver:I2S Configurations", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_ISP_SUPPORTED", - "help": "Ensure the ISP driver ISR is IRAM-Safe. When enabled, the ISR handler\nwill be available when the cache is disabled.", - "id": "ISP_ISR_IRAM_SAFE", - "name": "ISP_ISR_IRAM_SAFE", - "range": null, - "title": "ISP driver ISR IRAM-Safe", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_ISP_SUPPORTED", - "help": "Place ISP control functions 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.\n\nFunction list:\n- `esp_isp_sharpen_configure`", - "id": "ISP_CTRL_FUNC_IN_IRAM", - "name": "ISP_CTRL_FUNC_IN_IRAM", - "range": null, - "title": "Place ISP control functions into IRAM", - "type": "bool" - } - ], - "depends_on": "SOC_ISP_SUPPORTED", - "id": "component-config-esp-driver-isp-configurations", - "title": "ESP-Driver:ISP Configurations", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_JPEG_CODEC_SUPPORTED", - "help": "whether to enable the debug log message for JPEG driver.\nNote that, this option only controls the JPEG driver log, won't affect other drivers.\nPlease also note, enable this option will make jpeg codec process speed much slower.", - "id": "JPEG_ENABLE_DEBUG_LOG", - "name": "JPEG_ENABLE_DEBUG_LOG", - "range": null, - "title": "Enable debug log", - "type": "bool" - } - ], - "depends_on": "SOC_JPEG_CODEC_SUPPORTED", - "id": "component-config-esp-driver-jpeg-codec-configurations", - "title": "ESP-Driver:JPEG-Codec Configurations", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": null, - "help": "Place LEDC control functions (ledc_update_duty and ledc_stop) into IRAM,\nso that these functions can be IRAM-safe and able to be called in an IRAM context.\nEnabling this option can improve driver performance as well.", - "id": "LEDC_CTRL_FUNC_IN_IRAM", - "name": "LEDC_CTRL_FUNC_IN_IRAM", - "range": null, - "title": "Place LEDC control functions into IRAM", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-esp-driver-ledc-configurations", - "title": "ESP-Driver:LEDC Configurations", - "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": "whether 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-esp-driver-mcpwm-configurations", - "title": "ESP-Driver:MCPWM Configurations", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_PARLIO_SUPPORTED", - "help": "whether 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-esp-driver-parallel-io-configurations", - "title": "ESP-Driver:Parallel IO Configurations", - "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": "whether 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-esp-driver-pcnt-configurations", - "title": "ESP-Driver:PCNT Configurations", - "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": "whether 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-esp-driver-rmt-configurations", - "title": "ESP-Driver:RMT Configurations", - "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": "whether 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-esp-driver-sigma-delta-modulator-configurations", - "title": "ESP-Driver:Sigma Delta Modulator Configurations", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "!FREERTOS_PLACE_FUNCTIONS_INTO_FLASH && SOC_GPSPI_SUPPORTED", - "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 && SOC_GPSPI_SUPPORTED", - "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": "SOC_GPSPI_SUPPORTED", - "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": "SOC_GPSPI_SUPPORTED", - "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": "SOC_GPSPI_SUPPORTED", - "id": "component-config-esp-driver-spi-configurations", - "title": "ESP-Driver:SPI Configurations", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_TOUCH_SENSOR_SUPPORTED", - "help": "Place touch sensor oneshot scanning and continuous scanning functions into IRAM,\nso that these 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": "TOUCH_CTRL_FUNC_IN_IRAM", - "name": "TOUCH_CTRL_FUNC_IN_IRAM", - "range": null, - "title": "Place touch sensor control functions into IRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_TOUCH_SENSOR_SUPPORTED", - "help": "Ensure the touch sensor interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", - "id": "TOUCH_ISR_IRAM_SAFE", - "name": "TOUCH_ISR_IRAM_SAFE", - "range": null, - "title": "Touch sensor ISR IRAM-Safe", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_TOUCH_SENSOR_SUPPORTED", - "help": "Whether to enable the debug log message for touch driver.\nNote that, this option only controls the touch driver log, won't affect other drivers.", - "id": "TOUCH_ENABLE_DEBUG_LOG", - "name": "TOUCH_ENABLE_DEBUG_LOG", - "range": null, - "title": "Enable debug log", - "type": "bool" - } - ], - "depends_on": "SOC_TOUCH_SENSOR_SUPPORTED", - "id": "component-config-esp-driver-touch-sensor-configurations", - "title": "ESP-Driver:Touch Sensor Configurations", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_TEMP_SENSOR_SUPPORTED", - "help": "whether 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-esp-driver-temperature-sensor-configurations", - "title": "ESP-Driver:Temperature Sensor Configurations", - "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-esp-driver-uart-configurations", - "title": "ESP-Driver:UART Configurations", - "type": "menu" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "depends_on": "PM_ENABLE && ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED && !SOC_USB_SERIAL_JTAG_SUPPORT_LIGHT_SLEEP && USJ_ENABLE_USB_SERIAL_JTAG && 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", - "help": "The USB-Serial-JTAG module on ESP chips is turned on by default after power-on.\nIf your application does not need it and not rely on it to be used as system\nconsole or use the built-in JTAG for debugging, you can disable this option,\nthen the clock of this module will be disabled at startup, which will save\nsome power consumption.", - "id": "USJ_ENABLE_USB_SERIAL_JTAG", - "name": "USJ_ENABLE_USB_SERIAL_JTAG", - "range": null, - "title": "Enable USB-Serial-JTAG Module", - "type": "bool" - } - ], - "depends_on": "SOC_USB_SERIAL_JTAG_SUPPORTED", - "id": "component-config-esp-driver-usb-serial-jtag-configuration", - "title": "ESP-Driver:USB Serial/JTAG Configuration", - "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": "IDF_TARGET_ESP32 && 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": "IDF_TARGET_ESP32 && 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": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": "IDF_TARGET_ESP32 && 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": "IDF_TARGET_ESP32 && !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.\n!! Important !! Make sure it is 64B aligned for ESP32P4!", - "id": "ETH_DMA_BUFFER_SIZE", - "name": "ETH_DMA_BUFFER_SIZE", - "range": null, - "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": null, - "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": null, - "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": "SOC_EMAC_SUPPORTED", - "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": [], - "depends_on": null, - "help": "Enable builtin GDBStub.\nThis allows to debug the target device using serial port:\n- Run 'idf.py monitor'.\n- Wait for the device to initialize.\n- Press Ctrl+C to interrupt the execution and enter GDB attached to your device for debugging.\nNOTE: all UART input will be handled by GDBStub.", - "id": "ESP_SYSTEM_GDBSTUB_RUNTIME", - "name": "ESP_SYSTEM_GDBSTUB_RUNTIME", - "range": null, - "title": "GDBStub at runtime", - "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" - }, - { - "children": [], - "depends_on": null, - "help": "This option will enable injection of a custom tcp_transport handle, so the http operation\nwill be performed on top of the user defined transport abstraction (if configured)", - "id": "ESP_HTTP_CLIENT_ENABLE_CUSTOM_TRANSPORT", - "name": "ESP_HTTP_CLIENT_ENABLE_CUSTOM_TRANSPORT", - "range": null, - "title": "Enable custom transport", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "This config option helps in setting the time in millisecond to wait for event to be posted to the\nsystem default event loop. Set it to -1 if you need to set timeout to portMAX_DELAY.", - "id": "ESP_HTTP_CLIENT_EVENT_POST_TIMEOUT", - "name": "ESP_HTTP_CLIENT_EVENT_POST_TIMEOUT", - "range": null, - "title": "Time in millisecond to wait for posting event", - "type": "int" - } - ], - "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" - }, - { - "children": [], - "depends_on": null, - "help": "This config option helps in setting the time in millisecond to wait for event to be posted to the\nsystem default event loop. Set it to -1 if you need to set timeout to portMAX_DELAY.", - "id": "HTTPD_SERVER_EVENT_POST_TIMEOUT", - "name": "HTTPD_SERVER_EVENT_POST_TIMEOUT", - "range": null, - "title": "Time in millisecond to wait for posting event", - "type": "int" - } - ], - "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" - }, - { - "children": [], - "depends_on": null, - "help": "This config option helps in setting the time in millisecond to wait for event to be posted to the\nsystem default event loop. Set it to -1 if you need to set timeout to portMAX_DELAY.", - "id": "ESP_HTTPS_OTA_EVENT_POST_TIMEOUT", - "name": "ESP_HTTPS_OTA_EVENT_POST_TIMEOUT", - "range": null, - "title": "Time in millisecond to wait for posting event", - "type": "int" - } - ], - "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" - }, - { - "children": [], - "depends_on": null, - "help": "This config option helps in setting the time in millisecond to wait for event to be posted to the\nsystem default event loop. Set it to -1 if you need to set timeout to portMAX_DELAY.", - "id": "ESP_HTTPS_SERVER_EVENT_POST_TIMEOUT", - "name": "ESP_HTTPS_SERVER_EVENT_POST_TIMEOUT", - "range": null, - "title": "Time in millisecond to wait for posting event", - "type": "int" - } - ], - "depends_on": null, - "id": "component-config-esp-https-server", - "title": "ESP HTTPS server", - "type": "menu" - }, - { - "children": [ - { - "children": [ - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32C3_REV_MIN_0", - "name": "ESP32C3_REV_MIN_0", - "range": null, - "title": "Rev v0.0 (ECO0)", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32C3_REV_MIN_1", - "name": "ESP32C3_REV_MIN_1", - "range": null, - "title": "Rev v0.1 (ECO1)", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32C3_REV_MIN_2", - "name": "ESP32C3_REV_MIN_2", - "range": null, - "title": "Rev v0.2 (ECO2)", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32C3_REV_MIN_3", - "name": "ESP32C3_REV_MIN_3", - "range": null, - "title": "Rev v0.3 (ECO3)", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32C3_REV_MIN_4", - "name": "ESP32C3_REV_MIN_4", - "range": null, - "title": "Rev v0.4 (ECO4)", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32C3_REV_MIN_101", - "name": "ESP32C3_REV_MIN_101", - "range": null, - "title": "Rev v1.1", - "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-c3-revision", - "name": "ESP32C3_REV_MIN", - "title": "Minimum Supported ESP32-C3 Revision", - "type": "choice" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32C3_REV_MIN_FULL", - "name": "ESP32C3_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": "ESP32C3_REV_MAX_FULL", - "name": "ESP32C3_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": null, - "help": "Required minimum eFuse Block revision. ESP-IDF will check it at the 2nd bootloader stage\nwhether the current image can work correctly for this eFuse Block revision.\nSo that to avoid running an incompatible image on a SoC that contains breaking change in the eFuse Block.\nIf you want to update this value to run the image that not compatible with the current eFuse Block revision,\nplease contact to Espressif's business team for details:\nhttps://www.espressif.com.cn/en/contact-us/sales-questions", - "id": "ESP_EFUSE_BLOCK_REV_MIN_FULL", - "name": "ESP_EFUSE_BLOCK_REV_MIN_FULL", - "range": null, - "title": "Minimum Supported ESP32-C3 eFuse Block Revision", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_EFUSE_BLOCK_REV_MAX_FULL", - "name": "ESP_EFUSE_BLOCK_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": [], - "depends_on": null, - "help": null, - "id": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES", - "name": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32C3_UNIVERSAL_MAC_ADDRESSES_TWO", - "name": "ESP32C3_UNIVERSAL_MAC_ADDRESSES_TWO", - "range": null, - "title": "Two", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR", - "name": "ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR", - "range": null, - "title": "Four", - "type": "bool" - } - ], - "depends_on": null, - "help": "Configure the number of universally administered (by IEEE) MAC addresses.\n\nDuring initialization, MAC addresses for each network interface are generated or derived from a\nsingle base MAC address.\n\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.\n\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.\n\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.)\n\nNote that ESP32-C3 has no integrated Ethernet MAC. Although it's possible to use the esp_read_mac()\nAPI to return a MAC for Ethernet, this can only be used with an external MAC peripheral.", - "id": "component-config-hardware-settings-mac-config-number-of-universally-administered-by-ieee-mac-address", - "name": "ESP32C3_UNIVERSAL_MAC_ADDRESSES", - "title": "Number of universally administered (by IEEE) MAC address", - "type": "choice" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32C3_UNIVERSAL_MAC_ADDRESSES", - "name": "ESP32C3_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 || ESP_LDO_RESERVE_PSRAM) && !(IDF_TARGET_ESP32P4 && ESP32P4_REV_MIN_FULL < 100)", - "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 or SPIRAM has independent power supply", - "type": "bool" - }, - { - "children": [], - "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP && !ESP_SLEEP_POWER_DOWN_FLASH", - "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_POWER_DOWN_FLASH && (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, esp32c5, 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": "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" - }, - { - "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" - } - ], - "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 136 kHz 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 32 kHz crystal", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "RTC_CLK_SRC_EXT_OSC", - "name": "RTC_CLK_SRC_EXT_OSC", - "range": null, - "title": "External 32 kHz oscillator at 32K_XP pin", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "RTC_CLK_SRC_INT_8MD256", - "name": "RTC_CLK_SRC_INT_8MD256", - "range": null, - "title": "Internal 17.5 MHz oscillator, divided by 256", - "type": "bool" - } - ], - "depends_on": null, - "help": "Choose which clock is used as RTC clock source.", - "id": "component-config-hardware-settings-rtc-clock-config-rtc-clock-source", - "name": "RTC_CLK_SRC", - "title": "RTC clock source", - "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" - } - ], - "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": "whether 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.", - "id": "GDMA_CTRL_FUNC_IN_IRAM", - "name": "GDMA_CTRL_FUNC_IN_IRAM", - "range": null, - "title": "Place GDMA control functions in 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" - }, - { - "children": [], - "depends_on": "SOC_GDMA_SUPPORTED", - "help": "Whether to enable the debug log message for GDMA driver.\nNote that, this option only controls the GDMA driver log, won't affect other drivers.", - "id": "GDMA_ENABLE_DEBUG_LOG", - "name": "GDMA_ENABLE_DEBUG_LOG", - "range": null, - "title": "Enable debug log", - "type": "bool" - } - ], - "depends_on": "SOC_GDMA_SUPPORTED", - "id": "component-config-hardware-settings-gdma-configurations", - "title": "GDMA Configurations", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_DW_GDMA_SUPPORTED", - "help": "Place DW_GDMA control functions (e.g. dw_gdma_channel_continue) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", - "id": "DW_GDMA_CTRL_FUNC_IN_IRAM", - "name": "DW_GDMA_CTRL_FUNC_IN_IRAM", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_DW_GDMA_SUPPORTED", - "help": "Place DW_GDMA setter functions (e.g. dw_gdma_channel_set_block_markers) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", - "id": "DW_GDMA_SETTER_FUNC_IN_IRAM", - "name": "DW_GDMA_SETTER_FUNC_IN_IRAM", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_DW_GDMA_SUPPORTED", - "help": "Place DW_GDMA getter functions (e.g. dw_gdma_link_list_get_item) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", - "id": "DW_GDMA_GETTER_FUNC_IN_IRAM", - "name": "DW_GDMA_GETTER_FUNC_IN_IRAM", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_DW_GDMA_SUPPORTED", - "help": "This will ensure the DW_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": "DW_GDMA_ISR_IRAM_SAFE", - "name": "DW_GDMA_ISR_IRAM_SAFE", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_DW_GDMA_SUPPORTED", - "help": "This will ensure the DW_GDMA object is DRAM-Safe, allow to avoid external memory\ncache misses, and also be accessible whilst the cache is disabled.", - "id": "DW_GDMA_OBJ_DRAM_SAFE", - "name": "DW_GDMA_OBJ_DRAM_SAFE", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_DW_GDMA_SUPPORTED", - "help": "Whether to enable the debug log message for DW_GDMA driver.\nNote that, this option only controls the DW_GDMA driver log, won't affect other drivers.", - "id": "DW_GDMA_ENABLE_DEBUG_LOG", - "name": "DW_GDMA_ENABLE_DEBUG_LOG", - "range": null, - "title": "Enable debug log", - "type": "bool" - } - ], - "depends_on": "SOC_DW_GDMA_SUPPORTED", - "id": "component-config-hardware-settings-dw_gdma-configurations", - "title": "DW_GDMA Configurations", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_DMA2D_SUPPORTED", - "help": "Place 2D-DMA all operation functions, including control functions (e.g. start/stop/append/reset) and setter\nfunctions (e.g. connect/strategy/callback registration) into IRAM, so that these functions can be IRAM-safe\nand able to be called in the other IRAM interrupt context. It also helps optimizing the performance.", - "id": "DMA2D_OPERATION_FUNC_IN_IRAM", - "name": "DMA2D_OPERATION_FUNC_IN_IRAM", - "range": null, - "title": "Place 2D-DMA operation functions into IRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_DMA2D_SUPPORTED", - "help": "This will ensure the 2D-DMA 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": "DMA2D_ISR_IRAM_SAFE", - "name": "DMA2D_ISR_IRAM_SAFE", - "range": null, - "title": "2D-DMA ISR IRAM-Safe", - "type": "bool" - } - ], - "depends_on": "SOC_DMA2D_SUPPORTED", - "id": "component-config-hardware-settings-2d-dma-configurations", - "title": "2D-DMA Configurations", - "type": "menu" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "XTAL_FREQ_40", - "name": "XTAL_FREQ_40", - "range": null, - "title": "40 MHz", - "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.", - "id": "component-config-hardware-settings-main-xtal-config-main-xtal-frequency", - "name": "XTAL_FREQ", - "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": [], - "depends_on": null, - "help": "This option is only used for new chip bringup, when\nclock support isn't done yet. So with this option,\nwe use xtal on FPGA as the clock source.", - "id": "ESP_BRINGUP_BYPASS_CPU_CLK_SETTING", - "name": "ESP_BRINGUP_BYPASS_CPU_CLK_SETTING", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "This option is only used for new chip bringup, when\nRNG isn't done yet. So with this option, we use 0x5A\nto fill the random buffers", - "id": "ESP_BRINGUP_BYPASS_RANDOM_SETTING", - "name": "ESP_BRINGUP_BYPASS_RANDOM_SETTING", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM", - "name": "ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_SPI_BUS_LOCK_FUNCS_IN_IRAM", - "name": "ESP_SPI_BUS_LOCK_FUNCS_IN_IRAM", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "Due to the poor low-temperature characteristics of\nRC32K (it cannot operate below -40 degrees Celsius),\nplease avoid using it whenever possible", - "id": "ESP_CLK_RC32K_NOT_TO_USE", - "name": "ESP_CLK_RC32K_NOT_TO_USE", - "range": null, - "title": null, - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-hardware-settings", - "title": "Hardware Settings", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": null, - "help": "whether 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": "Always restart RGB LCD transmission in VSYNC", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_MIPI_DSI_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_DSI_ISR_IRAM_SAFE", - "name": "LCD_DSI_ISR_IRAM_SAFE", - "range": null, - "title": "DSI LCD ISR IRAM-Safe", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-esp-driver-lcd-controller-configurations", - "title": "ESP-Driver:LCD Controller Configurations", - "type": "menu" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "depends_on": "ESP_MM_CACHE_MSYNC_C2M_CHUNKED_OPS", - "help": "Max len in bytes per C2M chunk, operations with size over the max len will be\nsliced into multiple chunks.", - "id": "ESP_MM_CACHE_MSYNC_C2M_CHUNKED_OPS_MAX_LEN", - "name": "ESP_MM_CACHE_MSYNC_C2M_CHUNKED_OPS_MAX_LEN", - "range": null, - "title": "Max len in bytes per C2M chunk", - "type": "hex" - } - ], - "depends_on": "SOC_CACHE_WRITEBACK_SUPPORTED", - "help": "`esp_cache_msync` C2M direction takes critical sections, which means during\nthe operation, the interrupts are disabled. Whereas Cache writebacks for\nlarge buffers could be especially time intensive, and might cause interrupts\nto be disabled for a significant amount of time.\n\nSometimes you want other ISRs to be responded during this C2M process.\nThis option is to slice one C2M operation into multiple chunks,\nwith CONFIG_ESP_MM_CACHE_MSYNC_C2M_CHUNKED_OPS_MAX_LEN max len. This will give you\na breath during the C2M process as sometimes the C2M process is quite long.\n\nNote if the buffer processed by the `esp_cache_msync` (C2M sliced) is interrupted by an ISR,\nand this ISR also accesses this buffer, this may lead to data coherence issue.", - "id": "ESP_MM_CACHE_MSYNC_C2M_CHUNKED_OPS", - "name": "ESP_MM_CACHE_MSYNC_C2M_CHUNKED_OPS", - "range": null, - "title": "Enable esp_cache_msync C2M chunked operation", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-esp-mm-memory-management-configurations", - "title": "ESP-MM: Memory Management Configurations", - "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 every time 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": [], - "depends_on": null, - "help": "No implementation of ESP-NETIF functions is provided.\nThis option is used for adding a custom TCP/IP stack and defining related\nesp_netif functionality", - "id": "ESP_NETIF_PROVIDE_CUSTOM_IMPLEMENTATION", - "name": "ESP_NETIF_PROVIDE_CUSTOM_IMPLEMENTATION", - "range": null, - "title": "Use only ESP-NETIF headers", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "LWIP_ENABLE && ", - "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": "!ESP_NETIF_PROVIDE_CUSTOM_IMPLEMENTATION", - "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_transmit() and esp_netif_receive() should generate events. This can be useful\nto blink data traffic indication lights.", - "id": "ESP_NETIF_REPORT_DATA_TRAFFIC", - "name": "ESP_NETIF_REPORT_DATA_TRAFFIC", - "range": null, - "title": "Report data traffic via events", - "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 available!", - "id": "ESP_NETIF_BRIDGE_EN", - "name": "ESP_NETIF_BRIDGE_EN", - "range": null, - "title": "Enable LwIP IEEE 802.1D bridge", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "Enable this option to use the DNS server which belongs to the selected default network interface.\nThis feature collects DNS server and netif information from LWIP core modules.\nWhenever a new default netif is selected, global DNS servers in LWIP are updated with the netif\nrelated servers.", - "id": "ESP_NETIF_SET_DNS_PER_DEFAULT_NETIF", - "name": "ESP_NETIF_SET_DNS_PER_DEFAULT_NETIF", - "range": null, - "title": "Enable DNS server per interface", - "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" - }, - { - "children": [], - "depends_on": "IDF_TARGET_LINUX", - "help": "This option controls whether the partition implementation checks\nif the flash is erased before writing to it.\nThis is necessary for SPIFFS, which expects to be able to write without erasing first.", - "id": "ESP_PARTITION_ERASE_CHECK", - "name": "ESP_PARTITION_ERASE_CHECK", - "range": null, - "title": "Check if flash is erased before writing", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-partition-api-configuration", - "title": "Partition API Configuration", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_PHY_ENABLED", - "name": "ESP_PHY_ENABLED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": "ESP_PHY_ENABLED", - "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\ncalibration will 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 && ESP_PHY_ENABLED", - "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 && ESP_PHY_ENABLED", - "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 && ESP_PHY_ENABLED", - "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 && ESP_PHY_ENABLED", - "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" - } - ], - "depends_on": "SOC_WIFI_SUPPORTED && ESP_PHY_ENABLED", - "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": "ESP_PHY_ENABLED", - "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": "ESP_PHY_ENABLED", - "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 && ESP_PHY_ENABLED", - "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 && ESP_PHY_ENABLED", - "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 && ESP_PHY_ENABLED", - "help": "On some ESP targets, the USB PHY can interfere with WiFi thus lowering WiFi performance.\nAs a result, on those affected ESP targets, the ESP PHY library's initialization will automatically\ndisable the USB PHY to get best WiFi performance.\nThis option controls whether or not the ESP PHY library will keep the USB PHY enabled on\ninitialization.\n\nNote: This option can be disabled to increase WiFi performance. However, disabling this option will\nalso mean 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": "ESP_PHY_ENABLED", - "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": "ESP_PHY_ENABLED", - "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": "ESP_PHY_ENABLED", - "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 && ESP_PHY_ENABLED", - "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": "ESP_PHY_ENABLED", - "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" - }, - { - "children": [], - "depends_on": "ESP_PHY_ENABLED", - "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": 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 && SOC_PM_SUPPORTED) || __DOXYGEN__", - "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": "SOC_LIGHT_SLEEP_SUPPORTED", - "help": "If enabled, about 2.1KB of lightsleep related source code would be in IRAM and chip would sleep\nlonger for 310us at 160MHz CPU frequency 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 180Bytes of RTOS_IDLE related source code would be in IRAM and chip would sleep\nlonger for 20us at 160MHz CPU frequency 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.\nWarning: 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 || (SOC_CPU_IN_TOP_DOMAIN && PM_POWER_DOWN_PERIPHERAL_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": [], - "depends_on": "PM_ENABLE", - "help": "The value of this option determines the calibration interval of the RTC_FAST/SLOW clock during sleep when\npower management is enabled. When it is configured as N, the RTC_FAST/SLOW clock will be calibrated\nevery N times of lightsleep.\nDecreasing this value will increase the time the chip is in the active state, thereby increasing the\naverage power consumption of the chip.\nIncreasing this value can reduce the average power consumption, but when the external environment changes\ndrastically and the chip RTC_FAST/SLOW oscillator frequency drifts, it may cause system instability.", - "id": "PM_LIGHTSLEEP_RTC_OSC_CAL_INTERVAL", - "name": "PM_LIGHTSLEEP_RTC_OSC_CAL_INTERVAL", - "range": null, - "title": "Calibrate the RTC_FAST/SLOW clock every N times of light sleep", - "type": "int" - }, - { - "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.\nESP chips supports saving and restoring Cache tag memory before and after sleep,\nthis feature supports accesses to the external memory that was cached before sleep still\nbe cached when the CPU wakes up from a powerdowned CPU lightsleep.\nThis option controls 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\nbefore sleep and restored upon wakeup.\nDepending on the the cache configuration, if this option is enabled,\nit will consume up to 9 KB of internal RAM.\nIf this option is disabled, all cached data won't be kept after sleep,\nthe DCache will be writeback before sleep and invalid all cached data after sleep,\nall accesses to external memory(Flash/PSRAM) will be cache missed after waking up,\nresulting in performance degradation due to increased memory accesses latency.", - "id": "PM_RESTORE_CACHE_TAGMEM_AFTER_LIGHT_SLEEP", - "name": "PM_RESTORE_CACHE_TAGMEM_AFTER_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,\nESP chips supports saving and restoring CPU's running context before and after light sleep,\nthe feature provides applications with seamless CPU powerdowned lightsleep without user awareness.\nBut this will takes up some internal memory.\nOn esp32c3 soc, enabling this option will consume 1.68 KB of internal RAM\nand will reduce sleep current consumption by about 100 uA.\nOn esp32s3 soc, enabling this option will consume 8.58 KB of internal RAM\nand 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_PM_SUPPORT_TOP_PD && 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": [], - "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": [ - { - "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-esp-security-specific-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\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-esp-security-specific-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": "Forcfully enable ECC constant time point multiplication operations", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-esp-security-specific", - "title": "ESP Security Specific", - "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" - } - ], - "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": "!ESP_SYSTEM_GDBSTUB_RUNTIME && ", - "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": "!ESP_SYSTEM_GDBSTUB_RUNTIME && ", - "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": "!ESP_SYSTEM_GDBSTUB_RUNTIME && ", - "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": "ESP_GDBSTUB_ENABLED && ", - "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" - } - ], - "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. Speed wise RTC fast memory operates on\nAPB 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": [ - { - "children": [], - "depends_on": "IDF_TARGET_ARCH_RISCV && SOC_LP_CORE_SUPPORTED && ESP_SYSTEM_PMP_IDRAM_SPLIT", - "help": "If enabled, user can run code available in LP Core image.\n\nWarning: on ESP32-P4 this will also mark the memory area used for BOOTLOADER_RESERVE_RTC_MEM\nas executable. If you consider this a security risk then do not activate this option.", - "id": "ESP_SYSTEM_PMP_LP_CORE_RESERVE_MEM_EXECUTABLE", - "name": "ESP_SYSTEM_PMP_LP_CORE_RESERVE_MEM_EXECUTABLE", - "range": null, - "title": "Make LP core reserved memory executable from HP core", - "type": "bool" - } - ], - "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": [ - { - "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", - "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": null, - "help": null, - "id": "ESP_CONSOLE_ROM_SERIAL_PORT_NUM", - "name": "ESP_CONSOLE_ROM_SERIAL_PORT_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). Value -1 means to\ncontinue using the default console UART TX pin.\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 console UART RX input in the ESP-IDF Bootloader and the app (including\ndefault standard input of the app). Value -1 means to continue using the default console UART\nRX pin.\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 milliseconds. 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": "SOC_XT_WDT_SUPPORTED && (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": "SOC_DEBUG_HAVE_OCD_STUB_BINS", - "help": "OpenOCD uses stub code to access flash during programming or when inserting and removing\nSW flash breakpoints.\nTo execute stub code, OpenOCD allocates memory on the target device, backs up the existing memory,\nloads the stub binary, runs the binary, and then restores the original memory.\nThis process can be time-consuming, especially when using USB serial JTAG.\nBy enabling this option, 8K of memory in RAM will be preallocated with the stub code,\neliminating the need to back up and restore the memory region.", - "id": "ESP_DEBUG_INCLUDE_OCD_STUB_BINS", - "name": "ESP_DEBUG_INCLUDE_OCD_STUB_BINS", - "range": null, - "title": "Preload OpenOCD stub binaries to speed up debugging. 8K memory will be reserved", - "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, IPC_ISR 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, IPC_ISR 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, IPC_ISR 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_7", - "name": "ESP_BROWNOUT_DET_LVL_SEL_7", - "range": null, - "title": "2.51V", - "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.64V", - "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.76V", - "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.92V", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_BROWNOUT_DET_LVL_SEL_3", - "name": "ESP_BROWNOUT_DET_LVL_SEL_3", - "range": null, - "title": "3.10V", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_BROWNOUT_DET_LVL_SEL_2", - "name": "ESP_BROWNOUT_DET_LVL_SEL_2", - "range": null, - "title": "3.27V", - "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 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 ESP32-C3 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": "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": "SOC_ASSIST_DEBUG_SUPPORTED", - "help": "This config allows to trigger a panic interrupt when Stack Pointer register goes out of allocated stack\nmemory bounds.", - "id": "ESP_SYSTEM_HW_STACK_GUARD", - "name": "ESP_SYSTEM_HW_STACK_GUARD", - "range": null, - "title": "Hardware stack guard", - "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" - }, - { - "children": [], - "depends_on": "SOC_ASSIST_DEBUG_SUPPORTED", - "help": "This option will enable the PC recording function of assist_debug module. The PC value of the CPU will be\nrecorded to PC record register in assist_debug module in real time. When an exception occurs and the CPU\nis reset, this register will be kept, then we can use the recorded PC to debug the causes of the reset.", - "id": "ESP_SYSTEM_HW_PC_RECORD", - "name": "ESP_SYSTEM_HW_PC_RECORD", - "range": null, - "title": "Hardware PC recording", - "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 intended 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": "This sets the interrupt priority level for esp_timer ISR.\nA higher value reduces interrupt latency by minimizing the timer processing delay.", - "id": "ESP_TIMER_INTERRUPT_LEVEL", - "name": "ESP_TIMER_INTERRUPT_LEVEL", - "range": [ - 1, - 1 - ], - "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-esp-timer-high-resolution-timer--esp_timer-task-core-affinity", - "name": "ESP_TIMER_TASK_AFFINITY", - "title": "esp_timer task core affinity", - "type": "choice" - }, - { - "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-esp-timer-high-resolution-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-esp-timer-high-resolution-timer-", - "title": "ESP Timer (High Resolution 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": [ - { - "children": [], - "depends_on": "ESP_HOST_WIFI_ENABLED", - "help": null, - "id": "ESP_WIFI_CONTROLLER_TARGET", - "name": "ESP_WIFI_CONTROLLER_TARGET", - "range": null, - "title": null, - "type": "string" - }, - { - "children": [], - "depends_on": "ESP_HOST_WIFI_ENABLED", - "help": null, - "id": "ESP_WIFI_TARGET_ESP32", - "name": "ESP_WIFI_TARGET_ESP32", - "range": null, - "title": null, - "type": "bool" - } - ], - "depends_on": "SOC_WIRELESS_HOST_SUPPORTED", - "help": null, - "id": "ESP_HOST_WIFI_ENABLED", - "name": "ESP_HOST_WIFI_ENABLED", - "range": null, - "title": "Host WiFi Enable", - "type": "bool" - }, - { - "children": [], - "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "help": "ESP-MESH utilizes beacon frames to detect and resolve root node conflicts (see documentation). However\nthe default 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 occurrence of\nmore root nodes conflict involving more than five root nodes, the conflict resolution process will\ndetect five of the root nodes, resolve the conflict, and re-detect more root nodes. This process will\nrepeat until all root node conflicts are resolved. However this process can generally take a very long\ntime.\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 on top of\nthe default 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\nidentified more 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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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\nfor details.", - "id": "ESP_WIFI_ENABLE_WPA3_SAE", - "name": "ESP_WIFI_ENABLE_WPA3_SAE", - "range": null, - "title": "Enable WPA3-Personal", - "type": "bool" - }, - { - "children": [], - "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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\nfor 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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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\nkeys number. When 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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "Enable WiFi Aware (NAN) feature.", - "id": "ESP_WIFI_NAN_ENABLE", - "name": "ESP_WIFI_NAN_ENABLE", - "range": null, - "title": "WiFi Aware", - "type": "bool" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "depends_on": "ESP_WIFI_MBEDTLS_TLS_CLIENT && IDF_EXPERIMENTAL_FEATURES && ESP_WIFI_MBEDTLS_CRYPTO && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "Select this option to support EAP with TLS v1.3.\nThis configuration still supports compatibility with EAP-TLS v1.2.\nPlease note that enabling this configuration will cause every application which\nuses TLS go for TLS1.3 if server supports that. TLS1.3 is still in development in mbedtls\nand there may be interoperability issues with this. Please modify your application to set\nmax version as TLS1.2 if you want to enable TLS1.3 only for WiFi connection.", - "id": "ESP_WIFI_EAP_TLS1_3", - "name": "ESP_WIFI_EAP_TLS1_3", - "range": null, - "title": "Enable EAP-TLS v1.3 Support for WiFi Enterprise connection", - "type": "bool" - } - ], - "depends_on": "ESP_WIFI_ENTERPRISE_SUPPORT && ESP_WIFI_MBEDTLS_CRYPTO && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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. In case your server is using one of these version,\nit is advisable to update your server.\nPlease disable this option for compatibility 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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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": [ - { - "children": [ - { - "children": [ - { - "children": [ - { - "children": [], - "depends_on": "ESP_WIFI_ROAMING_LOW_RSSI_ROAMING && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "WiFi RSSI threshold to trigger roaming value in dBm (-99 to -1). Values under -30 dbm\nmight lead to a flood of low rssi events. This interferes with normal functioning and\nTX/Rx performance.", - "id": "ESP_WIFI_ROAMING_LOW_RSSI_THRESHOLD", - "name": "ESP_WIFI_ROAMING_LOW_RSSI_THRESHOLD", - "range": null, - "title": "WiFi RSSI threshold to trigger roaming", - "type": "int" - }, - { - "children": [], - "depends_on": "ESP_WIFI_ROAMING_LOW_RSSI_ROAMING && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "Decide the offset by which to decrease the Low RSSI threshold set by ESP_WIFI_ROAMING_LOW_RSSI_THRESHOLD\nafter each failed attempt to roam. This allows for the station to keep scanning for better AP's after\nthe Low RSSI threshold is reached in a stepped manner, rather than only attempting to roam the first time\nthe current AP's RSSI breaches the set RSSI threshold.\nSetting 0 here may cause station to be flooded with low rssi events,\ntherefore that's not recommended to be kept.", - "id": "ESP_WIFI_ROAMING_LOW_RSSI_OFFSET", - "name": "ESP_WIFI_ROAMING_LOW_RSSI_OFFSET", - "range": null, - "title": "Offset by which to reset the RSSI Threshold after attempt to roam.", - "type": "int" - } - ], - "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "Enable to use a RSSI threshold to trigger roaming.", - "id": "ESP_WIFI_ROAMING_LOW_RSSI_ROAMING", - "name": "ESP_WIFI_ROAMING_LOW_RSSI_ROAMING", - "range": null, - "title": "Use Low RSSI to trigger roaming.", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "ESP_WIFI_ROAMING_PERIODIC_SCAN_MONITOR && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "Threshold at which the station will begin scanning to find an AP with better RSSI.", - "id": "ESP_WIFI_ROAMING_PERIODIC_SCAN_THRESHOLD", - "name": "ESP_WIFI_ROAMING_PERIODIC_SCAN_THRESHOLD", - "range": null, - "title": "Threshold at which to begin periodic scanning for a better AP.", - "type": "int" - }, - { - "children": [], - "depends_on": "ESP_WIFI_ROAMING_PERIODIC_SCAN_MONITOR && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "Intervals at which station will periodically scan to check if better AP is available", - "id": "ESP_WIFI_ROAMING_SCAN_MONITOR_INTERVAL", - "name": "ESP_WIFI_ROAMING_SCAN_MONITOR_INTERVAL", - "range": null, - "title": "Time intervals (in seconds) at which station will initiate a scan", - "type": "int" - }, - { - "children": [], - "depends_on": "ESP_WIFI_ROAMING_PERIODIC_SCAN_MONITOR && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "Minimum RSSI difference b/w current AP and a potential roaming candidate AP\nto trigger a roaming attempt.", - "id": "ESP_WIFI_ROAMING_SCAN_ROAM_RSSI_DIFF", - "name": "ESP_WIFI_ROAMING_SCAN_ROAM_RSSI_DIFF", - "range": null, - "title": "RSSI difference b/w current AP and candidate AP to initiate connection", - "type": "int" - } - ], - "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "Conduct periodic scans periodically to check if a better AP is available.", - "id": "ESP_WIFI_ROAMING_PERIODIC_SCAN_MONITOR", - "name": "ESP_WIFI_ROAMING_PERIODIC_SCAN_MONITOR", - "range": null, - "title": "Conduct periodic scans to check if a better AP is available", - "type": "bool" - } - ], - "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "id": "component-config-wi-fi-advanced-support-for-wi-fi-roaming-experimental--configure-roaming-app-roaming-triggers", - "title": "Roaming triggers", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "Roaming between APs that do not support 802.11kv.\nThis will allow station to roam even when connection is not BTM supported,\nby forcefully disconnecting from current AP and connecting to better AP.", - "id": "ESP_WIFI_ROAMING_LEGACY_ROAMING", - "name": "ESP_WIFI_ROAMING_LEGACY_ROAMING", - "range": null, - "title": "Support Legacy roaming approach", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "ESP_WIFI_ROAMING_NETWORK_ASSISTED_ROAM && ESP_WIFI_ROAMING_LEGACY_ROAMING && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "Retry threshold after which the station should stop using Network Assisted\nroaming methods and start using legacy roaming instead.", - "id": "ESP_WIFI_NETWORK_ASSISTED_ROAMING_RETRY_COUNT", - "name": "ESP_WIFI_NETWORK_ASSISTED_ROAMING_RETRY_COUNT", - "range": null, - "title": "Retry count after which to switch to legacy roaming", - "type": "int" - } - ], - "depends_on": "ESP_WIFI_11KV_SUPPORT && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "Roaming between APs using network assisted Roaming.\nThis involves BSS Transition Management mechanisms outlined in 802.11v.\nNote that this moves the responsibility to the AP's network, and hence isn't\nguaranteed to cause the station to attempt to roam each time.", - "id": "ESP_WIFI_ROAMING_NETWORK_ASSISTED_ROAM", - "name": "ESP_WIFI_ROAMING_NETWORK_ASSISTED_ROAM", - "range": null, - "title": "Support Network Assisted roaming using 802.11kv", - "type": "bool" - } - ], - "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "id": "component-config-wi-fi-advanced-support-for-wi-fi-roaming-experimental--configure-roaming-app-roaming-methods", - "title": "Roaming Methods", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "Minimum duration of active scanning per channel in milliseconds.", - "id": "ESP_WIFI_ROAMING_SCAN_MIN_SCAN_TIME", - "name": "ESP_WIFI_ROAMING_SCAN_MIN_SCAN_TIME", - "range": null, - "title": "Minimum duration (in milliseconds) of station's per channel active scan", - "type": "int" - }, - { - "children": [], - "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "Maximum duration of active scanning per channel in milliseconds.", - "id": "ESP_WIFI_ROAMING_SCAN_MAX_SCAN_TIME", - "name": "ESP_WIFI_ROAMING_SCAN_MAX_SCAN_TIME", - "range": null, - "title": "Maximum duration (in milliseconds) of station's per channel active scan time", - "type": "int" - }, - { - "children": [], - "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "If connected, duration for which the station will return to it's home channel for Tx/Rx of\nframes stored in buffers between scanning on consecutive channels.", - "id": "ESP_WIFI_ROAMING_HOME_CHANNEL_DWELL_TIME", - "name": "ESP_WIFI_ROAMING_HOME_CHANNEL_DWELL_TIME", - "range": null, - "title": "Home channel dwell time scanning between consecutive channels", - "type": "int" - }, - { - "children": [], - "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "Channels your wireless network operates on to allow for faster scanning.\nSpecify the channels(between 1-14) in a comma separated manner.", - "id": "ESP_WIFI_ROAMING_SCAN_CHAN_LIST", - "name": "ESP_WIFI_ROAMING_SCAN_CHAN_LIST", - "range": null, - "title": "Preferred channel list for scanning", - "type": "string" - }, - { - "children": [], - "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "Duration for which the results from the most recent scans can be used\nby the roaming app for determining the roaming candidates.", - "id": "ESP_WIFI_ROAMING_SCAN_EXPIRY_WINDOW", - "name": "ESP_WIFI_ROAMING_SCAN_EXPIRY_WINDOW", - "range": null, - "title": "Scan results expiry window (in seconds)", - "type": "int" - }, - { - "children": [], - "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "Max candidates that can be considered while scanning as a part of the\nnetwork at one time.", - "id": "ESP_WIFI_ROAMING_MAX_CANDIDATES", - "name": "ESP_WIFI_ROAMING_MAX_CANDIDATES", - "range": null, - "title": "Max Candidates in the network", - "type": "int" - } - ], - "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "id": "component-config-wi-fi-advanced-support-for-wi-fi-roaming-experimental--configure-roaming-app-scan-configuration", - "title": "Scan Configuration", - "type": "menu" - }, - { - "children": [], - "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "Time to wait (in seconds) by station before registering for the RSSI event again\nor start continuous montoring to find better AP.", - "id": "ESP_WIFI_ROAMING_BACKOFF_TIME", - "name": "ESP_WIFI_ROAMING_BACKOFF_TIME", - "range": null, - "title": "Default time to wait between subsequent roaming attempts.", - "type": "int" - }, - { - "children": [ - { - "children": [], - "depends_on": "ESP_WIFI_ROAMING_PERIODIC_RRM_MONITORING && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "Enable this to send periodic neighbor report requests to the AP.\nThese neighbor report requests provide information about other APs in the same managed\nnetwork. This information is used for more intelligent roaming.", - "id": "ESP_WIFI_ROAMING_RRM_MONITOR_TIME", - "name": "ESP_WIFI_ROAMING_RRM_MONITOR_TIME", - "range": null, - "title": "Time interval (in seconds) between neighbor report requests to an AP", - "type": "int" - }, - { - "children": [], - "depends_on": "ESP_WIFI_ROAMING_PERIODIC_RRM_MONITORING && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "The RSSI threshold beyond which we start sending periodic neighbor report requests.", - "id": "ESP_WIFI_ROAMING_RRM_MONITOR_THRESHOLD", - "name": "ESP_WIFI_ROAMING_RRM_MONITOR_THRESHOLD", - "range": null, - "title": "Threshold for sending periodic neighbor report requests", - "type": "int" - } - ], - "depends_on": "ESP_WIFI_11KV_SUPPORT && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "This option will enable station to keep sending RRM neighbor list request to AP and\nupdate its internal list.", - "id": "ESP_WIFI_ROAMING_PERIODIC_RRM_MONITORING", - "name": "ESP_WIFI_ROAMING_PERIODIC_RRM_MONITORING", - "range": null, - "title": "Send periodic neighbor report request to AP for internal list updation", - "type": "bool" - } - ], - "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "id": "component-config-wi-fi-advanced-support-for-wi-fi-roaming-experimental--configure-roaming-app", - "title": "Configure roaming App", - "type": "menu" - } - ], - "depends_on": "IDF_EXPERIMENTAL_FEATURES && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "Enable Espressif's roaming app to allow for efficient Wi-Fi roaming.\nThis includes configurable periodic environment scans, maintaining a cache of the\nbest APs, handling low rssi events etc.\n\nRisk Warning\nPlease note that this feature is still experimental and enabling this potentially can\nlead to unpredictable scanning, connection and roaming attempts.\nWe are still working on tuning and optimising this feature to ensure reliable and stable use.", - "id": "ESP_WIFI_ENABLE_ROAMING_APP", - "name": "ESP_WIFI_ENABLE_ROAMING_APP", - "range": null, - "title": "Advanced support for Wi-Fi Roaming (Experimental)", - "type": "bool" - }, - { - "children": [], - "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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": [], - "depends_on": "SOC_WIFI_HE_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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_ENABLE_WIFI_RX_STATS && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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": [], - "depends_on": "SOC_WIFI_HE_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "Set the maximum number of queue that can be aggregated by the STA in the A-MPDU carried in the\nHE TB PPDU.", - "id": "ESP_WIFI_TX_HETB_QUEUE_NUM", - "name": "ESP_WIFI_TX_HETB_QUEUE_NUM", - "range": null, - "title": "WiFi TX HE TB QUEUE number for STA HE TB PPDU transmission", - "type": "int" - }, - { - "children": [], - "depends_on": "SOC_WIFI_SUPPORT_5G && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "Enable Wi-Fi dump HE-SIGB which is contained in DL HE MU PPDUs.", - "id": "ESP_WIFI_ENABLE_DUMP_HESIGB", - "name": "ESP_WIFI_ENABLE_DUMP_HESIGB", - "range": null, - "title": "Enable Wi-Fi dump HE-SIGB which is contained in DL HE MU PPDUs", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_WIFI_SUPPORT_5G && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "Enable Wi-Fi dump MU CFO.", - "id": "ESP_WIFI_ENABLE_DUMP_MU_CFO", - "name": "ESP_WIFI_ENABLE_DUMP_MU_CFO", - "range": null, - "title": "Enable Wi-Fi dump MU CFO", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_WIFI_SUPPORT_5G && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "Enable Wi-Fi dump NDPA frames.", - "id": "ESP_WIFI_ENABLE_DUMP_CTRL_NDPA", - "name": "ESP_WIFI_ENABLE_DUMP_CTRL_NDPA", - "range": null, - "title": "Enable Wi-Fi dump NDPA frames", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_WIFI_SUPPORT_5G && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "help": "Enable Wi-Fi dump BFRP frames.", - "id": "ESP_WIFI_ENABLE_DUMP_CTRL_BFRP", - "name": "ESP_WIFI_ENABLE_DUMP_CTRL_BFRP", - "range": null, - "title": "Enable Wi-Fi dump BFRP frames", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "help": "Select this option to enable validate each WPS attribute\nrigorously. Disabling this add the workarounds 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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "help": "Select this option to get passphrase during WPS configuration.\nThis option fakes the virtual display capabilities to get the\nconfiguration in passphrase mode.\nNot recommended 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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "id": "component-config-wi-fi-wps-configuration-options", - "title": "WPS Configuration Options", - "type": "menu" - }, - { - "children": [], - "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", - "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": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", - "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)\n\nNote that when using bigger certificates on low-power chips without crypto\nhardware acceleration, it is recommended to adjust the task watchdog timer (TWDT)\nif it is enabled. For precise information on timing requirements, you can check\nperformance numbers at https://github.com/espressif/mbedtls/wiki/Performance-Numbers.", - "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_DATA_FORMAT_ELF", - "help": "Storing these sections can help with easier debugging and troubleshooting.\nHowever, additional storage space will be required in the core dump partition.\nAt least 128KB should be reserved, but the actual amount required may vary based\non the application's DRAM usage.\nNote that sections located in external RAM will not be stored.", - "id": "ESP_COREDUMP_CAPTURE_DRAM", - "name": "ESP_COREDUMP_CAPTURE_DRAM", - "range": null, - "title": "Include whole .bss and .data sections and heap data into core dump file", - "type": "bool" - }, - { - "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": "ESP_COREDUMP_ENABLE_TO_FLASH", - "help": "Don't overwrite an existing core dump already present in flash.\nEnable this option to only keep the first of multiple core dumps.\n\nIf enabled, the core dump partition must be erased before the first\ncore dump can be written.", - "id": "ESP_COREDUMP_FLASH_NO_OVERWRITE", - "name": "ESP_COREDUMP_FLASH_NO_OVERWRITE", - "range": null, - "title": "Don't overwrite existing core dump", - "type": "bool" - }, - { - "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 around 1300-1800\ndepending on the chosen checksum calculation method. SHA256 method needs more stack space than CRC32.\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": "Portuguese (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 lengthy\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": "Prefer external RAM when allocating FATFS buffers", - "type": "bool" - }, - { - "children": [], - "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": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_USE_STRFUNC_NONE", - "name": "FATFS_USE_STRFUNC_NONE", - "range": null, - "title": "0:Disable", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_USE_STRFUNC_WITHOUT_CRLF_CONV", - "name": "FATFS_USE_STRFUNC_WITHOUT_CRLF_CONV", - "range": null, - "title": "1:Enable without LF-CRLF conversion", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_USE_STRFUNC_WITH_CRLF_CONV", - "name": "FATFS_USE_STRFUNC_WITH_CRLF_CONV", - "range": null, - "title": "2:Enable with LF-CRLF conversion", - "type": "bool" - } - ], - "depends_on": null, - "help": "These are specialized alternatives to stdio functions for working\ndirectly with FATFS without VFS. Legacy code may need functions,\nbut for new development, it is advised to use stdio under VFS.\n\n0: Disable. FF_PRINT_LLI, FF_PRINT_FLOAT and FF_STRF_ENCODE have no effect.\n1: Enable without LF-CRLF conversion.\n2: Enable with LF-CRLF conversion.", - "id": "component-config-fat-filesystem-support-enable-string-functions-f_gets-f_putc-f_puts-and-f_printf-", - "name": "FATFS_USE_STRFUNC_CHOICE", - "title": "Enable string functions, f_gets(), f_putc(), f_puts() and f_printf()", - "type": "choice" - }, - { - "children": [], - "depends_on": "!FATFS_USE_STRFUNC_NONE", - "help": null, - "id": "FATFS_PRINT_LLI", - "name": "FATFS_PRINT_LLI", - "range": null, - "title": "Make fatfs f_printf() support long long argument", - "type": "bool" - }, - { - "children": [], - "depends_on": "!FATFS_USE_STRFUNC_NONE", - "help": null, - "id": "FATFS_PRINT_FLOAT", - "name": "FATFS_PRINT_FLOAT", - "range": null, - "title": "Make fatfs f_printf() support floating point argument", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_STRF_ENCODE_ANSI", - "name": "FATFS_STRF_ENCODE_ANSI", - "range": null, - "title": "0:ANSI/OEM in current CP", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_STRF_ENCODE_UTF16LE", - "name": "FATFS_STRF_ENCODE_UTF16LE", - "range": null, - "title": "1:Unicode in UTF-16LE", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_STRF_ENCODE_UTF16BE", - "name": "FATFS_STRF_ENCODE_UTF16BE", - "range": null, - "title": "2:Unicode in UTF-16BE", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "FATFS_STRF_ENCODE_UTF8", - "name": "FATFS_STRF_ENCODE_UTF8", - "range": null, - "title": "3:Unicode in UTF-8", - "type": "bool" - } - ], - "depends_on": "!FATFS_LFN_NONE && !FATFS_USE_STRFUNC_NONE", - "help": "When FF_LFN_UNICODE >= 1 with LFN enabled, string functions convert the character\nencoding in it. FF_STRF_ENCODE selects assumption of character encoding ON THE FILE\nto be read/written via those functions.\n0: ANSI/OEM in current CP\n1: Unicode in UTF-16LE\n2: Unicode in UTF-16BE\n3: Unicode in UTF-8", - "id": "component-config-fat-filesystem-support-fatfs-string-functions-convert-character-encoding", - "name": "FATFS_STRF_ENCODE_CHOICE", - "title": "FatFS string functions: convert character encoding", - "type": "choice" - }, - { - "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" - }, - { - "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" - }, - { - "children": [], - "depends_on": null, - "help": "Enables automatic calling of f_sync() to flush recent file changes after each call of vfs_fat_write(),\nvfs_fat_pwrite(), vfs_fat_link(), vfs_fat_truncate() and vfs_fat_ftruncate() functions.\nThis feature improves file-consistency and size reporting accuracy for the FatFS,\nat a price on decreased performance due to frequent disk operations", - "id": "FATFS_IMMEDIATE_FSYNC", - "name": "FATFS_IMMEDIATE_FSYNC", - "range": null, - "title": "Enable automatic f_sync", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "Allows FATFS volume label to be specified using f_setlabel", - "id": "FATFS_USE_LABEL", - "name": "FATFS_USE_LABEL", - "range": null, - "title": "Use FATFS volume label", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "If enabled, the whole link operation (including file copying) is performed under lock.\nThis ensures that the link operation is atomic, but may cause performance for large files.\nIt may create less fragmented file copy.", - "id": "FATFS_LINK_LOCK", - "name": "FATFS_LINK_LOCK", - "range": null, - "title": "Perform the whole link operation under lock", - "type": "bool" - }, - { - "children": [], - "depends_on": "CONFIG_WL_SECTOR_SIZE_4096", - "help": "If enabled, the buffers used by FATFS will be allocated separately from the rest of the structure.\nThis option is useful when using multiple FATFS instances with different\nsector sizes, as the buffers will be allocated according to the sector size.\nIf disabled, the greatest sector size will be used for all FATFS instances.\n(In most cases, this would be the sector size of Wear Levelling library)\nThis might cause more memory to be used than necessary.", - "id": "FATFS_USE_DYN_BUFFERS", - "name": "FATFS_USE_DYN_BUFFERS", - "range": null, - "title": "Use dynamic buffers", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-fat-filesystem-support", - "title": "FAT Filesystem support", - "type": "menu" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "depends_on": "!IDF_TARGET_ESP32P4", - "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 vApplicationPassiveIdleHook( void );``\n- ``vApplicationPassiveIdleHook()`` is called from FreeRTOS minimal idle task(s)", - "id": "FREERTOS_USE_PASSIVE_IDLE_HOOK", - "name": "FREERTOS_USE_PASSIVE_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": "!IDF_TARGET_LINUX", - "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": [ - { - "children": [], - "depends_on": "FREERTOS_USE_TIMERS", - "help": "Sets the timer task's name (see configTIMER_SERVICE_TASK_NAME documentation for more details).", - "id": "FREERTOS_TIMER_SERVICE_TASK_NAME", - "name": "FREERTOS_TIMER_SERVICE_TASK_NAME", - "range": null, - "title": "configTIMER_SERVICE_TASK_NAME", - "type": "string" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "FREERTOS_TIMER_TASK_AFFINITY_CPU0", - "name": "FREERTOS_TIMER_TASK_AFFINITY_CPU0", - "range": null, - "title": "CPU0", - "type": "bool" - }, - { - "children": [], - "depends_on": "!FREERTOS_UNICORE && ", - "help": null, - "id": "FREERTOS_TIMER_TASK_AFFINITY_CPU1", - "name": "FREERTOS_TIMER_TASK_AFFINITY_CPU1", - "range": null, - "title": "CPU1", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "FREERTOS_TIMER_TASK_NO_AFFINITY", - "name": "FREERTOS_TIMER_TASK_NO_AFFINITY", - "range": null, - "title": "No affinity", - "type": "bool" - } - ], - "depends_on": "FREERTOS_USE_TIMERS", - "help": "Sets the timer task's core affinity\n(see configTIMER_SERVICE_TASK_CORE_AFFINITY documentation for more details).", - "id": "component-config-freertos-kernel-configuse_timers-configtimer_service_task_core_affinity", - "name": "FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY", - "title": "configTIMER_SERVICE_TASK_CORE_AFFINITY", - "type": "choice" - }, - { - "children": [], - "depends_on": "FREERTOS_USE_TIMERS", - "help": null, - "id": "FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY", - "name": "FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY", - "range": null, - "title": null, - "type": "hex" - }, - { - "children": [], - "depends_on": "FREERTOS_USE_TIMERS", - "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": "FREERTOS_USE_TIMERS", - "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": "FREERTOS_USE_TIMERS", - "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" - } - ], - "depends_on": null, - "help": "Enable FreeRTOS Software Timers. Normally the timer task will only get pulled into the build\nand created if any software timer related functions are used. This is achieved through IDF\ndefining a weak empty function for xTimerCreateTimerTask, which should take effect if timers.c\nis not pulled into the build.\n\nIn certain special cases (if you use configUSE_TRACE_FACILITY=y and event groups) the linker will\nstill pull in the xTimerCreateTimerTask from timers.c even if the function that utilized it gets\ndiscarded due to not being used.\n\nIn these cases you can use this option to force the timer task to be disabled.", - "id": "FREERTOS_USE_TIMERS", - "name": "FREERTOS_USE_TIMERS", - "range": null, - "title": "configUSE_TIMERS", - "type": "bool" - }, - { - "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": [], - "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": "Enable list integrity checker\n(see configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES documentation for more details).", - "id": "FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES", - "name": "FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES", - "range": null, - "title": "configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES", - "type": "bool" - }, - { - "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" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "depends_on": "", - "help": "configRUN_TIME_COUNTER_TYPE is set to uint32_t", - "id": "FREERTOS_RUN_TIME_COUNTER_TYPE_U32", - "name": "FREERTOS_RUN_TIME_COUNTER_TYPE_U32", - "range": null, - "title": "uint32_t", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "configRUN_TIME_COUNTER_TYPE is set to uint64_t", - "id": "FREERTOS_RUN_TIME_COUNTER_TYPE_U64", - "name": "FREERTOS_RUN_TIME_COUNTER_TYPE_U64", - "range": null, - "title": "uint64_t", - "type": "bool" - } - ], - "depends_on": "FREERTOS_GENERATE_RUN_TIME_STATS && !FREERTOS_SMP", - "help": "Sets the data type used for the FreeRTOS run time stats. A larger data type can be used to reduce the\nfrequency of the counter overflowing.", - "id": "component-config-freertos-kernel-configgenerate_run_time_stats-configrun_time_counter_type", - "name": "FREERTOS_RUN_TIME_COUNTER_TYPE", - "title": "configRUN_TIME_COUNTER_TYPE", - "type": "choice" - } - ], - "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" - }, - { - "children": [], - "depends_on": null, - "help": "Enables task tagging functionality and its associated API (see configUSE_APPLICATION_TASK_TAG\ndocumentation for more details).", - "id": "FREERTOS_USE_APPLICATION_TASK_TAG", - "name": "FREERTOS_USE_APPLICATION_TASK_TAG", - "range": null, - "title": "configUSE_APPLICATION_TASK_TAG", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-freertos-kernel", - "title": "Kernel", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "COMPILER_OPTIMIZATION_DEBUG || ESP_COREDUMP_ENABLE || ESP_SYSTEM_PANIC_GDBSTUB || ESP_SYSTEM_GDBSTUB_RUNTIME", - "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": "!FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP", - "help": "Enable this option to make FreeRTOS call a user provided hook function right before it deletes a task\n(i.e., frees/releases a dynamically/statically allocated task's memory). This is useful if users want\nto know when a task is actually deleted (in case the task's deletion is delegated to the IDLE task).\n\nIf this config option is enabled, users must define a ``void vTaskPreDeletionHook( void * pxTCB )``\nhook function in their application.", - "id": "FREERTOS_TASK_PRE_DELETION_HOOK", - "name": "FREERTOS_TASK_PRE_DELETION_HOOK", - "range": null, - "title": "Enable task pre-deletion hook", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "THIS OPTION IS DEPRECATED. Use FREERTOS_TASK_PRE_DELETION_HOOK instead.\n\nEnable 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 (DEPRECATED)", - "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": "SOC_CPU_HAS_FPU && (IDF_TARGET_ESP32 || IDF_TARGET_ESP32S3)", - "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": 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" - } - ], - "depends_on": null, - "id": "component-config-freertos-port", - "title": "Port", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SPIRAM && FREERTOS_SUPPORT_STATIC_ALLOCATION", - "help": "Accessing memory in PSRAM has certain restrictions, so task stacks allocated by xTaskCreate\nare by default allocated from internal RAM.\n\nThis option allows for passing memory allocated from SPIRAM to be passed to xTaskCreateStatic.\nThis should only be used for tasks where the stack is never accessed while the cache is disabled.\n\nExtra notes for ESP32:\n\nBecause 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 creation functions) always allocate stack in internal memory and\nxTaskCreateStatic will check if the memory passed to it is in internal memory.\nIf you have a task that needs a large amount of stack and does not call on ROM code in any way\n(no direct calls, but also no Bluetooth/WiFi), you can try enable this to\ncause xTaskCreateStatic to allow tasks stack in external memory.", - "id": "FREERTOS_TASK_CREATE_ALLOW_EXT_MEM", - "name": "FREERTOS_TASK_CREATE_ALLOW_EXT_MEM", - "range": null, - "title": "Allow external memory as an argument to xTaskCreateStatic (READ HELP)", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-freertos-extra", - "title": "Extra", - "type": "menu" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "FREERTOS_PORT", - "name": "FREERTOS_PORT", - "range": null, - "title": null, - "type": "bool" - }, - { - "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" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "FREERTOS_ENABLE_TASK_SNAPSHOT", - "name": "FREERTOS_ENABLE_TASK_SNAPSHOT", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": "!ESP_PANIC_HANDLER_IRAM", - "help": null, - "id": "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH", - "name": "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "FREERTOS_NUMBER_OF_CORES", - "name": "FREERTOS_NUMBER_OF_CORES", - "range": [ - 1, - 2 - ], - "title": null, - "type": "int" - } - ], - "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": null, - "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.", - "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": null, - "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": "When enabled this configuration forces the hash map to be placed in external RAM.", - "id": "HEAP_TRACE_HASH_MAP_IN_EXT_RAM", - "name": "HEAP_TRACE_HASH_MAP_IN_EXT_RAM", - "range": null, - "title": "Place hash map in external RAM", - "type": "bool" - }, - { - "children": [], - "depends_on": "HEAP_TRACE_HASH_MAP", - "help": "Defines the number of entries in the heap trace hashmap. Each entry takes 8 bytes.\nThe bigger this number is, the better the performance. Recommended range: 200 - 2000.", - "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\nHeap trace standalone supports storing records as a list, or a list + hash map.\n\nUsing only a list takes less memory, but calls to 'free' will get slower as the\nlist grows. This is particularly affected when using HEAP_TRACE_ALL mode.\n\nBy using a list + hash map, calls to 'free' remain fast, at the cost of\nadditional memory to store the hash map.", - "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" - } - ], - "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 Energy above threshold", - "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 add some probe codes in the driver, and these informations\nwill be printed when assert.", - "id": "IEEE802154_ASSERT", - "name": "IEEE802154_ASSERT", - "range": null, - "title": "Enrich the assert information with IEEE802154 state and event", - "type": "bool" - }, - { - "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_DEBUG", - "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_DEBUG", - "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_DEBUG", - "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_DEBUG", - "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" - }, - { - "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": [ - { - "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 if LOG_DYNAMIC_LEVEL_CONTROL\nis enabled.\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-log-level-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-log-level-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": [ - { - "children": [], - "depends_on": null, - "help": "Enables an additional global \"master\" log level check that occurs before a log tag cache\nlookup. This is useful if you want to compile in a lot of logs that are selectable at\nruntime, but avoid the performance hit during periods where you don't want log output.\n\nExamples include remote log forwarding, or disabling logs during a time-critical or\nCPU-intensive section and re-enabling them later. Results in larger program size\ndepending on number of logs compiled in.\n\nIf enabled, defaults to LOG_DEFAULT_LEVEL and can be set using\nesp_log_set_level_master(). This check takes precedence over ESP_LOG_LEVEL_LOCAL.", - "id": "LOG_MASTER_LEVEL", - "name": "LOG_MASTER_LEVEL", - "range": null, - "title": "Enable global master log level", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "Enabling this option allows dynamic changes to the log level at runtime\n(using esp_log_level_set()), providing the ability to increase or decrease\nthe log level during program execution.\nIf disabled, the log level remains static once set at compile-time and calling\nesp_log_level_set() will have no effect.\nIf binary size is a critical consideration and dynamic log level changes are not needed,\nconsider disabling this option when LOG_TAG_LEVEL_IMPL_NONE=y to minimize program size.", - "id": "LOG_DYNAMIC_LEVEL_CONTROL", - "name": "LOG_DYNAMIC_LEVEL_CONTROL", - "range": null, - "title": "Enable dynamic log level changes at runtime", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": "This option disables the ability to set the log level per tag.\nThe ability to change the log level at runtime depends on LOG_DYNAMIC_LEVEL_CONTROL.\nIf LOG_DYNAMIC_LEVEL_CONTROL is disabled, then changing the log level at runtime\nusing `esp_log_level_set()` is not possible.\nThis implementation is suitable for highly constrained environments.", - "id": "LOG_TAG_LEVEL_IMPL_NONE", - "name": "LOG_TAG_LEVEL_IMPL_NONE", - "range": null, - "title": "None", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Select this option to use the linked list-only implementation (no cache) for log level retrieval.\nThis approach searches the linked list of all tags for the log level, which may be slower\nfor a large number of tags but may have lower memory requirements than the CACHE approach.\nThe linked list approach compares the whole strings of log tags for finding the log level.", - "id": "LOG_TAG_LEVEL_IMPL_LINKED_LIST", - "name": "LOG_TAG_LEVEL_IMPL_LINKED_LIST", - "range": null, - "title": "Linked List", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Select this option to use a hybrid mode: cache in combination with the linked list\nfor log tag level checks. This hybrid approach offers a balance between speed and memory usage.\n\nThe cache stores recently accessed log tags and their corresponding log levels, providing\nfaster lookups for frequently used tags. The cache approach compares the tag pointers, which is\nfaster than comparing the whole strings.\n\nFor less frequently used tags, the linked list is used to search for the log level, which may be\nslower for a large number of tags but has lower memory requirements compared to a full cache.\n\nThis hybrid approach aims to improve the efficiency of log level retrieval by combining the benefits\nof both cache and linked list implementations.", - "id": "LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST", - "name": "LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST", - "range": null, - "title": "Cache + Linked List", - "type": "bool" - } - ], - "depends_on": null, - "help": "Choose the per-tag log level implementation for the log library. This functionality is used\nto enable/disable logs for a particular tag at run time. Applicable only for\napplication logs (i.e., not bootloader logs).", - "id": "component-config-log-log-level-level-settings-method-of-tag-level-checks", - "name": "LOG_TAG_LEVEL_IMPL", - "title": "Method of tag level checks", - "type": "choice" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": "This option enables the use of a simple array-based cache implementation for storing and\nretrieving log tag levels. There is no additional code that reorders the cache for fast lookups.\nSuitable for projects where memory usage optimization is crucial and the simplicity of implementation\nis preferred.", - "id": "LOG_TAG_LEVEL_CACHE_ARRAY", - "name": "LOG_TAG_LEVEL_CACHE_ARRAY", - "range": null, - "title": "Array", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "This option enables the use of a binary min-heap-based cache implementation for efficient\nstorage and retrieval of log tag levels. It does automatically optimizing cache for fast lookups.\nSuitable for projects where speed of lookup is critical and memory usage can accommodate\nthe overhead of maintaining a binary min-heap structure.", - "id": "LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP", - "name": "LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP", - "range": null, - "title": "Binary Min-Heap", - "type": "bool" - } - ], - "depends_on": "LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST", - "help": "The cache stores recently accessed log tags (address of tag) and their corresponding log levels,\nproviding faster lookups for frequently used tags. Cache size can be configured using the\nLOG_TAG_LEVEL_IMPL_CACHE_SIZE option. The cache approach compares the tag pointers, which is\nfaster than comparing the whole strings.", - "id": "component-config-log-log-level-level-settings-cache-implementation", - "name": "LOG_TAG_LEVEL_CACHE_IMPL", - "title": "Cache implementation", - "type": "choice" - }, - { - "children": [], - "depends_on": "LOG_TAG_LEVEL_CACHE_ARRAY || LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP", - "help": "This option sets the size of the cache used for log tag entries. The cache stores recently accessed\nlog tags and their corresponding log levels, which helps improve the efficiency of log level retrieval.\nThe value must be a power of 2 minus 1 (e.g., 1, 3, 7, 15, 31, 63, 127, 255, ...)\nto ensure proper cache behavior. For LOG_TAG_LEVEL_CACHE_ARRAY option the value can be any,\nwithout restrictions.\n\nNote: A larger cache size can improve lookup performance for frequently used log tags but may consume\nmore memory. Conversely, a smaller cache size reduces memory usage but may lead to more frequent cache\nevictions for less frequently used log tags.", - "id": "LOG_TAG_LEVEL_IMPL_CACHE_SIZE", - "name": "LOG_TAG_LEVEL_IMPL_CACHE_SIZE", - "range": null, - "title": "Log Tag Cache Size", - "type": "int" - } - ], - "depends_on": null, - "id": "component-config-log-log-level-level-settings", - "title": "Level Settings", - "type": "menu" - } - ], - "depends_on": null, - "id": "component-config-log-log-level", - "title": "Log Level", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": null, - "help": "Enable ANSI terminal color codes.\nIn order to view these, your terminal program must support ANSI color codes.", - "id": "LOG_COLORS", - "name": "LOG_COLORS", - "range": null, - "title": "Color", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "NO_SYMBOL && ", - "help": null, - "id": "LOG_TIMESTAMP_SOURCE_NONE", - "name": "LOG_TIMESTAMP_SOURCE_NONE", - "range": null, - "title": "None", - "type": "bool" - }, - { - "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 (HH:MM:SS.sss)", - "type": "bool" - }, - { - "children": [], - "depends_on": "NO_SYMBOL && ", - "help": null, - "id": "LOG_TIMESTAMP_SOURCE_SYSTEM_FULL", - "name": "LOG_TIMESTAMP_SOURCE_SYSTEM_FULL", - "range": null, - "title": "System Time (YY-MM-DD HH:MM:SS.sss)", - "type": "bool" - } - ], - "depends_on": null, - "help": "Choose what sort of timestamp is displayed in the log output:\n\n- \"None\" - The log will only contain the actual log messages themselves\n without any time-related information. Avoiding timestamps can help conserve\n processing power and memory. It might useful when you\n perform log analysis or debugging, sometimes it's more straightforward\n to work with logs that lack timestamps, especially if the time of occurrence\n is not critical for understanding the issues.\n\n- \"Milliseconds since boot\" is calculated 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 (HH:MM:SS.sss)\" is taken from POSIX time functions which use the chip's\n RTC and high resolution 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- \"System time (YY-MM-DD HH:MM:SS.sss)\" it is the same as the above,\n but also prints the date as well.\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-format-timestamp", - "name": "LOG_TIMESTAMP_SOURCE", - "title": "Timestamp", - "type": "choice" - } - ], - "depends_on": null, - "id": "component-config-log-format", - "title": "Format", - "type": "menu" - } - ], - "depends_on": null, - "id": "component-config-log", - "title": "Log", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": null, - "help": "Builds normally if selected. Excludes LwIP from build if unselected, even if it is a\ndependency of a component or application.\nSome applications can switch their IP stacks, e.g., when switching between chip\nand Linux targets (LwIP stack vs. Linux IP stack). Since the LwIP dependency cannot\neasily be excluded based on a Kconfig option, it has to be a dependency in all cases.\nThis switch allows the LwIP stack to be built selectively, even if it is a dependency.", - "id": "LWIP_ENABLE", - "name": "LWIP_ENABLE", - "range": null, - "title": "Enable LwIP stack", - "type": "bool" - }, - { - "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": "The practical maximum limit is\ndetermined by available heap memory at runtime.\n\nSockets 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 253. If using value above 61, update CMakeLists defining\nFD_SETSIZE to the number of sockets used plus the\nexpected open files (minimum of +3 for stdout, stderr and stdin).", - "id": "LWIP_MAX_SOCKETS", - "name": "LWIP_MAX_SOCKETS", - "range": [ - 1, - 253 - ], - "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": [ - { - "children": [], - "depends_on": "LWIP_IPV4_NAPT", - "help": "Enabling this option allows Port Forwarding or Port mapping.", - "id": "LWIP_IPV4_NAPT_PORTMAP", - "name": "LWIP_IPV4_NAPT_PORTMAP", - "range": null, - "title": "Enable NAT Port Mapping", - "type": "bool" - } - ], - "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", - "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": [ - { - "children": [], - "depends_on": "!LWIP_AUTOIP && ", - "help": null, - "id": "LWIP_DHCP_DOES_ARP_CHECK", - "name": "LWIP_DHCP_DOES_ARP_CHECK", - "range": null, - "title": "DHCP provides simple ARP check", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "LWIP_DHCP_DOES_ACD_CHECK", - "name": "LWIP_DHCP_DOES_ACD_CHECK", - "range": null, - "title": "DHCP provides Address Conflict Detection (ACD)", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "LWIP_DHCP_DOES_NOT_CHECK_OFFERED_IP", - "name": "LWIP_DHCP_DOES_NOT_CHECK_OFFERED_IP", - "range": null, - "title": "DHCP does not detect conflict on the offered IP", - "type": "bool" - } - ], - "depends_on": "LWIP_IPV4", - "help": "Choose the preferred way of DHCP client to check if the offered address\nis available:\n* Using Address Conflict Detection (ACD) module assures that the offered IP address\nis properly probed and announced before binding in DHCP. This conforms to RFC5227,\nbut takes several seconds.\n* Using ARP check, we only send two ARP requests to check for replies. This process\nlasts 1 - 2 seconds.\n* No conflict detection: We directly bind the offered address.", - "id": "component-config-lwip-choose-how-dhcp-validates-offered-ip", - "name": "LWIP_DHCP_CHECKS_OFFERED_ADDRESS", - "title": "Choose how DHCP validates offered IP", - "type": "choice" - }, - { - "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" - }, - { - "children": [], - "depends_on": "LWIP_DHCPS", - "help": "Enabling this option allows DHCP server to support temporary static ARP entries\nfor DHCP Client. This will help the DHCP server to send the DHCP OFFER and DHCP ACK using IP unicast.", - "id": "LWIP_DHCPS_STATIC_ENTRIES", - "name": "LWIP_DHCPS_STATIC_ENTRIES", - "range": null, - "title": "Enable ARP static entries", - "type": "bool" - }, - { - "children": [], - "depends_on": "LWIP_DHCPS", - "help": "This allows the DNS option to be optional in the DHCP offers,\ndepending on the server's runtime configuration.\nWhen enabled, the DHCP server will always add the DNS option to DHCP responses.\nIf a DNS server is not explicitly configured, the server's IP address will be used\nas the fallback for the DNS option.\nWhen disabled, the DHCP server will only include the DNS option in responses\nif a DNS server has been explicitly configured.\nThis option will be removed in IDF v6.x", - "id": "LWIP_DHCPS_ADD_DNS", - "name": "LWIP_DHCPS_ADD_DNS", - "range": null, - "title": "Always add DNS option in DHCP responses", - "type": "bool" - } - ], - "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 (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 receive 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": [], - "depends_on": null, - "help": "Set TCP accept mail box size. Generally bigger value means supporting larger backlogs\nbut more memory. The recommended value is 6, but applications can set it to a lower value\nif listening servers are meant to have a smaller backlog.\n\nTCP accept mail box is a per socket mail box, when the application listens for connections\nwith a given listening TCP socket. If the mailbox is full, LWIP will send a RST packet and\nthe client will fail to connect.", - "id": "LWIP_TCP_ACCEPTMBOX_SIZE", - "name": "LWIP_TCP_ACCEPTMBOX_SIZE", - "range": [ - 1, - 64 - ], - "title": "Default TCP accept 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\nthat the MAC layer has 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 receive 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": "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_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_IPV4", - "help": "Enable IPCP protocol in PPP negotiations, which assigns IPv4 addresses to the PPP client,\nas well as IPv4 DNS servers.\nYou can disable this if your modem supports IPv6 only.", - "id": "LWIP_PPP_ENABLE_IPV4", - "name": "LWIP_PPP_ENABLE_IPV4", - "range": null, - "title": "Enable IPV4 support for PPP connections (IPCP)", - "type": "bool" - }, - { - "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" - }, - { - "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": [], - "depends_on": "LWIP_PPP_SUPPORT", - "help": "Enable to use PPP server", - "id": "LWIP_PPP_SERVER_SUPPORT", - "name": "LWIP_PPP_SERVER_SUPPORT", - "range": null, - "title": "Enable PPP server support", - "type": "bool" - }, - { - "children": [], - "depends_on": "LWIP_PPP_SUPPORT", - "help": "Enable support for VJ header compression.\nPlease disable this if you're using NAPT on PPP interface,\nsince the compressed IP header might not be correctly interpreted\nin NAT causing the compressed packet to be dropped.", - "id": "LWIP_PPP_VJ_HEADER_COMPRESSION", - "name": "LWIP_PPP_VJ_HEADER_COMPRESSION", - "range": null, - "title": "Enable VJ IP Header compression", - "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": [], - "depends_on": "LWIP_PPP_SUPPORT && !LWIP_PPP_MPPE_SUPPORT && !LWIP_PPP_MSCHAP_SUPPORT", - "help": "This option uses mbedTLS crypto functions (instead of internal PolarSSL\nimplementation) for PPP authentication modes (PAP, CHAP, etc.).\nYou can use this option to address symbol duplication issues, since\nthe internal functions are not namespaced (e.g. md5_init()).", - "id": "LWIP_USE_EXTERNAL_MBEDTLS", - "name": "LWIP_USE_EXTERNAL_MBEDTLS", - "range": null, - "title": "Use mbedTLS instead of internal polarSSL", - "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": [ - { - "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 acquired 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 acquired 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" - }, - { - "children": [ - { - "children": [], - "depends_on": "LWIP_SNTP_STARTUP_DELAY", - "help": "RFC 4330 recommends a startup delay before sending the initial request.\nLWIP calculates this delay to a random number of milliseconds between 0 and this value.", - "id": "LWIP_SNTP_MAXIMUM_STARTUP_DELAY", - "name": "LWIP_SNTP_MAXIMUM_STARTUP_DELAY", - "range": [ - 100, - 300000 - ], - "title": "Maximum startup delay (ms)", - "type": "int" - } - ], - "depends_on": null, - "help": "It is recommended (RFC 4330) to delay the initial request after by a random timeout from 1 to 5 minutes\nto reduce potential load of NTP servers after simultaneous power-up of many devices.\nThis option disables this initial delay. Please use this option with care, it could improve\na single device responsiveness but might cause peaks on the network after reset.\nAnother option to address responsiveness of devices while using the initial random delay\nis to adjust LWIP_SNTP_MAXIMUM_STARTUP_DELAY.", - "id": "LWIP_SNTP_STARTUP_DELAY", - "name": "LWIP_SNTP_STARTUP_DELAY", - "range": null, - "title": "Enable SNTP startup delay", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-lwip-sntp", - "title": "SNTP", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": null, - "help": "Maximum number of IP addresses that can be returned by DNS queries for a single host.", - "id": "LWIP_DNS_MAX_HOST_IP", - "name": "LWIP_DNS_MAX_HOST_IP", - "range": null, - "title": "Maximum number of IP addresses per host", - "type": "int" - }, - { - "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" - }, - { - "children": [], - "depends_on": null, - "help": "This option allows collecting DNS server settings per netif using\nconfigurable callback function.\nIt's typically used with CONFIG_ESP_NETIF_SET_DNS_PER_DEFAULT_NETIF\nwhich configures a callback to collect the DNS info on esp_netif layer.", - "id": "LWIP_DNS_SETSERVER_WITH_NETIF", - "name": "LWIP_DNS_SETSERVER_WITH_NETIF", - "range": null, - "title": "Enable DNS server settings with netif", - "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 number 7 core for using PKCS number 7-formatted signatures.", - "id": "MBEDTLS_PKCS7_C", - "name": "MBEDTLS_PKCS7_C", - "range": null, - "title": "Enable PKCS number 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 && !MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE", - "help": "Include the deprecated list of root certificates in the bundle.\nThis list gets updated when a certificate is removed from the Mozilla's\nNSS root certificate store. This config can be enabled if you would like\nto ensure that none of the certificates that were deployed in the product\nare affected because of the update to bundle. In turn, enabling this\nconfig keeps expired, retracted certificates in the bundle and it may\npose a security risk.\n\n- Deprecated cert list may grow based based on sync with upstream bundle\n- Deprecated certs would be be removed in ESP-IDF (next) major release", - "id": "MBEDTLS_CERTIFICATE_BUNDLE_DEPRECATED_LIST", - "name": "MBEDTLS_CERTIFICATE_BUNDLE_DEPRECATED_LIST", - "range": null, - "title": "Add deprecated root certificates", - "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": [ - { - "children": [], - "depends_on": "MBEDTLS_AES_USE_INTERRUPT", - "help": "This config helps to set the interrupt priority level for the AES peripheral.\nValue 0 (default) means that there is no preference regarding the interrupt\npriority level and any level from 1 to 3 can be selected (based on the availability).\nNote: Higher value indicates high interrupt priority.", - "id": "MBEDTLS_AES_INTERRUPT_LEVEL", - "name": "MBEDTLS_AES_INTERRUPT_LEVEL", - "range": [ - 0, - 3 - ], - "title": "AES hardware interrupt level", - "type": "int" - } - ], - "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" - }, - { - "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" - } - ], - "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": [], - "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": [ - { - "children": [], - "depends_on": "MBEDTLS_MPI_USE_INTERRUPT", - "help": "This config helps to set the interrupt priority level for the MPI peripheral.\nValue 0 (default) means that there is no preference regarding the interrupt\npriority level and any level from 1 to 3 can be selected (based on the availability).\nNote: Higher value indicates high interrupt priority.", - "id": "MBEDTLS_MPI_INTERRUPT_LEVEL", - "name": "MBEDTLS_MPI_INTERRUPT_LEVEL", - "range": [ - 0, - 3 - ], - "title": "MPI hardware interrupt level", - "type": "int" - } - ], - "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 ECO5 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.", - "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.", - "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.", - "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.", - "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-ECDSA-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-ECDH-ECDSA-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-ECDH-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 && MBEDTLS_SSL_PROTO_TLS1_2", - "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": [ - { - "children": [], - "depends_on": "MBEDTLS_ECP_C", - "help": "Enhance support for reading EC keys using variants of SEC1 not allowed by\nRFC 5915 and RFC 5480.", - "id": "MBEDTLS_PK_PARSE_EC_EXTENDED", - "name": "MBEDTLS_PK_PARSE_EC_EXTENDED", - "range": null, - "title": "Enhance support for reading EC keys", - "type": "bool" - }, - { - "children": [], - "depends_on": "MBEDTLS_ECP_C", - "help": "Enable the support for parsing public keys of type Short Weierstrass\n(MBEDTLS_ECP_DP_SECP_XXX and MBEDTLS_ECP_DP_BP_XXX) which are using the\ncompressed point format. This parsing is done through ECP module's functions.", - "id": "MBEDTLS_PK_PARSE_EC_COMPRESSED", - "name": "MBEDTLS_PK_PARSE_EC_COMPRESSED", - "range": null, - "title": "Enable the support for parsing public keys of type Short Weierstrass", - "type": "bool" - } - ], - "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" - }, - { - "children": [], - "depends_on": "(VFS_SUPPORT_IO && VFS_SUPPORT_DIR) || IDF_TARGET_LINUX", - "help": "This option enables functions in mbedTLS that use the filesystem.\nIt uses the default filesystem support for the target,\nwhich is added through vfs component for ESP32 based targets or by\nthe host system when the target is Linux.", - "id": "MBEDTLS_FS_IO", - "name": "MBEDTLS_FS_IO", - "range": null, - "title": "Enable functions that use the filesystem", - "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 occurrence 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 occurrence 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/git/?p=newlib-cygwin.git;a=blob_plain;f=newlib/README;hb=HEAD\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; they are defined as weak,\n so they could be overridden.\n If you want to customize gettimeofday() and other time functions,\n please choose this option and refer to the 'time.c' source file\n for the exact prototypes of these functions.\n\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": [], - "depends_on": null, - "help": null, - "id": "STDATOMIC_S32C1I_SPIRAM_WORKAROUND", - "name": "STDATOMIC_S32C1I_SPIRAM_WORKAROUND", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "SECURE_FLASH_ENC_ENABLED || SOC_HMAC_SUPPORTED", - "help": "This option enables encryption for NVS. When enabled, XTS-AES is used to encrypt\nthe complete NVS data, except the page headers. It requires XTS encryption keys\nto be stored in an encrypted partition (enabling flash encryption is mandatory here)\nor to be derived from an HMAC key burnt in eFuse.", - "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" - }, - { - "children": [], - "depends_on": null, - "help": "Enabling this option will switch the nvs_set() family of functions to the legacy mode:\nwhen called repeatedly with the same key but different data type, the existing value\nin the NVS remains active and the new value is just stored, actually not accessible through\ncorresponding nvs_get() call for the key given. Use this option only when your application\nrelies on such NVS API behaviour.", - "id": "NVS_LEGACY_DUP_KEYS_COMPATIBILITY", - "name": "NVS_LEGACY_DUP_KEYS_COMPATIBILITY", - "range": null, - "title": "Enable legacy nvs_set function behavior when same key is reused with different data types", - "type": "bool" - }, - { - "children": [], - "depends_on": "SPIRAM && (SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC)", - "help": "Enabling this option lets NVS library try to allocate page cache and key hash list in SPIRAM\ninstead of internal RAM. It can help applications using large nvs partitions or large number\nof keys to save heap space in internal RAM. SPIRAM heap allocation negatively impacts speed\nof NVS operations as the CPU accesses NVS cache via SPI instead of direct access to the internal RAM.", - "id": "NVS_ALLOCATE_CACHE_IN_SPIRAM", - "name": "NVS_ALLOCATE_CACHE_IN_SPIRAM", - "range": null, - "title": "Prefers allocation of in-memory cache structures in SPI connected PSRAM", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-nvs", - "title": "NVS", - "type": "menu" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "depends_on": "SECURE_FLASH_ENC_ENABLED && ", - "help": "Protect the NVS Encryption Keys using Flash Encryption\nRequires a separate 'nvs_keys' partition (which will be encrypted by flash encryption)\nfor storing the NVS encryption keys", - "id": "NVS_SEC_KEY_PROTECT_USING_FLASH_ENC", - "name": "NVS_SEC_KEY_PROTECT_USING_FLASH_ENC", - "range": null, - "title": "Using Flash Encryption", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_HMAC_SUPPORTED && ", - "help": "Derive and protect the NVS Encryption Keys using the HMAC peripheral\nRequires the specified eFuse block (NVS_SEC_HMAC_EFUSE_KEY_ID or the v2 API argument)\nto be empty or pre-written with a key with the purpose ESP_EFUSE_KEY_PURPOSE_HMAC_UP", - "id": "NVS_SEC_KEY_PROTECT_USING_HMAC", - "name": "NVS_SEC_KEY_PROTECT_USING_HMAC", - "range": null, - "title": "Using HMAC peripheral", - "type": "bool" - } - ], - "depends_on": "NVS_ENCRYPTION", - "help": "This choice defines the default NVS encryption keys protection scheme;\nwhich will be used for the default NVS partition.\nUsers can use the corresponding scheme registration APIs to register other\nschemes for the default as well as other NVS partitions.", - "id": "component-config-nvs-security-provider-nvs-encryption-key-protection-scheme", - "name": "NVS_SEC_KEY_PROTECTION_SCHEME", - "title": "NVS Encryption: Key Protection Scheme", - "type": "choice" - }, - { - "children": [], - "depends_on": "NVS_SEC_KEY_PROTECT_USING_HMAC", - "help": "eFuse block key ID storing the HMAC key for deriving the NVS encryption keys\n\nNote: The eFuse block key ID required by the HMAC scheme\n(CONFIG_NVS_SEC_KEY_PROTECT_USING_HMAC) is set using this config when the default\nNVS partition is initialized with nvs_flash_init(). The eFuse block key ID can\nalso be set at runtime by passing the appropriate value to the NVS security scheme\nregistration APIs.", - "id": "NVS_SEC_HMAC_EFUSE_KEY_ID", - "name": "NVS_SEC_HMAC_EFUSE_KEY_ID", - "range": null, - "title": "eFuse key ID storing the HMAC key", - "type": "int" - } - ], - "depends_on": null, - "id": "component-config-nvs-security-provider", - "title": "NVS Security Provider", - "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_MEM_ALLOC_EXTERNAL", - "name": "OPENTHREAD_MEM_ALLOC_EXTERNAL", - "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_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": "SOC_MMU_PAGE_SIZE_8KB_SUPPORTED", - "help": null, - "id": "MMU_PAGE_SIZE_8KB", - "name": "MMU_PAGE_SIZE_8KB", - "range": null, - "title": null, - "type": "bool" - }, - { - "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": "SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND && !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": "This config is used for setting Tsus parameter. Tsus means CS# high to next command after\nsuspend. You can refer to the chapter of AC CHARACTERISTICS of flash datasheet.", - "id": "SPI_FLASH_SUSPEND_TSUS_VAL_US", - "name": "SPI_FLASH_SUSPEND_TSUS_VAL_US", - "range": [ - 20, - 100 - ], - "title": "SPI flash tSUS value (refer to chapter AC CHARACTERISTICS)", - "type": "int" - }, - { - "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": null, - "id": "SPI_FLASH_VENDOR_BOYA_SUPPORTED", - "name": "SPI_FLASH_VENDOR_BOYA_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", - "help": null, - "id": "SPI_FLASH_VENDOR_TH_SUPPORTED", - "name": "SPI_FLASH_VENDOR_TH_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 messages 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 messages 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 messages 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 messages 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 messages\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": "Turn on this setting to enabled interrupts on the ULP RISC-V core.", - "id": "ULP_RISCV_INTERRUPT_ENABLE", - "name": "ULP_RISCV_INTERRUPT_ENABLE", - "range": null, - "title": "Enable ULP RISC-V interrupts", - "type": "bool" - }, - { - "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" - }, - { - "children": [], - "depends_on": "ULP_COPROC_TYPE_LP_CORE && ESP_ROM_HAS_LP_ROM && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", - "help": "Set this option to enable printf functionality from LP ROM. This option\ncan help reduce the LP core binary size by not linking printf functionality\nfrom RAM code.\nNote: For LP ROM prints to work properly, make sure that the LP core boots\nfrom the LP ROM.", - "id": "ULP_ROM_PRINT_ENABLE", - "name": "ULP_ROM_PRINT_ENABLE", - "range": null, - "title": "Enable print utilities from LP ROM", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "ULP_COPROC_TYPE_LP_CORE && SOC_ULP_LP_UART_SUPPORTED && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", - "help": "Set this option to enable panic handler functionality. If this option is\nenabled then the LP Core will output a panic dump over LP UART,\nsimilar to what the main core does. Output depends on LP UART already being\ninitialized and configured.\nDisabling this option will reduce the LP core binary size by not\nlinking in panic handler functionality.", - "id": "ULP_PANIC_OUTPUT_ENABLE", - "name": "ULP_PANIC_OUTPUT_ENABLE", - "range": null, - "title": "Enable panic handler which outputs over LP UART", - "type": "bool" - }, - { - "children": [], - "depends_on": "ULP_COPROC_TYPE_LP_CORE && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", - "help": "Set this option to route lp_core_printf to the console HP-UART.\nThis allows you to easily view print outputs from the LP core, without\nhaving to connect to the LP-UART. This option comes with the following\nlimitations:\n\n1. There is no mutual exclusion between the HP-Core and the LP-Core accessing\nthe HP-UART, which means that if both cores are logging heavily the output\nstrings might get mangled together.\n2. The HP-UART can only work while the HP-Core is running, which means that\nif the HP-Core is in deep sleep, the LP-Core will not be able to print to the\nconsole HP-UART.\n\nDue to these limitations it is only recommended to use this option for easy debugging.\nFor more serious use-cases you should use the LP-UART.", - "id": "ULP_HP_UART_CONSOLE_PRINT", - "name": "ULP_HP_UART_CONSOLE_PRINT", - "range": null, - "title": "Route lp_core_printf to the console HP-UART", - "type": "bool" - }, - { - "children": [], - "depends_on": "ULP_COPROC_TYPE_LP_CORE && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", - "help": "Enable this feature to avoid resetting LP core in sleep mode when debugger is attached,\notherwise configured HW breakpoints and dcsr.ebreak* bits will be missed.\nThis is a workaround until it will be fixed in HW.", - "id": "ULP_NORESET_UNDER_DEBUG", - "name": "ULP_NORESET_UNDER_DEBUG", - "range": null, - "title": "Avoid resetting LP core when debugger is attached", - "type": "bool" - } - ], - "depends_on": "SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED", - "id": "component-config-ultra-low-power-ulp-co-processor-ulp-debugging-options", - "title": "ULP Debugging Options", - "type": "menu" - } - ], - "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": [ - { - "children": [], - "depends_on": "SOC_USB_OTG_SUPPORTED", - "help": "On connection of a USB device, the USB 2.0 specification requires\na \"debounce interval with a minimum duration of 100ms\" to allow the connection to stabilize\n(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\nthe USB System Software. The USB 2.0 specification requires that \"the reset signaling must\nbe driven for a minimum of 10ms\" (see USB 2.0 chapter 7.1.7.5 for more details).\nAfter the reset, the hub port will transition to the 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\nthe \"USB System Software guarantees a minimum of 10 ms for reset recovery\" before the\nattached device is expected to respond to data transfers (see USB 2.0 chapter 7.1.7.3 for\nmore details).\nThe device may ignore any data 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()\nrecovery interval of 2 ms. At the end of this interval, the device must be able to accept\nSetup packets addressed to the new address. Also, at the end of the recovery interval, the\ndevice must not respond to tokens sent to the old address (unless, of course, the old and new\naddress is the same).\" See USB 2.0 chapter 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-hub-driver-configuration-root-port-configuration", - "title": "Root Port configuration", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "USB_HOST_HUBS_SUPPORTED && SOC_USB_OTG_SUPPORTED", - "help": "Enables support for connecting multiple Hubs simultaneously.", - "id": "USB_HOST_HUB_MULTI_LEVEL", - "name": "USB_HOST_HUB_MULTI_LEVEL", - "range": null, - "title": "Support multiple Hubs", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "IDF_EXPERIMENTAL_FEATURES && USB_HOST_HUBS_SUPPORTED && SOC_USB_OTG_SUPPORTED", - "help": "Enables support of Low-speed devices, connected through the external Hub.", - "id": "USB_HOST_EXT_PORT_SUPPORT_LS", - "name": "USB_HOST_EXT_PORT_SUPPORT_LS", - "range": null, - "title": "Support LS", - "type": "bool" - }, - { - "children": [], - "depends_on": "IDF_EXPERIMENTAL_FEATURES && USB_HOST_HUBS_SUPPORTED && SOC_USB_OTG_SUPPORTED", - "help": "Amount of attempts to reset the device.\n\nThe default value is 1.", - "id": "USB_HOST_EXT_PORT_RESET_ATTEMPTS", - "name": "USB_HOST_EXT_PORT_RESET_ATTEMPTS", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": "USB_HOST_HUBS_SUPPORTED && SOC_USB_OTG_SUPPORTED", - "help": "After a port stops driving the reset signal, the USB 2.0 specification requires that\nthe \"USB System Software guarantees a minimum of 10 ms for reset recovery\" before the\nattached device is expected to respond to data transfers (see USB 2.0 chapter 7.1.7.3 for\nmore details).\nThe device may ignore any data transfers during the recovery interval.\n\nThe default value is set to 30 ms to be safe.", - "id": "USB_HOST_EXT_PORT_RESET_RECOVERY_DELAY_MS", - "name": "USB_HOST_EXT_PORT_RESET_RECOVERY_DELAY_MS", - "range": null, - "title": "Reset recovery delay in ms", - "type": "int" - }, - { - "children": [ - { - "children": [], - "depends_on": "USB_HOST_EXT_PORT_CUSTOM_POWER_ON_DELAY_ENABLE && USB_HOST_HUBS_SUPPORTED && SOC_USB_OTG_SUPPORTED", - "help": "Custom value of delay from the time the power-on sequence begins on a port\nuntil power is good on that port.\nValue 0 is used for a hub with no power switches.\n\nThe default value is 100 ms.", - "id": "USB_HOST_EXT_PORT_CUSTOM_POWER_ON_DELAY_MS", - "name": "USB_HOST_EXT_PORT_CUSTOM_POWER_ON_DELAY_MS", - "range": null, - "title": "PwrOn2PwrGood delay in ms", - "type": "int" - } - ], - "depends_on": "USB_HOST_HUBS_SUPPORTED && SOC_USB_OTG_SUPPORTED", - "help": "Enables the possibility to configure custom time for the power-on sequence on a port\nuntil power is good on that port.\n\nWhen enabled, applies the custom PwrOn2PwrGood delay.\nWhen disabled, applies the PwrOn2PwrGood value from the Hub Descriptor.", - "id": "USB_HOST_EXT_PORT_CUSTOM_POWER_ON_DELAY_ENABLE", - "name": "USB_HOST_EXT_PORT_CUSTOM_POWER_ON_DELAY_ENABLE", - "range": null, - "title": "Custom bPwrOn2PwrGood value", - "type": "bool" - } - ], - "depends_on": "USB_HOST_HUBS_SUPPORTED && SOC_USB_OTG_SUPPORTED", - "id": "component-config-usb-otg-hub-driver-configuration-support-hubs-downstream-port-configuration", - "title": "Downstream Port configuration", - "type": "menu" - } - ], - "depends_on": "SOC_USB_OTG_SUPPORTED", - "help": "Enables support of external Hubs.", - "id": "USB_HOST_HUBS_SUPPORTED", - "name": "USB_HOST_HUBS_SUPPORTED", - "range": null, - "title": "Support Hubs", - "type": "bool" - } - ], - "depends_on": "SOC_USB_OTG_SUPPORTED", - "id": "component-config-usb-otg-hub-driver-configuration", - "title": "Hub Driver Configuration", - "type": "menu" - }, - { - "children": [], - "depends_on": "SOC_USB_OTG_SUPPORTED", - "help": "The enumeration filter callback is called before enumeration of each newly attached device.\nThis callback allows users to control whether a device should be enumerated, and what configuration\nnumber to use when enumerating 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": "SOC_USB_OTG_SUPPORTED", - "help": null, - "id": "USB_OTG_SUPPORTED", - "name": "USB_OTG_SUPPORTED", - "range": null, - "title": null, - "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 inconveniently 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" - }, - { - "children": [], - "depends_on": "VFS_SUPPORT_IO", - "help": "If enabled, /dev/null VFS will be automatically initialized at startup.", - "id": "VFS_INITIALIZE_DEV_NULL", - "name": "VFS_INITIALIZE_DEV_NULL", - "range": null, - "title": "Initialize /dev/null VFS", - "type": "bool" - } - ], - "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": "Performance", - "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": "BT_ENABLED", - "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": [], - "depends_on": "BT_ENABLED", - "help": "Used to enable support Notification in BLE descriptors of prov* characteristics", - "id": "WIFI_PROV_BLE_NOTIFY", - "name": "WIFI_PROV_BLE_NOTIFY", - "range": null, - "title": "Add support for Notification for provisioning BLE descriptors", - "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.\n\nCurrent experimental feature list:\n\n- CONFIG_ESPTOOLPY_FLASHFREQ_120M && CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_DTR\n- CONFIG_SPIRAM_SPEED_120M && CONFIG_SPIRAM_MODE_OCT\n- CONFIG_BOOTLOADER_CACHE_32BIT_ADDR_QUAD_FLASH\n- CONFIG_ESP_WIFI_EAP_TLS1_3\n- CONFIG_ESP_WIFI_ENABLE_ROAMING_APP\n- CONFIG_USB_HOST_EXT_PORT_SUPPORT_LS\n- CONFIG_USB_HOST_EXT_PORT_RESET_ATTEMPTS", - "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/ESP-IDF_mqtt-ssl/build/config/sdkconfig.cmake b/ESP-IDF_mqtt-ssl/build/config/sdkconfig.cmake deleted file mode 100644 index cd7bef4c4..000000000 --- a/ESP-IDF_mqtt-ssl/build/config/sdkconfig.cmake +++ /dev/null @@ -1,1411 +0,0 @@ -# - # Automatically generated file. DO NOT EDIT. - # Espressif IoT Development Framework (ESP-IDF) Configuration cmake include file - # -set(CONFIG_SOC_ADC_SUPPORTED "y") -set(CONFIG_SOC_DEDICATED_GPIO_SUPPORTED "y") -set(CONFIG_SOC_UART_SUPPORTED "y") -set(CONFIG_SOC_GDMA_SUPPORTED "y") -set(CONFIG_SOC_AHB_GDMA_SUPPORTED "y") -set(CONFIG_SOC_GPTIMER_SUPPORTED "y") -set(CONFIG_SOC_TWAI_SUPPORTED "y") -set(CONFIG_SOC_BT_SUPPORTED "y") -set(CONFIG_SOC_ASYNC_MEMCPY_SUPPORTED "y") -set(CONFIG_SOC_USB_SERIAL_JTAG_SUPPORTED "y") -set(CONFIG_SOC_TEMP_SENSOR_SUPPORTED "y") -set(CONFIG_SOC_XT_WDT_SUPPORTED "y") -set(CONFIG_SOC_PHY_SUPPORTED "y") -set(CONFIG_SOC_WIFI_SUPPORTED "y") -set(CONFIG_SOC_SUPPORTS_SECURE_DL_MODE "y") -set(CONFIG_SOC_EFUSE_KEY_PURPOSE_FIELD "y") -set(CONFIG_SOC_EFUSE_HAS_EFUSE_RST_BUG "y") -set(CONFIG_SOC_EFUSE_SUPPORTED "y") -set(CONFIG_SOC_RTC_FAST_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_SYSTIMER_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_HMAC_SUPPORTED "y") -set(CONFIG_SOC_DIG_SIGN_SUPPORTED "y") -set(CONFIG_SOC_FLASH_ENC_SUPPORTED "y") -set(CONFIG_SOC_SECURE_BOOT_SUPPORTED "y") -set(CONFIG_SOC_MEMPROT_SUPPORTED "y") -set(CONFIG_SOC_BOD_SUPPORTED "y") -set(CONFIG_SOC_CLK_TREE_SUPPORTED "y") -set(CONFIG_SOC_ASSIST_DEBUG_SUPPORTED "y") -set(CONFIG_SOC_WDT_SUPPORTED "y") -set(CONFIG_SOC_SPI_FLASH_SUPPORTED "y") -set(CONFIG_SOC_RNG_SUPPORTED "y") -set(CONFIG_SOC_LIGHT_SLEEP_SUPPORTED "y") -set(CONFIG_SOC_DEEP_SLEEP_SUPPORTED "y") -set(CONFIG_SOC_LP_PERIPH_SHARE_INTERRUPT "y") -set(CONFIG_SOC_PM_SUPPORTED "y") -set(CONFIG_SOC_XTAL_SUPPORT_40M "y") -set(CONFIG_SOC_AES_SUPPORT_DMA "y") -set(CONFIG_SOC_AES_GDMA "y") -set(CONFIG_SOC_AES_SUPPORT_AES_128 "y") -set(CONFIG_SOC_AES_SUPPORT_AES_256 "y") -set(CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED "y") -set(CONFIG_SOC_ADC_ARBITER_SUPPORTED "y") -set(CONFIG_SOC_ADC_DIG_IIR_FILTER_SUPPORTED "y") -set(CONFIG_SOC_ADC_MONITOR_SUPPORTED "y") -set(CONFIG_SOC_ADC_DMA_SUPPORTED "y") -set(CONFIG_SOC_ADC_PERIPH_NUM "2") -set(CONFIG_SOC_ADC_MAX_CHANNEL_NUM "5") -set(CONFIG_SOC_ADC_ATTEN_NUM "4") -set(CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM "1") -set(CONFIG_SOC_ADC_PATT_LEN_MAX "8") -set(CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH "12") -set(CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH "12") -set(CONFIG_SOC_ADC_DIGI_RESULT_BYTES "4") -set(CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV "4") -set(CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM "2") -set(CONFIG_SOC_ADC_DIGI_MONITOR_NUM "2") -set(CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH "83333") -set(CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW "611") -set(CONFIG_SOC_ADC_RTC_MIN_BITWIDTH "12") -set(CONFIG_SOC_ADC_RTC_MAX_BITWIDTH "12") -set(CONFIG_SOC_ADC_CALIBRATION_V1_SUPPORTED "y") -set(CONFIG_SOC_ADC_SELF_HW_CALI_SUPPORTED "y") -set(CONFIG_SOC_ADC_SHARED_POWER "y") -set(CONFIG_SOC_APB_BACKUP_DMA "y") -set(CONFIG_SOC_BROWNOUT_RESET_SUPPORTED "y") -set(CONFIG_SOC_SHARED_IDCACHE_SUPPORTED "y") -set(CONFIG_SOC_CACHE_MEMORY_IBANK_SIZE "0x4000") -set(CONFIG_SOC_CPU_CORES_NUM "1") -set(CONFIG_SOC_CPU_INTR_NUM "32") -set(CONFIG_SOC_CPU_HAS_FLEXIBLE_INTC "y") -set(CONFIG_SOC_CPU_HAS_CSR_PC "y") -set(CONFIG_SOC_CPU_BREAKPOINTS_NUM "8") -set(CONFIG_SOC_CPU_WATCHPOINTS_NUM "8") -set(CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE "0x80000000") -set(CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN "3072") -set(CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH "16") -set(CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US "1100") -set(CONFIG_SOC_AHB_GDMA_VERSION "1") -set(CONFIG_SOC_GDMA_NUM_GROUPS_MAX "1") -set(CONFIG_SOC_GDMA_PAIRS_PER_GROUP_MAX "3") -set(CONFIG_SOC_GPIO_PORT "1") -set(CONFIG_SOC_GPIO_PIN_COUNT "22") -set(CONFIG_SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER "y") -set(CONFIG_SOC_GPIO_FILTER_CLK_SUPPORT_APB "y") -set(CONFIG_SOC_GPIO_SUPPORT_FORCE_HOLD "y") -set(CONFIG_SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP "y") -set(CONFIG_SOC_GPIO_IN_RANGE_MAX "21") -set(CONFIG_SOC_GPIO_OUT_RANGE_MAX "21") -set(CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK "0") -set(CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT "6") -set(CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK "0x3fffc0") -set(CONFIG_SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX "y") -set(CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM "3") -set(CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP "y") -set(CONFIG_SOC_DEDIC_GPIO_OUT_CHANNELS_NUM "8") -set(CONFIG_SOC_DEDIC_GPIO_IN_CHANNELS_NUM "8") -set(CONFIG_SOC_DEDIC_PERIPH_ALWAYS_ENABLE "y") -set(CONFIG_SOC_I2C_NUM "1") -set(CONFIG_SOC_HP_I2C_NUM "1") -set(CONFIG_SOC_I2C_FIFO_LEN "32") -set(CONFIG_SOC_I2C_CMD_REG_NUM "8") -set(CONFIG_SOC_I2C_SUPPORT_SLAVE "y") -set(CONFIG_SOC_I2C_SUPPORT_HW_CLR_BUS "y") -set(CONFIG_SOC_I2C_SUPPORT_XTAL "y") -set(CONFIG_SOC_I2C_SUPPORT_RTC "y") -set(CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR "y") -set(CONFIG_SOC_I2C_SLAVE_SUPPORT_BROADCAST "y") -set(CONFIG_SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE "y") -set(CONFIG_SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS "y") -set(CONFIG_SOC_I2S_NUM "1") -set(CONFIG_SOC_I2S_HW_VERSION_2 "y") -set(CONFIG_SOC_I2S_SUPPORTS_XTAL "y") -set(CONFIG_SOC_I2S_SUPPORTS_PLL_F160M "y") -set(CONFIG_SOC_I2S_SUPPORTS_PCM "y") -set(CONFIG_SOC_I2S_SUPPORTS_PDM "y") -set(CONFIG_SOC_I2S_SUPPORTS_PDM_TX "y") -set(CONFIG_SOC_I2S_PDM_MAX_TX_LINES "2") -set(CONFIG_SOC_I2S_SUPPORTS_TDM "y") -set(CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK "y") -set(CONFIG_SOC_LEDC_SUPPORT_XTAL_CLOCK "y") -set(CONFIG_SOC_LEDC_TIMER_NUM "4") -set(CONFIG_SOC_LEDC_CHANNEL_NUM "6") -set(CONFIG_SOC_LEDC_TIMER_BIT_WIDTH "14") -set(CONFIG_SOC_LEDC_SUPPORT_FADE_STOP "y") -set(CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM "1") -set(CONFIG_SOC_MMU_PERIPH_NUM "1") -set(CONFIG_SOC_MPU_MIN_REGION_SIZE "0x20000000") -set(CONFIG_SOC_MPU_REGIONS_MAX_NUM "8") -set(CONFIG_SOC_RMT_GROUPS "1") -set(CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP "2") -set(CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP "2") -set(CONFIG_SOC_RMT_CHANNELS_PER_GROUP "4") -set(CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL "48") -set(CONFIG_SOC_RMT_SUPPORT_RX_PINGPONG "y") -set(CONFIG_SOC_RMT_SUPPORT_RX_DEMODULATION "y") -set(CONFIG_SOC_RMT_SUPPORT_TX_ASYNC_STOP "y") -set(CONFIG_SOC_RMT_SUPPORT_TX_LOOP_COUNT "y") -set(CONFIG_SOC_RMT_SUPPORT_TX_SYNCHRO "y") -set(CONFIG_SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY "y") -set(CONFIG_SOC_RMT_SUPPORT_XTAL "y") -set(CONFIG_SOC_RMT_SUPPORT_APB "y") -set(CONFIG_SOC_RMT_SUPPORT_RC_FAST "y") -set(CONFIG_SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH "128") -set(CONFIG_SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM "108") -set(CONFIG_SOC_SLEEP_SYSTIMER_STALL_WORKAROUND "y") -set(CONFIG_SOC_SLEEP_TGWDT_STOP_WORKAROUND "y") -set(CONFIG_SOC_RTCIO_PIN_COUNT "0") -set(CONFIG_SOC_MPI_MEM_BLOCKS_NUM "4") -set(CONFIG_SOC_MPI_OPERATIONS_NUM "3") -set(CONFIG_SOC_RSA_MAX_BIT_LEN "3072") -set(CONFIG_SOC_SHA_DMA_MAX_BUFFER_SIZE "3968") -set(CONFIG_SOC_SHA_SUPPORT_DMA "y") -set(CONFIG_SOC_SHA_SUPPORT_RESUME "y") -set(CONFIG_SOC_SHA_GDMA "y") -set(CONFIG_SOC_SHA_SUPPORT_SHA1 "y") -set(CONFIG_SOC_SHA_SUPPORT_SHA224 "y") -set(CONFIG_SOC_SHA_SUPPORT_SHA256 "y") -set(CONFIG_SOC_SDM_GROUPS "1") -set(CONFIG_SOC_SDM_CHANNELS_PER_GROUP "4") -set(CONFIG_SOC_SDM_CLK_SUPPORT_APB "y") -set(CONFIG_SOC_SPI_PERIPH_NUM "2") -set(CONFIG_SOC_SPI_MAX_CS_NUM "6") -set(CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE "64") -set(CONFIG_SOC_SPI_SUPPORT_DDRCLK "y") -set(CONFIG_SOC_SPI_SLAVE_SUPPORT_SEG_TRANS "y") -set(CONFIG_SOC_SPI_SUPPORT_CD_SIG "y") -set(CONFIG_SOC_SPI_SUPPORT_CONTINUOUS_TRANS "y") -set(CONFIG_SOC_SPI_SUPPORT_SLAVE_HD_VER2 "y") -set(CONFIG_SOC_SPI_SUPPORT_CLK_APB "y") -set(CONFIG_SOC_SPI_SUPPORT_CLK_XTAL "y") -set(CONFIG_SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT "y") -set(CONFIG_SOC_SPI_SCT_SUPPORTED "y") -set(CONFIG_SOC_SPI_SCT_REG_NUM "14") -set(CONFIG_SOC_SPI_SCT_BUFFER_NUM_MAX "y") -set(CONFIG_SOC_SPI_SCT_CONF_BITLEN_MAX "0x3fffa") -set(CONFIG_SOC_MEMSPI_IS_INDEPENDENT "y") -set(CONFIG_SOC_SPI_MAX_PRE_DIVIDER "16") -set(CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE "y") -set(CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND "y") -set(CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_RESUME "y") -set(CONFIG_SOC_SPI_MEM_SUPPORT_IDLE_INTR "y") -set(CONFIG_SOC_SPI_MEM_SUPPORT_SW_SUSPEND "y") -set(CONFIG_SOC_SPI_MEM_SUPPORT_CHECK_SUS "y") -set(CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE "y") -set(CONFIG_SOC_SPI_MEM_SUPPORT_WRAP "y") -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_SYSTIMER_COUNTER_NUM "2") -set(CONFIG_SOC_SYSTIMER_ALARM_NUM "3") -set(CONFIG_SOC_SYSTIMER_BIT_WIDTH_LO "32") -set(CONFIG_SOC_SYSTIMER_BIT_WIDTH_HI "20") -set(CONFIG_SOC_SYSTIMER_FIXED_DIVIDER "y") -set(CONFIG_SOC_SYSTIMER_INT_LEVEL "y") -set(CONFIG_SOC_SYSTIMER_ALARM_MISS_COMPENSATE "y") -set(CONFIG_SOC_TIMER_GROUPS "2") -set(CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP "1") -set(CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH "54") -set(CONFIG_SOC_TIMER_GROUP_SUPPORT_XTAL "y") -set(CONFIG_SOC_TIMER_GROUP_SUPPORT_APB "y") -set(CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS "2") -set(CONFIG_SOC_MWDT_SUPPORT_XTAL "y") -set(CONFIG_SOC_TWAI_CONTROLLER_NUM "1") -set(CONFIG_SOC_TWAI_CLK_SUPPORT_APB "y") -set(CONFIG_SOC_TWAI_BRP_MIN "2") -set(CONFIG_SOC_TWAI_BRP_MAX "16384") -set(CONFIG_SOC_TWAI_SUPPORTS_RX_STATUS "y") -set(CONFIG_SOC_EFUSE_DIS_DOWNLOAD_ICACHE "y") -set(CONFIG_SOC_EFUSE_DIS_PAD_JTAG "y") -set(CONFIG_SOC_EFUSE_DIS_USB_JTAG "y") -set(CONFIG_SOC_EFUSE_DIS_DIRECT_BOOT "y") -set(CONFIG_SOC_EFUSE_SOFT_DIS_JTAG "y") -set(CONFIG_SOC_EFUSE_DIS_ICACHE "y") -set(CONFIG_SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK "y") -set(CONFIG_SOC_SECURE_BOOT_V2_RSA "y") -set(CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS "3") -set(CONFIG_SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS "y") -set(CONFIG_SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY "y") -set(CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX "32") -set(CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES "y") -set(CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES_128 "y") -set(CONFIG_SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE "16") -set(CONFIG_SOC_MEMPROT_MEM_ALIGN_SIZE "512") -set(CONFIG_SOC_UART_NUM "2") -set(CONFIG_SOC_UART_HP_NUM "2") -set(CONFIG_SOC_UART_FIFO_LEN "128") -set(CONFIG_SOC_UART_BITRATE_MAX "5000000") -set(CONFIG_SOC_UART_SUPPORT_APB_CLK "y") -set(CONFIG_SOC_UART_SUPPORT_RTC_CLK "y") -set(CONFIG_SOC_UART_SUPPORT_XTAL_CLK "y") -set(CONFIG_SOC_UART_SUPPORT_WAKEUP_INT "y") -set(CONFIG_SOC_UART_SUPPORT_FSM_TX_WAIT_SEND "y") -set(CONFIG_SOC_COEX_HW_PTI "y") -set(CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE "21") -set(CONFIG_SOC_MAC_BB_PD_MEM_SIZE "192") -set(CONFIG_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH "12") -set(CONFIG_SOC_PM_SUPPORT_WIFI_WAKEUP "y") -set(CONFIG_SOC_PM_SUPPORT_BT_WAKEUP "y") -set(CONFIG_SOC_PM_SUPPORT_CPU_PD "y") -set(CONFIG_SOC_PM_SUPPORT_WIFI_PD "y") -set(CONFIG_SOC_PM_SUPPORT_BT_PD "y") -set(CONFIG_SOC_PM_SUPPORT_RC_FAST_PD "y") -set(CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD "y") -set(CONFIG_SOC_PM_SUPPORT_MAC_BB_PD "y") -set(CONFIG_SOC_PM_CPU_RETENTION_BY_RTCCNTL "y") -set(CONFIG_SOC_PM_MODEM_RETENTION_BY_BACKUPDMA "y") -set(CONFIG_SOC_PM_MODEM_PD_BY_SW "y") -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_TEMPERATURE_SENSOR_SUPPORT_FAST_RC "y") -set(CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL "y") -set(CONFIG_SOC_WIFI_HW_TSF "y") -set(CONFIG_SOC_WIFI_FTM_SUPPORT "y") -set(CONFIG_SOC_WIFI_GCMP_SUPPORT "y") -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_PHY_NEEDS_USB_WORKAROUND "y") -set(CONFIG_SOC_BLE_SUPPORTED "y") -set(CONFIG_SOC_BLE_MESH_SUPPORTED "y") -set(CONFIG_SOC_BLE_50_SUPPORTED "y") -set(CONFIG_SOC_BLE_DEVICE_PRIVACY_SUPPORTED "y") -set(CONFIG_SOC_BLUFI_SUPPORTED "y") -set(CONFIG_SOC_PHY_COMBO_MODULE "y") -set(CONFIG_IDF_CMAKE "y") -set(CONFIG_IDF_TOOLCHAIN "gcc") -set(CONFIG_IDF_TOOLCHAIN_GCC "y") -set(CONFIG_IDF_TARGET_ARCH_RISCV "y") -set(CONFIG_IDF_TARGET_ARCH "riscv") -set(CONFIG_IDF_TARGET "esp32c3") -set(CONFIG_IDF_INIT_VERSION "5.4.1") -set(CONFIG_IDF_TARGET_ESP32C3 "y") -set(CONFIG_IDF_FIRMWARE_CHIP_ID "0x5") -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_BOOTLOADER_COMPILE_TIME_DATE "y") -set(CONFIG_BOOTLOADER_PROJECT_VER "1") -set(CONFIG_BOOTLOADER_OFFSET_IN_FLASH "0x0") -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_LOG_COLORS "") -set(CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS "y") -set(CONFIG_BOOTLOADER_FLASH_DC_AWARE "") -set(CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT "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_V2_RSA_SUPPORTED "y") -set(CONFIG_SECURE_BOOT_V2_PREFERRED "y") -set(CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT "") -set(CONFIG_SECURE_BOOT "") -set(CONFIG_SECURE_FLASH_ENC_ENABLED "") -set(CONFIG_SECURE_ROM_DL_MODE_ENABLED "y") -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 "9") -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_UART_CLK_IS_XTAL "y") -set(CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM "3") -set(CONFIG_ESP_ROM_HAS_RETARGETABLE_LOCKING "y") -set(CONFIG_ESP_ROM_HAS_ERASE_0_REGION_BUG "y") -set(CONFIG_ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV "y") -set(CONFIG_ESP_ROM_GET_CLK_FREQ "y") -set(CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND "y") -set(CONFIG_ESP_ROM_HAS_LAYOUT_TABLE "y") -set(CONFIG_ESP_ROM_HAS_SPI_FLASH "y") -set(CONFIG_ESP_ROM_HAS_ETS_PRINTF_BUG "y") -set(CONFIG_ESP_ROM_HAS_NEWLIB "y") -set(CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT "y") -set(CONFIG_ESP_ROM_HAS_NEWLIB_32BIT_TIME "y") -set(CONFIG_ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE "y") -set(CONFIG_ESP_ROM_RAM_APP_NEEDS_MMU_INIT "y") -set(CONFIG_ESP_ROM_HAS_SW_FLOAT "y") -set(CONFIG_ESP_ROM_USB_OTG_NUM "-1") -set(CONFIG_ESP_ROM_HAS_VERSION "y") -set(CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB "y") -set(CONFIG_BOOT_ROM_LOG_ALWAYS_ON "y") -set(CONFIG_BOOT_ROM_LOG_ALWAYS_OFF "") -set(CONFIG_BOOT_ROM_LOG_ON_GPIO_HIGH "") -set(CONFIG_BOOT_ROM_LOG_ON_GPIO_LOW "") -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 "y") -set(CONFIG_ESPTOOLPY_FLASHFREQ_40M "") -set(CONFIG_ESPTOOLPY_FLASHFREQ_26M "") -set(CONFIG_ESPTOOLPY_FLASHFREQ_20M "") -set(CONFIG_ESPTOOLPY_FLASHFREQ "80m") -set(CONFIG_ESPTOOLPY_FLASHSIZE_1MB "") -set(CONFIG_ESPTOOLPY_FLASHSIZE_2MB "y") -set(CONFIG_ESPTOOLPY_FLASHSIZE_4MB "") -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 "2MB") -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 "y") -set(CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE "") -set(CONFIG_PARTITION_TABLE_TWO_OTA "") -set(CONFIG_PARTITION_TABLE_TWO_OTA_LARGE "") -set(CONFIG_PARTITION_TABLE_CUSTOM "") -set(CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv") -set(CONFIG_PARTITION_TABLE_FILENAME "partitions_singleapp.csv") -set(CONFIG_PARTITION_TABLE_OFFSET "0x8000") -set(CONFIG_PARTITION_TABLE_MD5 "y") -set(CONFIG_ENV_GPIO_RANGE_MIN "0") -set(CONFIG_ENV_GPIO_RANGE_MAX "19") -set(CONFIG_ENV_GPIO_IN_RANGE_MAX "19") -set(CONFIG_ENV_GPIO_OUT_RANGE_MAX "19") -set(CONFIG_EXAMPLE_CONNECT_WIFI "y") -set(CONFIG_EXAMPLE_WIFI_SSID_PWD_FROM_STDIN "") -set(CONFIG_EXAMPLE_PROVIDE_WIFI_CONSOLE_CMD "y") -set(CONFIG_EXAMPLE_WIFI_SSID "IoT_bots") -set(CONFIG_EXAMPLE_WIFI_PASSWORD "208208208") -set(CONFIG_EXAMPLE_WIFI_CONN_MAX_RETRY "6") -set(CONFIG_EXAMPLE_WIFI_SCAN_METHOD_FAST "") -set(CONFIG_EXAMPLE_WIFI_SCAN_METHOD_ALL_CHANNEL "y") -set(CONFIG_EXAMPLE_WIFI_SCAN_RSSI_THRESHOLD "-127") -set(CONFIG_EXAMPLE_WIFI_AUTH_OPEN "y") -set(CONFIG_EXAMPLE_WIFI_AUTH_WEP "") -set(CONFIG_EXAMPLE_WIFI_AUTH_WPA_PSK "") -set(CONFIG_EXAMPLE_WIFI_AUTH_WPA2_PSK "") -set(CONFIG_EXAMPLE_WIFI_AUTH_WPA_WPA2_PSK "") -set(CONFIG_EXAMPLE_WIFI_AUTH_WPA2_ENTERPRISE "") -set(CONFIG_EXAMPLE_WIFI_AUTH_WPA3_PSK "") -set(CONFIG_EXAMPLE_WIFI_AUTH_WPA2_WPA3_PSK "") -set(CONFIG_EXAMPLE_WIFI_AUTH_WAPI_PSK "") -set(CONFIG_EXAMPLE_WIFI_CONNECT_AP_BY_SIGNAL "y") -set(CONFIG_EXAMPLE_WIFI_CONNECT_AP_BY_SECURITY "") -set(CONFIG_EXAMPLE_CONNECT_ETHERNET "") -set(CONFIG_EXAMPLE_CONNECT_PPP "") -set(CONFIG_EXAMPLE_CONNECT_IPV4 "y") -set(CONFIG_EXAMPLE_CONNECT_IPV6 "y") -set(CONFIG_EXAMPLE_CONNECT_IPV6_PREF_LOCAL_LINK "y") -set(CONFIG_EXAMPLE_CONNECT_IPV6_PREF_GLOBAL "") -set(CONFIG_EXAMPLE_CONNECT_IPV6_PREF_SITE_LOCAL "") -set(CONFIG_EXAMPLE_CONNECT_IPV6_PREF_UNIQUE_LOCAL "") -set(CONFIG_COMPILER_OPTIMIZATION_DEBUG "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_ASSERT_NDEBUG_EVALUATE "y") -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_NO_MERGE_CONSTANTS "") -set(CONFIG_COMPILER_WARN_WRITE_STRINGS "") -set(CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS "") -set(CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS "y") -set(CONFIG_COMPILER_DISABLE_GCC12_WARNINGS "") -set(CONFIG_COMPILER_DISABLE_GCC13_WARNINGS "") -set(CONFIG_COMPILER_DISABLE_GCC14_WARNINGS "") -set(CONFIG_COMPILER_DUMP_RTL_FILES "") -set(CONFIG_COMPILER_RT_LIB_GCCLIB "y") -set(CONFIG_COMPILER_RT_LIB_NAME "gcc") -set(CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING "y") -set(CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE "") -set(CONFIG_COMPILER_STATIC_ANALYZER "") -set(CONFIG_APPTRACE_DEST_JTAG "") -set(CONFIG_APPTRACE_DEST_NONE "y") -set(CONFIG_APPTRACE_DEST_UART1 "") -set(CONFIG_APPTRACE_DEST_USB_CDC "") -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_CONSOLE_SORTED_HELP "") -set(CONFIG_TWAI_ISR_IN_IRAM "") -set(CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM "y") -set(CONFIG_ADC_SUPPRESS_DEPRECATE_WARN "") -set(CONFIG_ADC_CALI_SUPPRESS_DEPRECATE_WARN "") -set(CONFIG_GPTIMER_SUPPRESS_DEPRECATE_WARN "") -set(CONFIG_RMT_SUPPRESS_DEPRECATE_WARN "") -set(CONFIG_I2S_SUPPRESS_DEPRECATE_WARN "") -set(CONFIG_SDM_SUPPRESS_DEPRECATE_WARN "") -set(CONFIG_TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN "") -set(CONFIG_EFUSE_CUSTOM_TABLE "") -set(CONFIG_EFUSE_VIRTUAL "") -set(CONFIG_EFUSE_MAX_BLK_LEN "256") -set(CONFIG_ESP_TLS_USING_MBEDTLS "y") -set(CONFIG_ESP_TLS_USE_DS_PERIPHERAL "y") -set(CONFIG_ESP_TLS_CLIENT_SESSION_TICKETS "") -set(CONFIG_ESP_TLS_SERVER_SESSION_TICKETS "") -set(CONFIG_ESP_TLS_SERVER_CERT_SELECT_HOOK "") -set(CONFIG_ESP_TLS_SERVER_MIN_AUTH_MODE_OPTIONAL "") -set(CONFIG_ESP_TLS_PSK_VERIFICATION "") -set(CONFIG_ESP_TLS_INSECURE "y") -set(CONFIG_ESP_TLS_SKIP_SERVER_CERT_VERIFY "y") -set(CONFIG_ADC_ONESHOT_CTRL_FUNC_IN_IRAM "") -set(CONFIG_ADC_CONTINUOUS_ISR_IRAM_SAFE "") -set(CONFIG_ADC_CONTINUOUS_FORCE_USE_ADC2_ON_C3_S3 "") -set(CONFIG_ADC_ONESHOT_FORCE_USE_ADC2_ON_C3 "") -set(CONFIG_ADC_ENABLE_DEBUG_LOG "") -set(CONFIG_ESP_COEX_ENABLED "y") -set(CONFIG_ESP_COEX_EXTERNAL_COEXIST_ENABLE "") -set(CONFIG_ESP_COEX_GPIO_DEBUG "") -set(CONFIG_ESP_ERR_TO_NAME_LOOKUP "y") -set(CONFIG_GPIO_CTRL_FUNC_IN_IRAM "") -set(CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM "y") -set(CONFIG_GPTIMER_CTRL_FUNC_IN_IRAM "") -set(CONFIG_GPTIMER_ISR_IRAM_SAFE "") -set(CONFIG_GPTIMER_ENABLE_DEBUG_LOG "") -set(CONFIG_I2C_ISR_IRAM_SAFE "") -set(CONFIG_I2C_ENABLE_DEBUG_LOG "") -set(CONFIG_I2C_ENABLE_SLAVE_DRIVER_VERSION_2 "") -set(CONFIG_I2S_ISR_IRAM_SAFE "") -set(CONFIG_I2S_ENABLE_DEBUG_LOG "") -set(CONFIG_LEDC_CTRL_FUNC_IN_IRAM "") -set(CONFIG_RMT_ISR_IRAM_SAFE "") -set(CONFIG_RMT_RECV_FUNC_IN_IRAM "") -set(CONFIG_RMT_ENABLE_DEBUG_LOG "") -set(CONFIG_SDM_CTRL_FUNC_IN_IRAM "") -set(CONFIG_SDM_ENABLE_DEBUG_LOG "") -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_TEMP_SENSOR_ENABLE_DEBUG_LOG "") -set(CONFIG_UART_ISR_IN_IRAM "") -set(CONFIG_USJ_ENABLE_USB_SERIAL_JTAG "y") -set(CONFIG_ETH_ENABLED "y") -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_GDBSTUB_ENABLED "y") -set(CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME "") -set(CONFIG_ESP_GDBSTUB_SUPPORT_TASKS "y") -set(CONFIG_ESP_GDBSTUB_MAX_TASKS "32") -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_ESP_HTTP_CLIENT_ENABLE_CUSTOM_TRANSPORT "") -set(CONFIG_ESP_HTTP_CLIENT_EVENT_POST_TIMEOUT "2000") -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_HTTPD_SERVER_EVENT_POST_TIMEOUT "2000") -set(CONFIG_ESP_HTTPS_OTA_DECRYPT_CB "") -set(CONFIG_ESP_HTTPS_OTA_ALLOW_HTTP "") -set(CONFIG_ESP_HTTPS_OTA_EVENT_POST_TIMEOUT "2000") -set(CONFIG_ESP_HTTPS_SERVER_ENABLE "") -set(CONFIG_ESP_HTTPS_SERVER_EVENT_POST_TIMEOUT "2000") -set(CONFIG_ESP32C3_REV_MIN_0 "") -set(CONFIG_ESP32C3_REV_MIN_1 "") -set(CONFIG_ESP32C3_REV_MIN_2 "") -set(CONFIG_ESP32C3_REV_MIN_3 "y") -set(CONFIG_ESP32C3_REV_MIN_4 "") -set(CONFIG_ESP32C3_REV_MIN_101 "") -set(CONFIG_ESP32C3_REV_MIN_FULL "3") -set(CONFIG_ESP_REV_MIN_FULL "3") -set(CONFIG_ESP32C3_REV_MAX_FULL "199") -set(CONFIG_ESP_REV_MAX_FULL "199") -set(CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL "0") -set(CONFIG_ESP_EFUSE_BLOCK_REV_MAX_FULL "199") -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_ESP_MAC_UNIVERSAL_MAC_ADDRESSES "4") -set(CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_TWO "") -set(CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR "y") -set(CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES "4") -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_GPIO_RESET_WORKAROUND "y") -set(CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY "0") -set(CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION "") -set(CONFIG_ESP_SLEEP_DEBUG "") -set(CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS "y") -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_GDMA_CTRL_FUNC_IN_IRAM "y") -set(CONFIG_GDMA_ISR_IRAM_SAFE "") -set(CONFIG_GDMA_ENABLE_DEBUG_LOG "") -set(CONFIG_XTAL_FREQ_40 "y") -set(CONFIG_XTAL_FREQ "40") -set(CONFIG_ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM "y") -set(CONFIG_LCD_ENABLE_DEBUG_LOG "") -set(CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL "120") -set(CONFIG_ESP_NETIF_PROVIDE_CUSTOM_IMPLEMENTATION "") -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_REPORT_DATA_TRAFFIC "y") -set(CONFIG_ESP_NETIF_RECEIVE_REPORT_ERRORS "") -set(CONFIG_ESP_NETIF_L2_TAP "") -set(CONFIG_ESP_NETIF_BRIDGE_EN "") -set(CONFIG_ESP_NETIF_SET_DNS_PER_DEFAULT_NETIF "") -set(CONFIG_ESP_PHY_ENABLED "y") -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_USB "y") -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_ESP_PHY_RECORD_USED_TIME "") -set(CONFIG_PM_ENABLE "") -set(CONFIG_PM_SLP_IRAM_OPT "") -set(CONFIG_PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP "y") -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 "160") -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_PANIC_REBOOT_DELAY_SECONDS "0") -set(CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE "y") -set(CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK "y") -set(CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP "y") -set(CONFIG_ESP_SYSTEM_USE_EH_FRAME "") -set(CONFIG_ESP_SYSTEM_MEMPROT_FEATURE "y") -set(CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_LOCK "y") -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_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_USB_SERIAL_JTAG "") -set(CONFIG_ESP_CONSOLE_UART_CUSTOM "") -set(CONFIG_ESP_CONSOLE_NONE "") -set(CONFIG_ESP_CONSOLE_SECONDARY_NONE "") -set(CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG "y") -set(CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED "y") -set(CONFIG_ESP_CONSOLE_UART "y") -set(CONFIG_ESP_CONSOLE_UART_NUM "0") -set(CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_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_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_PANIC_HANDLER_IRAM "") -set(CONFIG_ESP_DEBUG_STUBS_ENABLE "") -set(CONFIG_ESP_DEBUG_OCDAWARE "y") -set(CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4 "y") -set(CONFIG_ESP_BROWNOUT_DET "y") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 "y") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6 "") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5 "") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4 "") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3 "") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2 "") -set(CONFIG_ESP_BROWNOUT_DET_LVL "7") -set(CONFIG_ESP_SYSTEM_BROWNOUT_INTR "y") -set(CONFIG_ESP_SYSTEM_HW_STACK_GUARD "y") -set(CONFIG_ESP_SYSTEM_HW_PC_RECORD "y") -set(CONFIG_ESP_IPC_TASK_STACK_SIZE "1024") -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_CPU0 "y") -set(CONFIG_ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD "") -set(CONFIG_ESP_TIMER_IMPL_SYSTIMER "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_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_FTM_ENABLE "") -set(CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE "y") -set(CONFIG_ESP_WIFI_GCMP_SUPPORT "") -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_MBEDTLS_CRYPTO "y") -set(CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT "y") -set(CONFIG_ESP_WIFI_WAPI_PSK "") -set(CONFIG_ESP_WIFI_SUITE_B_192 "") -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_USE_STRFUNC_NONE "y") -set(CONFIG_FATFS_USE_STRFUNC_WITHOUT_CRLF_CONV "") -set(CONFIG_FATFS_USE_STRFUNC_WITH_CRLF_CONV "") -set(CONFIG_FATFS_VFS_FSTAT_BLKSIZE "0") -set(CONFIG_FATFS_IMMEDIATE_FSYNC "") -set(CONFIG_FATFS_USE_LABEL "") -set(CONFIG_FATFS_LINK_LOCK "y") -set(CONFIG_FREERTOS_SMP "") -set(CONFIG_FREERTOS_UNICORE "y") -set(CONFIG_FREERTOS_HZ "100") -set(CONFIG_FREERTOS_OPTIMIZED_SCHEDULER "y") -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_USE_TIMERS "y") -set(CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME "Tmr Svc") -set(CONFIG_FREERTOS_TIMER_TASK_AFFINITY_CPU0 "") -set(CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY "y") -set(CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY "0x7fffffff") -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_USE_LIST_DATA_INTEGRITY_CHECK_BYTES "") -set(CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS "") -set(CONFIG_FREERTOS_USE_APPLICATION_TASK_TAG "") -set(CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER "y") -set(CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK "") -set(CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS "y") -set(CONFIG_FREERTOS_TASK_PRE_DELETION_HOOK "") -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_TICK_SUPPORT_SYSTIMER "y") -set(CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1 "y") -set(CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL3 "") -set(CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER "y") -set(CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH "") -set(CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE "") -set(CONFIG_FREERTOS_PORT "y") -set(CONFIG_FREERTOS_NO_AFFINITY "0x7fffffff") -set(CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION "y") -set(CONFIG_FREERTOS_DEBUG_OCDAWARE "y") -set(CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT "y") -set(CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH "y") -set(CONFIG_FREERTOS_NUMBER_OF_CORES "1") -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_HAL_ECDSA_GEN_SIG_CM "") -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_TASK_TRACKING "") -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_MASTER_LEVEL "") -set(CONFIG_LOG_DYNAMIC_LEVEL_CONTROL "y") -set(CONFIG_LOG_TAG_LEVEL_IMPL_NONE "") -set(CONFIG_LOG_TAG_LEVEL_IMPL_LINKED_LIST "") -set(CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST "y") -set(CONFIG_LOG_TAG_LEVEL_CACHE_ARRAY "") -set(CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP "y") -set(CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE "31") -set(CONFIG_LOG_COLORS "") -set(CONFIG_LOG_TIMESTAMP_SOURCE_RTOS "y") -set(CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM "") -set(CONFIG_LWIP_ENABLE "y") -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_DOES_ACD_CHECK "") -set(CONFIG_LWIP_DHCP_DOES_NOT_CHECK_OFFERED_IP "") -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_DHCPS_STATIC_ENTRIES "y") -set(CONFIG_LWIP_DHCPS_ADD_DNS "y") -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_ACCEPTMBOX_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 "0x7fffffff") -set(CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE "3") -set(CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS "5") -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_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_SNTP_STARTUP_DELAY "y") -set(CONFIG_LWIP_SNTP_MAXIMUM_STARTUP_DELAY "5000") -set(CONFIG_LWIP_DNS_MAX_HOST_IP "1") -set(CONFIG_LWIP_DNS_MAX_SERVERS "3") -set(CONFIG_LWIP_FALLBACK_DNS_SERVER_SUPPORT "") -set(CONFIG_LWIP_DNS_SETSERVER_WITH_NETIF "") -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_DEPRECATED_LIST "") -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_AES_USE_INTERRUPT "y") -set(CONFIG_MBEDTLS_AES_INTERRUPT_LEVEL "0") -set(CONFIG_MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER "y") -set(CONFIG_MBEDTLS_HARDWARE_MPI "y") -set(CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI "y") -set(CONFIG_MBEDTLS_MPI_USE_INTERRUPT "y") -set(CONFIG_MBEDTLS_MPI_INTERRUPT_LEVEL "0") -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_PK_PARSE_EC_EXTENDED "y") -set(CONFIG_MBEDTLS_PK_PARSE_EC_COMPRESSED "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_MBEDTLS_FS_IO "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_ENCRYPTION "") -set(CONFIG_NVS_ASSERT_ERROR_CHECK "") -set(CONFIG_NVS_LEGACY_DUP_KEYS_COMPATIBILITY "") -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_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_AUTO_SUSPEND "") -set(CONFIG_SPI_FLASH_SUSPEND_TSUS_VAL_US "50") -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_ROM_IMPL "") -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_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_VENDOR_BOYA_SUPPORTED "y") -set(CONFIG_SPI_FLASH_VENDOR_TH_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 "y") -set(CONFIG_SPI_FLASH_SUPPORT_TH_CHIP "y") -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_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_VFS_INITIALIZE_DEV_NULL "y") -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_STA_ALL_CHANNEL_SCAN "y") -set(CONFIG_WIFI_PROV_STA_FAST_SCAN "") -set(CONFIG_IDF_EXPERIMENTAL_FEATURES "") -set(CONFIGS_LIST CONFIG_SOC_ADC_SUPPORTED;CONFIG_SOC_DEDICATED_GPIO_SUPPORTED;CONFIG_SOC_UART_SUPPORTED;CONFIG_SOC_GDMA_SUPPORTED;CONFIG_SOC_AHB_GDMA_SUPPORTED;CONFIG_SOC_GPTIMER_SUPPORTED;CONFIG_SOC_TWAI_SUPPORTED;CONFIG_SOC_BT_SUPPORTED;CONFIG_SOC_ASYNC_MEMCPY_SUPPORTED;CONFIG_SOC_USB_SERIAL_JTAG_SUPPORTED;CONFIG_SOC_TEMP_SENSOR_SUPPORTED;CONFIG_SOC_XT_WDT_SUPPORTED;CONFIG_SOC_PHY_SUPPORTED;CONFIG_SOC_WIFI_SUPPORTED;CONFIG_SOC_SUPPORTS_SECURE_DL_MODE;CONFIG_SOC_EFUSE_KEY_PURPOSE_FIELD;CONFIG_SOC_EFUSE_HAS_EFUSE_RST_BUG;CONFIG_SOC_EFUSE_SUPPORTED;CONFIG_SOC_RTC_FAST_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_SYSTIMER_SUPPORTED;CONFIG_SOC_SUPPORT_COEXISTENCE;CONFIG_SOC_AES_SUPPORTED;CONFIG_SOC_MPI_SUPPORTED;CONFIG_SOC_SHA_SUPPORTED;CONFIG_SOC_HMAC_SUPPORTED;CONFIG_SOC_DIG_SIGN_SUPPORTED;CONFIG_SOC_FLASH_ENC_SUPPORTED;CONFIG_SOC_SECURE_BOOT_SUPPORTED;CONFIG_SOC_MEMPROT_SUPPORTED;CONFIG_SOC_BOD_SUPPORTED;CONFIG_SOC_CLK_TREE_SUPPORTED;CONFIG_SOC_ASSIST_DEBUG_SUPPORTED;CONFIG_SOC_WDT_SUPPORTED;CONFIG_SOC_SPI_FLASH_SUPPORTED;CONFIG_SOC_RNG_SUPPORTED;CONFIG_SOC_LIGHT_SLEEP_SUPPORTED;CONFIG_SOC_DEEP_SLEEP_SUPPORTED;CONFIG_SOC_LP_PERIPH_SHARE_INTERRUPT;CONFIG_SOC_PM_SUPPORTED;CONFIG_SOC_XTAL_SUPPORT_40M;CONFIG_SOC_AES_SUPPORT_DMA;CONFIG_SOC_AES_GDMA;CONFIG_SOC_AES_SUPPORT_AES_128;CONFIG_SOC_AES_SUPPORT_AES_256;CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED;CONFIG_SOC_ADC_ARBITER_SUPPORTED;CONFIG_SOC_ADC_DIG_IIR_FILTER_SUPPORTED;CONFIG_SOC_ADC_MONITOR_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_DIGI_IIR_FILTER_NUM;CONFIG_SOC_ADC_DIGI_MONITOR_NUM;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_ADC_CALIBRATION_V1_SUPPORTED;CONFIG_SOC_ADC_SELF_HW_CALI_SUPPORTED;CONFIG_SOC_ADC_SHARED_POWER;CONFIG_SOC_APB_BACKUP_DMA;CONFIG_SOC_BROWNOUT_RESET_SUPPORTED;CONFIG_SOC_SHARED_IDCACHE_SUPPORTED;CONFIG_SOC_CACHE_MEMORY_IBANK_SIZE;CONFIG_SOC_CPU_CORES_NUM;CONFIG_SOC_CPU_INTR_NUM;CONFIG_SOC_CPU_HAS_FLEXIBLE_INTC;CONFIG_SOC_CPU_HAS_CSR_PC;CONFIG_SOC_CPU_BREAKPOINTS_NUM;CONFIG_SOC_CPU_WATCHPOINTS_NUM;CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE;CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN;CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH;CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US;CONFIG_SOC_AHB_GDMA_VERSION;CONFIG_SOC_GDMA_NUM_GROUPS_MAX;CONFIG_SOC_GDMA_PAIRS_PER_GROUP_MAX;CONFIG_SOC_GPIO_PORT;CONFIG_SOC_GPIO_PIN_COUNT;CONFIG_SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER;CONFIG_SOC_GPIO_FILTER_CLK_SUPPORT_APB;CONFIG_SOC_GPIO_SUPPORT_FORCE_HOLD;CONFIG_SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP;CONFIG_SOC_GPIO_IN_RANGE_MAX;CONFIG_SOC_GPIO_OUT_RANGE_MAX;CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK;CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT;CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK;CONFIG_SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX;CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM;CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP;CONFIG_SOC_DEDIC_GPIO_OUT_CHANNELS_NUM;CONFIG_SOC_DEDIC_GPIO_IN_CHANNELS_NUM;CONFIG_SOC_DEDIC_PERIPH_ALWAYS_ENABLE;CONFIG_SOC_I2C_NUM;CONFIG_SOC_HP_I2C_NUM;CONFIG_SOC_I2C_FIFO_LEN;CONFIG_SOC_I2C_CMD_REG_NUM;CONFIG_SOC_I2C_SUPPORT_SLAVE;CONFIG_SOC_I2C_SUPPORT_HW_CLR_BUS;CONFIG_SOC_I2C_SUPPORT_XTAL;CONFIG_SOC_I2C_SUPPORT_RTC;CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR;CONFIG_SOC_I2C_SLAVE_SUPPORT_BROADCAST;CONFIG_SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE;CONFIG_SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS;CONFIG_SOC_I2S_NUM;CONFIG_SOC_I2S_HW_VERSION_2;CONFIG_SOC_I2S_SUPPORTS_XTAL;CONFIG_SOC_I2S_SUPPORTS_PLL_F160M;CONFIG_SOC_I2S_SUPPORTS_PCM;CONFIG_SOC_I2S_SUPPORTS_PDM;CONFIG_SOC_I2S_SUPPORTS_PDM_TX;CONFIG_SOC_I2S_PDM_MAX_TX_LINES;CONFIG_SOC_I2S_SUPPORTS_TDM;CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK;CONFIG_SOC_LEDC_SUPPORT_XTAL_CLOCK;CONFIG_SOC_LEDC_TIMER_NUM;CONFIG_SOC_LEDC_CHANNEL_NUM;CONFIG_SOC_LEDC_TIMER_BIT_WIDTH;CONFIG_SOC_LEDC_SUPPORT_FADE_STOP;CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM;CONFIG_SOC_MMU_PERIPH_NUM;CONFIG_SOC_MPU_MIN_REGION_SIZE;CONFIG_SOC_MPU_REGIONS_MAX_NUM;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_RX_PINGPONG;CONFIG_SOC_RMT_SUPPORT_RX_DEMODULATION;CONFIG_SOC_RMT_SUPPORT_TX_ASYNC_STOP;CONFIG_SOC_RMT_SUPPORT_TX_LOOP_COUNT;CONFIG_SOC_RMT_SUPPORT_TX_SYNCHRO;CONFIG_SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY;CONFIG_SOC_RMT_SUPPORT_XTAL;CONFIG_SOC_RMT_SUPPORT_APB;CONFIG_SOC_RMT_SUPPORT_RC_FAST;CONFIG_SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH;CONFIG_SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM;CONFIG_SOC_SLEEP_SYSTIMER_STALL_WORKAROUND;CONFIG_SOC_SLEEP_TGWDT_STOP_WORKAROUND;CONFIG_SOC_RTCIO_PIN_COUNT;CONFIG_SOC_MPI_MEM_BLOCKS_NUM;CONFIG_SOC_MPI_OPERATIONS_NUM;CONFIG_SOC_RSA_MAX_BIT_LEN;CONFIG_SOC_SHA_DMA_MAX_BUFFER_SIZE;CONFIG_SOC_SHA_SUPPORT_DMA;CONFIG_SOC_SHA_SUPPORT_RESUME;CONFIG_SOC_SHA_GDMA;CONFIG_SOC_SHA_SUPPORT_SHA1;CONFIG_SOC_SHA_SUPPORT_SHA224;CONFIG_SOC_SHA_SUPPORT_SHA256;CONFIG_SOC_SDM_GROUPS;CONFIG_SOC_SDM_CHANNELS_PER_GROUP;CONFIG_SOC_SDM_CLK_SUPPORT_APB;CONFIG_SOC_SPI_PERIPH_NUM;CONFIG_SOC_SPI_MAX_CS_NUM;CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE;CONFIG_SOC_SPI_SUPPORT_DDRCLK;CONFIG_SOC_SPI_SLAVE_SUPPORT_SEG_TRANS;CONFIG_SOC_SPI_SUPPORT_CD_SIG;CONFIG_SOC_SPI_SUPPORT_CONTINUOUS_TRANS;CONFIG_SOC_SPI_SUPPORT_SLAVE_HD_VER2;CONFIG_SOC_SPI_SUPPORT_CLK_APB;CONFIG_SOC_SPI_SUPPORT_CLK_XTAL;CONFIG_SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT;CONFIG_SOC_SPI_SCT_SUPPORTED;CONFIG_SOC_SPI_SCT_REG_NUM;CONFIG_SOC_SPI_SCT_BUFFER_NUM_MAX;CONFIG_SOC_SPI_SCT_CONF_BITLEN_MAX;CONFIG_SOC_MEMSPI_IS_INDEPENDENT;CONFIG_SOC_SPI_MAX_PRE_DIVIDER;CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE;CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND;CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_RESUME;CONFIG_SOC_SPI_MEM_SUPPORT_IDLE_INTR;CONFIG_SOC_SPI_MEM_SUPPORT_SW_SUSPEND;CONFIG_SOC_SPI_MEM_SUPPORT_CHECK_SUS;CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE;CONFIG_SOC_SPI_MEM_SUPPORT_WRAP;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_SYSTIMER_COUNTER_NUM;CONFIG_SOC_SYSTIMER_ALARM_NUM;CONFIG_SOC_SYSTIMER_BIT_WIDTH_LO;CONFIG_SOC_SYSTIMER_BIT_WIDTH_HI;CONFIG_SOC_SYSTIMER_FIXED_DIVIDER;CONFIG_SOC_SYSTIMER_INT_LEVEL;CONFIG_SOC_SYSTIMER_ALARM_MISS_COMPENSATE;CONFIG_SOC_TIMER_GROUPS;CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP;CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH;CONFIG_SOC_TIMER_GROUP_SUPPORT_XTAL;CONFIG_SOC_TIMER_GROUP_SUPPORT_APB;CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS;CONFIG_SOC_MWDT_SUPPORT_XTAL;CONFIG_SOC_TWAI_CONTROLLER_NUM;CONFIG_SOC_TWAI_CLK_SUPPORT_APB;CONFIG_SOC_TWAI_BRP_MIN;CONFIG_SOC_TWAI_BRP_MAX;CONFIG_SOC_TWAI_SUPPORTS_RX_STATUS;CONFIG_SOC_EFUSE_DIS_DOWNLOAD_ICACHE;CONFIG_SOC_EFUSE_DIS_PAD_JTAG;CONFIG_SOC_EFUSE_DIS_USB_JTAG;CONFIG_SOC_EFUSE_DIS_DIRECT_BOOT;CONFIG_SOC_EFUSE_SOFT_DIS_JTAG;CONFIG_SOC_EFUSE_DIS_ICACHE;CONFIG_SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK;CONFIG_SOC_SECURE_BOOT_V2_RSA;CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS;CONFIG_SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS;CONFIG_SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY;CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX;CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES;CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES_128;CONFIG_SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE;CONFIG_SOC_MEMPROT_MEM_ALIGN_SIZE;CONFIG_SOC_UART_NUM;CONFIG_SOC_UART_HP_NUM;CONFIG_SOC_UART_FIFO_LEN;CONFIG_SOC_UART_BITRATE_MAX;CONFIG_SOC_UART_SUPPORT_APB_CLK;CONFIG_SOC_UART_SUPPORT_RTC_CLK;CONFIG_SOC_UART_SUPPORT_XTAL_CLK;CONFIG_SOC_UART_SUPPORT_WAKEUP_INT;CONFIG_SOC_UART_SUPPORT_FSM_TX_WAIT_SEND;CONFIG_SOC_COEX_HW_PTI;CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE;CONFIG_SOC_MAC_BB_PD_MEM_SIZE;CONFIG_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH;CONFIG_SOC_PM_SUPPORT_WIFI_WAKEUP;CONFIG_SOC_PM_SUPPORT_BT_WAKEUP;CONFIG_SOC_PM_SUPPORT_CPU_PD;CONFIG_SOC_PM_SUPPORT_WIFI_PD;CONFIG_SOC_PM_SUPPORT_BT_PD;CONFIG_SOC_PM_SUPPORT_RC_FAST_PD;CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD;CONFIG_SOC_PM_SUPPORT_MAC_BB_PD;CONFIG_SOC_PM_CPU_RETENTION_BY_RTCCNTL;CONFIG_SOC_PM_MODEM_RETENTION_BY_BACKUPDMA;CONFIG_SOC_PM_MODEM_PD_BY_SW;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_TEMPERATURE_SENSOR_SUPPORT_FAST_RC;CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL;CONFIG_SOC_WIFI_HW_TSF;CONFIG_SOC_WIFI_FTM_SUPPORT;CONFIG_SOC_WIFI_GCMP_SUPPORT;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_PHY_NEEDS_USB_WORKAROUND;CONFIG_SOC_BLE_SUPPORTED;CONFIG_SOC_BLE_MESH_SUPPORTED;CONFIG_SOC_BLE_50_SUPPORTED;CONFIG_SOC_BLE_DEVICE_PRIVACY_SUPPORTED;CONFIG_SOC_BLUFI_SUPPORTED;CONFIG_SOC_PHY_COMBO_MODULE;CONFIG_IDF_CMAKE;CONFIG_IDF_TOOLCHAIN;CONFIG_IDF_TOOLCHAIN_GCC;CONFIG_IDF_TARGET_ARCH_RISCV;CONFIG_IDF_TARGET_ARCH;CONFIG_IDF_TARGET;CONFIG_IDF_INIT_VERSION;CONFIG_IDF_TARGET_ESP32C3;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_BOOTLOADER_COMPILE_TIME_DATE;CONFIG_BOOTLOADER_PROJECT_VER;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_LOG_COLORS;CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS;CONFIG_BOOTLOADER_FLASH_DC_AWARE;CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT;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_V2_RSA_SUPPORTED;CONFIG_SECURE_BOOT_V2_PREFERRED;CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT;CONFIG_SECURE_BOOT;CONFIG_SECURE_FLASH_ENC_ENABLED;CONFIG_FLASH_ENCRYPTION_ENABLED;CONFIG_SECURE_ROM_DL_MODE_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_UART_CLK_IS_XTAL;CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM;CONFIG_ESP_ROM_HAS_RETARGETABLE_LOCKING;CONFIG_ESP_ROM_HAS_ERASE_0_REGION_BUG;CONFIG_ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV;CONFIG_ESP_ROM_GET_CLK_FREQ;CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND;CONFIG_ESP_ROM_HAS_LAYOUT_TABLE;CONFIG_ESP_ROM_HAS_SPI_FLASH;CONFIG_ESP_ROM_HAS_ETS_PRINTF_BUG;CONFIG_ESP_ROM_HAS_NEWLIB;CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT;CONFIG_ESP_ROM_HAS_NEWLIB_32BIT_TIME;CONFIG_ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE;CONFIG_ESP_ROM_RAM_APP_NEEDS_MMU_INIT;CONFIG_ESP_ROM_HAS_SW_FLOAT;CONFIG_ESP_ROM_USB_OTG_NUM;CONFIG_ESP_ROM_HAS_VERSION;CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB;CONFIG_BOOT_ROM_LOG_ALWAYS_ON;CONFIG_BOOT_ROM_LOG_ALWAYS_OFF;CONFIG_BOOT_ROM_LOG_ON_GPIO_HIGH;CONFIG_BOOT_ROM_LOG_ON_GPIO_LOW;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_TWO_OTA_LARGE;CONFIG_PARTITION_TABLE_CUSTOM;CONFIG_PARTITION_TABLE_CUSTOM_FILENAME;CONFIG_PARTITION_TABLE_FILENAME;CONFIG_PARTITION_TABLE_OFFSET;CONFIG_PARTITION_TABLE_MD5;CONFIG_ENV_GPIO_RANGE_MIN;CONFIG_ENV_GPIO_RANGE_MAX;CONFIG_ENV_GPIO_IN_RANGE_MAX;CONFIG_ENV_GPIO_OUT_RANGE_MAX;CONFIG_EXAMPLE_CONNECT_WIFI;CONFIG_EXAMPLE_WIFI_SSID_PWD_FROM_STDIN;CONFIG_EXAMPLE_PROVIDE_WIFI_CONSOLE_CMD;CONFIG_EXAMPLE_WIFI_SSID;CONFIG_EXAMPLE_WIFI_PASSWORD;CONFIG_EXAMPLE_WIFI_CONN_MAX_RETRY;CONFIG_EXAMPLE_WIFI_SCAN_METHOD_FAST;CONFIG_EXAMPLE_WIFI_SCAN_METHOD_ALL_CHANNEL;CONFIG_EXAMPLE_WIFI_SCAN_RSSI_THRESHOLD;CONFIG_EXAMPLE_WIFI_AUTH_OPEN;CONFIG_EXAMPLE_WIFI_AUTH_WEP;CONFIG_EXAMPLE_WIFI_AUTH_WPA_PSK;CONFIG_EXAMPLE_WIFI_AUTH_WPA2_PSK;CONFIG_EXAMPLE_WIFI_AUTH_WPA_WPA2_PSK;CONFIG_EXAMPLE_WIFI_AUTH_WPA2_ENTERPRISE;CONFIG_EXAMPLE_WIFI_AUTH_WPA3_PSK;CONFIG_EXAMPLE_WIFI_AUTH_WPA2_WPA3_PSK;CONFIG_EXAMPLE_WIFI_AUTH_WAPI_PSK;CONFIG_EXAMPLE_WIFI_CONNECT_AP_BY_SIGNAL;CONFIG_EXAMPLE_WIFI_CONNECT_AP_BY_SECURITY;CONFIG_EXAMPLE_CONNECT_ETHERNET;CONFIG_EXAMPLE_CONNECT_PPP;CONFIG_EXAMPLE_CONNECT_IPV4;CONFIG_EXAMPLE_CONNECT_IPV6;CONFIG_EXAMPLE_CONNECT_IPV6_PREF_LOCAL_LINK;CONFIG_EXAMPLE_CONNECT_IPV6_PREF_GLOBAL;CONFIG_EXAMPLE_CONNECT_IPV6_PREF_SITE_LOCAL;CONFIG_EXAMPLE_CONNECT_IPV6_PREF_UNIQUE_LOCAL;CONFIG_COMPILER_OPTIMIZATION_DEBUG;CONFIG_OPTIMIZATION_LEVEL_DEBUG;CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG;CONFIG_COMPILER_OPTIMIZATION_DEFAULT;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_ASSERT_NDEBUG_EVALUATE;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_NO_MERGE_CONSTANTS;CONFIG_COMPILER_WARN_WRITE_STRINGS;CONFIG_WARN_WRITE_STRINGS;CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS;CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS;CONFIG_COMPILER_DISABLE_GCC12_WARNINGS;CONFIG_COMPILER_DISABLE_GCC13_WARNINGS;CONFIG_COMPILER_DISABLE_GCC14_WARNINGS;CONFIG_COMPILER_DUMP_RTL_FILES;CONFIG_COMPILER_RT_LIB_GCCLIB;CONFIG_COMPILER_RT_LIB_NAME;CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING;CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE;CONFIG_COMPILER_STATIC_ANALYZER;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_USB_CDC;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_CONSOLE_SORTED_HELP;CONFIG_TWAI_ISR_IN_IRAM;CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM;CONFIG_ADC_SUPPRESS_DEPRECATE_WARN;CONFIG_ADC_CALI_SUPPRESS_DEPRECATE_WARN;CONFIG_GPTIMER_SUPPRESS_DEPRECATE_WARN;CONFIG_RMT_SUPPRESS_DEPRECATE_WARN;CONFIG_I2S_SUPPRESS_DEPRECATE_WARN;CONFIG_SDM_SUPPRESS_DEPRECATE_WARN;CONFIG_TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN;CONFIG_EFUSE_CUSTOM_TABLE;CONFIG_EFUSE_VIRTUAL;CONFIG_EFUSE_MAX_BLK_LEN;CONFIG_ESP_TLS_USING_MBEDTLS;CONFIG_ESP_TLS_USE_DS_PERIPHERAL;CONFIG_ESP_TLS_CLIENT_SESSION_TICKETS;CONFIG_ESP_TLS_SERVER_SESSION_TICKETS;CONFIG_ESP_TLS_SERVER_CERT_SELECT_HOOK;CONFIG_ESP_TLS_SERVER_MIN_AUTH_MODE_OPTIONAL;CONFIG_ESP_TLS_PSK_VERIFICATION;CONFIG_ESP_TLS_INSECURE;CONFIG_ESP_TLS_SKIP_SERVER_CERT_VERIFY;CONFIG_ADC_ONESHOT_CTRL_FUNC_IN_IRAM;CONFIG_ADC_CONTINUOUS_ISR_IRAM_SAFE;CONFIG_ADC_CONTINUOUS_FORCE_USE_ADC2_ON_C3_S3;CONFIG_ADC_ONESHOT_FORCE_USE_ADC2_ON_C3;CONFIG_ADC_ENABLE_DEBUG_LOG;CONFIG_ESP_COEX_ENABLED;CONFIG_ESP_COEX_EXTERNAL_COEXIST_ENABLE;CONFIG_EXTERNAL_COEX_ENABLE;CONFIG_ESP_WIFI_EXTERNAL_COEXIST_ENABLE;CONFIG_ESP_COEX_GPIO_DEBUG;CONFIG_ESP_ERR_TO_NAME_LOOKUP;CONFIG_GPIO_CTRL_FUNC_IN_IRAM;CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM;CONFIG_GPTIMER_CTRL_FUNC_IN_IRAM;CONFIG_GPTIMER_ISR_IRAM_SAFE;CONFIG_GPTIMER_ENABLE_DEBUG_LOG;CONFIG_I2C_ISR_IRAM_SAFE;CONFIG_I2C_ENABLE_DEBUG_LOG;CONFIG_I2C_ENABLE_SLAVE_DRIVER_VERSION_2;CONFIG_I2S_ISR_IRAM_SAFE;CONFIG_I2S_ENABLE_DEBUG_LOG;CONFIG_LEDC_CTRL_FUNC_IN_IRAM;CONFIG_RMT_ISR_IRAM_SAFE;CONFIG_RMT_RECV_FUNC_IN_IRAM;CONFIG_RMT_ENABLE_DEBUG_LOG;CONFIG_SDM_CTRL_FUNC_IN_IRAM;CONFIG_SDM_ENABLE_DEBUG_LOG;CONFIG_SPI_MASTER_IN_IRAM;CONFIG_SPI_MASTER_ISR_IN_IRAM;CONFIG_SPI_SLAVE_IN_IRAM;CONFIG_SPI_SLAVE_ISR_IN_IRAM;CONFIG_TEMP_SENSOR_ENABLE_DEBUG_LOG;CONFIG_UART_ISR_IN_IRAM;CONFIG_USJ_ENABLE_USB_SERIAL_JTAG;CONFIG_ETH_ENABLED;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_GDBSTUB_ENABLED;CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME;CONFIG_ESP_GDBSTUB_SUPPORT_TASKS;CONFIG_GDBSTUB_SUPPORT_TASKS;CONFIG_ESP_GDBSTUB_MAX_TASKS;CONFIG_GDBSTUB_MAX_TASKS;CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS;CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH;CONFIG_ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH;CONFIG_ESP_HTTP_CLIENT_ENABLE_CUSTOM_TRANSPORT;CONFIG_ESP_HTTP_CLIENT_EVENT_POST_TIMEOUT;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_HTTPD_SERVER_EVENT_POST_TIMEOUT;CONFIG_ESP_HTTPS_OTA_DECRYPT_CB;CONFIG_ESP_HTTPS_OTA_ALLOW_HTTP;CONFIG_OTA_ALLOW_HTTP;CONFIG_ESP_HTTPS_OTA_EVENT_POST_TIMEOUT;CONFIG_ESP_HTTPS_SERVER_ENABLE;CONFIG_ESP_HTTPS_SERVER_EVENT_POST_TIMEOUT;CONFIG_ESP32C3_REV_MIN_0;CONFIG_ESP32C3_REV_MIN_1;CONFIG_ESP32C3_REV_MIN_2;CONFIG_ESP32C3_REV_MIN_3;CONFIG_ESP32C3_REV_MIN_4;CONFIG_ESP32C3_REV_MIN_101;CONFIG_ESP32C3_REV_MIN_FULL;CONFIG_ESP_REV_MIN_FULL;CONFIG_ESP32C3_REV_MAX_FULL;CONFIG_ESP_REV_MAX_FULL;CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL;CONFIG_ESP_EFUSE_BLOCK_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_ESP_MAC_UNIVERSAL_MAC_ADDRESSES;CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_TWO;CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR;CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES;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_GPIO_RESET_WORKAROUND;CONFIG_ESP32C3_LIGHTSLEEP_GPIO_RESET_WORKAROUND;CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY;CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION;CONFIG_ESP_SLEEP_DEBUG;CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS;CONFIG_RTC_CLK_SRC_INT_RC;CONFIG_ESP32C3_RTC_CLK_SRC_INT_RC;CONFIG_RTC_CLK_SRC_EXT_CRYS;CONFIG_ESP32C3_RTC_CLK_SRC_EXT_CRYS;CONFIG_RTC_CLK_SRC_EXT_OSC;CONFIG_ESP32C3_RTC_CLK_SRC_EXT_OSC;CONFIG_RTC_CLK_SRC_INT_8MD256;CONFIG_ESP32C3_RTC_CLK_SRC_INT_8MD256;CONFIG_RTC_CLK_CAL_CYCLES;CONFIG_ESP32C3_RTC_CLK_CAL_CYCLES;CONFIG_PERIPH_CTRL_FUNC_IN_IRAM;CONFIG_GDMA_CTRL_FUNC_IN_IRAM;CONFIG_GDMA_ISR_IRAM_SAFE;CONFIG_GDMA_ENABLE_DEBUG_LOG;CONFIG_XTAL_FREQ_40;CONFIG_XTAL_FREQ;CONFIG_ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM;CONFIG_LCD_ENABLE_DEBUG_LOG;CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL;CONFIG_ESP_NETIF_PROVIDE_CUSTOM_IMPLEMENTATION;CONFIG_ESP_NETIF_TCPIP_LWIP;CONFIG_ESP_NETIF_LOOPBACK;CONFIG_ESP_NETIF_USES_TCPIP_WITH_BSD_API;CONFIG_ESP_NETIF_REPORT_DATA_TRAFFIC;CONFIG_ESP_NETIF_RECEIVE_REPORT_ERRORS;CONFIG_ESP_NETIF_L2_TAP;CONFIG_ESP_NETIF_BRIDGE_EN;CONFIG_ESP_NETIF_SET_DNS_PER_DEFAULT_NETIF;CONFIG_ESP_PHY_ENABLED;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_USB;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_ESP_PHY_RECORD_USED_TIME;CONFIG_PM_ENABLE;CONFIG_PM_SLP_IRAM_OPT;CONFIG_PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP;CONFIG_ESP_SYSTEM_PM_POWER_DOWN_CPU;CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80;CONFIG_ESP32C3_DEFAULT_CPU_FREQ_80;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160;CONFIG_ESP32C3_DEFAULT_CPU_FREQ_160;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ;CONFIG_ESP32C3_DEFAULT_CPU_FREQ_MHZ;CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT;CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT;CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT;CONFIG_ESP_SYSTEM_PANIC_GDBSTUB;CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS;CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE;CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK;CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP;CONFIG_ESP_SYSTEM_USE_EH_FRAME;CONFIG_ESP_SYSTEM_MEMPROT_FEATURE;CONFIG_ESP32C3_MEMPROT_FEATURE;CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_LOCK;CONFIG_ESP32C3_MEMPROT_FEATURE_LOCK;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_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_USB_SERIAL_JTAG;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_SECONDARY_NONE;CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG;CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED;CONFIG_ESP_CONSOLE_UART;CONFIG_CONSOLE_UART;CONFIG_ESP_CONSOLE_UART_NUM;CONFIG_CONSOLE_UART_NUM;CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_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_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_PANIC_HANDLER_IRAM;CONFIG_ESP_DEBUG_STUBS_ENABLE;CONFIG_ESP32_DEBUG_STUBS_ENABLE;CONFIG_ESP_DEBUG_OCDAWARE;CONFIG_ESP32C3_DEBUG_OCDAWARE;CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4;CONFIG_ESP_BROWNOUT_DET;CONFIG_BROWNOUT_DET;CONFIG_ESP32C3_BROWNOUT_DET;CONFIG_ESP32C3_BROWNOUT_DET;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7;CONFIG_BROWNOUT_DET_LVL_SEL_7;CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_7;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6;CONFIG_BROWNOUT_DET_LVL_SEL_6;CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_6;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5;CONFIG_BROWNOUT_DET_LVL_SEL_5;CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_5;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4;CONFIG_BROWNOUT_DET_LVL_SEL_4;CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_4;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3;CONFIG_BROWNOUT_DET_LVL_SEL_3;CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_3;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2;CONFIG_BROWNOUT_DET_LVL_SEL_2;CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_2;CONFIG_ESP_BROWNOUT_DET_LVL;CONFIG_BROWNOUT_DET_LVL;CONFIG_ESP32C3_BROWNOUT_DET_LVL;CONFIG_ESP_SYSTEM_BROWNOUT_INTR;CONFIG_ESP_SYSTEM_HW_STACK_GUARD;CONFIG_ESP_SYSTEM_HW_PC_RECORD;CONFIG_ESP_IPC_TASK_STACK_SIZE;CONFIG_IPC_TASK_STACK_SIZE;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_CPU0;CONFIG_ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD;CONFIG_ESP_TIMER_IMPL_SYSTIMER;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_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_FTM_ENABLE;CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE;CONFIG_ESP_WIFI_GCMP_SUPPORT;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_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_SUITE_B_192;CONFIG_WPA_SUITE_B_192;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_USE_STRFUNC_NONE;CONFIG_FATFS_USE_STRFUNC_WITHOUT_CRLF_CONV;CONFIG_FATFS_USE_STRFUNC_WITH_CRLF_CONV;CONFIG_FATFS_VFS_FSTAT_BLKSIZE;CONFIG_FATFS_IMMEDIATE_FSYNC;CONFIG_FATFS_USE_LABEL;CONFIG_FATFS_LINK_LOCK;CONFIG_FREERTOS_SMP;CONFIG_FREERTOS_UNICORE;CONFIG_FREERTOS_HZ;CONFIG_FREERTOS_OPTIMIZED_SCHEDULER;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_USE_TIMERS;CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME;CONFIG_FREERTOS_TIMER_TASK_AFFINITY_CPU0;CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY;CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY;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_USE_LIST_DATA_INTEGRITY_CHECK_BYTES;CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS;CONFIG_FREERTOS_USE_APPLICATION_TASK_TAG;CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER;CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK;CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS;CONFIG_FREERTOS_TASK_PRE_DELETION_HOOK;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_TICK_SUPPORT_SYSTIMER;CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1;CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL3;CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER;CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH;CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE;CONFIG_FREERTOS_PORT;CONFIG_FREERTOS_NO_AFFINITY;CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION;CONFIG_FREERTOS_DEBUG_OCDAWARE;CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT;CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH;CONFIG_FREERTOS_NUMBER_OF_CORES;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_HAL_ECDSA_GEN_SIG_CM;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_TASK_TRACKING;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_MASTER_LEVEL;CONFIG_LOG_DYNAMIC_LEVEL_CONTROL;CONFIG_LOG_TAG_LEVEL_IMPL_NONE;CONFIG_LOG_TAG_LEVEL_IMPL_LINKED_LIST;CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST;CONFIG_LOG_TAG_LEVEL_CACHE_ARRAY;CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP;CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE;CONFIG_LOG_COLORS;CONFIG_LOG_TIMESTAMP_SOURCE_RTOS;CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM;CONFIG_LWIP_ENABLE;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_DOES_ACD_CHECK;CONFIG_LWIP_DHCP_DOES_NOT_CHECK_OFFERED_IP;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_DHCPS_STATIC_ENTRIES;CONFIG_LWIP_DHCPS_ADD_DNS;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_ACCEPTMBOX_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;CONFIG_TCPIP_TASK_AFFINITY;CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE;CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS;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_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_SNTP_STARTUP_DELAY;CONFIG_LWIP_SNTP_MAXIMUM_STARTUP_DELAY;CONFIG_LWIP_DNS_MAX_HOST_IP;CONFIG_LWIP_DNS_MAX_SERVERS;CONFIG_LWIP_FALLBACK_DNS_SERVER_SUPPORT;CONFIG_LWIP_DNS_SETSERVER_WITH_NETIF;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_DEPRECATED_LIST;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS;CONFIG_MBEDTLS_ECP_RESTARTABLE;CONFIG_MBEDTLS_CMAC_C;CONFIG_MBEDTLS_HARDWARE_AES;CONFIG_MBEDTLS_AES_USE_INTERRUPT;CONFIG_MBEDTLS_AES_INTERRUPT_LEVEL;CONFIG_MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER;CONFIG_MBEDTLS_HARDWARE_MPI;CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI;CONFIG_MBEDTLS_MPI_USE_INTERRUPT;CONFIG_MBEDTLS_MPI_INTERRUPT_LEVEL;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_PK_PARSE_EC_EXTENDED;CONFIG_MBEDTLS_PK_PARSE_EC_COMPRESSED;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_MBEDTLS_FS_IO;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_ESP32C3_TIME_SYSCALL_USE_RTC_SYSTIMER;CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC;CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC;CONFIG_NEWLIB_TIME_SYSCALL_USE_HRT;CONFIG_ESP32C3_TIME_SYSCALL_USE_SYSTIMER;CONFIG_NEWLIB_TIME_SYSCALL_USE_NONE;CONFIG_ESP32C3_TIME_SYSCALL_USE_NONE;CONFIG_NVS_ENCRYPTION;CONFIG_NVS_ASSERT_ERROR_CHECK;CONFIG_NVS_LEGACY_DUP_KEYS_COMPATIBILITY;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_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_AUTO_SUSPEND;CONFIG_SPI_FLASH_SUSPEND_TSUS_VAL_US;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_ROM_IMPL;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_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_VENDOR_BOYA_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_TH_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_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_VFS_INITIALIZE_DEV_NULL;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_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_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_COMPILER_OPTIMIZATION_DEFAULT "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_EXTERNAL_COEX_ENABLE "") -set(CONFIG_ESP_WIFI_EXTERNAL_COEXIST_ENABLE "") -set(CONFIG_EVENT_LOOP_PROFILING "") -set(CONFIG_POST_EVENTS_FROM_ISR "y") -set(CONFIG_POST_EVENTS_FROM_IRAM_ISR "y") -set(CONFIG_GDBSTUB_SUPPORT_TASKS "y") -set(CONFIG_GDBSTUB_MAX_TASKS "32") -set(CONFIG_OTA_ALLOW_HTTP "") -set(CONFIG_ESP_SYSTEM_PD_FLASH "") -set(CONFIG_ESP32C3_LIGHTSLEEP_GPIO_RESET_WORKAROUND "y") -set(CONFIG_ESP32C3_RTC_CLK_SRC_INT_RC "y") -set(CONFIG_ESP32C3_RTC_CLK_SRC_EXT_CRYS "") -set(CONFIG_ESP32C3_RTC_CLK_SRC_EXT_OSC "") -set(CONFIG_ESP32C3_RTC_CLK_SRC_INT_8MD256 "") -set(CONFIG_ESP32C3_RTC_CLK_CAL_CYCLES "1024") -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_ESP_SYSTEM_PM_POWER_DOWN_CPU "y") -set(CONFIG_ESP32C3_DEFAULT_CPU_FREQ_80 "") -set(CONFIG_ESP32C3_DEFAULT_CPU_FREQ_160 "y") -set(CONFIG_ESP32C3_DEFAULT_CPU_FREQ_MHZ "160") -set(CONFIG_ESP32C3_MEMPROT_FEATURE "y") -set(CONFIG_ESP32C3_MEMPROT_FEATURE_LOCK "y") -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_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_ESP32_DEBUG_STUBS_ENABLE "") -set(CONFIG_ESP32C3_DEBUG_OCDAWARE "y") -set(CONFIG_BROWNOUT_DET "y") -set(CONFIG_ESP32C3_BROWNOUT_DET "y") -set(CONFIG_ESP32C3_BROWNOUT_DET "y") -set(CONFIG_BROWNOUT_DET_LVL_SEL_7 "y") -set(CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_7 "y") -set(CONFIG_BROWNOUT_DET_LVL_SEL_6 "") -set(CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_6 "") -set(CONFIG_BROWNOUT_DET_LVL_SEL_5 "") -set(CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_5 "") -set(CONFIG_BROWNOUT_DET_LVL_SEL_4 "") -set(CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_4 "") -set(CONFIG_BROWNOUT_DET_LVL_SEL_3 "") -set(CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_3 "") -set(CONFIG_BROWNOUT_DET_LVL_SEL_2 "") -set(CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_2 "") -set(CONFIG_BROWNOUT_DET_LVL "7") -set(CONFIG_ESP32C3_BROWNOUT_DET_LVL "7") -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_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_SUITE_B_192 "") -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 "0x7fffffff") -set(CONFIG_PPP_SUPPORT "") -set(CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC_SYSTIMER "y") -set(CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC "") -set(CONFIG_ESP32C3_TIME_SYSCALL_USE_SYSTIMER "") -set(CONFIG_ESP32C3_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_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_SUPPRESS_SELECT_DEBUG_OUTPUT "y") -set(CONFIG_SUPPORT_TERMIOS "y") -set(CONFIG_SEMIHOSTFS_MAX_MOUNT_POINTS "1") diff --git a/ESP-IDF_mqtt-ssl/build/config/sdkconfig.h b/ESP-IDF_mqtt-ssl/build/config/sdkconfig.h deleted file mode 100644 index 47301a3dc..000000000 --- a/ESP-IDF_mqtt-ssl/build/config/sdkconfig.h +++ /dev/null @@ -1,902 +0,0 @@ -/* - * Automatically generated file. DO NOT EDIT. - * Espressif IoT Development Framework (ESP-IDF) 5.4.0 Configuration Header - */ -#pragma once -#define CONFIG_SOC_ADC_SUPPORTED 1 -#define CONFIG_SOC_DEDICATED_GPIO_SUPPORTED 1 -#define CONFIG_SOC_UART_SUPPORTED 1 -#define CONFIG_SOC_GDMA_SUPPORTED 1 -#define CONFIG_SOC_AHB_GDMA_SUPPORTED 1 -#define CONFIG_SOC_GPTIMER_SUPPORTED 1 -#define CONFIG_SOC_TWAI_SUPPORTED 1 -#define CONFIG_SOC_BT_SUPPORTED 1 -#define CONFIG_SOC_ASYNC_MEMCPY_SUPPORTED 1 -#define CONFIG_SOC_USB_SERIAL_JTAG_SUPPORTED 1 -#define CONFIG_SOC_TEMP_SENSOR_SUPPORTED 1 -#define CONFIG_SOC_XT_WDT_SUPPORTED 1 -#define CONFIG_SOC_PHY_SUPPORTED 1 -#define CONFIG_SOC_WIFI_SUPPORTED 1 -#define CONFIG_SOC_SUPPORTS_SECURE_DL_MODE 1 -#define CONFIG_SOC_EFUSE_KEY_PURPOSE_FIELD 1 -#define CONFIG_SOC_EFUSE_HAS_EFUSE_RST_BUG 1 -#define CONFIG_SOC_EFUSE_SUPPORTED 1 -#define CONFIG_SOC_RTC_FAST_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_SYSTIMER_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_HMAC_SUPPORTED 1 -#define CONFIG_SOC_DIG_SIGN_SUPPORTED 1 -#define CONFIG_SOC_FLASH_ENC_SUPPORTED 1 -#define CONFIG_SOC_SECURE_BOOT_SUPPORTED 1 -#define CONFIG_SOC_MEMPROT_SUPPORTED 1 -#define CONFIG_SOC_BOD_SUPPORTED 1 -#define CONFIG_SOC_CLK_TREE_SUPPORTED 1 -#define CONFIG_SOC_ASSIST_DEBUG_SUPPORTED 1 -#define CONFIG_SOC_WDT_SUPPORTED 1 -#define CONFIG_SOC_SPI_FLASH_SUPPORTED 1 -#define CONFIG_SOC_RNG_SUPPORTED 1 -#define CONFIG_SOC_LIGHT_SLEEP_SUPPORTED 1 -#define CONFIG_SOC_DEEP_SLEEP_SUPPORTED 1 -#define CONFIG_SOC_LP_PERIPH_SHARE_INTERRUPT 1 -#define CONFIG_SOC_PM_SUPPORTED 1 -#define CONFIG_SOC_XTAL_SUPPORT_40M 1 -#define CONFIG_SOC_AES_SUPPORT_DMA 1 -#define CONFIG_SOC_AES_GDMA 1 -#define CONFIG_SOC_AES_SUPPORT_AES_128 1 -#define CONFIG_SOC_AES_SUPPORT_AES_256 1 -#define CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED 1 -#define CONFIG_SOC_ADC_ARBITER_SUPPORTED 1 -#define CONFIG_SOC_ADC_DIG_IIR_FILTER_SUPPORTED 1 -#define CONFIG_SOC_ADC_MONITOR_SUPPORTED 1 -#define CONFIG_SOC_ADC_DMA_SUPPORTED 1 -#define CONFIG_SOC_ADC_PERIPH_NUM 2 -#define CONFIG_SOC_ADC_MAX_CHANNEL_NUM 5 -#define CONFIG_SOC_ADC_ATTEN_NUM 4 -#define CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM 1 -#define CONFIG_SOC_ADC_PATT_LEN_MAX 8 -#define CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH 12 -#define CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH 12 -#define CONFIG_SOC_ADC_DIGI_RESULT_BYTES 4 -#define CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV 4 -#define CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM 2 -#define CONFIG_SOC_ADC_DIGI_MONITOR_NUM 2 -#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH 83333 -#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW 611 -#define CONFIG_SOC_ADC_RTC_MIN_BITWIDTH 12 -#define CONFIG_SOC_ADC_RTC_MAX_BITWIDTH 12 -#define CONFIG_SOC_ADC_CALIBRATION_V1_SUPPORTED 1 -#define CONFIG_SOC_ADC_SELF_HW_CALI_SUPPORTED 1 -#define CONFIG_SOC_ADC_SHARED_POWER 1 -#define CONFIG_SOC_APB_BACKUP_DMA 1 -#define CONFIG_SOC_BROWNOUT_RESET_SUPPORTED 1 -#define CONFIG_SOC_SHARED_IDCACHE_SUPPORTED 1 -#define CONFIG_SOC_CACHE_MEMORY_IBANK_SIZE 0x4000 -#define CONFIG_SOC_CPU_CORES_NUM 1 -#define CONFIG_SOC_CPU_INTR_NUM 32 -#define CONFIG_SOC_CPU_HAS_FLEXIBLE_INTC 1 -#define CONFIG_SOC_CPU_HAS_CSR_PC 1 -#define CONFIG_SOC_CPU_BREAKPOINTS_NUM 8 -#define CONFIG_SOC_CPU_WATCHPOINTS_NUM 8 -#define CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE 0x80000000 -#define CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN 3072 -#define CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH 16 -#define CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US 1100 -#define CONFIG_SOC_AHB_GDMA_VERSION 1 -#define CONFIG_SOC_GDMA_NUM_GROUPS_MAX 1 -#define CONFIG_SOC_GDMA_PAIRS_PER_GROUP_MAX 3 -#define CONFIG_SOC_GPIO_PORT 1 -#define CONFIG_SOC_GPIO_PIN_COUNT 22 -#define CONFIG_SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER 1 -#define CONFIG_SOC_GPIO_FILTER_CLK_SUPPORT_APB 1 -#define CONFIG_SOC_GPIO_SUPPORT_FORCE_HOLD 1 -#define CONFIG_SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP 1 -#define CONFIG_SOC_GPIO_IN_RANGE_MAX 21 -#define CONFIG_SOC_GPIO_OUT_RANGE_MAX 21 -#define CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK 0 -#define CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT 6 -#define CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK 0x00000000003FFFC0 -#define CONFIG_SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX 1 -#define CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM 3 -#define CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP 1 -#define CONFIG_SOC_DEDIC_GPIO_OUT_CHANNELS_NUM 8 -#define CONFIG_SOC_DEDIC_GPIO_IN_CHANNELS_NUM 8 -#define CONFIG_SOC_DEDIC_PERIPH_ALWAYS_ENABLE 1 -#define CONFIG_SOC_I2C_NUM 1 -#define CONFIG_SOC_HP_I2C_NUM 1 -#define CONFIG_SOC_I2C_FIFO_LEN 32 -#define CONFIG_SOC_I2C_CMD_REG_NUM 8 -#define CONFIG_SOC_I2C_SUPPORT_SLAVE 1 -#define CONFIG_SOC_I2C_SUPPORT_HW_CLR_BUS 1 -#define CONFIG_SOC_I2C_SUPPORT_XTAL 1 -#define CONFIG_SOC_I2C_SUPPORT_RTC 1 -#define CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR 1 -#define CONFIG_SOC_I2C_SLAVE_SUPPORT_BROADCAST 1 -#define CONFIG_SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE 1 -#define CONFIG_SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS 1 -#define CONFIG_SOC_I2S_NUM 1 -#define CONFIG_SOC_I2S_HW_VERSION_2 1 -#define CONFIG_SOC_I2S_SUPPORTS_XTAL 1 -#define CONFIG_SOC_I2S_SUPPORTS_PLL_F160M 1 -#define CONFIG_SOC_I2S_SUPPORTS_PCM 1 -#define CONFIG_SOC_I2S_SUPPORTS_PDM 1 -#define CONFIG_SOC_I2S_SUPPORTS_PDM_TX 1 -#define CONFIG_SOC_I2S_PDM_MAX_TX_LINES 2 -#define CONFIG_SOC_I2S_SUPPORTS_TDM 1 -#define CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK 1 -#define CONFIG_SOC_LEDC_SUPPORT_XTAL_CLOCK 1 -#define CONFIG_SOC_LEDC_TIMER_NUM 4 -#define CONFIG_SOC_LEDC_CHANNEL_NUM 6 -#define CONFIG_SOC_LEDC_TIMER_BIT_WIDTH 14 -#define CONFIG_SOC_LEDC_SUPPORT_FADE_STOP 1 -#define CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM 1 -#define CONFIG_SOC_MMU_PERIPH_NUM 1 -#define CONFIG_SOC_MPU_MIN_REGION_SIZE 0x20000000 -#define CONFIG_SOC_MPU_REGIONS_MAX_NUM 8 -#define CONFIG_SOC_RMT_GROUPS 1 -#define CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP 2 -#define CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP 2 -#define CONFIG_SOC_RMT_CHANNELS_PER_GROUP 4 -#define CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL 48 -#define CONFIG_SOC_RMT_SUPPORT_RX_PINGPONG 1 -#define CONFIG_SOC_RMT_SUPPORT_RX_DEMODULATION 1 -#define CONFIG_SOC_RMT_SUPPORT_TX_ASYNC_STOP 1 -#define CONFIG_SOC_RMT_SUPPORT_TX_LOOP_COUNT 1 -#define CONFIG_SOC_RMT_SUPPORT_TX_SYNCHRO 1 -#define CONFIG_SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY 1 -#define CONFIG_SOC_RMT_SUPPORT_XTAL 1 -#define CONFIG_SOC_RMT_SUPPORT_APB 1 -#define CONFIG_SOC_RMT_SUPPORT_RC_FAST 1 -#define CONFIG_SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH 128 -#define CONFIG_SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM 108 -#define CONFIG_SOC_SLEEP_SYSTIMER_STALL_WORKAROUND 1 -#define CONFIG_SOC_SLEEP_TGWDT_STOP_WORKAROUND 1 -#define CONFIG_SOC_RTCIO_PIN_COUNT 0 -#define CONFIG_SOC_MPI_MEM_BLOCKS_NUM 4 -#define CONFIG_SOC_MPI_OPERATIONS_NUM 3 -#define CONFIG_SOC_RSA_MAX_BIT_LEN 3072 -#define CONFIG_SOC_SHA_DMA_MAX_BUFFER_SIZE 3968 -#define CONFIG_SOC_SHA_SUPPORT_DMA 1 -#define CONFIG_SOC_SHA_SUPPORT_RESUME 1 -#define CONFIG_SOC_SHA_GDMA 1 -#define CONFIG_SOC_SHA_SUPPORT_SHA1 1 -#define CONFIG_SOC_SHA_SUPPORT_SHA224 1 -#define CONFIG_SOC_SHA_SUPPORT_SHA256 1 -#define CONFIG_SOC_SDM_GROUPS 1 -#define CONFIG_SOC_SDM_CHANNELS_PER_GROUP 4 -#define CONFIG_SOC_SDM_CLK_SUPPORT_APB 1 -#define CONFIG_SOC_SPI_PERIPH_NUM 2 -#define CONFIG_SOC_SPI_MAX_CS_NUM 6 -#define CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE 64 -#define CONFIG_SOC_SPI_SUPPORT_DDRCLK 1 -#define CONFIG_SOC_SPI_SLAVE_SUPPORT_SEG_TRANS 1 -#define CONFIG_SOC_SPI_SUPPORT_CD_SIG 1 -#define CONFIG_SOC_SPI_SUPPORT_CONTINUOUS_TRANS 1 -#define CONFIG_SOC_SPI_SUPPORT_SLAVE_HD_VER2 1 -#define CONFIG_SOC_SPI_SUPPORT_CLK_APB 1 -#define CONFIG_SOC_SPI_SUPPORT_CLK_XTAL 1 -#define CONFIG_SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT 1 -#define CONFIG_SOC_SPI_SCT_SUPPORTED 1 -#define CONFIG_SOC_SPI_SCT_REG_NUM 14 -#define CONFIG_SOC_SPI_SCT_BUFFER_NUM_MAX 1 -#define CONFIG_SOC_SPI_SCT_CONF_BITLEN_MAX 0x3FFFA -#define CONFIG_SOC_MEMSPI_IS_INDEPENDENT 1 -#define CONFIG_SOC_SPI_MAX_PRE_DIVIDER 16 -#define CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE 1 -#define CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND 1 -#define CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_RESUME 1 -#define CONFIG_SOC_SPI_MEM_SUPPORT_IDLE_INTR 1 -#define CONFIG_SOC_SPI_MEM_SUPPORT_SW_SUSPEND 1 -#define CONFIG_SOC_SPI_MEM_SUPPORT_CHECK_SUS 1 -#define CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE 1 -#define CONFIG_SOC_SPI_MEM_SUPPORT_WRAP 1 -#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_SYSTIMER_COUNTER_NUM 2 -#define CONFIG_SOC_SYSTIMER_ALARM_NUM 3 -#define CONFIG_SOC_SYSTIMER_BIT_WIDTH_LO 32 -#define CONFIG_SOC_SYSTIMER_BIT_WIDTH_HI 20 -#define CONFIG_SOC_SYSTIMER_FIXED_DIVIDER 1 -#define CONFIG_SOC_SYSTIMER_INT_LEVEL 1 -#define CONFIG_SOC_SYSTIMER_ALARM_MISS_COMPENSATE 1 -#define CONFIG_SOC_TIMER_GROUPS 2 -#define CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP 1 -#define CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH 54 -#define CONFIG_SOC_TIMER_GROUP_SUPPORT_XTAL 1 -#define CONFIG_SOC_TIMER_GROUP_SUPPORT_APB 1 -#define CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS 2 -#define CONFIG_SOC_MWDT_SUPPORT_XTAL 1 -#define CONFIG_SOC_TWAI_CONTROLLER_NUM 1 -#define CONFIG_SOC_TWAI_CLK_SUPPORT_APB 1 -#define CONFIG_SOC_TWAI_BRP_MIN 2 -#define CONFIG_SOC_TWAI_BRP_MAX 16384 -#define CONFIG_SOC_TWAI_SUPPORTS_RX_STATUS 1 -#define CONFIG_SOC_EFUSE_DIS_DOWNLOAD_ICACHE 1 -#define CONFIG_SOC_EFUSE_DIS_PAD_JTAG 1 -#define CONFIG_SOC_EFUSE_DIS_USB_JTAG 1 -#define CONFIG_SOC_EFUSE_DIS_DIRECT_BOOT 1 -#define CONFIG_SOC_EFUSE_SOFT_DIS_JTAG 1 -#define CONFIG_SOC_EFUSE_DIS_ICACHE 1 -#define CONFIG_SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK 1 -#define CONFIG_SOC_SECURE_BOOT_V2_RSA 1 -#define CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS 3 -#define CONFIG_SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS 1 -#define CONFIG_SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY 1 -#define CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX 32 -#define CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES 1 -#define CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES_128 1 -#define CONFIG_SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE 16 -#define CONFIG_SOC_MEMPROT_MEM_ALIGN_SIZE 512 -#define CONFIG_SOC_UART_NUM 2 -#define CONFIG_SOC_UART_HP_NUM 2 -#define CONFIG_SOC_UART_FIFO_LEN 128 -#define CONFIG_SOC_UART_BITRATE_MAX 5000000 -#define CONFIG_SOC_UART_SUPPORT_APB_CLK 1 -#define CONFIG_SOC_UART_SUPPORT_RTC_CLK 1 -#define CONFIG_SOC_UART_SUPPORT_XTAL_CLK 1 -#define CONFIG_SOC_UART_SUPPORT_WAKEUP_INT 1 -#define CONFIG_SOC_UART_SUPPORT_FSM_TX_WAIT_SEND 1 -#define CONFIG_SOC_COEX_HW_PTI 1 -#define CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE 21 -#define CONFIG_SOC_MAC_BB_PD_MEM_SIZE 192 -#define CONFIG_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH 12 -#define CONFIG_SOC_PM_SUPPORT_WIFI_WAKEUP 1 -#define CONFIG_SOC_PM_SUPPORT_BT_WAKEUP 1 -#define CONFIG_SOC_PM_SUPPORT_CPU_PD 1 -#define CONFIG_SOC_PM_SUPPORT_WIFI_PD 1 -#define CONFIG_SOC_PM_SUPPORT_BT_PD 1 -#define CONFIG_SOC_PM_SUPPORT_RC_FAST_PD 1 -#define CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD 1 -#define CONFIG_SOC_PM_SUPPORT_MAC_BB_PD 1 -#define CONFIG_SOC_PM_CPU_RETENTION_BY_RTCCNTL 1 -#define CONFIG_SOC_PM_MODEM_RETENTION_BY_BACKUPDMA 1 -#define CONFIG_SOC_PM_MODEM_PD_BY_SW 1 -#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_TEMPERATURE_SENSOR_SUPPORT_FAST_RC 1 -#define CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL 1 -#define CONFIG_SOC_WIFI_HW_TSF 1 -#define CONFIG_SOC_WIFI_FTM_SUPPORT 1 -#define CONFIG_SOC_WIFI_GCMP_SUPPORT 1 -#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_PHY_NEEDS_USB_WORKAROUND 1 -#define CONFIG_SOC_BLE_SUPPORTED 1 -#define CONFIG_SOC_BLE_MESH_SUPPORTED 1 -#define CONFIG_SOC_BLE_50_SUPPORTED 1 -#define CONFIG_SOC_BLE_DEVICE_PRIVACY_SUPPORTED 1 -#define CONFIG_SOC_BLUFI_SUPPORTED 1 -#define CONFIG_SOC_PHY_COMBO_MODULE 1 -#define CONFIG_IDF_CMAKE 1 -#define CONFIG_IDF_TOOLCHAIN "gcc" -#define CONFIG_IDF_TOOLCHAIN_GCC 1 -#define CONFIG_IDF_TARGET_ARCH_RISCV 1 -#define CONFIG_IDF_TARGET_ARCH "riscv" -#define CONFIG_IDF_TARGET "esp32c3" -#define CONFIG_IDF_INIT_VERSION "5.4.1" -#define CONFIG_IDF_TARGET_ESP32C3 1 -#define CONFIG_IDF_FIRMWARE_CHIP_ID 0x0005 -#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_COMPILE_TIME_DATE 1 -#define CONFIG_BOOTLOADER_PROJECT_VER 1 -#define CONFIG_BOOTLOADER_OFFSET_IN_FLASH 0x0 -#define CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE 1 -#define CONFIG_BOOTLOADER_LOG_LEVEL_INFO 1 -#define CONFIG_BOOTLOADER_LOG_LEVEL 3 -#define CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS 1 -#define CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT 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_V2_RSA_SUPPORTED 1 -#define CONFIG_SECURE_BOOT_V2_PREFERRED 1 -#define CONFIG_SECURE_ROM_DL_MODE_ENABLED 1 -#define CONFIG_APP_COMPILE_TIME_DATE 1 -#define CONFIG_APP_RETRIEVE_LEN_ELF_SHA 9 -#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_UART_CLK_IS_XTAL 1 -#define CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM 3 -#define CONFIG_ESP_ROM_HAS_RETARGETABLE_LOCKING 1 -#define CONFIG_ESP_ROM_HAS_ERASE_0_REGION_BUG 1 -#define CONFIG_ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV 1 -#define CONFIG_ESP_ROM_GET_CLK_FREQ 1 -#define CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND 1 -#define CONFIG_ESP_ROM_HAS_LAYOUT_TABLE 1 -#define CONFIG_ESP_ROM_HAS_SPI_FLASH 1 -#define CONFIG_ESP_ROM_HAS_ETS_PRINTF_BUG 1 -#define CONFIG_ESP_ROM_HAS_NEWLIB 1 -#define CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT 1 -#define CONFIG_ESP_ROM_HAS_NEWLIB_32BIT_TIME 1 -#define CONFIG_ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE 1 -#define CONFIG_ESP_ROM_RAM_APP_NEEDS_MMU_INIT 1 -#define CONFIG_ESP_ROM_HAS_SW_FLOAT 1 -#define CONFIG_ESP_ROM_USB_OTG_NUM -1 -#define CONFIG_ESP_ROM_HAS_VERSION 1 -#define CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB 1 -#define CONFIG_BOOT_ROM_LOG_ALWAYS_ON 1 -#define CONFIG_ESPTOOLPY_FLASHMODE_DIO 1 -#define CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR 1 -#define CONFIG_ESPTOOLPY_FLASHMODE "dio" -#define CONFIG_ESPTOOLPY_FLASHFREQ_80M 1 -#define CONFIG_ESPTOOLPY_FLASHFREQ "80m" -#define CONFIG_ESPTOOLPY_FLASHSIZE_2MB 1 -#define CONFIG_ESPTOOLPY_FLASHSIZE "2MB" -#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_SINGLE_APP 1 -#define CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv" -#define CONFIG_PARTITION_TABLE_FILENAME "partitions_singleapp.csv" -#define CONFIG_PARTITION_TABLE_OFFSET 0x8000 -#define CONFIG_PARTITION_TABLE_MD5 1 -#define CONFIG_ENV_GPIO_RANGE_MIN 0 -#define CONFIG_ENV_GPIO_RANGE_MAX 19 -#define CONFIG_ENV_GPIO_IN_RANGE_MAX 19 -#define CONFIG_ENV_GPIO_OUT_RANGE_MAX 19 -#define CONFIG_EXAMPLE_CONNECT_WIFI 1 -#define CONFIG_EXAMPLE_PROVIDE_WIFI_CONSOLE_CMD 1 -#define CONFIG_EXAMPLE_WIFI_SSID "IoT_bots" -#define CONFIG_EXAMPLE_WIFI_PASSWORD "208208208" -#define CONFIG_EXAMPLE_WIFI_CONN_MAX_RETRY 6 -#define CONFIG_EXAMPLE_WIFI_SCAN_METHOD_ALL_CHANNEL 1 -#define CONFIG_EXAMPLE_WIFI_SCAN_RSSI_THRESHOLD -127 -#define CONFIG_EXAMPLE_WIFI_AUTH_OPEN 1 -#define CONFIG_EXAMPLE_WIFI_CONNECT_AP_BY_SIGNAL 1 -#define CONFIG_EXAMPLE_CONNECT_IPV4 1 -#define CONFIG_EXAMPLE_CONNECT_IPV6 1 -#define CONFIG_EXAMPLE_CONNECT_IPV6_PREF_LOCAL_LINK 1 -#define CONFIG_COMPILER_OPTIMIZATION_DEBUG 1 -#define CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE 1 -#define CONFIG_COMPILER_ASSERT_NDEBUG_EVALUATE 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_COMPILER_DISABLE_DEFAULT_ERRORS 1 -#define CONFIG_COMPILER_RT_LIB_GCCLIB 1 -#define CONFIG_COMPILER_RT_LIB_NAME "gcc" -#define CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING 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_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM 1 -#define CONFIG_EFUSE_MAX_BLK_LEN 256 -#define CONFIG_ESP_TLS_USING_MBEDTLS 1 -#define CONFIG_ESP_TLS_USE_DS_PERIPHERAL 1 -#define CONFIG_ESP_TLS_INSECURE 1 -#define CONFIG_ESP_TLS_SKIP_SERVER_CERT_VERIFY 1 -#define CONFIG_ESP_COEX_ENABLED 1 -#define CONFIG_ESP_ERR_TO_NAME_LOOKUP 1 -#define CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM 1 -#define CONFIG_SPI_MASTER_ISR_IN_IRAM 1 -#define CONFIG_SPI_SLAVE_ISR_IN_IRAM 1 -#define CONFIG_USJ_ENABLE_USB_SERIAL_JTAG 1 -#define CONFIG_ETH_ENABLED 1 -#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_GDBSTUB_ENABLED 1 -#define CONFIG_ESP_GDBSTUB_SUPPORT_TASKS 1 -#define CONFIG_ESP_GDBSTUB_MAX_TASKS 32 -#define CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS 1 -#define CONFIG_ESP_HTTP_CLIENT_EVENT_POST_TIMEOUT 2000 -#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_HTTPD_SERVER_EVENT_POST_TIMEOUT 2000 -#define CONFIG_ESP_HTTPS_OTA_EVENT_POST_TIMEOUT 2000 -#define CONFIG_ESP_HTTPS_SERVER_EVENT_POST_TIMEOUT 2000 -#define CONFIG_ESP32C3_REV_MIN_3 1 -#define CONFIG_ESP32C3_REV_MIN_FULL 3 -#define CONFIG_ESP_REV_MIN_FULL 3 -#define CONFIG_ESP32C3_REV_MAX_FULL 199 -#define CONFIG_ESP_REV_MAX_FULL 199 -#define CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL 0 -#define CONFIG_ESP_EFUSE_BLOCK_REV_MAX_FULL 199 -#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_ESP_MAC_UNIVERSAL_MAC_ADDRESSES 4 -#define CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR 1 -#define CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES 4 -#define CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND 1 -#define CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND 1 -#define CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY 0 -#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_GDMA_CTRL_FUNC_IN_IRAM 1 -#define CONFIG_XTAL_FREQ_40 1 -#define CONFIG_XTAL_FREQ 40 -#define CONFIG_ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM 1 -#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_NETIF_REPORT_DATA_TRAFFIC 1 -#define CONFIG_ESP_PHY_ENABLED 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_ENABLE_USB 1 -#define CONFIG_ESP_PHY_RF_CAL_PARTIAL 1 -#define CONFIG_ESP_PHY_CALIBRATION_MODE 0 -#define CONFIG_PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP 1 -#define CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160 1 -#define CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ 160 -#define CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT 1 -#define CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS 0 -#define CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE 1 -#define CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK 1 -#define CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP 1 -#define CONFIG_ESP_SYSTEM_MEMPROT_FEATURE 1 -#define CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_LOCK 1 -#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_SECONDARY_USB_SERIAL_JTAG 1 -#define CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED 1 -#define CONFIG_ESP_CONSOLE_UART 1 -#define CONFIG_ESP_CONSOLE_UART_NUM 0 -#define CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_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_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_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_7 1 -#define CONFIG_ESP_BROWNOUT_DET_LVL 7 -#define CONFIG_ESP_SYSTEM_BROWNOUT_INTR 1 -#define CONFIG_ESP_SYSTEM_HW_STACK_GUARD 1 -#define CONFIG_ESP_SYSTEM_HW_PC_RECORD 1 -#define CONFIG_ESP_IPC_TASK_STACK_SIZE 1024 -#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_CPU0 1 -#define CONFIG_ESP_TIMER_IMPL_SYSTIMER 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_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_USE_STRFUNC_NONE 1 -#define CONFIG_FATFS_VFS_FSTAT_BLKSIZE 0 -#define CONFIG_FATFS_LINK_LOCK 1 -#define CONFIG_FREERTOS_UNICORE 1 -#define CONFIG_FREERTOS_HZ 100 -#define CONFIG_FREERTOS_OPTIMIZED_SCHEDULER 1 -#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_USE_TIMERS 1 -#define CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME "Tmr Svc" -#define CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY 1 -#define CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY 0x7FFFFFFF -#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_SYSTIMER 1 -#define CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1 1 -#define CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER 1 -#define CONFIG_FREERTOS_PORT 1 -#define CONFIG_FREERTOS_NO_AFFINITY 0x7FFFFFFF -#define CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION 1 -#define CONFIG_FREERTOS_DEBUG_OCDAWARE 1 -#define CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT 1 -#define CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH 1 -#define CONFIG_FREERTOS_NUMBER_OF_CORES 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_DYNAMIC_LEVEL_CONTROL 1 -#define CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST 1 -#define CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP 1 -#define CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE 31 -#define CONFIG_LOG_TIMESTAMP_SOURCE_RTOS 1 -#define CONFIG_LWIP_ENABLE 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_DHCPS_STATIC_ENTRIES 1 -#define CONFIG_LWIP_DHCPS_ADD_DNS 1 -#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_ACCEPTMBOX_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_MEMP_NUM_ND6_QUEUE 3 -#define CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS 5 -#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_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_SNTP_STARTUP_DELAY 1 -#define CONFIG_LWIP_SNTP_MAXIMUM_STARTUP_DELAY 5000 -#define CONFIG_LWIP_DNS_MAX_HOST_IP 1 -#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_AES_USE_INTERRUPT 1 -#define CONFIG_MBEDTLS_AES_INTERRUPT_LEVEL 0 -#define CONFIG_MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER 1 -#define CONFIG_MBEDTLS_HARDWARE_MPI 1 -#define CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI 1 -#define CONFIG_MBEDTLS_MPI_USE_INTERRUPT 1 -#define CONFIG_MBEDTLS_MPI_INTERRUPT_LEVEL 0 -#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_PK_PARSE_EC_EXTENDED 1 -#define CONFIG_MBEDTLS_PK_PARSE_EC_COMPRESSED 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_MBEDTLS_FS_IO 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_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_SUSPEND_TSUS_VAL_US 50 -#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_VENDOR_BOYA_SUPPORTED 1 -#define CONFIG_SPI_FLASH_VENDOR_TH_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_SUPPORT_BOYA_CHIP 1 -#define CONFIG_SPI_FLASH_SUPPORT_TH_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_VFS_INITIALIZE_DEV_NULL 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_BROWNOUT_DET CONFIG_ESP_BROWNOUT_DET -#define CONFIG_BROWNOUT_DET_LVL CONFIG_ESP_BROWNOUT_DET_LVL -#define CONFIG_BROWNOUT_DET_LVL_SEL_7 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 -#define CONFIG_COMPILER_OPTIMIZATION_DEFAULT CONFIG_COMPILER_OPTIMIZATION_DEBUG -#define CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEBUG -#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_ESP32C3_BROWNOUT_DET CONFIG_ESP_BROWNOUT_DET -#define CONFIG_ESP32C3_BROWNOUT_DET_LVL CONFIG_ESP_BROWNOUT_DET_LVL -#define CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_7 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 -#define CONFIG_ESP32C3_DEBUG_OCDAWARE CONFIG_ESP_DEBUG_OCDAWARE -#define CONFIG_ESP32C3_DEFAULT_CPU_FREQ_160 CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160 -#define CONFIG_ESP32C3_DEFAULT_CPU_FREQ_MHZ CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ -#define CONFIG_ESP32C3_LIGHTSLEEP_GPIO_RESET_WORKAROUND CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND -#define CONFIG_ESP32C3_MEMPROT_FEATURE CONFIG_ESP_SYSTEM_MEMPROT_FEATURE -#define CONFIG_ESP32C3_MEMPROT_FEATURE_LOCK CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_LOCK -#define CONFIG_ESP32C3_RTC_CLK_CAL_CYCLES CONFIG_RTC_CLK_CAL_CYCLES -#define CONFIG_ESP32C3_RTC_CLK_SRC_INT_RC CONFIG_RTC_CLK_SRC_INT_RC -#define CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC_SYSTIMER CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT -#define CONFIG_ESP32_APPTRACE_DEST_NONE CONFIG_APPTRACE_DEST_NONE -#define CONFIG_ESP32_APPTRACE_LOCK_ENABLE CONFIG_APPTRACE_LOCK_ENABLE -#define CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE CONFIG_ESP_COREDUMP_ENABLE_TO_NONE -#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_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_TX_BA_WIN CONFIG_ESP_WIFI_TX_BA_WIN -#define CONFIG_ESP32_WIFI_TX_BUFFER_TYPE CONFIG_ESP_WIFI_TX_BUFFER_TYPE -#define CONFIG_ESP_GRATUITOUS_ARP CONFIG_LWIP_ESP_GRATUITOUS_ARP -#define CONFIG_ESP_SYSTEM_PM_POWER_DOWN_CPU CONFIG_PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP -#define CONFIG_ESP_TASK_WDT CONFIG_ESP_TASK_WDT_INIT -#define CONFIG_FLASHMODE_DIO CONFIG_ESPTOOLPY_FLASHMODE_DIO -#define CONFIG_GARP_TMR_INTERVAL CONFIG_LWIP_GARP_TMR_INTERVAL -#define CONFIG_GDBSTUB_MAX_TASKS CONFIG_ESP_GDBSTUB_MAX_TASKS -#define CONFIG_GDBSTUB_SUPPORT_TASKS CONFIG_ESP_GDBSTUB_SUPPORT_TASKS -#define CONFIG_INT_WDT CONFIG_ESP_INT_WDT -#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_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_DEBUG -#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_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_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/ESP-IDF_mqtt-ssl/build/config/sdkconfig.json b/ESP-IDF_mqtt-ssl/build/config/sdkconfig.json deleted file mode 100644 index 762a5e68b..000000000 --- a/ESP-IDF_mqtt-ssl/build/config/sdkconfig.json +++ /dev/null @@ -1,1231 +0,0 @@ -{ - "ADC_CALI_SUPPRESS_DEPRECATE_WARN": false, - "ADC_CONTINUOUS_FORCE_USE_ADC2_ON_C3_S3": false, - "ADC_CONTINUOUS_ISR_IRAM_SAFE": false, - "ADC_ENABLE_DEBUG_LOG": false, - "ADC_ONESHOT_CTRL_FUNC_IN_IRAM": false, - "ADC_ONESHOT_FORCE_USE_ADC2_ON_C3": false, - "ADC_SUPPRESS_DEPRECATE_WARN": false, - "APPTRACE_DEST_JTAG": false, - "APPTRACE_DEST_NONE": true, - "APPTRACE_DEST_UART1": false, - "APPTRACE_DEST_UART_NONE": true, - "APPTRACE_DEST_USB_CDC": false, - "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_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": 9, - "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_COMPILE_TIME_DATE": true, - "BOOTLOADER_CUSTOM_RESERVE_RTC": false, - "BOOTLOADER_FACTORY_RESET": false, - "BOOTLOADER_FLASH_DC_AWARE": false, - "BOOTLOADER_FLASH_XMC_SUPPORT": true, - "BOOTLOADER_LOG_COLORS": false, - "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_LOG_TIMESTAMP_SOURCE_CPU_TICKS": true, - "BOOTLOADER_OFFSET_IN_FLASH": 0, - "BOOTLOADER_PROJECT_VER": 1, - "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_WDT_DISABLE_IN_USER_CODE": false, - "BOOTLOADER_WDT_ENABLE": true, - "BOOTLOADER_WDT_TIME_MS": 9000, - "BOOT_ROM_LOG_ALWAYS_OFF": false, - "BOOT_ROM_LOG_ALWAYS_ON": true, - "BOOT_ROM_LOG_ON_GPIO_HIGH": false, - "BOOT_ROM_LOG_ON_GPIO_LOW": false, - "BT_ALARM_MAX_NUM": 50, - "BT_ENABLED": false, - "COMPILER_ASSERT_NDEBUG_EVALUATE": true, - "COMPILER_CXX_EXCEPTIONS": false, - "COMPILER_CXX_RTTI": false, - "COMPILER_DISABLE_DEFAULT_ERRORS": true, - "COMPILER_DISABLE_GCC12_WARNINGS": false, - "COMPILER_DISABLE_GCC13_WARNINGS": false, - "COMPILER_DISABLE_GCC14_WARNINGS": false, - "COMPILER_DUMP_RTL_FILES": false, - "COMPILER_FLOAT_LIB_FROM_GCCLIB": true, - "COMPILER_HIDE_PATHS_MACROS": true, - "COMPILER_NO_MERGE_CONSTANTS": false, - "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_DEBUG": true, - "COMPILER_OPTIMIZATION_NONE": false, - "COMPILER_OPTIMIZATION_PERF": false, - "COMPILER_OPTIMIZATION_SIZE": false, - "COMPILER_ORPHAN_SECTIONS_PLACE": false, - "COMPILER_ORPHAN_SECTIONS_WARNING": true, - "COMPILER_RT_LIB_GCCLIB": true, - "COMPILER_RT_LIB_NAME": "gcc", - "COMPILER_SAVE_RESTORE_LIBCALLS": 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_STATIC_ANALYZER": false, - "COMPILER_WARN_WRITE_STRINGS": false, - "CONSOLE_SORTED_HELP": false, - "EFUSE_CUSTOM_TABLE": false, - "EFUSE_MAX_BLK_LEN": 256, - "EFUSE_VIRTUAL": false, - "ENV_GPIO_IN_RANGE_MAX": 19, - "ENV_GPIO_OUT_RANGE_MAX": 19, - "ENV_GPIO_RANGE_MAX": 19, - "ENV_GPIO_RANGE_MIN": 0, - "ESP32C3_REV_MAX_FULL": 199, - "ESP32C3_REV_MIN_0": false, - "ESP32C3_REV_MIN_1": false, - "ESP32C3_REV_MIN_101": false, - "ESP32C3_REV_MIN_2": false, - "ESP32C3_REV_MIN_3": true, - "ESP32C3_REV_MIN_4": false, - "ESP32C3_REV_MIN_FULL": 3, - "ESP32C3_UNIVERSAL_MAC_ADDRESSES": 4, - "ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR": true, - "ESP32C3_UNIVERSAL_MAC_ADDRESSES_TWO": 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": "80m", - "ESPTOOLPY_FLASHFREQ_20M": false, - "ESPTOOLPY_FLASHFREQ_26M": false, - "ESPTOOLPY_FLASHFREQ_40M": false, - "ESPTOOLPY_FLASHFREQ_80M": true, - "ESPTOOLPY_FLASHMODE": "dio", - "ESPTOOLPY_FLASHMODE_DIO": true, - "ESPTOOLPY_FLASHMODE_DOUT": false, - "ESPTOOLPY_FLASHMODE_QIO": false, - "ESPTOOLPY_FLASHMODE_QOUT": false, - "ESPTOOLPY_FLASHSIZE": "2MB", - "ESPTOOLPY_FLASHSIZE_128MB": false, - "ESPTOOLPY_FLASHSIZE_16MB": false, - "ESPTOOLPY_FLASHSIZE_1MB": false, - "ESPTOOLPY_FLASHSIZE_2MB": true, - "ESPTOOLPY_FLASHSIZE_32MB": false, - "ESPTOOLPY_FLASHSIZE_4MB": false, - "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": 7, - "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": true, - "ESP_COEX_ENABLED": true, - "ESP_COEX_EXTERNAL_COEXIST_ENABLE": false, - "ESP_COEX_GPIO_DEBUG": false, - "ESP_CONSOLE_NONE": false, - "ESP_CONSOLE_ROM_SERIAL_PORT_NUM": 0, - "ESP_CONSOLE_SECONDARY_NONE": false, - "ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG": true, - "ESP_CONSOLE_UART": true, - "ESP_CONSOLE_UART_BAUDRATE": 115200, - "ESP_CONSOLE_UART_CUSTOM": false, - "ESP_CONSOLE_UART_DEFAULT": true, - "ESP_CONSOLE_UART_NUM": 0, - "ESP_CONSOLE_USB_SERIAL_JTAG": false, - "ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED": true, - "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_80": false, - "ESP_EFUSE_BLOCK_REV_MAX_FULL": 199, - "ESP_EFUSE_BLOCK_REV_MIN_FULL": 0, - "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_GDBSTUB_ENABLED": true, - "ESP_GDBSTUB_MAX_TASKS": 32, - "ESP_GDBSTUB_SUPPORT_TASKS": true, - "ESP_HTTPS_OTA_ALLOW_HTTP": false, - "ESP_HTTPS_OTA_DECRYPT_CB": false, - "ESP_HTTPS_OTA_EVENT_POST_TIMEOUT": 2000, - "ESP_HTTPS_SERVER_ENABLE": false, - "ESP_HTTPS_SERVER_EVENT_POST_TIMEOUT": 2000, - "ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH": false, - "ESP_HTTP_CLIENT_ENABLE_CUSTOM_TRANSPORT": false, - "ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH": false, - "ESP_HTTP_CLIENT_ENABLE_HTTPS": true, - "ESP_HTTP_CLIENT_EVENT_POST_TIMEOUT": 2000, - "ESP_INT_WDT": true, - "ESP_INT_WDT_TIMEOUT_MS": 300, - "ESP_IPC_TASK_STACK_SIZE": 1024, - "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_UNIVERSAL_MAC_ADDRESSES": 4, - "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_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_PROVIDE_CUSTOM_IMPLEMENTATION": false, - "ESP_NETIF_RECEIVE_REPORT_ERRORS": false, - "ESP_NETIF_REPORT_DATA_TRAFFIC": true, - "ESP_NETIF_SET_DNS_PER_DEFAULT_NETIF": 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_ENABLED": true, - "ESP_PHY_ENABLE_CERT_TEST": false, - "ESP_PHY_ENABLE_USB": true, - "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_RECORD_USED_TIME": 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": 199, - "ESP_REV_MIN_FULL": 3, - "ESP_ROM_GET_CLK_FREQ": true, - "ESP_ROM_HAS_CRC_BE": true, - "ESP_ROM_HAS_CRC_LE": true, - "ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV": true, - "ESP_ROM_HAS_ERASE_0_REGION_BUG": true, - "ESP_ROM_HAS_ETS_PRINTF_BUG": true, - "ESP_ROM_HAS_JPEG_DECODE": true, - "ESP_ROM_HAS_LAYOUT_TABLE": true, - "ESP_ROM_HAS_MZ_CRC32": true, - "ESP_ROM_HAS_NEWLIB": true, - "ESP_ROM_HAS_NEWLIB_32BIT_TIME": true, - "ESP_ROM_HAS_NEWLIB_NANO_FORMAT": true, - "ESP_ROM_HAS_RETARGETABLE_LOCKING": true, - "ESP_ROM_HAS_SPI_FLASH": true, - "ESP_ROM_HAS_SW_FLOAT": true, - "ESP_ROM_HAS_VERSION": true, - "ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE": true, - "ESP_ROM_NEEDS_SWSETUP_WORKAROUND": true, - "ESP_ROM_RAM_APP_NEEDS_MMU_INIT": true, - "ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB": true, - "ESP_ROM_UART_CLK_IS_XTAL": true, - "ESP_ROM_USB_OTG_NUM": -1, - "ESP_ROM_USB_SERIAL_DEVICE_NUM": 3, - "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": true, - "ESP_SLEEP_MSPI_NEED_ALL_IO_PU": false, - "ESP_SLEEP_POWER_DOWN_FLASH": false, - "ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY": 0, - "ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM": true, - "ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP": true, - "ESP_SYSTEM_BROWNOUT_INTR": true, - "ESP_SYSTEM_CHECK_INT_LEVEL_4": true, - "ESP_SYSTEM_EVENT_QUEUE_SIZE": 32, - "ESP_SYSTEM_EVENT_TASK_STACK_SIZE": 2304, - "ESP_SYSTEM_GDBSTUB_RUNTIME": false, - "ESP_SYSTEM_HW_PC_RECORD": true, - "ESP_SYSTEM_HW_STACK_GUARD": true, - "ESP_SYSTEM_MEMPROT_FEATURE": true, - "ESP_SYSTEM_MEMPROT_FEATURE_LOCK": true, - "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_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK": true, - "ESP_SYSTEM_SINGLE_CORE_MODE": true, - "ESP_SYSTEM_USE_EH_FRAME": false, - "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0": 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_SYSTIMER": true, - "ESP_TIMER_INTERRUPT_LEVEL": 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": true, - "ESP_TLS_PSK_VERIFICATION": false, - "ESP_TLS_SERVER_CERT_SELECT_HOOK": false, - "ESP_TLS_SERVER_MIN_AUTH_MODE_OPTIONAL": false, - "ESP_TLS_SERVER_SESSION_TICKETS": false, - "ESP_TLS_SKIP_SERVER_CERT_VERIFY": true, - "ESP_TLS_USE_DS_PERIPHERAL": true, - "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_FTM_ENABLE": false, - "ESP_WIFI_GCMP_SUPPORT": 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_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_SUITE_B_192": 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_ENABLED": true, - "ETH_SPI_ETHERNET_DM9051": false, - "ETH_SPI_ETHERNET_KSZ8851SNL": false, - "ETH_SPI_ETHERNET_W5500": false, - "ETH_TRANSMIT_MUTEX": false, - "ETH_USE_OPENETH": false, - "ETH_USE_SPI_ETHERNET": true, - "EXAMPLE_CONNECT_ETHERNET": false, - "EXAMPLE_CONNECT_IPV4": true, - "EXAMPLE_CONNECT_IPV6": true, - "EXAMPLE_CONNECT_IPV6_PREF_GLOBAL": false, - "EXAMPLE_CONNECT_IPV6_PREF_LOCAL_LINK": true, - "EXAMPLE_CONNECT_IPV6_PREF_SITE_LOCAL": false, - "EXAMPLE_CONNECT_IPV6_PREF_UNIQUE_LOCAL": false, - "EXAMPLE_CONNECT_PPP": false, - "EXAMPLE_CONNECT_WIFI": true, - "EXAMPLE_PROVIDE_WIFI_CONSOLE_CMD": true, - "EXAMPLE_WIFI_AUTH_OPEN": true, - "EXAMPLE_WIFI_AUTH_WAPI_PSK": false, - "EXAMPLE_WIFI_AUTH_WEP": false, - "EXAMPLE_WIFI_AUTH_WPA2_ENTERPRISE": false, - "EXAMPLE_WIFI_AUTH_WPA2_PSK": false, - "EXAMPLE_WIFI_AUTH_WPA2_WPA3_PSK": false, - "EXAMPLE_WIFI_AUTH_WPA3_PSK": false, - "EXAMPLE_WIFI_AUTH_WPA_PSK": false, - "EXAMPLE_WIFI_AUTH_WPA_WPA2_PSK": false, - "EXAMPLE_WIFI_CONNECT_AP_BY_SECURITY": false, - "EXAMPLE_WIFI_CONNECT_AP_BY_SIGNAL": true, - "EXAMPLE_WIFI_CONN_MAX_RETRY": 6, - "EXAMPLE_WIFI_PASSWORD": "208208208", - "EXAMPLE_WIFI_SCAN_METHOD_ALL_CHANNEL": true, - "EXAMPLE_WIFI_SCAN_METHOD_FAST": false, - "EXAMPLE_WIFI_SCAN_RSSI_THRESHOLD": -127, - "EXAMPLE_WIFI_SSID": "IoT_bots", - "EXAMPLE_WIFI_SSID_PWD_FROM_STDIN": false, - "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_IMMEDIATE_FSYNC": false, - "FATFS_LFN_HEAP": false, - "FATFS_LFN_NONE": true, - "FATFS_LFN_STACK": false, - "FATFS_LINK_LOCK": true, - "FATFS_PER_FILE_CACHE": true, - "FATFS_SECTOR_4096": true, - "FATFS_SECTOR_512": false, - "FATFS_TIMEOUT_MS": 10000, - "FATFS_USE_FASTSEEK": false, - "FATFS_USE_LABEL": false, - "FATFS_USE_STRFUNC_NONE": true, - "FATFS_USE_STRFUNC_WITHOUT_CRLF_CONV": false, - "FATFS_USE_STRFUNC_WITH_CRLF_CONV": 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_SYSTIMER_LVL1": true, - "FREERTOS_CORETIMER_SYSTIMER_LVL3": false, - "FREERTOS_DEBUG_OCDAWARE": true, - "FREERTOS_ENABLE_BACKWARD_COMPATIBILITY": false, - "FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP": false, - "FREERTOS_ENABLE_TASK_SNAPSHOT": true, - "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_NUMBER_OF_CORES": 1, - "FREERTOS_OPTIMIZED_SCHEDULER": true, - "FREERTOS_PLACE_FUNCTIONS_INTO_FLASH": false, - "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH": true, - "FREERTOS_PORT": true, - "FREERTOS_QUEUE_REGISTRY_SIZE": 0, - "FREERTOS_SMP": false, - "FREERTOS_SUPPORT_STATIC_ALLOCATION": true, - "FREERTOS_SYSTICK_USES_SYSTIMER": true, - "FREERTOS_TASK_FUNCTION_WRAPPER": true, - "FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES": 1, - "FREERTOS_TASK_PRE_DELETION_HOOK": false, - "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS": 1, - "FREERTOS_TICK_SUPPORT_SYSTIMER": true, - "FREERTOS_TIMER_QUEUE_LENGTH": 10, - "FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY": 2147483647, - "FREERTOS_TIMER_SERVICE_TASK_NAME": "Tmr Svc", - "FREERTOS_TIMER_TASK_AFFINITY_CPU0": false, - "FREERTOS_TIMER_TASK_NO_AFFINITY": true, - "FREERTOS_TIMER_TASK_PRIORITY": 1, - "FREERTOS_TIMER_TASK_STACK_DEPTH": 2048, - "FREERTOS_TLSP_DELETION_CALLBACKS": true, - "FREERTOS_UNICORE": true, - "FREERTOS_USE_APPLICATION_TASK_TAG": false, - "FREERTOS_USE_IDLE_HOOK": false, - "FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES": false, - "FREERTOS_USE_TICK_HOOK": false, - "FREERTOS_USE_TIMERS": true, - "FREERTOS_USE_TRACE_FACILITY": false, - "FREERTOS_WATCHPOINT_END_OF_STACK": false, - "GDMA_CTRL_FUNC_IN_IRAM": true, - "GDMA_ENABLE_DEBUG_LOG": false, - "GDMA_ISR_IRAM_SAFE": false, - "GPIO_CTRL_FUNC_IN_IRAM": 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_ECDSA_GEN_SIG_CM": false, - "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_TASK_TRACKING": 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_SERVER_EVENT_POST_TIMEOUT": 2000, - "HTTPD_WS_SUPPORT": false, - "I2C_ENABLE_DEBUG_LOG": false, - "I2C_ENABLE_SLAVE_DRIVER_VERSION_2": false, - "I2C_ISR_IRAM_SAFE": 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": 5, - "IDF_INIT_VERSION": "5.4.1", - "IDF_TARGET": "esp32c3", - "IDF_TARGET_ARCH": "riscv", - "IDF_TARGET_ARCH_RISCV": true, - "IDF_TARGET_ESP32C3": true, - "IDF_TOOLCHAIN": "gcc", - "IDF_TOOLCHAIN_GCC": true, - "LCD_ENABLE_DEBUG_LOG": false, - "LEDC_CTRL_FUNC_IN_IRAM": false, - "LOG_COLORS": false, - "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_DYNAMIC_LEVEL_CONTROL": true, - "LOG_MASTER_LEVEL": false, - "LOG_MAXIMUM_EQUALS_DEFAULT": true, - "LOG_MAXIMUM_LEVEL": 3, - "LOG_MAXIMUM_LEVEL_DEBUG": false, - "LOG_MAXIMUM_LEVEL_VERBOSE": false, - "LOG_TAG_LEVEL_CACHE_ARRAY": false, - "LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP": true, - "LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST": true, - "LOG_TAG_LEVEL_IMPL_CACHE_SIZE": 31, - "LOG_TAG_LEVEL_IMPL_LINKED_LIST": false, - "LOG_TAG_LEVEL_IMPL_NONE": 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_ADD_DNS": true, - "LWIP_DHCPS_LEASE_UNIT": 60, - "LWIP_DHCPS_MAX_STATION_NUM": 8, - "LWIP_DHCPS_STATIC_ENTRIES": true, - "LWIP_DHCP_COARSE_TIMER_SECS": 1, - "LWIP_DHCP_DISABLE_CLIENT_ID": false, - "LWIP_DHCP_DISABLE_VENDOR_CLASS_ID": true, - "LWIP_DHCP_DOES_ACD_CHECK": false, - "LWIP_DHCP_DOES_ARP_CHECK": true, - "LWIP_DHCP_DOES_NOT_CHECK_OFFERED_IP": false, - "LWIP_DHCP_GET_NTP_SRV": false, - "LWIP_DHCP_OPTIONS_LEN": 68, - "LWIP_DHCP_RESTORE_LAST_IP": false, - "LWIP_DNS_MAX_HOST_IP": 1, - "LWIP_DNS_MAX_SERVERS": 3, - "LWIP_DNS_SETSERVER_WITH_NETIF": false, - "LWIP_DNS_SUPPORT_MDNS_QUERIES": true, - "LWIP_ENABLE": 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_MAXIMUM_STARTUP_DELAY": 5000, - "LWIP_SNTP_MAX_SERVERS": 1, - "LWIP_SNTP_STARTUP_DELAY": true, - "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_NO_AFFINITY": true, - "LWIP_TCPIP_TASK_PRIO": 18, - "LWIP_TCPIP_TASK_STACK_SIZE": 3072, - "LWIP_TCP_ACCEPTMBOX_SIZE": 6, - "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_AES_INTERRUPT_LEVEL": 0, - "MBEDTLS_AES_USE_INTERRUPT": 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_DEPRECATED_LIST": 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_FS_IO": true, - "MBEDTLS_GCM_C": true, - "MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER": true, - "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": true, - "MBEDTLS_MPI_INTERRUPT_LEVEL": 0, - "MBEDTLS_MPI_USE_INTERRUPT": true, - "MBEDTLS_NIST_KW_C": false, - "MBEDTLS_PEM_PARSE_C": true, - "MBEDTLS_PEM_WRITE_C": true, - "MBEDTLS_PKCS7_C": true, - "MBEDTLS_PK_PARSE_EC_COMPRESSED": true, - "MBEDTLS_PK_PARSE_EC_EXTENDED": 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, - "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, - "NVS_ENCRYPTION": false, - "NVS_LEGACY_DUP_KEYS_COMPATIBILITY": false, - "OPENTHREAD_ENABLED": false, - "OPENTHREAD_SPINEL_ONLY": false, - "PARTITION_TABLE_CUSTOM": false, - "PARTITION_TABLE_CUSTOM_FILENAME": "partitions.csv", - "PARTITION_TABLE_FILENAME": "partitions_singleapp.csv", - "PARTITION_TABLE_MD5": true, - "PARTITION_TABLE_OFFSET": 32768, - "PARTITION_TABLE_SINGLE_APP": true, - "PARTITION_TABLE_SINGLE_APP_LARGE": false, - "PARTITION_TABLE_TWO_OTA": false, - "PARTITION_TABLE_TWO_OTA_LARGE": false, - "PERIPH_CTRL_FUNC_IN_IRAM": true, - "PM_ENABLE": false, - "PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP": true, - "PM_SLP_IRAM_OPT": false, - "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_V2_PREFERRED": true, - "SECURE_BOOT_V2_RSA_SUPPORTED": true, - "SECURE_FLASH_ENC_ENABLED": false, - "SECURE_ROM_DL_MODE_ENABLED": true, - "SECURE_SIGNED_APPS_NO_SECURE_BOOT": false, - "SOC_ADC_ARBITER_SUPPORTED": true, - "SOC_ADC_ATTEN_NUM": 4, - "SOC_ADC_CALIBRATION_V1_SUPPORTED": true, - "SOC_ADC_DIGI_CONTROLLER_NUM": 1, - "SOC_ADC_DIGI_DATA_BYTES_PER_CONV": 4, - "SOC_ADC_DIGI_IIR_FILTER_NUM": 2, - "SOC_ADC_DIGI_MAX_BITWIDTH": 12, - "SOC_ADC_DIGI_MIN_BITWIDTH": 12, - "SOC_ADC_DIGI_MONITOR_NUM": 2, - "SOC_ADC_DIGI_RESULT_BYTES": 4, - "SOC_ADC_DIG_CTRL_SUPPORTED": true, - "SOC_ADC_DIG_IIR_FILTER_SUPPORTED": true, - "SOC_ADC_DMA_SUPPORTED": true, - "SOC_ADC_MAX_CHANNEL_NUM": 5, - "SOC_ADC_MONITOR_SUPPORTED": true, - "SOC_ADC_PATT_LEN_MAX": 8, - "SOC_ADC_PERIPH_NUM": 2, - "SOC_ADC_RTC_MAX_BITWIDTH": 12, - "SOC_ADC_RTC_MIN_BITWIDTH": 12, - "SOC_ADC_SAMPLE_FREQ_THRES_HIGH": 83333, - "SOC_ADC_SAMPLE_FREQ_THRES_LOW": 611, - "SOC_ADC_SELF_HW_CALI_SUPPORTED": true, - "SOC_ADC_SHARED_POWER": true, - "SOC_ADC_SUPPORTED": true, - "SOC_AES_GDMA": true, - "SOC_AES_SUPPORTED": true, - "SOC_AES_SUPPORT_AES_128": true, - "SOC_AES_SUPPORT_AES_256": true, - "SOC_AES_SUPPORT_DMA": true, - "SOC_AHB_GDMA_SUPPORTED": true, - "SOC_AHB_GDMA_VERSION": 1, - "SOC_APB_BACKUP_DMA": true, - "SOC_ASSIST_DEBUG_SUPPORTED": true, - "SOC_ASYNC_MEMCPY_SUPPORTED": true, - "SOC_BLE_50_SUPPORTED": true, - "SOC_BLE_DEVICE_PRIVACY_SUPPORTED": true, - "SOC_BLE_MESH_SUPPORTED": true, - "SOC_BLE_SUPPORTED": true, - "SOC_BLUFI_SUPPORTED": true, - "SOC_BOD_SUPPORTED": true, - "SOC_BROWNOUT_RESET_SUPPORTED": true, - "SOC_BT_SUPPORTED": true, - "SOC_CACHE_MEMORY_IBANK_SIZE": 16384, - "SOC_CLK_RC_FAST_D256_SUPPORTED": true, - "SOC_CLK_RC_FAST_SUPPORT_CALIBRATION": true, - "SOC_CLK_TREE_SUPPORTED": true, - "SOC_CLK_XTAL32K_SUPPORTED": true, - "SOC_COEX_HW_PTI": true, - "SOC_CPU_BREAKPOINTS_NUM": 8, - "SOC_CPU_CORES_NUM": 1, - "SOC_CPU_HAS_CSR_PC": true, - "SOC_CPU_HAS_FLEXIBLE_INTC": true, - "SOC_CPU_INTR_NUM": 32, - "SOC_CPU_WATCHPOINTS_NUM": 8, - "SOC_CPU_WATCHPOINT_MAX_REGION_SIZE": 2147483648, - "SOC_DEDICATED_GPIO_SUPPORTED": true, - "SOC_DEDIC_GPIO_IN_CHANNELS_NUM": 8, - "SOC_DEDIC_GPIO_OUT_CHANNELS_NUM": 8, - "SOC_DEDIC_PERIPH_ALWAYS_ENABLE": true, - "SOC_DEEP_SLEEP_SUPPORTED": true, - "SOC_DIG_SIGN_SUPPORTED": true, - "SOC_DS_KEY_CHECK_MAX_WAIT_US": 1100, - "SOC_DS_KEY_PARAM_MD_IV_LENGTH": 16, - "SOC_DS_SIGNATURE_MAX_BIT_LEN": 3072, - "SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK": true, - "SOC_EFUSE_DIS_DIRECT_BOOT": true, - "SOC_EFUSE_DIS_DOWNLOAD_ICACHE": true, - "SOC_EFUSE_DIS_ICACHE": true, - "SOC_EFUSE_DIS_PAD_JTAG": true, - "SOC_EFUSE_DIS_USB_JTAG": true, - "SOC_EFUSE_HAS_EFUSE_RST_BUG": true, - "SOC_EFUSE_KEY_PURPOSE_FIELD": true, - "SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS": true, - "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS": 3, - "SOC_EFUSE_SOFT_DIS_JTAG": true, - "SOC_EFUSE_SUPPORTED": true, - "SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX": 32, - "SOC_FLASH_ENCRYPTION_XTS_AES": true, - "SOC_FLASH_ENCRYPTION_XTS_AES_128": true, - "SOC_FLASH_ENC_SUPPORTED": true, - "SOC_GDMA_NUM_GROUPS_MAX": 1, - "SOC_GDMA_PAIRS_PER_GROUP_MAX": 3, - "SOC_GDMA_SUPPORTED": true, - "SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX": true, - "SOC_GPIO_CLOCKOUT_CHANNEL_NUM": 3, - "SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT": 6, - "SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK": 0, - "SOC_GPIO_FILTER_CLK_SUPPORT_APB": true, - "SOC_GPIO_IN_RANGE_MAX": 21, - "SOC_GPIO_OUT_RANGE_MAX": 21, - "SOC_GPIO_PIN_COUNT": 22, - "SOC_GPIO_PORT": 1, - "SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP": true, - "SOC_GPIO_SUPPORT_FORCE_HOLD": true, - "SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP": true, - "SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER": true, - "SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK": 4194240, - "SOC_GPSPI_SUPPORTED": true, - "SOC_GPTIMER_SUPPORTED": true, - "SOC_HMAC_SUPPORTED": true, - "SOC_HP_I2C_NUM": 1, - "SOC_I2C_CMD_REG_NUM": 8, - "SOC_I2C_FIFO_LEN": 32, - "SOC_I2C_NUM": 1, - "SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE": true, - "SOC_I2C_SLAVE_SUPPORT_BROADCAST": true, - "SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS": true, - "SOC_I2C_SUPPORTED": true, - "SOC_I2C_SUPPORT_10BIT_ADDR": true, - "SOC_I2C_SUPPORT_HW_CLR_BUS": true, - "SOC_I2C_SUPPORT_RTC": true, - "SOC_I2C_SUPPORT_SLAVE": true, - "SOC_I2C_SUPPORT_XTAL": true, - "SOC_I2S_HW_VERSION_2": true, - "SOC_I2S_NUM": 1, - "SOC_I2S_PDM_MAX_TX_LINES": 2, - "SOC_I2S_SUPPORTED": true, - "SOC_I2S_SUPPORTS_PCM": true, - "SOC_I2S_SUPPORTS_PDM": true, - "SOC_I2S_SUPPORTS_PDM_TX": true, - "SOC_I2S_SUPPORTS_PLL_F160M": true, - "SOC_I2S_SUPPORTS_TDM": true, - "SOC_I2S_SUPPORTS_XTAL": true, - "SOC_LEDC_CHANNEL_NUM": 6, - "SOC_LEDC_SUPPORTED": true, - "SOC_LEDC_SUPPORT_APB_CLOCK": true, - "SOC_LEDC_SUPPORT_FADE_STOP": true, - "SOC_LEDC_SUPPORT_XTAL_CLOCK": true, - "SOC_LEDC_TIMER_BIT_WIDTH": 14, - "SOC_LEDC_TIMER_NUM": 4, - "SOC_LIGHT_SLEEP_SUPPORTED": true, - "SOC_LP_PERIPH_SHARE_INTERRUPT": true, - "SOC_MAC_BB_PD_MEM_SIZE": 192, - "SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE": 16, - "SOC_MEMPROT_MEM_ALIGN_SIZE": 512, - "SOC_MEMPROT_SUPPORTED": true, - "SOC_MEMSPI_IS_INDEPENDENT": true, - "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": 1, - "SOC_MMU_PERIPH_NUM": 1, - "SOC_MPI_MEM_BLOCKS_NUM": 4, - "SOC_MPI_OPERATIONS_NUM": 3, - "SOC_MPI_SUPPORTED": true, - "SOC_MPU_MIN_REGION_SIZE": 536870912, - "SOC_MPU_REGIONS_MAX_NUM": 8, - "SOC_MWDT_SUPPORT_XTAL": true, - "SOC_PHY_COMBO_MODULE": true, - "SOC_PHY_DIG_REGS_MEM_SIZE": 21, - "SOC_PHY_SUPPORTED": true, - "SOC_PM_CPU_RETENTION_BY_RTCCNTL": true, - "SOC_PM_MODEM_PD_BY_SW": true, - "SOC_PM_MODEM_RETENTION_BY_BACKUPDMA": true, - "SOC_PM_SUPPORTED": true, - "SOC_PM_SUPPORT_BT_PD": true, - "SOC_PM_SUPPORT_BT_WAKEUP": true, - "SOC_PM_SUPPORT_CPU_PD": true, - "SOC_PM_SUPPORT_MAC_BB_PD": true, - "SOC_PM_SUPPORT_RC_FAST_PD": true, - "SOC_PM_SUPPORT_VDDSDIO_PD": true, - "SOC_PM_SUPPORT_WIFI_PD": true, - "SOC_PM_SUPPORT_WIFI_WAKEUP": true, - "SOC_RMT_CHANNELS_PER_GROUP": 4, - "SOC_RMT_GROUPS": 1, - "SOC_RMT_MEM_WORDS_PER_CHANNEL": 48, - "SOC_RMT_RX_CANDIDATES_PER_GROUP": 2, - "SOC_RMT_SUPPORTED": true, - "SOC_RMT_SUPPORT_APB": true, - "SOC_RMT_SUPPORT_RC_FAST": true, - "SOC_RMT_SUPPORT_RX_DEMODULATION": true, - "SOC_RMT_SUPPORT_RX_PINGPONG": true, - "SOC_RMT_SUPPORT_TX_ASYNC_STOP": true, - "SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY": true, - "SOC_RMT_SUPPORT_TX_LOOP_COUNT": true, - "SOC_RMT_SUPPORT_TX_SYNCHRO": true, - "SOC_RMT_SUPPORT_XTAL": true, - "SOC_RMT_TX_CANDIDATES_PER_GROUP": 2, - "SOC_RNG_SUPPORTED": true, - "SOC_RSA_MAX_BIT_LEN": 3072, - "SOC_RTCIO_PIN_COUNT": 0, - "SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH": 128, - "SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM": 108, - "SOC_RTC_FAST_MEM_SUPPORTED": true, - "SOC_RTC_MEM_SUPPORTED": true, - "SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256": true, - "SOC_SDM_CHANNELS_PER_GROUP": 4, - "SOC_SDM_CLK_SUPPORT_APB": true, - "SOC_SDM_GROUPS": 1, - "SOC_SDM_SUPPORTED": true, - "SOC_SECURE_BOOT_SUPPORTED": true, - "SOC_SECURE_BOOT_V2_RSA": true, - "SOC_SHARED_IDCACHE_SUPPORTED": true, - "SOC_SHA_DMA_MAX_BUFFER_SIZE": 3968, - "SOC_SHA_GDMA": true, - "SOC_SHA_SUPPORTED": true, - "SOC_SHA_SUPPORT_DMA": true, - "SOC_SHA_SUPPORT_RESUME": true, - "SOC_SHA_SUPPORT_SHA1": true, - "SOC_SHA_SUPPORT_SHA224": true, - "SOC_SHA_SUPPORT_SHA256": true, - "SOC_SLEEP_SYSTIMER_STALL_WORKAROUND": true, - "SOC_SLEEP_TGWDT_STOP_WORKAROUND": true, - "SOC_SPI_FLASH_SUPPORTED": true, - "SOC_SPI_MAXIMUM_BUFFER_SIZE": 64, - "SOC_SPI_MAX_CS_NUM": 6, - "SOC_SPI_MAX_PRE_DIVIDER": 16, - "SOC_SPI_MEM_SUPPORT_AUTO_RESUME": true, - "SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND": true, - "SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE": true, - "SOC_SPI_MEM_SUPPORT_CHECK_SUS": true, - "SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE": true, - "SOC_SPI_MEM_SUPPORT_IDLE_INTR": true, - "SOC_SPI_MEM_SUPPORT_SW_SUSPEND": true, - "SOC_SPI_MEM_SUPPORT_WRAP": true, - "SOC_SPI_PERIPH_NUM": 2, - "SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT": true, - "SOC_SPI_SCT_BUFFER_NUM_MAX": true, - "SOC_SPI_SCT_CONF_BITLEN_MAX": 262138, - "SOC_SPI_SCT_REG_NUM": 14, - "SOC_SPI_SCT_SUPPORTED": true, - "SOC_SPI_SLAVE_SUPPORT_SEG_TRANS": true, - "SOC_SPI_SUPPORT_CD_SIG": true, - "SOC_SPI_SUPPORT_CLK_APB": true, - "SOC_SPI_SUPPORT_CLK_XTAL": true, - "SOC_SPI_SUPPORT_CONTINUOUS_TRANS": true, - "SOC_SPI_SUPPORT_DDRCLK": true, - "SOC_SPI_SUPPORT_SLAVE_HD_VER2": true, - "SOC_SUPPORTS_SECURE_DL_MODE": true, - "SOC_SUPPORT_COEXISTENCE": true, - "SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY": true, - "SOC_SYSTIMER_ALARM_MISS_COMPENSATE": true, - "SOC_SYSTIMER_ALARM_NUM": 3, - "SOC_SYSTIMER_BIT_WIDTH_HI": 20, - "SOC_SYSTIMER_BIT_WIDTH_LO": 32, - "SOC_SYSTIMER_COUNTER_NUM": 2, - "SOC_SYSTIMER_FIXED_DIVIDER": true, - "SOC_SYSTIMER_INT_LEVEL": true, - "SOC_SYSTIMER_SUPPORTED": true, - "SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC": true, - "SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL": true, - "SOC_TEMP_SENSOR_SUPPORTED": true, - "SOC_TIMER_GROUPS": 2, - "SOC_TIMER_GROUP_COUNTER_BIT_WIDTH": 54, - "SOC_TIMER_GROUP_SUPPORT_APB": true, - "SOC_TIMER_GROUP_SUPPORT_XTAL": true, - "SOC_TIMER_GROUP_TIMERS_PER_GROUP": 1, - "SOC_TIMER_GROUP_TOTAL_TIMERS": 2, - "SOC_TWAI_BRP_MAX": 16384, - "SOC_TWAI_BRP_MIN": 2, - "SOC_TWAI_CLK_SUPPORT_APB": true, - "SOC_TWAI_CONTROLLER_NUM": 1, - "SOC_TWAI_SUPPORTED": true, - "SOC_TWAI_SUPPORTS_RX_STATUS": true, - "SOC_UART_BITRATE_MAX": 5000000, - "SOC_UART_FIFO_LEN": 128, - "SOC_UART_HP_NUM": 2, - "SOC_UART_NUM": 2, - "SOC_UART_SUPPORTED": true, - "SOC_UART_SUPPORT_APB_CLK": true, - "SOC_UART_SUPPORT_FSM_TX_WAIT_SEND": true, - "SOC_UART_SUPPORT_RTC_CLK": true, - "SOC_UART_SUPPORT_WAKEUP_INT": true, - "SOC_UART_SUPPORT_XTAL_CLK": true, - "SOC_USB_SERIAL_JTAG_SUPPORTED": true, - "SOC_WDT_SUPPORTED": true, - "SOC_WIFI_CSI_SUPPORT": true, - "SOC_WIFI_FTM_SUPPORT": true, - "SOC_WIFI_GCMP_SUPPORT": true, - "SOC_WIFI_HW_TSF": true, - "SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH": 12, - "SOC_WIFI_MESH_SUPPORT": true, - "SOC_WIFI_PHY_NEEDS_USB_WORKAROUND": true, - "SOC_WIFI_SUPPORTED": true, - "SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW": true, - "SOC_WIFI_WAPI_SUPPORT": true, - "SOC_XTAL_SUPPORT_40M": true, - "SOC_XT_WDT_SUPPORTED": 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, - "SPI_FLASH_AUTO_SUSPEND": 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_ROM_IMPL": false, - "SPI_FLASH_SIZE_OVERRIDE": false, - "SPI_FLASH_SUPPORT_BOYA_CHIP": true, - "SPI_FLASH_SUPPORT_GD_CHIP": true, - "SPI_FLASH_SUPPORT_ISSI_CHIP": true, - "SPI_FLASH_SUPPORT_MXIC_CHIP": true, - "SPI_FLASH_SUPPORT_TH_CHIP": true, - "SPI_FLASH_SUPPORT_WINBOND_CHIP": true, - "SPI_FLASH_SUSPEND_TSUS_VAL_US": 50, - "SPI_FLASH_VENDOR_BOYA_SUPPORTED": true, - "SPI_FLASH_VENDOR_GD_SUPPORTED": true, - "SPI_FLASH_VENDOR_ISSI_SUPPORTED": true, - "SPI_FLASH_VENDOR_MXIC_SUPPORTED": true, - "SPI_FLASH_VENDOR_TH_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, - "TEMP_SENSOR_ENABLE_DEBUG_LOG": false, - "TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN": false, - "TWAI_ERRATA_FIX_LISTEN_ONLY_DOM": true, - "TWAI_ISR_IN_IRAM": false, - "UART_ISR_IN_IRAM": 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, - "USJ_ENABLE_USB_SERIAL_JTAG": true, - "VFS_INITIALIZE_DEV_NULL": 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_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_40": true -} \ No newline at end of file diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj deleted file mode 100644 index 42d3be7dc..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj deleted file mode 100644 index 05ce70fe2..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj deleted file mode 100644 index 7e2e0c23e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj deleted file mode 100644 index 73e158bc2..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/cmake_install.cmake deleted file mode 100644 index 86394cddd..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/app_trace - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/libapp_trace.a b/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/libapp_trace.a deleted file mode 100644 index 1cec4469b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/libapp_trace.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj deleted file mode 100644 index 6827429d1..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj deleted file mode 100644 index fbc2070d6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/app_update/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/app_update/cmake_install.cmake deleted file mode 100644 index 671a15ce4..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/app_update/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/app_update - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/app_update/libapp_update.a b/ESP-IDF_mqtt-ssl/build/esp-idf/app_update/libapp_update.a deleted file mode 100644 index 7ed6f730d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/app_update/libapp_update.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader/bootloader-flash_args.in b/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader/bootloader-flash_args.in deleted file mode 100644 index 46c466157..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader/bootloader-flash_args.in +++ /dev/null @@ -1,2 +0,0 @@ ---flash_mode dio --flash_freq 80m --flash_size 2MB -0x0 bootloader/bootloader.bin \ No newline at end of file diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader/cmake_install.cmake deleted file mode 100644 index db2fe9edd..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/bootloader - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj deleted file mode 100644 index 8b19f68b3..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj deleted file mode 100644 index ecb14bde6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj deleted file mode 100644 index 9e8ab0370..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj deleted file mode 100644 index 49a79e670..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj deleted file mode 100644 index a2bebc7d5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj deleted file mode 100644 index c0e4e0b21..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj deleted file mode 100644 index 79e431045..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj deleted file mode 100644 index 4c7c2e937..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj deleted file mode 100644 index 855e87815..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj deleted file mode 100644 index bef9cf771..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj deleted file mode 100644 index 63f3989b5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/secure_boot_secure_features.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/secure_boot_secure_features.c.obj deleted file mode 100644 index dbad92e50..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/secure_boot_secure_features.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj deleted file mode 100644 index d1fed2788..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj deleted file mode 100644 index eba24fc59..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj deleted file mode 100644 index 3d08157fc..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj deleted file mode 100644 index 33e79dc4e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj deleted file mode 100644 index 17d98869a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/cmake_install.cmake deleted file mode 100644 index d899533c1..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/libbootloader_support.a b/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/libbootloader_support.a deleted file mode 100644 index 3506271bf..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/libbootloader_support.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/bt/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/bt/cmake_install.cmake deleted file mode 100644 index 8cc24a95b..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/bt/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/bt - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/cmake_install.cmake deleted file mode 100644 index 62f3bc692..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/cmake_install.cmake +++ /dev/null @@ -1,554 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esptool_py/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/partition_table/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_bootloader_format/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/app_update/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_partition/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_common/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/hal/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/log/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/heap/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/soc/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/cxx/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gptimer/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_ringbuf/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_uart/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_pcnt/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdio/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_dac/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_tsens/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdm/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ledc/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_parlio/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/driver/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_vfs_console/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bt/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/unity/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/cmock/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/console/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/http_parser/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_isp/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_cam/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_jpeg/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ppa/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_psram/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protobuf-c/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/idf_test/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/ieee802154/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/json/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_sec_provider/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/openthread/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/rt/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/ulp/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/usb/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/main/cmake_install.cmake") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj deleted file mode 100644 index ba717e4b5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/cmock/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/cmock/cmake_install.cmake deleted file mode 100644 index dfb9e35c1..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/cmock/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/cmock - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/cmock/libcmock.a b/ESP-IDF_mqtt-ssl/build/esp-idf/cmock/libcmock.a deleted file mode 100644 index ee61dec13..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/cmock/libcmock.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj deleted file mode 100644 index ae6dfebdc..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj deleted file mode 100644 index db831430a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj deleted file mode 100644 index 6e929bb0c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj deleted file mode 100644 index a0d30e257..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj deleted file mode 100644 index 4f225afbd..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj deleted file mode 100644 index 0d6af1901..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj deleted file mode 100644 index f6d6cc8a5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj deleted file mode 100644 index a018ae290..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj deleted file mode 100644 index d1b270b5c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj deleted file mode 100644 index 698d5bc1b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj deleted file mode 100644 index f718b7d46..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj deleted file mode 100644 index 14fe48680..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj deleted file mode 100644 index ab5cce230..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj deleted file mode 100644 index d6c6e53f5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj deleted file mode 100644 index 14e7ec2fc..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj deleted file mode 100644 index c5b1fb2a3..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj deleted file mode 100644 index e3df8c3dc..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj deleted file mode 100644 index 5767b9815..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj deleted file mode 100644 index 9445e93dc..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/console/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/console/cmake_install.cmake deleted file mode 100644 index 6e9294661..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/console/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/console - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/console/libconsole.a b/ESP-IDF_mqtt-ssl/build/esp-idf/console/libconsole.a deleted file mode 100644 index fc50107f2..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/console/libconsole.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj deleted file mode 100644 index f73e37c3f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj deleted file mode 100644 index c75c7583e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj deleted file mode 100644 index da36c7cdb..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/cxx/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/cxx/cmake_install.cmake deleted file mode 100644 index 6bd40a1c1..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/cxx/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/cxx - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/cxx/libcxx.a b/ESP-IDF_mqtt-ssl/build/esp-idf/cxx/libcxx.a deleted file mode 100644 index 8c3e26940..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/cxx/libcxx.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj deleted file mode 100644 index 9596720a9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj deleted file mode 100644 index 06105d035..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj deleted file mode 100644 index b0c95ea4f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj deleted file mode 100644 index f7837cf4e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj deleted file mode 100644 index c9b960a05..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj deleted file mode 100644 index 308581286..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj deleted file mode 100644 index d522ea3c1..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj deleted file mode 100644 index 8b8d4e279..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj deleted file mode 100644 index ef3904f33..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/driver/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/driver/cmake_install.cmake deleted file mode 100644 index 9c8235a33..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/driver/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/driver - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/driver/libdriver.a b/ESP-IDF_mqtt-ssl/build/esp-idf/driver/libdriver.a deleted file mode 100644 index d406297a4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/driver/libdriver.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj deleted file mode 100644 index 089a0b254..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj deleted file mode 100644 index 73d93153b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj deleted file mode 100644 index 4b53bf26b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj deleted file mode 100644 index 168266951..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj deleted file mode 100644 index 87abd6bf8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj deleted file mode 100644 index 36eca18ae..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj deleted file mode 100644 index d7df54ddb..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj deleted file mode 100644 index 698d6b6e4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj deleted file mode 100644 index eb1a8ae21..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/cmake_install.cmake deleted file mode 100644 index ec02819cc..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/efuse - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/libefuse.a b/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/libefuse.a deleted file mode 100644 index 3b99392e0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/libefuse.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj deleted file mode 100644 index 08aa8cb2f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj deleted file mode 100644 index 4ddafbabe..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj deleted file mode 100644 index 10b646293..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj deleted file mode 100644 index 6eba1e854..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj deleted file mode 100644 index 913392609..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/cmake_install.cmake deleted file mode 100644 index 77c6b0a23..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp-tls - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/libesp-tls.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/libesp-tls.a deleted file mode 100644 index 3cb6f6812..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/libesp-tls.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj deleted file mode 100644 index 64f666fea..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj deleted file mode 100644 index 57461e333..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj deleted file mode 100644 index bb57ab6fc..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj deleted file mode 100644 index 8800e094f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj deleted file mode 100644 index 0f5bbf0ed..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj deleted file mode 100644 index e97840737..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj deleted file mode 100644 index fcd5d7e3b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3/esp_adc_cal_legacy.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3/esp_adc_cal_legacy.c.obj deleted file mode 100644 index eb21a6ab9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3/esp_adc_cal_legacy.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj deleted file mode 100644 index a7838cc6f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c3/curve_fitting_coefficients.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c3/curve_fitting_coefficients.c.obj deleted file mode 100644 index fa92950c7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c3/curve_fitting_coefficients.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj deleted file mode 100644 index 375e85863..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/cmake_install.cmake deleted file mode 100644 index 527250da5..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_adc - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/libesp_adc.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/libesp_adc.a deleted file mode 100644 index 00ef8656d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/libesp_adc.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj deleted file mode 100644 index 82ded1030..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_app_format/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_app_format/cmake_install.cmake deleted file mode 100644 index d4f473d5b..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_app_format/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_app_format/libesp_app_format.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_app_format/libesp_app_format.a deleted file mode 100644 index c8dbb685d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_app_format/libesp_app_format.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj deleted file mode 100644 index d2fec01de..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_bootloader_format/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_bootloader_format/cmake_install.cmake deleted file mode 100644 index fefe506a3..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_bootloader_format/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_bootloader_format/libesp_bootloader_format.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_bootloader_format/libesp_bootloader_format.a deleted file mode 100644 index 386583b98..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_bootloader_format/libesp_bootloader_format.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c3/esp_coex_adapter.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c3/esp_coex_adapter.c.obj deleted file mode 100644 index d89b3ec05..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c3/esp_coex_adapter.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj deleted file mode 100644 index 69a156085..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj deleted file mode 100644 index 6b147a7ff..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex/cmake_install.cmake deleted file mode 100644 index 85e24eb1f..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_coex - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex/libesp_coex.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex/libesp_coex.a deleted file mode 100644 index 3fe4e8ff4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex/libesp_coex.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj deleted file mode 100644 index fa4e6d2d0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_common/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_common/cmake_install.cmake deleted file mode 100644 index c6e9f3451..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_common/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_common - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_common/libesp_common.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_common/libesp_common.a deleted file mode 100644 index 0e4581abe..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_common/libesp_common.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake deleted file mode 100644 index 3e1aedc98..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj deleted file mode 100644 index 1c74ada79..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj deleted file mode 100644 index 1c445437f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_cam/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_cam/cmake_install.cmake deleted file mode 100644 index 0b194ca12..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_cam/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_cam/libesp_driver_cam.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_cam/libesp_driver_cam.a deleted file mode 100644 index c70f3fde7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_cam/libesp_driver_cam.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_dac/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_dac/cmake_install.cmake deleted file mode 100644 index f5f72920d..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_dac/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/dedic_gpio.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/dedic_gpio.c.obj deleted file mode 100644 index 2fda6eacb..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/dedic_gpio.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj deleted file mode 100644 index cd9c10e7c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj deleted file mode 100644 index c3562a256..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_pin_glitch_filter.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_pin_glitch_filter.c.obj deleted file mode 100644 index 9c66434d8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_pin_glitch_filter.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj deleted file mode 100644 index 696697d75..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/cmake_install.cmake deleted file mode 100644 index f4964e24c..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/libesp_driver_gpio.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/libesp_driver_gpio.a deleted file mode 100644 index d38d3050a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/libesp_driver_gpio.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj deleted file mode 100644 index a65246b04..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj deleted file mode 100644 index 021f3e287..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gptimer/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gptimer/cmake_install.cmake deleted file mode 100644 index 7929a6a47..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gptimer/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a deleted file mode 100644 index 7df742995..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj deleted file mode 100644 index 584830294..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj deleted file mode 100644 index 667093c2c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj deleted file mode 100644 index 460e6fa63..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c/cmake_install.cmake deleted file mode 100644 index c3613c89b..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c/libesp_driver_i2c.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c/libesp_driver_i2c.a deleted file mode 100644 index 441617c2d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c/libesp_driver_i2c.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj deleted file mode 100644 index 015d9213a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj deleted file mode 100644 index e11647e19..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj deleted file mode 100644 index a8bf18bba..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj deleted file mode 100644 index d4c5cc3b8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_tdm.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_tdm.c.obj deleted file mode 100644 index 0c9ae41ee..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_tdm.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/cmake_install.cmake deleted file mode 100644 index 6510df27d..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/libesp_driver_i2s.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/libesp_driver_i2s.a deleted file mode 100644 index d43bd3d1a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/libesp_driver_i2s.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_isp/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_isp/cmake_install.cmake deleted file mode 100644 index 71d6722a6..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_isp/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_jpeg/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_jpeg/cmake_install.cmake deleted file mode 100644 index ca461816d..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_jpeg/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_jpeg - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj deleted file mode 100644 index d8977b225..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ledc/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ledc/cmake_install.cmake deleted file mode 100644 index 0c8b6ad67..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ledc/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ledc/libesp_driver_ledc.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ledc/libesp_driver_ledc.a deleted file mode 100644 index 653ed7fac..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ledc/libesp_driver_ledc.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake deleted file mode 100644 index 1de309346..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_parlio/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_parlio/cmake_install.cmake deleted file mode 100644 index 2eed76da6..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_parlio/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_pcnt/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_pcnt/cmake_install.cmake deleted file mode 100644 index 68409fc3b..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_pcnt/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ppa/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ppa/cmake_install.cmake deleted file mode 100644 index 4415c2499..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ppa/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ppa - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj deleted file mode 100644 index 20dc174d4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj deleted file mode 100644 index a03bc052a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj deleted file mode 100644 index d40bf4232..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj deleted file mode 100644 index c3ab45a7e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/cmake_install.cmake deleted file mode 100644 index 95589bc4c..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/libesp_driver_rmt.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/libesp_driver_rmt.a deleted file mode 100644 index 68c21d683..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/libesp_driver_rmt.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdio/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdio/cmake_install.cmake deleted file mode 100644 index 2af9b7228..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdio/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj deleted file mode 100644 index 51972082f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdm/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdm/cmake_install.cmake deleted file mode 100644 index 00863a734..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdm/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdm/libesp_driver_sdm.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdm/libesp_driver_sdm.a deleted file mode 100644 index 9355b40ab..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdm/libesp_driver_sdm.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake deleted file mode 100644 index d5d64a341..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj deleted file mode 100644 index 3d5a76686..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj deleted file mode 100644 index 46bf98e05..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj deleted file mode 100644 index 09748e016..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi/cmake_install.cmake deleted file mode 100644 index 22abd9670..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a deleted file mode 100644 index 5b67c1042..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj deleted file mode 100644 index 9dd269eb3..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj deleted file mode 100644 index ffd6e1f39..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj deleted file mode 100644 index f7c121c08..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj deleted file mode 100644 index 8dc562f65..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave_hd.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave_hd.c.obj deleted file mode 100644 index a00b59295..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave_hd.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/cmake_install.cmake deleted file mode 100644 index b37714187..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/libesp_driver_spi.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/libesp_driver_spi.a deleted file mode 100644 index 25549f8f5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/libesp_driver_spi.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake deleted file mode 100644 index c69099f52..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_touch_sens - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor.c.obj deleted file mode 100644 index 878e385ec..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_tsens/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_tsens/cmake_install.cmake deleted file mode 100644 index f23f33d4b..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_tsens/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_tsens/libesp_driver_tsens.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_tsens/libesp_driver_tsens.a deleted file mode 100644 index 932612a21..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_tsens/libesp_driver_tsens.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj deleted file mode 100644 index 9016d8c26..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj deleted file mode 100644 index 120dab3d2..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_uart/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_uart/cmake_install.cmake deleted file mode 100644 index de5845083..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_uart/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_uart/libesp_driver_uart.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_uart/libesp_driver_uart.a deleted file mode 100644 index fd1859560..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_uart/libesp_driver_uart.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj deleted file mode 100644 index 9193fb052..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj deleted file mode 100644 index 726769402..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj deleted file mode 100644 index ab13e717b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake deleted file mode 100644 index 3b6042047..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a deleted file mode 100644 index abc6bd05b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj deleted file mode 100644 index 601c35542..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj deleted file mode 100644 index 6e387be43..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj deleted file mode 100644 index bd63a6cae..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth/cmake_install.cmake deleted file mode 100644 index b59588370..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_eth - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth/libesp_eth.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth/libesp_eth.a deleted file mode 100644 index afa4625e6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth/libesp_eth.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj deleted file mode 100644 index 0a653be64..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj deleted file mode 100644 index 3eba6bb19..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj deleted file mode 100644 index 6cd02c845..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event/cmake_install.cmake deleted file mode 100644 index b232883da..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_event - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event/libesp_event.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event/libesp_event.a deleted file mode 100644 index 1821b43d9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event/libesp_event.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj deleted file mode 100644 index 1227185db..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj deleted file mode 100644 index f874c4b3f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj deleted file mode 100644 index c2eec34b4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj deleted file mode 100644 index 1daf2b057..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj deleted file mode 100644 index 429cadbe6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/cmake_install.cmake deleted file mode 100644 index 196b13589..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/libesp_gdbstub.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/libesp_gdbstub.a deleted file mode 100644 index abf6c2414..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/libesp_gdbstub.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj deleted file mode 100644 index 3ad18c054..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj deleted file mode 100644 index 60a78695d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj deleted file mode 100644 index 3674c4979..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid/cmake_install.cmake deleted file mode 100644 index 98bd44031..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_hid - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid/libesp_hid.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid/libesp_hid.a deleted file mode 100644 index c8141048f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid/libesp_hid.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj deleted file mode 100644 index b99cc7eb6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj deleted file mode 100644 index d88ed3871..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj deleted file mode 100644 index f1a04cc6e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj deleted file mode 100644 index bfe8b5148..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/cmake_install.cmake deleted file mode 100644 index edd541994..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/libesp_http_client.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/libesp_http_client.a deleted file mode 100644 index 5ae8305b4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/libesp_http_client.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj deleted file mode 100644 index bdffd68af..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj deleted file mode 100644 index ee121287f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj deleted file mode 100644 index 0b9932ae1..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj deleted file mode 100644 index 0649b8fe7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj deleted file mode 100644 index 7c279bb4d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj deleted file mode 100644 index bb0878f8f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj deleted file mode 100644 index 153466884..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/cmake_install.cmake deleted file mode 100644 index b7118b049..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/libesp_http_server.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/libesp_http_server.a deleted file mode 100644 index eb7d9a831..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/libesp_http_server.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj deleted file mode 100644 index e84bb58ea..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_ota/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_ota/cmake_install.cmake deleted file mode 100644 index fcd08985b..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_ota/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_https_ota - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_ota/libesp_https_ota.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_ota/libesp_https_ota.a deleted file mode 100644 index 110a2401e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_ota/libesp_https_ota.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj deleted file mode 100644 index 6b7bda645..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_server/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_server/cmake_install.cmake deleted file mode 100644 index 9d97396da..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_server/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_server/libesp_https_server.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_server/libesp_https_server.a deleted file mode 100644 index f56827bc8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_server/libesp_https_server.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj deleted file mode 100644 index 0a33c6df3..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj deleted file mode 100644 index 04a93f8fe..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj deleted file mode 100644 index 5dfb49cba..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/deprecated/gdma_legacy.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/deprecated/gdma_legacy.c.obj deleted file mode 100644 index 42fc6fc5e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/deprecated/gdma_legacy.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/async_memcpy_gdma.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/async_memcpy_gdma.c.obj deleted file mode 100644 index 188215fbf..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/async_memcpy_gdma.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_async_memcpy.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_async_memcpy.c.obj deleted file mode 100644 index e8ceed40b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_async_memcpy.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj deleted file mode 100644 index 814c33c26..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma.c.obj deleted file mode 100644 index 03cc2c1e6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj deleted file mode 100644 index 82f073de6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj deleted file mode 100644 index 8d694351f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj deleted file mode 100644 index cc26b6932..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj deleted file mode 100644 index a251a7aa6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj deleted file mode 100644 index d5658591f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj deleted file mode 100644 index 64524f5aa..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj deleted file mode 100644 index aaac21ae4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c3/sleep_cpu.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c3/sleep_cpu.c.obj deleted file mode 100644 index 7648efd08..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c3/sleep_cpu.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj deleted file mode 100644 index 76b7e58f5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning.c.obj deleted file mode 100644 index 958f07dcb..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj deleted file mode 100644 index 6b68d8235..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/adc2_init_cal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/adc2_init_cal.c.obj deleted file mode 100644 index f149c436e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/adc2_init_cal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj deleted file mode 100644 index ad16f6ea8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj deleted file mode 100644 index 8a26dab31..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_clk_tree.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_clk_tree.c.obj deleted file mode 100644 index c2e8d7784..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_clk_tree.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj deleted file mode 100644 index a3884525d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_memprot.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_memprot.c.obj deleted file mode 100644 index 92c6c99c3..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_memprot.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/io_mux.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/io_mux.c.obj deleted file mode 100644 index ebf6d362b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/io_mux.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj deleted file mode 100644 index b5b656728..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj deleted file mode 100644 index 41a094fb3..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj deleted file mode 100644 index 7e9bf56a0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj deleted file mode 100644 index e2c69a39a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj deleted file mode 100644 index 497a63d7d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/sar_periph_ctrl.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/sar_periph_ctrl.c.obj deleted file mode 100644 index be7d12fca..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/sar_periph_ctrl.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/systimer.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/systimer.c.obj deleted file mode 100644 index fc142102a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/systimer.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj deleted file mode 100644 index 7d3637669..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_memprot_conv.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_memprot_conv.c.obj deleted file mode 100644 index 01189eee7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_memprot_conv.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj deleted file mode 100644 index 3e6f42d7a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj deleted file mode 100644 index 70e2c20f6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj deleted file mode 100644 index d14414849..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj deleted file mode 100644 index 0d10c6f8f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj deleted file mode 100644 index 903236dc9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj deleted file mode 100644 index 74d2c53a6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj deleted file mode 100644 index 2689bc877..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj deleted file mode 100644 index 8b1df57a9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj deleted file mode 100644 index 5147913f3..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj deleted file mode 100644 index c24301d34..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj deleted file mode 100644 index fd13fe155..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj deleted file mode 100644 index 5d8ed3e33..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/cmake_install.cmake deleted file mode 100644 index b2da07aa4..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/cmake_install.cmake +++ /dev/null @@ -1,49 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/port/esp32c3/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/lowpower/cmake_install.cmake") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/libesp_hw_support.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/libesp_hw_support.a deleted file mode 100644 index 38ee3ef98..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/libesp_hw_support.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/lowpower/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/lowpower/cmake_install.cmake deleted file mode 100644 index 1593d68ff..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/lowpower/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/lowpower - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/port/esp32c3/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/port/esp32c3/cmake_install.cmake deleted file mode 100644 index c5f856019..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/port/esp32c3/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3 - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj deleted file mode 100644 index 7d830867a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj deleted file mode 100644 index 903548d75..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj deleted file mode 100644 index 1520b1b2c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj deleted file mode 100644 index 86e85235e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj deleted file mode 100644 index 3686dc038..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj deleted file mode 100644 index a6c2f930d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj deleted file mode 100644 index 2adfa63e9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj deleted file mode 100644 index 8995b8993..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj deleted file mode 100644 index 02a887003..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/cmake_install.cmake deleted file mode 100644 index 0c928f519..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/libesp_lcd.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/libesp_lcd.a deleted file mode 100644 index 0b38e8100..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/libesp_lcd.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj deleted file mode 100644 index 8c7246a93..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj deleted file mode 100644 index e044e6daa..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj deleted file mode 100644 index 71d54f30b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj deleted file mode 100644 index e40e92444..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/cmake_install.cmake deleted file mode 100644 index 6a690e5e8..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a deleted file mode 100644 index 7f01de29d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj deleted file mode 100644 index 9c8b8a8ab..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj deleted file mode 100644 index 0df441317..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj deleted file mode 100644 index 66998f9d1..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32c3/ext_mem_layout.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32c3/ext_mem_layout.c.obj deleted file mode 100644 index 7a27a9375..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32c3/ext_mem_layout.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/cmake_install.cmake deleted file mode 100644 index d7df4604e..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_mm - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/libesp_mm.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/libesp_mm.a deleted file mode 100644 index c87cce4a7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/libesp_mm.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj deleted file mode 100644 index aa34f38f3..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj deleted file mode 100644 index ac8af9270..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj deleted file mode 100644 index 6da7d9f5c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj deleted file mode 100644 index a7d8c46b9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj deleted file mode 100644 index 9c679a3c5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj deleted file mode 100644 index 6b84f60d5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj deleted file mode 100644 index 54851bb3d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj deleted file mode 100644 index 8b6cf3b63..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj deleted file mode 100644 index f5f9c3563..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/cmake_install.cmake deleted file mode 100644 index f9ac8603d..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_netif - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/libesp_netif.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/libesp_netif.a deleted file mode 100644 index 28dbd412b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/libesp_netif.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif_stack/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif_stack/cmake_install.cmake deleted file mode 100644 index fb35eec9d..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif_stack/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_netif_stack - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj deleted file mode 100644 index 94f9e4f6a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj deleted file mode 100644 index 8841f2502..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_partition/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_partition/cmake_install.cmake deleted file mode 100644 index 24d7f7050..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_partition/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_partition - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_partition/libesp_partition.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_partition/libesp_partition.a deleted file mode 100644 index 969ebbc32..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_partition/libesp_partition.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c3/phy_init_data.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c3/phy_init_data.c.obj deleted file mode 100644 index 570367377..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c3/phy_init_data.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj deleted file mode 100644 index 4a3f7ab5e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj deleted file mode 100644 index f9f025f1f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj deleted file mode 100644 index 429092546..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj deleted file mode 100644 index a7db53cb2..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj deleted file mode 100644 index 14ba9545f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/cmake_install.cmake deleted file mode 100644 index 23d29cd38..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/libesp_phy.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/libesp_phy.a deleted file mode 100644 index 642638773..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/libesp_phy.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj deleted file mode 100644 index c344479f3..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj deleted file mode 100644 index ae6a30a71..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj deleted file mode 100644 index 5c5da2a03..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm/cmake_install.cmake deleted file mode 100644 index 505dd706f..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_pm - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm/libesp_pm.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm/libesp_pm.a deleted file mode 100644 index 5a8123d63..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm/libesp_pm.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_psram/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_psram/cmake_install.cmake deleted file mode 100644 index 3cbeb453e..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_psram/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_psram - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj deleted file mode 100644 index a4f27100b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_ringbuf/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_ringbuf/cmake_install.cmake deleted file mode 100644 index c40cc4111..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_ringbuf/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_ringbuf/libesp_ringbuf.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_ringbuf/libesp_ringbuf.a deleted file mode 100644 index 391a36c86..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_ringbuf/libesp_ringbuf.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj deleted file mode 100644 index 178004597..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj deleted file mode 100644 index f0e570f8b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj deleted file mode 100644 index 998b8b717..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj deleted file mode 100644 index 6ec4b98d8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj deleted file mode 100644 index fcdcd468c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj deleted file mode 100644 index d7b57706f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj deleted file mode 100644 index 00c0248ab..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj deleted file mode 100644 index de5b1ad20..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/cmake_install.cmake deleted file mode 100644 index 5e9f53836..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/libesp_rom.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/libesp_rom.a deleted file mode 100644 index f9b743ae5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/libesp_rom.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj deleted file mode 100644 index 5b36c4ec4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_ds.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_ds.c.obj deleted file mode 100644 index cd708079e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_ds.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_hmac.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_hmac.c.obj deleted file mode 100644 index 8071fafc8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_hmac.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj deleted file mode 100644 index 82af93010..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/cmake_install.cmake deleted file mode 100644 index d9ea3b64c..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_security - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/libesp_security.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/libesp_security.a deleted file mode 100644 index 0827d3a48..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/libesp_security.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj deleted file mode 100644 index d86cd8281..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj deleted file mode 100644 index 44d3ecba2..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj deleted file mode 100644 index 50c2a36b5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj deleted file mode 100644 index 9137c6457..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj deleted file mode 100644 index 98c85a8fc..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/hw_stack_guard.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/hw_stack_guard.c.obj deleted file mode 100644 index 99139d6fd..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/hw_stack_guard.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj deleted file mode 100644 index 3a26093b2..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj deleted file mode 100644 index 75da355fc..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_helpers.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_helpers.c.obj deleted file mode 100644 index 7f9e6d428..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_helpers.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_stubs.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_stubs.c.obj deleted file mode 100644 index 84b0a0e8e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_stubs.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/expression_with_stack.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/expression_with_stack.c.obj deleted file mode 100644 index ba99bd13c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/expression_with_stack.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_arch.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_arch.c.obj deleted file mode 100644 index b0a7069f7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_arch.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj deleted file mode 100644 index ebf9dc05b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj deleted file mode 100644 index 95aaa25ab..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj deleted file mode 100644 index 17df30b8f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj deleted file mode 100644 index cab6db3ef..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj deleted file mode 100644 index 149308aa0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/apb_backup_dma.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/apb_backup_dma.c.obj deleted file mode 100644 index bba9bb7ac..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/apb_backup_dma.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/cache_err_int.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/cache_err_int.c.obj deleted file mode 100644 index 841789e72..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/cache_err_int.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/clk.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/clk.c.obj deleted file mode 100644 index cdc7eae2e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/clk.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/reset_reason.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/reset_reason.c.obj deleted file mode 100644 index 866c3f338..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/reset_reason.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/system_internal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/system_internal.c.obj deleted file mode 100644 index 0907d292a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/system_internal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj deleted file mode 100644 index dc66c7bc6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj deleted file mode 100644 index da576c13b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj deleted file mode 100644 index 0f2d58941..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj deleted file mode 100644 index 808bd6375..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj deleted file mode 100644 index 10b0fbcdc..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj deleted file mode 100644 index b84b5ad74..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj deleted file mode 100644 index 1fdf86df5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj deleted file mode 100644 index b866b45ea..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/sections.ld-d65dc84.bat b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/sections.ld-d65dc84.bat deleted file mode 100644 index 00f31e52e..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/CMakeFiles/sections.ld-d65dc84.bat +++ /dev/null @@ -1,9 +0,0 @@ -@echo off -cd /D C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_system || (set FAIL_LINE=2& goto :ABORT) -c:\Users\alex\esp\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Users/alex/esp/v5.4/esp-idf/tools/ldgen/ldgen.py --config C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/sdkconfig --fragments-list C:/Users/alex/esp/v5.4/esp-idf/components/riscv/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/app.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_common/common.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_common/soc.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/hal/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/log/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/heap/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/soc/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/ldo/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/freertos/linker_common.lf;C:/Users/alex/esp/v5.4/esp-idf/components/freertos/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/newlib/newlib.lf;C:/Users/alex/esp/v5.4/esp-idf/components/newlib/system_libs.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/app_trace/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_event/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/vfs/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/lwip/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/ieee802154/linker.lf;C:/Users/alex/esp/v5.4/esp-idf/components/openthread/linker.lf --input C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/ld/sections.ld.in --output C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/ld/sections.ld --kconfig C:/Users/alex/esp/v5.4/esp-idf/Kconfig --env-file C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/config.env --libraries-file C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/ldgen_libraries --objdump C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe || (set FAIL_LINE=3& goto :ABORT) -goto :EOF - -:ABORT -set ERROR_CODE=%ERRORLEVEL% -echo Batch file failed at line %FAIL_LINE% with errorcode %ERRORLEVEL% -exit /b %ERROR_CODE% \ No newline at end of file diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/cmake_install.cmake deleted file mode 100644 index 361493698..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/cmake_install.cmake +++ /dev/null @@ -1,44 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_system - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/port/cmake_install.cmake") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/ld/linker_script_generator.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/ld/linker_script_generator.cmake deleted file mode 100644 index 845c872e7..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/ld/linker_script_generator.cmake +++ /dev/null @@ -1,9 +0,0 @@ -execute_process(COMMAND "${CC}" "-C" "-P" "-x" "c" "-E" "-I" "${CONFIG_DIR}" "-I" "${LD_DIR}" "${SOURCE}" - RESULT_VARIABLE RET_CODE - OUTPUT_VARIABLE PREPROCESSED_LINKER_SCRIPT - ERROR_VARIABLE ERROR_VAR) -if(RET_CODE AND NOT RET_CODE EQUAL 0) - message(FATAL_ERROR "Can't generate ${TARGET}\nRET_CODE: ${RET_CODE}\nERROR_MESSAGE: ${ERROR_VAR}") -endif() -string(REPLACE "\\n" "\n" TEXT "${PREPROCESSED_LINKER_SCRIPT}") -file(WRITE "${TARGET}" "${TEXT}") diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/ld/memory.ld b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/ld/memory.ld deleted file mode 100644 index f6bce718b..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/ld/memory.ld +++ /dev/null @@ -1,146 +0,0 @@ -/* - - * SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD - - * - - * SPDX-License-Identifier: Apache-2.0 - - */ -/** - - * ESP32-C3 Linker Script Memory Layout - - * This file describes the memory layout (memory blocks) by virtual memory addresses. - - * 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.4.0 Configuration Header - - */ - -/* List of deprecated options */ -/* - - * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD - - * - - * SPDX-License-Identifier: Apache-2.0 - - */ -/* CPU instruction prefetch padding size for flash mmap scenario */ -/* - - * PMP region granularity size - - * Software may determine the PMP granularity by writing zero to pmp0cfg, then writing all ones - - * to pmpaddr0, then reading back pmpaddr0. If G is the index of the least-significant bit set, - - * the PMP granularity is 2^G+2 bytes. - - */ -/* CPU instruction prefetch padding size for memory protection scenario */ -/* Memory alignment size for PMS */ - /* rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files). For rtc_timer_data_in_rtc_mem section. */ -/** - - * physical memory is mapped twice to the vritual address (IRAM and DRAM). - - * `I_D_SRAM_OFFSET` is the offset between the two locations of the same physical memory - - */ -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 byte-wise access. - - */ - /* IRAM for PRO CPU. */ - iram0_0_seg (RX) : org = (0x4037C000 + 0x4000), len = 0x403CE710 - (0x4037C000 - 0x3FC7C000) - (0x3FC7C000 + 0x4000) - /* Flash mapped instruction data */ - iram0_2_seg (RX) : org = 0x42000020, len = 0x800000-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. - - */ - dram0_0_seg (RW) : org = (0x3FC7C000 + 0x4000), len = 0x403CE710 - (0x4037C000 - 0x3FC7C000) - (0x3FC7C000 + 0x4000) - /* Flash mapped constant data */ - drom0_0_seg (R) : org = 0x3C000020, len = 0x800000-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 = 0x50000000, len = 0x2000 - (0 + (24)) - /* We reduced the size of rtc_iram_seg by RESERVE_RTC_MEM value. - - It reserves the amount of RTC fast memory that we use for this memory segment. - - This segment is intended for keeping: - - - (lower addr) rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files). - - - (higher addr) 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. - - */ - rtc_reserved_seg(RW) : org = 0x50000000 + 0x2000 - (0 + (24)), len = (0 + (24)) -} -/* Heap ends at top of dram0_0_seg */ -_heap_end = 0x40000000; -_data_seg_org = ORIGIN(rtc_data_seg); -/** - - * The lines below define location alias for .rtc.data section - - * As C3 only has RTC fast memory, this is not configurable like on other targets - - */ -REGION_ALIAS("rtc_data_seg", rtc_iram_seg ); -REGION_ALIAS("rtc_slow_seg", rtc_iram_seg ); -REGION_ALIAS("rtc_data_location", rtc_iram_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(_flash_rodata_dummy_start == ORIGIN(default_rodata_seg), - ".flash_rodata_dummy section must be placed at the beginning of the rodata segment.") diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/ld/sections.ld b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/ld/sections.ld deleted file mode 100644 index f08efa549..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/ld/sections.ld +++ /dev/null @@ -1,808 +0,0 @@ -/* Automatically generated file; DO NOT EDIT */ -/* Espressif IoT Development Framework Linker Script */ -/* Generated from: C:\Users\alex\github\ESP-Nodes\ESP-IDF_mqtt-ssl\build\esp-idf\esp_system\ld\sections.ld.in */ - -/* - - * SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD - - * - - * SPDX-License-Identifier: Apache-2.0 - - */ -/* - - * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD - - * - - * SPDX-License-Identifier: Apache-2.0 - - */ -/* - - * Automatically generated file. DO NOT EDIT. - - * Espressif IoT Development Framework (ESP-IDF) 5.4.0 Configuration Header - - */ - -/* List of deprecated options */ -/* CPU instruction prefetch padding size for flash mmap scenario */ -/* - - * PMP region granularity size - - * Software may determine the PMP granularity by writing zero to pmp0cfg, then writing all ones - - * to pmpaddr0, then reading back pmpaddr0. If G is the index of the least-significant bit set, - - * the PMP granularity is 2^G+2 bytes. - - */ -/* CPU instruction prefetch padding size for memory protection scenario */ -/* Memory alignment size for PMS */ - /* rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files). For rtc_timer_data_in_rtc_mem section. */ -/* 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_fast_start = ABSOLUTE(.); - *(.rtc.literal .rtc.text .rtc.text.*) - *rtc_wake_stub*.*(.text .text.*) - *(.rtc_text_end_test) - /* Padding for possible CPU prefetch + alignment for PMS split lines */ - . += 16; - . = ALIGN(512); - _rtc_text_end = ABSOLUTE(.); - } > rtc_iram_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. - - */ - .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.* .srodata.*) - _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.* .sbss .sbss.*) - *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. - - */ - .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 data that should have fixed addresses. - - * The data are not initialized at power-up and are retained during deep - - * sleep. - - */ - .rtc_reserved (NOLOAD): - { - - . = ALIGN(4); - _rtc_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.*) - KEEP(*(.bootloader_data_rtc_mem .bootloader_data_rtc_mem.*)) - _rtc_reserved_end = ABSOLUTE(.); - } > rtc_reserved_seg - _rtc_reserved_length = _rtc_reserved_end - _rtc_reserved_start; - ASSERT((_rtc_reserved_length <= LENGTH(rtc_reserved_seg)), - "RTC 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.") - .iram0.text : - { - _iram_start = ABSOLUTE(.); - /* Vectors go to start of IRAM */ - ASSERT(ABSOLUTE(.) % 0x100 == 0, "vector address must be 256 byte aligned"); - KEEP(*(.exception_vectors_table.text)); - KEEP(*(.exception_vectors.text)); - - . = ALIGN(4); - _invalid_pc_placeholder = ABSOLUTE(.); - /* Code marked as running 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.*) - *libclang_rt.builtins.a:_divsf3.*(.literal .literal.* .text .text.*) - *libclang_rt.builtins.a:restore.*(.literal .literal.* .text .text.*) - *libclang_rt.builtins.a:save.*(.literal .literal.* .text .text.*) - *libesp_driver_gptimer.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_memory_utils.*(.literal .literal.* .text .text.*) - *libesp_hw_support.a:gdma.*(.literal.gdma_append .text.gdma_append) - *libesp_hw_support.a:gdma.*(.literal.gdma_default_rx_isr .text.gdma_default_rx_isr) - *libesp_hw_support.a:gdma.*(.literal.gdma_default_tx_isr .text.gdma_default_tx_isr) - *libesp_hw_support.a:gdma.*(.literal.gdma_reset .text.gdma_reset) - *libesp_hw_support.a:gdma.*(.literal.gdma_start .text.gdma_start) - *libesp_hw_support.a:gdma.*(.literal.gdma_stop .text.gdma_stop) - *libesp_hw_support.a:mspi_timing_tuning.*(.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:sar_periph_ctrl.*(.literal.sar_periph_ctrl_power_enable .text.sar_periph_ctrl_power_enable) - *libesp_hw_support.a:sleep_console.*(.literal .literal.* .text .text.*) - *libesp_hw_support.a:systimer.*(.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_print.*(.literal .literal.* .text .text.*) - *libesp_rom.a:esp_rom_spiflash.*(.literal .literal.* .text .text.*) - *libesp_rom.a:esp_rom_sys.*(.literal .literal.* .text .text.*) - *libesp_rom.a:esp_rom_systimer.*(.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:image_process.*(.literal .literal.* .text .text.*) - *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:freertos_compatibility.* *libfreertos.a:idf_additions.* *libfreertos.a:tasks.*) .literal EXCLUDE_FILE(*libfreertos.a:app_startup.* *libfreertos.a:freertos_compatibility.* *libfreertos.a:idf_additions.* *libfreertos.a:tasks.*) .literal.* EXCLUDE_FILE(*libfreertos.a:app_startup.* *libfreertos.a:freertos_compatibility.* *libfreertos.a:idf_additions.* *libfreertos.a:tasks.*) .text EXCLUDE_FILE(*libfreertos.a:app_startup.* *libfreertos.a:freertos_compatibility.* *libfreertos.a:idf_additions.* *libfreertos.a:tasks.*) .text.*) - *libfreertos.a:tasks.*(.text .text.__getreent .text.eTaskGetState .text.pcTaskGetName .text.prvAddCurrentTaskToDelayedList .text.prvAddNewTaskToReadyList .text.prvCheckTasksWaitingTermination .text.prvCreateIdleTasks .text.prvDeleteTCB .text.prvIdleTask .text.prvInitialiseNewTask .text.prvInitialiseTaskLists .text.prvResetNextTaskUnblockTime .text.prvSearchForNameWithinSingleList .text.prvTaskCheckFreeStackSpace .text.prvTaskIsTaskSuspended .text.prvTaskPriorityRaise .text.prvTaskPriorityRestore .text.pvTaskGetCurrentTCBForCore .text.pvTaskGetThreadLocalStoragePointer .text.pvTaskIncrementMutexHeldCount .text.pxTaskGetStackStart .text.ulTaskGenericNotifyTake .text.ulTaskGenericNotifyValueClear .text.uxTaskGetNumberOfTasks .text.uxTaskGetStackHighWaterMark .text.uxTaskGetStackHighWaterMark2 .text.uxTaskPriorityGet .text.uxTaskPriorityGetFromISR .text.uxTaskResetEventItemValue .text.vTaskDelay .text.vTaskDelete .text.vTaskEndScheduler .text.vTaskGenericNotifyGiveFromISR .text.vTaskGetSnapshot .text.vTaskInternalSetTimeOutState .text.vTaskMissedYield .text.vTaskPlaceOnEventList .text.vTaskPlaceOnEventListRestricted .text.vTaskPlaceOnUnorderedEventList .text.vTaskPriorityDisinheritAfterTimeout .text.vTaskPrioritySet .text.vTaskRemoveFromUnorderedEventList .text.vTaskResume .text.vTaskSetThreadLocalStoragePointer .text.vTaskSetThreadLocalStoragePointerAndDelCallback .text.vTaskSetTimeOutState .text.vTaskStartScheduler .text.vTaskSuspend .text.vTaskSuspendAll .text.vTaskSwitchContext .text.xTaskAbortDelay .text.xTaskCatchUpTicks .text.xTaskCheckForTimeOut .text.xTaskCreatePinnedToCore .text.xTaskCreateStaticPinnedToCore .text.xTaskDelayUntil .text.xTaskGenericNotify .text.xTaskGenericNotifyFromISR .text.xTaskGenericNotifyStateClear .text.xTaskGenericNotifyWait .text.xTaskGetCoreID .text.xTaskGetCurrentTaskHandle .text.xTaskGetCurrentTaskHandleForCore .text.xTaskGetHandle .text.xTaskGetIdleTaskHandle .text.xTaskGetIdleTaskHandleForCore .text.xTaskGetSchedulerState .text.xTaskGetStaticBuffers .text.xTaskGetTickCount .text.xTaskGetTickCountFromISR .text.xTaskIncrementTick .text.xTaskPriorityDisinherit .text.xTaskPriorityInherit .text.xTaskRemoveFromEventList .text.xTaskResumeAll .text.xTaskResumeFromISR .text.xTimerCreateTimerTask) - *libgcc.a:_divsf3.*(.literal .literal.* .text .text.*) - *libgcc.a:lib2funcs.*(.literal .literal.* .text .text.*) - *libgcc.a:save-restore.*(.literal .literal.* .text .text.*) - *libgcov.a:(.literal .literal.* .text .text.*) - *libhal.a:cache_hal.*(.literal .literal.* .text .text.*) - *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_append .text.gdma_ahb_hal_append) - *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_clear_intr .text.gdma_ahb_hal_clear_intr) - *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_get_eof_desc_addr .text.gdma_ahb_hal_get_eof_desc_addr) - *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_read_intr_status .text.gdma_ahb_hal_read_intr_status) - *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_reset .text.gdma_ahb_hal_reset) - *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_start_with_desc .text.gdma_ahb_hal_start_with_desc) - *libhal.a:gdma_hal_ahb_v1.*(.literal.gdma_ahb_hal_stop .text.gdma_ahb_hal_stop) - *libhal.a:gdma_hal_top.*(.literal.gdma_hal_append .text.gdma_hal_append) - *libhal.a:gdma_hal_top.*(.literal.gdma_hal_clear_intr .text.gdma_hal_clear_intr) - *libhal.a:gdma_hal_top.*(.literal.gdma_hal_get_eof_desc_addr .text.gdma_hal_get_eof_desc_addr) - *libhal.a:gdma_hal_top.*(.literal.gdma_hal_read_intr_status .text.gdma_hal_read_intr_status) - *libhal.a:gdma_hal_top.*(.literal.gdma_hal_reset .text.gdma_hal_reset) - *libhal.a:gdma_hal_top.*(.literal.gdma_hal_start_with_desc .text.gdma_hal_start_with_desc) - *libhal.a:gdma_hal_top.*(.literal.gdma_hal_stop .text.gdma_hal_stop) - *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_gpspi.*(.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:systimer_hal.*(.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_aligned_alloc_offs .text.multi_heap_aligned_alloc_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_alloc_overhead .text.tlsf_alloc_overhead) - *libheap.a:tlsf.*(.literal.tlsf_block_size .text.tlsf_block_size) - *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_lock.*(.literal .literal.* .text .text.*) - *liblog.a:log_timestamp.*(.literal.esp_log_early_timestamp .text.esp_log_early_timestamp) - *liblog.a:log_timestamp.*(.literal.esp_log_timestamp .text.esp_log_timestamp) - *liblog.a:log_write.*(.literal.esp_log_write .text.esp_log_write) - *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.*) - *libriscv.a:interrupt.*(.text .text._global_interrupt_handler .text.intr_get_item .text.intr_handler_get_arg) - *libriscv.a:vectors.*(.literal .literal.* .text .text.*) - *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.*) - } > iram0_0_seg - /** - - * This section is required to skip .iram0.text area because iram0_0_seg and - - * dram0_0_seg reflect the same address space on different buses. - - */ - .dram0.dummy (NOLOAD): - { - . = ORIGIN(dram0_0_seg) + _iram_end - _iram_start; - } > dram0_0_seg - .dram0.data : - { - _data_start = ABSOLUTE(.); - *(.gnu.linkonce.d.*) - *(.data1) - __global_pointer$ = . + 0x800; - *(.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.*) - *libclang_rt.builtins.a:_divsf3.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libclang_rt.builtins.a:restore.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libclang_rt.builtins.a:save.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libesp_hw_support.a:esp_memory_utils.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libesp_hw_support.a:mspi_timing_tuning.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libesp_hw_support.a:rtc_clk.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libesp_hw_support.a:sleep_console.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libesp_hw_support.a:systimer.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libesp_mm.a:esp_cache.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libesp_rom.a:esp_rom_print.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libesp_rom.a:esp_rom_spiflash.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libesp_rom.a:esp_rom_sys.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libesp_rom.a:esp_rom_systimer.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libesp_system.a:esp_err.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libesp_system.a:image_process.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libesp_system.a:ubsan.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libgcc.a:_divsf3.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libgcc.a:save-restore.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libgcov.a:(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libhal.a:cache_hal.*(.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_gpspi.*(.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:systimer_hal.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *libhal.a:wdt_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) - *liblog.a:log_lock.*(.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(.); - } > dram0_0_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 - /* Shared RAM */ - .dram0.bss (NOLOAD) : - { - - . = ALIGN(8); - _bss_start = ABSOLUTE(.); - /** - - * ldgen places all bss-related data to mapping[dram0_bss] - - * (See components/esp_system/app.lf). - - */ - *(.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.text : - { - _stext = .; - /** - - * Mark the start of flash.text. - - * This can be used by the MMU driver to maintain the virtual address. - - */ - _instruction_reserved_start = ABSOLUTE(.); - _text_start = ABSOLUTE(.); - *(EXCLUDE_FILE(*libesp_ringbuf.a *libfreertos.a *libgcov.a *librtc.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_driver_gptimer.a:gptimer.* *libesp_event.a:default_event_loop.* *libesp_event.a:esp_event.* *libesp_hw_support.a:cpu.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:gdma.* *libesp_hw_support.a:mspi_timing_tuning.* *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:sar_periph_ctrl.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_system.a:esp_err.* *libesp_system.a:esp_system_chip.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libesp_wifi.a:esp_adapter.* *libesp_wifi.a:wifi_netif.* *libgcc.a:_divsf3.* *libgcc.a:lib2funcs.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *libhal.a:gdma_hal_ahb_v1.* *libhal.a:gdma_hal_top.* *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_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:timer_hal.* *libhal.a:wdt_hal_iram.* *libheap.a:multi_heap.* *libheap.a:tlsf.* *liblog.a:log_lock.* *liblog.a:log_timestamp.* *liblog.a:log_write.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libriscv.a:interrupt.* *libriscv.a:vectors.* *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.*) .literal EXCLUDE_FILE(*libesp_ringbuf.a *libfreertos.a *libgcov.a *librtc.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_driver_gptimer.a:gptimer.* *libesp_event.a:default_event_loop.* *libesp_event.a:esp_event.* *libesp_hw_support.a:cpu.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:gdma.* *libesp_hw_support.a:mspi_timing_tuning.* *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:sar_periph_ctrl.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_system.a:esp_err.* *libesp_system.a:esp_system_chip.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libesp_wifi.a:esp_adapter.* *libesp_wifi.a:wifi_netif.* *libgcc.a:_divsf3.* *libgcc.a:lib2funcs.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *libhal.a:gdma_hal_ahb_v1.* *libhal.a:gdma_hal_top.* *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_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:timer_hal.* *libhal.a:wdt_hal_iram.* *libheap.a:multi_heap.* *libheap.a:tlsf.* *liblog.a:log_lock.* *liblog.a:log_timestamp.* *liblog.a:log_write.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libriscv.a:interrupt.* *libriscv.a:vectors.* *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.*) .literal.* EXCLUDE_FILE(*libesp_ringbuf.a *libfreertos.a *libgcov.a *librtc.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_driver_gptimer.a:gptimer.* *libesp_event.a:default_event_loop.* *libesp_event.a:esp_event.* *libesp_hw_support.a:cpu.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:gdma.* *libesp_hw_support.a:mspi_timing_tuning.* *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:sar_periph_ctrl.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_system.a:esp_err.* *libesp_system.a:esp_system_chip.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libesp_wifi.a:esp_adapter.* *libesp_wifi.a:wifi_netif.* *libgcc.a:_divsf3.* *libgcc.a:lib2funcs.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *libhal.a:gdma_hal_ahb_v1.* *libhal.a:gdma_hal_top.* *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_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:timer_hal.* *libhal.a:wdt_hal_iram.* *libheap.a:multi_heap.* *libheap.a:tlsf.* *liblog.a:log_lock.* *liblog.a:log_timestamp.* *liblog.a:log_write.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libriscv.a:interrupt.* *libriscv.a:vectors.* *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.*) .text EXCLUDE_FILE(*libesp_ringbuf.a *libfreertos.a *libgcov.a *librtc.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_driver_gptimer.a:gptimer.* *libesp_event.a:default_event_loop.* *libesp_event.a:esp_event.* *libesp_hw_support.a:cpu.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:gdma.* *libesp_hw_support.a:mspi_timing_tuning.* *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:sar_periph_ctrl.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_system.a:esp_err.* *libesp_system.a:esp_system_chip.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libesp_wifi.a:esp_adapter.* *libesp_wifi.a:wifi_netif.* *libgcc.a:_divsf3.* *libgcc.a:lib2funcs.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *libhal.a:gdma_hal_ahb_v1.* *libhal.a:gdma_hal_top.* *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_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:timer_hal.* *libhal.a:wdt_hal_iram.* *libheap.a:multi_heap.* *libheap.a:tlsf.* *liblog.a:log_lock.* *liblog.a:log_timestamp.* *liblog.a:log_write.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libriscv.a:interrupt.* *libriscv.a:vectors.* *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.*) .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.*) - *libesp_driver_gptimer.a:gptimer.*(.text .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_set_alarm_action .text.gptimer_set_raw_count .text.gptimer_start .text.gptimer_stop .text.gptimer_unregister_from_group) - *libesp_event.a:default_event_loop.*(.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.*(.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.*(.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:gdma.*(.text .text.do_allocate_gdma_channel .text.gdma_acquire_group_handle .text.gdma_acquire_pair_handle .text.gdma_apply_strategy .text.gdma_config_transfer .text.gdma_connect .text.gdma_del_channel .text.gdma_del_rx_channel .text.gdma_del_tx_channel .text.gdma_disconnect .text.gdma_get_alignment_constraints .text.gdma_get_free_m2m_trig_id_mask .text.gdma_get_group_channel_id .text.gdma_install_rx_interrupt .text.gdma_install_tx_interrupt .text.gdma_new_ahb_channel .text.gdma_register_rx_event_callbacks .text.gdma_register_tx_event_callbacks .text.gdma_release_group_handle .text.gdma_release_pair_handle .text.gdma_set_priority) - *libesp_hw_support.a:periph_ctrl.*(.text .text.periph_ll_disable_clk_set_rst .text.periph_ll_enable_clk_clear_rst .text.periph_ll_get_clk_en_mask .text.periph_ll_get_clk_en_reg .text.periph_ll_get_rst_en_mask .text.periph_ll_get_rst_en_reg .text.periph_ll_reset .text.periph_module_disable .text.periph_module_enable .text.periph_rcc_acquire_enter .text.periph_rcc_acquire_exit .text.periph_rcc_release_enter .text.periph_rcc_release_exit) - *libesp_hw_support.a:sar_periph_ctrl.*(.text .text.s_sar_adc_power_acquire .text.s_sar_adc_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.*(.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.*(.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.disable_intr_wrapper .text.enable_intr_wrapper .text.esp_event_post_wrapper .text.esp_log_write_wrapper .text.esp_log_writev_wrapper .text.esp_phy_disable_wrapper .text.esp_phy_enable_wrapper .text.esp_read_mac_wrapper .text.event_group_wait_bits_wrapper .text.get_time_wrapper .text.mutex_create_wrapper .text.mutex_delete_wrapper .text.nvs_open_wrapper .text.queue_create_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.*(.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:freertos_compatibility.*(.literal .literal.* .text .text.*) - *libfreertos.a:idf_additions.*(.literal .literal.* .text .text.*) - *libfreertos.a:tasks.*(.literal.pxGetTaskListByIndex .text.pxGetTaskListByIndex) - *libfreertos.a:tasks.*(.literal.uxTaskGetSnapshotAll .text.uxTaskGetSnapshotAll) - *libfreertos.a:tasks.*(.literal.xTaskGetNext .text.xTaskGetNext) - *libhal.a:gdma_hal_ahb_v1.*(.text .text.gdma_ahb_hal_connect_peri .text.gdma_ahb_hal_disconnect_peri .text.gdma_ahb_hal_enable_burst .text.gdma_ahb_hal_enable_intr .text.gdma_ahb_hal_get_intr_status_reg .text.gdma_ahb_hal_init .text.gdma_ahb_hal_set_priority .text.gdma_ahb_hal_set_strategy .text.gdma_ll_rx_enable_interrupt .text.gdma_ll_tx_enable_interrupt) - *libhal.a:gdma_hal_top.*(.text .text.gdma_hal_connect_peri .text.gdma_hal_deinit .text.gdma_hal_disconnect_peri .text.gdma_hal_enable_access_encrypt_mem .text.gdma_hal_enable_burst .text.gdma_hal_enable_intr .text.gdma_hal_get_intr_status_reg .text.gdma_hal_set_burst_size .text.gdma_hal_set_priority .text.gdma_hal_set_strategy) - *libhal.a:timer_hal.*(.text .text.timer_hal_deinit .text.timer_hal_init .text.timer_hal_set_counter_value) - *libheap.a:multi_heap.*(.text .text.multi_heap_check .text.multi_heap_dump .text.multi_heap_dump_tlsf .text.multi_heap_free_size_impl .text.multi_heap_get_info_impl .text.multi_heap_get_info_tlsf .text.multi_heap_minimum_free_size_impl .text.multi_heap_register_impl .text.multi_heap_reset_minimum_free_bytes .text.multi_heap_restore_minimum_free_bytes .text.multi_heap_walk) - *libheap.a:tlsf.*(.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_malloc_addr .text.tlsf_pool_overhead .text.tlsf_remove_pool .text.tlsf_walk_pool) - *liblog.a:log_timestamp.*(.text) - *liblog.a:log_write.*(.text .text.esp_log_set_vprintf .text.esp_log_writev) - *libriscv.a:interrupt.*(.literal.intr_handler_get .text.intr_handler_get) - *libriscv.a:interrupt.*(.literal.intr_handler_set .text.intr_handler_set) - *(.stub) - *(.gnu.linkonce.t.*) - *(.gnu.warning) - *(.irom0.text) /* catch stray ICACHE_RODATA_ATTR */ - /** - - * 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 - - */ - . += 16; - _text_end = ABSOLUTE(.); - /** - - * Mark the flash.text end. - - * This can be used for MMU driver to maintain virtual address. - - */ - _instruction_reserved_end = ABSOLUTE(.); - _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 - /** - - * Dummy section represents the .flash.text section but in default_rodata_seg. - - * Thus, it must have its alignment and (at least) its size. - - */ - .flash_rodata_dummy (NOLOAD): - { - _flash_rodata_dummy_start = .; - . = ALIGN(ALIGNOF(.flash.text)) + SIZEOF(.flash.text); - /* Add alignment of MMU page size + 0x20 bytes for the mapping header. */ - . = ALIGN(0x10000) + 0x20; - } > default_rodata_seg - .flash.appdesc : ALIGN(0x10) - { - /** - - * Mark flash.rodata start. - - * This can be used for mmu driver to maintain virtual address - - */ - _rodata_reserved_start = ABSOLUTE(.); - _rodata_start = ABSOLUTE(.); - /* !DO NOT PUT ANYTHING BEFORE THIS! */ - /* Should be the first. App version info. */ - *(.rodata_desc .rodata_desc.*) - /* Should be the second. Custom app version info. */ - *(.rodata_custom_desc .rodata_custom_desc.*) - /** - - * Create an empty gap within this section. Thanks to this, the end of this - - * section will match .flash.rodata's begin address. Thus, both sections - - * will be merged when creating the final bin image. - - */ - . = ALIGN(ALIGNOF(.flash.rodata)); - } > default_rodata_seg - ASSERT((ADDR(.flash.rodata) == ADDR(.flash.appdesc) + SIZEOF(.flash.appdesc)), "The gap between .flash.appdesc and .flash.rodata must not exist to produce the final bin image.") - .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.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_system.a:esp_err.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libgcc.a:_divsf3.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *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_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:wdt_hal_iram.* *liblog.a:log_lock.* *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.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_system.a:esp_err.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libgcc.a:_divsf3.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *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_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:wdt_hal_iram.* *liblog.a:log_lock.* *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.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_system.a:esp_err.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libgcc.a:_divsf3.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *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_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:wdt_hal_iram.* *liblog.a:log_lock.* *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.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_system.a:esp_err.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libgcc.a:_divsf3.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *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_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:wdt_hal_iram.* *liblog.a:log_lock.* *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.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_system.a:esp_err.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libgcc.a:_divsf3.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *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_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:wdt_hal_iram.* *liblog.a:log_lock.* *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.* *libclang_rt.builtins.a:_divsf3.* *libclang_rt.builtins.a:restore.* *libclang_rt.builtins.a:save.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:mspi_timing_tuning.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:sleep_console.* *libesp_hw_support.a:systimer.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_print.* *libesp_rom.a:esp_rom_spiflash.* *libesp_rom.a:esp_rom_sys.* *libesp_rom.a:esp_rom_systimer.* *libesp_system.a:esp_err.* *libesp_system.a:image_process.* *libesp_system.a:ubsan.* *libgcc.a:_divsf3.* *libgcc.a:save-restore.* *libhal.a:cache_hal.* *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_gpspi.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:systimer_hal.* *libhal.a:wdt_hal_iram.* *liblog.a:log_lock.* *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) - *(.gcc_except_table .gcc_except_table.*) - *(.gnu.linkonce.e.*) - /** - - * C++ constructor tables. - - * - - * Excluding crtbegin.o/crtend.o since IDF doesn't use the toolchain crt. - - * - - * RISC-V gcc is configured with --enable-initfini-array so it emits - - * .init_array section instead. But the init_priority sections will be - - * sorted for iteration in ascending order during startup. - - * The rest of the init_array sections is sorted for iteration in descending - - * order during startup, however. Hence a different section is generated for - - * the init_priority functions which is iterated in ascending order during - - * startup. The corresponding code can be found in startup.c. - - */ - - . = ALIGN(4); - __init_priority_array_start = ABSOLUTE(.); - KEEP (*(EXCLUDE_FILE (*crtend.* *crtbegin.*) .init_array.*)) - __init_priority_array_end = ABSOLUTE(.); - - . = ALIGN(4); - __init_array_start = ABSOLUTE(.); - KEEP (*(EXCLUDE_FILE (*crtend.* *crtbegin.*) .init_array)) - __init_array_end = ABSOLUTE(.); - /* Addresses of memory regions reserved via SOC_RESERVE_MEMORY_REGION() */ - - . = ALIGN(4); - 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 */ - - . = ALIGN(4); - _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(.); - . = ALIGN(ALIGNOF(.eh_frame_hdr)); - } > default_rodata_seg - ASSERT((ADDR(.eh_frame_hdr) == ADDR(.flash.rodata) + SIZEOF(.flash.rodata)), "The gap between .flash.rodata and .eh_frame_hdr must not exist to produce the final bin image.") - .eh_frame_hdr : - { - . = ALIGN(ALIGNOF(.eh_frame)); - } > default_rodata_seg - ASSERT((ADDR(.eh_frame) == ADDR(.eh_frame_hdr) + SIZEOF(.eh_frame_hdr)), "The gap between .eh_frame_hdr and .eh_frame must not exist to produce the final bin image.") - .eh_frame : - { - . = ALIGN(ALIGNOF(.flash.tdata)); - } > default_rodata_seg - ASSERT((ADDR(.flash.tdata) == ADDR(.eh_frame) + SIZEOF(.eh_frame)), "The gap between .eh_frame and .flash.tdata must not exist to produce the final bin image.") - .flash.tdata : - { - _thread_local_data_start = ABSOLUTE(.); - *(.tdata .tdata.* .gnu.linkonce.td.*) - . = ALIGN(ALIGNOF(.flash.tbss)); - _thread_local_data_end = ABSOLUTE(.); - } > default_rodata_seg - ASSERT((ADDR(.flash.tbss) == ADDR(.flash.tdata) + SIZEOF(.flash.tdata)), "The gap between .flash.tdata and .flash.tbss must not exist to produce the final bin image.") - .flash.tbss (NOLOAD) : - { - _thread_local_bss_start = ABSOLUTE(.); - *(.tbss .tbss.* .gnu.linkonce.tb.*) - *(.tcommon .tcommon.*) - _thread_local_bss_end = ABSOLUTE(.); - } > default_rodata_seg - /** - - * This section contains all the rodata that is not used - - * at runtime, helping to avoid an increase in binary size. - - */ - .flash.rodata_noload (NOLOAD) : - { - /** - - * This symbol marks the end of flash.rodata. It can be utilized by the MMU - - * driver to maintain the virtual address. - - * NOLOAD rodata may not be included in this section. - - */ - _rodata_reserved_end = ADDR(.flash.tbss); - *(.rodata_wlog_debug .rodata_wlog_debug.*) - *(.rodata_wlog_verbose .rodata_wlog_verbose.*) - } > default_rodata_seg - /* Marks the end of IRAM code segment */ - .iram0.text_end (NOLOAD) : - { - /* Padding for possible CPU prefetch + alignment for PMS split lines */ - . += 16; - . = ALIGN(512); - /* iram_end_test section exists for use by memprot unit tests only */ - *(.iram_end_test) - _iram_text_end = ABSOLUTE(.); - } > iram0_0_seg - .iram0.data : - { - - . = ALIGN(16); - _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(16); - _iram_bss_start = ABSOLUTE(.); - *(.iram.bss .iram.bss.*) - _iram_bss_end = ABSOLUTE(.); - - . = ALIGN(16); - _iram_end = ABSOLUTE(.); - } > iram0_0_seg - /* Marks the end of data, bss and possibly rodata */ - .dram0.heap_start (NOLOAD) : - { - - . = ALIGN(16); - _heap_start = ABSOLUTE(.); - } > dram0_0_seg - /* DWARF 1 */ - .debug 0 : { *(.debug) } - .line 0 : { *(.line) } - /* GNU DWARF 1 extensions */ - .debug_srcinfo 0 : { *(.debug_srcinfo) } - .debug_sfnames 0 : { *(.debug_sfnames) } - /* DWARF 1.1 and DWARF 2 */ - .debug_aranges 0 : { *(.debug_aranges) } - .debug_pubnames 0 : { *(.debug_pubnames) } - /* DWARF 2 */ - .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) } - .debug_abbrev 0 : { *(.debug_abbrev) } - .debug_line 0 : { *(.debug_line) } - .debug_frame 0 : { *(.debug_frame) } - .debug_str 0 : { *(.debug_str) } - .debug_loc 0 : { *(.debug_loc) } - .debug_macinfo 0 : { *(.debug_macinfo) } - .debug_pubtypes 0 : { *(.debug_pubtypes) } - /* DWARF 3 */ - .debug_ranges 0 : { *(.debug_ranges) } - /* SGI/MIPS DWARF 2 extensions */ - .debug_weaknames 0 : { *(.debug_weaknames) } - .debug_funcnames 0 : { *(.debug_funcnames) } - .debug_typenames 0 : { *(.debug_typenames) } - .debug_varnames 0 : { *(.debug_varnames) } - /* GNU DWARF 2 extensions */ - .debug_gnu_pubnames 0 : { *(.debug_gnu_pubnames) } - .debug_gnu_pubtypes 0 : { *(.debug_gnu_pubtypes) } - /* DWARF 4 */ - .debug_types 0 : { *(.debug_types) } - /* DWARF 5 */ - .debug_addr 0 : { *(.debug_addr) } - .debug_line_str 0 : { *(.debug_line_str) } - .debug_loclists 0 : { *(.debug_loclists) } - .debug_macro 0 : { *(.debug_macro) } - .debug_names 0 : { *(.debug_names) } - .debug_rnglists 0 : { *(.debug_rnglists) } - .debug_str_offsets 0 : { *(.debug_str_offsets) } - .comment 0 : { *(.comment) } - .note.GNU-stack 0: { *(.note.GNU-stack) } - .riscv.attributes 0: { *(.riscv.attributes) } - /DISCARD/ : - { - /** - - * Discarding .rela.* sections results in the following mapping: - - * .rela.text.* -> .text.* - - * .rela.data.* -> .data.* - - * And so forth... - - */ - *(.rela.*) - *(.got .got.plt) /* TODO: GCC-382 */ - *(.eh_frame_hdr) - *(.eh_frame) - } -} -ASSERT(((_iram_end - ORIGIN(iram0_0_seg)) <= LENGTH(iram0_0_seg)), - "IRAM0 segment data does not fit.") -ASSERT(((_heap_start - ORIGIN(dram0_0_seg)) <= LENGTH(dram0_0_seg)), - "DRAM segment data does not fit.") diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/ld/sections.ld.in b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/ld/sections.ld.in deleted file mode 100644 index bf2a57ad6..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/ld/sections.ld.in +++ /dev/null @@ -1,574 +0,0 @@ -/* - - * SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD - - * - - * SPDX-License-Identifier: Apache-2.0 - - */ -/* - - * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD - - * - - * SPDX-License-Identifier: Apache-2.0 - - */ -/* - - * Automatically generated file. DO NOT EDIT. - - * Espressif IoT Development Framework (ESP-IDF) 5.4.0 Configuration Header - - */ - -/* List of deprecated options */ -/* CPU instruction prefetch padding size for flash mmap scenario */ -/* - - * PMP region granularity size - - * Software may determine the PMP granularity by writing zero to pmp0cfg, then writing all ones - - * to pmpaddr0, then reading back pmpaddr0. If G is the index of the least-significant bit set, - - * the PMP granularity is 2^G+2 bytes. - - */ -/* CPU instruction prefetch padding size for memory protection scenario */ -/* Memory alignment size for PMS */ - /* rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files). For rtc_timer_data_in_rtc_mem section. */ -/* 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_fast_start = ABSOLUTE(.); - mapping[rtc_text] - *rtc_wake_stub*.*(.text .text.*) - *(.rtc_text_end_test) - /* Padding for possible CPU prefetch + alignment for PMS split lines */ - . += 16; - . = ALIGN(512); - _rtc_text_end = ABSOLUTE(.); - } > rtc_iram_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(.); - mapping[rtc_force_fast] - *(.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. - - */ - .rtc.data : - { - _rtc_data_start = ABSOLUTE(.); - mapping[rtc_data] - *rtc_wake_stub*.*(.data .rodata .data.* .rodata.* .srodata.*) - _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.* .sbss .sbss.*) - *rtc_wake_stub*.*(COMMON) - mapping[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. - - */ - .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 data that should have fixed addresses. - - * The data are not initialized at power-up and are retained during deep - - * sleep. - - */ - .rtc_reserved (NOLOAD): - { - - . = ALIGN(4); - _rtc_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.*) - KEEP(*(.bootloader_data_rtc_mem .bootloader_data_rtc_mem.*)) - _rtc_reserved_end = ABSOLUTE(.); - } > rtc_reserved_seg - _rtc_reserved_length = _rtc_reserved_end - _rtc_reserved_start; - ASSERT((_rtc_reserved_length <= LENGTH(rtc_reserved_seg)), - "RTC 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.") - .iram0.text : - { - _iram_start = ABSOLUTE(.); - /* Vectors go to start of IRAM */ - ASSERT(ABSOLUTE(.) % 0x100 == 0, "vector address must be 256 byte aligned"); - KEEP(*(.exception_vectors_table.text)); - KEEP(*(.exception_vectors.text)); - - . = ALIGN(4); - _invalid_pc_placeholder = ABSOLUTE(.); - /* Code marked as running out of IRAM */ - _iram_text_start = ABSOLUTE(.); - mapping[iram0_text] - } > iram0_0_seg - /** - - * This section is required to skip .iram0.text area because iram0_0_seg and - - * dram0_0_seg reflect the same address space on different buses. - - */ - .dram0.dummy (NOLOAD): - { - . = ORIGIN(dram0_0_seg) + _iram_end - _iram_start; - } > dram0_0_seg - .dram0.data : - { - _data_start = ABSOLUTE(.); - *(.gnu.linkonce.d.*) - *(.data1) - __global_pointer$ = . + 0x800; - *(.sdata) - *(.sdata.*) - *(.gnu.linkonce.s.*) - *(.gnu.linkonce.s2.*) - *(.jcr) - mapping[dram0_data] - _data_end = ABSOLUTE(.); - } > dram0_0_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 - /* Shared RAM */ - .dram0.bss (NOLOAD) : - { - - . = ALIGN(8); - _bss_start = ABSOLUTE(.); - /** - - * ldgen places all bss-related data to mapping[dram0_bss] - - * (See components/esp_system/app.lf). - - */ - mapping[dram0_bss] - - . = 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.text : - { - _stext = .; - /** - - * Mark the start of flash.text. - - * This can be used by the MMU driver to maintain the virtual address. - - */ - _instruction_reserved_start = ABSOLUTE(.); - _text_start = ABSOLUTE(.); - mapping[flash_text] - *(.stub) - *(.gnu.linkonce.t.*) - *(.gnu.warning) - *(.irom0.text) /* catch stray ICACHE_RODATA_ATTR */ - /** - - * 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 - - */ - . += 16; - _text_end = ABSOLUTE(.); - /** - - * Mark the flash.text end. - - * This can be used for MMU driver to maintain virtual address. - - */ - _instruction_reserved_end = ABSOLUTE(.); - _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 - /** - - * Dummy section represents the .flash.text section but in default_rodata_seg. - - * Thus, it must have its alignment and (at least) its size. - - */ - .flash_rodata_dummy (NOLOAD): - { - _flash_rodata_dummy_start = .; - . = ALIGN(ALIGNOF(.flash.text)) + SIZEOF(.flash.text); - /* Add alignment of MMU page size + 0x20 bytes for the mapping header. */ - . = ALIGN(0x10000) + 0x20; - } > default_rodata_seg - .flash.appdesc : ALIGN(0x10) - { - /** - - * Mark flash.rodata start. - - * This can be used for mmu driver to maintain virtual address - - */ - _rodata_reserved_start = ABSOLUTE(.); - _rodata_start = ABSOLUTE(.); - /* !DO NOT PUT ANYTHING BEFORE THIS! */ - /* Should be the first. App version info. */ - *(.rodata_desc .rodata_desc.*) - /* Should be the second. Custom app version info. */ - *(.rodata_custom_desc .rodata_custom_desc.*) - /** - - * Create an empty gap within this section. Thanks to this, the end of this - - * section will match .flash.rodata's begin address. Thus, both sections - - * will be merged when creating the final bin image. - - */ - . = ALIGN(ALIGNOF(.flash.rodata)); - } > default_rodata_seg - ASSERT((ADDR(.flash.rodata) == ADDR(.flash.appdesc) + SIZEOF(.flash.appdesc)), "The gap between .flash.appdesc and .flash.rodata must not exist to produce the final bin image.") - .flash.rodata : ALIGN(0x10) - { - _flash_rodata_start = ABSOLUTE(.); - mapping[flash_rodata] - *(.irom1.text) /* catch stray ICACHE_RODATA_ATTR */ - *(.gnu.linkonce.r.*) - *(.rodata1) - *(.gcc_except_table .gcc_except_table.*) - *(.gnu.linkonce.e.*) - /** - - * C++ constructor tables. - - * - - * Excluding crtbegin.o/crtend.o since IDF doesn't use the toolchain crt. - - * - - * RISC-V gcc is configured with --enable-initfini-array so it emits - - * .init_array section instead. But the init_priority sections will be - - * sorted for iteration in ascending order during startup. - - * The rest of the init_array sections is sorted for iteration in descending - - * order during startup, however. Hence a different section is generated for - - * the init_priority functions which is iterated in ascending order during - - * startup. The corresponding code can be found in startup.c. - - */ - - . = ALIGN(4); - __init_priority_array_start = ABSOLUTE(.); - KEEP (*(EXCLUDE_FILE (*crtend.* *crtbegin.*) .init_array.*)) - __init_priority_array_end = ABSOLUTE(.); - - . = ALIGN(4); - __init_array_start = ABSOLUTE(.); - KEEP (*(EXCLUDE_FILE (*crtend.* *crtbegin.*) .init_array)) - __init_array_end = ABSOLUTE(.); - /* Addresses of memory regions reserved via SOC_RESERVE_MEMORY_REGION() */ - - . = ALIGN(4); - 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 */ - - . = ALIGN(4); - _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(.); - . = ALIGN(ALIGNOF(.eh_frame_hdr)); - } > default_rodata_seg - ASSERT((ADDR(.eh_frame_hdr) == ADDR(.flash.rodata) + SIZEOF(.flash.rodata)), "The gap between .flash.rodata and .eh_frame_hdr must not exist to produce the final bin image.") - .eh_frame_hdr : - { - . = ALIGN(ALIGNOF(.eh_frame)); - } > default_rodata_seg - ASSERT((ADDR(.eh_frame) == ADDR(.eh_frame_hdr) + SIZEOF(.eh_frame_hdr)), "The gap between .eh_frame_hdr and .eh_frame must not exist to produce the final bin image.") - .eh_frame : - { - . = ALIGN(ALIGNOF(.flash.tdata)); - } > default_rodata_seg - ASSERT((ADDR(.flash.tdata) == ADDR(.eh_frame) + SIZEOF(.eh_frame)), "The gap between .eh_frame and .flash.tdata must not exist to produce the final bin image.") - .flash.tdata : - { - _thread_local_data_start = ABSOLUTE(.); - *(.tdata .tdata.* .gnu.linkonce.td.*) - . = ALIGN(ALIGNOF(.flash.tbss)); - _thread_local_data_end = ABSOLUTE(.); - } > default_rodata_seg - ASSERT((ADDR(.flash.tbss) == ADDR(.flash.tdata) + SIZEOF(.flash.tdata)), "The gap between .flash.tdata and .flash.tbss must not exist to produce the final bin image.") - .flash.tbss (NOLOAD) : - { - _thread_local_bss_start = ABSOLUTE(.); - *(.tbss .tbss.* .gnu.linkonce.tb.*) - *(.tcommon .tcommon.*) - _thread_local_bss_end = ABSOLUTE(.); - } > default_rodata_seg - /** - - * This section contains all the rodata that is not used - - * at runtime, helping to avoid an increase in binary size. - - */ - .flash.rodata_noload (NOLOAD) : - { - /** - - * This symbol marks the end of flash.rodata. It can be utilized by the MMU - - * driver to maintain the virtual address. - - * NOLOAD rodata may not be included in this section. - - */ - _rodata_reserved_end = ADDR(.flash.tbss); - mapping[rodata_noload] - } > default_rodata_seg - /* Marks the end of IRAM code segment */ - .iram0.text_end (NOLOAD) : - { - /* Padding for possible CPU prefetch + alignment for PMS split lines */ - . += 16; - . = ALIGN(512); - /* iram_end_test section exists for use by memprot unit tests only */ - *(.iram_end_test) - _iram_text_end = ABSOLUTE(.); - } > iram0_0_seg - .iram0.data : - { - - . = ALIGN(16); - _iram_data_start = ABSOLUTE(.); - mapping[iram0_data] - _iram_data_end = ABSOLUTE(.); - } > iram0_0_seg - .iram0.bss (NOLOAD) : - { - - . = ALIGN(16); - _iram_bss_start = ABSOLUTE(.); - mapping[iram0_bss] - _iram_bss_end = ABSOLUTE(.); - - . = ALIGN(16); - _iram_end = ABSOLUTE(.); - } > iram0_0_seg - /* Marks the end of data, bss and possibly rodata */ - .dram0.heap_start (NOLOAD) : - { - - . = ALIGN(16); - _heap_start = ABSOLUTE(.); - } > dram0_0_seg - /* DWARF 1 */ - .debug 0 : { *(.debug) } - .line 0 : { *(.line) } - /* GNU DWARF 1 extensions */ - .debug_srcinfo 0 : { *(.debug_srcinfo) } - .debug_sfnames 0 : { *(.debug_sfnames) } - /* DWARF 1.1 and DWARF 2 */ - .debug_aranges 0 : { *(.debug_aranges) } - .debug_pubnames 0 : { *(.debug_pubnames) } - /* DWARF 2 */ - .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) } - .debug_abbrev 0 : { *(.debug_abbrev) } - .debug_line 0 : { *(.debug_line) } - .debug_frame 0 : { *(.debug_frame) } - .debug_str 0 : { *(.debug_str) } - .debug_loc 0 : { *(.debug_loc) } - .debug_macinfo 0 : { *(.debug_macinfo) } - .debug_pubtypes 0 : { *(.debug_pubtypes) } - /* DWARF 3 */ - .debug_ranges 0 : { *(.debug_ranges) } - /* SGI/MIPS DWARF 2 extensions */ - .debug_weaknames 0 : { *(.debug_weaknames) } - .debug_funcnames 0 : { *(.debug_funcnames) } - .debug_typenames 0 : { *(.debug_typenames) } - .debug_varnames 0 : { *(.debug_varnames) } - /* GNU DWARF 2 extensions */ - .debug_gnu_pubnames 0 : { *(.debug_gnu_pubnames) } - .debug_gnu_pubtypes 0 : { *(.debug_gnu_pubtypes) } - /* DWARF 4 */ - .debug_types 0 : { *(.debug_types) } - /* DWARF 5 */ - .debug_addr 0 : { *(.debug_addr) } - .debug_line_str 0 : { *(.debug_line_str) } - .debug_loclists 0 : { *(.debug_loclists) } - .debug_macro 0 : { *(.debug_macro) } - .debug_names 0 : { *(.debug_names) } - .debug_rnglists 0 : { *(.debug_rnglists) } - .debug_str_offsets 0 : { *(.debug_str_offsets) } - .comment 0 : { *(.comment) } - .note.GNU-stack 0: { *(.note.GNU-stack) } - .riscv.attributes 0: { *(.riscv.attributes) } - /DISCARD/ : - { - /** - - * Discarding .rela.* sections results in the following mapping: - - * .rela.text.* -> .text.* - - * .rela.data.* -> .data.* - - * And so forth... - - */ - *(.rela.*) - *(.got .got.plt) /* TODO: GCC-382 */ - *(.eh_frame_hdr) - *(.eh_frame) - } -} -ASSERT(((_iram_end - ORIGIN(iram0_0_seg)) <= LENGTH(iram0_0_seg)), - "IRAM0 segment data does not fit.") -ASSERT(((_heap_start - ORIGIN(dram0_0_seg)) <= LENGTH(dram0_0_seg)), - "DRAM segment data does not fit.") diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/libesp_system.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/libesp_system.a deleted file mode 100644 index eb9c4219b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/libesp_system.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/port/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/port/cmake_install.cmake deleted file mode 100644 index 8a2a7cd40..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/port/cmake_install.cmake +++ /dev/null @@ -1,44 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/port/soc/esp32c3/cmake_install.cmake") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/port/soc/esp32c3/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/port/soc/esp32c3/cmake_install.cmake deleted file mode 100644 index c4a5b7514..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/port/soc/esp32c3/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc/esp32c3 - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj deleted file mode 100644 index b42cc402c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj deleted file mode 100644 index 26f59407e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_systimer.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_systimer.c.obj deleted file mode 100644 index e2a39b11c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_systimer.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj deleted file mode 100644 index cfbb7155d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj deleted file mode 100644 index a73fcf69a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj deleted file mode 100644 index 82de3e4a0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/cmake_install.cmake deleted file mode 100644 index 0a59232ec..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_timer - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/libesp_timer.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/libesp_timer.a deleted file mode 100644 index 3106544ba..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/libesp_timer.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj deleted file mode 100644 index 584c3f331..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_vfs_console/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_vfs_console/cmake_install.cmake deleted file mode 100644 index 857b6ecc9..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_vfs_console/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_vfs_console/libesp_vfs_console.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_vfs_console/libesp_vfs_console.a deleted file mode 100644 index c1c832c6d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_vfs_console/libesp_vfs_console.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c3/esp_adapter.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c3/esp_adapter.c.obj deleted file mode 100644 index b9dc56784..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c3/esp_adapter.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj deleted file mode 100644 index d275e4557..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj deleted file mode 100644 index 5885e3b3f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj deleted file mode 100644 index 9f3f95edb..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj deleted file mode 100644 index 7f58e0507..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj deleted file mode 100644 index 9f87070d9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj deleted file mode 100644 index 8d8a6a53b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj deleted file mode 100644 index 5bc02c674..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj deleted file mode 100644 index 698538738..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/cmake_install.cmake deleted file mode 100644 index c4f658ffa..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/libesp_wifi.a b/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/libesp_wifi.a deleted file mode 100644 index c5666e46b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/libesp_wifi.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj deleted file mode 100644 index 653f2a4b5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj deleted file mode 100644 index e495b6b7c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj deleted file mode 100644 index 9d91752c0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj deleted file mode 100644 index aa6c74a59..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj deleted file mode 100644 index 15f14e1a6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj deleted file mode 100644 index 0f87ead4a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj deleted file mode 100644 index edb4e2d8a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj deleted file mode 100644 index 1dc8086de..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj deleted file mode 100644 index 85813014a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/cmake_install.cmake deleted file mode 100644 index 7d46df575..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/espcoredump - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/libespcoredump.a b/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/libespcoredump.a deleted file mode 100644 index 165347758..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/libespcoredump.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esptool_py/app-flash_args.in b/ESP-IDF_mqtt-ssl/build/esp-idf/esptool_py/app-flash_args.in deleted file mode 100644 index b3f3b5714..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esptool_py/app-flash_args.in +++ /dev/null @@ -1,2 +0,0 @@ ---flash_mode dio --flash_freq 80m --flash_size 2MB -0x10000 $.bin \ No newline at end of file diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esptool_py/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/esptool_py/cmake_install.cmake deleted file mode 100644 index f0bfec019..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esptool_py/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/esptool_py - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/esptool_py/flasher_args.json.in b/ESP-IDF_mqtt-ssl/build/esp-idf/esptool_py/flasher_args.json.in deleted file mode 100644 index 7dcc75abe..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/esptool_py/flasher_args.json.in +++ /dev/null @@ -1,24 +0,0 @@ -{ - "write_flash_args" : [ "--flash_mode", "dio", - "--flash_size", "2MB", - "--flash_freq", "80m" ], - "flash_settings" : { - "flash_mode": "dio", - "flash_size": "2MB", - "flash_freq": "80m" - }, - "flash_files" : { - "0x0" : "bootloader/bootloader.bin", - "0x10000" : "$.bin", - "0x8000" : "partition_table/partition-table.bin" - }, - "bootloader" : { "offset" : "0x0", "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" : "esp32c3" - } -} diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj deleted file mode 100644 index cdc038cbe..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj deleted file mode 100644 index 912c929e3..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj deleted file mode 100644 index ac837fec4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj deleted file mode 100644 index 0899b0334..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj deleted file mode 100644 index 430a5eb0d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj deleted file mode 100644 index 3273d581e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj deleted file mode 100644 index 8413e1c1c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj deleted file mode 100644 index 85a145ff8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj deleted file mode 100644 index da9b9721a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj deleted file mode 100644 index d67f2f6eb..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/cmake_install.cmake deleted file mode 100644 index 6a6723845..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/fatfs - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/libfatfs.a b/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/libfatfs.a deleted file mode 100644 index 7c7f01984..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/libfatfs.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj deleted file mode 100644 index d85801447..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj deleted file mode 100644 index 122489572..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/port.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/port.c.obj deleted file mode 100644 index 9918ce12b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/port.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/portasm.S.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/portasm.S.obj deleted file mode 100644 index cb7ba80e7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/portasm.S.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj deleted file mode 100644 index 484620647..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj deleted file mode 100644 index c269a1573..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj deleted file mode 100644 index e381b7ce9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj deleted file mode 100644 index a6f18335f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj deleted file mode 100644 index ac4d5a487..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj deleted file mode 100644 index e1b9b71ac..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj deleted file mode 100644 index 010ede9f1..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj deleted file mode 100644 index 171158dbd..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj deleted file mode 100644 index 5740d896d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj deleted file mode 100644 index a098c100d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj deleted file mode 100644 index 240ea6595..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/cmake_install.cmake deleted file mode 100644 index f80270632..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/freertos - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/libfreertos.a b/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/libfreertos.a deleted file mode 100644 index cbd3874c4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/libfreertos.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj deleted file mode 100644 index 126fe4743..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj deleted file mode 100644 index 23d056696..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj deleted file mode 100644 index 5224a1706..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj deleted file mode 100644 index 07fcc0de1..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj deleted file mode 100644 index 2adcd503a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj deleted file mode 100644 index 77676a3c7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj deleted file mode 100644 index 27dda5d5e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ds_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ds_hal.c.obj deleted file mode 100644 index 54c3684f8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ds_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj deleted file mode 100644 index 772378d2c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/clk_tree_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/clk_tree_hal.c.obj deleted file mode 100644 index 14fc62c5c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/clk_tree_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj deleted file mode 100644 index fad479895..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/rtc_cntl_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/rtc_cntl_hal.c.obj deleted file mode 100644 index 0e1665ec4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/rtc_cntl_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_ahb_v1.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_ahb_v1.c.obj deleted file mode 100644 index c1e29cd4b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_ahb_v1.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_top.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_top.c.obj deleted file mode 100644 index 1f1510cf8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_top.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj deleted file mode 100644 index 6377ae8d5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj deleted file mode 100644 index 3f1a10856..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/hmac_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/hmac_hal.c.obj deleted file mode 100644 index 0b87084c6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/hmac_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj deleted file mode 100644 index b86904111..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj deleted file mode 100644 index f37f570e4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj deleted file mode 100644 index 7d328774a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj deleted file mode 100644 index 1b859bc0b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj deleted file mode 100644 index 6638ae5e1..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj deleted file mode 100644 index 7a84be55c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj deleted file mode 100644 index 0a45a5162..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj deleted file mode 100644 index 33742ab9b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj deleted file mode 100644 index 776ed651d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj deleted file mode 100644 index daa50220b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj deleted file mode 100644 index ef74a7c64..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj deleted file mode 100644 index faf88a734..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_gpspi.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_gpspi.c.obj deleted file mode 100644 index 5db82d3a5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_gpspi.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj deleted file mode 100644 index 069850822..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj deleted file mode 100644 index 748d54ea9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj deleted file mode 100644 index 015124c04..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj deleted file mode 100644 index 2a88eb76c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj deleted file mode 100644 index bf172701f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hd_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hd_hal.c.obj deleted file mode 100644 index bb93f5079..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hd_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/systimer_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/systimer_hal.c.obj deleted file mode 100644 index ded227443..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/systimer_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj deleted file mode 100644 index 5cd071b11..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj deleted file mode 100644 index 1455aa25d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj deleted file mode 100644 index a3e36270e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj deleted file mode 100644 index ee28bf4bc..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj deleted file mode 100644 index 1842eae27..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/usb_serial_jtag_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/usb_serial_jtag_hal.c.obj deleted file mode 100644 index c5cbf1cba..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/usb_serial_jtag_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj deleted file mode 100644 index 943478cd5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/xt_wdt_hal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/xt_wdt_hal.c.obj deleted file mode 100644 index 7ebe875ad..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/xt_wdt_hal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/cmake_install.cmake deleted file mode 100644 index c55baf38d..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/hal - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/libhal.a b/ESP-IDF_mqtt-ssl/build/esp-idf/hal/libhal.a deleted file mode 100644 index 16d3603ed..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/hal/libhal.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj deleted file mode 100644 index 8baa8ee04..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj deleted file mode 100644 index 8c524bfb3..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj deleted file mode 100644 index 166dfcb66..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj deleted file mode 100644 index 9eee6566b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32c3/memory_layout.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32c3/memory_layout.c.obj deleted file mode 100644 index 04a614172..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32c3/memory_layout.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj deleted file mode 100644 index 7a2b92076..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj deleted file mode 100644 index 273612862..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/heap/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/heap/cmake_install.cmake deleted file mode 100644 index 37e5479ef..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/heap/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/heap - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/heap/libheap.a b/ESP-IDF_mqtt-ssl/build/esp-idf/heap/libheap.a deleted file mode 100644 index 230884c86..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/heap/libheap.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj deleted file mode 100644 index f2ee40b03..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/http_parser/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/http_parser/cmake_install.cmake deleted file mode 100644 index 00205e537..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/http_parser/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/http_parser - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/http_parser/libhttp_parser.a b/ESP-IDF_mqtt-ssl/build/esp-idf/http_parser/libhttp_parser.a deleted file mode 100644 index 47c71db7b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/http_parser/libhttp_parser.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/idf_test/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/idf_test/cmake_install.cmake deleted file mode 100644 index 9f6a332f2..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/idf_test/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/idf_test - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/ieee802154/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/ieee802154/cmake_install.cmake deleted file mode 100644 index b9b666066..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/ieee802154/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/ieee802154 - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj deleted file mode 100644 index cd394bf25..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj deleted file mode 100644 index 66ed99c3a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/json/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/json/cmake_install.cmake deleted file mode 100644 index a9f3aa5f7..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/json/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/json - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/json/libjson.a b/ESP-IDF_mqtt-ssl/build/esp-idf/json/libjson.a deleted file mode 100644 index 173acf661..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/json/libjson.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj deleted file mode 100644 index 45e84ef28..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj deleted file mode 100644 index ee9517c3c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj deleted file mode 100644 index c13a29e77..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj deleted file mode 100644 index 173cc8df6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj deleted file mode 100644 index 78cde7053..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj deleted file mode 100644 index d29966233..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj deleted file mode 100644 index 08a78f79f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj deleted file mode 100644 index e77b8a2df..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj deleted file mode 100644 index 754164c84..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj deleted file mode 100644 index 99e635487..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/log/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/log/cmake_install.cmake deleted file mode 100644 index 08129699a..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/log/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/log - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/log/liblog.a b/ESP-IDF_mqtt-ssl/build/esp-idf/log/liblog.a deleted file mode 100644 index 098646f58..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/log/liblog.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj deleted file mode 100644 index c84f7aef0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj deleted file mode 100644 index c77ac3cbe..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj deleted file mode 100644 index 8f1cd91c9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj deleted file mode 100644 index 3e5280ded..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj deleted file mode 100644 index 9b92b4f1b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj deleted file mode 100644 index e41c97c80..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj deleted file mode 100644 index 664c40759..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj deleted file mode 100644 index 76ce387e6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj deleted file mode 100644 index e75c92104..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj deleted file mode 100644 index fad08ada9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj deleted file mode 100644 index aee390f0d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj deleted file mode 100644 index ff5baf17b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj deleted file mode 100644 index 7beaff7b8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj deleted file mode 100644 index 8f15b348e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj deleted file mode 100644 index 6f74f6b1a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj deleted file mode 100644 index cb838f4c1..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj deleted file mode 100644 index fc5f133f5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj deleted file mode 100644 index 578bed1c8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj deleted file mode 100644 index 01c253fa5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj deleted file mode 100644 index cf3b797f4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj deleted file mode 100644 index f43ce8d8f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj deleted file mode 100644 index 58da1fa68..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj deleted file mode 100644 index d3223c340..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj deleted file mode 100644 index 45b11b071..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj deleted file mode 100644 index 192bbe3cb..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj deleted file mode 100644 index c51a5721e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj deleted file mode 100644 index 4b7d99baa..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj deleted file mode 100644 index c0814441e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj deleted file mode 100644 index 9884088e1..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj deleted file mode 100644 index dae8ec378..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj deleted file mode 100644 index 21db0e502..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj deleted file mode 100644 index fc160f8cf..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj deleted file mode 100644 index ebd79f42b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj deleted file mode 100644 index 1649f8707..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj deleted file mode 100644 index cbf23ad4e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj deleted file mode 100644 index 7e3031442..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj deleted file mode 100644 index 455975c60..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj deleted file mode 100644 index b78331b6a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj deleted file mode 100644 index 0658a0a77..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj deleted file mode 100644 index 149771b7a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj deleted file mode 100644 index b40b83dd0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj deleted file mode 100644 index 98a87d0e5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj deleted file mode 100644 index 83aae4ad7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj deleted file mode 100644 index d8e8d99be..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj deleted file mode 100644 index de4fdf2ac..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj deleted file mode 100644 index 7e262c286..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj deleted file mode 100644 index 1af8dd76c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj deleted file mode 100644 index d1c58fc52..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj deleted file mode 100644 index 5b8fa7315..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj deleted file mode 100644 index 7aa6ca66e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj deleted file mode 100644 index f8a8a71da..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj deleted file mode 100644 index 1d44dad5b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj deleted file mode 100644 index 4c5edbcb5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj deleted file mode 100644 index fa6421455..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj deleted file mode 100644 index 402cf1c8e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj deleted file mode 100644 index 4c1a7dbc6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj deleted file mode 100644 index 2597634d4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj deleted file mode 100644 index 251bf1d90..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj deleted file mode 100644 index 0ca61295e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj deleted file mode 100644 index 8ff49d494..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj deleted file mode 100644 index eb9523a46..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj deleted file mode 100644 index 0153a4b38..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj deleted file mode 100644 index 5cb1d22ad..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj deleted file mode 100644 index edd5fdf7f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj deleted file mode 100644 index da86757c6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj deleted file mode 100644 index 2e86a042a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj deleted file mode 100644 index fb057b9f9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj deleted file mode 100644 index 882029847..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj deleted file mode 100644 index 068588b46..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj deleted file mode 100644 index 173f21d8c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj deleted file mode 100644 index 22f201514..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj deleted file mode 100644 index b966b5b38..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj deleted file mode 100644 index b266adbd7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj deleted file mode 100644 index 6caaa5d70..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj deleted file mode 100644 index d5314b5a4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj deleted file mode 100644 index 82f5aaf0d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj deleted file mode 100644 index f8925d77e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj deleted file mode 100644 index 83f9f53e6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj deleted file mode 100644 index 9f08e6bb9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj deleted file mode 100644 index d948501b3..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj deleted file mode 100644 index 68cf446fd..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj deleted file mode 100644 index 7ad8eaba3..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj deleted file mode 100644 index df6a49976..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj deleted file mode 100644 index 04df3796c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj deleted file mode 100644 index 13c8b81e0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj deleted file mode 100644 index f66142358..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj deleted file mode 100644 index 64e02c0cc..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj deleted file mode 100644 index 9700ed82f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj deleted file mode 100644 index a2540ac86..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj deleted file mode 100644 index a32856b37..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj deleted file mode 100644 index c37ad5598..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj deleted file mode 100644 index e79b499cc..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/cmake_install.cmake deleted file mode 100644 index b473c0c37..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/lwip - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/liblwip.a b/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/liblwip.a deleted file mode 100644 index 0eb8b4e4c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/liblwip.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/main/CMakeFiles/__idf_main.dir/app_main.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/main/CMakeFiles/__idf_main.dir/app_main.c.obj deleted file mode 100644 index 3d4da2c6c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/main/CMakeFiles/__idf_main.dir/app_main.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/main/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/main/cmake_install.cmake deleted file mode 100644 index bf81045ed..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/main/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/main/libmain.a b/ESP-IDF_mqtt-ssl/build/esp-idf/main/libmain.a deleted file mode 100644 index ed5b365f4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/main/libmain.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj deleted file mode 100644 index e63d6bc0d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj deleted file mode 100644 index 99739283e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/cmake_install.cmake deleted file mode 100644 index 7f4675cd4..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/cmake_install.cmake +++ /dev/null @@ -1,44 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/libmbedtls.a b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/libmbedtls.a deleted file mode 100644 index 2b42647e7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/libmbedtls.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake deleted file mode 100644 index 7e60fb6ac..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake +++ /dev/null @@ -1,46 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake") - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake") - -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj deleted file mode 100644 index c745dd19a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj deleted file mode 100644 index 8b48854c0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj deleted file mode 100644 index 05ad32f6b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake deleted file mode 100644 index e8b9f18f6..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake +++ /dev/null @@ -1,51 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/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)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-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/alex/esp/v5.4/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a deleted file mode 100644 index 20cf9c2f7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj deleted file mode 100644 index fd6573e59..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj deleted file mode 100644 index 79ea856ac..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake deleted file mode 100644 index ab306f4c8..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake +++ /dev/null @@ -1,51 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/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)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/:C:/Users/alex/esp/v5.4/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a deleted file mode 100644 index 40ee63c51..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake deleted file mode 100644 index 7daaf45b7..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake +++ /dev/null @@ -1,48 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake") - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake") - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake") - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake") - -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake deleted file mode 100644 index f5a6c5053..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake +++ /dev/null @@ -1,146 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/aes.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/aria.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/asn1.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/asn1write.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/base64.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/bignum.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/block_cipher.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/build_info.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/camellia.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ccm.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/chacha20.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/chachapoly.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/check_config.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/cipher.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/cmac.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/compat-2.x.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_legacy_crypto.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_legacy_from_psa.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_psa_from_legacy.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_psa_superset_legacy.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_ssl.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_x509.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_psa.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/constant_time.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ctr_drbg.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/debug.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/des.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/dhm.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ecdh.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ecdsa.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ecjpake.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ecp.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/entropy.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/error.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/gcm.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/hkdf.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/hmac_drbg.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/lms.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/mbedtls_config.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/md.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/md5.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/memory_buffer_alloc.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/net_sockets.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/nist_kw.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/oid.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pem.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pk.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pkcs12.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pkcs5.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pkcs7.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/platform.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/platform_time.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/platform_util.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/poly1305.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/private_access.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/psa_util.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ripemd160.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/rsa.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/sha1.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/sha256.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/sha3.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/sha512.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl_cache.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl_ciphersuites.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl_cookie.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl_ticket.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/threading.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/timing.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/version.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/x509.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/x509_crl.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/mbedtls/x509_crt.h" - "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/psa/build_info.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/psa/crypto.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_adjust_auto_enabled.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_adjust_config_dependencies.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_adjust_config_key_pair_types.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_adjust_config_synonyms.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_builtin_composites.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_builtin_key_derivation.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_builtin_primitives.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_compat.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_config.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_driver_common.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_driver_contexts_composites.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_driver_contexts_key_derivation.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_driver_contexts_primitives.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_extra.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_legacy.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_platform.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_se_driver.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_sizes.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_struct.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_types.h" - "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_values.h" - ) -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c.obj deleted file mode 100644 index 09d21d831..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c.obj deleted file mode 100644 index 4f05121b0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c.obj deleted file mode 100644 index 07088e5e3..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj deleted file mode 100644 index fa624720f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj deleted file mode 100644 index 9c53156cb..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj deleted file mode 100644 index 493d3906e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj deleted file mode 100644 index 609f37d1e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj deleted file mode 100644 index 61d8a98cf..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/crypto_shared_gdma/esp_crypto_shared_gdma.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/crypto_shared_gdma/esp_crypto_shared_gdma.c.obj deleted file mode 100644 index 88a30baee..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/crypto_shared_gdma/esp_crypto_shared_gdma.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c.obj deleted file mode 100644 index 9147b70a8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_hardware.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_hardware.c.obj deleted file mode 100644 index 5af675bf9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_hardware.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_mem.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_mem.c.obj deleted file mode 100644 index c8f6311f3..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_mem.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_timing.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_timing.c.obj deleted file mode 100644 index 2b0e99aa7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_timing.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/md/esp_md.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/md/esp_md.c.obj deleted file mode 100644 index 3afce97d7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/md/esp_md.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c.obj deleted file mode 100644 index 73d87e4f7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c.obj deleted file mode 100644 index d111bad91..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c.obj deleted file mode 100644 index ca827bccf..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c.obj deleted file mode 100644 index b7d208692..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/sha.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/sha.c.obj deleted file mode 100644 index f759ad65a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/dma/sha.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj deleted file mode 100644 index 854805fcc..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj deleted file mode 100644 index cf0271443..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj deleted file mode 100644 index df3b215d4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj deleted file mode 100644 index 54ef9215b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj deleted file mode 100644 index d9e418081..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj deleted file mode 100644 index a59e1768e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj deleted file mode 100644 index 5689a8bf5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj deleted file mode 100644 index 1845c8130..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj deleted file mode 100644 index e00d236bc..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj deleted file mode 100644 index 9b14a8d1f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj deleted file mode 100644 index 36caead16..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj deleted file mode 100644 index ed99576c1..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj deleted file mode 100644 index ac6dee401..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj deleted file mode 100644 index 587778fe3..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj deleted file mode 100644 index 3eba9b3b1..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj deleted file mode 100644 index d83aa161a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj deleted file mode 100644 index 1382694e2..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj deleted file mode 100644 index 7e1ab52a7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj deleted file mode 100644 index 0fb454a32..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj deleted file mode 100644 index db8a24573..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj deleted file mode 100644 index 16ab11dc1..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj deleted file mode 100644 index 0102e87f0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj deleted file mode 100644 index acd53551f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj deleted file mode 100644 index 56d95fa59..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj deleted file mode 100644 index 32ca71469..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj deleted file mode 100644 index df58a1e09..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj deleted file mode 100644 index 1c2e7011c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj deleted file mode 100644 index 0b43960df..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj deleted file mode 100644 index a309b2ae1..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj deleted file mode 100644 index e682d0cff..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj deleted file mode 100644 index f224f3aac..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj deleted file mode 100644 index fe2a4fdd8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj deleted file mode 100644 index b92440e69..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj deleted file mode 100644 index 994776cfa..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj deleted file mode 100644 index 6424e3ac5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj deleted file mode 100644 index 5d924a51a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj deleted file mode 100644 index 2d45fd665..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj deleted file mode 100644 index 4831436e5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj deleted file mode 100644 index ec74779f7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj deleted file mode 100644 index 06b0f7fec..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj deleted file mode 100644 index 3d192d9c1..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj deleted file mode 100644 index 0ef387f2f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj deleted file mode 100644 index ed87c3daf..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj deleted file mode 100644 index b097dbd84..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj deleted file mode 100644 index d59489470..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj deleted file mode 100644 index 22bb0e7f5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj deleted file mode 100644 index 93a16fc28..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj deleted file mode 100644 index 63a2d79b0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj deleted file mode 100644 index 28eedf241..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj deleted file mode 100644 index 03ba11f70..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj deleted file mode 100644 index cadd29dd1..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj deleted file mode 100644 index d10b442e9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj deleted file mode 100644 index 524a22c70..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj deleted file mode 100644 index 590ed4de8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj deleted file mode 100644 index bb1d4e781..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj deleted file mode 100644 index f5a5537eb..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj deleted file mode 100644 index 17c69bdab..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj deleted file mode 100644 index 279a16ca2..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj deleted file mode 100644 index a25c57368..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj deleted file mode 100644 index bdbf5752d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj deleted file mode 100644 index 9a6b36aeb..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj deleted file mode 100644 index 6505b26ed..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj deleted file mode 100644 index c39547745..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj deleted file mode 100644 index 50b2d4241..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj deleted file mode 100644 index 21e0e3f02..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj deleted file mode 100644 index 57b1af186..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj deleted file mode 100644 index f830e7d1a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj deleted file mode 100644 index 392fb1c82..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj deleted file mode 100644 index f9114b2fb..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj deleted file mode 100644 index 559fcd4ef..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj deleted file mode 100644 index c16fb1b21..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj deleted file mode 100644 index d2b7bd6ba..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj deleted file mode 100644 index 6a7564cd1..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj deleted file mode 100644 index 74f843fd7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj deleted file mode 100644 index 4c1b5e082..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj deleted file mode 100644 index e0aa0d4bf..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj deleted file mode 100644 index 425c788be..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj deleted file mode 100644 index 6838d2be1..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj deleted file mode 100644 index b44252051..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj deleted file mode 100644 index 4917f847c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj deleted file mode 100644 index 987eab72b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj deleted file mode 100644 index be4b57817..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_platform_time.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_platform_time.c.obj deleted file mode 100644 index 6447b7e5e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/esp_platform_time.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj deleted file mode 100644 index 857ce24ae..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/net_sockets.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/net_sockets.c.obj deleted file mode 100644 index ba3cda06d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/v5.4/esp-idf/components/mbedtls/port/net_sockets.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj deleted file mode 100644 index 50dfa95b4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj deleted file mode 100644 index 88aeb3f93..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj deleted file mode 100644 index 9f4012869..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj deleted file mode 100644 index cdf69bc46..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj deleted file mode 100644 index 3b5313c80..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj deleted file mode 100644 index d37c3b525..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj deleted file mode 100644 index eaf1a4484..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj deleted file mode 100644 index ce471619f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj deleted file mode 100644 index d8f609a89..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj deleted file mode 100644 index afc867cbf..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj deleted file mode 100644 index 87ebebd48..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj deleted file mode 100644 index 01977b202..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj deleted file mode 100644 index fdf1b1ef0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj deleted file mode 100644 index 9ca66dba9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj deleted file mode 100644 index 355b5f993..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj deleted file mode 100644 index da9209905..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj deleted file mode 100644 index 005b9a641..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj deleted file mode 100644 index 4477e1a3d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj deleted file mode 100644 index 32909bb41..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj deleted file mode 100644 index 2df27fa47..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj deleted file mode 100644 index 7f077aae4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj deleted file mode 100644 index d3e47d962..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj deleted file mode 100644 index 76dd4b15c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj deleted file mode 100644 index 856442468..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj deleted file mode 100644 index 779da2b6e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj deleted file mode 100644 index d343daf35..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake deleted file mode 100644 index da2bf4f60..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake +++ /dev/null @@ -1,51 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/library - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/error.c b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/error.c deleted file mode 120000 index 6ad7162ab..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/error.c +++ /dev/null @@ -1,880 +0,0 @@ -/* - * 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/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a deleted file mode 100644 index b6b81ff38..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a deleted file mode 100644 index fec2c80e9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/libmbedx509.a b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/libmbedx509.a deleted file mode 100644 index 7979f0605..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/libmbedx509.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c deleted file mode 120000 index de8a5269b..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c +++ /dev/null @@ -1,256 +0,0 @@ -/* - * 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/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c deleted file mode 120000 index 734c417b8..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c +++ /dev/null @@ -1,251 +0,0 @@ -/* 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/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/version_features.c b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/version_features.c deleted file mode 120000 index f542d9808..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/library/version_features.c +++ /dev/null @@ -1,844 +0,0 @@ -/* - * 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/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake deleted file mode 100644 index 6012c65ca..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/mbedtls/pkgconfig - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/x509_crt_bundle b/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/x509_crt_bundle deleted file mode 100644 index 068907047..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/x509_crt_bundle and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj deleted file mode 100644 index 8127edfe4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj deleted file mode 100644 index 8ae4174b4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj deleted file mode 100644 index c67444df0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj deleted file mode 100644 index f9278e2db..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/cmake_install.cmake deleted file mode 100644 index a57c09c1f..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/mqtt - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/libmqtt.a b/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/libmqtt.a deleted file mode 100644 index 601762269..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/libmqtt.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj deleted file mode 100644 index 55de847ef..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj deleted file mode 100644 index 0075e094b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/flockfile.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/flockfile.c.obj deleted file mode 100644 index 90b4b2527..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/flockfile.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/getentropy.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/getentropy.c.obj deleted file mode 100644 index 050007022..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/getentropy.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj deleted file mode 100644 index b0763f385..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj deleted file mode 100644 index a93f4733f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj deleted file mode 100644 index 9cba45938..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj deleted file mode 100644 index 720c1a433..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj deleted file mode 100644 index 56d584be9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj deleted file mode 100644 index 3d296a3ac..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj deleted file mode 100644 index 3c673c4ae..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj deleted file mode 100644 index b4aa14095..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj deleted file mode 100644 index 9e4d65aa8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/scandir.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/scandir.c.obj deleted file mode 100644 index c84623060..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/scandir.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj deleted file mode 100644 index 8890367b7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj deleted file mode 100644 index 9edb5a441..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj deleted file mode 100644 index 7f3d73209..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj deleted file mode 100644 index ce736579b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj deleted file mode 100644 index b52f3d10b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/cmake_install.cmake deleted file mode 100644 index 215c6c8e9..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/cmake_install.cmake +++ /dev/null @@ -1,44 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/newlib - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/port/cmake_install.cmake") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/libnewlib.a b/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/libnewlib.a deleted file mode 100644 index 756b496af..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/libnewlib.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/port/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/port/cmake_install.cmake deleted file mode 100644 index 0d6638ecf..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/port/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/newlib/port - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj deleted file mode 100644 index 0bbf62933..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj deleted file mode 100644 index a7b20e73f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj deleted file mode 100644 index 286c23115..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj deleted file mode 100644 index b8c222469..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj deleted file mode 100644 index 02fbbf99b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj deleted file mode 100644 index 069c32842..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj deleted file mode 100644 index f186332da..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj deleted file mode 100644 index 327958db9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj deleted file mode 100644 index de9634993..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj deleted file mode 100644 index 92452e9ee..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj deleted file mode 100644 index 409b2f7b8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj deleted file mode 100644 index 00c073656..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj deleted file mode 100644 index e62b4fb8a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj deleted file mode 100644 index 154cfe9c4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj deleted file mode 100644 index 878e128b0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/cmake_install.cmake deleted file mode 100644 index 3d5ccdfe4..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/libnvs_flash.a b/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/libnvs_flash.a deleted file mode 100644 index 279db674e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/libnvs_flash.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj deleted file mode 100644 index b8c323a72..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_sec_provider/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_sec_provider/cmake_install.cmake deleted file mode 100644 index f3c5f146c..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_sec_provider/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_sec_provider/libnvs_sec_provider.a b/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_sec_provider/libnvs_sec_provider.a deleted file mode 100644 index 66beed346..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_sec_provider/libnvs_sec_provider.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/openthread/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/openthread/cmake_install.cmake deleted file mode 100644 index 4da7179b2..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/openthread/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/openthread - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/partition_table/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/partition_table/cmake_install.cmake deleted file mode 100644 index 9603cf026..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/partition_table/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/partition_table - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/partition_table/partition-table-flash_args.in b/ESP-IDF_mqtt-ssl/build/esp-idf/partition_table/partition-table-flash_args.in deleted file mode 100644 index ecfd9ba25..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/partition_table/partition-table-flash_args.in +++ /dev/null @@ -1,2 +0,0 @@ ---flash_mode dio --flash_freq 80m --flash_size 2MB -0x8000 partition_table/partition-table.bin \ No newline at end of file diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj deleted file mode 100644 index 2352fcab9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protobuf-c/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/protobuf-c/cmake_install.cmake deleted file mode 100644 index d02f66fc3..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/protobuf-c/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protobuf-c/libprotobuf-c.a b/ESP-IDF_mqtt-ssl/build/esp-idf/protobuf-c/libprotobuf-c.a deleted file mode 100644 index bd59891e7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/protobuf-c/libprotobuf-c.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/addr_from_stdin.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/addr_from_stdin.c.obj deleted file mode 100644 index 36856c629..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/addr_from_stdin.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/connect.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/connect.c.obj deleted file mode 100644 index 87925573f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/connect.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/console_cmd.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/console_cmd.c.obj deleted file mode 100644 index 0d738e4a7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/console_cmd.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/protocol_examples_utils.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/protocol_examples_utils.c.obj deleted file mode 100644 index 6c0c25507..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/protocol_examples_utils.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/stdin_out.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/stdin_out.c.obj deleted file mode 100644 index 4529be591..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/stdin_out.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/wifi_connect.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/wifi_connect.c.obj deleted file mode 100644 index d39e88e0f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/CMakeFiles/__idf_protocol_examples_common.dir/wifi_connect.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/cmake_install.cmake deleted file mode 100644 index b488f8d55..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/libprotocol_examples_common.a b/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/libprotocol_examples_common.a deleted file mode 100644 index 43613cd73..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/libprotocol_examples_common.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj deleted file mode 100644 index 9978fea65..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj deleted file mode 100644 index f7f0486e5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj deleted file mode 100644 index 6963da758..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj deleted file mode 100644 index cf95dc99b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj deleted file mode 100644 index d9b0b8206..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj deleted file mode 100644 index 90f6aa431..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj deleted file mode 100644 index 63161e546..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj deleted file mode 100644 index 804fa943a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj deleted file mode 100644 index d600f7410..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj deleted file mode 100644 index b38009a0a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj deleted file mode 100644 index f81d8fbe6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj deleted file mode 100644 index 41a7c6af8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj deleted file mode 100644 index 12ef06d3a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/cmake_install.cmake deleted file mode 100644 index fd986e1d4..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/protocomm - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/libprotocomm.a b/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/libprotocomm.a deleted file mode 100644 index 1582aa7f6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/libprotocomm.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj deleted file mode 100644 index c87c36403..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj deleted file mode 100644 index f0949cf0d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj deleted file mode 100644 index 2a6a92843..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj deleted file mode 100644 index 3eb506455..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj deleted file mode 100644 index 7f1ef8227..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/cmake_install.cmake deleted file mode 100644 index 6a151c54b..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/pthread - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/libpthread.a b/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/libpthread.a deleted file mode 100644 index 56b6b902e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/libpthread.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj deleted file mode 100644 index 3ffba405b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj deleted file mode 100644 index 44f97dcfb..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt_intc.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt_intc.c.obj deleted file mode 100644 index 618f83365..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt_intc.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj deleted file mode 100644 index a51b270ee..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj deleted file mode 100644 index 1f8271388..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/cmake_install.cmake deleted file mode 100644 index cce5473a4..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/riscv - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/libriscv.a b/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/libriscv.a deleted file mode 100644 index 0338e5b29..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/libriscv.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj deleted file mode 100644 index 019086f64..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj deleted file mode 100644 index c3141fc38..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/rt/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/rt/cmake_install.cmake deleted file mode 100644 index a1a07a9f5..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/rt/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/rt - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/rt/librt.a b/ESP-IDF_mqtt-ssl/build/esp-idf/rt/librt.a deleted file mode 100644 index a4df2c921..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/rt/librt.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj deleted file mode 100644 index 5a298f7e3..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj deleted file mode 100644 index 594f155b2..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj deleted file mode 100644 index a9ad5322a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj deleted file mode 100644 index bd6d05f90..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj deleted file mode 100644 index f7a15c431..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj deleted file mode 100644 index d0f521a59..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj deleted file mode 100644 index 0548d0f24..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/cmake_install.cmake deleted file mode 100644 index 1fefb60df..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/sdmmc - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/libsdmmc.a b/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/libsdmmc.a deleted file mode 100644 index e74321995..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/libsdmmc.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj deleted file mode 100644 index 0716f9da1..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj deleted file mode 100644 index 3029ac71b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj deleted file mode 100644 index 0e34da7ce..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj deleted file mode 100644 index 5ab42f2df..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj deleted file mode 100644 index f74a7c95d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj deleted file mode 100644 index c3b0f898a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj deleted file mode 100644 index 14323773b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj deleted file mode 100644 index 5e84f9622..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj deleted file mode 100644 index 0f6b992a8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj deleted file mode 100644 index 0122c6f98..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj deleted file mode 100644 index 2ef8b5f8d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj deleted file mode 100644 index 0a280c9fd..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj deleted file mode 100644 index d87ba0c2a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj deleted file mode 100644 index fa8526d2a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj deleted file mode 100644 index 03cd86702..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj deleted file mode 100644 index db8f3efa2..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj deleted file mode 100644 index 84f13aca5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj deleted file mode 100644 index 3cb189c5c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj deleted file mode 100644 index 580841a41..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/soc/cmake_install.cmake deleted file mode 100644 index d8c19f704..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/soc - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/libsoc.a b/ESP-IDF_mqtt-ssl/build/esp-idf/soc/libsoc.a deleted file mode 100644 index df5f46f94..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/soc/libsoc.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj deleted file mode 100644 index c730a3e32..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj deleted file mode 100644 index 2a2703b87..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj deleted file mode 100644 index 88246c3fe..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj deleted file mode 100644 index 955843d16..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj deleted file mode 100644 index bc8893fd9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj deleted file mode 100644 index 81a33e158..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj deleted file mode 100644 index 675fe927b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj deleted file mode 100644 index 6992842cb..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj deleted file mode 100644 index 37634a609..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj deleted file mode 100644 index 8bcb31741..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj deleted file mode 100644 index f156c72d4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj deleted file mode 100644 index 69f9a7dd8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj deleted file mode 100644 index c59e4e201..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj deleted file mode 100644 index e1135e93f..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj deleted file mode 100644 index af9c2045c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj deleted file mode 100644 index 53d55eb27..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj deleted file mode 100644 index 805a44714..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj deleted file mode 100644 index 33ff9383a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj deleted file mode 100644 index 94843b828..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/cmake_install.cmake deleted file mode 100644 index b2b6ba531..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/libspi_flash.a b/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/libspi_flash.a deleted file mode 100644 index cab1f61f2..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/libspi_flash.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj deleted file mode 100644 index 76acb7c6d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj deleted file mode 100644 index 4b57131bf..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj deleted file mode 100644 index 6d0a61374..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj deleted file mode 100644 index 1242a3f67..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj deleted file mode 100644 index 5d00e9db8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj deleted file mode 100644 index 870b04499..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj deleted file mode 100644 index c38ab5e69..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/cmake_install.cmake deleted file mode 100644 index beb1b863d..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/spiffs - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/libspiffs.a b/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/libspiffs.a deleted file mode 100644 index 5ddc82a90..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/libspiffs.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj deleted file mode 100644 index 7c8f10b67..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj deleted file mode 100644 index 43f2bfd56..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj deleted file mode 100644 index 3824c9a02..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj deleted file mode 100644 index ba9a2caa7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj deleted file mode 100644 index e4bd8ac34..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/cmake_install.cmake deleted file mode 100644 index 07c629839..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/libtcp_transport.a b/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/libtcp_transport.a deleted file mode 100644 index c78889549..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/libtcp_transport.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/ulp/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/ulp/cmake_install.cmake deleted file mode 100644 index 981929c62..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/ulp/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/ulp - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj deleted file mode 100644 index aff258fe7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj deleted file mode 100644 index 9b06ccb41..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj deleted file mode 100644 index f441756a0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj deleted file mode 100644 index f4d26af64..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj deleted file mode 100644 index 0fb59fad1..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj deleted file mode 100644 index 24eabb333..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj deleted file mode 100644 index a929be945..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj deleted file mode 100644 index ac1365779..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/unity/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/unity/cmake_install.cmake deleted file mode 100644 index 14566fdaf..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/unity/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/unity - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/unity/libunity.a b/ESP-IDF_mqtt-ssl/build/esp-idf/unity/libunity.a deleted file mode 100644 index 1c306f1e8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/unity/libunity.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/usb/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/usb/cmake_install.cmake deleted file mode 100644 index a574d8dd1..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/usb/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/usb - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj deleted file mode 100644 index 054dca796..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj deleted file mode 100644 index dc383f2d4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj deleted file mode 100644 index f9037c82a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj deleted file mode 100644 index b51b673cd..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/cmake_install.cmake deleted file mode 100644 index c2723bb53..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/vfs - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/libvfs.a b/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/libvfs.a deleted file mode 100644 index 563228c44..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/libvfs.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj deleted file mode 100644 index 52a13b652..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj deleted file mode 100644 index 78120343b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj deleted file mode 100644 index ad1f34b19..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj deleted file mode 100644 index 9cfb10639..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj deleted file mode 100644 index c1ddc2be2..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj deleted file mode 100644 index 8a6bd2876..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj deleted file mode 100644 index 6a97fddf0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/cmake_install.cmake deleted file mode 100644 index 1fe257dc8..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/libwear_levelling.a b/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/libwear_levelling.a deleted file mode 100644 index bb3f0ced9..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/libwear_levelling.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj deleted file mode 100644 index 9d003c813..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj deleted file mode 100644 index 36f0136ca..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj deleted file mode 100644 index c6dae26a0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj deleted file mode 100644 index cd1d8ff70..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj deleted file mode 100644 index 70717ce6e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj deleted file mode 100644 index 854587150..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj deleted file mode 100644 index ef03dc70c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj deleted file mode 100644 index f4318dabe..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj deleted file mode 100644 index ba8dfe263..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj deleted file mode 100644 index fc941ad98..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj deleted file mode 100644 index a00093533..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/cmake_install.cmake deleted file mode 100644 index 11f62fbab..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/libwifi_provisioning.a b/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/libwifi_provisioning.a deleted file mode 100644 index dbd313a63..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/libwifi_provisioning.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj deleted file mode 100644 index 37cf4845a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj deleted file mode 100644 index d54bf01d7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj deleted file mode 100644 index 5d9baccb6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj deleted file mode 100644 index 254bacf7b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj deleted file mode 100644 index e10eacab7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj deleted file mode 100644 index 51554ccfd..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj deleted file mode 100644 index 9fd19707d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj deleted file mode 100644 index 26fd46085..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj deleted file mode 100644 index 84ae4d79a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj deleted file mode 100644 index 07632703e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj deleted file mode 100644 index 46ce63ec5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj deleted file mode 100644 index 3b58c694c..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj deleted file mode 100644 index da790addd..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj deleted file mode 100644 index b6bb3ebdc..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj deleted file mode 100644 index 2034defbe..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj deleted file mode 100644 index 31cd58ec6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj deleted file mode 100644 index b986a88c5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj deleted file mode 100644 index a98dfe339..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj deleted file mode 100644 index 030798bd7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj deleted file mode 100644 index 769db0fba..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj deleted file mode 100644 index 8c9c55b79..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj deleted file mode 100644 index cdfeee606..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj deleted file mode 100644 index b0a83284a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj deleted file mode 100644 index ad9b99a04..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj deleted file mode 100644 index 612512bc2..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj deleted file mode 100644 index f60e5cbb6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj deleted file mode 100644 index c26c1a84b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj deleted file mode 100644 index b047360fa..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj deleted file mode 100644 index 73835ab3e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj deleted file mode 100644 index cf829c681..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj deleted file mode 100644 index 811bed871..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj deleted file mode 100644 index b614d38dc..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj deleted file mode 100644 index 829dea9e2..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj deleted file mode 100644 index e55938b0d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj deleted file mode 100644 index 4332b25a8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj deleted file mode 100644 index 9749ff5f4..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj deleted file mode 100644 index ce4f52d37..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj deleted file mode 100644 index 9360909e7..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj deleted file mode 100644 index da8f757bc..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj deleted file mode 100644 index 20251f699..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj deleted file mode 100644 index 7f37cc801..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj deleted file mode 100644 index c5d8d7a78..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj deleted file mode 100644 index 4855ffbe0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj deleted file mode 100644 index aa39aed7a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj deleted file mode 100644 index 6e2a406ae..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj deleted file mode 100644 index 6cbfea799..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj deleted file mode 100644 index 12d4382b8..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj deleted file mode 100644 index 60c513857..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj deleted file mode 100644 index ce092cf25..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj deleted file mode 100644 index d66e3a3de..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj deleted file mode 100644 index bbf0befa2..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj deleted file mode 100644 index 7b64f5ff5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj deleted file mode 100644 index 98bd3b1ae..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj deleted file mode 100644 index e786c7a33..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj deleted file mode 100644 index 3f573f5b0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj deleted file mode 100644 index e0c561417..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj deleted file mode 100644 index f9e4ee80e..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj deleted file mode 100644 index 491ad3bad..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj deleted file mode 100644 index a67e001f3..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj deleted file mode 100644 index a0082ac3d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj deleted file mode 100644 index d8f7138a2..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj deleted file mode 100644 index aa0f7e442..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj deleted file mode 100644 index d98a17384..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj deleted file mode 100644 index a4c9de7d5..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj deleted file mode 100644 index 32fe0db25..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj deleted file mode 100644 index db82f4d91..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj deleted file mode 100644 index ad0434fc3..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj deleted file mode 100644 index ba45fb715..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj deleted file mode 100644 index f06aa7aa1..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj deleted file mode 100644 index a5701edae..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj deleted file mode 100644 index 4cdd54fd6..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj deleted file mode 100644 index 7d6d8ae85..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj deleted file mode 100644 index b951346a0..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj deleted file mode 100644 index 69158a0c3..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj deleted file mode 100644 index ae9c54602..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj deleted file mode 100644 index 25b96b8ad..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj deleted file mode 100644 index ab737d1b2..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj deleted file mode 100644 index 29e73ec59..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj deleted file mode 100644 index 7faaebf77..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj deleted file mode 100644 index 66e9a715d..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj deleted file mode 100644 index e042f1b78..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj deleted file mode 100644 index 7ab61f089..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj deleted file mode 100644 index 7574b2810..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/cmake_install.cmake b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/cmake_install.cmake deleted file mode 100644 index 60b6cb45a..000000000 --- a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP-IDF_mqtt-ssl") -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/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe") -endif() - diff --git a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/libwpa_supplicant.a b/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/libwpa_supplicant.a deleted file mode 100644 index e25e4757a..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/libwpa_supplicant.a and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/flash_app_args b/ESP-IDF_mqtt-ssl/build/flash_app_args deleted file mode 100644 index d84506de2..000000000 --- a/ESP-IDF_mqtt-ssl/build/flash_app_args +++ /dev/null @@ -1,2 +0,0 @@ ---flash_mode dio --flash_freq 80m --flash_size 2MB -0x10000 ESP-IDF_mqtt-ssl.bin diff --git a/ESP-IDF_mqtt-ssl/build/flash_args b/ESP-IDF_mqtt-ssl/build/flash_args deleted file mode 100644 index 40ce7fd2a..000000000 --- a/ESP-IDF_mqtt-ssl/build/flash_args +++ /dev/null @@ -1,4 +0,0 @@ ---flash_mode dio --flash_freq 80m --flash_size 2MB -0x0 bootloader/bootloader.bin -0x10000 ESP-IDF_mqtt-ssl.bin -0x8000 partition_table/partition-table.bin diff --git a/ESP-IDF_mqtt-ssl/build/flash_args.in b/ESP-IDF_mqtt-ssl/build/flash_args.in deleted file mode 100644 index 880728a2b..000000000 --- a/ESP-IDF_mqtt-ssl/build/flash_args.in +++ /dev/null @@ -1,4 +0,0 @@ ---flash_mode dio --flash_freq 80m --flash_size 2MB -0x0 bootloader/bootloader.bin -0x10000 $.bin -0x8000 partition_table/partition-table.bin \ No newline at end of file diff --git a/ESP-IDF_mqtt-ssl/build/flash_bootloader_args b/ESP-IDF_mqtt-ssl/build/flash_bootloader_args deleted file mode 100644 index 7b1a5bde2..000000000 --- a/ESP-IDF_mqtt-ssl/build/flash_bootloader_args +++ /dev/null @@ -1,2 +0,0 @@ ---flash_mode dio --flash_freq 80m --flash_size 2MB -0x0 bootloader/bootloader.bin diff --git a/ESP-IDF_mqtt-ssl/build/flash_project_args b/ESP-IDF_mqtt-ssl/build/flash_project_args deleted file mode 100644 index 40ce7fd2a..000000000 --- a/ESP-IDF_mqtt-ssl/build/flash_project_args +++ /dev/null @@ -1,4 +0,0 @@ ---flash_mode dio --flash_freq 80m --flash_size 2MB -0x0 bootloader/bootloader.bin -0x10000 ESP-IDF_mqtt-ssl.bin -0x8000 partition_table/partition-table.bin diff --git a/ESP-IDF_mqtt-ssl/build/flasher_args.json b/ESP-IDF_mqtt-ssl/build/flasher_args.json deleted file mode 100644 index 074ff2a83..000000000 --- a/ESP-IDF_mqtt-ssl/build/flasher_args.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "write_flash_args" : [ "--flash_mode", "dio", - "--flash_size", "2MB", - "--flash_freq", "80m" ], - "flash_settings" : { - "flash_mode": "dio", - "flash_size": "2MB", - "flash_freq": "80m" - }, - "flash_files" : { - "0x0" : "bootloader/bootloader.bin", - "0x10000" : "ESP-IDF_mqtt-ssl.bin", - "0x8000" : "partition_table/partition-table.bin" - }, - "bootloader" : { "offset" : "0x0", "file" : "bootloader/bootloader.bin", "encrypted" : "false" }, - "app" : { "offset" : "0x10000", "file" : "ESP-IDF_mqtt-ssl.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" : "esp32c3" - } -} diff --git a/ESP-IDF_mqtt-ssl/build/kconfigs.in b/ESP-IDF_mqtt-ssl/build/kconfigs.in deleted file mode 100644 index 203d166f6..000000000 --- a/ESP-IDF_mqtt-ssl/build/kconfigs.in +++ /dev/null @@ -1,75 +0,0 @@ -source "C:/Users/alex/esp/v5.4/esp-idf/components/app_trace/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/bt/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/console/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/driver/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/efuse/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_common/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_jpeg/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_touch_sens/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_event/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_https_ota/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_security/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/fatfs/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/freertos/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/hal/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/heap/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/ieee802154/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/log/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/newlib/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/openthread/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/protocomm/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/pthread/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/soc/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/spiffs/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/ulp/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/unity/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/usb/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/vfs/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/Kconfig" -source "C:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/Kconfig" \ No newline at end of file diff --git a/ESP-IDF_mqtt-ssl/build/kconfigs_projbuild.in b/ESP-IDF_mqtt-ssl/build/kconfigs_projbuild.in deleted file mode 100644 index 31d238a70..000000000 --- a/ESP-IDF_mqtt-ssl/build/kconfigs_projbuild.in +++ /dev/null @@ -1,6 +0,0 @@ -source "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/Kconfig.projbuild" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/Kconfig.projbuild" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/Kconfig.projbuild" -source "C:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/Kconfig.projbuild" -source "C:/Users/alex/esp/v5.4/esp-idf/components/partition_table/Kconfig.projbuild" -source "C:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/Kconfig.projbuild" \ No newline at end of file diff --git a/ESP-IDF_mqtt-ssl/build/ldgen_libraries b/ESP-IDF_mqtt-ssl/build/ldgen_libraries deleted file mode 100644 index 9e805ab72..000000000 --- a/ESP-IDF_mqtt-ssl/build/ldgen_libraries +++ /dev/null @@ -1,81 +0,0 @@ -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/libriscv.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/libesp_driver_gpio.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm/libesp_pm.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/libmbedtls.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_app_format/libesp_app_format.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_bootloader_format/libesp_bootloader_format.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/app_update/libapp_update.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_partition/libesp_partition.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/libefuse.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/libbootloader_support.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/libesp_mm.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/libspi_flash.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/libesp_system.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_common/libesp_common.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/libesp_rom.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/hal/libhal.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/log/liblog.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/heap/libheap.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/soc/libsoc.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/libesp_security.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/libesp_hw_support.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/libfreertos.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/libnewlib.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/libpthread.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/cxx/libcxx.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/libesp_timer.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_ringbuf/libesp_ringbuf.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_uart/libesp_driver_uart.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/libapp_trace.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event/libesp_event.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/libnvs_flash.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/libesp_driver_spi.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/libesp_driver_i2s.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/libsdmmc.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/libesp_driver_rmt.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_tsens/libesp_driver_tsens.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdm/libesp_driver_sdm.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c/libesp_driver_i2c.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ledc/libesp_driver_ledc.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/driver/libdriver.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/libesp_phy.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_vfs_console/libesp_vfs_console.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/libvfs.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/liblwip.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/libesp_netif.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/libwpa_supplicant.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex/libesp_coex.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/libesp_wifi.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/unity/libunity.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/cmock/libcmock.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/console/libconsole.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/http_parser/libhttp_parser.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/libesp-tls.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/libesp_adc.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_cam/libesp_driver_cam.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth/libesp_eth.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/libesp_gdbstub.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid/libesp_hid.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/libtcp_transport.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/libesp_http_client.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/libesp_http_server.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_ota/libesp_https_ota.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_server/libesp_https_server.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/libesp_lcd.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protobuf-c/libprotobuf-c.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/libprotocomm.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/libespcoredump.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/libwear_levelling.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/libfatfs.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/json/libjson.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/libmqtt.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_sec_provider/libnvs_sec_provider.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/rt/librt.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/libspiffs.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/libwifi_provisioning.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/libprotocol_examples_common.a -C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/main/libmain.a diff --git a/ESP-IDF_mqtt-ssl/build/ldgen_libraries.in b/ESP-IDF_mqtt-ssl/build/ldgen_libraries.in deleted file mode 100644 index a9e4f0d16..000000000 --- a/ESP-IDF_mqtt-ssl/build/ldgen_libraries.in +++ /dev/null @@ -1,81 +0,0 @@ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ \ No newline at end of file diff --git a/ESP-IDF_mqtt-ssl/build/mosquitto.org.crt.S b/ESP-IDF_mqtt-ssl/build/mosquitto.org.crt.S deleted file mode 100644 index ffebd1478..000000000 --- a/ESP-IDF_mqtt-ssl/build/mosquitto.org.crt.S +++ /dev/null @@ -1,93 +0,0 @@ -/* * Data converted from C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main/mosquitto.org.crt - * (null byte appended) - */ -.data -#if !defined (__APPLE__) && !defined (__linux__) -.section .rodata.embedded -#endif - -.global mosquitto_org_crt -mosquitto_org_crt: - -.global _binary_mosquitto_org_crt_start -_binary_mosquitto_org_crt_start: /* for objcopy compatibility */ -.byte 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x42, 0x45, 0x47, 0x49, 0x4e, 0x20, 0x43, 0x45, 0x52, 0x54, 0x49 -.byte 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x0d, 0x0a, 0x4d, 0x49, 0x49 -.byte 0x44, 0x46, 0x54, 0x43, 0x43, 0x41, 0x66, 0x32, 0x67, 0x41, 0x77, 0x49, 0x42, 0x41, 0x67, 0x49 -.byte 0x55, 0x55, 0x63, 0x46, 0x73, 0x37, 0x4b, 0x68, 0x76, 0x4f, 0x57, 0x31, 0x75, 0x63, 0x31, 0x5a -.byte 0x56, 0x2f, 0x38, 0x38, 0x41, 0x74, 0x45, 0x61, 0x66, 0x58, 0x34, 0x55, 0x77, 0x44, 0x51, 0x59 -.byte 0x4a, 0x4b, 0x6f, 0x5a, 0x49, 0x68, 0x76, 0x63, 0x4e, 0x41, 0x51, 0x45, 0x4c, 0x0d, 0x0a, 0x42 -.byte 0x51, 0x41, 0x77, 0x47, 0x6a, 0x45, 0x59, 0x4d, 0x42, 0x59, 0x47, 0x41, 0x31, 0x55, 0x45, 0x41 -.byte 0x77, 0x77, 0x50, 0x64, 0x47, 0x56, 0x6a, 0x61, 0x48, 0x46, 0x31, 0x59, 0x57, 0x52, 0x69, 0x61 -.byte 0x58, 0x51, 0x75, 0x62, 0x6d, 0x56, 0x30, 0x4d, 0x42, 0x34, 0x58, 0x44, 0x54, 0x49, 0x31, 0x4d -.byte 0x44, 0x59, 0x78, 0x4d, 0x7a, 0x49, 0x77, 0x4d, 0x6a, 0x59, 0x7a, 0x4f, 0x46, 0x6f, 0x58, 0x0d -.byte 0x0a, 0x44, 0x54, 0x49, 0x32, 0x4d, 0x44, 0x59, 0x78, 0x4d, 0x7a, 0x49, 0x77, 0x4d, 0x6a, 0x59 -.byte 0x7a, 0x4f, 0x46, 0x6f, 0x77, 0x47, 0x6a, 0x45, 0x59, 0x4d, 0x42, 0x59, 0x47, 0x41, 0x31, 0x55 -.byte 0x45, 0x41, 0x77, 0x77, 0x50, 0x64, 0x47, 0x56, 0x6a, 0x61, 0x48, 0x46, 0x31, 0x59, 0x57, 0x52 -.byte 0x69, 0x61, 0x58, 0x51, 0x75, 0x62, 0x6d, 0x56, 0x30, 0x4d, 0x49, 0x49, 0x42, 0x49, 0x6a, 0x41 -.byte 0x4e, 0x0d, 0x0a, 0x42, 0x67, 0x6b, 0x71, 0x68, 0x6b, 0x69, 0x47, 0x39, 0x77, 0x30, 0x42, 0x41 -.byte 0x51, 0x45, 0x46, 0x41, 0x41, 0x4f, 0x43, 0x41, 0x51, 0x38, 0x41, 0x4d, 0x49, 0x49, 0x42, 0x43 -.byte 0x67, 0x4b, 0x43, 0x41, 0x51, 0x45, 0x41, 0x71, 0x77, 0x58, 0x79, 0x59, 0x39, 0x35, 0x66, 0x66 -.byte 0x42, 0x31, 0x5a, 0x66, 0x79, 0x73, 0x33, 0x44, 0x39, 0x62, 0x30, 0x2f, 0x42, 0x32, 0x6c, 0x44 -.byte 0x79, 0x73, 0x6d, 0x0d, 0x0a, 0x2b, 0x38, 0x61, 0x4c, 0x69, 0x42, 0x4d, 0x6a, 0x52, 0x66, 0x48 -.byte 0x48, 0x6d, 0x45, 0x51, 0x33, 0x58, 0x39, 0x35, 0x56, 0x73, 0x50, 0x79, 0x34, 0x48, 0x2f, 0x6d -.byte 0x75, 0x36, 0x36, 0x46, 0x56, 0x73, 0x72, 0x51, 0x71, 0x78, 0x7a, 0x68, 0x61, 0x31, 0x7a, 0x4e -.byte 0x51, 0x45, 0x7a, 0x31, 0x51, 0x61, 0x59, 0x79, 0x5a, 0x36, 0x6f, 0x58, 0x6c, 0x33, 0x46, 0x71 -.byte 0x68, 0x4e, 0x30, 0x36, 0x58, 0x0d, 0x0a, 0x42, 0x31, 0x48, 0x74, 0x56, 0x64, 0x65, 0x66, 0x5a -.byte 0x36, 0x72, 0x44, 0x30, 0x63, 0x74, 0x69, 0x59, 0x51, 0x53, 0x6a, 0x70, 0x54, 0x36, 0x34, 0x4e -.byte 0x68, 0x6e, 0x55, 0x58, 0x38, 0x33, 0x5a, 0x42, 0x62, 0x34, 0x36, 0x4d, 0x68, 0x36, 0x63, 0x47 -.byte 0x54, 0x65, 0x30, 0x4c, 0x2b, 0x4c, 0x59, 0x46, 0x2f, 0x2f, 0x6e, 0x6d, 0x4f, 0x69, 0x31, 0x57 -.byte 0x41, 0x71, 0x43, 0x52, 0x6f, 0x6e, 0x66, 0x0d, 0x0a, 0x42, 0x35, 0x42, 0x57, 0x2f, 0x59, 0x64 -.byte 0x33, 0x4d, 0x35, 0x32, 0x51, 0x49, 0x42, 0x35, 0x63, 0x47, 0x49, 0x68, 0x48, 0x30, 0x69, 0x32 -.byte 0x45, 0x32, 0x38, 0x35, 0x37, 0x37, 0x41, 0x77, 0x63, 0x35, 0x74, 0x30, 0x77, 0x39, 0x36, 0x75 -.byte 0x5a, 0x43, 0x6d, 0x47, 0x66, 0x71, 0x4d, 0x35, 0x67, 0x78, 0x46, 0x49, 0x67, 0x6d, 0x79, 0x34 -.byte 0x36, 0x32, 0x58, 0x45, 0x78, 0x41, 0x32, 0x2b, 0x77, 0x0d, 0x0a, 0x36, 0x75, 0x37, 0x55, 0x64 -.byte 0x34, 0x39, 0x62, 0x6b, 0x31, 0x4c, 0x33, 0x65, 0x54, 0x59, 0x48, 0x76, 0x57, 0x78, 0x67, 0x65 -.byte 0x6e, 0x34, 0x52, 0x47, 0x67, 0x61, 0x45, 0x66, 0x70, 0x73, 0x41, 0x38, 0x65, 0x35, 0x51, 0x30 -.byte 0x62, 0x52, 0x6b, 0x49, 0x4c, 0x35, 0x44, 0x33, 0x4f, 0x63, 0x30, 0x4a, 0x57, 0x38, 0x74, 0x64 -.byte 0x77, 0x36, 0x43, 0x6d, 0x76, 0x62, 0x2b, 0x2f, 0x64, 0x37, 0x64, 0x0d, 0x0a, 0x42, 0x42, 0x32 -.byte 0x30, 0x54, 0x54, 0x43, 0x4d, 0x66, 0x5a, 0x34, 0x47, 0x59, 0x61, 0x62, 0x53, 0x53, 0x35, 0x77 -.byte 0x70, 0x33, 0x74, 0x68, 0x6d, 0x64, 0x4b, 0x65, 0x34, 0x51, 0x57, 0x37, 0x51, 0x4a, 0x63, 0x64 -.byte 0x41, 0x79, 0x6f, 0x4e, 0x4f, 0x53, 0x57, 0x74, 0x74, 0x35, 0x31, 0x42, 0x68, 0x75, 0x64, 0x30 -.byte 0x44, 0x6b, 0x55, 0x2b, 0x30, 0x52, 0x77, 0x49, 0x44, 0x41, 0x51, 0x41, 0x42, 0x0d, 0x0a, 0x6f -.byte 0x31, 0x4d, 0x77, 0x55, 0x54, 0x41, 0x64, 0x42, 0x67, 0x4e, 0x56, 0x48, 0x51, 0x34, 0x45, 0x46 -.byte 0x67, 0x51, 0x55, 0x59, 0x37, 0x62, 0x61, 0x5a, 0x6e, 0x39, 0x78, 0x37, 0x48, 0x68, 0x30, 0x57 -.byte 0x5a, 0x39, 0x76, 0x49, 0x31, 0x75, 0x7a, 0x45, 0x64, 0x68, 0x52, 0x54, 0x70, 0x34, 0x77, 0x48 -.byte 0x77, 0x59, 0x44, 0x56, 0x52, 0x30, 0x6a, 0x42, 0x42, 0x67, 0x77, 0x46, 0x6f, 0x41, 0x55, 0x0d -.byte 0x0a, 0x59, 0x37, 0x62, 0x61, 0x5a, 0x6e, 0x39, 0x78, 0x37, 0x48, 0x68, 0x30, 0x57, 0x5a, 0x39 -.byte 0x76, 0x49, 0x31, 0x75, 0x7a, 0x45, 0x64, 0x68, 0x52, 0x54, 0x70, 0x34, 0x77, 0x44, 0x77, 0x59 -.byte 0x44, 0x56, 0x52, 0x30, 0x54, 0x41, 0x51, 0x48, 0x2f, 0x42, 0x41, 0x55, 0x77, 0x41, 0x77, 0x45 -.byte 0x42, 0x2f, 0x7a, 0x41, 0x4e, 0x42, 0x67, 0x6b, 0x71, 0x68, 0x6b, 0x69, 0x47, 0x39, 0x77, 0x30 -.byte 0x42, 0x0d, 0x0a, 0x41, 0x51, 0x73, 0x46, 0x41, 0x41, 0x4f, 0x43, 0x41, 0x51, 0x45, 0x41, 0x57 -.byte 0x65, 0x68, 0x47, 0x47, 0x48, 0x47, 0x6f, 0x62, 0x63, 0x59, 0x47, 0x70, 0x66, 0x63, 0x7a, 0x53 -.byte 0x70, 0x73, 0x68, 0x43, 0x7a, 0x6d, 0x56, 0x47, 0x77, 0x46, 0x61, 0x2b, 0x76, 0x2b, 0x46, 0x7a -.byte 0x46, 0x59, 0x44, 0x72, 0x4d, 0x42, 0x31, 0x4c, 0x70, 0x57, 0x36, 0x4e, 0x6b, 0x69, 0x70, 0x6e -.byte 0x6e, 0x46, 0x41, 0x0d, 0x0a, 0x75, 0x46, 0x38, 0x69, 0x74, 0x6d, 0x68, 0x64, 0x37, 0x70, 0x6e -.byte 0x6b, 0x61, 0x79, 0x6f, 0x36, 0x78, 0x4f, 0x42, 0x76, 0x56, 0x48, 0x62, 0x32, 0x33, 0x67, 0x73 -.byte 0x57, 0x66, 0x41, 0x73, 0x68, 0x2f, 0x7a, 0x37, 0x4b, 0x52, 0x69, 0x49, 0x67, 0x53, 0x41, 0x43 -.byte 0x58, 0x5a, 0x6a, 0x4f, 0x6a, 0x46, 0x76, 0x30, 0x38, 0x41, 0x32, 0x34, 0x54, 0x58, 0x43, 0x56 -.byte 0x4d, 0x4b, 0x58, 0x32, 0x43, 0x0d, 0x0a, 0x72, 0x33, 0x7a, 0x53, 0x47, 0x6a, 0x63, 0x49, 0x71 -.byte 0x7a, 0x6b, 0x70, 0x38, 0x4e, 0x48, 0x49, 0x46, 0x42, 0x46, 0x2f, 0x5a, 0x58, 0x73, 0x63, 0x6c -.byte 0x71, 0x51, 0x4c, 0x69, 0x45, 0x5a, 0x50, 0x41, 0x56, 0x69, 0x75, 0x39, 0x63, 0x32, 0x33, 0x77 -.byte 0x49, 0x79, 0x75, 0x74, 0x44, 0x34, 0x52, 0x66, 0x70, 0x65, 0x6b, 0x6d, 0x73, 0x56, 0x44, 0x69 -.byte 0x51, 0x4a, 0x76, 0x50, 0x36, 0x65, 0x69, 0x0d, 0x0a, 0x35, 0x75, 0x49, 0x4c, 0x4a, 0x72, 0x77 -.byte 0x54, 0x37, 0x6c, 0x34, 0x36, 0x44, 0x4d, 0x65, 0x73, 0x39, 0x36, 0x6a, 0x59, 0x63, 0x74, 0x68 -.byte 0x57, 0x62, 0x48, 0x69, 0x79, 0x36, 0x77, 0x6b, 0x77, 0x31, 0x66, 0x6c, 0x66, 0x54, 0x30, 0x79 -.byte 0x6b, 0x72, 0x64, 0x33, 0x4d, 0x72, 0x69, 0x59, 0x4d, 0x78, 0x4c, 0x44, 0x4b, 0x69, 0x6d, 0x4d -.byte 0x38, 0x31, 0x6e, 0x35, 0x74, 0x56, 0x44, 0x4c, 0x61, 0x0d, 0x0a, 0x62, 0x49, 0x39, 0x4a, 0x6d -.byte 0x57, 0x70, 0x44, 0x6b, 0x50, 0x7a, 0x66, 0x6c, 0x59, 0x39, 0x56, 0x47, 0x6c, 0x54, 0x5a, 0x33 -.byte 0x51, 0x51, 0x48, 0x75, 0x54, 0x76, 0x49, 0x36, 0x7a, 0x51, 0x78, 0x65, 0x61, 0x47, 0x4b, 0x53 -.byte 0x6a, 0x2f, 0x37, 0x66, 0x41, 0x50, 0x36, 0x47, 0x30, 0x73, 0x52, 0x4d, 0x78, 0x61, 0x53, 0x4a -.byte 0x58, 0x44, 0x33, 0x38, 0x43, 0x2f, 0x58, 0x70, 0x69, 0x37, 0x70, 0x0d, 0x0a, 0x66, 0x33, 0x56 -.byte 0x4a, 0x52, 0x75, 0x66, 0x35, 0x6d, 0x71, 0x55, 0x6e, 0x62, 0x6a, 0x61, 0x6b, 0x2b, 0x57, 0x35 -.byte 0x56, 0x5a, 0x54, 0x35, 0x65, 0x39, 0x36, 0x41, 0x56, 0x41, 0x79, 0x79, 0x2b, 0x35, 0x67, 0x3d -.byte 0x3d, 0x0d, 0x0a, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x45, 0x4e, 0x44, 0x20, 0x43, 0x45, 0x52, 0x54 -.byte 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x0d, 0x0a, 0x00 - -.global _binary_mosquitto_org_crt_end -_binary_mosquitto_org_crt_end: /* for objcopy compatibility */ - - -.global mosquitto_org_crt_length -mosquitto_org_crt_length: /* not including null byte */ -.long 1150 diff --git a/ESP-IDF_mqtt-ssl/build/partition-table-flash_args b/ESP-IDF_mqtt-ssl/build/partition-table-flash_args deleted file mode 100644 index 703accc57..000000000 --- a/ESP-IDF_mqtt-ssl/build/partition-table-flash_args +++ /dev/null @@ -1,2 +0,0 @@ ---flash_mode dio --flash_freq 80m --flash_size 2MB -0x8000 partition_table/partition-table.bin diff --git a/ESP-IDF_mqtt-ssl/build/partition_table/partition-table.bin b/ESP-IDF_mqtt-ssl/build/partition_table/partition-table.bin deleted file mode 100644 index b8fa03b4b..000000000 Binary files a/ESP-IDF_mqtt-ssl/build/partition_table/partition-table.bin and /dev/null differ diff --git a/ESP-IDF_mqtt-ssl/build/project_description.json b/ESP-IDF_mqtt-ssl/build/project_description.json deleted file mode 100644 index 9cbbd6af7..000000000 --- a/ESP-IDF_mqtt-ssl/build/project_description.json +++ /dev/null @@ -1,2864 +0,0 @@ -{ - "version": "1.1", - "project_name": "ESP-IDF_mqtt-ssl", - "project_version": "ESP32-Node_Switch-v2.7-4742-g100497a15-dirty", - "project_path": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl", - "idf_path": "C:/Users/alex/esp/v5.4/esp-idf", - "build_dir": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build", - "config_file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/sdkconfig", - "config_defaults": "", - "bootloader_elf": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/bootloader/bootloader.elf", - "app_elf": "ESP-IDF_mqtt-ssl.elf", - "app_bin": "ESP-IDF_mqtt-ssl.bin", - "build_type": "flash_app", - "git_revision": "v5.4", - "target": "esp32c3", - "rev": "", - "min_rev": "3", - "max_rev": "199", - "phy_data_partition": "", - "monitor_baud" : "115200", - "monitor_toolprefix": "riscv32-esp-elf-", - "c_compiler": "C:/Users/alex/esp/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc.exe", - "config_environment" : { - "COMPONENT_KCONFIGS" : "C:/Users/alex/esp/v5.4/esp-idf/components/app_trace/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/bt/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/console/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/driver/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/efuse/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_common/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_jpeg/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_touch_sens/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_event/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_https_ota/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_psram/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_security/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/fatfs/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/freertos/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/hal/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/heap/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/ieee802154/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/log/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/lwip/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/newlib/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/openthread/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/protocomm/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/pthread/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/soc/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/spiffs/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/ulp/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/unity/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/usb/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/vfs/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/Kconfig;C:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/Kconfig", - "COMPONENT_KCONFIGS_PROJBUILD" : "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader/Kconfig.projbuild;C:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/Kconfig.projbuild;C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/Kconfig.projbuild;C:/Users/alex/esp/v5.4/esp-idf/components/esptool_py/Kconfig.projbuild;C:/Users/alex/esp/v5.4/esp-idf/components/partition_table/Kconfig.projbuild;C:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/Kconfig.projbuild" - }, - "common_component_reqs": [ "cxx", "newlib", "freertos", "esp_hw_support", "heap", "log", "soc", "hal", "esp_rom", "esp_common", "esp_system", "riscv" ], - "build_components" : [ "app_trace", "app_update", "bootloader", "bootloader_support", "bt", "cmock", "console", "cxx", "driver", "efuse", "esp-tls", "esp_adc", "esp_app_format", "esp_bootloader_format", "esp_coex", "esp_common", "esp_driver_ana_cmpr", "esp_driver_cam", "esp_driver_dac", "esp_driver_gpio", "esp_driver_gptimer", "esp_driver_i2c", "esp_driver_i2s", "esp_driver_isp", "esp_driver_jpeg", "esp_driver_ledc", "esp_driver_mcpwm", "esp_driver_parlio", "esp_driver_pcnt", "esp_driver_ppa", "esp_driver_rmt", "esp_driver_sdio", "esp_driver_sdm", "esp_driver_sdmmc", "esp_driver_sdspi", "esp_driver_spi", "esp_driver_touch_sens", "esp_driver_tsens", "esp_driver_uart", "esp_driver_usb_serial_jtag", "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_security", "esp_system", "esp_timer", "esp_vfs_console", "esp_wifi", "espcoredump", "esptool_py", "fatfs", "freertos", "hal", "heap", "http_parser", "idf_test", "ieee802154", "json", "log", "lwip", "main", "mbedtls", "mqtt", "newlib", "nvs_flash", "nvs_sec_provider", "openthread", "partition_table", "protobuf-c", "protocol_examples_common", "protocomm", "pthread", "riscv", "rt", "sdmmc", "soc", "spi_flash", "spiffs", "tcp_transport", "ulp", "unity", "usb", "vfs", "wear_levelling", "wifi_provisioning", "wpa_supplicant", "" ], - "build_component_paths" : [ "C:/Users/alex/esp/v5.4/esp-idf/components/app_trace", "C:/Users/alex/esp/v5.4/esp-idf/components/app_update", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support", "C:/Users/alex/esp/v5.4/esp-idf/components/bt", "C:/Users/alex/esp/v5.4/esp-idf/components/cmock", "C:/Users/alex/esp/v5.4/esp-idf/components/console", "C:/Users/alex/esp/v5.4/esp-idf/components/cxx", "C:/Users/alex/esp/v5.4/esp-idf/components/driver", "C:/Users/alex/esp/v5.4/esp-idf/components/efuse", "C:/Users/alex/esp/v5.4/esp-idf/components/esp-tls", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_adc", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_coex", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_common", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_jpeg", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ppa", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_touch_sens", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_eth", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_event", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hid", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_https_ota", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_mm", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_netif", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_netif_stack", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_partition", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_pm", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_psram", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_ringbuf", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_security", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_timer", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi", "C:/Users/alex/esp/v5.4/esp-idf/components/espcoredump", "C:/Users/alex/esp/v5.4/esp-idf/components/esptool_py", "C:/Users/alex/esp/v5.4/esp-idf/components/fatfs", "C:/Users/alex/esp/v5.4/esp-idf/components/freertos", "C:/Users/alex/esp/v5.4/esp-idf/components/hal", "C:/Users/alex/esp/v5.4/esp-idf/components/heap", "C:/Users/alex/esp/v5.4/esp-idf/components/http_parser", "C:/Users/alex/esp/v5.4/esp-idf/components/idf_test", "C:/Users/alex/esp/v5.4/esp-idf/components/ieee802154", "C:/Users/alex/esp/v5.4/esp-idf/components/json", "C:/Users/alex/esp/v5.4/esp-idf/components/log", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip", "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main", "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls", "C:/Users/alex/esp/v5.4/esp-idf/components/mqtt", "C:/Users/alex/esp/v5.4/esp-idf/components/newlib", "C:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash", "C:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider", "C:/Users/alex/esp/v5.4/esp-idf/components/openthread", "C:/Users/alex/esp/v5.4/esp-idf/components/partition_table", "C:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c", "C:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common", "C:/Users/alex/esp/v5.4/esp-idf/components/protocomm", "C:/Users/alex/esp/v5.4/esp-idf/components/pthread", "C:/Users/alex/esp/v5.4/esp-idf/components/riscv", "C:/Users/alex/esp/v5.4/esp-idf/components/rt", "C:/Users/alex/esp/v5.4/esp-idf/components/sdmmc", "C:/Users/alex/esp/v5.4/esp-idf/components/soc", "C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash", "C:/Users/alex/esp/v5.4/esp-idf/components/spiffs", "C:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport", "C:/Users/alex/esp/v5.4/esp-idf/components/ulp", "C:/Users/alex/esp/v5.4/esp-idf/components/unity", "C:/Users/alex/esp/v5.4/esp-idf/components/usb", "C:/Users/alex/esp/v5.4/esp-idf/components/vfs", "C:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling", "C:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant", "" ], - "build_component_info" : { - "app_trace": { - "alias": "idf::app_trace", - "target": "___idf_app_trace", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/app_trace", - "type": "LIBRARY", - "lib": "__idf_app_trace", - "reqs": [ "esp_timer" ], - "priv_reqs": [ "esp_driver_gptimer", "esp_driver_gpio", "esp_driver_uart" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/app_trace/libapp_trace.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/app_trace/app_trace.c", "C:/Users/alex/esp/v5.4/esp-idf/components/app_trace/app_trace_util.c", "C:/Users/alex/esp/v5.4/esp-idf/components/app_trace/host_file_io.c", "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/app_update", - "type": "LIBRARY", - "lib": "__idf_app_update", - "reqs": [ "partition_table", "bootloader_support", "esp_app_format", "esp_bootloader_format", "esp_partition" ], - "priv_reqs": [ "esptool_py", "efuse", "spi_flash" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/app_update/libapp_update.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/app_update/esp_ota_ops.c", "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/bootloader_support", - "type": "LIBRARY", - "lib": "__idf_bootloader_support", - "reqs": [ "soc" ], - "priv_reqs": [ "spi_flash", "mbedtls", "efuse", "heap", "esp_bootloader_format", "esp_app_format" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/bootloader_support/libbootloader_support.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_mem.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_random.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_efuse.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/flash_encrypt.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/secure_boot.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_random_esp32c3.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32c3.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/bootloader_utility.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/flash_partitions.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/esp_image_format.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/idf/bootloader_sha.c", "C:/Users/alex/esp/v5.4/esp-idf/components/bootloader_support/src/esp32c3/secure_boot_secure_features.c" ], - "include_dirs": [ "include", "bootloader_flash/include" ] - }, - "bt": { - "alias": "idf::bt", - "target": "___idf_bt", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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", "esp_driver_uart", "vfs", "esp_ringbuf" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "", - "sources": [], - "include_dirs": [] - }, - "cmock": { - "alias": "idf::cmock", - "target": "___idf_cmock", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/cmock", - "type": "LIBRARY", - "lib": "__idf_cmock", - "reqs": [ "unity" ], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/cmock/libcmock.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/cmock/CMock/src/cmock.c" ], - "include_dirs": [ "CMock/src" ] - }, - "console": { - "alias": "idf::console", - "target": "___idf_console", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/console", - "type": "LIBRARY", - "lib": "__idf_console", - "reqs": [ "vfs", "esp_vfs_console" ], - "priv_reqs": [ "esp_driver_uart", "esp_driver_usb_serial_jtag" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/console/libconsole.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/console/commands.c", "C:/Users/alex/esp/v5.4/esp-idf/components/console/esp_console_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/console/split_argv.c", "C:/Users/alex/esp/v5.4/esp-idf/components/console/linenoise/linenoise.c", "C:/Users/alex/esp/v5.4/esp-idf/components/console/esp_console_repl_chip.c", "C:/Users/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_cmd.c", "C:/Users/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_date.c", "C:/Users/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_dbl.c", "C:/Users/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_dstr.c", "C:/Users/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_end.c", "C:/Users/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_file.c", "C:/Users/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_hashtable.c", "C:/Users/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_int.c", "C:/Users/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_lit.c", "C:/Users/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_rem.c", "C:/Users/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_rex.c", "C:/Users/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_str.c", "C:/Users/alex/esp/v5.4/esp-idf/components/console/argtable3/arg_utils.c", "C:/Users/alex/esp/v5.4/esp-idf/components/console/argtable3/argtable3.c" ], - "include_dirs": [ "C:/Users/alex/esp/v5.4/esp-idf/components/console" ] - }, - "cxx": { - "alias": "idf::cxx", - "target": "___idf_cxx", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/cxx", - "type": "LIBRARY", - "lib": "__idf_cxx", - "reqs": [], - "priv_reqs": [ "pthread", "esp_system" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/cxx/libcxx.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/cxx/cxx_exception_stubs.cpp", "C:/Users/alex/esp/v5.4/esp-idf/components/cxx/cxx_guards.cpp", "C:/Users/alex/esp/v5.4/esp-idf/components/cxx/cxx_init.cpp" ], - "include_dirs": [] - }, - "driver": { - "alias": "idf::driver", - "target": "___idf_driver", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/driver", - "type": "LIBRARY", - "lib": "__idf_driver", - "reqs": [ "esp_pm", "esp_ringbuf", "freertos", "soc", "hal", "esp_hw_support", "esp_driver_gpio", "esp_driver_pcnt", "esp_driver_gptimer", "esp_driver_spi", "esp_driver_mcpwm", "esp_driver_ana_cmpr", "esp_driver_i2s", "esp_driver_sdmmc", "esp_driver_sdspi", "esp_driver_sdio", "esp_driver_dac", "esp_driver_rmt", "esp_driver_tsens", "esp_driver_sdm", "esp_driver_i2c", "esp_driver_uart", "esp_driver_ledc", "esp_driver_parlio", "esp_driver_usb_serial_jtag" ], - "priv_reqs": [ "efuse", "esp_timer", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/driver/libdriver.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated/adc_legacy.c", "C:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated/adc_dma_legacy.c", "C:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated/timer_legacy.c", "C:/Users/alex/esp/v5.4/esp-idf/components/driver/i2c/i2c.c", "C:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated/i2s_legacy.c", "C:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated/rmt_legacy.c", "C:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated/sigma_delta_legacy.c", "C:/Users/alex/esp/v5.4/esp-idf/components/driver/deprecated/rtc_temperature_legacy.c", "C:/Users/alex/esp/v5.4/esp-idf/components/driver/twai/twai.c" ], - "include_dirs": [ "deprecated", "i2c/include", "touch_sensor/include", "twai/include" ] - }, - "efuse": { - "alias": "idf::efuse", - "target": "___idf_efuse", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/efuse", - "type": "LIBRARY", - "lib": "__idf_efuse", - "reqs": [], - "priv_reqs": [ "bootloader_support", "soc", "spi_flash", "esp_system", "esp_partition", "esp_app_format" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/efuse/libefuse.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/esp_efuse_table.c", "C:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/esp_efuse_fields.c", "C:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/esp_efuse_rtc_calib.c", "C:/Users/alex/esp/v5.4/esp-idf/components/efuse/esp32c3/esp_efuse_utility.c", "C:/Users/alex/esp/v5.4/esp-idf/components/efuse/src/esp_efuse_api.c", "C:/Users/alex/esp/v5.4/esp-idf/components/efuse/src/esp_efuse_fields.c", "C:/Users/alex/esp/v5.4/esp-idf/components/efuse/src/esp_efuse_utility.c", "C:/Users/alex/esp/v5.4/esp-idf/components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c", "C:/Users/alex/esp/v5.4/esp-idf/components/efuse/src/esp_efuse_startup.c" ], - "include_dirs": [ "include", "esp32c3/include" ] - }, - "esp-tls": { - "alias": "idf::esp-tls", - "target": "___idf_esp-tls", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp-tls", - "type": "LIBRARY", - "lib": "__idf_esp-tls", - "reqs": [ "mbedtls" ], - "priv_reqs": [ "http_parser", "esp_timer", "lwip" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp-tls/libesp-tls.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp_tls.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp-tls-crypto/esp_tls_crypto.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp_tls_error_capture.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp_tls_platform_port.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp-tls/esp_tls_mbedtls.c" ], - "include_dirs": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp-tls", "esp-tls-crypto" ] - }, - "esp_adc": { - "alias": "idf::esp_adc", - "target": "___idf_esp_adc", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_adc", - "type": "LIBRARY", - "lib": "__idf_esp_adc", - "reqs": [], - "priv_reqs": [ "driver", "esp_driver_gpio", "efuse", "esp_pm", "esp_ringbuf", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_adc/libesp_adc.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/adc_oneshot.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/adc_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/adc_cali.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/adc_cali_curve_fitting.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/esp_adc_cal_common_legacy.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/adc_continuous.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/adc_monitor.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/gdma/adc_dma.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/adc_filter.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/esp32c3/curve_fitting_coefficients.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_adc/deprecated/esp32c3/esp_adc_cal_legacy.c" ], - "include_dirs": [ "include", "interface", "esp32c3/include", "deprecated/include" ] - }, - "esp_app_format": { - "alias": "idf::esp_app_format", - "target": "___idf_esp_app_format", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format", - "type": "LIBRARY", - "lib": "__idf_esp_app_format", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_app_format/libesp_app_format.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format/esp_app_desc.c" ], - "include_dirs": [ "include" ] - }, - "esp_bootloader_format": { - "alias": "idf::esp_bootloader_format", - "target": "___idf_esp_bootloader_format", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format", - "type": "LIBRARY", - "lib": "__idf_esp_bootloader_format", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_bootloader_format/libesp_bootloader_format.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c" ], - "include_dirs": [ "include" ] - }, - "esp_coex": { - "alias": "idf::esp_coex", - "target": "___idf_esp_coex", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_coex/libesp_coex.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/esp32c3/esp_coex_adapter.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_coex/src/coexist_debug_diagram.c", "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_common", - "type": "LIBRARY", - "lib": "__idf_esp_common", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_common/libesp_common.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_common/src/esp_err_to_name.c" ], - "include_dirs": [ "include" ] - }, - "esp_driver_ana_cmpr": { - "alias": "idf::esp_driver_ana_cmpr", - "target": "___idf_esp_driver_ana_cmpr", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr", - "type": "CONFIG_ONLY", - "lib": "__idf_esp_driver_ana_cmpr", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "", - "sources": [], - "include_dirs": [ "include" ] - }, - "esp_driver_cam": { - "alias": "idf::esp_driver_cam", - "target": "___idf_esp_driver_cam", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam", - "type": "LIBRARY", - "lib": "__idf_esp_driver_cam", - "reqs": [ "esp_driver_isp", "esp_mm" ], - "priv_reqs": [ "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_cam/libesp_driver_cam.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/esp_cam_ctlr.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam/dvp_share_ctrl.c" ], - "include_dirs": [ "include", "interface" ] - }, - "esp_driver_dac": { - "alias": "idf::esp_driver_dac", - "target": "___idf_esp_driver_dac", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac", - "type": "CONFIG_ONLY", - "lib": "__idf_esp_driver_dac", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "", - "sources": [], - "include_dirs": [ "./include" ] - }, - "esp_driver_gpio": { - "alias": "idf::esp_driver_gpio", - "target": "___idf_esp_driver_gpio", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio", - "type": "LIBRARY", - "lib": "__idf_esp_driver_gpio", - "reqs": [], - "priv_reqs": [ "esp_pm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gpio/libesp_driver_gpio.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/src/gpio.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/src/gpio_glitch_filter_ops.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/src/rtc_io.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/src/dedic_gpio.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio/src/gpio_pin_glitch_filter.c" ], - "include_dirs": [ "include" ] - }, - "esp_driver_gptimer": { - "alias": "idf::esp_driver_gptimer", - "target": "___idf_esp_driver_gptimer", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer", - "type": "LIBRARY", - "lib": "__idf_esp_driver_gptimer", - "reqs": [ "esp_pm" ], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/src/gptimer.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer/src/gptimer_common.c" ], - "include_dirs": [ "include" ] - }, - "esp_driver_i2c": { - "alias": "idf::esp_driver_i2c", - "target": "___idf_esp_driver_i2c", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c", - "type": "LIBRARY", - "lib": "__idf_esp_driver_i2c", - "reqs": [], - "priv_reqs": [ "esp_driver_gpio", "esp_pm", "esp_ringbuf" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2c/libesp_driver_i2c.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/i2c_master.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/i2c_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c/i2c_slave.c" ], - "include_dirs": [ "include" ] - }, - "esp_driver_i2s": { - "alias": "idf::esp_driver_i2s", - "target": "___idf_esp_driver_i2s", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s", - "type": "LIBRARY", - "lib": "__idf_esp_driver_i2s", - "reqs": [], - "priv_reqs": [ "esp_driver_gpio", "esp_pm", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_i2s/libesp_driver_i2s.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/i2s_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/i2s_std.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/i2s_pdm.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/i2s_tdm.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s/i2s_platform.c" ], - "include_dirs": [ "include" ] - }, - "esp_driver_isp": { - "alias": "idf::esp_driver_isp", - "target": "___idf_esp_driver_isp", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp", - "type": "CONFIG_ONLY", - "lib": "__idf_esp_driver_isp", - "reqs": [ "esp_mm" ], - "priv_reqs": [ "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "", - "sources": [], - "include_dirs": [ "include" ] - }, - "esp_driver_jpeg": { - "alias": "idf::esp_driver_jpeg", - "target": "___idf_esp_driver_jpeg", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_jpeg", - "type": "CONFIG_ONLY", - "lib": "__idf_esp_driver_jpeg", - "reqs": [], - "priv_reqs": [ "esp_mm", "esp_pm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "", - "sources": [], - "include_dirs": [ "include" ] - }, - "esp_driver_ledc": { - "alias": "idf::esp_driver_ledc", - "target": "___idf_esp_driver_ledc", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc", - "type": "LIBRARY", - "lib": "__idf_esp_driver_ledc", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_ledc/libesp_driver_ledc.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc/src/ledc.c" ], - "include_dirs": [ "include" ] - }, - "esp_driver_mcpwm": { - "alias": "idf::esp_driver_mcpwm", - "target": "___idf_esp_driver_mcpwm", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm", - "type": "CONFIG_ONLY", - "lib": "__idf_esp_driver_mcpwm", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "", - "sources": [], - "include_dirs": [ "include" ] - }, - "esp_driver_parlio": { - "alias": "idf::esp_driver_parlio", - "target": "___idf_esp_driver_parlio", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio", - "type": "CONFIG_ONLY", - "lib": "__idf_esp_driver_parlio", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "", - "sources": [], - "include_dirs": [ "include" ] - }, - "esp_driver_pcnt": { - "alias": "idf::esp_driver_pcnt", - "target": "___idf_esp_driver_pcnt", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt", - "type": "CONFIG_ONLY", - "lib": "__idf_esp_driver_pcnt", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "", - "sources": [], - "include_dirs": [ "include" ] - }, - "esp_driver_ppa": { - "alias": "idf::esp_driver_ppa", - "target": "___idf_esp_driver_ppa", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ppa", - "type": "CONFIG_ONLY", - "lib": "__idf_esp_driver_ppa", - "reqs": [], - "priv_reqs": [ "esp_mm", "esp_pm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "", - "sources": [], - "include_dirs": [ "include" ] - }, - "esp_driver_rmt": { - "alias": "idf::esp_driver_rmt", - "target": "___idf_esp_driver_rmt", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt", - "type": "LIBRARY", - "lib": "__idf_esp_driver_rmt", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_rmt/libesp_driver_rmt.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/src/rmt_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/src/rmt_encoder.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/src/rmt_rx.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt/src/rmt_tx.c" ], - "include_dirs": [ "include" ] - }, - "esp_driver_sdio": { - "alias": "idf::esp_driver_sdio", - "target": "___idf_esp_driver_sdio", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio", - "type": "CONFIG_ONLY", - "lib": "__idf_esp_driver_sdio", - "reqs": [], - "priv_reqs": [ "esp_driver_gpio", "esp_ringbuf" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "", - "sources": [], - "include_dirs": [ "include" ] - }, - "esp_driver_sdm": { - "alias": "idf::esp_driver_sdm", - "target": "___idf_esp_driver_sdm", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm", - "type": "LIBRARY", - "lib": "__idf_esp_driver_sdm", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdm/libesp_driver_sdm.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm/src/sdm.c" ], - "include_dirs": [ "include" ] - }, - "esp_driver_sdmmc": { - "alias": "idf::esp_driver_sdmmc", - "target": "___idf_esp_driver_sdmmc", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc", - "type": "CONFIG_ONLY", - "lib": "__idf_esp_driver_sdmmc", - "reqs": [ "sdmmc", "esp_driver_gpio" ], - "priv_reqs": [ "esp_timer", "esp_pm", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "", - "sources": [], - "include_dirs": [ "include" ] - }, - "esp_driver_sdspi": { - "alias": "idf::esp_driver_sdspi", - "target": "___idf_esp_driver_sdspi", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi", - "type": "LIBRARY", - "lib": "__idf_esp_driver_sdspi", - "reqs": [ "sdmmc", "esp_driver_spi", "esp_driver_gpio" ], - "priv_reqs": [ "esp_timer" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/src/sdspi_crc.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/src/sdspi_host.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi/src/sdspi_transaction.c" ], - "include_dirs": [ "include" ] - }, - "esp_driver_spi": { - "alias": "idf::esp_driver_spi", - "target": "___idf_esp_driver_spi", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi", - "type": "LIBRARY", - "lib": "__idf_esp_driver_spi", - "reqs": [ "esp_pm" ], - "priv_reqs": [ "esp_timer", "esp_mm", "esp_driver_gpio", "esp_ringbuf" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_spi/libesp_driver_spi.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/src/gpspi/spi_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/src/gpspi/spi_master.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/src/gpspi/spi_slave.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/src/gpspi/spi_dma.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi/src/gpspi/spi_slave_hd.c" ], - "include_dirs": [ "include" ] - }, - "esp_driver_touch_sens": { - "alias": "idf::esp_driver_touch_sens", - "target": "___idf_esp_driver_touch_sens", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_touch_sens", - "type": "CONFIG_ONLY", - "lib": "__idf_esp_driver_touch_sens", - "reqs": [], - "priv_reqs": [ "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "", - "sources": [], - "include_dirs": [] - }, - "esp_driver_tsens": { - "alias": "idf::esp_driver_tsens", - "target": "___idf_esp_driver_tsens", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens", - "type": "LIBRARY", - "lib": "__idf_esp_driver_tsens", - "reqs": [], - "priv_reqs": [ "efuse" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_tsens/libesp_driver_tsens.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens/src/temperature_sensor.c" ], - "include_dirs": [ "include" ] - }, - "esp_driver_uart": { - "alias": "idf::esp_driver_uart", - "target": "___idf_esp_driver_uart", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart", - "type": "LIBRARY", - "lib": "__idf_esp_driver_uart", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_ringbuf" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_uart/libesp_driver_uart.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/src/uart.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart/src/uart_vfs.c" ], - "include_dirs": [ "include" ] - }, - "esp_driver_usb_serial_jtag": { - "alias": "idf::esp_driver_usb_serial_jtag", - "target": "___idf_esp_driver_usb_serial_jtag", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag", - "type": "LIBRARY", - "lib": "__idf_esp_driver_usb_serial_jtag", - "reqs": [], - "priv_reqs": [ "esp_driver_gpio", "esp_ringbuf", "esp_pm", "esp_timer" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag_connection_monitor.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag_vfs.c" ], - "include_dirs": [ "include" ] - }, - "esp_eth": { - "alias": "idf::esp_eth", - "target": "___idf_esp_eth", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_eth", - "type": "LIBRARY", - "lib": "__idf_esp_eth", - "reqs": [ "esp_event" ], - "priv_reqs": [ "log", "esp_timer", "esp_driver_spi", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_eth/libesp_eth.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/src/esp_eth.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/src/phy/esp_eth_phy_802_3.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_eth/src/esp_eth_netif_glue.c" ], - "include_dirs": [ "include" ] - }, - "esp_event": { - "alias": "idf::esp_event", - "target": "___idf_esp_event", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_event/libesp_event.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_event/default_event_loop.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_event/esp_event.c", "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_gdbstub/libesp_gdbstub.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/src/gdbstub.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/src/gdbstub_transport.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/src/packet.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/src/port/riscv/gdbstub_riscv.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_gdbstub/src/port/riscv/rv_decode.c" ], - "include_dirs": [ "include" ] - }, - "esp_hid": { - "alias": "idf::esp_hid", - "target": "___idf_esp_hid", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hid", - "type": "LIBRARY", - "lib": "__idf_esp_hid", - "reqs": [ "esp_event", "bt" ], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hid/libesp_hid.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/src/esp_hidd.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hid/src/esp_hidh.c", "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_client/libesp_http_client.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/esp_http_client.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/lib/http_auth.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_http_client/lib/http_header.c", "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_http_server/libesp_http_server.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/httpd_main.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/httpd_parse.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/httpd_sess.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/httpd_txrx.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/httpd_uri.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_http_server/src/httpd_ws.c", "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_ota/libesp_https_ota.a", - "sources": [ "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_https_server", - "type": "LIBRARY", - "lib": "__idf_esp_https_server", - "reqs": [ "esp_http_server", "esp-tls", "esp_event" ], - "priv_reqs": [ "lwip" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_https_server/libesp_https_server.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_https_server/src/https_server.c" ], - "include_dirs": [ "include" ] - }, - "esp_hw_support": { - "alias": "idf::esp_hw_support", - "target": "___idf_esp_hw_support", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support", - "type": "LIBRARY", - "lib": "__idf_esp_hw_support", - "reqs": [ "soc" ], - "priv_reqs": [ "efuse", "spi_flash", "bootloader_support", "esp_security", "esp_driver_gpio", "esp_timer", "esp_pm", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_hw_support/libesp_hw_support.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/cpu.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/esp_cpu_intr.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/esp_memory_utils.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/cpu_region_protect.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/esp_clk.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/clk_ctrl_os.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/hw_random.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/intr_alloc.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/mac_addr.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/periph_ctrl.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/revision.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/rtc_module.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/sleep_modem.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/sleep_modes.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/sleep_console.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/sleep_gpio.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/sleep_event.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/regi2c_ctrl.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/esp_gpio_reserve.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/sar_periph_ctrl_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/io_mux.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/esp_clk_tree.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp_clk_tree_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/esp_dma_utils.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/gdma_link.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/spi_share_hw_ctrl.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/spi_bus_lock.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/adc_share_hw_ctrl.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/gdma.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/deprecated/gdma_legacy.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/esp_async_memcpy.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/dma/async_memcpy_gdma.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/systimer.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/mspi_timing_tuning.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/sleep_wake_stub.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/esp_clock_output.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/rtc_clk_init.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/rtc_clk.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/rtc_init.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/rtc_sleep.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/rtc_time.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/chip_info.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/sar_periph_ctrl.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/adc2_init_cal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp32c3/esp_memprot.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/port/esp_memprot_conv.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support/lowpower/port/esp32c3/sleep_cpu.c" ], - "include_dirs": [ "include", "include/soc", "include/soc/esp32c3", "dma/include", "ldo/include", "debug_probe/include" ] - }, - "esp_lcd": { - "alias": "idf::esp_lcd", - "target": "___idf_esp_lcd", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd", - "type": "LIBRARY", - "lib": "__idf_esp_lcd", - "reqs": [ "driver", "esp_driver_gpio", "esp_driver_i2c", "esp_driver_spi" ], - "priv_reqs": [ "esp_mm", "esp_psram", "esp_pm", "esp_driver_i2s" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_lcd/libesp_lcd.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/src/esp_lcd_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/src/esp_lcd_panel_io.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/src/esp_lcd_panel_nt35510.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/src/esp_lcd_panel_ssd1306.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/src/esp_lcd_panel_st7789.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/src/esp_lcd_panel_ops.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v1.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v2.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd/spi/esp_lcd_panel_io_spi.c" ], - "include_dirs": [ "include", "interface" ] - }, - "esp_local_ctrl": { - "alias": "idf::esp_local_ctrl", - "target": "___idf_esp_local_ctrl", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_handler.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c", "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_mm", - "type": "LIBRARY", - "lib": "__idf_esp_mm", - "reqs": [], - "priv_reqs": [ "heap", "spi_flash" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_mm/libesp_mm.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/esp_mmu_map.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/port/esp32c3/ext_mem_layout.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/esp_cache.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_mm/heap_align_hw.c" ], - "include_dirs": [ "include" ] - }, - "esp_netif": { - "alias": "idf::esp_netif", - "target": "___idf_esp_netif", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_netif/libesp_netif.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/esp_netif_handlers.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/esp_netif_objects.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/esp_netif_defaults.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/lwip/esp_netif_sntp.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/lwip/esp_netif_lwip_defaults.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/lwip/netif/wlanif.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_netif/lwip/netif/ethernetif.c", "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_partition", - "type": "LIBRARY", - "lib": "__idf_esp_partition", - "reqs": [], - "priv_reqs": [ "esp_system", "spi_flash", "partition_table", "bootloader_support", "app_update" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_partition/libesp_partition.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_partition/partition.c", "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_phy/libesp_phy.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/src/phy_override.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/src/lib_printf.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/src/phy_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/src/phy_init.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/esp32c3/phy_init_data.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_phy/src/btbb_init.c" ], - "include_dirs": [ "include", "esp32c3/include" ] - }, - "esp_pm": { - "alias": "idf::esp_pm", - "target": "___idf_esp_pm", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_pm", - "type": "LIBRARY", - "lib": "__idf_esp_pm", - "reqs": [], - "priv_reqs": [ "esp_system", "esp_driver_gpio", "esp_timer" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_pm/libesp_pm.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/pm_locks.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_pm/pm_trace.c", "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_psram", - "type": "CONFIG_ONLY", - "lib": "__idf_esp_psram", - "reqs": [], - "priv_reqs": [ "heap", "spi_flash", "esp_mm" ], - "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/alex/esp/v5.4/esp-idf/components/esp_ringbuf", - "type": "LIBRARY", - "lib": "__idf_esp_ringbuf", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_ringbuf/libesp_ringbuf.a", - "sources": [ "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_rom", - "type": "LIBRARY", - "lib": "__idf_esp_rom", - "reqs": [], - "priv_reqs": [ "soc", "hal" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_rom/libesp_rom.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_sys.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_print.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_crc.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_uart.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_gpio.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_rom/patches/esp_rom_systimer.c" ], - "include_dirs": [ "include", "esp32c3/include", "esp32c3/include/esp32c3", "esp32c3" ] - }, - "esp_security": { - "alias": "idf::esp_security", - "target": "___idf_esp_security", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_security", - "type": "LIBRARY", - "lib": "__idf_esp_security", - "reqs": [], - "priv_reqs": [ "efuse", "esp_hw_support", "esp_system", "esp_timer" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_security/libesp_security.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_security/src/init.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_security/src/esp_hmac.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_security/src/esp_ds.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_security/src/esp_crypto_lock.c" ], - "include_dirs": [ "include" ] - }, - "esp_system": { - "alias": "idf::esp_system", - "target": "___idf_esp_system", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system", - "type": "LIBRARY", - "lib": "__idf_esp_system", - "reqs": [], - "priv_reqs": [ "spi_flash", "esp_timer", "esp_mm", "bootloader_support", "esp_pm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_system/libesp_system.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/esp_err.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/crosscore_int.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/esp_ipc.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/freertos_hooks.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/int_wdt.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/panic.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/esp_system.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/startup.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/startup_funcs.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/system_time.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/stack_check.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/ubsan.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/xt_wdt.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/task_wdt/task_wdt.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/task_wdt/task_wdt_impl_timergroup.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/hw_stack_guard.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/cpu_start.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/panic_handler.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/esp_system_chip.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/image_process.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/brownout.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/arch/riscv/expression_with_stack.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/arch/riscv/panic_arch.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/arch/riscv/debug_helpers.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/arch/riscv/debug_stubs.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc/esp32c3/clk.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc/esp32c3/reset_reason.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc/esp32c3/system_internal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc/esp32c3/cache_err_int.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system/port/soc/esp32c3/apb_backup_dma.c" ], - "include_dirs": [ "include" ] - }, - "esp_timer": { - "alias": "idf::esp_timer", - "target": "___idf_esp_timer", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_timer", - "type": "LIBRARY", - "lib": "__idf_esp_timer", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_timer/libesp_timer.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/src/esp_timer.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/src/esp_timer_init.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/src/ets_timer_legacy.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/src/system_time.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/src/esp_timer_impl_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_timer/src/esp_timer_impl_systimer.c" ], - "include_dirs": [ "include" ] - }, - "esp_vfs_console": { - "alias": "idf::esp_vfs_console", - "target": "___idf_esp_vfs_console", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console", - "type": "LIBRARY", - "lib": "__idf_esp_vfs_console", - "reqs": [], - "priv_reqs": [ "vfs", "esp_driver_uart", "esp_driver_usb_serial_jtag" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_vfs_console/libesp_vfs_console.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console/vfs_console.c" ], - "include_dirs": [ "include" ] - }, - "esp_wifi": { - "alias": "idf::esp_wifi", - "target": "___idf_esp_wifi", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/esp_wifi/libesp_wifi.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/src/lib_printf.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/src/mesh_event.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/src/smartconfig.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/src/wifi_init.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/src/wifi_default.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/src/wifi_netif.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/src/wifi_default_ap.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/esp32c3/esp_adapter.c", "C:/Users/alex/esp/v5.4/esp-idf/components/esp_wifi/src/smartconfig_ack.c" ], - "include_dirs": [ "include", "include/local", "wifi_apps/include", "wifi_apps/nan_app/include" ] - }, - "espcoredump": { - "alias": "idf::espcoredump", - "target": "___idf_espcoredump", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/espcoredump", - "type": "LIBRARY", - "lib": "__idf_espcoredump", - "reqs": [], - "priv_reqs": [ "esp_partition", "spi_flash", "bootloader_support", "mbedtls", "esp_rom", "soc", "esp_system", "esp_driver_gpio", "driver" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/espcoredump/libespcoredump.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/src/core_dump_init.c", "C:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/src/core_dump_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/src/core_dump_flash.c", "C:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/src/core_dump_uart.c", "C:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/src/core_dump_elf.c", "C:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/src/core_dump_binary.c", "C:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/src/core_dump_sha.c", "C:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/src/core_dump_crc.c", "C:/Users/alex/esp/v5.4/esp-idf/components/espcoredump/src/port/riscv/core_dump_port.c" ], - "include_dirs": [ "include", "include/port/riscv" ] - }, - "esptool_py": { - "alias": "idf::esptool_py", - "target": "___idf_esptool_py", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/fatfs", - "type": "LIBRARY", - "lib": "__idf_fatfs", - "reqs": [ "wear_levelling", "sdmmc", "esp_driver_sdmmc", "esp_driver_sdspi" ], - "priv_reqs": [ "vfs", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/fatfs/libfatfs.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio/diskio.c", "C:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio/diskio_rawflash.c", "C:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio/diskio_wl.c", "C:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src/ff.c", "C:/Users/alex/esp/v5.4/esp-idf/components/fatfs/src/ffunicode.c", "C:/Users/alex/esp/v5.4/esp-idf/components/fatfs/port/freertos/ffsystem.c", "C:/Users/alex/esp/v5.4/esp-idf/components/fatfs/diskio/diskio_sdmmc.c", "C:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs/vfs_fat.c", "C:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c", "C:/Users/alex/esp/v5.4/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c" ], - "include_dirs": [ "diskio", "src", "vfs" ] - }, - "freertos": { - "alias": "idf::freertos", - "target": "___idf_freertos", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/freertos", - "type": "LIBRARY", - "lib": "__idf_freertos", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/freertos/libfreertos.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/freertos/heap_idf.c", "C:/Users/alex/esp/v5.4/esp-idf/components/freertos/app_startup.c", "C:/Users/alex/esp/v5.4/esp-idf/components/freertos/port_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/freertos/port_systick.c", "C:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/list.c", "C:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/queue.c", "C:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c", "C:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/timers.c", "C:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/event_groups.c", "C:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/stream_buffer.c", "C:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/port.c", "C:/Users/alex/esp/v5.4/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/portasm.S", "C:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/freertos_compatibility.c", "C:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/idf_additions_event_groups.c", "C:/Users/alex/esp/v5.4/esp-idf/components/freertos/esp_additions/idf_additions.c" ], - "include_dirs": [ "config/include", "config/include/freertos", "config/riscv/include", "FreeRTOS-Kernel/include", "FreeRTOS-Kernel/portable/riscv/include", "FreeRTOS-Kernel/portable/riscv/include/freertos", "esp_additions/include" ] - }, - "hal": { - "alias": "idf::hal", - "target": "___idf_hal", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/hal", - "type": "LIBRARY", - "lib": "__idf_hal", - "reqs": [ "soc", "esp_rom" ], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/hal/libhal.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/hal/hal_utils.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/efuse_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/efuse_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/wdt_hal_iram.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/mmu_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/cache_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/color_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/spi_flash_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/spi_flash_hal_iram.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/spi_flash_encrypt_hal_iram.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/clk_tree_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/systimer_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/uart_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/uart_hal_iram.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/gpio_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/timer_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/ledc_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/ledc_hal_iram.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/i2c_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/i2c_hal_iram.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/rmt_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/twai_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/twai_hal_iram.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/gdma_hal_top.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/gdma_hal_ahb_v1.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/i2s_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/sdm_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/adc_hal_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/adc_oneshot_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/adc_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/mpi_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/sha_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/aes_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/brownout_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/spi_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/spi_hal_iram.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/spi_slave_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/spi_slave_hal_iram.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/spi_slave_hd_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/spi_flash_hal_gpspi.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/hmac_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/ds_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/usb_serial_jtag_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/xt_wdt_hal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/hal/esp32c3/rtc_cntl_hal.c" ], - "include_dirs": [ "platform_port/include", "esp32c3/include", "include" ] - }, - "heap": { - "alias": "idf::heap", - "target": "___idf_heap", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/heap", - "type": "LIBRARY", - "lib": "__idf_heap", - "reqs": [], - "priv_reqs": [ "soc" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/heap/libheap.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/heap/heap_caps_base.c", "C:/Users/alex/esp/v5.4/esp-idf/components/heap/heap_caps.c", "C:/Users/alex/esp/v5.4/esp-idf/components/heap/heap_caps_init.c", "C:/Users/alex/esp/v5.4/esp-idf/components/heap/multi_heap.c", "C:/Users/alex/esp/v5.4/esp-idf/components/heap/tlsf/tlsf.c", "C:/Users/alex/esp/v5.4/esp-idf/components/heap/port/memory_layout_utils.c", "C:/Users/alex/esp/v5.4/esp-idf/components/heap/port/esp32c3/memory_layout.c" ], - "include_dirs": [ "include", "tlsf" ] - }, - "http_parser": { - "alias": "idf::http_parser", - "target": "___idf_http_parser", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/http_parser", - "type": "LIBRARY", - "lib": "__idf_http_parser", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/http_parser/libhttp_parser.a", - "sources": [ "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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/esp32c3" ] - }, - "ieee802154": { - "alias": "idf::ieee802154", - "target": "___idf_ieee802154", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/ieee802154", - "type": "CONFIG_ONLY", - "lib": "__idf_ieee802154", - "reqs": [], - "priv_reqs": [ "esp_phy", "driver", "esp_timer", "esp_coex", "soc", "hal" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "", - "sources": [], - "include_dirs": [ "include" ] - }, - "json": { - "alias": "idf::json", - "target": "___idf_json", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/json", - "type": "LIBRARY", - "lib": "__idf_json", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/json/libjson.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON/cJSON.c", "C:/Users/alex/esp/v5.4/esp-idf/components/json/cJSON/cJSON_Utils.c" ], - "include_dirs": [ "cJSON" ] - }, - "log": { - "alias": "idf::log", - "target": "___idf_log", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/log", - "type": "LIBRARY", - "lib": "__idf_log", - "reqs": [], - "priv_reqs": [ "soc", "hal", "esp_hw_support" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/log/liblog.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/log/src/os/log_timestamp.c", "C:/Users/alex/esp/v5.4/esp-idf/components/log/src/log_timestamp_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/log/src/os/log_lock.c", "C:/Users/alex/esp/v5.4/esp-idf/components/log/src/os/log_write.c", "C:/Users/alex/esp/v5.4/esp-idf/components/log/src/buffer/log_buffers.c", "C:/Users/alex/esp/v5.4/esp-idf/components/log/src/util.c", "C:/Users/alex/esp/v5.4/esp-idf/components/log/src/log_level/log_level.c", "C:/Users/alex/esp/v5.4/esp-idf/components/log/src/log_level/tag_log_level/tag_log_level.c", "C:/Users/alex/esp/v5.4/esp-idf/components/log/src/log_level/tag_log_level/linked_list/log_linked_list.c", "C:/Users/alex/esp/v5.4/esp-idf/components/log/src/log_level/tag_log_level/cache/log_binary_heap.c" ], - "include_dirs": [ "include" ] - }, - "lwip": { - "alias": "idf::lwip", - "target": "___idf_lwip", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/lwip", - "type": "LIBRARY", - "lib": "__idf_lwip", - "reqs": [], - "priv_reqs": [ "vfs" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/lwip/liblwip.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/apps/sntp/sntp.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/api/api_lib.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/api/api_msg.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/api/err.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/api/if_api.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/api/netbuf.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/api/netdb.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/api/netifapi.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/api/sockets.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/api/tcpip.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/apps/sntp/sntp.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/apps/netbiosns/netbiosns.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/def.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/dns.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/inet_chksum.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/init.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/ip.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/mem.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/memp.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/netif.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/pbuf.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/raw.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/stats.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/sys.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/tcp.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/tcp_in.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/tcp_out.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/timeouts.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/udp.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/ipv4/autoip.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/ipv4/dhcp.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/ipv4/etharp.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/ipv4/icmp.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/ipv4/igmp.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/ipv4/ip4.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_napt.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_addr.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_frag.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/ipv6/dhcp6.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/ipv6/ethip6.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/ipv6/icmp6.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/ipv6/inet6.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/ipv6/ip6.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_addr.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_frag.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/ipv6/mld6.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/core/ipv6/nd6.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ethernet.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/bridgeif.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/bridgeif_fdb.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/slipif.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/auth.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/ccp.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/chap-md5.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/chap-new.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/chap_ms.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/demand.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/eap.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/ecp.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/eui64.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/fsm.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/ipcp.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/ipv6cp.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/lcp.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/magic.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/mppe.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/multilink.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/ppp.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/pppapi.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/pppcrypt.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/pppoe.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/pppol2tp.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/pppos.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/upap.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/utils.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/vj.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/hooks/tcp_isn_default.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/hooks/lwip_default_hooks.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/debug/lwip_debug.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/sockets_ext.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/freertos/sys_arch.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/acd_dhcp_check.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/port/esp32xx/vfs_lwip.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/apps/ping/esp_ping.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/apps/ping/ping.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/apps/ping/ping_sock.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/arc4.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/des.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/md4.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/md5.c", "C:/Users/alex/esp/v5.4/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/sha1.c", "C:/Users/alex/esp/v5.4/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", "port/esp32xx/include/sys" ] - }, - "main": { - "alias": "idf::main", - "target": "___idf_main", - "prefix": "idf", - "dir": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main", - "type": "LIBRARY", - "lib": "__idf_main", - "reqs": [], - "priv_reqs": [ "protocol_examples_common" ], - "managed_reqs": [], - "managed_priv_reqs": [ "protocol_examples_common" ], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/main/libmain.a", - "sources": [ "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main/app_main.c" ], - "include_dirs": [ "." ] - }, - "mbedtls": { - "alias": "idf::mbedtls", - "target": "___idf_mbedtls", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/libmbedtls.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/mbedtls/esp_crt_bundle/esp_crt_bundle.c", "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/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/alex/esp/v5.4/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mqtt/libmqtt.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c", "C:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c", "C:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c", "C:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c" ], - "include_dirs": [ "C:/Users/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/include" ] - }, - "newlib": { - "alias": "idf::newlib", - "target": "___idf_newlib", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/newlib", - "type": "LIBRARY", - "lib": "__idf_newlib", - "reqs": [], - "priv_reqs": [ "soc", "spi_flash" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/newlib/libnewlib.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/newlib/abort.c", "C:/Users/alex/esp/v5.4/esp-idf/components/newlib/assert.c", "C:/Users/alex/esp/v5.4/esp-idf/components/newlib/heap.c", "C:/Users/alex/esp/v5.4/esp-idf/components/newlib/flockfile.c", "C:/Users/alex/esp/v5.4/esp-idf/components/newlib/locks.c", "C:/Users/alex/esp/v5.4/esp-idf/components/newlib/poll.c", "C:/Users/alex/esp/v5.4/esp-idf/components/newlib/pthread.c", "C:/Users/alex/esp/v5.4/esp-idf/components/newlib/random.c", "C:/Users/alex/esp/v5.4/esp-idf/components/newlib/getentropy.c", "C:/Users/alex/esp/v5.4/esp-idf/components/newlib/reent_init.c", "C:/Users/alex/esp/v5.4/esp-idf/components/newlib/newlib_init.c", "C:/Users/alex/esp/v5.4/esp-idf/components/newlib/syscalls.c", "C:/Users/alex/esp/v5.4/esp-idf/components/newlib/termios.c", "C:/Users/alex/esp/v5.4/esp-idf/components/newlib/stdatomic.c", "C:/Users/alex/esp/v5.4/esp-idf/components/newlib/time.c", "C:/Users/alex/esp/v5.4/esp-idf/components/newlib/sysconf.c", "C:/Users/alex/esp/v5.4/esp-idf/components/newlib/realpath.c", "C:/Users/alex/esp/v5.4/esp-idf/components/newlib/scandir.c", "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/nvs_flash", - "type": "LIBRARY", - "lib": "__idf_nvs_flash", - "reqs": [ "esp_partition" ], - "priv_reqs": [ "spi_flash", "newlib" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_flash/libnvs_flash.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_api.cpp", "C:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_cxx_api.cpp", "C:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_item_hash_list.cpp", "C:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_page.cpp", "C:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_pagemanager.cpp", "C:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_storage.cpp", "C:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_handle_simple.cpp", "C:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_handle_locked.cpp", "C:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_partition.cpp", "C:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_partition_lookup.cpp", "C:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_partition_manager.cpp", "C:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_types.cpp", "C:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_platform.cpp", "C:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_bootloader.c", "C:/Users/alex/esp/v5.4/esp-idf/components/nvs_flash/src/nvs_encrypted_partition.cpp" ], - "include_dirs": [ "include" ] - }, - "nvs_sec_provider": { - "alias": "idf::nvs_sec_provider", - "target": "___idf_nvs_sec_provider", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider", - "type": "LIBRARY", - "lib": "__idf_nvs_sec_provider", - "reqs": [], - "priv_reqs": [ "bootloader_support", "efuse", "esp_partition", "nvs_flash" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/nvs_sec_provider/libnvs_sec_provider.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider/nvs_sec_provider.c" ], - "include_dirs": [ "include" ] - }, - "openthread": { - "alias": "idf::openthread", - "target": "___idf_openthread", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/openthread", - "type": "CONFIG_ONLY", - "lib": "__idf_openthread", - "reqs": [ "esp_netif", "lwip", "esp_driver_uart", "driver" ], - "priv_reqs": [ "console", "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/alex/esp/v5.4/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": [] - }, - "protobuf-c": { - "alias": "idf::protobuf-c", - "target": "___idf_protobuf-c", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c", - "type": "LIBRARY", - "lib": "__idf_protobuf-c", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protobuf-c/libprotobuf-c.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c" ], - "include_dirs": [ "protobuf-c" ] - }, - "protocol_examples_common": { - "alias": "idf::protocol_examples_common", - "target": "___idf_protocol_examples_common", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common", - "type": "LIBRARY", - "lib": "__idf_protocol_examples_common", - "reqs": [], - "priv_reqs": [ "esp_netif", "driver", "esp_wifi", "vfs", "console", "esp_eth" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protocol_examples_common/libprotocol_examples_common.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/stdin_out.c", "C:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/addr_from_stdin.c", "C:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/connect.c", "C:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/wifi_connect.c", "C:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/protocol_examples_utils.c", "C:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common/console_cmd.c" ], - "include_dirs": [ "include" ] - }, - "protocomm": { - "alias": "idf::protocomm", - "target": "___idf_protocomm", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/protocomm/libprotocomm.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/common/protocomm.c", "C:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c/constants.pb-c.c", "C:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c/sec0.pb-c.c", "C:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c/sec1.pb-c.c", "C:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c/sec2.pb-c.c", "C:/Users/alex/esp/v5.4/esp-idf/components/protocomm/proto-c/session.pb-c.c", "C:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/transports/protocomm_console.c", "C:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/transports/protocomm_httpd.c", "C:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/security/security0.c", "C:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/security/security1.c", "C:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/security/security2.c", "C:/Users/alex/esp/v5.4/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp.c", "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/pthread", - "type": "LIBRARY", - "lib": "__idf_pthread", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/pthread/libpthread.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/pthread/pthread.c", "C:/Users/alex/esp/v5.4/esp-idf/components/pthread/pthread_cond_var.c", "C:/Users/alex/esp/v5.4/esp-idf/components/pthread/pthread_local_storage.c", "C:/Users/alex/esp/v5.4/esp-idf/components/pthread/pthread_rwlock.c", "C:/Users/alex/esp/v5.4/esp-idf/components/pthread/pthread_semaphore.c" ], - "include_dirs": [ "include" ] - }, - "riscv": { - "alias": "idf::riscv", - "target": "___idf_riscv", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/riscv", - "type": "LIBRARY", - "lib": "__idf_riscv", - "reqs": [], - "priv_reqs": [ "soc" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/riscv/libriscv.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/riscv/instruction_decode.c", "C:/Users/alex/esp/v5.4/esp-idf/components/riscv/interrupt.c", "C:/Users/alex/esp/v5.4/esp-idf/components/riscv/vectors.S", "C:/Users/alex/esp/v5.4/esp-idf/components/riscv/interrupt_intc.c", "C:/Users/alex/esp/v5.4/esp-idf/components/riscv/vectors_intc.S" ], - "include_dirs": [ "include" ] - }, - "rt": { - "alias": "idf::rt", - "target": "___idf_rt", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/rt", - "type": "LIBRARY", - "lib": "__idf_rt", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/rt/librt.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/rt/FreeRTOS_POSIX_mqueue.c", "C:/Users/alex/esp/v5.4/esp-idf/components/rt/FreeRTOS_POSIX_utils.c" ], - "include_dirs": [ "include" ] - }, - "sdmmc": { - "alias": "idf::sdmmc", - "target": "___idf_sdmmc", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/sdmmc", - "type": "LIBRARY", - "lib": "__idf_sdmmc", - "reqs": [], - "priv_reqs": [ "soc", "esp_timer", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/sdmmc/libsdmmc.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/sdmmc_cmd.c", "C:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/sdmmc_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/sdmmc_init.c", "C:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/sdmmc_io.c", "C:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/sdmmc_mmc.c", "C:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/sdmmc_sd.c", "C:/Users/alex/esp/v5.4/esp-idf/components/sdmmc/sd_pwr_ctrl/sd_pwr_ctrl.c" ], - "include_dirs": [ "include" ] - }, - "soc": { - "alias": "idf::soc", - "target": "___idf_soc", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/soc", - "type": "LIBRARY", - "lib": "__idf_soc", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/soc/libsoc.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/soc/lldesc.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/dport_access_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/interrupts.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/gpio_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/uart_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/adc_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/dedic_gpio_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/gdma_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/spi_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/ledc_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/rmt_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/sdm_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/i2s_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/i2c_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/temperature_sensor_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/timer_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/mpi_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/twai_periph.c", "C:/Users/alex/esp/v5.4/esp-idf/components/soc/esp32c3/wdt_periph.c" ], - "include_dirs": [ "include", "esp32c3", "esp32c3/include", "esp32c3/register" ] - }, - "spi_flash": { - "alias": "idf::spi_flash", - "target": "___idf_spi_flash", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash", - "type": "LIBRARY", - "lib": "__idf_spi_flash", - "reqs": [ "hal" ], - "priv_reqs": [ "bootloader_support", "app_update", "soc", "esp_mm", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/spi_flash/libspi_flash.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/flash_brownout_hook.c", "C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/spi_flash_chip_drivers.c", "C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/spi_flash_chip_generic.c", "C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/spi_flash_chip_issi.c", "C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/spi_flash_chip_mxic.c", "C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/spi_flash_chip_gd.c", "C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/spi_flash_chip_winbond.c", "C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/spi_flash_chip_boya.c", "C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/spi_flash_chip_mxic_opi.c", "C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/spi_flash_chip_th.c", "C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/memspi_host_driver.c", "C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/cache_utils.c", "C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/flash_mmap.c", "C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/flash_ops.c", "C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/spi_flash_wrap.c", "C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/esp_flash_api.c", "C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/esp_flash_spi_init.c", "C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash/spi_flash_os_func_app.c", "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/spiffs", - "type": "LIBRARY", - "lib": "__idf_spiffs", - "reqs": [ "esp_partition" ], - "priv_reqs": [ "bootloader_support", "esptool_py", "vfs" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/spiffs/libspiffs.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/spiffs/spiffs_api.c", "C:/Users/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c", "C:/Users/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/src/spiffs_check.c", "C:/Users/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c", "C:/Users/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c", "C:/Users/alex/esp/v5.4/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c", "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/tcp_transport/libtcp_transport.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/transport.c", "C:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/transport_ssl.c", "C:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/transport_internal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/transport_socks_proxy.c", "C:/Users/alex/esp/v5.4/esp-idf/components/tcp_transport/transport_ws.c" ], - "include_dirs": [ "include" ] - }, - "ulp": { - "alias": "idf::ulp", - "target": "___idf_ulp", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/unity", - "type": "LIBRARY", - "lib": "__idf_unity", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/unity/libunity.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/unity/unity/src/unity.c", "C:/Users/alex/esp/v5.4/esp-idf/components/unity/unity_compat.c", "C:/Users/alex/esp/v5.4/esp-idf/components/unity/unity_runner.c", "C:/Users/alex/esp/v5.4/esp-idf/components/unity/unity_utils_freertos.c", "C:/Users/alex/esp/v5.4/esp-idf/components/unity/unity_utils_cache.c", "C:/Users/alex/esp/v5.4/esp-idf/components/unity/unity_utils_memory.c", "C:/Users/alex/esp/v5.4/esp-idf/components/unity/unity_port_esp32.c", "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/usb", - "type": "CONFIG_ONLY", - "lib": "__idf_usb", - "reqs": [], - "priv_reqs": [ "esp_driver_gpio", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "", - "sources": [], - "include_dirs": [] - }, - "vfs": { - "alias": "idf::vfs", - "target": "___idf_vfs", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/vfs", - "type": "LIBRARY", - "lib": "__idf_vfs", - "reqs": [], - "priv_reqs": [ "esp_timer", "esp_driver_uart", "esp_driver_usb_serial_jtag", "esp_vfs_console" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/vfs/libvfs.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/vfs/vfs.c", "C:/Users/alex/esp/v5.4/esp-idf/components/vfs/vfs_eventfd.c", "C:/Users/alex/esp/v5.4/esp-idf/components/vfs/vfs_semihost.c", "C:/Users/alex/esp/v5.4/esp-idf/components/vfs/nullfs.c" ], - "include_dirs": [ "include" ] - }, - "wear_levelling": { - "alias": "idf::wear_levelling", - "target": "___idf_wear_levelling", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wear_levelling/libwear_levelling.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/Partition.cpp", "C:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/SPI_Flash.cpp", "C:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp", "C:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp", "C:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/WL_Flash.cpp", "C:/Users/alex/esp/v5.4/esp-idf/components/wear_levelling/crc32.cpp", "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wifi_provisioning/libwifi_provisioning.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src/wifi_config.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src/wifi_scan.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src/wifi_ctrl.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src/manager.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src/handlers.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/src/scheme_console.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c/wifi_config.pb-c.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c/wifi_scan.pb-c.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c/wifi_ctrl.pb-c.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c", "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/wpa_supplicant/libwpa_supplicant.a", - "sources": [ "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/os_xtensa.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/port/eloop.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/ap/ap_config.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/ap/ieee802_1x.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/ap/wpa_auth_ie.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/ap/pmksa_cache_auth.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/ap/sta_info.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/ap/ieee802_11.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/ap/comeback_token.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/common/sae.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/common/dragonfly.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/common/wpa_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils/bitfield.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto/aes-siv.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto/sha256-kdf.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto/ccmp.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto/aes-gcm.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto/crypto_ops.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto/sha1-tlsprf.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto/sha256-tlsprf.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto/sha384-tlsprf.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto/sha256-prf.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto/sha1-prf.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto/sha384-prf.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto/sha1-tprf.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/eap_common/eap_wsc_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/common/ieee802_11_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/eap_peer/chap.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/eap_peer/eap.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/eap_peer/eap_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/eap_peer/eap_ttls.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/eap_peer/mschapv2.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_pac.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa_ie.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils/base64.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils/common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils/ext_password.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils/uuid.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils/wpabuf.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils/wpa_debug.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/utils/json.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/wps/wps.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/wps/wps_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/common/sae_pk.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_eap_client.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa2_api_port.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa_main.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpas_glue.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_common.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wps.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa3.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_owe.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/tls_mbedtls.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/fastpbkdf2.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-ec.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto/rc4.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c", "C:/Users/alex/esp/v5.4/esp-idf/components/wpa_supplicant/src/crypto/aes-ccm.c" ], - "include_dirs": [ "include", "port/include", "esp_supplicant/include" ] - } - }, - "all_component_info" : { - "app_trace": { - "alias": "idf::app_trace", - "target": "___idf_app_trace", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/app_trace", - "lib": "__idf_app_trace", - "reqs": [ "esp_timer" ], - "priv_reqs": [ "esp_driver_gptimer", "esp_driver_gpio", "esp_driver_uart" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "app_update": { - "alias": "idf::app_update", - "target": "___idf_app_update", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/app_update", - "lib": "__idf_app_update", - "reqs": [ "partition_table", "bootloader_support", "esp_app_format", "esp_bootloader_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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/bootloader_support", - "lib": "__idf_bootloader_support", - "reqs": [ "soc" ], - "priv_reqs": [ "spi_flash", "mbedtls", "efuse", "heap", "esp_bootloader_format", "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/alex/esp/v5.4/esp-idf/components/bt", - "lib": "__idf_bt", - "reqs": [ "esp_timer", "esp_wifi" ], - "priv_reqs": [ "nvs_flash", "soc", "esp_pm", "esp_phy", "esp_coex", "mbedtls", "esp_driver_uart", "vfs", "esp_ringbuf" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [] - }, - "cmock": { - "alias": "idf::cmock", - "target": "___idf_cmock", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/console", - "lib": "__idf_console", - "reqs": [ "vfs", "esp_vfs_console" ], - "priv_reqs": [ "esp_driver_uart", "esp_driver_usb_serial_jtag" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "C:/Users/alex/esp/v5.4/esp-idf/components/console" ] - }, - "cxx": { - "alias": "idf::cxx", - "target": "___idf_cxx", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/cxx", - "lib": "__idf_cxx", - "reqs": [], - "priv_reqs": [ "pthread", "esp_system" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [] - }, - "driver": { - "alias": "idf::driver", - "target": "___idf_driver", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/driver", - "lib": "__idf_driver", - "reqs": [ "esp_pm", "esp_ringbuf", "freertos", "soc", "hal", "esp_hw_support", "esp_driver_gpio", "esp_driver_pcnt", "esp_driver_gptimer", "esp_driver_spi", "esp_driver_mcpwm", "esp_driver_ana_cmpr", "esp_driver_i2s", "esp_driver_sdmmc", "esp_driver_sdspi", "esp_driver_sdio", "esp_driver_dac", "esp_driver_rmt", "esp_driver_tsens", "esp_driver_sdm", "esp_driver_i2c", "esp_driver_uart", "esp_driver_ledc", "esp_driver_parlio", "esp_driver_usb_serial_jtag" ], - "priv_reqs": [ "efuse", "esp_timer", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "deprecated", "i2c/include", "touch_sensor/include", "twai/include" ] - }, - "efuse": { - "alias": "idf::efuse", - "target": "___idf_efuse", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/efuse", - "lib": "__idf_efuse", - "reqs": [], - "priv_reqs": [ "bootloader_support", "soc", "spi_flash", "esp_system", "esp_partition", "esp_app_format" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include", "esp32c3/include" ] - }, - "esp-tls": { - "alias": "idf::esp-tls", - "target": "___idf_esp-tls", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp-tls", - "lib": "__idf_esp-tls", - "reqs": [ "mbedtls" ], - "priv_reqs": [ "http_parser", "esp_timer", "lwip" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "C:/Users/alex/esp/v5.4/esp-idf/components/esp-tls", "esp-tls-crypto" ] - }, - "esp_adc": { - "alias": "idf::esp_adc", - "target": "___idf_esp_adc", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_adc", - "lib": "__idf_esp_adc", - "reqs": [], - "priv_reqs": [ "driver", "esp_driver_gpio", "efuse", "esp_pm", "esp_ringbuf", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include", "interface", "esp32c3/include", "deprecated/include" ] - }, - "esp_app_format": { - "alias": "idf::esp_app_format", - "target": "___idf_esp_app_format", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_app_format", - "lib": "__idf_esp_app_format", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_bootloader_format": { - "alias": "idf::esp_bootloader_format", - "target": "___idf_esp_bootloader_format", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_bootloader_format", - "lib": "__idf_esp_bootloader_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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_common", - "lib": "__idf_esp_common", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_ana_cmpr": { - "alias": "idf::esp_driver_ana_cmpr", - "target": "___idf_esp_driver_ana_cmpr", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ana_cmpr", - "lib": "__idf_esp_driver_ana_cmpr", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_cam": { - "alias": "idf::esp_driver_cam", - "target": "___idf_esp_driver_cam", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_cam", - "lib": "__idf_esp_driver_cam", - "reqs": [ "esp_driver_isp", "esp_mm" ], - "priv_reqs": [ "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include", "interface" ] - }, - "esp_driver_dac": { - "alias": "idf::esp_driver_dac", - "target": "___idf_esp_driver_dac", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_dac", - "lib": "__idf_esp_driver_dac", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "./include" ] - }, - "esp_driver_gpio": { - "alias": "idf::esp_driver_gpio", - "target": "___idf_esp_driver_gpio", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gpio", - "lib": "__idf_esp_driver_gpio", - "reqs": [], - "priv_reqs": [ "esp_pm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_gptimer": { - "alias": "idf::esp_driver_gptimer", - "target": "___idf_esp_driver_gptimer", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_gptimer", - "lib": "__idf_esp_driver_gptimer", - "reqs": [ "esp_pm" ], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_i2c": { - "alias": "idf::esp_driver_i2c", - "target": "___idf_esp_driver_i2c", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2c", - "lib": "__idf_esp_driver_i2c", - "reqs": [], - "priv_reqs": [ "esp_driver_gpio", "esp_pm", "esp_ringbuf" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_i2s": { - "alias": "idf::esp_driver_i2s", - "target": "___idf_esp_driver_i2s", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_i2s", - "lib": "__idf_esp_driver_i2s", - "reqs": [], - "priv_reqs": [ "esp_driver_gpio", "esp_pm", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_isp": { - "alias": "idf::esp_driver_isp", - "target": "___idf_esp_driver_isp", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_isp", - "lib": "__idf_esp_driver_isp", - "reqs": [ "esp_mm" ], - "priv_reqs": [ "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_jpeg": { - "alias": "idf::esp_driver_jpeg", - "target": "___idf_esp_driver_jpeg", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_jpeg", - "lib": "__idf_esp_driver_jpeg", - "reqs": [], - "priv_reqs": [ "esp_mm", "esp_pm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_ledc": { - "alias": "idf::esp_driver_ledc", - "target": "___idf_esp_driver_ledc", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ledc", - "lib": "__idf_esp_driver_ledc", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_mcpwm": { - "alias": "idf::esp_driver_mcpwm", - "target": "___idf_esp_driver_mcpwm", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_mcpwm", - "lib": "__idf_esp_driver_mcpwm", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_parlio": { - "alias": "idf::esp_driver_parlio", - "target": "___idf_esp_driver_parlio", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_parlio", - "lib": "__idf_esp_driver_parlio", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_pcnt": { - "alias": "idf::esp_driver_pcnt", - "target": "___idf_esp_driver_pcnt", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_pcnt", - "lib": "__idf_esp_driver_pcnt", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_ppa": { - "alias": "idf::esp_driver_ppa", - "target": "___idf_esp_driver_ppa", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_ppa", - "lib": "__idf_esp_driver_ppa", - "reqs": [], - "priv_reqs": [ "esp_mm", "esp_pm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_rmt": { - "alias": "idf::esp_driver_rmt", - "target": "___idf_esp_driver_rmt", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_rmt", - "lib": "__idf_esp_driver_rmt", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_sdio": { - "alias": "idf::esp_driver_sdio", - "target": "___idf_esp_driver_sdio", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdio", - "lib": "__idf_esp_driver_sdio", - "reqs": [], - "priv_reqs": [ "esp_driver_gpio", "esp_ringbuf" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_sdm": { - "alias": "idf::esp_driver_sdm", - "target": "___idf_esp_driver_sdm", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdm", - "lib": "__idf_esp_driver_sdm", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_sdmmc": { - "alias": "idf::esp_driver_sdmmc", - "target": "___idf_esp_driver_sdmmc", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdmmc", - "lib": "__idf_esp_driver_sdmmc", - "reqs": [ "sdmmc", "esp_driver_gpio" ], - "priv_reqs": [ "esp_timer", "esp_pm", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_sdspi": { - "alias": "idf::esp_driver_sdspi", - "target": "___idf_esp_driver_sdspi", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_sdspi", - "lib": "__idf_esp_driver_sdspi", - "reqs": [ "sdmmc", "esp_driver_spi", "esp_driver_gpio" ], - "priv_reqs": [ "esp_timer" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_spi": { - "alias": "idf::esp_driver_spi", - "target": "___idf_esp_driver_spi", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_spi", - "lib": "__idf_esp_driver_spi", - "reqs": [ "esp_pm" ], - "priv_reqs": [ "esp_timer", "esp_mm", "esp_driver_gpio", "esp_ringbuf" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_touch_sens": { - "alias": "idf::esp_driver_touch_sens", - "target": "___idf_esp_driver_touch_sens", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_touch_sens", - "lib": "__idf_esp_driver_touch_sens", - "reqs": [], - "priv_reqs": [ "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [] - }, - "esp_driver_tsens": { - "alias": "idf::esp_driver_tsens", - "target": "___idf_esp_driver_tsens", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_tsens", - "lib": "__idf_esp_driver_tsens", - "reqs": [], - "priv_reqs": [ "efuse" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_uart": { - "alias": "idf::esp_driver_uart", - "target": "___idf_esp_driver_uart", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_uart", - "lib": "__idf_esp_driver_uart", - "reqs": [], - "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_ringbuf" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_driver_usb_serial_jtag": { - "alias": "idf::esp_driver_usb_serial_jtag", - "target": "___idf_esp_driver_usb_serial_jtag", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_driver_usb_serial_jtag", - "lib": "__idf_esp_driver_usb_serial_jtag", - "reqs": [], - "priv_reqs": [ "esp_driver_gpio", "esp_ringbuf", "esp_pm", "esp_timer" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_eth": { - "alias": "idf::esp_eth", - "target": "___idf_esp_eth", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_eth", - "lib": "__idf_esp_eth", - "reqs": [ "esp_event" ], - "priv_reqs": [ "log", "esp_timer", "esp_driver_spi", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_event": { - "alias": "idf::esp_event", - "target": "___idf_esp_event", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_https_server", - "lib": "__idf_esp_https_server", - "reqs": [ "esp_http_server", "esp-tls", "esp_event" ], - "priv_reqs": [ "lwip" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_hw_support": { - "alias": "idf::esp_hw_support", - "target": "___idf_esp_hw_support", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_hw_support", - "lib": "__idf_esp_hw_support", - "reqs": [ "soc" ], - "priv_reqs": [ "efuse", "spi_flash", "bootloader_support", "esp_security", "esp_driver_gpio", "esp_timer", "esp_pm", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include", "include/soc", "include/soc/esp32c3", "dma/include", "ldo/include", "debug_probe/include" ] - }, - "esp_lcd": { - "alias": "idf::esp_lcd", - "target": "___idf_esp_lcd", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_lcd", - "lib": "__idf_esp_lcd", - "reqs": [ "driver", "esp_driver_gpio", "esp_driver_i2c", "esp_driver_spi" ], - "priv_reqs": [ "esp_mm", "esp_psram", "esp_pm", "esp_driver_i2s" ], - "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/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_partition", - "lib": "__idf_esp_partition", - "reqs": [], - "priv_reqs": [ "esp_system", "spi_flash", "partition_table", "bootloader_support", "app_update" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_phy": { - "alias": "idf::esp_phy", - "target": "___idf_esp_phy", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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", "esp32c3/include" ] - }, - "esp_pm": { - "alias": "idf::esp_pm", - "target": "___idf_esp_pm", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_pm", - "lib": "__idf_esp_pm", - "reqs": [], - "priv_reqs": [ "esp_system", "esp_driver_gpio", "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/alex/esp/v5.4/esp-idf/components/esp_psram", - "lib": "__idf_esp_psram", - "reqs": [], - "priv_reqs": [ "heap", "spi_flash", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_ringbuf": { - "alias": "idf::esp_ringbuf", - "target": "___idf_esp_ringbuf", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/esp_rom", - "lib": "__idf_esp_rom", - "reqs": [], - "priv_reqs": [ "soc", "hal" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include", "esp32c3/include", "esp32c3/include/esp32c3", "esp32c3" ] - }, - "esp_security": { - "alias": "idf::esp_security", - "target": "___idf_esp_security", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_security", - "lib": "__idf_esp_security", - "reqs": [], - "priv_reqs": [ "efuse", "esp_hw_support", "esp_system", "esp_timer" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_system": { - "alias": "idf::esp_system", - "target": "___idf_esp_system", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_system", - "lib": "__idf_esp_system", - "reqs": [], - "priv_reqs": [ "spi_flash", "esp_timer", "esp_mm", "bootloader_support", "esp_pm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_timer": { - "alias": "idf::esp_timer", - "target": "___idf_esp_timer", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_timer", - "lib": "__idf_esp_timer", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_vfs_console": { - "alias": "idf::esp_vfs_console", - "target": "___idf_esp_vfs_console", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/esp_vfs_console", - "lib": "__idf_esp_vfs_console", - "reqs": [], - "priv_reqs": [ "vfs", "esp_driver_uart", "esp_driver_usb_serial_jtag" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "esp_wifi": { - "alias": "idf::esp_wifi", - "target": "___idf_esp_wifi", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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", "include/local", "wifi_apps/include", "wifi_apps/nan_app/include" ] - }, - "espcoredump": { - "alias": "idf::espcoredump", - "target": "___idf_espcoredump", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/espcoredump", - "lib": "__idf_espcoredump", - "reqs": [], - "priv_reqs": [ "esp_partition", "spi_flash", "bootloader_support", "mbedtls", "esp_rom", "soc", "esp_system", "esp_driver_gpio", "driver" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include", "include/port/riscv" ] - }, - "esptool_py": { - "alias": "idf::esptool_py", - "target": "___idf_esptool_py", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/fatfs", - "lib": "__idf_fatfs", - "reqs": [ "wear_levelling", "sdmmc", "esp_driver_sdmmc", "esp_driver_sdspi" ], - "priv_reqs": [ "vfs", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "diskio", "src", "vfs" ] - }, - "freertos": { - "alias": "idf::freertos", - "target": "___idf_freertos", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/freertos", - "lib": "__idf_freertos", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "config/include", "config/include/freertos", "config/riscv/include", "FreeRTOS-Kernel/include", "FreeRTOS-Kernel/portable/riscv/include", "FreeRTOS-Kernel/portable/riscv/include/freertos", "esp_additions/include" ] - }, - "hal": { - "alias": "idf::hal", - "target": "___idf_hal", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/hal", - "lib": "__idf_hal", - "reqs": [ "soc", "esp_rom" ], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "platform_port/include", "esp32c3/include", "include" ] - }, - "heap": { - "alias": "idf::heap", - "target": "___idf_heap", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/heap", - "lib": "__idf_heap", - "reqs": [], - "priv_reqs": [ "soc" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include", "tlsf" ] - }, - "http_parser": { - "alias": "idf::http_parser", - "target": "___idf_http_parser", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/idf_test", - "lib": "__idf_idf_test", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include", "include/esp32c3" ] - }, - "ieee802154": { - "alias": "idf::ieee802154", - "target": "___idf_ieee802154", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/ieee802154", - "lib": "__idf_ieee802154", - "reqs": [], - "priv_reqs": [ "esp_phy", "driver", "esp_timer", "esp_coex", "soc", "hal" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "json": { - "alias": "idf::json", - "target": "___idf_json", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/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", "port/esp32xx/include/sys" ] - }, - "mbedtls": { - "alias": "idf::mbedtls", - "target": "___idf_mbedtls", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/mqtt/esp-mqtt/include" ] - }, - "newlib": { - "alias": "idf::newlib", - "target": "___idf_newlib", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/nvs_flash", - "lib": "__idf_nvs_flash", - "reqs": [ "esp_partition" ], - "priv_reqs": [ "spi_flash", "newlib" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "nvs_sec_provider": { - "alias": "idf::nvs_sec_provider", - "target": "___idf_nvs_sec_provider", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/nvs_sec_provider", - "lib": "__idf_nvs_sec_provider", - "reqs": [], - "priv_reqs": [ "bootloader_support", "efuse", "esp_partition", "nvs_flash" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "openthread": { - "alias": "idf::openthread", - "target": "___idf_openthread", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/openthread", - "lib": "__idf_openthread", - "reqs": [ "esp_netif", "lwip", "esp_driver_uart", "driver" ], - "priv_reqs": [ "console", "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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/perfmon", - "lib": "__idf_perfmon", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [] - }, - "protobuf-c": { - "alias": "idf::protobuf-c", - "target": "___idf_protobuf-c", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/riscv", - "lib": "__idf_riscv", - "reqs": [], - "priv_reqs": [ "soc" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "rt": { - "alias": "idf::rt", - "target": "___idf_rt", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/rt", - "lib": "__idf_rt", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "sdmmc": { - "alias": "idf::sdmmc", - "target": "___idf_sdmmc", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/sdmmc", - "lib": "__idf_sdmmc", - "reqs": [], - "priv_reqs": [ "soc", "esp_timer", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "soc": { - "alias": "idf::soc", - "target": "___idf_soc", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/soc", - "lib": "__idf_soc", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include", "esp32c3", "esp32c3/include", "esp32c3/register" ] - }, - "spi_flash": { - "alias": "idf::spi_flash", - "target": "___idf_spi_flash", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/spi_flash", - "lib": "__idf_spi_flash", - "reqs": [ "hal" ], - "priv_reqs": [ "bootloader_support", "app_update", "soc", "esp_mm", "esp_driver_gpio" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "spiffs": { - "alias": "idf::spiffs", - "target": "___idf_spiffs", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/spiffs", - "lib": "__idf_spiffs", - "reqs": [ "esp_partition" ], - "priv_reqs": [ "bootloader_support", "esptool_py", "vfs" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "tcp_transport": { - "alias": "idf::tcp_transport", - "target": "___idf_tcp_transport", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/usb", - "lib": "__idf_usb", - "reqs": [], - "priv_reqs": [ "esp_driver_gpio", "esp_mm" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [] - }, - "vfs": { - "alias": "idf::vfs", - "target": "___idf_vfs", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/components/vfs", - "lib": "__idf_vfs", - "reqs": [], - "priv_reqs": [ "esp_timer", "esp_driver_uart", "esp_driver_usb_serial_jtag", "esp_vfs_console" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - }, - "wear_levelling": { - "alias": "idf::wear_levelling", - "target": "___idf_wear_levelling", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/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/alex/esp/v5.4/esp-idf/components/xtensa", - "lib": "__idf_xtensa", - "reqs": [], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include", "port/include", "esp_supplicant/include" ] - }, - "main": { - "alias": "idf::main", - "target": "___idf_main", - "prefix": "idf", - "dir": "C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/main", - "lib": "__idf_main", - "reqs": [], - "priv_reqs": [ "protocol_examples_common" ], - "managed_reqs": [], - "managed_priv_reqs": [ "protocol_examples_common" ], - "include_dirs": [ "." ] - }, - "protocol_examples_common": { - "alias": "idf::protocol_examples_common", - "target": "___idf_protocol_examples_common", - "prefix": "idf", - "dir": "C:/Users/alex/esp/v5.4/esp-idf/examples/common_components/protocol_examples_common", - "lib": "__idf_protocol_examples_common", - "reqs": [], - "priv_reqs": [ "esp_netif", "driver", "esp_wifi", "vfs", "console", "esp_eth" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "include_dirs": [ "include" ] - } - }, - "debug_prefix_map_gdbinit": "" -} diff --git a/ESP-IDF_mqtt-ssl/build/project_elf_src_esp32c3.c b/ESP-IDF_mqtt-ssl/build/project_elf_src_esp32c3.c deleted file mode 100644 index e69de29bb..000000000 diff --git a/ESP-IDF_mqtt-ssl/build/x509_crt_bundle.S b/ESP-IDF_mqtt-ssl/build/x509_crt_bundle.S deleted file mode 100644 index 447dd3628..000000000 --- a/ESP-IDF_mqtt-ssl/build/x509_crt_bundle.S +++ /dev/null @@ -1,4388 +0,0 @@ -/* * Data converted from C:/Users/alex/github/ESP-Nodes/ESP-IDF_mqtt-ssl/build/esp-idf/mbedtls/x509_crt_bundle - */ -.data -#if !defined (__APPLE__) && !defined (__linux__) -.section .rodata.embedded -#endif - -.global x509_crt_bundle -x509_crt_bundle: - -.global _binary_x509_crt_bundle_start -_binary_x509_crt_bundle_start: /* for objcopy compatibility */ -.byte 0x60, 0x02, 0x00, 0x00, 0xc0, 0x03, 0x00, 0x00, 0x23, 0x06, 0x00, 0x00, 0x87, 0x08, 0x00, 0x00 -.byte 0xec, 0x09, 0x00, 0x00, 0x51, 0x0c, 0x00, 0x00, 0xeb, 0x0c, 0x00, 0x00, 0xa2, 0x0d, 0x00, 0x00 -.byte 0x09, 0x10, 0x00, 0x00, 0x70, 0x11, 0x00, 0x00, 0xd8, 0x12, 0x00, 0x00, 0x41, 0x15, 0x00, 0x00 -.byte 0xfc, 0x15, 0x00, 0x00, 0x65, 0x18, 0x00, 0x00, 0xd0, 0x19, 0x00, 0x00, 0x3d, 0x1c, 0x00, 0x00 -.byte 0xaa, 0x1e, 0x00, 0x00, 0x18, 0x21, 0x00, 0x00, 0x87, 0x23, 0x00, 0x00, 0xf7, 0x25, 0x00, 0x00 -.byte 0x67, 0x27, 0x00, 0x00, 0xd7, 0x28, 0x00, 0x00, 0x48, 0x2b, 0x00, 0x00, 0xb9, 0x2d, 0x00, 0x00 -.byte 0x2a, 0x30, 0x00, 0x00, 0xed, 0x30, 0x00, 0x00, 0xb1, 0x31, 0x00, 0x00, 0x23, 0x34, 0x00, 0x00 -.byte 0x96, 0x36, 0x00, 0x00, 0x09, 0x39, 0x00, 0x00, 0xce, 0x39, 0x00, 0x00, 0x41, 0x3c, 0x00, 0x00 -.byte 0xb4, 0x3e, 0x00, 0x00, 0x79, 0x3f, 0x00, 0x00, 0x3e, 0x40, 0x00, 0x00, 0xb2, 0x42, 0x00, 0x00 -.byte 0x26, 0x45, 0x00, 0x00, 0x9a, 0x47, 0x00, 0x00, 0x60, 0x48, 0x00, 0x00, 0x26, 0x49, 0x00, 0x00 -.byte 0x9a, 0x4a, 0x00, 0x00, 0x10, 0x4d, 0x00, 0x00, 0x86, 0x4e, 0x00, 0x00, 0xfe, 0x4f, 0x00, 0x00 -.byte 0x76, 0x52, 0x00, 0x00, 0x40, 0x53, 0x00, 0x00, 0xb8, 0x55, 0x00, 0x00, 0x31, 0x57, 0x00, 0x00 -.byte 0xaa, 0x59, 0x00, 0x00, 0x23, 0x5c, 0x00, 0x00, 0x9d, 0x5e, 0x00, 0x00, 0x17, 0x61, 0x00, 0x00 -.byte 0xe3, 0x61, 0x00, 0x00, 0xaf, 0x62, 0x00, 0x00, 0x29, 0x65, 0x00, 0x00, 0xa3, 0x67, 0x00, 0x00 -.byte 0x6f, 0x68, 0x00, 0x00, 0x3b, 0x69, 0x00, 0x00, 0xb5, 0x6b, 0x00, 0x00, 0x30, 0x6e, 0x00, 0x00 -.byte 0xab, 0x70, 0x00, 0x00, 0x78, 0x71, 0x00, 0x00, 0xf4, 0x72, 0x00, 0x00, 0x70, 0x75, 0x00, 0x00 -.byte 0x21, 0x76, 0x00, 0x00, 0xef, 0x76, 0x00, 0x00, 0x6c, 0x79, 0x00, 0x00, 0xe9, 0x7a, 0x00, 0x00 -.byte 0x66, 0x7d, 0x00, 0x00, 0x35, 0x7e, 0x00, 0x00, 0xb2, 0x7f, 0x00, 0x00, 0x2f, 0x82, 0x00, 0x00 -.byte 0xad, 0x84, 0x00, 0x00, 0x2d, 0x87, 0x00, 0x00, 0xff, 0x87, 0x00, 0x00, 0x81, 0x8a, 0x00, 0x00 -.byte 0x03, 0x8c, 0x00, 0x00, 0x86, 0x8d, 0x00, 0x00, 0x0a, 0x8f, 0x00, 0x00, 0x90, 0x91, 0x00, 0x00 -.byte 0x68, 0x92, 0x00, 0x00, 0xee, 0x94, 0x00, 0x00, 0x74, 0x96, 0x00, 0x00, 0x4c, 0x97, 0x00, 0x00 -.byte 0xd5, 0x99, 0x00, 0x00, 0x5e, 0x9b, 0x00, 0x00, 0xe8, 0x9d, 0x00, 0x00, 0xc5, 0x9e, 0x00, 0x00 -.byte 0x50, 0xa1, 0x00, 0x00, 0xdb, 0xa2, 0x00, 0x00, 0xba, 0xa3, 0x00, 0x00, 0x47, 0xa6, 0x00, 0x00 -.byte 0xd4, 0xa7, 0x00, 0x00, 0x61, 0xa9, 0x00, 0x00, 0x40, 0xaa, 0x00, 0x00, 0xce, 0xac, 0x00, 0x00 -.byte 0x5c, 0xaf, 0x00, 0x00, 0x3d, 0xb0, 0x00, 0x00, 0xcc, 0xb2, 0x00, 0x00, 0x59, 0xb4, 0x00, 0x00 -.byte 0xea, 0xb5, 0x00, 0x00, 0x7b, 0xb7, 0x00, 0x00, 0x5e, 0xb8, 0x00, 0x00, 0x41, 0xb9, 0x00, 0x00 -.byte 0xd2, 0xbb, 0x00, 0x00, 0x65, 0xbd, 0x00, 0x00, 0xf7, 0xbe, 0x00, 0x00, 0x8c, 0xc1, 0x00, 0x00 -.byte 0x75, 0xc2, 0x00, 0x00, 0x0c, 0xc5, 0x00, 0x00, 0xf6, 0xc5, 0x00, 0x00, 0x8e, 0xc8, 0x00, 0x00 -.byte 0x26, 0xca, 0x00, 0x00, 0xbf, 0xcb, 0x00, 0x00, 0xaa, 0xcc, 0x00, 0x00, 0x96, 0xcd, 0x00, 0x00 -.byte 0x31, 0xd0, 0x00, 0x00, 0x03, 0xd1, 0x00, 0x00, 0xf5, 0xd1, 0x00, 0x00, 0xeb, 0xd2, 0x00, 0x00 -.byte 0x91, 0xd5, 0x00, 0x00, 0x38, 0xd7, 0x00, 0x00, 0x32, 0xd8, 0x00, 0x00, 0xda, 0xda, 0x00, 0x00 -.byte 0x84, 0xdc, 0x00, 0x00, 0x81, 0xdd, 0x00, 0x00, 0x2e, 0xe0, 0x00, 0x00, 0xdc, 0xe1, 0x00, 0x00 -.byte 0x8b, 0xe3, 0x00, 0x00, 0x3a, 0xe5, 0x00, 0x00, 0xe9, 0xe6, 0x00, 0x00, 0x98, 0xe9, 0x00, 0x00 -.byte 0x47, 0xeb, 0x00, 0x00, 0xf7, 0xec, 0x00, 0x00, 0xa8, 0xef, 0x00, 0x00, 0xac, 0xf0, 0x00, 0x00 -.byte 0x5e, 0xf3, 0x00, 0x00, 0x13, 0xf6, 0x00, 0x00, 0x1a, 0xf7, 0x00, 0x00, 0xcf, 0xf9, 0x00, 0x00 -.byte 0x8b, 0xfb, 0x00, 0x00, 0x7e, 0xfc, 0x00, 0x00, 0x8e, 0xfd, 0x00, 0x00, 0x53, 0xff, 0x00, 0x00 -.byte 0x26, 0x02, 0x01, 0x00, 0xfa, 0x03, 0x01, 0x00, 0x23, 0x05, 0x01, 0x00, 0x00, 0x07, 0x01, 0x00 -.byte 0xe1, 0x08, 0x01, 0x00, 0xcc, 0x0a, 0x01, 0x00, 0xb7, 0x0d, 0x01, 0x00, 0xf5, 0x0e, 0x01, 0x00 -.byte 0x36, 0x00, 0x26, 0x01, 0x30, 0x34, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 -.byte 0x02, 0x46, 0x52, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x09, 0x44, 0x68 -.byte 0x69, 0x6d, 0x79, 0x6f, 0x74, 0x69, 0x73, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x03 -.byte 0x0c, 0x08, 0x43, 0x65, 0x72, 0x74, 0x69, 0x67, 0x6e, 0x61, 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, 0xc8, 0x68, 0xf1, 0xc9, 0xd6 -.byte 0xd6, 0xb3, 0x34, 0x75, 0x26, 0x82, 0x1e, 0xec, 0xb4, 0xbe, 0xea, 0x5c, 0xe1, 0x26, 0xed, 0x11 -.byte 0x47, 0x61, 0xe1, 0xa2, 0x7c, 0x16, 0x78, 0x40, 0x21, 0xe4, 0x60, 0x9e, 0x5a, 0xc8, 0x63, 0xe1 -.byte 0xc4, 0xb1, 0x96, 0x92, 0xff, 0x18, 0x6d, 0x69, 0x23, 0xe1, 0x2b, 0x62, 0xf7, 0xdd, 0xe2, 0x36 -.byte 0x2f, 0x91, 0x07, 0xb9, 0x48, 0xcf, 0x0e, 0xec, 0x79, 0xb6, 0x2c, 0xe7, 0x34, 0x4b, 0x70, 0x08 -.byte 0x25, 0xa3, 0x3c, 0x87, 0x1b, 0x19, 0xf2, 0x81, 0x07, 0x0f, 0x38, 0x90, 0x19, 0xd3, 0x11, 0xfe -.byte 0x86, 0xb4, 0xf2, 0xd1, 0x5e, 0x1e, 0x1e, 0x96, 0xcd, 0x80, 0x6c, 0xce, 0x3b, 0x31, 0x93, 0xb6 -.byte 0xf2, 0xa0, 0xd0, 0xa9, 0x95, 0x12, 0x7d, 0xa5, 0x9a, 0xcc, 0x6b, 0xc8, 0x84, 0x56, 0x8a, 0x33 -.byte 0xa9, 0xe7, 0x22, 0x15, 0x53, 0x16, 0xf0, 0xcc, 0x17, 0xec, 0x57, 0x5f, 0xe9, 0xa2, 0x0a, 0x98 -.byte 0x09, 0xde, 0xe3, 0x5f, 0x9c, 0x6f, 0xdc, 0x48, 0xe3, 0x85, 0x0b, 0x15, 0x5a, 0xa6, 0xba, 0x9f -.byte 0xac, 0x48, 0xe3, 0x09, 0xb2, 0xf7, 0xf4, 0x32, 0xde, 0x5e, 0x34, 0xbe, 0x1c, 0x78, 0x5d, 0x42 -.byte 0x5b, 0xce, 0x0e, 0x22, 0x8f, 0x4d, 0x90, 0xd7, 0x7d, 0x32, 0x18, 0xb3, 0x0b, 0x2c, 0x6a, 0xbf -.byte 0x8e, 0x3f, 0x14, 0x11, 0x89, 0x20, 0x0e, 0x77, 0x14, 0xb5, 0x3d, 0x94, 0x08, 0x87, 0xf7, 0x25 -.byte 0x1e, 0xd5, 0xb2, 0x60, 0x00, 0xec, 0x6f, 0x2a, 0x28, 0x25, 0x6e, 0x2a, 0x3e, 0x18, 0x63, 0x17 -.byte 0x25, 0x3f, 0x3e, 0x44, 0x20, 0x16, 0xf6, 0x26, 0xc8, 0x25, 0xae, 0x05, 0x4a, 0xb4, 0xe7, 0x63 -.byte 0x2c, 0xf3, 0x8c, 0x16, 0x53, 0x7e, 0x5c, 0xfb, 0x11, 0x1a, 0x08, 0xc1, 0x46, 0x62, 0x9f, 0x22 -.byte 0xb8, 0xf1, 0xc2, 0x8d, 0x69, 0xdc, 0xfa, 0x3a, 0x58, 0x06, 0xdf, 0x02, 0x03, 0x01, 0x00, 0x01 -.byte 0x39, 0x00, 0x26, 0x02, 0x30, 0x37, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c -.byte 0x0b, 0x54, 0x65, 0x6c, 0x69, 0x61, 0x53, 0x6f, 0x6e, 0x65, 0x72, 0x61, 0x31, 0x1f, 0x30, 0x1d -.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x16, 0x54, 0x65, 0x6c, 0x69, 0x61, 0x53, 0x6f, 0x6e, 0x65 -.byte 0x72, 0x61, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x76, 0x31, 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, 0xc2, 0xbe -.byte 0xeb, 0x27, 0xf0, 0x21, 0xa3, 0xf3, 0x69, 0x26, 0x55, 0x7e, 0x9d, 0xc5, 0x55, 0x16, 0x91, 0x5c -.byte 0xfd, 0xef, 0x21, 0xbf, 0x53, 0x80, 0x7a, 0x2d, 0xd2, 0x91, 0x8c, 0x63, 0x31, 0xf0, 0xec, 0x24 -.byte 0xf0, 0xc3, 0xa5, 0xd2, 0x72, 0x7c, 0x10, 0x6d, 0xf4, 0x37, 0xb7, 0xe5, 0xe6, 0x7c, 0x79, 0xea -.byte 0x8c, 0xb5, 0x82, 0x8b, 0xae, 0x48, 0xb6, 0xac, 0x00, 0xdc, 0x65, 0x75, 0xec, 0x2a, 0x4d, 0x5f -.byte 0xc1, 0x87, 0xf5, 0x20, 0x65, 0x2b, 0x81, 0xa8, 0x47, 0x3e, 0x89, 0x23, 0x95, 0x30, 0x16, 0x90 -.byte 0x7f, 0xe8, 0x57, 0x07, 0x48, 0xe7, 0x19, 0xae, 0xbf, 0x45, 0x67, 0xb1, 0x37, 0x1b, 0x06, 0x2a -.byte 0xfe, 0xde, 0xf9, 0xac, 0x7d, 0x83, 0xfb, 0x5e, 0xba, 0xe4, 0x8f, 0x97, 0x67, 0xbe, 0x4b, 0x8e -.byte 0x8d, 0x64, 0x07, 0x57, 0x38, 0x55, 0x69, 0x34, 0x36, 0x3d, 0x13, 0x48, 0xef, 0x4f, 0xe2, 0xd3 -.byte 0x66, 0x1e, 0xa4, 0xcf, 0x1a, 0xb7, 0x5e, 0x36, 0x33, 0xd4, 0xb4, 0x06, 0xbd, 0x18, 0x01, 0xfd -.byte 0x77, 0x84, 0x50, 0x00, 0x45, 0xf5, 0x8c, 0x5d, 0xe8, 0x23, 0xbc, 0x7e, 0xfe, 0x35, 0xe1, 0xed -.byte 0x50, 0x7b, 0xa9, 0x30, 0x8d, 0x19, 0xd3, 0x09, 0x8e, 0x68, 0x67, 0x5d, 0xbf, 0x3c, 0x97, 0x18 -.byte 0x53, 0xbb, 0x29, 0x62, 0xc5, 0xca, 0x5e, 0x72, 0xc1, 0xc7, 0x96, 0xd4, 0xdb, 0x2d, 0xa0, 0xb4 -.byte 0x1f, 0x69, 0x03, 0xec, 0xea, 0xe2, 0x50, 0xf1, 0x0c, 0x3c, 0xf0, 0xac, 0xf3, 0x53, 0x2d, 0xf0 -.byte 0x1c, 0xf5, 0xed, 0x6c, 0x39, 0x39, 0x73, 0x80, 0x16, 0xc8, 0x52, 0xb0, 0x23, 0xcd, 0xe0, 0x3e -.byte 0xdc, 0xdd, 0x3c, 0x47, 0xa0, 0xbb, 0x35, 0x8a, 0xe2, 0x98, 0x68, 0x8b, 0xbe, 0xe5, 0xbf, 0x72 -.byte 0xee, 0xd2, 0xfa, 0xa5, 0xed, 0x12, 0xed, 0xfc, 0x98, 0x18, 0xa9, 0x26, 0x76, 0xdc, 0x28, 0x4b -.byte 0x10, 0x20, 0x1c, 0xd3, 0x7f, 0x16, 0x77, 0x2d, 0xed, 0x6f, 0x80, 0xf7, 0x49, 0xbb, 0x53, 0x05 -.byte 0xbb, 0x5d, 0x68, 0xc7, 0xd4, 0xc8, 0x75, 0x16, 0x3f, 0x89, 0x5a, 0x8b, 0xf7, 0x17, 0x47, 0xd4 -.byte 0x4c, 0xf1, 0xd2, 0x89, 0x79, 0x3e, 0x4d, 0x3d, 0x98, 0xa8, 0x61, 0xde, 0x3a, 0x1e, 0xd2, 0xf8 -.byte 0x5e, 0x03, 0xe0, 0xc1, 0xc9, 0x1c, 0x8c, 0xd3, 0x8d, 0x4d, 0xd3, 0x95, 0x36, 0xb3, 0x37, 0x5f -.byte 0x63, 0x63, 0x9b, 0x33, 0x14, 0xf0, 0x2d, 0x26, 0x6b, 0x53, 0x7c, 0x89, 0x8c, 0x32, 0xc2, 0x6e -.byte 0xec, 0x3d, 0x21, 0x00, 0x39, 0xc9, 0xa1, 0x68, 0xe2, 0x50, 0x83, 0x2e, 0xb0, 0x3a, 0x2b, 0xf3 -.byte 0x36, 0xa0, 0xac, 0x2f, 0xe4, 0x6f, 0x61, 0xc2, 0x51, 0x09, 0x39, 0x3e, 0x8b, 0x53, 0xb9, 0xbb -.byte 0x67, 0xda, 0xdc, 0x53, 0xb9, 0x76, 0x59, 0x36, 0x9d, 0x43, 0xe5, 0x20, 0xe0, 0x3d, 0x32, 0x60 -.byte 0x85, 0x22, 0x51, 0xb7, 0xc7, 0x33, 0xbb, 0xdd, 0x15, 0x2f, 0xa4, 0x78, 0xa6, 0x07, 0x7b, 0x81 -.byte 0x46, 0x36, 0x04, 0x86, 0xdd, 0x79, 0x35, 0xc7, 0x95, 0x2c, 0x3b, 0xb0, 0xa3, 0x17, 0x35, 0xe5 -.byte 0x73, 0x1f, 0xb4, 0x5c, 0x59, 0xef, 0xda, 0xea, 0x10, 0x65, 0x7b, 0x7a, 0xd0, 0x7f, 0x9f, 0xb3 -.byte 0xb4, 0x2a, 0x37, 0x3b, 0x70, 0x8b, 0x9b, 0x5b, 0xb9, 0x2b, 0xb7, 0xec, 0xb2, 0x51, 0x12, 0x97 -.byte 0x53, 0x29, 0x5a, 0xd4, 0xf0, 0x12, 0x10, 0xdc, 0x4f, 0x02, 0xbb, 0x12, 0x92, 0x2f, 0x62, 0xd4 -.byte 0x3f, 0x69, 0x43, 0x7c, 0x0d, 0xd6, 0xfc, 0x58, 0x75, 0x01, 0x88, 0x9d, 0x58, 0x16, 0x4b, 0xde -.byte 0xba, 0x90, 0xff, 0x47, 0x01, 0x89, 0x06, 0x6a, 0xf6, 0x5f, 0xb2, 0x90, 0x6a, 0xb3, 0x02, 0xa6 -.byte 0x02, 0x88, 0xbf, 0xb3, 0x47, 0x7e, 0x2a, 0xd9, 0xd5, 0xfa, 0x68, 0x78, 0x35, 0x4d, 0x02, 0x03 -.byte 0x01, 0x00, 0x01, 0x3a, 0x00, 0x26, 0x02, 0x30, 0x38, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 -.byte 0x04, 0x06, 0x13, 0x02, 0x45, 0x53, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c -.byte 0x0b, 0x49, 0x5a, 0x45, 0x4e, 0x50, 0x45, 0x20, 0x53, 0x2e, 0x41, 0x2e, 0x31, 0x13, 0x30, 0x11 -.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x0a, 0x49, 0x7a, 0x65, 0x6e, 0x70, 0x65, 0x2e, 0x63, 0x6f -.byte 0x6d, 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, 0xc9, 0xd3, 0x7a, 0xca, 0x0f, 0x1e, 0xac, 0xa7, 0x86, 0xe8, 0x16, 0x65, 0x6a, 0xb1 -.byte 0xc2, 0x1b, 0x45, 0x32, 0x71, 0x95, 0xd9, 0xfe, 0x10, 0x5b, 0xcc, 0xaf, 0xe7, 0xa5, 0x79, 0x01 -.byte 0x8f, 0x89, 0xc3, 0xca, 0xf2, 0x55, 0x71, 0xf7, 0x77, 0xbe, 0x77, 0x94, 0xf3, 0x72, 0xa4, 0x2c -.byte 0x44, 0xd8, 0x9e, 0x92, 0x9b, 0x14, 0x3a, 0xa1, 0xe7, 0x24, 0x90, 0x0a, 0x0a, 0x56, 0x8e, 0xc5 -.byte 0xd8, 0x26, 0x94, 0xe1, 0xd9, 0x48, 0xe1, 0x2d, 0x3e, 0xda, 0x0a, 0x72, 0xdd, 0xa3, 0x99, 0x15 -.byte 0xda, 0x81, 0xa2, 0x87, 0xf4, 0x7b, 0x6e, 0x26, 0x77, 0x89, 0x58, 0xad, 0xd6, 0xeb, 0x0c, 0xb2 -.byte 0x41, 0x7a, 0x73, 0x6e, 0x6d, 0xdb, 0x7a, 0x78, 0x41, 0xe9, 0x08, 0x88, 0x12, 0x7e, 0x87, 0x2e -.byte 0x66, 0x11, 0x63, 0x6c, 0x54, 0xfb, 0x3c, 0x9d, 0x72, 0xc0, 0xbc, 0x2e, 0xff, 0xc2, 0xb7, 0xdd -.byte 0x0d, 0x76, 0xe3, 0x3a, 0xd7, 0xf7, 0xb4, 0x68, 0xbe, 0xa2, 0xf5, 0xe3, 0x81, 0x6e, 0xc1, 0x46 -.byte 0x6f, 0x5d, 0x8d, 0xe0, 0x4d, 0xc6, 0x54, 0x55, 0x89, 0x1a, 0x33, 0x31, 0x0a, 0xb1, 0x57, 0xb9 -.byte 0xa3, 0x8a, 0x98, 0xc3, 0xec, 0x3b, 0x34, 0xc5, 0x95, 0x41, 0x69, 0x7e, 0x75, 0xc2, 0x3c, 0x20 -.byte 0xc5, 0x61, 0xba, 0x51, 0x47, 0xa0, 0x20, 0x90, 0x93, 0xa1, 0x90, 0x4b, 0xf3, 0x4e, 0x7c, 0x85 -.byte 0x45, 0x54, 0x9a, 0xd1, 0x05, 0x26, 0x41, 0xb0, 0xb5, 0x4d, 0x1d, 0x33, 0xbe, 0xc4, 0x03, 0xc8 -.byte 0x25, 0x7c, 0xc1, 0x70, 0xdb, 0x3b, 0xf4, 0x09, 0x2d, 0x54, 0x27, 0x48, 0xac, 0x2f, 0xe1, 0xc4 -.byte 0xac, 0x3e, 0xc8, 0xcb, 0x92, 0x4c, 0x53, 0x39, 0x37, 0x23, 0xec, 0xd3, 0x01, 0xf9, 0xe0, 0x09 -.byte 0x44, 0x4d, 0x4d, 0x64, 0xc0, 0xe1, 0x0d, 0x5a, 0x87, 0x22, 0xbc, 0xad, 0x1b, 0xa3, 0xfe, 0x26 -.byte 0xb5, 0x15, 0xf3, 0xa7, 0xfc, 0x84, 0x19, 0xe9, 0xec, 0xa1, 0x88, 0xb4, 0x44, 0x69, 0x84, 0x83 -.byte 0xf3, 0x89, 0xd1, 0x74, 0x06, 0xa9, 0xcc, 0x0b, 0xd6, 0xc2, 0xde, 0x27, 0x85, 0x50, 0x26, 0xca -.byte 0x17, 0xb8, 0xc9, 0x7a, 0x87, 0x56, 0x2c, 0x1a, 0x01, 0x1e, 0x6c, 0xbe, 0x13, 0xad, 0x10, 0xac -.byte 0xb5, 0x24, 0xf5, 0x38, 0x91, 0xa1, 0xd6, 0x4b, 0xda, 0xf1, 0xbb, 0xd2, 0xde, 0x47, 0xb5, 0xf1 -.byte 0xbc, 0x81, 0xf6, 0x59, 0x6b, 0xcf, 0x19, 0x53, 0xe9, 0x8d, 0x15, 0xcb, 0x4a, 0xcb, 0xa9, 0x6f -.byte 0x44, 0xe5, 0x1b, 0x41, 0xcf, 0xe1, 0x86, 0xa7, 0xca, 0xd0, 0x6a, 0x9f, 0xbc, 0x4c, 0x8d, 0x06 -.byte 0x33, 0x5a, 0xa2, 0x85, 0xe5, 0x90, 0x35, 0xa0, 0x62, 0x5c, 0x16, 0x4e, 0xf0, 0xe3, 0xa2, 0xfa -.byte 0x03, 0x1a, 0xb4, 0x2c, 0x71, 0xb3, 0x58, 0x2c, 0xde, 0x7b, 0x0b, 0xdb, 0x1a, 0x0f, 0xeb, 0xde -.byte 0x21, 0x1f, 0x06, 0x77, 0x06, 0x03, 0xb0, 0xc9, 0xef, 0x99, 0xfc, 0xc0, 0xb9, 0x4f, 0x0b, 0x86 -.byte 0x28, 0xfe, 0xd2, 0xb9, 0xea, 0xe3, 0xda, 0xa5, 0xc3, 0x47, 0x69, 0x12, 0xe0, 0xdb, 0xf0, 0xf6 -.byte 0x19, 0x8b, 0xed, 0x7b, 0x70, 0xd7, 0x02, 0xd6, 0xed, 0x87, 0x18, 0x28, 0x2c, 0x04, 0x24, 0x4c -.byte 0x77, 0xe4, 0x48, 0x8a, 0x1a, 0xc6, 0x3b, 0x9a, 0xd4, 0x0f, 0xca, 0xfa, 0x75, 0xd2, 0x01, 0x40 -.byte 0x5a, 0x8d, 0x79, 0xbf, 0x8b, 0xcf, 0x4b, 0xcf, 0xaa, 0x16, 0xc1, 0x95, 0xe4, 0xad, 0x4c, 0x8a -.byte 0x3e, 0x17, 0x91, 0xd4, 0xb1, 0x62, 0xe5, 0x82, 0xe5, 0x80, 0x04, 0xa4, 0x03, 0x7e, 0x8d, 0xbf -.byte 0xda, 0x7f, 0xa2, 0x0f, 0x97, 0x4f, 0x0c, 0xd3, 0x0d, 0xfb, 0xd7, 0xd1, 0xe5, 0x72, 0x7e, 0x1c -.byte 0xc8, 0x77, 0xff, 0x5b, 0x9a, 0x0f, 0xb7, 0xae, 0x05, 0x46, 0xe5, 0xf1, 0xa8, 0x16, 0xec, 0x47 -.byte 0xa4, 0x17, 0x02, 0x03, 0x01, 0x00, 0x01, 0x3b, 0x00, 0x26, 0x01, 0x30, 0x39, 0x31, 0x0b, 0x30 -.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0f, 0x30, 0x0d, 0x06, 0x03 -.byte 0x55, 0x04, 0x0a, 0x13, 0x06, 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e, 0x31, 0x19, 0x30, 0x17, 0x06 -.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e, 0x20, 0x52, 0x6f, 0x6f -.byte 0x74, 0x20, 0x43, 0x41, 0x20, 0x31, 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, 0xb2, 0x78, 0x80, 0x71, 0xca, 0x78, 0xd5, 0xe3, 0x71 -.byte 0xaf, 0x47, 0x80, 0x50, 0x74, 0x7d, 0x6e, 0xd8, 0xd7, 0x88, 0x76, 0xf4, 0x99, 0x68, 0xf7, 0x58 -.byte 0x21, 0x60, 0xf9, 0x74, 0x84, 0x01, 0x2f, 0xac, 0x02, 0x2d, 0x86, 0xd3, 0xa0, 0x43, 0x7a, 0x4e -.byte 0xb2, 0xa4, 0xd0, 0x36, 0xba, 0x01, 0xbe, 0x8d, 0xdb, 0x48, 0xc8, 0x07, 0x17, 0x36, 0x4c, 0xf4 -.byte 0xee, 0x88, 0x23, 0xc7, 0x3e, 0xeb, 0x37, 0xf5, 0xb5, 0x19, 0xf8, 0x49, 0x68, 0xb0, 0xde, 0xd7 -.byte 0xb9, 0x76, 0x38, 0x1d, 0x61, 0x9e, 0xa4, 0xfe, 0x82, 0x36, 0xa5, 0xe5, 0x4a, 0x56, 0xe4, 0x45 -.byte 0xe1, 0xf9, 0xfd, 0xb4, 0x16, 0xfa, 0x74, 0xda, 0x9c, 0x9b, 0x35, 0x39, 0x2f, 0xfa, 0xb0, 0x20 -.byte 0x50, 0x06, 0x6c, 0x7a, 0xd0, 0x80, 0xb2, 0xa6, 0xf9, 0xaf, 0xec, 0x47, 0x19, 0x8f, 0x50, 0x38 -.byte 0x07, 0xdc, 0xa2, 0x87, 0x39, 0x58, 0xf8, 0xba, 0xd5, 0xa9, 0xf9, 0x48, 0x67, 0x30, 0x96, 0xee -.byte 0x94, 0x78, 0x5e, 0x6f, 0x89, 0xa3, 0x51, 0xc0, 0x30, 0x86, 0x66, 0xa1, 0x45, 0x66, 0xba, 0x54 -.byte 0xeb, 0xa3, 0xc3, 0x91, 0xf9, 0x48, 0xdc, 0xff, 0xd1, 0xe8, 0x30, 0x2d, 0x7d, 0x2d, 0x74, 0x70 -.byte 0x35, 0xd7, 0x88, 0x24, 0xf7, 0x9e, 0xc4, 0x59, 0x6e, 0xbb, 0x73, 0x87, 0x17, 0xf2, 0x32, 0x46 -.byte 0x28, 0xb8, 0x43, 0xfa, 0xb7, 0x1d, 0xaa, 0xca, 0xb4, 0xf2, 0x9f, 0x24, 0x0e, 0x2d, 0x4b, 0xf7 -.byte 0x71, 0x5c, 0x5e, 0x69, 0xff, 0xea, 0x95, 0x02, 0xcb, 0x38, 0x8a, 0xae, 0x50, 0x38, 0x6f, 0xdb -.byte 0xfb, 0x2d, 0x62, 0x1b, 0xc5, 0xc7, 0x1e, 0x54, 0xe1, 0x77, 0xe0, 0x67, 0xc8, 0x0f, 0x9c, 0x87 -.byte 0x23, 0xd6, 0x3f, 0x40, 0x20, 0x7f, 0x20, 0x80, 0xc4, 0x80, 0x4c, 0x3e, 0x3b, 0x24, 0x26, 0x8e -.byte 0x04, 0xae, 0x6c, 0x9a, 0xc8, 0xaa, 0x0d, 0x02, 0x03, 0x01, 0x00, 0x01, 0x3b, 0x00, 0x26, 0x02 -.byte 0x30, 0x39, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31 -.byte 0x0f, 0x30, 0x0d, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x06, 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e -.byte 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x41, 0x6d, 0x61, 0x7a, 0x6f -.byte 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30 -.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 -.byte 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xad, 0x96, 0x9f, 0x2d -.byte 0x9c, 0x4a, 0x4c, 0x4a, 0x81, 0x79, 0x51, 0x99, 0xec, 0x8a, 0xcb, 0x6b, 0x60, 0x51, 0x13, 0xbc -.byte 0x4d, 0x6d, 0x06, 0xfc, 0xb0, 0x08, 0x8d, 0xdd, 0x19, 0x10, 0x6a, 0xc7, 0x26, 0x0c, 0x35, 0xd8 -.byte 0xc0, 0x6f, 0x20, 0x84, 0xe9, 0x94, 0xb1, 0x9b, 0x85, 0x03, 0xc3, 0x5b, 0xdb, 0x4a, 0xe8, 0xc8 -.byte 0xf8, 0x90, 0x76, 0xd9, 0x5b, 0x4f, 0xe3, 0x4c, 0xe8, 0x06, 0x36, 0x4d, 0xcc, 0x9a, 0xac, 0x3d -.byte 0x0c, 0x90, 0x2b, 0x92, 0xd4, 0x06, 0x19, 0x60, 0xac, 0x37, 0x44, 0x79, 0x85, 0x81, 0x82, 0xad -.byte 0x5a, 0x37, 0xe0, 0x0d, 0xcc, 0x9d, 0xa6, 0x4c, 0x52, 0x76, 0xea, 0x43, 0x9d, 0xb7, 0x04, 0xd1 -.byte 0x50, 0xf6, 0x55, 0xe0, 0xd5, 0xd2, 0xa6, 0x49, 0x85, 0xe9, 0x37, 0xe9, 0xca, 0x7e, 0xae, 0x5c -.byte 0x95, 0x4d, 0x48, 0x9a, 0x3f, 0xae, 0x20, 0x5a, 0x6d, 0x88, 0x95, 0xd9, 0x34, 0xb8, 0x52, 0x1a -.byte 0x43, 0x90, 0xb0, 0xbf, 0x6c, 0x05, 0xb9, 0xb6, 0x78, 0xb7, 0xea, 0xd0, 0xe4, 0x3a, 0x3c, 0x12 -.byte 0x53, 0x62, 0xff, 0x4a, 0xf2, 0x7b, 0xbe, 0x35, 0x05, 0xa9, 0x12, 0x34, 0xe3, 0xf3, 0x64, 0x74 -.byte 0x62, 0x2c, 0x3d, 0x00, 0x49, 0x5a, 0x28, 0xfe, 0x32, 0x44, 0xbb, 0x87, 0xdd, 0x65, 0x27, 0x02 -.byte 0x71, 0x3b, 0xda, 0x4a, 0xf7, 0x1f, 0xda, 0xcd, 0xf7, 0x21, 0x55, 0x90, 0x4f, 0x0f, 0xec, 0xae -.byte 0x82, 0xe1, 0x9f, 0x6b, 0xd9, 0x45, 0xd3, 0xbb, 0xf0, 0x5f, 0x87, 0xed, 0x3c, 0x2c, 0x39, 0x86 -.byte 0xda, 0x3f, 0xde, 0xec, 0x72, 0x55, 0xeb, 0x79, 0xa3, 0xad, 0xdb, 0xdd, 0x7c, 0xb0, 0xba, 0x1c -.byte 0xce, 0xfc, 0xde, 0x4f, 0x35, 0x76, 0xcf, 0x0f, 0xf8, 0x78, 0x1f, 0x6a, 0x36, 0x51, 0x46, 0x27 -.byte 0x61, 0x5b, 0xe9, 0x9e, 0xcf, 0xf0, 0xa2, 0x55, 0x7d, 0x7c, 0x25, 0x8a, 0x6f, 0x2f, 0xb4, 0xc5 -.byte 0xcf, 0x84, 0x2e, 0x2b, 0xfd, 0x0d, 0x51, 0x10, 0x6c, 0xfb, 0x5f, 0x1b, 0xbc, 0x1b, 0x7e, 0xc5 -.byte 0xae, 0x3b, 0x98, 0x01, 0x31, 0x92, 0xff, 0x0b, 0x57, 0xf4, 0x9a, 0xb2, 0xb9, 0x57, 0xe9, 0xab -.byte 0xef, 0x0d, 0x76, 0xd1, 0xf0, 0xee, 0xf4, 0xce, 0x86, 0xa7, 0xe0, 0x6e, 0xe9, 0xb4, 0x69, 0xa1 -.byte 0xdf, 0x69, 0xf6, 0x33, 0xc6, 0x69, 0x2e, 0x97, 0x13, 0x9e, 0xa5, 0x87, 0xb0, 0x57, 0x10, 0x81 -.byte 0x37, 0xc9, 0x53, 0xb3, 0xbb, 0x7f, 0xf6, 0x92, 0xd1, 0x9c, 0xd0, 0x18, 0xf4, 0x92, 0x6e, 0xda -.byte 0x83, 0x4f, 0xa6, 0x63, 0x99, 0x4c, 0xa5, 0xfb, 0x5e, 0xef, 0x21, 0x64, 0x7a, 0x20, 0x5f, 0x6c -.byte 0x64, 0x85, 0x15, 0xcb, 0x37, 0xe9, 0x62, 0x0c, 0x0b, 0x2a, 0x16, 0xdc, 0x01, 0x2e, 0x32, 0xda -.byte 0x3e, 0x4b, 0xf5, 0x9e, 0x3a, 0xf6, 0x17, 0x40, 0x94, 0xef, 0x9e, 0x91, 0x08, 0x86, 0xfa, 0xbe -.byte 0x63, 0xa8, 0x5a, 0x33, 0xec, 0xcb, 0x74, 0x43, 0x95, 0xf9, 0x6c, 0x69, 0x52, 0x36, 0xc7, 0x29 -.byte 0x6f, 0xfc, 0x55, 0x03, 0x5c, 0x1f, 0xfb, 0x9f, 0xbd, 0x47, 0xeb, 0xe7, 0x49, 0x47, 0x95, 0x0b -.byte 0x4e, 0x89, 0x22, 0x09, 0x49, 0xe0, 0xf5, 0x61, 0x1e, 0xf1, 0xbf, 0x2e, 0x8a, 0x72, 0x6e, 0x80 -.byte 0x59, 0xff, 0x57, 0x3a, 0xf9, 0x75, 0x32, 0xa3, 0x4e, 0x5f, 0xec, 0xed, 0x28, 0x62, 0xd9, 0x4d -.byte 0x73, 0xf2, 0xcc, 0x81, 0x17, 0x60, 0xed, 0xcd, 0xeb, 0xdc, 0xdb, 0xa7, 0xca, 0xc5, 0x7e, 0x02 -.byte 0xbd, 0xf2, 0x54, 0x08, 0x54, 0xfd, 0xb4, 0x2d, 0x09, 0x2c, 0x17, 0x54, 0x4a, 0x98, 0xd1, 0x54 -.byte 0xe1, 0x51, 0x67, 0x08, 0xd2, 0xed, 0x6e, 0x7e, 0x6f, 0x3f, 0xd2, 0x2d, 0x81, 0x59, 0x29, 0x66 -.byte 0xcb, 0x90, 0x39, 0x95, 0x11, 0x1e, 0x74, 0x27, 0xfe, 0xdd, 0xeb, 0xaf, 0x02, 0x03, 0x01, 0x00 -.byte 0x01, 0x3b, 0x00, 0x5b, 0x00, 0x30, 0x39, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 -.byte 0x13, 0x02, 0x55, 0x53, 0x31, 0x0f, 0x30, 0x0d, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x06, 0x41 -.byte 0x6d, 0x61, 0x7a, 0x6f, 0x6e, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10 -.byte 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x33 -.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, 0x29, 0x97, 0xa7, 0xc6, 0x41 -.byte 0x7f, 0xc0, 0x0d, 0x9b, 0xe8, 0x01, 0x1b, 0x56, 0xc6, 0xf2, 0x52, 0xa5, 0xba, 0x2d, 0xb2, 0x12 -.byte 0xe8, 0xd2, 0x2e, 0xd7, 0xfa, 0xc9, 0xc5, 0xd8, 0xaa, 0x6d, 0x1f, 0x73, 0x81, 0x3b, 0x3b, 0x98 -.byte 0x6b, 0x39, 0x7c, 0x33, 0xa5, 0xc5, 0x4e, 0x86, 0x8e, 0x80, 0x17, 0x68, 0x62, 0x45, 0x57, 0x7d -.byte 0x44, 0x58, 0x1d, 0xb3, 0x37, 0xe5, 0x67, 0x08, 0xeb, 0x66, 0xde, 0x3b, 0x00, 0x78, 0x00, 0x30 -.byte 0x39, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0f -.byte 0x30, 0x0d, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x06, 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e, 0x31 -.byte 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e -.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x34, 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, 0xd2, 0xab, 0x8a, 0x37, 0x4f, 0xa3, 0x53, 0x0d, 0xfe, 0xc1, 0x8a, 0x7b, 0x4b, 0xa8 -.byte 0x7b, 0x46, 0x4b, 0x63, 0xb0, 0x62, 0xf6, 0x2d, 0x1b, 0xdb, 0x08, 0x71, 0x21, 0xd2, 0x00, 0xe8 -.byte 0x63, 0xbd, 0x9a, 0x27, 0xfb, 0xf0, 0x39, 0x6e, 0x5d, 0xea, 0x3d, 0xa5, 0xc9, 0x81, 0xaa, 0xa3 -.byte 0x5b, 0x20, 0x98, 0x45, 0x5d, 0x16, 0xdb, 0xfd, 0xe8, 0x10, 0x6d, 0xe3, 0x9c, 0xe0, 0xe3, 0xbd -.byte 0x5f, 0x84, 0x62, 0xf3, 0x70, 0x64, 0x33, 0xa0, 0xcb, 0x24, 0x2f, 0x70, 0xba, 0x88, 0xa1, 0x2a -.byte 0xa0, 0x75, 0xf8, 0x81, 0xae, 0x62, 0x06, 0xc4, 0x81, 0xdb, 0x39, 0x6e, 0x29, 0xb0, 0x1e, 0xfa -.byte 0x2e, 0x5c, 0x3d, 0x00, 0x26, 0x02, 0x30, 0x3b, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 -.byte 0x06, 0x13, 0x02, 0x45, 0x53, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x08 -.byte 0x46, 0x4e, 0x4d, 0x54, 0x2d, 0x52, 0x43, 0x4d, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04 -.byte 0x0b, 0x0c, 0x10, 0x41, 0x43, 0x20, 0x52, 0x41, 0x49, 0x5a, 0x20, 0x46, 0x4e, 0x4d, 0x54, 0x2d -.byte 0x52, 0x43, 0x4d, 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, 0xba, 0x71, 0x80, 0x7a, 0x4c, 0x86, 0x6e, 0x7f, 0xc8, 0x13, 0x6d, 0xc0 -.byte 0xc6, 0x7d, 0x1c, 0x00, 0x97, 0x8f, 0x2c, 0x0c, 0x23, 0xbb, 0x10, 0x9a, 0x40, 0xa9, 0x1a, 0xb7 -.byte 0x87, 0x88, 0xf8, 0x9b, 0x56, 0x6a, 0xfb, 0xe6, 0x7b, 0x8e, 0x8b, 0x92, 0x8e, 0xa7, 0x25, 0x5d -.byte 0x59, 0x11, 0xdb, 0x36, 0x2e, 0xb7, 0x51, 0x17, 0x1f, 0xa9, 0x08, 0x1f, 0x04, 0x17, 0x24, 0x58 -.byte 0xaa, 0x37, 0x4a, 0x18, 0xdf, 0xe5, 0x39, 0xd4, 0x57, 0xfd, 0xd7, 0xc1, 0x2c, 0x91, 0x01, 0x91 -.byte 0xe2, 0x22, 0xd4, 0x03, 0xc0, 0x58, 0xfc, 0x77, 0x47, 0xec, 0x8f, 0x3e, 0x74, 0x43, 0xba, 0xac -.byte 0x34, 0x8d, 0x4d, 0x38, 0x76, 0x67, 0x8e, 0xb0, 0xc8, 0x6f, 0x30, 0x33, 0x58, 0x71, 0x5c, 0xb4 -.byte 0xf5, 0x6b, 0x6e, 0xd4, 0x01, 0x50, 0xb8, 0x13, 0x7e, 0x6c, 0x4a, 0xa3, 0x49, 0xd1, 0x20, 0x19 -.byte 0xee, 0xbc, 0xc0, 0x29, 0x18, 0x65, 0xa7, 0xde, 0xfe, 0xef, 0xdd, 0x0a, 0x90, 0x21, 0xe7, 0x1a -.byte 0x67, 0x92, 0x42, 0x10, 0x98, 0x5f, 0x4f, 0x30, 0xbc, 0x3e, 0x1c, 0x45, 0xb4, 0x10, 0xd7, 0x68 -.byte 0x40, 0x14, 0xc0, 0x40, 0xfa, 0xe7, 0x77, 0x17, 0x7a, 0xe6, 0x0b, 0x8f, 0x65, 0x5b, 0x3c, 0xd9 -.byte 0x9a, 0x52, 0xdb, 0xb5, 0xbd, 0x9e, 0x46, 0xcf, 0x3d, 0xeb, 0x91, 0x05, 0x02, 0xc0, 0x96, 0xb2 -.byte 0x76, 0x4c, 0x4d, 0x10, 0x96, 0x3b, 0x92, 0xfa, 0x9c, 0x7f, 0x0f, 0x99, 0xdf, 0xbe, 0x23, 0x35 -.byte 0x45, 0x1e, 0x02, 0x5c, 0xfe, 0xb5, 0xa8, 0x9b, 0x99, 0x25, 0xda, 0x5e, 0xf3, 0x22, 0xc3, 0x39 -.byte 0xf5, 0xe4, 0x2a, 0x2e, 0xd3, 0xc6, 0x1f, 0xc4, 0x6c, 0xaa, 0xc5, 0x1c, 0x6a, 0x01, 0x05, 0x4a -.byte 0x2f, 0xd2, 0xc5, 0xc1, 0xa8, 0x34, 0x26, 0x5d, 0x66, 0xa5, 0xd2, 0x02, 0x21, 0xf9, 0x18, 0xb7 -.byte 0x06, 0xf5, 0x4e, 0x99, 0x6f, 0xa8, 0xab, 0x4c, 0x51, 0xe8, 0xcf, 0x50, 0x18, 0xc5, 0x77, 0xc8 -.byte 0x39, 0x09, 0x2c, 0x49, 0x92, 0x32, 0x99, 0xa8, 0xbb, 0x17, 0x17, 0x79, 0xb0, 0x5a, 0xc5, 0xe6 -.byte 0xa3, 0xc4, 0x59, 0x65, 0x47, 0x35, 0x83, 0x5e, 0xa9, 0xe8, 0x35, 0x0b, 0x99, 0xbb, 0xe4, 0xcd -.byte 0x20, 0xc6, 0x9b, 0x4a, 0x06, 0x39, 0xb5, 0x68, 0xfc, 0x22, 0xba, 0xee, 0x55, 0x8c, 0x2b, 0x4e -.byte 0xea, 0xf3, 0xb1, 0xe3, 0xfc, 0xb6, 0x99, 0x9a, 0xd5, 0x42, 0xfa, 0x71, 0x4d, 0x08, 0xcf, 0x87 -.byte 0x1e, 0x6a, 0x71, 0x7d, 0xf9, 0xd3, 0xb4, 0xe9, 0xa5, 0x71, 0x81, 0x7b, 0xc2, 0x4e, 0x47, 0x96 -.byte 0xa5, 0xf6, 0x76, 0x85, 0xa3, 0x28, 0x8f, 0xe9, 0x80, 0x6e, 0x81, 0x53, 0xa5, 0x6d, 0x5f, 0xb8 -.byte 0x48, 0xf9, 0xc2, 0xf9, 0x36, 0xa6, 0x2e, 0x49, 0xff, 0xb8, 0x96, 0xc2, 0x8c, 0x07, 0xb3, 0x9b -.byte 0x88, 0x58, 0xfc, 0xeb, 0x1b, 0x1c, 0xde, 0x2d, 0x70, 0xe2, 0x97, 0x92, 0x30, 0xa1, 0x89, 0xe3 -.byte 0xbc, 0x55, 0xa8, 0x27, 0xd6, 0x4b, 0xed, 0x90, 0xad, 0x8b, 0xfa, 0x63, 0x25, 0x59, 0x2d, 0xa8 -.byte 0x35, 0xdd, 0xca, 0x97, 0x33, 0xbc, 0xe5, 0xcd, 0xc7, 0x9d, 0xd1, 0xec, 0xef, 0x5e, 0x0e, 0x4a -.byte 0x90, 0x06, 0x26, 0x63, 0xad, 0xb9, 0xd9, 0x35, 0x2d, 0x07, 0xba, 0x76, 0x65, 0x2c, 0xac, 0x57 -.byte 0x8f, 0x7d, 0xf4, 0x07, 0x94, 0xd7, 0x81, 0x02, 0x96, 0x5d, 0xa3, 0x07, 0x49, 0xd5, 0x7a, 0xd0 -.byte 0x57, 0xf9, 0x1b, 0xe7, 0x53, 0x46, 0x75, 0xaa, 0xb0, 0x79, 0x42, 0xcb, 0x68, 0x71, 0x08, 0xe9 -.byte 0x60, 0xbd, 0x39, 0x69, 0xce, 0xf4, 0xaf, 0xc3, 0x56, 0x40, 0xc7, 0xad, 0x52, 0xa2, 0x09, 0xe4 -.byte 0x6f, 0x86, 0x47, 0x8a, 0x1f, 0xeb, 0x28, 0x27, 0x5d, 0x83, 0x20, 0xaf, 0x04, 0xc9, 0x6c, 0x56 -.byte 0x9a, 0x8b, 0x46, 0xf5, 0x02, 0x03, 0x01, 0x00, 0x01, 0x3d, 0x00, 0x26, 0x01, 0x30, 0x3b, 0x31 -.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x52, 0x4f, 0x31, 0x11, 0x30, 0x0f -.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x08, 0x63, 0x65, 0x72, 0x74, 0x53, 0x49, 0x47, 0x4e, 0x31 -.byte 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10, 0x63, 0x65, 0x72, 0x74, 0x53, 0x49 -.byte 0x47, 0x4e, 0x20, 0x52, 0x4f, 0x4f, 0x54, 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, 0xb7, 0x33, 0xb9, 0x7e, 0xc8 -.byte 0x25, 0x4a, 0x8e, 0xb5, 0xdb, 0xb4, 0x28, 0x1b, 0xaa, 0x57, 0x90, 0xe8, 0xd1, 0x22, 0xd3, 0x64 -.byte 0xba, 0xd3, 0x93, 0xe8, 0xd4, 0xac, 0x86, 0x61, 0x40, 0x6a, 0x60, 0x57, 0x68, 0x54, 0x84, 0x4d -.byte 0xbc, 0x6a, 0x54, 0x02, 0x05, 0xff, 0xdf, 0x9b, 0x9a, 0x2a, 0xae, 0x5d, 0x07, 0x8f, 0x4a, 0xc3 -.byte 0x28, 0x7f, 0xef, 0xfb, 0x2b, 0xfa, 0x79, 0xf1, 0xc7, 0xad, 0xf0, 0x10, 0x53, 0x24, 0x90, 0x8b -.byte 0x66, 0xc9, 0xa8, 0x88, 0xab, 0xaf, 0x5a, 0xa3, 0x00, 0xe9, 0xbe, 0xba, 0x46, 0xee, 0x5b, 0x73 -.byte 0x7b, 0x2c, 0x17, 0x82, 0x81, 0x5e, 0x62, 0x2c, 0xa1, 0x02, 0x65, 0xb3, 0xbd, 0xc5, 0x2b, 0x00 -.byte 0x7e, 0xc4, 0xfc, 0x03, 0x33, 0x57, 0x0d, 0xed, 0xe2, 0xfa, 0xce, 0x5d, 0x45, 0xd6, 0x38, 0xcd -.byte 0x35, 0xb6, 0xb2, 0xc1, 0xd0, 0x9c, 0x81, 0x4a, 0xaa, 0xe4, 0xb2, 0x01, 0x5c, 0x1d, 0x8f, 0x5f -.byte 0x99, 0xc4, 0xb1, 0xad, 0xdb, 0x88, 0x21, 0xeb, 0x90, 0x08, 0x82, 0x80, 0xf3, 0x30, 0xa3, 0x43 -.byte 0xe6, 0x90, 0x82, 0xae, 0x55, 0x28, 0x49, 0xed, 0x5b, 0xd7, 0xa9, 0x10, 0x38, 0x0e, 0xfe, 0x8f -.byte 0x4c, 0x5b, 0x9b, 0x46, 0xea, 0x41, 0xf5, 0xb0, 0x08, 0x74, 0xc3, 0xd0, 0x88, 0x33, 0xb6, 0x7c -.byte 0xd7, 0x74, 0xdf, 0xdc, 0x84, 0xd1, 0x43, 0x0e, 0x75, 0x39, 0xa1, 0x25, 0x40, 0x28, 0xea, 0x78 -.byte 0xcb, 0x0e, 0x2c, 0x2e, 0x39, 0x9d, 0x8c, 0x8b, 0x6e, 0x16, 0x1c, 0x2f, 0x26, 0x82, 0x10, 0xe2 -.byte 0xe3, 0x65, 0x94, 0x0a, 0x04, 0xc0, 0x5e, 0xf7, 0x5d, 0x5b, 0xf8, 0x10, 0xe2, 0xd0, 0xba, 0x7a -.byte 0x4b, 0xfb, 0xde, 0x37, 0x00, 0x00, 0x1a, 0x5b, 0x28, 0xe3, 0xd2, 0x9c, 0x73, 0x3e, 0x32, 0x87 -.byte 0x98, 0xa1, 0xc9, 0x51, 0x2f, 0xd7, 0xde, 0xac, 0x33, 0xb3, 0x4f, 0x02, 0x03, 0x01, 0x00, 0x01 -.byte 0x3e, 0x00, 0x26, 0x01, 0x30, 0x3c, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c -.byte 0x15, 0x41, 0x74, 0x6f, 0x73, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x65, 0x64, 0x52, 0x6f, 0x6f -.byte 0x74, 0x20, 0x32, 0x30, 0x31, 0x31, 0x31, 0x0d, 0x30, 0x0b, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c -.byte 0x04, 0x41, 0x74, 0x6f, 0x73, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 -.byte 0x44, 0x45, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d -.byte 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82 -.byte 0x01, 0x01, 0x00, 0x95, 0x85, 0x3b, 0x97, 0x6f, 0x2a, 0x3b, 0x2e, 0x3b, 0xcf, 0xa6, 0xf3, 0x29 -.byte 0x35, 0xbe, 0xcf, 0x18, 0xac, 0x3e, 0xaa, 0xd9, 0xf8, 0x4d, 0xa0, 0x3e, 0x1a, 0x47, 0xb9, 0xbc -.byte 0x9a, 0xdf, 0xf2, 0xfe, 0xcc, 0x3e, 0x47, 0xe8, 0x7a, 0x96, 0xc2, 0x24, 0x8e, 0x35, 0xf4, 0xa9 -.byte 0x0c, 0xfc, 0x82, 0xfd, 0x6d, 0xc1, 0x72, 0x62, 0x27, 0xbd, 0xea, 0x6b, 0xeb, 0xe7, 0x8a, 0xcc -.byte 0x54, 0x3e, 0x90, 0x50, 0xcf, 0x80, 0xd4, 0x95, 0xfb, 0xe8, 0xb5, 0x82, 0xd4, 0x14, 0xc5, 0xb6 -.byte 0xa9, 0x55, 0x25, 0x57, 0xdb, 0xb1, 0x50, 0xf6, 0xb0, 0x60, 0x64, 0x59, 0x7a, 0x69, 0xcf, 0x03 -.byte 0xb7, 0x6f, 0x0d, 0xbe, 0xca, 0x3e, 0x6f, 0x74, 0x72, 0xea, 0xaa, 0x30, 0x2a, 0x73, 0x62, 0xbe -.byte 0x49, 0x91, 0x61, 0xc8, 0x11, 0xfe, 0x0e, 0x03, 0x2a, 0xf7, 0x6a, 0x20, 0xdc, 0x02, 0x15, 0x0d -.byte 0x5e, 0x15, 0x6a, 0xfc, 0xe3, 0x82, 0xc1, 0xb5, 0xc5, 0x9d, 0x64, 0x09, 0x6c, 0xa3, 0x59, 0x98 -.byte 0x07, 0x27, 0xc7, 0x1b, 0x96, 0x2b, 0x61, 0x74, 0x71, 0x6c, 0x43, 0xf1, 0xf7, 0x35, 0x89, 0x10 -.byte 0xe0, 0x9e, 0xec, 0x55, 0xa1, 0x37, 0x22, 0xa2, 0x87, 0x04, 0x05, 0x2c, 0x47, 0x7d, 0xb4, 0x1c -.byte 0xb9, 0x62, 0x29, 0x66, 0x28, 0xca, 0xb7, 0xe1, 0x93, 0xf5, 0xa4, 0x94, 0x03, 0x99, 0xb9, 0x70 -.byte 0x85, 0xb5, 0xe6, 0x48, 0xea, 0x8d, 0x50, 0xfc, 0xd9, 0xde, 0xcc, 0x6f, 0x07, 0x0e, 0xdd, 0x0b -.byte 0x72, 0x9d, 0x80, 0x30, 0x16, 0x07, 0x95, 0x3f, 0x28, 0x0e, 0xfd, 0xc5, 0x75, 0x4f, 0x53, 0xd6 -.byte 0x74, 0x9a, 0xb4, 0x24, 0x2e, 0x8e, 0x02, 0x91, 0xcf, 0x76, 0xc5, 0x9b, 0x1e, 0x55, 0x74, 0x9c -.byte 0x78, 0x21, 0xb1, 0xf0, 0x2d, 0xf1, 0x0b, 0x9f, 0xc2, 0xd5, 0x96, 0x18, 0x1f, 0xf0, 0x54, 0x22 -.byte 0x7a, 0x8c, 0x07, 0x02, 0x03, 0x01, 0x00, 0x01, 0x3f, 0x00, 0x26, 0x02, 0x30, 0x3d, 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, 0x1b -.byte 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x12, 0x55, 0x43, 0x41, 0x20, 0x47, 0x6c, 0x6f -.byte 0x62, 0x61, 0x6c, 0x20, 0x47, 0x32, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x30, 0x82, 0x02, 0x22, 0x30 -.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 -.byte 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xc5, 0xe6, 0x2b, 0x6f -.byte 0x7c, 0xef, 0x26, 0x05, 0x27, 0xa3, 0x81, 0x24, 0xda, 0x6f, 0xcb, 0x01, 0xf9, 0x99, 0x9a, 0xa9 -.byte 0x32, 0xc2, 0x22, 0x87, 0x61, 0x41, 0x91, 0x3b, 0xcb, 0xc3, 0x68, 0x1b, 0x06, 0xc5, 0x4c, 0xa9 -.byte 0x2b, 0xc1, 0x67, 0x17, 0x22, 0x1d, 0x2b, 0xed, 0xf9, 0x29, 0x89, 0x93, 0xa2, 0x78, 0xbd, 0x92 -.byte 0x6b, 0xa0, 0xa3, 0x0d, 0xa2, 0x7e, 0xca, 0x93, 0xb3, 0xa6, 0xd1, 0x8c, 0x35, 0xd5, 0x75, 0xf9 -.byte 0x17, 0xf6, 0xcf, 0x45, 0xc5, 0xe5, 0x7a, 0xec, 0x77, 0x93, 0xa0, 0x8f, 0x23, 0xae, 0x0e, 0x1a -.byte 0x03, 0x7f, 0xbe, 0xd4, 0xd0, 0xed, 0x2e, 0x7b, 0xab, 0x46, 0x23, 0x5b, 0xff, 0x2c, 0xe6, 0x54 -.byte 0x7a, 0x94, 0xc0, 0x2a, 0x15, 0xf0, 0xc9, 0x8d, 0xb0, 0x7a, 0x3b, 0x24, 0xe1, 0xd7, 0x68, 0xe2 -.byte 0x31, 0x3c, 0x06, 0x33, 0x46, 0xb6, 0x54, 0x11, 0xa6, 0xa5, 0x2f, 0x22, 0x54, 0x2a, 0x58, 0x0d -.byte 0x01, 0x02, 0xf1, 0xfa, 0x15, 0x51, 0x67, 0x6c, 0xc0, 0xfa, 0xd7, 0xb6, 0x1b, 0x7f, 0xd1, 0x56 -.byte 0x88, 0x2f, 0x1a, 0x3a, 0x8d, 0x3b, 0xbb, 0x82, 0x11, 0xe0, 0x47, 0x00, 0xd0, 0x52, 0x87, 0xab -.byte 0xfb, 0x86, 0x7e, 0x0f, 0x24, 0x6b, 0x40, 0x9d, 0x34, 0x67, 0xbc, 0x8d, 0xc7, 0x2d, 0x86, 0x6f -.byte 0x79, 0x3e, 0x8e, 0xa9, 0x3c, 0x17, 0x4b, 0x7f, 0xb0, 0x99, 0xe3, 0xb0, 0x71, 0x60, 0xdc, 0x0b -.byte 0xf5, 0x64, 0xc3, 0xce, 0x43, 0xbc, 0x6d, 0x71, 0xb9, 0xd2, 0xde, 0x27, 0x5b, 0x8a, 0xe8, 0xd8 -.byte 0xc6, 0xae, 0xe1, 0x59, 0x7d, 0xcf, 0x28, 0x2d, 0x35, 0xb8, 0x95, 0x56, 0x1a, 0xf1, 0xb2, 0x58 -.byte 0x4b, 0xb7, 0x12, 0x37, 0xc8, 0x7c, 0xb3, 0xed, 0x4b, 0x80, 0xe1, 0x8d, 0xfa, 0x32, 0x23, 0xb6 -.byte 0x6f, 0xb7, 0x48, 0x95, 0x08, 0xb1, 0x44, 0x4e, 0x85, 0x8c, 0x3a, 0x02, 0x54, 0x20, 0x2f, 0xdf -.byte 0xbf, 0x57, 0x4f, 0x3b, 0x3a, 0x90, 0x21, 0xd7, 0xc1, 0x26, 0x35, 0x54, 0x20, 0xec, 0xc7, 0x3f -.byte 0x47, 0xec, 0xef, 0x5a, 0xbf, 0x4b, 0x7a, 0xc1, 0xad, 0x3b, 0x17, 0x50, 0x5c, 0x62, 0xd8, 0x0f -.byte 0x4b, 0x4a, 0xdc, 0x2b, 0xfa, 0x6e, 0xbc, 0x73, 0x92, 0xcd, 0xec, 0xc7, 0x50, 0xe8, 0x41, 0x96 -.byte 0xd7, 0xa9, 0x7e, 0x6d, 0xd8, 0xe9, 0x1d, 0x8f, 0x8a, 0xb5, 0xb9, 0x58, 0x92, 0xba, 0x4a, 0x92 -.byte 0x2b, 0x0c, 0x56, 0xfd, 0x80, 0xeb, 0x08, 0xf0, 0x5e, 0x29, 0x6e, 0x1b, 0x1c, 0x0c, 0xaf, 0x8f -.byte 0x93, 0x89, 0xad, 0xdb, 0xbd, 0xa3, 0x9e, 0x21, 0xca, 0x89, 0x19, 0xec, 0xdf, 0xb5, 0xc3, 0x1a -.byte 0xeb, 0x16, 0xfe, 0x78, 0x36, 0x4c, 0xd6, 0x6e, 0xd0, 0x3e, 0x17, 0x1c, 0x90, 0x17, 0x6b, 0x26 -.byte 0xba, 0xfb, 0x7a, 0x2f, 0xbf, 0x11, 0x1c, 0x18, 0x0e, 0x2d, 0x73, 0x03, 0x8f, 0xa0, 0xe5, 0x35 -.byte 0xa0, 0x5a, 0xe2, 0x4c, 0x75, 0x1d, 0x71, 0xe1, 0x39, 0x38, 0x53, 0x78, 0x40, 0xcc, 0x83, 0x93 -.byte 0xd7, 0x0a, 0x9e, 0x9d, 0x5b, 0x8f, 0x8a, 0xe4, 0xe5, 0xe0, 0x48, 0xe4, 0x48, 0xb2, 0x47, 0xcd -.byte 0x4e, 0x2a, 0x75, 0x2a, 0x7b, 0xf2, 0x22, 0xf6, 0xc9, 0xbe, 0x09, 0x91, 0x96, 0x57, 0x7a, 0x88 -.byte 0x88, 0xac, 0xee, 0x70, 0xac, 0xf9, 0xdc, 0x29, 0xe3, 0x0c, 0x1c, 0x3b, 0x12, 0x4e, 0x44, 0xd6 -.byte 0xa7, 0x4e, 0xb0, 0x26, 0xc8, 0xf3, 0xd9, 0x1a, 0x97, 0x91, 0x68, 0xea, 0xef, 0x8d, 0x46, 0x06 -.byte 0xd2, 0x56, 0x45, 0x58, 0x9a, 0x3c, 0x0c, 0x0f, 0x83, 0xb8, 0x05, 0x25, 0xc3, 0x39, 0xcf, 0x3b -.byte 0xa4, 0x34, 0x89, 0xb7, 0x79, 0x12, 0x2f, 0x47, 0xc5, 0xe7, 0xa9, 0x97, 0x69, 0xfc, 0xa6, 0x77 -.byte 0x67, 0xb5, 0xdf, 0x7b, 0xf1, 0x7a, 0x65, 0x15, 0xe4, 0x61, 0x56, 0x65, 0x02, 0x03, 0x01, 0x00 -.byte 0x01, 0x3f, 0x00, 0x78, 0x00, 0x30, 0x3d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 -.byte 0x13, 0x02, 0x55, 0x53, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09, 0x43 -.byte 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x6c, 0x79, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04 -.byte 0x03, 0x13, 0x11, 0x43, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x6c, 0x79, 0x20, 0x52, 0x6f, 0x6f -.byte 0x74, 0x20, 0x45, 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, 0xde, 0x6f, 0xf8, 0x7f -.byte 0x1c, 0xdf, 0xed, 0xf9, 0x47, 0x87, 0x86, 0xb1, 0xa4, 0xc0, 0x8a, 0xf8, 0x82, 0x97, 0x80, 0xea -.byte 0x8f, 0xc8, 0x4a, 0x5e, 0x2a, 0x7d, 0x88, 0x68, 0xa7, 0x01, 0x62, 0x14, 0x91, 0x24, 0x7a, 0x5c -.byte 0x9e, 0xa3, 0x17, 0x7d, 0x8a, 0x86, 0x21, 0x34, 0x18, 0x50, 0x1b, 0x10, 0xde, 0xd0, 0x37, 0x4b -.byte 0x26, 0xc7, 0x19, 0x60, 0x80, 0xe9, 0x34, 0xbd, 0x60, 0x19, 0x36, 0x40, 0xd6, 0x29, 0x87, 0x09 -.byte 0x3c, 0x91, 0x7a, 0xf6, 0xbc, 0x13, 0x23, 0xdd, 0x59, 0x4e, 0x04, 0x5e, 0xcf, 0xc8, 0x02, 0x1c -.byte 0x18, 0x53, 0xc1, 0x31, 0xd8, 0xda, 0x20, 0xe9, 0x44, 0x8d, 0xe4, 0x76, 0x3f, 0x00, 0x26, 0x02 -.byte 0x30, 0x3d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31 -.byte 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09, 0x43, 0x65, 0x72, 0x74, 0x61, 0x69 -.byte 0x6e, 0x6c, 0x79, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x11, 0x43, 0x65 -.byte 0x72, 0x74, 0x61, 0x69, 0x6e, 0x6c, 0x79, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 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 0xd0, 0x36, 0xd4, 0x1f, 0xea, 0xdd, 0xab, 0xe4, 0xd1, 0xb6, 0xe6, 0xfb, 0x22, 0xc0, 0xdd, 0x13 -.byte 0x0d, 0x6a, 0x7b, 0x22, 0x13, 0x1c, 0x97, 0x3c, 0x68, 0x63, 0x66, 0x32, 0x9c, 0x03, 0xb5, 0x8d -.byte 0xa4, 0x81, 0x83, 0xda, 0x78, 0x30, 0x11, 0xcf, 0xdc, 0xb2, 0x2b, 0xbe, 0x92, 0xbf, 0x8e, 0xe4 -.byte 0xc4, 0x13, 0xbe, 0xa4, 0x68, 0x4c, 0xda, 0x02, 0x68, 0x16, 0x74, 0xbe, 0xb2, 0xdd, 0x04, 0xe4 -.byte 0x6b, 0x2a, 0xdd, 0x37, 0x1f, 0x60, 0x2c, 0xdb, 0xf5, 0xf7, 0xa1, 0x7c, 0x95, 0xb7, 0x0c, 0x70 -.byte 0x86, 0x2e, 0xf1, 0x3a, 0xef, 0x52, 0xf7, 0xcc, 0xd3, 0x9b, 0xf9, 0x8b, 0xbe, 0x0e, 0xdf, 0x31 -.byte 0xb7, 0x9d, 0x68, 0x5c, 0x92, 0xa6, 0xf5, 0xe5, 0xf3, 0x0a, 0x34, 0xb5, 0xff, 0x7b, 0xa2, 0xe4 -.byte 0x87, 0xa1, 0xc6, 0xaf, 0x17, 0x00, 0xef, 0x03, 0x91, 0xed, 0xa9, 0x1c, 0x4e, 0x71, 0x3d, 0xd2 -.byte 0x8b, 0x6c, 0x89, 0xf4, 0x78, 0x86, 0xe6, 0x6a, 0x49, 0xa0, 0xce, 0xb5, 0xd2, 0xb0, 0xab, 0x9b -.byte 0xf6, 0xf4, 0xd4, 0x2e, 0xe3, 0x72, 0xf9, 0x36, 0xc6, 0xeb, 0x15, 0xb7, 0x25, 0x8c, 0x3a, 0xfc -.byte 0x25, 0x0d, 0xb3, 0x22, 0x73, 0x21, 0x74, 0xc8, 0x4a, 0x96, 0x61, 0x92, 0xf5, 0x2f, 0x0b, 0x18 -.byte 0xa5, 0xf4, 0xad, 0xe2, 0xee, 0x41, 0xbd, 0x01, 0x79, 0xfa, 0x96, 0x8c, 0x8d, 0x17, 0x02, 0x30 -.byte 0xb4, 0xf9, 0xaf, 0x78, 0x1a, 0x8c, 0xb4, 0x36, 0x10, 0x10, 0x07, 0x05, 0x70, 0xd0, 0xf4, 0x31 -.byte 0x90, 0x8a, 0x51, 0xc5, 0x86, 0x26, 0x79, 0xb2, 0x11, 0x88, 0x5e, 0xc5, 0xf0, 0x0a, 0x54, 0xcd -.byte 0x49, 0xa6, 0xbf, 0x02, 0x9c, 0xd2, 0x44, 0xa7, 0xed, 0xe3, 0x78, 0xef, 0x46, 0x5e, 0x6d, 0x71 -.byte 0xd1, 0x79, 0x70, 0x1c, 0x46, 0x5f, 0x51, 0xe9, 0xc9, 0x37, 0xdc, 0x5f, 0x7e, 0x69, 0x7b, 0x41 -.byte 0xdf, 0x34, 0x45, 0xe0, 0x3b, 0x84, 0xf4, 0xa1, 0x8a, 0x0a, 0x36, 0x9e, 0x37, 0xcc, 0x62, 0x52 -.byte 0xe1, 0x89, 0x0d, 0x28, 0xf9, 0x7a, 0x23, 0xb1, 0x0d, 0x3d, 0x3d, 0x9a, 0xfd, 0x9d, 0x81, 0xef -.byte 0x2c, 0x90, 0xc0, 0x7b, 0x44, 0x4e, 0xbb, 0x49, 0xe0, 0x0e, 0x4a, 0x56, 0x92, 0xbc, 0xcb, 0xb5 -.byte 0xdd, 0x79, 0x17, 0x89, 0x91, 0xde, 0x61, 0x89, 0x74, 0x92, 0xa8, 0xe3, 0x32, 0x85, 0xbe, 0x4e -.byte 0x85, 0xa4, 0x4b, 0x59, 0xcb, 0x2b, 0xc5, 0x78, 0x8e, 0x71, 0x54, 0xd0, 0x02, 0x37, 0x99, 0x8c -.byte 0xe5, 0x49, 0xea, 0xe0, 0x54, 0x72, 0xa4, 0x11, 0x06, 0x2f, 0x0b, 0x8c, 0xc1, 0x5b, 0xbe, 0xb5 -.byte 0xa1, 0xb0, 0x53, 0x6e, 0x9c, 0xb8, 0x60, 0x91, 0x1f, 0x59, 0x6b, 0xf9, 0x2d, 0xf4, 0x94, 0x0a -.byte 0x97, 0xb5, 0xec, 0xc5, 0x76, 0x03, 0x54, 0x1b, 0x65, 0x52, 0xba, 0x4c, 0x92, 0x56, 0x51, 0x35 -.byte 0xa0, 0x40, 0xd8, 0x29, 0xdb, 0xae, 0x52, 0x76, 0x3b, 0x2d, 0x30, 0x40, 0x9b, 0x8a, 0xd0, 0x42 -.byte 0x56, 0xb4, 0xb7, 0x88, 0x01, 0xa4, 0x87, 0x3b, 0x53, 0x96, 0xcd, 0xa3, 0x16, 0x8f, 0xf3, 0x66 -.byte 0xaa, 0x17, 0xb1, 0xc7, 0x60, 0xe0, 0xc1, 0x43, 0x05, 0x0c, 0xee, 0x9b, 0x5b, 0x60, 0x6f, 0x06 -.byte 0x5c, 0x87, 0x5b, 0x27, 0xf9, 0x40, 0x11, 0x9e, 0x9c, 0x33, 0xc1, 0xb7, 0xe5, 0x35, 0x57, 0x05 -.byte 0x7f, 0x27, 0xce, 0x17, 0x20, 0x8c, 0x1c, 0xfc, 0xf1, 0xfb, 0xda, 0x31, 0x29, 0x49, 0xed, 0xf5 -.byte 0x0b, 0x84, 0xa7, 0x4f, 0xc1, 0xf6, 0x4e, 0xc2, 0x28, 0x9c, 0xfa, 0xee, 0xe0, 0xaf, 0x07, 0xfb -.byte 0x33, 0x11, 0x7a, 0x21, 0x4f, 0x0b, 0x21, 0x10, 0xb6, 0x40, 0x3a, 0xab, 0x22, 0x3a, 0x04, 0x9c -.byte 0x8b, 0x9b, 0x84, 0x86, 0x72, 0x9a, 0xd2, 0xa7, 0xa5, 0xc4, 0xb4, 0x75, 0x91, 0xa9, 0x2b, 0x23 -.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x41, 0x00, 0x26, 0x01, 0x30, 0x3f, 0x31, 0x24, 0x30, 0x22, 0x06 -.byte 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1b, 0x44, 0x69, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x20, 0x53, 0x69 -.byte 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x6f -.byte 0x2e, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0e, 0x44, 0x53, 0x54, 0x20 -.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x58, 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, 0xdf, 0xaf, 0xe9, 0x97, 0x50 -.byte 0x08, 0x83, 0x57, 0xb4, 0xcc, 0x62, 0x65, 0xf6, 0x90, 0x82, 0xec, 0xc7, 0xd3, 0x2c, 0x6b, 0x30 -.byte 0xca, 0x5b, 0xec, 0xd9, 0xc3, 0x7d, 0xc7, 0x40, 0xc1, 0x18, 0x14, 0x8b, 0xe0, 0xe8, 0x33, 0x76 -.byte 0x49, 0x2a, 0xe3, 0x3f, 0x21, 0x49, 0x93, 0xac, 0x4e, 0x0e, 0xaf, 0x3e, 0x48, 0xcb, 0x65, 0xee -.byte 0xfc, 0xd3, 0x21, 0x0f, 0x65, 0xd2, 0x2a, 0xd9, 0x32, 0x8f, 0x8c, 0xe5, 0xf7, 0x77, 0xb0, 0x12 -.byte 0x7b, 0xb5, 0x95, 0xc0, 0x89, 0xa3, 0xa9, 0xba, 0xed, 0x73, 0x2e, 0x7a, 0x0c, 0x06, 0x32, 0x83 -.byte 0xa2, 0x7e, 0x8a, 0x14, 0x30, 0xcd, 0x11, 0xa0, 0xe1, 0x2a, 0x38, 0xb9, 0x79, 0x0a, 0x31, 0xfd -.byte 0x50, 0xbd, 0x80, 0x65, 0xdf, 0xb7, 0x51, 0x63, 0x83, 0xc8, 0xe2, 0x88, 0x61, 0xea, 0x4b, 0x61 -.byte 0x81, 0xec, 0x52, 0x6b, 0xb9, 0xa2, 0xe2, 0x4b, 0x1a, 0x28, 0x9f, 0x48, 0xa3, 0x9e, 0x0c, 0xda -.byte 0x09, 0x8e, 0x3e, 0x17, 0x2e, 0x1e, 0xdd, 0x20, 0xdf, 0x5b, 0xc6, 0x2a, 0x8a, 0xab, 0x2e, 0xbd -.byte 0x70, 0xad, 0xc5, 0x0b, 0x1a, 0x25, 0x90, 0x74, 0x72, 0xc5, 0x7b, 0x6a, 0xab, 0x34, 0xd6, 0x30 -.byte 0x89, 0xff, 0xe5, 0x68, 0x13, 0x7b, 0x54, 0x0b, 0xc8, 0xd6, 0xae, 0xec, 0x5a, 0x9c, 0x92, 0x1e -.byte 0x3d, 0x64, 0xb3, 0x8c, 0xc6, 0xdf, 0xbf, 0xc9, 0x41, 0x70, 0xec, 0x16, 0x72, 0xd5, 0x26, 0xec -.byte 0x38, 0x55, 0x39, 0x43, 0xd0, 0xfc, 0xfd, 0x18, 0x5c, 0x40, 0xf1, 0x97, 0xeb, 0xd5, 0x9a, 0x9b -.byte 0x8d, 0x1d, 0xba, 0xda, 0x25, 0xb9, 0xc6, 0xd8, 0xdf, 0xc1, 0x15, 0x02, 0x3a, 0xab, 0xda, 0x6e -.byte 0xf1, 0x3e, 0x2e, 0xf5, 0x5c, 0x08, 0x9c, 0x3c, 0xd6, 0x83, 0x69, 0xe4, 0x10, 0x9b, 0x19, 0x2a -.byte 0xb6, 0x29, 0x57, 0xe3, 0xe5, 0x3d, 0x9b, 0x9f, 0xf0, 0x02, 0x5d, 0x02, 0x03, 0x01, 0x00, 0x01 -.byte 0x43, 0x00, 0x26, 0x02, 0x30, 0x41, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 -.byte 0x02, 0x52, 0x4f, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0b, 0x43, 0x45 -.byte 0x52, 0x54, 0x53, 0x49, 0x47, 0x4e, 0x20, 0x53, 0x41, 0x31, 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55 -.byte 0x04, 0x0b, 0x13, 0x13, 0x63, 0x65, 0x72, 0x74, 0x53, 0x49, 0x47, 0x4e, 0x20, 0x52, 0x4f, 0x4f -.byte 0x54, 0x20, 0x43, 0x41, 0x20, 0x47, 0x32, 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, 0xc0, 0xc5, 0x75, 0x19, 0x91, 0x7d, 0x44, 0x74 -.byte 0x74, 0x87, 0xfe, 0x0e, 0x3b, 0x96, 0xdc, 0xd8, 0x01, 0x16, 0xcc, 0xee, 0x63, 0x91, 0xe7, 0x0b -.byte 0x6f, 0xce, 0x3b, 0x0a, 0x69, 0x1a, 0x7c, 0xc2, 0xe3, 0xaf, 0x82, 0x8e, 0x86, 0xd7, 0x5e, 0x8f -.byte 0x57, 0xeb, 0xd3, 0x21, 0x59, 0xfd, 0x39, 0x37, 0x42, 0x30, 0xbe, 0x50, 0xea, 0xb6, 0x0f, 0xa9 -.byte 0x88, 0xd8, 0x2e, 0x2d, 0x69, 0x21, 0xe7, 0xd1, 0x37, 0x18, 0x4e, 0x7d, 0x91, 0xd5, 0x16, 0x5f -.byte 0x6b, 0x5b, 0x00, 0xc2, 0x39, 0x43, 0x0d, 0x36, 0x85, 0x52, 0xb9, 0x53, 0x65, 0x0f, 0x1d, 0x42 -.byte 0xe5, 0x8f, 0xcf, 0x05, 0xd3, 0xee, 0xdc, 0x0c, 0x1a, 0xd9, 0xb8, 0x8b, 0x78, 0x22, 0x67, 0xe4 -.byte 0x69, 0xb0, 0x68, 0xc5, 0x3c, 0xe4, 0x6c, 0x5a, 0x46, 0xe7, 0xcd, 0xc7, 0xfa, 0xef, 0xc4, 0xec -.byte 0x4b, 0xbd, 0x6a, 0xa4, 0xac, 0xfd, 0xcc, 0x28, 0x51, 0xef, 0x92, 0xb4, 0x29, 0xab, 0xab, 0x35 -.byte 0x9a, 0x4c, 0xe4, 0xc4, 0x08, 0xc6, 0x26, 0xcc, 0xf8, 0x69, 0x9f, 0xe4, 0x9c, 0xf0, 0x29, 0xd3 -.byte 0x5c, 0xf9, 0xc6, 0x16, 0x25, 0x9e, 0x23, 0xc3, 0x20, 0xc1, 0x3d, 0x0f, 0x3f, 0x38, 0x40, 0xb0 -.byte 0xfe, 0x82, 0x44, 0x38, 0xaa, 0x5a, 0x1a, 0x8a, 0x6b, 0x63, 0x58, 0x38, 0xb4, 0x15, 0xd3, 0xb6 -.byte 0x11, 0x69, 0x7b, 0x1e, 0x54, 0xee, 0x8c, 0x1a, 0x22, 0xac, 0x72, 0x97, 0x3f, 0x23, 0x59, 0x9b -.byte 0xc9, 0x22, 0x84, 0xc1, 0x07, 0x4f, 0xcc, 0x7f, 0xe2, 0x57, 0xca, 0x12, 0x70, 0xbb, 0xa6, 0x65 -.byte 0xf3, 0x69, 0x75, 0x63, 0xbd, 0x95, 0xfb, 0x1b, 0x97, 0xcd, 0xe4, 0xa8, 0xaf, 0xf6, 0xd1, 0x4e -.byte 0xa8, 0xd9, 0x8a, 0x71, 0x24, 0xcd, 0x36, 0x3d, 0xbc, 0x96, 0xc4, 0xf1, 0x6c, 0xa9, 0xae, 0xe5 -.byte 0xcf, 0x0d, 0x6e, 0x28, 0x0d, 0xb0, 0x0e, 0xb5, 0xca, 0x51, 0x7b, 0x78, 0x14, 0xc3, 0x20, 0x2f -.byte 0x7f, 0xfb, 0x14, 0x55, 0xe1, 0x11, 0x99, 0xfd, 0xd5, 0x0a, 0xa1, 0x9e, 0x02, 0xe3, 0x62, 0x5f -.byte 0xeb, 0x35, 0x4b, 0x2c, 0xb8, 0x72, 0xe8, 0x3e, 0x3d, 0x4f, 0xac, 0x2c, 0xbb, 0x2e, 0x86, 0xe2 -.byte 0xa3, 0x76, 0x8f, 0xe5, 0x93, 0x2a, 0xcf, 0xa5, 0xab, 0xc8, 0x5c, 0x8d, 0x4b, 0x06, 0xff, 0x12 -.byte 0x46, 0xac, 0x78, 0xcb, 0x14, 0x07, 0x35, 0xe0, 0xa9, 0xdf, 0x8b, 0xe9, 0xaf, 0x15, 0x4f, 0x16 -.byte 0x89, 0x5b, 0xbd, 0xf6, 0x8d, 0xc6, 0x59, 0xae, 0x88, 0x85, 0x0e, 0xc1, 0x89, 0xeb, 0x1f, 0x67 -.byte 0xc5, 0x45, 0x8e, 0xff, 0x6d, 0x37, 0x36, 0x2b, 0x78, 0x66, 0x83, 0x91, 0x51, 0x2b, 0x3d, 0xff -.byte 0x51, 0x77, 0x76, 0x62, 0xa1, 0xec, 0x67, 0x3e, 0x3e, 0x81, 0x83, 0xe0, 0x56, 0xa9, 0x50, 0x1f -.byte 0x1f, 0x7a, 0x99, 0xab, 0x63, 0xbf, 0x84, 0x17, 0x77, 0xf1, 0x0d, 0x3b, 0xdf, 0xf7, 0x9c, 0x61 -.byte 0xb3, 0x35, 0x98, 0x8a, 0x3a, 0xb2, 0xec, 0x3c, 0x1a, 0x37, 0x3f, 0x7e, 0x8f, 0x92, 0xcf, 0xd9 -.byte 0x12, 0x14, 0x64, 0xda, 0x10, 0x02, 0x15, 0x41, 0xff, 0x4f, 0xc4, 0xeb, 0x1c, 0xa3, 0xc9, 0xfa -.byte 0x99, 0xf7, 0x46, 0xe9, 0xe1, 0x18, 0xd9, 0xb1, 0xb8, 0x32, 0x2d, 0xcb, 0x14, 0x0c, 0x50, 0xd8 -.byte 0x83, 0x65, 0x83, 0xee, 0xb9, 0x5c, 0xcf, 0xcb, 0x05, 0x5a, 0x4c, 0xfa, 0x19, 0x97, 0x6b, 0xd6 -.byte 0x5d, 0x13, 0xd3, 0xc2, 0x5c, 0x54, 0xbc, 0x32, 0x73, 0xa0, 0x78, 0xf5, 0xf1, 0x6d, 0x1e, 0xcb -.byte 0x9f, 0xa5, 0xa6, 0x9f, 0x22, 0xdc, 0xd1, 0x51, 0x9e, 0x82, 0x79, 0x64, 0x60, 0x29, 0x13, 0x3e -.byte 0xa3, 0xfd, 0x4f, 0x72, 0x6a, 0xab, 0xe2, 0xd4, 0xe5, 0xb8, 0x24, 0x55, 0x2c, 0x44, 0x4b, 0x8a -.byte 0x88, 0x44, 0x9c, 0xca, 0x84, 0xd3, 0x2a, 0x3b, 0x02, 0x03, 0x01, 0x00, 0x01, 0x43, 0x00, 0x26 -.byte 0x02, 0x30, 0x41, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53 -.byte 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0b, 0x41, 0x66, 0x66, 0x69, 0x72 -.byte 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x31, 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c -.byte 0x13, 0x41, 0x66, 0x66, 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x50, 0x72, 0x65 -.byte 0x6d, 0x69, 0x75, 0x6d, 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, 0xc4, 0x12, 0xdf, 0xa9, 0x5f, 0xfe, 0x41, 0xdd, 0xdd, 0xf5, 0x9f -.byte 0x8a, 0xe3, 0xf6, 0xac, 0xe1, 0x3c, 0x78, 0x9a, 0xbc, 0xd8, 0xf0, 0x7f, 0x7a, 0xa0, 0x33, 0x2a -.byte 0xdc, 0x8d, 0x20, 0x5b, 0xae, 0x2d, 0x6f, 0xe7, 0x93, 0xd9, 0x36, 0x70, 0x6a, 0x68, 0xcf, 0x8e -.byte 0x51, 0xa3, 0x85, 0x5b, 0x67, 0x04, 0xa0, 0x10, 0x24, 0x6f, 0x5d, 0x28, 0x82, 0xc1, 0x97, 0x57 -.byte 0xd8, 0x48, 0x29, 0x13, 0xb6, 0xe1, 0xbe, 0x91, 0x4d, 0xdf, 0x85, 0x0c, 0x53, 0x18, 0x9a, 0x1e -.byte 0x24, 0xa2, 0x4f, 0x8f, 0xf0, 0xa2, 0x85, 0x0b, 0xcb, 0xf4, 0x29, 0x7f, 0xd2, 0xa4, 0x58, 0xee -.byte 0x26, 0x4d, 0xc9, 0xaa, 0xa8, 0x7b, 0x9a, 0xd9, 0xfa, 0x38, 0xde, 0x44, 0x57, 0x15, 0xe5, 0xf8 -.byte 0x8c, 0xc8, 0xd9, 0x48, 0xe2, 0x0d, 0x16, 0x27, 0x1d, 0x1e, 0xc8, 0x83, 0x85, 0x25, 0xb7, 0xba -.byte 0xaa, 0x55, 0x41, 0xcc, 0x03, 0x22, 0x4b, 0x2d, 0x91, 0x8d, 0x8b, 0xe6, 0x89, 0xaf, 0x66, 0xc7 -.byte 0xe9, 0xff, 0x2b, 0xe9, 0x3c, 0xac, 0xda, 0xd2, 0xb3, 0xc3, 0xe1, 0x68, 0x9c, 0x89, 0xf8, 0x7a -.byte 0x00, 0x56, 0xde, 0xf4, 0x55, 0x95, 0x6c, 0xfb, 0xba, 0x64, 0xdd, 0x62, 0x8b, 0xdf, 0x0b, 0x77 -.byte 0x32, 0xeb, 0x62, 0xcc, 0x26, 0x9a, 0x9b, 0xbb, 0xaa, 0x62, 0x83, 0x4c, 0xb4, 0x06, 0x7a, 0x30 -.byte 0xc8, 0x29, 0xbf, 0xed, 0x06, 0x4d, 0x97, 0xb9, 0x1c, 0xc4, 0x31, 0x2b, 0xd5, 0x5f, 0xbc, 0x53 -.byte 0x12, 0x17, 0x9c, 0x99, 0x57, 0x29, 0x66, 0x77, 0x61, 0x21, 0x31, 0x07, 0x2e, 0x25, 0x49, 0x9d -.byte 0x18, 0xf2, 0xee, 0xf3, 0x2b, 0x71, 0x8c, 0xb5, 0xba, 0x39, 0x07, 0x49, 0x77, 0xfc, 0xef, 0x2e -.byte 0x92, 0x90, 0x05, 0x8d, 0x2d, 0x2f, 0x77, 0x7b, 0xef, 0x43, 0xbf, 0x35, 0xbb, 0x9a, 0xd8, 0xf9 -.byte 0x73, 0xa7, 0x2c, 0xf2, 0xd0, 0x57, 0xee, 0x28, 0x4e, 0x26, 0x5f, 0x8f, 0x90, 0x68, 0x09, 0x2f -.byte 0xb8, 0xf8, 0xdc, 0x06, 0xe9, 0x2e, 0x9a, 0x3e, 0x51, 0xa7, 0xd1, 0x22, 0xc4, 0x0a, 0xa7, 0x38 -.byte 0x48, 0x6c, 0xb3, 0xf9, 0xff, 0x7d, 0xab, 0x86, 0x57, 0xe3, 0xba, 0xd6, 0x85, 0x78, 0x77, 0xba -.byte 0x43, 0xea, 0x48, 0x7f, 0xf6, 0xd8, 0xbe, 0x23, 0x6d, 0x1e, 0xbf, 0xd1, 0x36, 0x6c, 0x58, 0x5c -.byte 0xf1, 0xee, 0xa4, 0x19, 0x54, 0x1a, 0xf5, 0x03, 0xd2, 0x76, 0xe6, 0xe1, 0x8c, 0xbd, 0x3c, 0xb3 -.byte 0xd3, 0x48, 0x4b, 0xe2, 0xc8, 0xf8, 0x7f, 0x92, 0xa8, 0x76, 0x46, 0x9c, 0x42, 0x65, 0x3e, 0xa4 -.byte 0x1e, 0xc1, 0x07, 0x03, 0x5a, 0x46, 0x2d, 0xb8, 0x97, 0xf3, 0xb7, 0xd5, 0xb2, 0x55, 0x21, 0xef -.byte 0xba, 0xdc, 0x4c, 0x00, 0x97, 0xfb, 0x14, 0x95, 0x27, 0x33, 0xbf, 0xe8, 0x43, 0x47, 0x46, 0xd2 -.byte 0x08, 0x99, 0x16, 0x60, 0x3b, 0x9a, 0x7e, 0xd2, 0xe6, 0xed, 0x38, 0xea, 0xec, 0x01, 0x1e, 0x3c -.byte 0x48, 0x56, 0x49, 0x09, 0xc7, 0x4c, 0x37, 0x00, 0x9e, 0x88, 0x0e, 0xc0, 0x73, 0xe1, 0x6f, 0x66 -.byte 0xe9, 0x72, 0x47, 0x30, 0x3e, 0x10, 0xe5, 0x0b, 0x03, 0xc9, 0x9a, 0x42, 0x00, 0x6c, 0xc5, 0x94 -.byte 0x7e, 0x61, 0xc4, 0x8a, 0xdf, 0x7f, 0x82, 0x1a, 0x0b, 0x59, 0xc4, 0x59, 0x32, 0x77, 0xb3, 0xbc -.byte 0x60, 0x69, 0x56, 0x39, 0xfd, 0xb4, 0x06, 0x7b, 0x2c, 0xd6, 0x64, 0x36, 0xd9, 0xbd, 0x48, 0xed -.byte 0x84, 0x1f, 0x7e, 0xa5, 0x22, 0x8f, 0x2a, 0xb8, 0x42, 0xf4, 0x82, 0xb7, 0xd4, 0x53, 0x90, 0x78 -.byte 0x4e, 0x2d, 0x1a, 0xfd, 0x81, 0x6f, 0x44, 0xd7, 0x3b, 0x01, 0x74, 0x96, 0x42, 0xe0, 0x00, 0xe2 -.byte 0x2e, 0x6b, 0xea, 0xc5, 0xee, 0x72, 0xac, 0xbb, 0xbf, 0xfe, 0xea, 0xaa, 0xa8, 0xf8, 0xdc, 0xf6 -.byte 0xb2, 0x79, 0x8a, 0xb6, 0x67, 0x02, 0x03, 0x01, 0x00, 0x01, 0x44, 0x00, 0x26, 0x02, 0x30, 0x42 -.byte 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x09, 0x41, 0x43, 0x43, 0x56, 0x52 -.byte 0x41, 0x49, 0x5a, 0x31, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x07, 0x50 -.byte 0x4b, 0x49, 0x41, 0x43, 0x43, 0x56, 0x31, 0x0d, 0x30, 0x0b, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c -.byte 0x04, 0x41, 0x43, 0x43, 0x56, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 -.byte 0x45, 0x53, 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, 0x9b, 0xa9, 0xab, 0xbf, 0x61, 0x4a, 0x97, 0xaf, 0x2f, 0x97, 0x66, 0x9a, 0x74 -.byte 0x5f, 0xd0, 0xd9, 0x96, 0xfd, 0xcf, 0xe2, 0xe4, 0x66, 0xef, 0x1f, 0x1f, 0x47, 0x33, 0xc2, 0x44 -.byte 0xa3, 0xdf, 0x9a, 0xde, 0x1f, 0xb5, 0x54, 0xdd, 0x15, 0x7c, 0x69, 0x35, 0x11, 0x6f, 0xbb, 0xc8 -.byte 0x0c, 0x8e, 0x6a, 0x18, 0x1e, 0xd8, 0x8f, 0xd9, 0x16, 0xbc, 0x10, 0x48, 0x36, 0x5c, 0xf0, 0x63 -.byte 0xb3, 0x90, 0x5a, 0x5c, 0x24, 0x37, 0xd7, 0xa3, 0xd6, 0xcb, 0x09, 0x71, 0xb9, 0xf1, 0x01, 0x72 -.byte 0x84, 0xb0, 0x7d, 0xdb, 0x4d, 0x80, 0xcd, 0xfc, 0xd3, 0x6f, 0xc9, 0xf8, 0xda, 0xb6, 0x0e, 0x82 -.byte 0xd2, 0x45, 0x85, 0xa8, 0x1b, 0x68, 0xa8, 0x3d, 0xe8, 0xf4, 0x44, 0x6c, 0xbd, 0xa1, 0xc2, 0xcb -.byte 0x03, 0xbe, 0x8c, 0x3e, 0x13, 0x00, 0x84, 0xdf, 0x4a, 0x48, 0xc0, 0xe3, 0x22, 0x0a, 0xe8, 0xe9 -.byte 0x37, 0xa7, 0x18, 0x4c, 0xb1, 0x09, 0x0d, 0x23, 0x56, 0x7f, 0x04, 0x4d, 0xd9, 0x17, 0x84, 0x18 -.byte 0xa5, 0xc8, 0xda, 0x40, 0x94, 0x73, 0xeb, 0xce, 0x0e, 0x57, 0x3c, 0x03, 0x81, 0x3a, 0x9d, 0x0a -.byte 0xa1, 0x57, 0x43, 0x69, 0xac, 0x57, 0x6d, 0x79, 0x90, 0x78, 0xe5, 0xb5, 0xb4, 0x3b, 0xd8, 0xbc -.byte 0x4c, 0x8d, 0x28, 0xa1, 0xa7, 0xa3, 0xa7, 0xba, 0x02, 0x4e, 0x25, 0xd1, 0x2a, 0xae, 0xed, 0xae -.byte 0x03, 0x22, 0xb8, 0x6b, 0x20, 0x0f, 0x30, 0x28, 0x54, 0x95, 0x7f, 0xe0, 0xee, 0xce, 0x0a, 0x66 -.byte 0x9d, 0xd1, 0x40, 0x2d, 0x6e, 0x22, 0xaf, 0x9d, 0x1a, 0xc1, 0x05, 0x19, 0xd2, 0x6f, 0xc0, 0xf2 -.byte 0x9f, 0xf8, 0x7b, 0xb3, 0x02, 0x42, 0xfb, 0x50, 0xa9, 0x1d, 0x2d, 0x93, 0x0f, 0x23, 0xab, 0xc6 -.byte 0xc1, 0x0f, 0x92, 0xff, 0xd0, 0xa2, 0x15, 0xf5, 0x53, 0x09, 0x71, 0x1c, 0xff, 0x45, 0x13, 0x84 -.byte 0xe6, 0x26, 0x5e, 0xf8, 0xe0, 0x88, 0x1c, 0x0a, 0xfc, 0x16, 0xb6, 0xa8, 0x73, 0x06, 0xb8, 0xf0 -.byte 0x63, 0x84, 0x02, 0xa0, 0xc6, 0x5a, 0xec, 0xe7, 0x74, 0xdf, 0x70, 0xae, 0xa3, 0x83, 0x25, 0xea -.byte 0xd6, 0xc7, 0x97, 0x87, 0x93, 0xa7, 0xc6, 0x8a, 0x8a, 0x33, 0x97, 0x60, 0x37, 0x10, 0x3e, 0x97 -.byte 0x3e, 0x6e, 0x29, 0x15, 0xd6, 0xa1, 0x0f, 0xd1, 0x88, 0x2c, 0x12, 0x9f, 0x6f, 0xaa, 0xa4, 0xc6 -.byte 0x42, 0xeb, 0x41, 0xa2, 0xe3, 0x95, 0x43, 0xd3, 0x01, 0x85, 0x6d, 0x8e, 0xbb, 0x3b, 0xf3, 0x23 -.byte 0x36, 0xc7, 0xfe, 0x3b, 0xe0, 0xa1, 0x25, 0x07, 0x48, 0xab, 0xc9, 0x89, 0x74, 0xff, 0x08, 0x8f -.byte 0x80, 0xbf, 0xc0, 0x96, 0x65, 0xf3, 0xee, 0xec, 0x4b, 0x68, 0xbd, 0x9d, 0x88, 0xc3, 0x31, 0xb3 -.byte 0x40, 0xf1, 0xe8, 0xcf, 0xf6, 0x38, 0xbb, 0x9c, 0xe4, 0xd1, 0x7f, 0xd4, 0xe5, 0x58, 0x9b, 0x7c -.byte 0xfa, 0xd4, 0xf3, 0x0e, 0x9b, 0x75, 0x91, 0xe4, 0xba, 0x52, 0x2e, 0x19, 0x7e, 0xd1, 0xf5, 0xcd -.byte 0x5a, 0x19, 0xfc, 0xba, 0x06, 0xf6, 0xfb, 0x52, 0xa8, 0x4b, 0x99, 0x04, 0xdd, 0xf8, 0xf9, 0xb4 -.byte 0x8b, 0x50, 0xa3, 0x4e, 0x62, 0x89, 0xf0, 0x87, 0x24, 0xfa, 0x83, 0x42, 0xc1, 0x87, 0xfa, 0xd5 -.byte 0x2d, 0x29, 0x2a, 0x5a, 0x71, 0x7a, 0x64, 0x6a, 0xd7, 0x27, 0x60, 0x63, 0x0d, 0xdb, 0xce, 0x49 -.byte 0xf5, 0x8d, 0x1f, 0x90, 0x89, 0x32, 0x17, 0xf8, 0x73, 0x43, 0xb8, 0xd2, 0x5a, 0x93, 0x86, 0x61 -.byte 0xd6, 0xe1, 0x75, 0x0a, 0xea, 0x79, 0x66, 0x76, 0x88, 0x4f, 0x71, 0xeb, 0x04, 0x25, 0xd6, 0x0a -.byte 0x5a, 0x7a, 0x93, 0xe5, 0xb9, 0x4b, 0x17, 0x40, 0x0f, 0xb1, 0xb6, 0xb9, 0xf5, 0xde, 0x4f, 0xdc -.byte 0xe0, 0xb3, 0xac, 0x3b, 0x11, 0x70, 0x60, 0x84, 0x4a, 0x43, 0x6e, 0x99, 0x20, 0xc0, 0x29, 0x71 -.byte 0x0a, 0xc0, 0x65, 0x02, 0x03, 0x01, 0x00, 0x01, 0x45, 0x00, 0x26, 0x02, 0x30, 0x43, 0x31, 0x0b -.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x1c, 0x30, 0x1a, 0x06 -.byte 0x03, 0x55, 0x04, 0x0a, 0x13, 0x13, 0x69, 0x54, 0x72, 0x75, 0x73, 0x43, 0x68, 0x69, 0x6e, 0x61 -.byte 0x20, 0x43, 0x6f, 0x2e, 0x2c, 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55 -.byte 0x04, 0x03, 0x13, 0x0d, 0x76, 0x54, 0x72, 0x75, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 -.byte 0x41, 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, 0xbd, 0x55, 0x7c, 0x61, 0xd3, 0xb8, 0x1d, 0x04, 0x62, 0x05, 0xa0, 0xae, 0x6c, 0xb7 -.byte 0x70, 0xb4, 0x41, 0xea, 0x4b, 0x03, 0x5e, 0x10, 0x3f, 0x90, 0x5a, 0x1c, 0x8b, 0x3b, 0xb0, 0x66 -.byte 0x8b, 0x6c, 0x48, 0xa6, 0x1c, 0x22, 0xba, 0xd5, 0x40, 0x92, 0xee, 0x33, 0xb2, 0x23, 0x59, 0xc9 -.byte 0x8e, 0xbc, 0x58, 0xda, 0x8b, 0x9e, 0xd0, 0x19, 0xf2, 0x2f, 0x59, 0xc6, 0x8c, 0x63, 0x5a, 0xba -.byte 0x9f, 0xa3, 0x0b, 0xb0, 0xb3, 0x9a, 0x5c, 0xba, 0x11, 0xb8, 0x12, 0xe9, 0x0c, 0xbb, 0xcf, 0x6e -.byte 0x6c, 0x80, 0x87, 0x29, 0x14, 0x03, 0x2c, 0x8d, 0x24, 0x9a, 0xc8, 0x64, 0x83, 0xb5, 0x6a, 0xac -.byte 0x13, 0x2c, 0x33, 0xf1, 0x9f, 0xdc, 0x2c, 0x61, 0x3c, 0x1a, 0x3f, 0x70, 0x55, 0x9b, 0xad, 0x00 -.byte 0x52, 0x7f, 0xcf, 0x04, 0xb9, 0xfe, 0x36, 0xfa, 0x9c, 0xc0, 0x16, 0xae, 0x62, 0xfe, 0x96, 0x4c -.byte 0x43, 0x7e, 0x55, 0x14, 0xbe, 0x1a, 0xb3, 0xd2, 0x6d, 0xc2, 0xaf, 0x76, 0x66, 0x95, 0x6b, 0x2a -.byte 0xb0, 0x94, 0x77, 0x85, 0x5e, 0x04, 0x0f, 0x62, 0x1d, 0x63, 0x75, 0xf7, 0x6b, 0xe7, 0xcb, 0x5b -.byte 0x9a, 0x70, 0xec, 0x3e, 0x67, 0x05, 0xf0, 0xfe, 0x07, 0x08, 0x80, 0xcf, 0x28, 0xdb, 0x05, 0xc6 -.byte 0x14, 0x27, 0x2f, 0x86, 0x7d, 0xf0, 0x27, 0xde, 0xff, 0xe6, 0x7e, 0x33, 0x48, 0xe7, 0x0b, 0x1e -.byte 0x58, 0xd1, 0x27, 0x2b, 0x53, 0x0e, 0x57, 0x4a, 0x65, 0xd7, 0xfb, 0xa2, 0x80, 0x60, 0xfc, 0x4c -.byte 0xbc, 0x35, 0x53, 0x01, 0x6a, 0x97, 0x72, 0x82, 0xaf, 0xf1, 0x1d, 0x70, 0xe8, 0x9c, 0xf5, 0xef -.byte 0x5e, 0xc2, 0x6c, 0xc7, 0x47, 0x7e, 0x5a, 0x94, 0x85, 0x26, 0x4d, 0x3b, 0xba, 0xeb, 0x4c, 0xe8 -.byte 0xb0, 0x09, 0xc2, 0x65, 0xc2, 0x9d, 0x9d, 0x09, 0x9b, 0x4e, 0xb5, 0x97, 0x05, 0xac, 0xf5, 0x06 -.byte 0xa0, 0xf7, 0x36, 0x05, 0x7e, 0xf4, 0x90, 0xb2, 0x6b, 0xc4, 0xb4, 0xf9, 0x64, 0xea, 0xe9, 0x1a -.byte 0x0a, 0xc8, 0x0d, 0xa8, 0xed, 0x27, 0xc9, 0xd4, 0xe7, 0xb3, 0xb9, 0xab, 0x82, 0x22, 0x90, 0x27 -.byte 0x3d, 0x2a, 0xe8, 0x7c, 0x90, 0xef, 0xbc, 0x4f, 0xfd, 0xe2, 0x0a, 0x24, 0xa7, 0xde, 0x65, 0x24 -.byte 0xa4, 0x5d, 0xea, 0xc0, 0x76, 0x30, 0xd3, 0x77, 0x50, 0xf8, 0x0d, 0x04, 0x9b, 0x94, 0x36, 0x01 -.byte 0x73, 0xca, 0x06, 0x58, 0xa6, 0xd3, 0x3b, 0xdc, 0xfa, 0x04, 0x46, 0x13, 0x55, 0x8a, 0xc9, 0x44 -.byte 0x47, 0xb8, 0x51, 0x39, 0x1a, 0x2e, 0xe8, 0x34, 0xe2, 0x79, 0xcb, 0x59, 0x4a, 0x0a, 0x7f, 0xbc -.byte 0xa6, 0xef, 0x1f, 0x03, 0x67, 0x6a, 0x59, 0x2b, 0x25, 0x62, 0x93, 0xd9, 0x53, 0x19, 0x66, 0x3c -.byte 0x27, 0x62, 0x29, 0x86, 0x4d, 0xa4, 0x6b, 0xee, 0xff, 0xd4, 0x4e, 0xba, 0xd5, 0xb4, 0xe2, 0x8e -.byte 0x48, 0x5a, 0x00, 0x19, 0x09, 0xf1, 0x05, 0xd9, 0xce, 0x91, 0xb1, 0xf7, 0xeb, 0xe9, 0x39, 0x4f -.byte 0xf6, 0x6f, 0x04, 0x43, 0x9a, 0x55, 0xf5, 0x3e, 0x05, 0x14, 0xbd, 0xbf, 0xb3, 0x59, 0xb4, 0xd8 -.byte 0x8e, 0x33, 0x84, 0xa3, 0x90, 0x52, 0xaa, 0xb3, 0x02, 0x95, 0x60, 0xf9, 0x0c, 0x4c, 0x68, 0xf9 -.byte 0xee, 0xd5, 0x17, 0x0d, 0xf8, 0x71, 0x57, 0xb5, 0x25, 0xe4, 0x29, 0xee, 0x65, 0x5d, 0xaf, 0xd1 -.byte 0xee, 0x3c, 0x17, 0x0b, 0x5a, 0x43, 0xc5, 0xa5, 0x86, 0xea, 0x24, 0x9e, 0xe2, 0x05, 0x07, 0xdc -.byte 0x34, 0x42, 0x12, 0x91, 0xd6, 0x39, 0x74, 0xae, 0x4c, 0x41, 0x82, 0xdb, 0xf2, 0xa6, 0x48, 0xd1 -.byte 0xb3, 0x9b, 0xf3, 0x33, 0xaa, 0xf3, 0xa6, 0xc0, 0xc5, 0x4e, 0xf5, 0xf4, 0x9d, 0x76, 0x63, 0xe6 -.byte 0x02, 0xc6, 0x22, 0x4b, 0xc1, 0x95, 0x3f, 0x50, 0x64, 0x2c, 0x54, 0xe5, 0xb6, 0xf0, 0x3c, 0x29 -.byte 0xcf, 0x57, 0x02, 0x03, 0x01, 0x00, 0x01, 0x46, 0x00, 0x26, 0x02, 0x30, 0x44, 0x31, 0x0b, 0x30 -.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x46, 0x49, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03 -.byte 0x55, 0x04, 0x0a, 0x0c, 0x11, 0x54, 0x65, 0x6c, 0x69, 0x61, 0x20, 0x46, 0x69, 0x6e, 0x6c, 0x61 -.byte 0x6e, 0x64, 0x20, 0x4f, 0x79, 0x6a, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c -.byte 0x10, 0x54, 0x65, 0x6c, 0x69, 0x61, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x76 -.byte 0x32, 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, 0xb2, 0xd0, 0x3f, 0x07, 0xbc, 0xe2, 0x7b, 0xd0, 0x6b, 0x99, 0xf8, 0xe2, 0x77, 0x69 -.byte 0xe7, 0xce, 0x9d, 0xa4, 0x03, 0xbc, 0x82, 0x6d, 0xa1, 0xfe, 0x81, 0x65, 0x1f, 0x4c, 0x27, 0xac -.byte 0x8e, 0x00, 0xba, 0x16, 0x7b, 0xeb, 0x30, 0x6a, 0x00, 0xc0, 0xb3, 0x74, 0x68, 0x7e, 0xb2, 0xaf -.byte 0xc7, 0xd5, 0x62, 0xb3, 0x7a, 0x3f, 0x50, 0xca, 0x8c, 0x36, 0x44, 0x24, 0x63, 0xd2, 0x36, 0xe9 -.byte 0x0c, 0x85, 0xf6, 0x43, 0x76, 0xd5, 0x4c, 0xa1, 0x60, 0x72, 0x67, 0xe2, 0x28, 0x33, 0xa5, 0xcb -.byte 0x31, 0xb8, 0x3a, 0x22, 0x23, 0x34, 0xb8, 0x7d, 0xbd, 0x56, 0x22, 0x40, 0x9d, 0xea, 0xf4, 0x7b -.byte 0x03, 0xad, 0x68, 0xfc, 0xb2, 0x81, 0x4f, 0x98, 0xd0, 0x74, 0xea, 0x8d, 0xe5, 0x7d, 0xcd, 0x63 -.byte 0xc3, 0xa3, 0xf6, 0xde, 0x92, 0xc2, 0x58, 0x19, 0xe0, 0x96, 0xbb, 0xc5, 0xc4, 0xa9, 0x3d, 0xa5 -.byte 0x74, 0x96, 0xfe, 0xaf, 0xf9, 0x89, 0xaa, 0xbd, 0x95, 0x17, 0x54, 0xd8, 0x78, 0x44, 0xf1, 0x0c -.byte 0x77, 0x15, 0x92, 0xe0, 0x98, 0x42, 0xa7, 0xa4, 0xd6, 0xaa, 0x20, 0x92, 0xcd, 0xc1, 0xa0, 0xb3 -.byte 0x96, 0xb2, 0x3a, 0x84, 0x42, 0x8d, 0x7d, 0xd5, 0x95, 0xe4, 0xd6, 0xdb, 0xe9, 0x62, 0xc4, 0x58 -.byte 0xb3, 0x79, 0xc5, 0x8c, 0xd3, 0x35, 0x33, 0x83, 0x9f, 0x75, 0xa1, 0x52, 0x27, 0x61, 0x38, 0xf1 -.byte 0x59, 0x3d, 0x8e, 0x50, 0xe0, 0xbd, 0x79, 0x3c, 0xe7, 0x6c, 0x96, 0xfe, 0x5e, 0xd9, 0x02, 0x65 -.byte 0xb4, 0x8e, 0x5c, 0xd0, 0x11, 0x34, 0xdf, 0x5d, 0xbf, 0x52, 0xa7, 0x81, 0x00, 0xc3, 0x7f, 0x99 -.byte 0x45, 0x99, 0x15, 0xd5, 0x17, 0xc8, 0x0a, 0x53, 0xec, 0x63, 0xf3, 0x99, 0x7d, 0xcc, 0x69, 0x12 -.byte 0x86, 0xc2, 0x17, 0xf0, 0x01, 0x9e, 0xbf, 0x84, 0xbc, 0xd1, 0x52, 0xcb, 0x1b, 0x92, 0x66, 0xce -.byte 0xa4, 0x53, 0xe5, 0xa1, 0xbf, 0xc4, 0xdb, 0x09, 0xd6, 0xe6, 0x89, 0x56, 0x2b, 0xc8, 0xe3, 0x7c -.byte 0xde, 0xe3, 0xff, 0x89, 0xe5, 0x35, 0x6e, 0x28, 0xe8, 0x6c, 0x0b, 0x23, 0x51, 0xa9, 0x25, 0x05 -.byte 0xeb, 0x48, 0xf8, 0xdd, 0xb1, 0xca, 0xfa, 0x6c, 0x08, 0x51, 0xef, 0xb7, 0x18, 0x6c, 0x44, 0xca -.byte 0x26, 0xe1, 0x73, 0xc6, 0x89, 0x06, 0x81, 0xe5, 0x8a, 0xac, 0xb0, 0xe2, 0x29, 0xc6, 0xb9, 0x24 -.byte 0xb3, 0x6b, 0x44, 0x11, 0xf4, 0xa5, 0x43, 0xc2, 0x4c, 0x43, 0xe5, 0x70, 0x36, 0x8c, 0xb6, 0x33 -.byte 0x57, 0x7a, 0x95, 0x2e, 0x82, 0xa0, 0xf4, 0x5c, 0x10, 0xb3, 0x61, 0x83, 0xf6, 0x02, 0x05, 0x86 -.byte 0x2e, 0x7c, 0x2d, 0x6c, 0xdc, 0x03, 0x46, 0x6e, 0x35, 0x93, 0xd5, 0x7a, 0x95, 0x2f, 0xde, 0x20 -.byte 0xd8, 0x5b, 0x7e, 0x94, 0x90, 0x04, 0x6a, 0xba, 0x59, 0x3d, 0x04, 0x05, 0x75, 0x9d, 0x37, 0xa2 -.byte 0x0e, 0x2e, 0x3d, 0xeb, 0xc1, 0xa4, 0x52, 0x83, 0xfe, 0xd0, 0x6b, 0xd4, 0x66, 0x8e, 0xdc, 0xc6 -.byte 0xe9, 0x12, 0x4e, 0x1d, 0x2a, 0x57, 0xaa, 0x10, 0xbc, 0x7c, 0x5e, 0x82, 0x7d, 0xa6, 0xa6, 0xc9 -.byte 0xf2, 0x2d, 0xb9, 0xf5, 0x17, 0x27, 0xad, 0xd1, 0x0e, 0x89, 0x54, 0x2b, 0x95, 0xfa, 0xc0, 0xad -.byte 0x1d, 0x98, 0x14, 0x78, 0x33, 0x42, 0x86, 0x0a, 0xa9, 0x73, 0xb5, 0xfb, 0x74, 0x0d, 0xb7, 0x1b -.byte 0x30, 0x19, 0xc4, 0x5a, 0x0e, 0x1c, 0x27, 0xb7, 0xda, 0x18, 0xd0, 0xff, 0x8a, 0xc8, 0x05, 0xba -.byte 0xf1, 0xaa, 0x1c, 0xa2, 0x37, 0xb7, 0xe6, 0x48, 0xa4, 0x46, 0x2c, 0x94, 0xea, 0xa8, 0x76, 0x62 -.byte 0x47, 0x8b, 0x10, 0x53, 0x07, 0x48, 0x57, 0x6c, 0xe2, 0x92, 0x4d, 0xb6, 0xae, 0x05, 0xcb, 0xdc -.byte 0xc1, 0x4a, 0x5e, 0x8f, 0xac, 0x3d, 0x19, 0x4e, 0xc2, 0xed, 0x60, 0x75, 0x2b, 0xdb, 0xc1, 0xca -.byte 0x42, 0xd5, 0x02, 0x03, 0x01, 0x00, 0x01, 0x46, 0x00, 0x26, 0x01, 0x30, 0x44, 0x31, 0x0b, 0x30 -.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03 -.byte 0x55, 0x04, 0x0a, 0x0c, 0x0b, 0x41, 0x66, 0x66, 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74 -.byte 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x16, 0x41, 0x66, 0x66, 0x69, 0x72 -.byte 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x72, 0x63, 0x69, 0x61 -.byte 0x6c, 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, 0xf6, 0x1b, 0x4f, 0x67, 0x07, 0x2b, 0xa1, 0x15, 0xf5, 0x06, 0x22, 0xcb, 0x1f, 0x01 -.byte 0xb2, 0xe3, 0x73, 0x45, 0x06, 0x44, 0x49, 0x2c, 0xbb, 0x49, 0x25, 0x14, 0xd6, 0xce, 0xc3, 0xb7 -.byte 0xab, 0x2c, 0x4f, 0xc6, 0x41, 0x32, 0x94, 0x57, 0xfa, 0x12, 0xa7, 0x5b, 0x0e, 0xe2, 0x8f, 0x1f -.byte 0x1e, 0x86, 0x19, 0xa7, 0xaa, 0xb5, 0x2d, 0xb9, 0x5f, 0x0d, 0x8a, 0xc2, 0xaf, 0x85, 0x35, 0x79 -.byte 0x32, 0x2d, 0xbb, 0x1c, 0x62, 0x37, 0xf2, 0xb1, 0x5b, 0x4a, 0x3d, 0xca, 0xcd, 0x71, 0x5f, 0xe9 -.byte 0x42, 0xbe, 0x94, 0xe8, 0xc8, 0xde, 0xf9, 0x22, 0x48, 0x64, 0xc6, 0xe5, 0xab, 0xc6, 0x2b, 0x6d -.byte 0xad, 0x05, 0xf0, 0xfa, 0xd5, 0x0b, 0xcf, 0x9a, 0xe5, 0xf0, 0x50, 0xa4, 0x8b, 0x3b, 0x47, 0xa5 -.byte 0x23, 0x5b, 0x7a, 0x7a, 0xf8, 0x33, 0x3f, 0xb8, 0xef, 0x99, 0x97, 0xe3, 0x20, 0xc1, 0xd6, 0x28 -.byte 0x89, 0xcf, 0x94, 0xfb, 0xb9, 0x45, 0xed, 0xe3, 0x40, 0x17, 0x11, 0xd4, 0x74, 0xf0, 0x0b, 0x31 -.byte 0xe2, 0x2b, 0x26, 0x6a, 0x9b, 0x4c, 0x57, 0xae, 0xac, 0x20, 0x3e, 0xba, 0x45, 0x7a, 0x05, 0xf3 -.byte 0xbd, 0x9b, 0x69, 0x15, 0xae, 0x7d, 0x4e, 0x20, 0x63, 0xc4, 0x35, 0x76, 0x3a, 0x07, 0x02, 0xc9 -.byte 0x37, 0xfd, 0xc7, 0x47, 0xee, 0xe8, 0xf1, 0x76, 0x1d, 0x73, 0x15, 0xf2, 0x97, 0xa4, 0xb5, 0xc8 -.byte 0x7a, 0x79, 0xd9, 0x42, 0xaa, 0x2b, 0x7f, 0x5c, 0xfe, 0xce, 0x26, 0x4f, 0xa3, 0x66, 0x81, 0x35 -.byte 0xaf, 0x44, 0xba, 0x54, 0x1e, 0x1c, 0x30, 0x32, 0x65, 0x9d, 0xe6, 0x3c, 0x93, 0x5e, 0x50, 0x4e -.byte 0x7a, 0xe3, 0x3a, 0xd4, 0x6e, 0xcc, 0x1a, 0xfb, 0xf9, 0xd2, 0x37, 0xae, 0x24, 0x2a, 0xab, 0x57 -.byte 0x03, 0x22, 0x28, 0x0d, 0x49, 0x75, 0x7f, 0xb7, 0x28, 0xda, 0x75, 0xbf, 0x8e, 0xe3, 0xdc, 0x0e -.byte 0x79, 0x31, 0x02, 0x03, 0x01, 0x00, 0x01, 0x46, 0x00, 0x26, 0x01, 0x30, 0x44, 0x31, 0x0b, 0x30 -.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03 -.byte 0x55, 0x04, 0x0a, 0x0c, 0x0b, 0x41, 0x66, 0x66, 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74 -.byte 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x16, 0x41, 0x66, 0x66, 0x69, 0x72 -.byte 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e -.byte 0x67, 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, 0xb4, 0x84, 0xcc, 0x33, 0x17, 0x2e, 0x6b, 0x94, 0x6c, 0x6b, 0x61, 0x52, 0xa0, 0xeb -.byte 0xa3, 0xcf, 0x79, 0x94, 0x4c, 0xe5, 0x94, 0x80, 0x99, 0xcb, 0x55, 0x64, 0x44, 0x65, 0x8f, 0x67 -.byte 0x64, 0xe2, 0x06, 0xe3, 0x5c, 0x37, 0x49, 0xf6, 0x2f, 0x9b, 0x84, 0x84, 0x1e, 0x2d, 0xf2, 0x60 -.byte 0x9d, 0x30, 0x4e, 0xcc, 0x84, 0x85, 0xe2, 0x2c, 0xcf, 0x1e, 0x9e, 0xfe, 0x36, 0xab, 0x33, 0x77 -.byte 0x35, 0x44, 0xd8, 0x35, 0x96, 0x1a, 0x3d, 0x36, 0xe8, 0x7a, 0x0e, 0xd8, 0xd5, 0x47, 0xa1, 0x6a -.byte 0x69, 0x8b, 0xd9, 0xfc, 0xbb, 0x3a, 0xae, 0x79, 0x5a, 0xd5, 0xf4, 0xd6, 0x71, 0xbb, 0x9a, 0x90 -.byte 0x23, 0x6b, 0x9a, 0xb7, 0x88, 0x74, 0x87, 0x0c, 0x1e, 0x5f, 0xb9, 0x9e, 0x2d, 0xfa, 0xab, 0x53 -.byte 0x2b, 0xdc, 0xbb, 0x76, 0x3e, 0x93, 0x4c, 0x08, 0x08, 0x8c, 0x1e, 0xa2, 0x23, 0x1c, 0xd4, 0x6a -.byte 0xad, 0x22, 0xba, 0x99, 0x01, 0x2e, 0x6d, 0x65, 0xcb, 0xbe, 0x24, 0x66, 0x55, 0x24, 0x4b, 0x40 -.byte 0x44, 0xb1, 0x1b, 0xd7, 0xe1, 0xc2, 0x85, 0xc0, 0xde, 0x10, 0x3f, 0x3d, 0xed, 0xb8, 0xfc, 0xf1 -.byte 0xf1, 0x23, 0x53, 0xdc, 0xbf, 0x65, 0x97, 0x6f, 0xd9, 0xf9, 0x40, 0x71, 0x8d, 0x7d, 0xbd, 0x95 -.byte 0xd4, 0xce, 0xbe, 0xa0, 0x5e, 0x27, 0x23, 0xde, 0xfd, 0xa6, 0xd0, 0x26, 0x0e, 0x00, 0x29, 0xeb -.byte 0x3c, 0x46, 0xf0, 0x3d, 0x60, 0xbf, 0x3f, 0x50, 0xd2, 0xdc, 0x26, 0x41, 0x51, 0x9e, 0x14, 0x37 -.byte 0x42, 0x04, 0xa3, 0x70, 0x57, 0xa8, 0x1b, 0x87, 0xed, 0x2d, 0xfa, 0x7b, 0xee, 0x8c, 0x0a, 0xe3 -.byte 0xa9, 0x66, 0x89, 0x19, 0xcb, 0x41, 0xf9, 0xdd, 0x44, 0x36, 0x61, 0xcf, 0xe2, 0x77, 0x46, 0xc8 -.byte 0x7d, 0xf6, 0xf4, 0x92, 0x81, 0x36, 0xfd, 0xdb, 0x34, 0xf1, 0x72, 0x7e, 0xf3, 0x0c, 0x16, 0xbd -.byte 0xb4, 0x15, 0x02, 0x03, 0x01, 0x00, 0x01, 0x47, 0x00, 0x26, 0x02, 0x30, 0x45, 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, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x12 -.byte 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 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, 0x9a, 0x18, 0xca, 0x4b, 0x94, 0x0d, 0x00, 0x2d, 0xaf, 0x03, 0x29, 0x8a, 0xf0 -.byte 0x0f, 0x81, 0xc8, 0xae, 0x4c, 0x19, 0x85, 0x1d, 0x08, 0x9f, 0xab, 0x29, 0x44, 0x85, 0xf3, 0x2f -.byte 0x81, 0xad, 0x32, 0x1e, 0x90, 0x46, 0xbf, 0xa3, 0x86, 0x26, 0x1a, 0x1e, 0xfe, 0x7e, 0x1c, 0x18 -.byte 0x3a, 0x5c, 0x9c, 0x60, 0x17, 0x2a, 0x3a, 0x74, 0x83, 0x33, 0x30, 0x7d, 0x61, 0x54, 0x11, 0xcb -.byte 0xed, 0xab, 0xe0, 0xe6, 0xd2, 0xa2, 0x7e, 0xf5, 0x6b, 0x6f, 0x18, 0xb7, 0x0a, 0x0b, 0x2d, 0xfd -.byte 0xe9, 0x3e, 0xef, 0x0a, 0xc6, 0xb3, 0x10, 0xe9, 0xdc, 0xc2, 0x46, 0x17, 0xf8, 0x5d, 0xfd, 0xa4 -.byte 0xda, 0xff, 0x9e, 0x49, 0x5a, 0x9c, 0xe6, 0x33, 0xe6, 0x24, 0x96, 0xf7, 0x3f, 0xba, 0x5b, 0x2b -.byte 0x1c, 0x7a, 0x35, 0xc2, 0xd6, 0x67, 0xfe, 0xab, 0x66, 0x50, 0x8b, 0x6d, 0x28, 0x60, 0x2b, 0xef -.byte 0xd7, 0x60, 0xc3, 0xc7, 0x93, 0xbc, 0x8d, 0x36, 0x91, 0xf3, 0x7f, 0xf8, 0xdb, 0x11, 0x13, 0xc4 -.byte 0x9c, 0x77, 0x76, 0xc1, 0xae, 0xb7, 0x02, 0x6a, 0x81, 0x7a, 0xa9, 0x45, 0x83, 0xe2, 0x05, 0xe6 -.byte 0xb9, 0x56, 0xc1, 0x94, 0x37, 0x8f, 0x48, 0x71, 0x63, 0x22, 0xec, 0x17, 0x65, 0x07, 0x95, 0x8a -.byte 0x4b, 0xdf, 0x8f, 0xc6, 0x5a, 0x0a, 0xe5, 0xb0, 0xe3, 0x5f, 0x5e, 0x6b, 0x11, 0xab, 0x0c, 0xf9 -.byte 0x85, 0xeb, 0x44, 0xe9, 0xf8, 0x04, 0x73, 0xf2, 0xe9, 0xfe, 0x5c, 0x98, 0x8c, 0xf5, 0x73, 0xaf -.byte 0x6b, 0xb4, 0x7e, 0xcd, 0xd4, 0x5c, 0x02, 0x2b, 0x4c, 0x39, 0xe1, 0xb2, 0x95, 0x95, 0x2d, 0x42 -.byte 0x87, 0xd7, 0xd5, 0xb3, 0x90, 0x43, 0xb7, 0x6c, 0x13, 0xf1, 0xde, 0xdd, 0xf6, 0xc4, 0xf8, 0x89 -.byte 0x3f, 0xd1, 0x75, 0xf5, 0x92, 0xc3, 0x91, 0xd5, 0x8a, 0x88, 0xd0, 0x90, 0xec, 0xdc, 0x6d, 0xde -.byte 0x89, 0xc2, 0x65, 0x71, 0x96, 0x8b, 0x0d, 0x03, 0xfd, 0x9c, 0xbf, 0x5b, 0x16, 0xac, 0x92, 0xdb -.byte 0xea, 0xfe, 0x79, 0x7c, 0xad, 0xeb, 0xaf, 0xf7, 0x16, 0xcb, 0xdb, 0xcd, 0x25, 0x2b, 0xe5, 0x1f -.byte 0xfb, 0x9a, 0x9f, 0xe2, 0x51, 0xcc, 0x3a, 0x53, 0x0c, 0x48, 0xe6, 0x0e, 0xbd, 0xc9, 0xb4, 0x76 -.byte 0x06, 0x52, 0xe6, 0x11, 0x13, 0x85, 0x72, 0x63, 0x03, 0x04, 0xe0, 0x04, 0x36, 0x2b, 0x20, 0x19 -.byte 0x02, 0xe8, 0x74, 0xa7, 0x1f, 0xb6, 0xc9, 0x56, 0x66, 0xf0, 0x75, 0x25, 0xdc, 0x67, 0xc1, 0x0e -.byte 0x61, 0x60, 0x88, 0xb3, 0x3e, 0xd1, 0xa8, 0xfc, 0xa3, 0xda, 0x1d, 0xb0, 0xd1, 0xb1, 0x23, 0x54 -.byte 0xdf, 0x44, 0x76, 0x6d, 0xed, 0x41, 0xd8, 0xc1, 0xb2, 0x22, 0xb6, 0x53, 0x1c, 0xdf, 0x35, 0x1d -.byte 0xdc, 0xa1, 0x77, 0x2a, 0x31, 0xe4, 0x2d, 0xf5, 0xe5, 0xe5, 0xdb, 0xc8, 0xe0, 0xff, 0xe5, 0x80 -.byte 0xd7, 0x0b, 0x63, 0xa0, 0xff, 0x33, 0xa1, 0x0f, 0xba, 0x2c, 0x15, 0x15, 0xea, 0x97, 0xb3, 0xd2 -.byte 0xa2, 0xb5, 0xbe, 0xf2, 0x8c, 0x96, 0x1e, 0x1a, 0x8f, 0x1d, 0x6c, 0xa4, 0x61, 0x37, 0xb9, 0x86 -.byte 0x73, 0x33, 0xd7, 0x97, 0x96, 0x9e, 0x23, 0x7d, 0x82, 0xa4, 0x4c, 0x81, 0xe2, 0xa1, 0xd1, 0xba -.byte 0x67, 0x5f, 0x95, 0x07, 0xa3, 0x27, 0x11, 0xee, 0x16, 0x10, 0x7b, 0xbc, 0x45, 0x4a, 0x4c, 0xb2 -.byte 0x04, 0xd2, 0xab, 0xef, 0xd5, 0xfd, 0x0c, 0x51, 0xce, 0x50, 0x6a, 0x08, 0x31, 0xf9, 0x91, 0xda -.byte 0x0c, 0x8f, 0x64, 0x5c, 0x03, 0xc3, 0x3a, 0x8b, 0x20, 0x3f, 0x6e, 0x8d, 0x67, 0x3d, 0x3a, 0xd6 -.byte 0xfe, 0x7d, 0x5b, 0x88, 0xc9, 0x5e, 0xfb, 0xcc, 0x61, 0xdc, 0x8b, 0x33, 0x77, 0xd3, 0x44, 0x32 -.byte 0x35, 0x09, 0x62, 0x04, 0x92, 0x16, 0x10, 0xd8, 0x9e, 0x27, 0x47, 0xfb, 0x3b, 0x21, 0xe3, 0xf8 -.byte 0xeb, 0x1d, 0x5b, 0x02, 0x03, 0x01, 0x00, 0x01, 0x47, 0x00, 0x26, 0x02, 0x30, 0x45, 0x31, 0x0b -.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x42, 0x4d, 0x31, 0x19, 0x30, 0x17, 0x06 -.byte 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x4c -.byte 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 -.byte 0x12, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 -.byte 0x41, 0x20, 0x33, 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, 0xcc, 0x57, 0x42, 0x16, 0x54, 0x9c, 0xe6, 0x98, 0xd3, 0xd3, 0x4d, 0xee -.byte 0xfe, 0xed, 0xc7, 0x9f, 0x43, 0x39, 0x4a, 0x65, 0xb3, 0xe8, 0x16, 0x88, 0x34, 0xdb, 0x0d, 0x59 -.byte 0x91, 0x74, 0xcf, 0x92, 0xb8, 0x04, 0x40, 0xad, 0x02, 0x4b, 0x31, 0xab, 0xbc, 0x8d, 0x91, 0x68 -.byte 0xd8, 0x20, 0x0e, 0x1a, 0x01, 0xe2, 0x1a, 0x7b, 0x4e, 0x17, 0x5d, 0xe2, 0x8a, 0xb7, 0x3f, 0x99 -.byte 0x1a, 0xcd, 0xeb, 0x61, 0xab, 0xc2, 0x65, 0xa6, 0x1f, 0xb7, 0xb7, 0xbd, 0xb7, 0x8f, 0xfc, 0xfd -.byte 0x70, 0x8f, 0x0b, 0xa0, 0x67, 0xbe, 0x01, 0xa2, 0x59, 0xcf, 0x71, 0xe6, 0x0f, 0x29, 0x76, 0xff -.byte 0xb1, 0x56, 0x79, 0x45, 0x2b, 0x1f, 0x9e, 0x7a, 0x54, 0xe8, 0xa3, 0x29, 0x35, 0x68, 0xa4, 0x01 -.byte 0x4f, 0x0f, 0xa4, 0x2e, 0x37, 0xef, 0x1b, 0xbf, 0xe3, 0x8f, 0x10, 0xa8, 0x72, 0xab, 0x58, 0x57 -.byte 0xe7, 0x54, 0x86, 0xc8, 0xc9, 0xf3, 0x5b, 0xda, 0x2c, 0xda, 0x5d, 0x8e, 0x6e, 0x3c, 0xa3, 0x3e -.byte 0xda, 0xfb, 0x82, 0xe5, 0xdd, 0xf2, 0x5c, 0xb2, 0x05, 0x33, 0x6f, 0x8a, 0x36, 0xce, 0xd0, 0x13 -.byte 0x4e, 0xff, 0xbf, 0x4a, 0x0c, 0x34, 0x4c, 0xa6, 0xc3, 0x21, 0xbd, 0x50, 0x04, 0x55, 0xeb, 0xb1 -.byte 0xbb, 0x9d, 0xfb, 0x45, 0x1e, 0x64, 0x15, 0xde, 0x55, 0x01, 0x8c, 0x02, 0x76, 0xb5, 0xcb, 0xa1 -.byte 0x3f, 0x42, 0x69, 0xbc, 0x2f, 0xbd, 0x68, 0x43, 0x16, 0x56, 0x89, 0x2a, 0x37, 0x61, 0x91, 0xfd -.byte 0xa6, 0xae, 0x4e, 0xc0, 0xcb, 0x14, 0x65, 0x94, 0x37, 0x4b, 0x92, 0x06, 0xef, 0x04, 0xd0, 0xc8 -.byte 0x9c, 0x88, 0xdb, 0x0b, 0x7b, 0x81, 0xaf, 0xb1, 0x3d, 0x2a, 0xc4, 0x65, 0x3a, 0x78, 0xb6, 0xee -.byte 0xdc, 0x80, 0xb1, 0xd2, 0xd3, 0x99, 0x9c, 0x3a, 0xee, 0x6b, 0x5a, 0x6b, 0xb3, 0x8d, 0xb7, 0xd5 -.byte 0xce, 0x9c, 0xc2, 0xbe, 0xa5, 0x4b, 0x2f, 0x16, 0xb1, 0x9e, 0x68, 0x3b, 0x06, 0x6f, 0xae, 0x7d -.byte 0x9f, 0xf8, 0xde, 0xec, 0xcc, 0x29, 0xa7, 0x98, 0xa3, 0x25, 0x43, 0x2f, 0xef, 0xf1, 0x5f, 0x26 -.byte 0xe1, 0x88, 0x4d, 0xf8, 0x5e, 0x6e, 0xd7, 0xd9, 0x14, 0x6e, 0x19, 0x33, 0x69, 0xa7, 0x3b, 0x84 -.byte 0x89, 0x93, 0xc4, 0x53, 0x55, 0x13, 0xa1, 0x51, 0x78, 0x40, 0xf8, 0xb8, 0xc9, 0xa2, 0xee, 0x7b -.byte 0xba, 0x52, 0x42, 0x83, 0x9e, 0x14, 0xed, 0x05, 0x52, 0x5a, 0x59, 0x56, 0xa7, 0x97, 0xfc, 0x9d -.byte 0x3f, 0x0a, 0x29, 0xd8, 0xdc, 0x4f, 0x91, 0x0e, 0x13, 0xbc, 0xde, 0x95, 0xa4, 0xdf, 0x8b, 0x99 -.byte 0xbe, 0xac, 0x9b, 0x33, 0x88, 0xef, 0xb5, 0x81, 0xaf, 0x1b, 0xc6, 0x22, 0x53, 0xc8, 0xf6, 0xc7 -.byte 0xee, 0x97, 0x14, 0xb0, 0xc5, 0x7c, 0x78, 0x52, 0xc8, 0xf0, 0xce, 0x6e, 0x77, 0x60, 0x84, 0xa6 -.byte 0xe9, 0x2a, 0x76, 0x20, 0xed, 0x58, 0x01, 0x17, 0x30, 0x93, 0xe9, 0x1a, 0x8b, 0xe0, 0x73, 0x63 -.byte 0xd9, 0x6a, 0x92, 0x94, 0x49, 0x4e, 0xb4, 0xad, 0x4a, 0x85, 0xc4, 0xa3, 0x22, 0x30, 0xfc, 0x09 -.byte 0xed, 0x68, 0x22, 0x73, 0xa6, 0x88, 0x0c, 0x55, 0x21, 0x58, 0xc5, 0xe1, 0x3a, 0x9f, 0x2a, 0xdd -.byte 0xca, 0xe1, 0x90, 0xe0, 0xd9, 0x73, 0xab, 0x6c, 0x80, 0xb8, 0xe8, 0x0b, 0x64, 0x93, 0xa0, 0x9c -.byte 0x8c, 0x19, 0xff, 0xb3, 0xd2, 0x0c, 0xec, 0x91, 0x26, 0x87, 0x8a, 0xb3, 0xa2, 0xe1, 0x70, 0x8f -.byte 0x2c, 0x0a, 0xe5, 0xcd, 0x6d, 0x68, 0x51, 0xeb, 0xda, 0x3f, 0x05, 0x7f, 0x8b, 0x32, 0xe6, 0x13 -.byte 0x5c, 0x6b, 0xfe, 0x5f, 0x40, 0xe2, 0x22, 0xc8, 0xb4, 0xb4, 0x64, 0x4f, 0xd6, 0xba, 0x7d, 0x48 -.byte 0x3e, 0xa8, 0x69, 0x0c, 0xd7, 0xbb, 0x86, 0x71, 0xc9, 0x73, 0xb8, 0x3f, 0x3b, 0x9d, 0x25, 0x4b -.byte 0xda, 0xff, 0x40, 0xeb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x47, 0x00, 0x26, 0x02, 0x30, 0x45, 0x31 -.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x48, 0x31, 0x15, 0x30, 0x13 -.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x53, 0x77, 0x69, 0x73, 0x73, 0x53, 0x69, 0x67, 0x6e -.byte 0x20, 0x41, 0x47, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x16, 0x53, 0x77 -.byte 0x69, 0x73, 0x73, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x47, 0x6f, 0x6c, 0x64, 0x20, 0x43, 0x41, 0x20 -.byte 0x2d, 0x20, 0x47, 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, 0xaf, 0xe4, 0xee, 0x7e, 0x8b, 0x24, 0x0e, 0x12, 0x6e, 0xa9, 0x50 -.byte 0x2d, 0x16, 0x44, 0x3b, 0x92, 0x92, 0x5c, 0xca, 0xb8, 0x5d, 0x84, 0x92, 0x42, 0x13, 0x2a, 0xbc -.byte 0x65, 0x57, 0x82, 0x40, 0x3e, 0x57, 0x24, 0xcd, 0x50, 0x8b, 0x25, 0x2a, 0xb7, 0x6f, 0xfc, 0xef -.byte 0xa2, 0xd0, 0xc0, 0x1f, 0x02, 0x24, 0x4a, 0x13, 0x96, 0x8f, 0x23, 0x13, 0xe6, 0x28, 0x58, 0x00 -.byte 0xa3, 0x47, 0xc7, 0x06, 0xa7, 0x84, 0x23, 0x2b, 0xbb, 0xbd, 0x96, 0x2b, 0x7f, 0x55, 0xcc, 0x8b -.byte 0xc1, 0x57, 0x1f, 0x0e, 0x62, 0x65, 0x0f, 0xdd, 0x3d, 0x56, 0x8a, 0x73, 0xda, 0xae, 0x7e, 0x6d -.byte 0xba, 0x81, 0x1c, 0x7e, 0x42, 0x8c, 0x20, 0x35, 0xd9, 0x43, 0x4d, 0x84, 0xfa, 0x84, 0xdb, 0x52 -.byte 0x2c, 0xf3, 0x0e, 0x27, 0x77, 0x0b, 0x6b, 0xbf, 0x11, 0x2f, 0x72, 0x78, 0x9f, 0x2e, 0xd8, 0x3e -.byte 0xe6, 0x18, 0x37, 0x5a, 0x2a, 0x72, 0xf9, 0xda, 0x62, 0x90, 0x92, 0x95, 0xca, 0x1f, 0x9c, 0xe9 -.byte 0xb3, 0x3c, 0x2b, 0xcb, 0xf3, 0x01, 0x13, 0xbf, 0x5a, 0xcf, 0xc1, 0xb5, 0x0a, 0x60, 0xbd, 0xdd -.byte 0xb5, 0x99, 0x64, 0x53, 0xb8, 0xa0, 0x96, 0xb3, 0x6f, 0xe2, 0x26, 0x77, 0x91, 0x8c, 0xe0, 0x62 -.byte 0x10, 0x02, 0x9f, 0x34, 0x0f, 0xa4, 0xd5, 0x92, 0x33, 0x51, 0xde, 0xbe, 0x8d, 0xba, 0x84, 0x7a -.byte 0x60, 0x3c, 0x6a, 0xdb, 0x9f, 0x2b, 0xec, 0xde, 0xde, 0x01, 0x3f, 0x6e, 0x4d, 0xe5, 0x50, 0x86 -.byte 0xcb, 0xb4, 0xaf, 0xed, 0x44, 0x40, 0xc5, 0xca, 0x5a, 0x8c, 0xda, 0xd2, 0x2b, 0x7c, 0xa8, 0xee -.byte 0xbe, 0xa6, 0xe5, 0x0a, 0xaa, 0x0e, 0xa5, 0xdf, 0x05, 0x52, 0xb7, 0x55, 0xc7, 0x22, 0x5d, 0x32 -.byte 0x6a, 0x97, 0x97, 0x63, 0x13, 0xdb, 0xc9, 0xdb, 0x79, 0x36, 0x7b, 0x85, 0x3a, 0x4a, 0xc5, 0x52 -.byte 0x89, 0xf9, 0x24, 0xe7, 0x9d, 0x77, 0xa9, 0x82, 0xff, 0x55, 0x1c, 0xa5, 0x71, 0x69, 0x2b, 0xd1 -.byte 0x02, 0x24, 0xf2, 0xb3, 0x26, 0xd4, 0x6b, 0xda, 0x04, 0x55, 0xe5, 0xc1, 0x0a, 0xc7, 0x6d, 0x30 -.byte 0x37, 0x90, 0x2a, 0xe4, 0x9e, 0x14, 0x33, 0x5e, 0x16, 0x17, 0x55, 0xc5, 0x5b, 0xb5, 0xcb, 0x34 -.byte 0x89, 0x92, 0xf1, 0x9d, 0x26, 0x8f, 0xa1, 0x07, 0xd4, 0xc6, 0xb2, 0x78, 0x50, 0xdb, 0x0c, 0x0c -.byte 0x0b, 0x7c, 0x0b, 0x8c, 0x41, 0xd7, 0xb9, 0xe9, 0xdd, 0x8c, 0x88, 0xf7, 0xa3, 0x4d, 0xb2, 0x32 -.byte 0xcc, 0xd8, 0x17, 0xda, 0xcd, 0xb7, 0xce, 0x66, 0x9d, 0xd4, 0xfd, 0x5e, 0xff, 0xbd, 0x97, 0x3e -.byte 0x29, 0x75, 0xe7, 0x7e, 0xa7, 0x62, 0x58, 0xaf, 0x25, 0x34, 0xa5, 0x41, 0xc7, 0x3d, 0xbc, 0x0d -.byte 0x50, 0xca, 0x03, 0x03, 0x0f, 0x08, 0x5a, 0x1f, 0x95, 0x73, 0x78, 0x62, 0xbf, 0xaf, 0x72, 0x14 -.byte 0x69, 0x0e, 0xa5, 0xe5, 0x03, 0x0e, 0x78, 0x8e, 0x26, 0x28, 0x42, 0xf0, 0x07, 0x0b, 0x62, 0x20 -.byte 0x10, 0x67, 0x39, 0x46, 0xfa, 0xa9, 0x03, 0xcc, 0x04, 0x38, 0x7a, 0x66, 0xef, 0x20, 0x83, 0xb5 -.byte 0x8c, 0x4a, 0x56, 0x8e, 0x91, 0x00, 0xfc, 0x8e, 0x5c, 0x82, 0xde, 0x88, 0xa0, 0xc3, 0xe2, 0x68 -.byte 0x6e, 0x7d, 0x8d, 0xef, 0x3c, 0xdd, 0x65, 0xf4, 0x5d, 0xac, 0x51, 0xef, 0x24, 0x80, 0xae, 0xaa -.byte 0x56, 0x97, 0x6f, 0xf9, 0xad, 0x7d, 0xda, 0x61, 0x3f, 0x98, 0x77, 0x3c, 0xa5, 0x91, 0xb6, 0x1c -.byte 0x8c, 0x26, 0xda, 0x65, 0xa2, 0x09, 0x6d, 0xc1, 0xe2, 0x54, 0xe3, 0xb9, 0xca, 0x4c, 0x4c, 0x80 -.byte 0x8f, 0x77, 0x7b, 0x60, 0x9a, 0x1e, 0xdf, 0xb6, 0xf2, 0x48, 0x1e, 0x0e, 0xba, 0x4e, 0x54, 0x6d -.byte 0x98, 0xe0, 0xe1, 0xa2, 0x1a, 0xa2, 0x77, 0x50, 0xcf, 0xc4, 0x63, 0x92, 0xec, 0x47, 0x19, 0x9d -.byte 0xeb, 0xe6, 0x6b, 0xce, 0xc1, 0x02, 0x03, 0x01, 0x00, 0x01, 0x47, 0x00, 0x78, 0x00, 0x30, 0x45 -.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x14, 0x30 -.byte 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0b, 0x41, 0x66, 0x66, 0x69, 0x72, 0x6d, 0x54, 0x72 -.byte 0x75, 0x73, 0x74, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x17, 0x41, 0x66 -.byte 0x66, 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x50, 0x72, 0x65, 0x6d, 0x69, 0x75 -.byte 0x6d, 0x20, 0x45, 0x43, 0x43, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d -.byte 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x0d, 0x30, 0x5e -.byte 0x1b, 0x15, 0x9d, 0x03, 0xd0, 0xa1, 0x79, 0x35, 0xb7, 0x3a, 0x3c, 0x92, 0x7a, 0xca, 0x15, 0x1c -.byte 0xcd, 0x62, 0xf3, 0x9c, 0x26, 0x5c, 0x07, 0x3d, 0xe5, 0x54, 0xfa, 0xa3, 0xd6, 0xcc, 0x12, 0xea -.byte 0xf4, 0x14, 0x5f, 0xe8, 0x8e, 0x19, 0xab, 0x2f, 0x2e, 0x48, 0xe6, 0xac, 0x18, 0x43, 0x78, 0xac -.byte 0xd0, 0x37, 0xc3, 0xbd, 0xb2, 0xcd, 0x2c, 0xe6, 0x47, 0xe2, 0x1a, 0xe6, 0x63, 0xb8, 0x3d, 0x2e -.byte 0x2f, 0x78, 0xc4, 0x4f, 0xdb, 0xf4, 0x0f, 0xa4, 0x68, 0x4c, 0x55, 0x72, 0x6b, 0x95, 0x1d, 0x4e -.byte 0x18, 0x42, 0x95, 0x78, 0xcc, 0x37, 0x3c, 0x91, 0xe2, 0x9b, 0x65, 0x2b, 0x29, 0x48, 0x00, 0x78 -.byte 0x00, 0x30, 0x46, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x42, 0x45 -.byte 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x47, 0x6c, 0x6f, 0x62, 0x61 -.byte 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x6e, 0x76, 0x2d, 0x73, 0x61, 0x31, 0x1c, 0x30, 0x1a, 0x06 -.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x13, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e -.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x45, 0x34, 0x36, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a -.byte 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00 -.byte 0x04, 0x9c, 0x0e, 0xb1, 0xcf, 0xb7, 0xe8, 0x9e, 0x52, 0x77, 0x75, 0x34, 0xfa, 0xa5, 0x46, 0xa7 -.byte 0xad, 0x32, 0x19, 0x32, 0xb4, 0x07, 0xa9, 0x27, 0xca, 0x94, 0xbb, 0x0c, 0xd2, 0x0a, 0x10, 0xc7 -.byte 0xda, 0x89, 0xb0, 0x97, 0x0c, 0x70, 0x13, 0x09, 0x01, 0x8e, 0xd8, 0xea, 0x47, 0xea, 0xbe, 0xb2 -.byte 0x80, 0x2b, 0xcd, 0xfc, 0x28, 0x0d, 0xdb, 0xac, 0xbc, 0xa4, 0x86, 0x37, 0xed, 0x70, 0x08, 0x00 -.byte 0x75, 0xea, 0x93, 0x0b, 0x7b, 0x2e, 0x52, 0x9c, 0x23, 0x68, 0x23, 0x06, 0x43, 0xec, 0x92, 0x2f -.byte 0x53, 0x84, 0xdb, 0xfb, 0x47, 0x14, 0x07, 0xe8, 0x5f, 0x94, 0x67, 0x5d, 0xc9, 0x7a, 0x81, 0x3c -.byte 0x20, 0x48, 0x00, 0x26, 0x02, 0x30, 0x46, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 -.byte 0x13, 0x02, 0x42, 0x45, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x47 -.byte 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x6e, 0x76, 0x2d, 0x73, 0x61, 0x31 -.byte 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x13, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c -.byte 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x34, 0x36, 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, 0xac, 0xac -.byte 0x74, 0x32, 0xe8, 0xb3, 0x65, 0xe5, 0xba, 0xed, 0x43, 0x26, 0x1d, 0xa6, 0x89, 0x0d, 0x45, 0xba -.byte 0x29, 0x88, 0xb2, 0xa4, 0x1d, 0x63, 0xdd, 0xd3, 0xc1, 0x2c, 0x09, 0x57, 0x89, 0x39, 0xa1, 0x55 -.byte 0xe9, 0x67, 0x34, 0x77, 0x0c, 0x6e, 0xe4, 0x55, 0x1d, 0x52, 0x25, 0xd2, 0x13, 0x6b, 0x5e, 0xe1 -.byte 0x1d, 0xa9, 0xb7, 0x7d, 0x89, 0x32, 0x5f, 0x0d, 0x9e, 0x9f, 0x2c, 0x7a, 0x63, 0x60, 0x40, 0x1f -.byte 0xa6, 0xb0, 0xb6, 0x78, 0x8f, 0x99, 0x54, 0x96, 0x08, 0x58, 0xae, 0xe4, 0x06, 0xbc, 0x62, 0x05 -.byte 0x02, 0x16, 0xbf, 0xaf, 0xa8, 0x23, 0x03, 0xb6, 0x94, 0x0f, 0xbc, 0x6e, 0x6c, 0xc2, 0xcb, 0xd5 -.byte 0xa6, 0xbb, 0x0c, 0xe9, 0xf6, 0xc1, 0x02, 0xfb, 0x21, 0xde, 0x66, 0xdd, 0x17, 0xab, 0x74, 0x42 -.byte 0xef, 0xf0, 0x74, 0x2f, 0x25, 0xf4, 0xea, 0x6b, 0x55, 0x5b, 0x90, 0xdb, 0x9d, 0xdf, 0x5e, 0x87 -.byte 0x0a, 0x40, 0xfb, 0xad, 0x19, 0x6b, 0xfb, 0xf7, 0xca, 0x60, 0x88, 0xde, 0xda, 0xc1, 0x8f, 0xd6 -.byte 0xae, 0xd5, 0x7f, 0xd4, 0x3c, 0x83, 0xee, 0xd7, 0x16, 0x4c, 0x83, 0x45, 0x33, 0x6b, 0x27, 0xd0 -.byte 0x86, 0xd0, 0x1c, 0x2d, 0x6b, 0xf3, 0xab, 0x7d, 0xf1, 0x85, 0xa9, 0xf5, 0x28, 0xd2, 0xad, 0xef -.byte 0xf3, 0x84, 0x4b, 0x1c, 0x87, 0xfc, 0x13, 0xa3, 0x3a, 0x72, 0xa2, 0x5a, 0x11, 0x2b, 0xd6, 0x27 -.byte 0x71, 0x27, 0xed, 0x81, 0x2d, 0x6d, 0x66, 0x81, 0x92, 0x87, 0xb4, 0x1b, 0x58, 0x7a, 0xcc, 0x3f -.byte 0x0a, 0xfa, 0x46, 0x4f, 0x4d, 0x78, 0x5c, 0xf8, 0x2b, 0x48, 0xe3, 0x04, 0x84, 0xcb, 0x5d, 0xf6 -.byte 0xb4, 0x6a, 0xb3, 0x65, 0xfc, 0x42, 0x9e, 0x51, 0x26, 0x23, 0x20, 0xcb, 0x3d, 0x14, 0xf9, 0x81 -.byte 0xed, 0x65, 0x16, 0x00, 0x4f, 0x1a, 0x64, 0x97, 0x66, 0x08, 0xcf, 0x8c, 0x7b, 0xe3, 0x2b, 0xc0 -.byte 0x9d, 0xf9, 0x14, 0xf2, 0x1b, 0xf1, 0x56, 0x6a, 0x16, 0xbf, 0x2c, 0x85, 0x85, 0xcd, 0x78, 0x38 -.byte 0x9a, 0xeb, 0x42, 0x6a, 0x02, 0x34, 0x18, 0x83, 0x17, 0x4e, 0x94, 0x56, 0xf8, 0xb6, 0x82, 0xb5 -.byte 0xf3, 0x96, 0xdd, 0x3d, 0xf3, 0xbe, 0x7f, 0x20, 0x77, 0x3e, 0x7b, 0x19, 0x23, 0x6b, 0x2c, 0xd4 -.byte 0x72, 0x73, 0x43, 0x57, 0x7d, 0xe0, 0xf8, 0xd7, 0x69, 0x4f, 0x17, 0x36, 0x04, 0xf9, 0xc0, 0x90 -.byte 0x60, 0x37, 0x45, 0xde, 0xe6, 0x0c, 0xd8, 0x74, 0x8d, 0xae, 0x9c, 0xa2, 0x6d, 0x74, 0x5d, 0x42 -.byte 0xbe, 0x06, 0xf5, 0xd9, 0x64, 0x6e, 0x02, 0x10, 0xac, 0x89, 0xb0, 0x4c, 0x3b, 0x07, 0x4d, 0x40 -.byte 0x7e, 0x24, 0xc5, 0x8a, 0x98, 0x82, 0x79, 0x8e, 0xa4, 0xa7, 0x82, 0x20, 0x8d, 0x23, 0xfa, 0x27 -.byte 0x71, 0xc9, 0xdf, 0xc6, 0x41, 0x74, 0xa0, 0x4d, 0xf6, 0x91, 0x16, 0xdc, 0x46, 0x8c, 0x5f, 0x29 -.byte 0x63, 0x31, 0x59, 0x71, 0x0c, 0xd8, 0x6f, 0xc2, 0xb6, 0x32, 0x7d, 0xfb, 0xe6, 0x5d, 0x53, 0xa6 -.byte 0x7e, 0x15, 0xfc, 0xbb, 0x75, 0x7c, 0x5d, 0xec, 0xf8, 0xf6, 0x17, 0x1c, 0xec, 0xc7, 0x6b, 0x19 -.byte 0xcb, 0xf3, 0x7b, 0xf0, 0x2b, 0x07, 0xa5, 0xd9, 0x6c, 0x79, 0x54, 0x76, 0x6c, 0x9d, 0x1c, 0xa6 -.byte 0x6e, 0x0e, 0xe9, 0x79, 0x0c, 0xa8, 0x23, 0x6a, 0xa3, 0xdf, 0x1b, 0x30, 0x31, 0x9f, 0xb1, 0x54 -.byte 0x7b, 0xfe, 0x6a, 0xcb, 0x66, 0xaa, 0xdc, 0x65, 0xd0, 0xa2, 0x9e, 0x4a, 0x9a, 0x07, 0x21, 0x6b -.byte 0x81, 0x8f, 0xdb, 0xc4, 0x59, 0xfa, 0xde, 0x22, 0xc0, 0x04, 0x9c, 0xe3, 0xaa, 0x5b, 0x36, 0x93 -.byte 0xe8, 0x3d, 0xbd, 0x7a, 0xa1, 0x9d, 0x0b, 0x76, 0xb1, 0x0b, 0xc7, 0x9d, 0xfd, 0xcf, 0x98, 0xa8 -.byte 0x06, 0xc2, 0xf8, 0x2a, 0xa3, 0xa1, 0x83, 0xa0, 0xb7, 0x25, 0x72, 0xa5, 0x02, 0xe3, 0x02, 0x03 -.byte 0x01, 0x00, 0x01, 0x49, 0x00, 0x26, 0x02, 0x30, 0x47, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 -.byte 0x04, 0x06, 0x13, 0x02, 0x43, 0x48, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 -.byte 0x0c, 0x53, 0x77, 0x69, 0x73, 0x73, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x41, 0x47, 0x31, 0x21, 0x30 -.byte 0x1f, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x18, 0x53, 0x77, 0x69, 0x73, 0x73, 0x53, 0x69, 0x67 -.byte 0x6e, 0x20, 0x53, 0x69, 0x6c, 0x76, 0x65, 0x72, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x47, 0x32 -.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, 0xc4, 0xf1, 0x87, 0x7f, 0xd3, 0x78, 0x31, 0xf7, 0x38, 0xc9, 0xf8, 0xc3, 0x99, 0x43, 0xbc -.byte 0xc7, 0xf7, 0xbc, 0x37, 0xe7, 0x4e, 0x71, 0xba, 0x4b, 0x8f, 0xa5, 0x73, 0x1d, 0x5c, 0x6e, 0x98 -.byte 0xae, 0x03, 0x57, 0xae, 0x38, 0x37, 0x43, 0x2f, 0x17, 0x3d, 0x1f, 0xc8, 0xce, 0x68, 0x10, 0xc1 -.byte 0x78, 0xae, 0x19, 0x03, 0x2b, 0x10, 0xfa, 0x2c, 0x79, 0x83, 0xf6, 0xe8, 0xb9, 0x68, 0xb9, 0x55 -.byte 0xf2, 0x04, 0x44, 0xa7, 0x39, 0xf9, 0xfc, 0x04, 0x8b, 0x1e, 0xf1, 0xa2, 0x4d, 0x27, 0xf9, 0x61 -.byte 0x7b, 0xba, 0xb7, 0xe5, 0xa2, 0x13, 0xb6, 0xeb, 0x61, 0x3e, 0xd0, 0x6c, 0xd1, 0xe6, 0xfb, 0xfa -.byte 0x5e, 0xed, 0x1d, 0xb4, 0x9e, 0xa0, 0x35, 0x5b, 0xa1, 0x92, 0xcb, 0xf0, 0x49, 0x92, 0xfe, 0x85 -.byte 0x0a, 0x05, 0x3e, 0xe6, 0xd9, 0x0b, 0xe2, 0x4f, 0xbb, 0xdc, 0x95, 0x37, 0xfc, 0x91, 0xe9, 0x32 -.byte 0x35, 0x22, 0xd1, 0x1f, 0x3a, 0x4e, 0x27, 0x85, 0x9d, 0xb0, 0x15, 0x94, 0x32, 0xda, 0x61, 0x0d -.byte 0x47, 0x4d, 0x60, 0x42, 0xae, 0x92, 0x47, 0xe8, 0x83, 0x5a, 0x50, 0x58, 0xe9, 0x8a, 0x8b, 0xb9 -.byte 0x5d, 0xa1, 0xdc, 0xdd, 0x99, 0x4a, 0x1f, 0x36, 0x67, 0xbb, 0x48, 0xe4, 0x83, 0xb6, 0x37, 0xeb -.byte 0x48, 0x3a, 0xaf, 0x0f, 0x67, 0x8f, 0x17, 0x07, 0xe8, 0x04, 0xca, 0xef, 0x6a, 0x31, 0x87, 0xd4 -.byte 0xc0, 0xb6, 0xf9, 0x94, 0x71, 0x7b, 0x67, 0x64, 0xb8, 0xb6, 0x91, 0x4a, 0x42, 0x7b, 0x65, 0x2e -.byte 0x30, 0x6a, 0x0c, 0xf5, 0x90, 0xee, 0x95, 0xe6, 0xf2, 0xcd, 0x82, 0xec, 0xd9, 0xa1, 0x4a, 0xec -.byte 0xf6, 0xb2, 0x4b, 0xe5, 0x45, 0x85, 0xe6, 0x6d, 0x78, 0x93, 0x04, 0x2e, 0x9c, 0x82, 0x6d, 0x36 -.byte 0xa9, 0xc4, 0x31, 0x64, 0x1f, 0x86, 0x83, 0x0b, 0x2a, 0xf4, 0x35, 0x0a, 0x78, 0xc9, 0x55, 0xcf -.byte 0x41, 0xb0, 0x47, 0xe9, 0x30, 0x9f, 0x99, 0xbe, 0x61, 0xa8, 0x06, 0x84, 0xb9, 0x28, 0x7a, 0x5f -.byte 0x38, 0xd9, 0x1b, 0xa9, 0x38, 0xb0, 0x83, 0x7f, 0x73, 0xc1, 0xc3, 0x3b, 0x48, 0x2a, 0x82, 0x0f -.byte 0x21, 0x9b, 0xb8, 0xcc, 0xa8, 0x35, 0xc3, 0x84, 0x1b, 0x83, 0xb3, 0x3e, 0xbe, 0xa4, 0x95, 0x69 -.byte 0x01, 0x3a, 0x89, 0x00, 0x78, 0x04, 0xd9, 0xc9, 0xf4, 0x99, 0x19, 0xab, 0x56, 0x7e, 0x5b, 0x8b -.byte 0x86, 0x39, 0x15, 0x91, 0xa4, 0x10, 0x2c, 0x09, 0x32, 0x80, 0x60, 0xb3, 0x93, 0xc0, 0x2a, 0xb6 -.byte 0x18, 0x0b, 0x9d, 0x7e, 0x8d, 0x49, 0xf2, 0x10, 0x4a, 0x7f, 0xf9, 0xd5, 0x46, 0x2f, 0x19, 0x92 -.byte 0xa3, 0x99, 0xa7, 0x26, 0xac, 0xbb, 0x8c, 0x3c, 0xe6, 0x0e, 0xbc, 0x47, 0x07, 0xdc, 0x73, 0x51 -.byte 0xf1, 0x70, 0x64, 0x2f, 0x08, 0xf9, 0xb4, 0x47, 0x1d, 0x30, 0x6c, 0x44, 0xea, 0x29, 0x37, 0x85 -.byte 0x92, 0x68, 0x66, 0xbc, 0x83, 0x38, 0xfe, 0x7b, 0x39, 0x2e, 0xd3, 0x50, 0xf0, 0x1f, 0xfb, 0x5e -.byte 0x60, 0xb6, 0xa9, 0xa6, 0xfa, 0x27, 0x41, 0xf1, 0x9b, 0x18, 0x72, 0xf2, 0xf5, 0x84, 0x74, 0x4a -.byte 0xc9, 0x67, 0xc4, 0x54, 0xae, 0x48, 0x64, 0xdf, 0x8c, 0xd1, 0x6e, 0xb0, 0x1d, 0xe1, 0x07, 0x8f -.byte 0x08, 0x1e, 0x99, 0x9c, 0x71, 0xe9, 0x4c, 0xd8, 0xa5, 0xf7, 0x47, 0x12, 0x1f, 0x74, 0xd1, 0x51 -.byte 0x9e, 0x86, 0xf3, 0xc2, 0xa2, 0x23, 0x40, 0x0b, 0x73, 0xdb, 0x4b, 0xa6, 0xe7, 0x73, 0x06, 0x8c -.byte 0xc1, 0xa0, 0xe9, 0xc1, 0x59, 0xac, 0x46, 0xfa, 0xe6, 0x2f, 0xf8, 0xcf, 0x71, 0x9c, 0x46, 0x6d -.byte 0xb9, 0xc4, 0x15, 0x8d, 0x38, 0x79, 0x03, 0x45, 0x48, 0xef, 0xc4, 0x5d, 0xd7, 0x08, 0xee, 0x87 -.byte 0x39, 0x22, 0x86, 0xb2, 0x0d, 0x0f, 0x58, 0x43, 0xf7, 0x71, 0xa9, 0x48, 0x2e, 0xfd, 0xea, 0xd6 -.byte 0x1f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x49, 0x00, 0x26, 0x02, 0x30, 0x47, 0x31, 0x0b, 0x30, 0x09 -.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55 -.byte 0x04, 0x0a, 0x0c, 0x08, 0x55, 0x6e, 0x69, 0x54, 0x72, 0x75, 0x73, 0x74, 0x31, 0x25, 0x30, 0x23 -.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1c, 0x55, 0x43, 0x41, 0x20, 0x45, 0x78, 0x74, 0x65, 0x6e -.byte 0x64, 0x65, 0x64, 0x20, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x52 -.byte 0x6f, 0x6f, 0x74, 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, 0xa9, 0x09, 0x07, 0x28, 0x13, 0x02, 0xb0, 0x99, 0xe0, 0x64, 0xaa, 0x1e -.byte 0x43, 0x16, 0x7a, 0x73, 0xb1, 0x91, 0xa0, 0x75, 0x3e, 0xa8, 0xfa, 0xe3, 0x38, 0x00, 0x7a, 0xec -.byte 0x89, 0x6a, 0x20, 0x0f, 0x8b, 0xc5, 0xb0, 0x9b, 0x33, 0x03, 0x5a, 0x86, 0xc6, 0x58, 0x86, 0xd5 -.byte 0xc1, 0x85, 0xbb, 0x4f, 0xc6, 0x9c, 0x40, 0x4d, 0xca, 0xbe, 0xee, 0x69, 0x96, 0xb8, 0xad, 0x81 -.byte 0x30, 0x9a, 0x7c, 0x92, 0x05, 0xeb, 0x05, 0x2b, 0x9a, 0x48, 0xd0, 0xb8, 0x76, 0x3e, 0x96, 0xc8 -.byte 0x20, 0xbb, 0xd2, 0xb0, 0xf1, 0x8f, 0xd8, 0xac, 0x45, 0x46, 0xff, 0xaa, 0x67, 0x60, 0xb4, 0x77 -.byte 0x7e, 0x6a, 0x1f, 0x3c, 0x1a, 0x52, 0x7a, 0x04, 0x3d, 0x07, 0x3c, 0x85, 0x0d, 0x84, 0xd0, 0x1f -.byte 0x76, 0x0a, 0xf7, 0x6a, 0x14, 0xdf, 0x72, 0xe3, 0x34, 0x7c, 0x57, 0x4e, 0x56, 0x01, 0x3e, 0x79 -.byte 0xf1, 0xaa, 0x29, 0x3b, 0x6c, 0xfa, 0xf8, 0x8f, 0x6d, 0x4d, 0xc8, 0x35, 0xdf, 0xae, 0xeb, 0xdc -.byte 0x24, 0xee, 0x79, 0x45, 0xa7, 0x85, 0xb6, 0x05, 0x88, 0xde, 0x88, 0x5d, 0x25, 0x7c, 0x97, 0x64 -.byte 0x67, 0x09, 0xd9, 0xbf, 0x5a, 0x15, 0x05, 0x86, 0xf3, 0x09, 0x1e, 0xec, 0x58, 0x32, 0x33, 0x11 -.byte 0xf3, 0x77, 0x64, 0xb0, 0x76, 0x1f, 0xe4, 0x10, 0x35, 0x17, 0x1b, 0xf2, 0x0e, 0xb1, 0x6c, 0xa4 -.byte 0x2a, 0xa3, 0x73, 0xfc, 0x09, 0x1f, 0x1e, 0x32, 0x19, 0x53, 0x11, 0xe7, 0xd9, 0xb3, 0x2c, 0x2e -.byte 0x76, 0x2e, 0xa1, 0xa3, 0xde, 0x7e, 0x6a, 0x88, 0x09, 0xe8, 0xf2, 0x07, 0x8a, 0xf8, 0xb2, 0xcd -.byte 0x10, 0xe7, 0xe2, 0x73, 0x40, 0x93, 0xbb, 0x08, 0xd1, 0x3f, 0xe1, 0xfc, 0x0b, 0x94, 0xb3, 0x25 -.byte 0xef, 0x7c, 0xa6, 0xd7, 0xd1, 0xaf, 0x9f, 0xff, 0x96, 0x9a, 0xf5, 0x91, 0x7b, 0x98, 0x0b, 0x77 -.byte 0xd4, 0x7e, 0xe8, 0x07, 0xd2, 0x62, 0xb5, 0x95, 0x39, 0xe3, 0xf3, 0xf1, 0x6d, 0x0f, 0x0e, 0x65 -.byte 0x84, 0x8a, 0x63, 0x54, 0xc5, 0x80, 0xb6, 0xe0, 0x9e, 0x4b, 0x7d, 0x47, 0x26, 0xa7, 0x01, 0x08 -.byte 0x5d, 0xd1, 0x88, 0x9e, 0xd7, 0xc3, 0x32, 0x44, 0xfa, 0x82, 0x4a, 0x0a, 0x68, 0x54, 0x7f, 0x38 -.byte 0x53, 0x03, 0xcc, 0xa4, 0x00, 0x33, 0x64, 0x51, 0x59, 0x0b, 0xa3, 0x82, 0x91, 0x7a, 0x5e, 0xec -.byte 0x16, 0xc2, 0xf3, 0x2a, 0xe6, 0x62, 0xda, 0x2a, 0xdb, 0x59, 0x62, 0x10, 0x25, 0x4a, 0x2a, 0x81 -.byte 0x0b, 0x47, 0x07, 0x43, 0x06, 0x70, 0x87, 0xd2, 0xfa, 0x93, 0x11, 0x29, 0x7a, 0x48, 0x4d, 0xeb -.byte 0x94, 0xc7, 0x70, 0x4d, 0xaf, 0x67, 0xd5, 0x51, 0xb1, 0x80, 0x20, 0x01, 0x01, 0xb4, 0x7a, 0x08 -.byte 0xa6, 0x90, 0x7f, 0x4e, 0xe0, 0xef, 0x07, 0x41, 0x87, 0xaf, 0x6a, 0xa5, 0x5e, 0x8b, 0xfb, 0xcf -.byte 0x50, 0xb2, 0x9a, 0x54, 0xaf, 0xc3, 0x89, 0xba, 0x58, 0x2d, 0xf5, 0x30, 0x98, 0xb1, 0x36, 0x72 -.byte 0x39, 0x7e, 0x49, 0x04, 0xfd, 0x29, 0xa7, 0x4c, 0x79, 0xe4, 0x05, 0x57, 0xdb, 0x94, 0xb9, 0x16 -.byte 0x53, 0x8d, 0x46, 0xb3, 0x1d, 0x95, 0x61, 0x57, 0x56, 0x7f, 0xaf, 0xf0, 0x16, 0x5b, 0x61, 0x58 -.byte 0x6f, 0x36, 0x50, 0x11, 0x0b, 0xd8, 0xac, 0x2b, 0x95, 0x16, 0x1a, 0x0e, 0x1f, 0x08, 0xcd, 0x36 -.byte 0x34, 0x65, 0x10, 0x62, 0x66, 0xd5, 0x80, 0x5f, 0x14, 0x20, 0x5f, 0x2d, 0x0c, 0xa0, 0x78, 0x0a -.byte 0x68, 0xd6, 0x2c, 0xd7, 0xe9, 0x6f, 0x2b, 0xd2, 0x4a, 0x05, 0x93, 0xfc, 0x9e, 0x6f, 0x6b, 0x67 -.byte 0xff, 0x88, 0xf1, 0x4e, 0xa5, 0x69, 0x4a, 0x52, 0x37, 0x05, 0xea, 0xc6, 0x16, 0x8d, 0xd2, 0xc4 -.byte 0x99, 0xd1, 0x82, 0x2b, 0x3b, 0xba, 0x35, 0x75, 0xf7, 0x51, 0x51, 0x58, 0xf3, 0xc8, 0x07, 0xdd -.byte 0xe4, 0xb4, 0x03, 0x7f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x49, 0x00, 0x78, 0x00, 0x30, 0x47, 0x31 -.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x1c, 0x30, 0x1a -.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x13, 0x69, 0x54, 0x72, 0x75, 0x73, 0x43, 0x68, 0x69, 0x6e -.byte 0x61, 0x20, 0x43, 0x6f, 0x2e, 0x2c, 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03 -.byte 0x55, 0x04, 0x03, 0x13, 0x11, 0x76, 0x54, 0x72, 0x75, 0x73, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52 -.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 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, 0x65, 0x50 -.byte 0x4a, 0xae, 0x8c, 0x79, 0x96, 0x4a, 0xaa, 0x1c, 0x08, 0xc3, 0xa3, 0xa2, 0xcd, 0xfe, 0x59, 0x56 -.byte 0x41, 0x77, 0xfd, 0x26, 0x94, 0x42, 0xbb, 0x1d, 0xcd, 0x08, 0xdb, 0x73, 0xb2, 0x5b, 0x75, 0xf3 -.byte 0xcf, 0x9c, 0x4e, 0x82, 0xf4, 0xbf, 0xf8, 0x61, 0x26, 0x85, 0x6c, 0xd6, 0x85, 0x5b, 0x72, 0x70 -.byte 0xd2, 0xfd, 0xdb, 0x62, 0xb4, 0xdf, 0x53, 0x8b, 0xbd, 0xb1, 0x44, 0x58, 0x62, 0x42, 0x09, 0xc7 -.byte 0xfa, 0x7f, 0x5b, 0x10, 0xe7, 0xfe, 0x40, 0xfd, 0xc0, 0xd8, 0xc3, 0x2b, 0x32, 0xe7, 0x70, 0xa6 -.byte 0xb7, 0xa6, 0x20, 0x55, 0x1d, 0x7b, 0x80, 0x5d, 0x4b, 0x8f, 0x67, 0x4c, 0xf1, 0x10, 0x49, 0x00 -.byte 0x26, 0x02, 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, 0x31, 0x30, 0x82, 0x02, 0x22, 0x30 -.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 -.byte 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb6, 0x11, 0x02, 0x8b -.byte 0x1e, 0xe3, 0xa1, 0x77, 0x9b, 0x3b, 0xdc, 0xbf, 0x94, 0x3e, 0xb7, 0x95, 0xa7, 0x40, 0x3c, 0xa1 -.byte 0xfd, 0x82, 0xf9, 0x7d, 0x32, 0x06, 0x82, 0x71, 0xf6, 0xf6, 0x8c, 0x7f, 0xfb, 0xe8, 0xdb, 0xbc -.byte 0x6a, 0x2e, 0x97, 0x97, 0xa3, 0x8c, 0x4b, 0xf9, 0x2b, 0xf6, 0xb1, 0xf9, 0xce, 0x84, 0x1d, 0xb1 -.byte 0xf9, 0xc5, 0x97, 0xde, 0xef, 0xb9, 0xf2, 0xa3, 0xe9, 0xbc, 0x12, 0x89, 0x5e, 0xa7, 0xaa, 0x52 -.byte 0xab, 0xf8, 0x23, 0x27, 0xcb, 0xa4, 0xb1, 0x9c, 0x63, 0xdb, 0xd7, 0x99, 0x7e, 0xf0, 0x0a, 0x5e -.byte 0xeb, 0x68, 0xa6, 0xf4, 0xc6, 0x5a, 0x47, 0x0d, 0x4d, 0x10, 0x33, 0xe3, 0x4e, 0xb1, 0x13, 0xa3 -.byte 0xc8, 0x18, 0x6c, 0x4b, 0xec, 0xfc, 0x09, 0x90, 0xdf, 0x9d, 0x64, 0x29, 0x25, 0x23, 0x07, 0xa1 -.byte 0xb4, 0xd2, 0x3d, 0x2e, 0x60, 0xe0, 0xcf, 0xd2, 0x09, 0x87, 0xbb, 0xcd, 0x48, 0xf0, 0x4d, 0xc2 -.byte 0xc2, 0x7a, 0x88, 0x8a, 0xbb, 0xba, 0xcf, 0x59, 0x19, 0xd6, 0xaf, 0x8f, 0xb0, 0x07, 0xb0, 0x9e -.byte 0x31, 0xf1, 0x82, 0xc1, 0xc0, 0xdf, 0x2e, 0xa6, 0x6d, 0x6c, 0x19, 0x0e, 0xb5, 0xd8, 0x7e, 0x26 -.byte 0x1a, 0x45, 0x03, 0x3d, 0xb0, 0x79, 0xa4, 0x94, 0x28, 0xad, 0x0f, 0x7f, 0x26, 0xe5, 0xa8, 0x08 -.byte 0xfe, 0x96, 0xe8, 0x3c, 0x68, 0x94, 0x53, 0xee, 0x83, 0x3a, 0x88, 0x2b, 0x15, 0x96, 0x09, 0xb2 -.byte 0xe0, 0x7a, 0x8c, 0x2e, 0x75, 0xd6, 0x9c, 0xeb, 0xa7, 0x56, 0x64, 0x8f, 0x96, 0x4f, 0x68, 0xae -.byte 0x3d, 0x97, 0xc2, 0x84, 0x8f, 0xc0, 0xbc, 0x40, 0xc0, 0x0b, 0x5c, 0xbd, 0xf6, 0x87, 0xb3, 0x35 -.byte 0x6c, 0xac, 0x18, 0x50, 0x7f, 0x84, 0xe0, 0x4c, 0xcd, 0x92, 0xd3, 0x20, 0xe9, 0x33, 0xbc, 0x52 -.byte 0x99, 0xaf, 0x32, 0xb5, 0x29, 0xb3, 0x25, 0x2a, 0xb4, 0x48, 0xf9, 0x72, 0xe1, 0xca, 0x64, 0xf7 -.byte 0xe6, 0x82, 0x10, 0x8d, 0xe8, 0x9d, 0xc2, 0x8a, 0x88, 0xfa, 0x38, 0x66, 0x8a, 0xfc, 0x63, 0xf9 -.byte 0x01, 0xf9, 0x78, 0xfd, 0x7b, 0x5c, 0x77, 0xfa, 0x76, 0x87, 0xfa, 0xec, 0xdf, 0xb1, 0x0e, 0x79 -.byte 0x95, 0x57, 0xb4, 0xbd, 0x26, 0xef, 0xd6, 0x01, 0xd1, 0xeb, 0x16, 0x0a, 0xbb, 0x8e, 0x0b, 0xb5 -.byte 0xc5, 0xc5, 0x8a, 0x55, 0xab, 0xd3, 0xac, 0xea, 0x91, 0x4b, 0x29, 0xcc, 0x19, 0xa4, 0x32, 0x25 -.byte 0x4e, 0x2a, 0xf1, 0x65, 0x44, 0xd0, 0x02, 0xce, 0xaa, 0xce, 0x49, 0xb4, 0xea, 0x9f, 0x7c, 0x83 -.byte 0xb0, 0x40, 0x7b, 0xe7, 0x43, 0xab, 0xa7, 0x6c, 0xa3, 0x8f, 0x7d, 0x89, 0x81, 0xfa, 0x4c, 0xa5 -.byte 0xff, 0xd5, 0x8e, 0xc3, 0xce, 0x4b, 0xe0, 0xb5, 0xd8, 0xb3, 0x8e, 0x45, 0xcf, 0x76, 0xc0, 0xed -.byte 0x40, 0x2b, 0xfd, 0x53, 0x0f, 0xb0, 0xa7, 0xd5, 0x3b, 0x0d, 0xb1, 0x8a, 0xa2, 0x03, 0xde, 0x31 -.byte 0xad, 0xcc, 0x77, 0xea, 0x6f, 0x7b, 0x3e, 0xd6, 0xdf, 0x91, 0x22, 0x12, 0xe6, 0xbe, 0xfa, 0xd8 -.byte 0x32, 0xfc, 0x10, 0x63, 0x14, 0x51, 0x72, 0xde, 0x5d, 0xd6, 0x16, 0x93, 0xbd, 0x29, 0x68, 0x33 -.byte 0xef, 0x3a, 0x66, 0xec, 0x07, 0x8a, 0x26, 0xdf, 0x13, 0xd7, 0x57, 0x65, 0x78, 0x27, 0xde, 0x5e -.byte 0x49, 0x14, 0x00, 0xa2, 0x00, 0x7f, 0x9a, 0xa8, 0x21, 0xb6, 0xa9, 0xb1, 0x95, 0xb0, 0xa5, 0xb9 -.byte 0x0d, 0x16, 0x11, 0xda, 0xc7, 0x6c, 0x48, 0x3c, 0x40, 0xe0, 0x7e, 0x0d, 0x5a, 0xcd, 0x56, 0x3c -.byte 0xd1, 0x97, 0x05, 0xb9, 0xcb, 0x4b, 0xed, 0x39, 0x4b, 0x9c, 0xc4, 0x3f, 0xd2, 0x55, 0x13, 0x6e -.byte 0x24, 0xb0, 0xd6, 0x71, 0xfa, 0xf4, 0xc1, 0xba, 0xcc, 0xed, 0x1b, 0xf5, 0xfe, 0x81, 0x41, 0xd8 -.byte 0x00, 0x98, 0x3d, 0x3a, 0xc8, 0xae, 0x7a, 0x98, 0x37, 0x18, 0x05, 0x95, 0x02, 0x03, 0x01, 0x00 -.byte 0x01, 0x49, 0x00, 0x26, 0x02, 0x30, 0x47, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 -.byte 0x13, 0x02, 0x55, 0x53, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x19, 0x47 -.byte 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x53, 0x65, 0x72, 0x76 -.byte 0x69, 0x63, 0x65, 0x73, 0x20, 0x4c, 0x4c, 0x43, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04 -.byte 0x03, 0x13, 0x0b, 0x47, 0x54, 0x53, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x32, 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, 0xce -.byte 0xde, 0xfd, 0xa6, 0xfb, 0xec, 0xec, 0x14, 0x34, 0x3c, 0x07, 0x06, 0x5a, 0x6c, 0x59, 0xf7, 0x19 -.byte 0x35, 0xdd, 0xf7, 0xc1, 0x9d, 0x55, 0xaa, 0xd3, 0xcd, 0x3b, 0xa4, 0x93, 0x72, 0xef, 0x0a, 0xfa -.byte 0x6d, 0x9d, 0xf6, 0xf0, 0x85, 0x80, 0x5b, 0xa1, 0x48, 0x52, 0x9f, 0x39, 0xc5, 0xb7, 0xee, 0x28 -.byte 0xac, 0xef, 0xcb, 0x76, 0x68, 0x14, 0xb9, 0xdf, 0xad, 0x01, 0x6c, 0x99, 0x1f, 0xc4, 0x22, 0x1d -.byte 0x9f, 0xfe, 0x72, 0x77, 0xe0, 0x2c, 0x5b, 0xaf, 0xe4, 0x04, 0xbf, 0x4f, 0x72, 0xa0, 0x1a, 0x34 -.byte 0x98, 0xe8, 0x39, 0x68, 0xec, 0x95, 0x25, 0x7b, 0x76, 0xa1, 0xe6, 0x69, 0xb9, 0x85, 0x19, 0xbd -.byte 0x89, 0x8c, 0xfe, 0xad, 0xed, 0x36, 0xea, 0x73, 0xbc, 0xff, 0x83, 0xe2, 0xcb, 0x7d, 0xc1, 0xd2 -.byte 0xce, 0x4a, 0xb3, 0x8d, 0x05, 0x9e, 0x8b, 0x49, 0x93, 0xdf, 0xc1, 0x5b, 0xd0, 0x6e, 0x5e, 0xf0 -.byte 0x2e, 0x30, 0x2e, 0x82, 0xfc, 0xfa, 0xbc, 0xb4, 0x17, 0x0a, 0x48, 0xe5, 0x88, 0x9b, 0xc5, 0x9b -.byte 0x6b, 0xde, 0xb0, 0xca, 0xb4, 0x03, 0xf0, 0xda, 0xf4, 0x90, 0xb8, 0x65, 0x64, 0xf7, 0x5c, 0x4c -.byte 0xad, 0xe8, 0x7e, 0x66, 0x5e, 0x99, 0xd7, 0xb8, 0xc2, 0x3e, 0xc8, 0xd0, 0x13, 0x9d, 0xad, 0xee -.byte 0xe4, 0x45, 0x7b, 0x89, 0x55, 0xf7, 0x8a, 0x1f, 0x62, 0x52, 0x84, 0x12, 0xb3, 0xc2, 0x40, 0x97 -.byte 0xe3, 0x8a, 0x1f, 0x47, 0x91, 0xa6, 0x74, 0x5a, 0xd2, 0xf8, 0xb1, 0x63, 0x28, 0x10, 0xb8, 0xb3 -.byte 0x09, 0xb8, 0x56, 0x77, 0x40, 0xa2, 0x26, 0x98, 0x79, 0xc6, 0xfe, 0xdf, 0x25, 0xee, 0x3e, 0xe5 -.byte 0xa0, 0x7f, 0xd4, 0x61, 0x0f, 0x51, 0x4b, 0x3c, 0x3f, 0x8c, 0xda, 0xe1, 0x70, 0x74, 0xd8, 0xc2 -.byte 0x68, 0xa1, 0xf9, 0xc1, 0x0c, 0xe9, 0xa1, 0xe2, 0x7f, 0xbb, 0x55, 0x3c, 0x76, 0x06, 0xee, 0x6a -.byte 0x4e, 0xcc, 0x92, 0x88, 0x30, 0x4d, 0x9a, 0xbd, 0x4f, 0x0b, 0x48, 0x9a, 0x84, 0xb5, 0x98, 0xa3 -.byte 0xd5, 0xfb, 0x73, 0xc1, 0x57, 0x61, 0xdd, 0x28, 0x56, 0x75, 0x13, 0xae, 0x87, 0x8e, 0xe7, 0x0c -.byte 0x51, 0x09, 0x10, 0x75, 0x88, 0x4c, 0xbc, 0x8d, 0xf9, 0x7b, 0x3c, 0xd4, 0x22, 0x48, 0x1f, 0x2a -.byte 0xdc, 0xeb, 0x6b, 0xbb, 0x44, 0xb1, 0xcb, 0x33, 0x71, 0x32, 0x46, 0xaf, 0xad, 0x4a, 0xf1, 0x8c -.byte 0xe8, 0x74, 0x3a, 0xac, 0xe7, 0x1a, 0x22, 0x73, 0x80, 0xd2, 0x30, 0xf7, 0x25, 0x42, 0xc7, 0x22 -.byte 0x3b, 0x3b, 0x12, 0xad, 0x96, 0x2e, 0xc6, 0xc3, 0x76, 0x07, 0xaa, 0x20, 0xb7, 0x35, 0x49, 0x57 -.byte 0xe9, 0x92, 0x49, 0xe8, 0x76, 0x16, 0x72, 0x31, 0x67, 0x2b, 0x96, 0x7e, 0x8a, 0xa3, 0xc7, 0x94 -.byte 0x56, 0x22, 0xbf, 0x6a, 0x4b, 0x7e, 0x01, 0x21, 0xb2, 0x23, 0x32, 0xdf, 0xe4, 0x9a, 0x44, 0x6d -.byte 0x59, 0x5b, 0x5d, 0xf5, 0x00, 0xa0, 0x1c, 0x9b, 0xc6, 0x78, 0x97, 0x8d, 0x90, 0xff, 0x9b, 0xc8 -.byte 0xaa, 0xb4, 0xaf, 0x11, 0x51, 0x39, 0x5e, 0xd9, 0xfb, 0x67, 0xad, 0xd5, 0x5b, 0x11, 0x9d, 0x32 -.byte 0x9a, 0x1b, 0xbd, 0xd5, 0xba, 0x5b, 0xa5, 0xc9, 0xcb, 0x25, 0x69, 0x53, 0x55, 0x27, 0x5c, 0xe0 -.byte 0xca, 0x36, 0xcb, 0x88, 0x61, 0xfb, 0x1e, 0xb7, 0xd0, 0xcb, 0xee, 0x16, 0xfb, 0xd3, 0xa6, 0x4c -.byte 0xde, 0x92, 0xa5, 0xd4, 0xe2, 0xdf, 0xf5, 0x06, 0x54, 0xde, 0x2e, 0x9d, 0x4b, 0xb4, 0x93, 0x30 -.byte 0xaa, 0x81, 0xce, 0xdd, 0x1a, 0xdc, 0x51, 0x73, 0x0d, 0x4f, 0x70, 0xe9, 0xe5, 0xb6, 0x16, 0x21 -.byte 0x19, 0x79, 0xb2, 0xe6, 0x89, 0x0b, 0x75, 0x64, 0xca, 0xd5, 0xab, 0xbc, 0x09, 0xc1, 0x18, 0xa1 -.byte 0xff, 0xd4, 0x54, 0xa1, 0x85, 0x3c, 0xfd, 0x14, 0x24, 0x03, 0xb2, 0x87, 0xd3, 0xa4, 0xb7, 0x02 -.byte 0x03, 0x01, 0x00, 0x01, 0x49, 0x00, 0x78, 0x00, 0x30, 0x47, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 -.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x0a -.byte 0x13, 0x19, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x53 -.byte 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x4c, 0x4c, 0x43, 0x31, 0x14, 0x30, 0x12, 0x06 -.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x0b, 0x47, 0x54, 0x53, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52 -.byte 0x33, 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, 0x1f, 0x4f, 0x33, 0x87, 0x33, 0x29, 0x8a -.byte 0xa1, 0x84, 0xde, 0xcb, 0xc7, 0x21, 0x58, 0x41, 0x89, 0xea, 0x56, 0x9d, 0x2b, 0x4b, 0x85, 0xc6 -.byte 0x1d, 0x4c, 0x27, 0xbc, 0x7f, 0x26, 0x51, 0x72, 0x6f, 0xe2, 0x9f, 0xd6, 0xa3, 0xca, 0xcc, 0x45 -.byte 0x14, 0x46, 0x8b, 0xad, 0xef, 0x7e, 0x86, 0x8c, 0xec, 0xb1, 0x7e, 0x2f, 0xff, 0xa9, 0x71, 0x9d -.byte 0x18, 0x84, 0x45, 0x04, 0x41, 0x55, 0x6e, 0x2b, 0xea, 0x26, 0x7f, 0xbb, 0x90, 0x01, 0xe3, 0x4b -.byte 0x19, 0xba, 0xe4, 0x54, 0x96, 0x45, 0x09, 0xb1, 0xd5, 0x6c, 0x91, 0x44, 0xad, 0x84, 0x13, 0x8e -.byte 0x9a, 0x8c, 0x0d, 0x80, 0x0c, 0x32, 0xf6, 0xe0, 0x27, 0x49, 0x00, 0x78, 0x00, 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, 0x34, 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, 0xf3, 0x74 -.byte 0x73, 0xa7, 0x68, 0x8b, 0x60, 0xae, 0x43, 0xb8, 0x35, 0xc5, 0x81, 0x30, 0x7b, 0x4b, 0x49, 0x9d -.byte 0xfb, 0xc1, 0x61, 0xce, 0xe6, 0xde, 0x46, 0xbd, 0x6b, 0xd5, 0x61, 0x18, 0x35, 0xae, 0x40, 0xdd -.byte 0x73, 0xf7, 0x89, 0x91, 0x30, 0x5a, 0xeb, 0x3c, 0xee, 0x85, 0x7c, 0xa2, 0x40, 0x76, 0x3b, 0xa9 -.byte 0xc6, 0xb8, 0x47, 0xd8, 0x2a, 0xe7, 0x92, 0x91, 0x6a, 0x73, 0xe9, 0xb1, 0x72, 0x39, 0x9f, 0x29 -.byte 0x9f, 0xa2, 0x98, 0xd3, 0x5f, 0x5e, 0x58, 0x86, 0x65, 0x0f, 0xa1, 0x84, 0x65, 0x06, 0xd1, 0xdc -.byte 0x8b, 0xc9, 0xc7, 0x73, 0xc8, 0x8c, 0x6a, 0x2f, 0xe5, 0xc4, 0xab, 0xd1, 0x1d, 0x8a, 0x4a, 0x00 -.byte 0x26, 0x02, 0x30, 0x48, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x42 -.byte 0x4d, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x51, 0x75, 0x6f, 0x56 -.byte 0x61, 0x64, 0x69, 0x73, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x1e, 0x30, 0x1c -.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x15, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20 -.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x31, 0x20, 0x47, 0x33, 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, 0xa0, 0xbe, 0x50 -.byte 0x10, 0x8e, 0xe9, 0xf2, 0x6c, 0x40, 0xb4, 0x04, 0x9c, 0x85, 0xb9, 0x31, 0xca, 0xdc, 0x2d, 0xe4 -.byte 0x11, 0xa9, 0x04, 0x3c, 0x1b, 0x55, 0xc1, 0xe7, 0x58, 0x30, 0x1d, 0x24, 0xb4, 0xc3, 0xef, 0x85 -.byte 0xde, 0x8c, 0x2c, 0xe1, 0xc1, 0x3d, 0xdf, 0x82, 0xe6, 0x4f, 0xad, 0x47, 0x87, 0x6c, 0xec, 0x5b -.byte 0x49, 0xc1, 0x4a, 0xd5, 0xbb, 0x8f, 0xec, 0x87, 0xac, 0x7f, 0x82, 0x9a, 0x86, 0xec, 0x3d, 0x03 -.byte 0x99, 0x52, 0x01, 0xd2, 0x35, 0x9e, 0xac, 0xda, 0xf0, 0x53, 0xc9, 0x66, 0x3c, 0xd4, 0xac, 0x02 -.byte 0x01, 0xda, 0x24, 0xd3, 0x3b, 0xa8, 0x02, 0x46, 0xaf, 0xa4, 0x1c, 0xe3, 0xf8, 0x73, 0x58, 0x76 -.byte 0xb7, 0xf6, 0x0e, 0x90, 0x0d, 0xb5, 0xf0, 0xcf, 0xcc, 0xfa, 0xf9, 0xc6, 0x4c, 0xe5, 0xc3, 0x86 -.byte 0x30, 0x0a, 0x8d, 0x17, 0x7e, 0x35, 0xeb, 0xc5, 0xdf, 0xbb, 0x0e, 0x9c, 0xc0, 0x8d, 0x87, 0xe3 -.byte 0x88, 0x38, 0x85, 0x67, 0xfa, 0x3e, 0xc7, 0xab, 0xe0, 0x13, 0x9c, 0x05, 0x18, 0x98, 0xcf, 0x93 -.byte 0xf5, 0xb1, 0x92, 0xb4, 0xfc, 0x23, 0xd3, 0xcf, 0xd5, 0xc4, 0x27, 0x49, 0xe0, 0x9e, 0x3c, 0x9b -.byte 0x08, 0xa3, 0x8b, 0x5d, 0x2a, 0x21, 0xe0, 0xfc, 0x39, 0xaa, 0x53, 0xda, 0x7d, 0x7e, 0xcf, 0x1a -.byte 0x09, 0x53, 0xbc, 0x5d, 0x05, 0x04, 0xcf, 0xa1, 0x4a, 0x8f, 0x8b, 0x76, 0x82, 0x0d, 0xa1, 0xf8 -.byte 0xd2, 0xc7, 0x14, 0x77, 0x5b, 0x90, 0x36, 0x07, 0x81, 0x9b, 0x3e, 0x06, 0xfa, 0x52, 0x5e, 0x63 -.byte 0xc5, 0xa6, 0x00, 0xfe, 0xa5, 0xe9, 0x52, 0x1b, 0x52, 0xb5, 0x92, 0x39, 0x72, 0x03, 0x09, 0x62 -.byte 0xbd, 0xb0, 0x60, 0x16, 0x6e, 0xa6, 0xdd, 0x25, 0xc2, 0x03, 0x66, 0xdd, 0xf3, 0x04, 0xd1, 0x40 -.byte 0xe2, 0x4e, 0x8b, 0x86, 0xf4, 0x6f, 0xe5, 0x83, 0xa0, 0x27, 0x84, 0x5e, 0x04, 0xc1, 0xf5, 0x90 -.byte 0xbd, 0x30, 0x3d, 0xc4, 0xef, 0xa8, 0x69, 0xbc, 0x38, 0x9b, 0xa4, 0xa4, 0x96, 0xd1, 0x62, 0xda -.byte 0x69, 0xc0, 0x01, 0x96, 0xae, 0xcb, 0xc4, 0x51, 0x34, 0xea, 0x0c, 0xaa, 0xff, 0x21, 0x8e, 0x59 -.byte 0x8f, 0x4a, 0x5c, 0xe4, 0x61, 0x9a, 0xa7, 0xd2, 0xe9, 0x2a, 0x78, 0x8d, 0x51, 0x3d, 0x3a, 0x15 -.byte 0xee, 0xa2, 0x59, 0x8e, 0xa9, 0x5c, 0xde, 0xc5, 0xf9, 0x90, 0x22, 0xe5, 0x88, 0x45, 0x71, 0xdd -.byte 0x91, 0x99, 0x6c, 0x7a, 0x9f, 0x3d, 0x3d, 0x98, 0x7c, 0x5e, 0xf6, 0xbe, 0x16, 0x68, 0xa0, 0x5e -.byte 0xae, 0x0b, 0x23, 0xfc, 0x5a, 0x0f, 0xaa, 0x22, 0x76, 0x2d, 0xc9, 0xa1, 0x10, 0x1d, 0xe4, 0xd3 -.byte 0x44, 0x23, 0x90, 0x88, 0x9f, 0xc6, 0x2a, 0xe6, 0xd7, 0xf5, 0x9a, 0xb3, 0x58, 0x1e, 0x2f, 0x30 -.byte 0x89, 0x08, 0x1b, 0x54, 0xa2, 0xb5, 0x98, 0x23, 0xec, 0x08, 0x77, 0x1c, 0x95, 0x5d, 0x61, 0xd1 -.byte 0xcb, 0x89, 0x9c, 0x5f, 0xa2, 0x4a, 0x91, 0x9a, 0xef, 0x21, 0xaa, 0x49, 0x16, 0x08, 0xa8, 0xbd -.byte 0x61, 0x28, 0x31, 0xc9, 0x74, 0xad, 0x85, 0xf6, 0xd9, 0xc5, 0xb1, 0x8b, 0xd1, 0xe5, 0x10, 0x32 -.byte 0x4d, 0x5f, 0x8b, 0x20, 0x3a, 0x3c, 0x49, 0x1f, 0x33, 0x85, 0x59, 0x0d, 0xdb, 0xcb, 0x09, 0x75 -.byte 0x43, 0x69, 0x73, 0xfb, 0x6b, 0x71, 0x7d, 0xf0, 0xdf, 0xc4, 0x4c, 0x7d, 0xc6, 0xa3, 0x2e, 0xc8 -.byte 0x95, 0x79, 0xcb, 0x73, 0xa2, 0x8e, 0x4e, 0x4d, 0x24, 0xfb, 0x5e, 0xe4, 0x04, 0xbe, 0x72, 0x1b -.byte 0xa6, 0x27, 0x2d, 0x49, 0x5a, 0x99, 0x7a, 0xd7, 0x5c, 0x09, 0x20, 0xb7, 0x7f, 0x94, 0xb9, 0x4f -.byte 0xf1, 0x0d, 0x1c, 0x5e, 0x88, 0x42, 0x1b, 0x11, 0xb7, 0xe7, 0x91, 0xdb, 0x9e, 0x6c, 0xf4, 0x6a -.byte 0xdf, 0x8c, 0x06, 0x98, 0x03, 0xad, 0xcc, 0x28, 0xef, 0xa5, 0x47, 0xf3, 0x53, 0x02, 0x03, 0x01 -.byte 0x00, 0x01, 0x4a, 0x00, 0x26, 0x02, 0x30, 0x48, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 -.byte 0x06, 0x13, 0x02, 0x42, 0x4d, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10 -.byte 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64 -.byte 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x15, 0x51, 0x75, 0x6f, 0x56, 0x61 -.byte 0x64, 0x69, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32, 0x20, 0x47, 0x33 -.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, 0xa1, 0xae, 0x25, 0xb2, 0x01, 0x18, 0xdc, 0x57, 0x88, 0x3f, 0x46, 0xeb, 0xf9, 0xaf, 0xe2 -.byte 0xeb, 0x23, 0x71, 0xe2, 0x9a, 0xd1, 0x61, 0x66, 0x21, 0x5f, 0xaa, 0xaf, 0x27, 0x51, 0xe5, 0x6e -.byte 0x1b, 0x16, 0xd4, 0x2d, 0x7d, 0x50, 0xb0, 0x53, 0x77, 0xbd, 0x78, 0x3a, 0x60, 0xe2, 0x64, 0x02 -.byte 0x9b, 0x7c, 0x86, 0x9b, 0xd6, 0x1a, 0x8e, 0xad, 0xff, 0x1f, 0x15, 0x7f, 0xd5, 0x95, 0x1e, 0x12 -.byte 0xcb, 0xe6, 0x14, 0x84, 0x04, 0xc1, 0xdf, 0x36, 0xb3, 0x16, 0x9f, 0x8a, 0xe3, 0xc9, 0xdb, 0x98 -.byte 0x34, 0xce, 0xd8, 0x33, 0x17, 0x28, 0x46, 0xfc, 0xa7, 0xc9, 0xf0, 0xd2, 0xb4, 0xd5, 0x4d, 0x09 -.byte 0x72, 0x49, 0xf9, 0xf2, 0x87, 0xe3, 0xa9, 0xda, 0x7d, 0xa1, 0x7d, 0x6b, 0xb2, 0x3a, 0x25, 0xa9 -.byte 0x6d, 0x52, 0x44, 0xac, 0xf8, 0xbe, 0x6e, 0xfb, 0xdc, 0xa6, 0x73, 0x91, 0x90, 0x61, 0xa6, 0x03 -.byte 0x14, 0x20, 0xf2, 0xe7, 0x87, 0xa3, 0x88, 0xad, 0xad, 0xa0, 0x8c, 0xff, 0xa6, 0x0b, 0x25, 0x52 -.byte 0x25, 0xe7, 0x16, 0x01, 0xd5, 0xcb, 0xb8, 0x35, 0x81, 0x0c, 0xa3, 0x3b, 0xf0, 0xe1, 0xe1, 0xfc -.byte 0x5a, 0x5d, 0xce, 0x80, 0x71, 0x6d, 0xf8, 0x49, 0xab, 0x3e, 0x3b, 0xba, 0xb8, 0xd7, 0x80, 0x01 -.byte 0xfb, 0xa5, 0xeb, 0x5b, 0xb3, 0xc5, 0x5e, 0x60, 0x2a, 0x31, 0xa0, 0xaf, 0x37, 0xe8, 0x20, 0x3a -.byte 0x9f, 0xa8, 0x32, 0x2c, 0x0c, 0xcc, 0x09, 0x1d, 0xd3, 0x9e, 0x8e, 0x5d, 0xbc, 0x4c, 0x98, 0xee -.byte 0xc5, 0x1a, 0x68, 0x7b, 0xec, 0x53, 0xa6, 0xe9, 0x14, 0x35, 0xa3, 0xdf, 0xcd, 0x80, 0x9f, 0x0c -.byte 0x48, 0xfb, 0x1c, 0xf4, 0xf1, 0xbf, 0x4a, 0xb8, 0xfa, 0xd5, 0x8c, 0x71, 0x4a, 0xc7, 0x1f, 0xad -.byte 0xfe, 0x41, 0x9a, 0xb3, 0x83, 0x5d, 0xf2, 0x84, 0x56, 0xef, 0xa5, 0x57, 0x43, 0xce, 0x29, 0xad -.byte 0x8c, 0xab, 0x55, 0xbf, 0xc4, 0xfb, 0x5b, 0x01, 0xdd, 0x23, 0x21, 0xa1, 0x58, 0x00, 0x8e, 0xc3 -.byte 0xd0, 0x6a, 0x13, 0xed, 0x13, 0xe3, 0x12, 0x2b, 0x80, 0xdc, 0x67, 0xe6, 0x95, 0xb2, 0xcd, 0x1e -.byte 0x22, 0x6e, 0x2a, 0xf8, 0x41, 0xd4, 0xf2, 0xca, 0x14, 0x07, 0x8d, 0x8a, 0x55, 0x12, 0xc6, 0x69 -.byte 0xf5, 0xb8, 0x86, 0x68, 0x2f, 0x53, 0x5e, 0xb0, 0xd2, 0xaa, 0x21, 0xc1, 0x98, 0xe6, 0x30, 0xe3 -.byte 0x67, 0x55, 0xc7, 0x9b, 0x6e, 0xac, 0x19, 0xa8, 0x55, 0xa6, 0x45, 0x06, 0xd0, 0x23, 0x3a, 0xdb -.byte 0xeb, 0x65, 0x5d, 0x2a, 0x11, 0x11, 0xf0, 0x3b, 0x4f, 0xca, 0x6d, 0xf4, 0x34, 0xc4, 0x71, 0xe4 -.byte 0xff, 0x00, 0x5a, 0xf6, 0x5c, 0xae, 0x23, 0x60, 0x85, 0x73, 0xf1, 0xe4, 0x10, 0xb1, 0x25, 0xae -.byte 0xd5, 0x92, 0xbb, 0x13, 0xc1, 0x0c, 0xe0, 0x39, 0xda, 0xb4, 0x39, 0x57, 0xb5, 0xab, 0x35, 0xaa -.byte 0x72, 0x21, 0x3b, 0x83, 0x35, 0xe7, 0x31, 0xdf, 0x7a, 0x21, 0x6e, 0xb8, 0x32, 0x08, 0x7d, 0x1d -.byte 0x32, 0x91, 0x15, 0x4a, 0x62, 0x72, 0xcf, 0xe3, 0x77, 0xa1, 0xbc, 0xd5, 0x11, 0x1b, 0x76, 0x01 -.byte 0x67, 0x08, 0xe0, 0x41, 0x0b, 0xc3, 0xeb, 0x15, 0x6e, 0xf8, 0xa4, 0x19, 0xd9, 0xa2, 0xab, 0xaf -.byte 0xe2, 0x27, 0x52, 0x56, 0x2b, 0x02, 0x8a, 0x2c, 0x14, 0x24, 0xf9, 0xbf, 0x42, 0x02, 0xbf, 0x26 -.byte 0xc8, 0xc6, 0x8f, 0xe0, 0x6e, 0x38, 0x7d, 0x53, 0x2d, 0xe5, 0xed, 0x98, 0xb3, 0x95, 0x63, 0x68 -.byte 0x7f, 0xf9, 0x35, 0xf4, 0xdf, 0x88, 0xc5, 0x60, 0x35, 0x92, 0xc0, 0x7c, 0x69, 0x1c, 0x61, 0x95 -.byte 0x16, 0xd0, 0xeb, 0xde, 0x0b, 0xaf, 0x3e, 0x04, 0x10, 0x45, 0x65, 0x58, 0x50, 0x38, 0xaf, 0x48 -.byte 0xf2, 0x59, 0xb6, 0x16, 0xf2, 0x3c, 0x0d, 0x90, 0x02, 0xc6, 0x70, 0x2e, 0x01, 0xad, 0x3c, 0x15 -.byte 0xd7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x4a, 0x00, 0x26, 0x02, 0x30, 0x48, 0x31, 0x0b, 0x30, 0x09 -.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x42, 0x4d, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55 -.byte 0x04, 0x0a, 0x13, 0x10, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x4c, 0x69, 0x6d -.byte 0x69, 0x74, 0x65, 0x64, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x15, 0x51 -.byte 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20 -.byte 0x33, 0x20, 0x47, 0x33, 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, 0xb3, 0xcb, 0x0e, 0x10, 0x67, 0x8e, 0xea, 0x14, 0x97, 0xa7, 0x32 -.byte 0x2a, 0x0a, 0x56, 0x36, 0x7f, 0x68, 0x4c, 0xc7, 0xb3, 0x6f, 0x3a, 0x23, 0x14, 0x91, 0xff, 0x19 -.byte 0x7f, 0xa5, 0xca, 0xac, 0xee, 0xb3, 0x76, 0x9d, 0x7a, 0xe9, 0x8b, 0x1b, 0xab, 0x6b, 0x31, 0xdb -.byte 0xfa, 0x0b, 0x53, 0x4c, 0xaf, 0xc5, 0xa5, 0x1a, 0x79, 0x3c, 0x8a, 0x4c, 0xff, 0xac, 0xdf, 0x25 -.byte 0xde, 0x4e, 0xd9, 0x82, 0x32, 0x0b, 0x44, 0xde, 0xca, 0xdb, 0x8c, 0xac, 0xa3, 0x6e, 0x16, 0x83 -.byte 0x3b, 0xa6, 0x64, 0x4b, 0x32, 0x89, 0xfb, 0x16, 0x16, 0x38, 0x7e, 0xeb, 0x43, 0xe2, 0xd3, 0x74 -.byte 0x4a, 0xc2, 0x62, 0x0a, 0x73, 0x0a, 0xdd, 0x49, 0xb3, 0x57, 0xd2, 0xb0, 0x0a, 0x85, 0x9d, 0x71 -.byte 0x3c, 0xde, 0xa3, 0xcb, 0xc0, 0x32, 0xf3, 0x01, 0x39, 0x20, 0x43, 0x1b, 0x35, 0xd1, 0x53, 0xb3 -.byte 0xb1, 0xee, 0xc5, 0x93, 0x69, 0x82, 0x3e, 0x16, 0xb5, 0x28, 0x46, 0xa1, 0xde, 0xea, 0x89, 0x09 -.byte 0xed, 0x43, 0xb8, 0x05, 0x46, 0x8a, 0x86, 0xf5, 0x59, 0x47, 0xbe, 0x1b, 0x6f, 0x01, 0x21, 0x10 -.byte 0xb9, 0xfd, 0xa9, 0xd2, 0x28, 0xca, 0x10, 0x39, 0x09, 0xca, 0x13, 0x36, 0xcf, 0x9c, 0xad, 0xad -.byte 0x40, 0x74, 0x79, 0x2b, 0x02, 0x3f, 0x34, 0xff, 0xfa, 0x20, 0x69, 0x7d, 0xd3, 0xee, 0x61, 0xf5 -.byte 0xba, 0xb3, 0xe7, 0x30, 0xd0, 0x37, 0x23, 0x86, 0x72, 0x61, 0x45, 0x29, 0x48, 0x59, 0x68, 0x6f -.byte 0x77, 0xa6, 0x2e, 0x81, 0xbe, 0x07, 0x4d, 0x6f, 0xaf, 0xce, 0xc4, 0x45, 0x13, 0x91, 0x14, 0x70 -.byte 0x06, 0x8f, 0x1f, 0x9f, 0xf8, 0x87, 0x69, 0xb1, 0x0e, 0xef, 0xc3, 0x89, 0x19, 0xeb, 0xea, 0x1c -.byte 0x61, 0xfc, 0x7a, 0x6c, 0x8a, 0xdc, 0xd6, 0x03, 0x0b, 0x9e, 0x26, 0xba, 0x12, 0xdd, 0xd4, 0x54 -.byte 0x39, 0xab, 0x26, 0xa3, 0x33, 0xea, 0x75, 0x81, 0xda, 0x2d, 0xcd, 0x0f, 0x4f, 0xe4, 0x03, 0xd1 -.byte 0xef, 0x15, 0x97, 0x1b, 0x6b, 0x90, 0xc5, 0x02, 0x90, 0x93, 0x66, 0x02, 0x21, 0xb1, 0x47, 0xde -.byte 0x8b, 0x9a, 0x4a, 0x80, 0xb9, 0x55, 0x8f, 0xb5, 0xa2, 0x2f, 0xc0, 0xd6, 0x33, 0x67, 0xda, 0x7e -.byte 0xc4, 0xa7, 0xb4, 0x04, 0x44, 0xeb, 0x47, 0xfb, 0xe6, 0x58, 0xb9, 0xf7, 0x0c, 0xf0, 0x7b, 0x2b -.byte 0xb1, 0xc0, 0x70, 0x29, 0xc3, 0x40, 0x62, 0x2d, 0x3b, 0x48, 0x69, 0xdc, 0x23, 0x3c, 0x48, 0xeb -.byte 0x7b, 0x09, 0x79, 0xa9, 0x6d, 0xda, 0xa8, 0x30, 0x98, 0xcf, 0x80, 0x72, 0x03, 0x88, 0xa6, 0x5b -.byte 0x46, 0xae, 0x72, 0x79, 0x7c, 0x08, 0x03, 0x21, 0x65, 0xae, 0xb7, 0xe1, 0x1c, 0xa5, 0xb1, 0x2a -.byte 0xa2, 0x31, 0xde, 0x66, 0x04, 0xf7, 0xc0, 0x74, 0xe8, 0x71, 0xde, 0xff, 0x3d, 0x59, 0xcc, 0x96 -.byte 0x26, 0x12, 0x8b, 0x85, 0x95, 0x57, 0x1a, 0xab, 0x6b, 0x75, 0x0b, 0x44, 0x3d, 0x11, 0x28, 0x3c -.byte 0x7b, 0x61, 0xb7, 0xe2, 0x8f, 0x67, 0x4f, 0xe5, 0xec, 0x3c, 0x4c, 0x60, 0x80, 0x69, 0x57, 0x38 -.byte 0x1e, 0x01, 0x5b, 0x8d, 0x55, 0xe8, 0xc7, 0xdf, 0xc0, 0xcc, 0x77, 0x23, 0x34, 0x49, 0x75, 0x7c -.byte 0xf6, 0x98, 0x11, 0xeb, 0x2d, 0xde, 0xed, 0x41, 0x2e, 0x14, 0x05, 0x02, 0x7f, 0xe0, 0xfe, 0x20 -.byte 0xeb, 0x35, 0xe7, 0x11, 0xac, 0x22, 0xce, 0x57, 0x3d, 0xde, 0xc9, 0x30, 0x6d, 0x10, 0x03, 0x85 -.byte 0xcd, 0xf1, 0xff, 0x8c, 0x16, 0xb5, 0xc1, 0xb2, 0x3e, 0x88, 0x6c, 0x60, 0x7f, 0x90, 0x4f, 0x95 -.byte 0xf7, 0xf6, 0x2d, 0xad, 0x01, 0x39, 0x07, 0x04, 0xfa, 0x75, 0x80, 0x7d, 0xbf, 0x49, 0x50, 0xed -.byte 0xef, 0xc9, 0xc4, 0x7c, 0x1c, 0xeb, 0x80, 0x7e, 0xdb, 0xb6, 0xd0, 0xdd, 0x13, 0xfe, 0xc9, 0xd3 -.byte 0x9c, 0xd7, 0xb2, 0x97, 0xa9, 0x02, 0x03, 0x01, 0x00, 0x01, 0x4a, 0x00, 0x78, 0x00, 0x30, 0x48 -.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45, 0x31, 0x15, 0x30 -.byte 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x2d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20 -.byte 0x47, 0x6d, 0x62, 0x48, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x19, 0x44 -.byte 0x2d, 0x54, 0x52, 0x55, 0x53, 0x54, 0x20, 0x42, 0x52, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 -.byte 0x41, 0x20, 0x31, 0x20, 0x32, 0x30, 0x32, 0x30, 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 0xc6, 0xcb, 0xc7, 0x28, 0xd1, 0xfb, 0x84, 0xf5, 0x9a, 0xef, 0x42, 0x14, 0x20, 0xe1, 0x43, 0x6b -.byte 0x6e, 0x75, 0xad, 0xfc, 0x2b, 0x03, 0x84, 0xd4, 0x76, 0x93, 0x25, 0xd7, 0x59, 0x3b, 0x41, 0x65 -.byte 0x6b, 0x1e, 0xe6, 0x34, 0x2a, 0xbb, 0x74, 0xf6, 0x12, 0xce, 0xe8, 0x6d, 0xe7, 0xab, 0xe4, 0x3c -.byte 0x4e, 0x3f, 0x44, 0x08, 0x8b, 0xcd, 0x16, 0x71, 0xcb, 0xbf, 0x92, 0x99, 0xf4, 0xa4, 0xd7, 0x3c -.byte 0x50, 0x54, 0x52, 0x90, 0x85, 0x83, 0x78, 0x94, 0x67, 0x67, 0xa3, 0x1c, 0x09, 0x19, 0x3d, 0x75 -.byte 0x34, 0x85, 0xde, 0xed, 0x60, 0x7d, 0xc7, 0x0c, 0xb4, 0x41, 0x52, 0xb9, 0x6e, 0xe5, 0xee, 0x42 -.byte 0x4a, 0x00, 0x78, 0x00, 0x30, 0x48, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 -.byte 0x02, 0x44, 0x45, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x2d -.byte 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x47, 0x6d, 0x62, 0x48, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03 -.byte 0x55, 0x04, 0x03, 0x13, 0x19, 0x44, 0x2d, 0x54, 0x52, 0x55, 0x53, 0x54, 0x20, 0x45, 0x56, 0x20 -.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x31, 0x20, 0x32, 0x30, 0x32, 0x30, 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, 0xf1, 0x0b, 0xdd, 0x86, 0x43, 0x20, 0x19, 0xdf, 0x97, 0x85 -.byte 0xe8, 0x22, 0x4a, 0x9b, 0xcf, 0x9d, 0x98, 0xbf, 0xb4, 0x05, 0x26, 0xc9, 0xcb, 0xe3, 0xa6, 0xd2 -.byte 0x8f, 0xc5, 0x9e, 0x78, 0x7b, 0x31, 0x89, 0xa9, 0x89, 0xad, 0x27, 0x3c, 0x65, 0x10, 0x82, 0xfc -.byte 0xdf, 0xc3, 0x9d, 0x4e, 0xf0, 0x33, 0x23, 0xc4, 0xd2, 0x32, 0xf5, 0x1c, 0xb0, 0xdf, 0x33, 0x17 -.byte 0x5d, 0xc5, 0xf0, 0xb1, 0x8a, 0xf9, 0xef, 0xb9, 0xb7, 0x14, 0xca, 0x29, 0x4a, 0xc2, 0x0f, 0xa9 -.byte 0x7f, 0x75, 0x65, 0x49, 0x2a, 0x30, 0x67, 0xf4, 0x64, 0xf7, 0xd6, 0x1a, 0x77, 0xda, 0xc3, 0xc2 -.byte 0x97, 0x61, 0x42, 0x7b, 0x49, 0xad, 0x4a, 0x00, 0x26, 0x01, 0x30, 0x48, 0x31, 0x0b, 0x30, 0x09 -.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55 -.byte 0x04, 0x0a, 0x13, 0x17, 0x53, 0x65, 0x63, 0x75, 0x72, 0x65, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20 -.byte 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x17, 0x30, 0x15, 0x06 -.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x0e, 0x53, 0x65, 0x63, 0x75, 0x72, 0x65, 0x54, 0x72, 0x75, 0x73 -.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, 0xab, 0xa4, 0x81, 0xe5, 0x95, 0xcd, 0xf5, 0xf6, 0x14, 0x8e, 0xc2 -.byte 0x4f, 0xca, 0xd4, 0xe2, 0x78, 0x95, 0x58, 0x9c, 0x41, 0xe1, 0x0d, 0x99, 0x40, 0x24, 0x17, 0x39 -.byte 0x91, 0x33, 0x66, 0xe9, 0xbe, 0xe1, 0x83, 0xaf, 0x62, 0x5c, 0x89, 0xd1, 0xfc, 0x24, 0x5b, 0x61 -.byte 0xb3, 0xe0, 0x11, 0x11, 0x41, 0x1c, 0x1d, 0x6e, 0xf0, 0xb8, 0xbb, 0xf8, 0xde, 0xa7, 0x81, 0xba -.byte 0xa6, 0x48, 0xc6, 0x9f, 0x1d, 0xbd, 0xbe, 0x8e, 0xa9, 0x41, 0x3e, 0xb8, 0x94, 0xed, 0x29, 0x1a -.byte 0xd4, 0x8e, 0xd2, 0x03, 0x1d, 0x03, 0xef, 0x6d, 0x0d, 0x67, 0x1c, 0x57, 0xd7, 0x06, 0xad, 0xca -.byte 0xc8, 0xf5, 0xfe, 0x0e, 0xaf, 0x66, 0x25, 0x48, 0x04, 0x96, 0x0b, 0x5d, 0xa3, 0xba, 0x16, 0xc3 -.byte 0x08, 0x4f, 0xd1, 0x46, 0xf8, 0x14, 0x5c, 0xf2, 0xc8, 0x5e, 0x01, 0x99, 0x6d, 0xfd, 0x88, 0xcc -.byte 0x86, 0xa8, 0xc1, 0x6f, 0x31, 0x42, 0x6c, 0x52, 0x3e, 0x68, 0xcb, 0xf3, 0x19, 0x34, 0xdf, 0xbb -.byte 0x87, 0x18, 0x56, 0x80, 0x26, 0xc4, 0xd0, 0xdc, 0xc0, 0x6f, 0xdf, 0xde, 0xa0, 0xc2, 0x91, 0x16 -.byte 0xa0, 0x64, 0x11, 0x4b, 0x44, 0xbc, 0x1e, 0xf6, 0xe7, 0xfa, 0x63, 0xde, 0x66, 0xac, 0x76, 0xa4 -.byte 0x71, 0xa3, 0xec, 0x36, 0x94, 0x68, 0x7a, 0x77, 0xa4, 0xb1, 0xe7, 0x0e, 0x2f, 0x81, 0x7a, 0xe2 -.byte 0xb5, 0x72, 0x86, 0xef, 0xa2, 0x6b, 0x8b, 0xf0, 0x0f, 0xdb, 0xd3, 0x59, 0x3f, 0xba, 0x72, 0xbc -.byte 0x44, 0x24, 0x9c, 0xe3, 0x73, 0xb3, 0xf7, 0xaf, 0x57, 0x2f, 0x42, 0x26, 0x9d, 0xa9, 0x74, 0xba -.byte 0x00, 0x52, 0xf2, 0x4b, 0xcd, 0x53, 0x7c, 0x47, 0x0b, 0x36, 0x85, 0x0e, 0x66, 0xa9, 0x08, 0x97 -.byte 0x16, 0x34, 0x57, 0xc1, 0x66, 0xf7, 0x80, 0xe3, 0xed, 0x70, 0x54, 0xc7, 0x93, 0xe0, 0x2e, 0x28 -.byte 0x15, 0x59, 0x87, 0xba, 0xbb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x4c, 0x00, 0x26, 0x02, 0x30, 0x4a -.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x12, 0x30 -.byte 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09, 0x49, 0x64, 0x65, 0x6e, 0x54, 0x72, 0x75, 0x73 -.byte 0x74, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1e, 0x49, 0x64, 0x65, 0x6e -.byte 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x72, 0x63, 0x69, 0x61, 0x6c -.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x31, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d -.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02 -.byte 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xa7, 0x50, 0x19, 0xde, 0x3f -.byte 0x99, 0x3d, 0xd4, 0x33, 0x46, 0xf1, 0x6f, 0x51, 0x61, 0x82, 0xb2, 0xa9, 0x4f, 0x8f, 0x67, 0x89 -.byte 0x5d, 0x84, 0xd9, 0x53, 0xdd, 0x0c, 0x28, 0xd9, 0xd7, 0xf0, 0xff, 0xae, 0x95, 0x43, 0x72, 0x99 -.byte 0xf9, 0xb5, 0x5d, 0x7c, 0x8a, 0xc1, 0x42, 0xe1, 0x31, 0x50, 0x74, 0xd1, 0x81, 0x0d, 0x7c, 0xcd -.byte 0x9b, 0x21, 0xab, 0x43, 0xe2, 0xac, 0xad, 0x5e, 0x86, 0x6e, 0xf3, 0x09, 0x8a, 0x1f, 0x5a, 0x32 -.byte 0xbd, 0xa2, 0xeb, 0x94, 0xf9, 0xe8, 0x5c, 0x0a, 0xec, 0xff, 0x98, 0xd2, 0xaf, 0x71, 0xb3, 0xb4 -.byte 0x53, 0x9f, 0x4e, 0x87, 0xef, 0x92, 0xbc, 0xbd, 0xec, 0x4f, 0x32, 0x30, 0x88, 0x4b, 0x17, 0x5e -.byte 0x57, 0xc4, 0x53, 0xc2, 0xf6, 0x02, 0x97, 0x8d, 0xd9, 0x62, 0x2b, 0xbf, 0x24, 0x1f, 0x62, 0x8d -.byte 0xdf, 0xc3, 0xb8, 0x29, 0x4b, 0x49, 0x78, 0x3c, 0x93, 0x60, 0x88, 0x22, 0xfc, 0x99, 0xda, 0x36 -.byte 0xc8, 0xc2, 0xa2, 0xd4, 0x2c, 0x54, 0x00, 0x67, 0x35, 0x6e, 0x73, 0xbf, 0x02, 0x58, 0xf0, 0xa4 -.byte 0xdd, 0xe5, 0xb0, 0xa2, 0x26, 0x7a, 0xca, 0xe0, 0x36, 0xa5, 0x19, 0x16, 0xf5, 0xfd, 0xb7, 0xef -.byte 0xae, 0x3f, 0x40, 0xf5, 0x6d, 0x5a, 0x04, 0xfd, 0xce, 0x34, 0xca, 0x24, 0xdc, 0x74, 0x23, 0x1b -.byte 0x5d, 0x33, 0x13, 0x12, 0x5d, 0xc4, 0x01, 0x25, 0xf6, 0x30, 0xdd, 0x02, 0x5d, 0x9f, 0xe0, 0xd5 -.byte 0x47, 0xbd, 0xb4, 0xeb, 0x1b, 0xa1, 0xbb, 0x49, 0x49, 0xd8, 0x9f, 0x5b, 0x02, 0xf3, 0x8a, 0xe4 -.byte 0x24, 0x90, 0xe4, 0x62, 0x4f, 0x4f, 0xc1, 0xaf, 0x8b, 0x0e, 0x74, 0x17, 0xa8, 0xd1, 0x72, 0x88 -.byte 0x6a, 0x7a, 0x01, 0x49, 0xcc, 0xb4, 0x46, 0x79, 0xc6, 0x17, 0xb1, 0xda, 0x98, 0x1e, 0x07, 0x59 -.byte 0xfa, 0x75, 0x21, 0x85, 0x65, 0xdd, 0x90, 0x56, 0xce, 0xfb, 0xab, 0xa5, 0x60, 0x9d, 0xc4, 0x9d -.byte 0xf9, 0x52, 0xb0, 0x8b, 0xbd, 0x87, 0xf9, 0x8f, 0x2b, 0x23, 0x0a, 0x23, 0x76, 0x3b, 0xf7, 0x33 -.byte 0xe1, 0xc9, 0x00, 0xf3, 0x69, 0xf9, 0x4b, 0xa2, 0xe0, 0x4e, 0xbc, 0x7e, 0x93, 0x39, 0x84, 0x07 -.byte 0xf7, 0x44, 0x70, 0x7e, 0xfe, 0x07, 0x5a, 0xe5, 0xb1, 0xac, 0xd1, 0x18, 0xcc, 0xf2, 0x35, 0xe5 -.byte 0x49, 0x49, 0x08, 0xca, 0x56, 0xc9, 0x3d, 0xfb, 0x0f, 0x18, 0x7d, 0x8b, 0x3b, 0xc1, 0x13, 0xc2 -.byte 0x4d, 0x8f, 0xc9, 0x4f, 0x0e, 0x37, 0xe9, 0x1f, 0xa1, 0x0e, 0x6a, 0xdf, 0x62, 0x2e, 0xcb, 0x35 -.byte 0x06, 0x51, 0x79, 0x2c, 0xc8, 0x25, 0x38, 0xf4, 0xfa, 0x4b, 0xa7, 0x89, 0x5c, 0x9c, 0xd2, 0xe3 -.byte 0x0d, 0x39, 0x86, 0x4a, 0x74, 0x7c, 0xd5, 0x59, 0x87, 0xc2, 0x3f, 0x4e, 0x0c, 0x5c, 0x52, 0xf4 -.byte 0x3d, 0xf7, 0x52, 0x82, 0xf1, 0xea, 0xa3, 0xac, 0xfd, 0x49, 0x34, 0x1a, 0x28, 0xf3, 0x41, 0x88 -.byte 0x3a, 0x13, 0xee, 0xe8, 0xde, 0xff, 0x99, 0x1d, 0x5f, 0xba, 0xcb, 0xe8, 0x1e, 0xf2, 0xb9, 0x50 -.byte 0x60, 0xc0, 0x31, 0xd3, 0x73, 0xe5, 0xef, 0xbe, 0xa0, 0xed, 0x33, 0x0b, 0x74, 0xbe, 0x20, 0x20 -.byte 0xc4, 0x67, 0x6c, 0xf0, 0x08, 0x03, 0x7a, 0x55, 0x80, 0x7f, 0x46, 0x4e, 0x96, 0xa7, 0xf4, 0x1e -.byte 0x3e, 0xe1, 0xf6, 0xd8, 0x09, 0xe1, 0x33, 0x64, 0x2b, 0x63, 0xd7, 0x32, 0x5e, 0x9f, 0xf9, 0xc0 -.byte 0x7b, 0x0f, 0x78, 0x6f, 0x97, 0xbc, 0x93, 0x9a, 0xf9, 0x9c, 0x12, 0x90, 0x78, 0x7a, 0x80, 0x87 -.byte 0x15, 0xd7, 0x72, 0x74, 0x9c, 0x55, 0x74, 0x78, 0xb1, 0xba, 0xe1, 0x6e, 0x70, 0x04, 0xba, 0x4f -.byte 0xa0, 0xba, 0x68, 0xc3, 0x7b, 0xff, 0x31, 0xf0, 0x73, 0x3d, 0x3d, 0x94, 0x2a, 0xb1, 0x0b, 0x41 -.byte 0x0e, 0xa0, 0xfe, 0x4d, 0x88, 0x65, 0x6b, 0x79, 0x33, 0xb4, 0xd7, 0x02, 0x03, 0x01, 0x00, 0x01 -.byte 0x4c, 0x00, 0x26, 0x01, 0x30, 0x4a, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 -.byte 0x02, 0x55, 0x53, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x17, 0x53, 0x65 -.byte 0x63, 0x75, 0x72, 0x65, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72 -.byte 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10 -.byte 0x53, 0x65, 0x63, 0x75, 0x72, 0x65, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x43, 0x41 -.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, 0xaf, 0x35, 0x2e, 0xd8, 0xac, 0x6c, 0x55, 0x69, 0x06, 0x71, 0xe5, 0x13, 0x68, 0x24, 0xb3 -.byte 0x4f, 0xd8, 0xcc, 0x21, 0x47, 0xf8, 0xf1, 0x60, 0x38, 0x89, 0x89, 0x03, 0xe9, 0xbd, 0xea, 0x5e -.byte 0x46, 0x53, 0x09, 0xdc, 0x5c, 0xf5, 0x5a, 0xe8, 0xf7, 0x45, 0x2a, 0x02, 0xeb, 0x31, 0x61, 0xd7 -.byte 0x29, 0x33, 0x4c, 0xce, 0xc7, 0x7c, 0x0a, 0x37, 0x7e, 0x0f, 0xba, 0x32, 0x98, 0xe1, 0x1d, 0x97 -.byte 0xaf, 0x8f, 0xc7, 0xdc, 0xc9, 0x38, 0x96, 0xf3, 0xdb, 0x1a, 0xfc, 0x51, 0xed, 0x68, 0xc6, 0xd0 -.byte 0x6e, 0xa4, 0x7c, 0x24, 0xd1, 0xae, 0x42, 0xc8, 0x96, 0x50, 0x63, 0x2e, 0xe0, 0xfe, 0x75, 0xfe -.byte 0x98, 0xa7, 0x5f, 0x49, 0x2e, 0x95, 0xe3, 0x39, 0x33, 0x64, 0x8e, 0x1e, 0xa4, 0x5f, 0x90, 0xd2 -.byte 0x67, 0x3c, 0xb2, 0xd9, 0xfe, 0x41, 0xb9, 0x55, 0xa7, 0x09, 0x8e, 0x72, 0x05, 0x1e, 0x8b, 0xdd -.byte 0x44, 0x85, 0x82, 0x42, 0xd0, 0x49, 0xc0, 0x1d, 0x60, 0xf0, 0xd1, 0x17, 0x2c, 0x95, 0xeb, 0xf6 -.byte 0xa5, 0xc1, 0x92, 0xa3, 0xc5, 0xc2, 0xa7, 0x08, 0x60, 0x0d, 0x60, 0x04, 0x10, 0x96, 0x79, 0x9e -.byte 0x16, 0x34, 0xe6, 0xa9, 0xb6, 0xfa, 0x25, 0x45, 0x39, 0xc8, 0x1e, 0x65, 0xf9, 0x93, 0xf5, 0xaa -.byte 0xf1, 0x52, 0xdc, 0x99, 0x98, 0x3d, 0xa5, 0x86, 0x1a, 0x0c, 0x35, 0x33, 0xfa, 0x4b, 0xa5, 0x04 -.byte 0x06, 0x15, 0x1c, 0x31, 0x80, 0xef, 0xaa, 0x18, 0x6b, 0xc2, 0x7b, 0xd7, 0xda, 0xce, 0xf9, 0x33 -.byte 0x20, 0xd5, 0xf5, 0xbd, 0x6a, 0x33, 0x2d, 0x81, 0x04, 0xfb, 0xb0, 0x5c, 0xd4, 0x9c, 0xa3, 0xe2 -.byte 0x5c, 0x1d, 0xe3, 0xa9, 0x42, 0x75, 0x5e, 0x7b, 0xd4, 0x77, 0xef, 0x39, 0x54, 0xba, 0xc9, 0x0a -.byte 0x18, 0x1b, 0x12, 0x99, 0x49, 0x2f, 0x88, 0x4b, 0xfd, 0x50, 0x62, 0xd1, 0x73, 0xe7, 0x8f, 0x7a -.byte 0x43, 0x02, 0x03, 0x01, 0x00, 0x01, 0x4e, 0x00, 0x26, 0x01, 0x30, 0x4c, 0x31, 0x20, 0x30, 0x1e -.byte 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x17, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67 -.byte 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x52, 0x33, 0x31, 0x13 -.byte 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53 -.byte 0x69, 0x67, 0x6e, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0a, 0x47, 0x6c -.byte 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 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, 0xcc, 0x25, 0x76, 0x90, 0x79, 0x06, 0x78 -.byte 0x22, 0x16, 0xf5, 0xc0, 0x83, 0xb6, 0x84, 0xca, 0x28, 0x9e, 0xfd, 0x05, 0x76, 0x11, 0xc5, 0xad -.byte 0x88, 0x72, 0xfc, 0x46, 0x02, 0x43, 0xc7, 0xb2, 0x8a, 0x9d, 0x04, 0x5f, 0x24, 0xcb, 0x2e, 0x4b -.byte 0xe1, 0x60, 0x82, 0x46, 0xe1, 0x52, 0xab, 0x0c, 0x81, 0x47, 0x70, 0x6c, 0xdd, 0x64, 0xd1, 0xeb -.byte 0xf5, 0x2c, 0xa3, 0x0f, 0x82, 0x3d, 0x0c, 0x2b, 0xae, 0x97, 0xd7, 0xb6, 0x14, 0x86, 0x10, 0x79 -.byte 0xbb, 0x3b, 0x13, 0x80, 0x77, 0x8c, 0x08, 0xe1, 0x49, 0xd2, 0x6a, 0x62, 0x2f, 0x1f, 0x5e, 0xfa -.byte 0x96, 0x68, 0xdf, 0x89, 0x27, 0x95, 0x38, 0x9f, 0x06, 0xd7, 0x3e, 0xc9, 0xcb, 0x26, 0x59, 0x0d -.byte 0x73, 0xde, 0xb0, 0xc8, 0xe9, 0x26, 0x0e, 0x83, 0x15, 0xc6, 0xef, 0x5b, 0x8b, 0xd2, 0x04, 0x60 -.byte 0xca, 0x49, 0xa6, 0x28, 0xf6, 0x69, 0x3b, 0xf6, 0xcb, 0xc8, 0x28, 0x91, 0xe5, 0x9d, 0x8a, 0x61 -.byte 0x57, 0x37, 0xac, 0x74, 0x14, 0xdc, 0x74, 0xe0, 0x3a, 0xee, 0x72, 0x2f, 0x2e, 0x9c, 0xfb, 0xd0 -.byte 0xbb, 0xbf, 0xf5, 0x3d, 0x00, 0xe1, 0x06, 0x33, 0xe8, 0x82, 0x2b, 0xae, 0x53, 0xa6, 0x3a, 0x16 -.byte 0x73, 0x8c, 0xdd, 0x41, 0x0e, 0x20, 0x3a, 0xc0, 0xb4, 0xa7, 0xa1, 0xe9, 0xb2, 0x4f, 0x90, 0x2e -.byte 0x32, 0x60, 0xe9, 0x57, 0xcb, 0xb9, 0x04, 0x92, 0x68, 0x68, 0xe5, 0x38, 0x26, 0x60, 0x75, 0xb2 -.byte 0x9f, 0x77, 0xff, 0x91, 0x14, 0xef, 0xae, 0x20, 0x49, 0xfc, 0xad, 0x40, 0x15, 0x48, 0xd1, 0x02 -.byte 0x31, 0x61, 0x19, 0x5e, 0xb8, 0x97, 0xef, 0xad, 0x77, 0xb7, 0x64, 0x9a, 0x7a, 0xbf, 0x5f, 0xc1 -.byte 0x13, 0xef, 0x9b, 0x62, 0xfb, 0x0d, 0x6c, 0xe0, 0x54, 0x69, 0x16, 0xa9, 0x03, 0xda, 0x6e, 0xe9 -.byte 0x83, 0x93, 0x71, 0x76, 0xc6, 0x69, 0x85, 0x82, 0x17, 0x02, 0x03, 0x01, 0x00, 0x01, 0x4e, 0x00 -.byte 0x26, 0x02, 0x30, 0x4c, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x17, 0x47 -.byte 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 -.byte 0x41, 0x20, 0x2d, 0x20, 0x52, 0x36, 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, 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, 0x95, 0x07, 0xe8, 0x73, 0xca, 0x66, 0xf9, 0xec, 0x14, 0xca, 0x7b, 0x3c, 0xf7, 0x0d, 0x08 -.byte 0xf1, 0xb4, 0x45, 0x0b, 0x2c, 0x82, 0xb4, 0x48, 0xc6, 0xeb, 0x5b, 0x3c, 0xae, 0x83, 0xb8, 0x41 -.byte 0x92, 0x33, 0x14, 0xa4, 0x6f, 0x7f, 0xe9, 0x2a, 0xcc, 0xc6, 0xb0, 0x88, 0x6b, 0xc5, 0xb6, 0x89 -.byte 0xd1, 0xc6, 0xb2, 0xff, 0x14, 0xce, 0x51, 0x14, 0x21, 0xec, 0x4a, 0xdd, 0x1b, 0x5a, 0xc6, 0xd6 -.byte 0x87, 0xee, 0x4d, 0x3a, 0x15, 0x06, 0xed, 0x64, 0x66, 0x0b, 0x92, 0x80, 0xca, 0x44, 0xde, 0x73 -.byte 0x94, 0x4e, 0xf3, 0xa7, 0x89, 0x7f, 0x4f, 0x78, 0x63, 0x08, 0xc8, 0x12, 0x50, 0x6d, 0x42, 0x66 -.byte 0x2f, 0x4d, 0xb9, 0x79, 0x28, 0x4d, 0x52, 0x1a, 0x8a, 0x1a, 0x80, 0xb7, 0x19, 0x81, 0x0e, 0x7e -.byte 0xc4, 0x8a, 0xbc, 0x64, 0x4c, 0x21, 0x1c, 0x43, 0x68, 0xd7, 0x3d, 0x3c, 0x8a, 0xc5, 0xb2, 0x66 -.byte 0xd5, 0x90, 0x9a, 0xb7, 0x31, 0x06, 0xc5, 0xbe, 0xe2, 0x6d, 0x32, 0x06, 0xa6, 0x1e, 0xf9, 0xb9 -.byte 0xeb, 0xaa, 0xa3, 0xb8, 0xbf, 0xbe, 0x82, 0x63, 0x50, 0xd0, 0xf0, 0x18, 0x89, 0xdf, 0xe4, 0x0f -.byte 0x79, 0xf5, 0xea, 0xa2, 0x1f, 0x2a, 0xd2, 0x70, 0x2e, 0x7b, 0xe7, 0xbc, 0x93, 0xbb, 0x6d, 0x53 -.byte 0xe2, 0x48, 0x7c, 0x8c, 0x10, 0x07, 0x38, 0xff, 0x66, 0xb2, 0x77, 0x61, 0x7e, 0xe0, 0xea, 0x8c -.byte 0x3c, 0xaa, 0xb4, 0xa4, 0xf6, 0xf3, 0x95, 0x4a, 0x12, 0x07, 0x6d, 0xfd, 0x8c, 0xb2, 0x89, 0xcf -.byte 0xd0, 0xa0, 0x61, 0x77, 0xc8, 0x58, 0x74, 0xb0, 0xd4, 0x23, 0x3a, 0xf7, 0x5d, 0x3a, 0xca, 0xa2 -.byte 0xdb, 0x9d, 0x09, 0xde, 0x5d, 0x44, 0x2d, 0x90, 0xf1, 0x81, 0xcd, 0x57, 0x92, 0xfa, 0x7e, 0xbc -.byte 0x50, 0x04, 0x63, 0x34, 0xdf, 0x6b, 0x93, 0x18, 0xbe, 0x6b, 0x36, 0xb2, 0x39, 0xe4, 0xac, 0x24 -.byte 0x36, 0xb7, 0xf0, 0xef, 0xb6, 0x1c, 0x13, 0x57, 0x93, 0xb6, 0xde, 0xb2, 0xf8, 0xe2, 0x85, 0xb7 -.byte 0x73, 0xa2, 0xb8, 0x35, 0xaa, 0x45, 0xf2, 0xe0, 0x9d, 0x36, 0xa1, 0x6f, 0x54, 0x8a, 0xf1, 0x72 -.byte 0x56, 0x6e, 0x2e, 0x88, 0xc5, 0x51, 0x42, 0x44, 0x15, 0x94, 0xee, 0xa3, 0xc5, 0x38, 0x96, 0x9b -.byte 0x4e, 0x4e, 0x5a, 0x0b, 0x47, 0xf3, 0x06, 0x36, 0x49, 0x77, 0x30, 0xbc, 0x71, 0x37, 0xe5, 0xa6 -.byte 0xec, 0x21, 0x08, 0x75, 0xfc, 0xe6, 0x61, 0x16, 0x3f, 0x77, 0xd5, 0xd9, 0x91, 0x97, 0x84, 0x0a -.byte 0x6c, 0xd4, 0x02, 0x4d, 0x74, 0xc0, 0x14, 0xed, 0xfd, 0x39, 0xfb, 0x83, 0xf2, 0x5e, 0x14, 0xa1 -.byte 0x04, 0xb0, 0x0b, 0xe9, 0xfe, 0xee, 0x8f, 0xe1, 0x6e, 0x0b, 0xb2, 0x08, 0xb3, 0x61, 0x66, 0x09 -.byte 0x6a, 0xb1, 0x06, 0x3a, 0x65, 0x96, 0x59, 0xc0, 0xf0, 0x35, 0xfd, 0xc9, 0xda, 0x28, 0x8d, 0x1a -.byte 0x11, 0x87, 0x70, 0x81, 0x0a, 0xa8, 0x9a, 0x75, 0x1d, 0x9e, 0x3a, 0x86, 0x05, 0x00, 0x9e, 0xdb -.byte 0x80, 0xd6, 0x25, 0xf9, 0xdc, 0x05, 0x9e, 0x27, 0x59, 0x4c, 0x76, 0x39, 0x5b, 0xea, 0xf9, 0xa5 -.byte 0xa1, 0xd8, 0x83, 0x0f, 0xd1, 0xff, 0xdf, 0x30, 0x11, 0xf9, 0x85, 0xcf, 0x33, 0x48, 0xf5, 0xca -.byte 0x6d, 0x64, 0x14, 0x2c, 0x7a, 0x58, 0x4f, 0xd3, 0x4b, 0x08, 0x49, 0xc5, 0x95, 0x64, 0x1a, 0x63 -.byte 0x0e, 0x79, 0x3d, 0xf5, 0xb3, 0x8c, 0xca, 0x58, 0xad, 0x9c, 0x42, 0x45, 0x79, 0x6e, 0x0e, 0x87 -.byte 0x19, 0x5c, 0x54, 0xb1, 0x65, 0xb6, 0xbf, 0x8c, 0x9b, 0xdc, 0x13, 0xe9, 0x0d, 0x6f, 0xb8, 0x2e -.byte 0xdc, 0x67, 0x6e, 0xc9, 0x8b, 0x11, 0xb5, 0x84, 0x14, 0x8a, 0x00, 0x19, 0x70, 0x83, 0x79, 0x91 -.byte 0x97, 0x91, 0xd4, 0x1a, 0x27, 0xbf, 0x37, 0x1e, 0x32, 0x07, 0xd8, 0x14, 0x63, 0x3c, 0x28, 0x4c -.byte 0xaf, 0x02, 0x03, 0x01, 0x00, 0x01, 0x4e, 0x00, 0x78, 0x00, 0x30, 0x4c, 0x31, 0x2e, 0x30, 0x2c -.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x25, 0x41, 0x74, 0x6f, 0x73, 0x20, 0x54, 0x72, 0x75, 0x73 -.byte 0x74, 0x65, 0x64, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20 -.byte 0x45, 0x43, 0x43, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x32, 0x30, 0x32, 0x31, 0x31, 0x0d, 0x30, 0x0b -.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x04, 0x41, 0x74, 0x6f, 0x73, 0x31, 0x0b, 0x30, 0x09, 0x06 -.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45, 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 0x96, 0x86, 0x58, 0x28, 0x37, 0x0a, 0x67, 0xd0, 0xa0, 0xde, 0x24, 0x19, 0x19, 0xe1, 0xe4, 0x05 -.byte 0x07, 0x1f, 0x97, 0xed, 0xe8, 0x64, 0x82, 0xb9, 0xf6, 0xc4, 0x71, 0x50, 0xce, 0x8a, 0x0c, 0xff -.byte 0xd7, 0xb5, 0x76, 0xbb, 0xa1, 0x6c, 0x93, 0x6c, 0x83, 0xa2, 0x68, 0x6e, 0xa5, 0xd9, 0xbe, 0x2c -.byte 0x88, 0x95, 0x41, 0xcd, 0x5d, 0xdd, 0xb1, 0xca, 0x83, 0x63, 0x83, 0xcc, 0xc0, 0xbe, 0x74, 0xd9 -.byte 0xe0, 0x9d, 0xa4, 0xee, 0x4a, 0x4e, 0x56, 0xe0, 0x98, 0x29, 0x41, 0x93, 0x52, 0x10, 0xd5, 0x24 -.byte 0x38, 0x02, 0x32, 0x67, 0xf1, 0x94, 0x12, 0x6f, 0xef, 0xd7, 0xc5, 0xde, 0x2e, 0xfd, 0x19, 0x80 -.byte 0x4e, 0x00, 0x26, 0x02, 0x30, 0x4c, 0x31, 0x2e, 0x30, 0x2c, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c -.byte 0x25, 0x41, 0x74, 0x6f, 0x73, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x65, 0x64, 0x52, 0x6f, 0x6f -.byte 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x52, 0x53, 0x41, 0x20, 0x54, 0x4c -.byte 0x53, 0x20, 0x32, 0x30, 0x32, 0x31, 0x31, 0x0d, 0x30, 0x0b, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c -.byte 0x04, 0x41, 0x74, 0x6f, 0x73, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 -.byte 0x44, 0x45, 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, 0xb6, 0x80, 0x0e, 0xc4, 0x79, 0xbd, 0x05, 0x8c, 0x7d, 0xb0, 0xa3, 0x9d, 0x4d -.byte 0x22, 0x4d, 0xcb, 0xf0, 0x41, 0x97, 0x4d, 0x59, 0xe0, 0xd1, 0xfe, 0x56, 0x8c, 0x97, 0xf2, 0xd7 -.byte 0xbd, 0x8f, 0x6c, 0xb7, 0x23, 0x8f, 0x5f, 0xd5, 0xc4, 0xd8, 0x41, 0xcb, 0xf2, 0x02, 0x1e, 0x71 -.byte 0xe5, 0xe9, 0xf6, 0x5e, 0xcb, 0x08, 0x2a, 0x5e, 0x30, 0xf2, 0x2d, 0x66, 0xc7, 0x84, 0x1b, 0x64 -.byte 0x57, 0x38, 0x9d, 0x75, 0x2d, 0x56, 0xc6, 0x2f, 0x61, 0xef, 0x96, 0xfc, 0x20, 0x46, 0xbd, 0xeb -.byte 0xd4, 0x7b, 0x3f, 0x3f, 0x7c, 0x47, 0x38, 0x04, 0xa9, 0x1b, 0xaa, 0x52, 0xdf, 0x13, 0x37, 0xd3 -.byte 0x15, 0x15, 0x4e, 0xbd, 0x5f, 0x7c, 0xaf, 0xad, 0x63, 0xc7, 0x79, 0xdc, 0x08, 0x7b, 0xd5, 0xa0 -.byte 0xe5, 0xf7, 0x5b, 0x75, 0xac, 0x80, 0x55, 0x99, 0x92, 0x61, 0x9b, 0xcd, 0x2a, 0x17, 0x7d, 0xdb -.byte 0x8f, 0xf4, 0xb5, 0x6a, 0xea, 0x17, 0x4a, 0x64, 0x28, 0x66, 0x15, 0x29, 0x6c, 0x02, 0xf1, 0x6b -.byte 0xd5, 0xba, 0xa3, 0x33, 0xdc, 0x5a, 0x67, 0xa7, 0x05, 0xe2, 0xbf, 0x65, 0xb6, 0x16, 0xb0, 0x10 -.byte 0xed, 0xcd, 0x50, 0x33, 0xc9, 0x70, 0x50, 0xec, 0x19, 0x8e, 0xb0, 0xc7, 0xf2, 0x74, 0x5b, 0x6b -.byte 0x44, 0xc6, 0x7d, 0x96, 0xb9, 0x98, 0x08, 0x59, 0x66, 0xde, 0x29, 0x01, 0x9b, 0xf4, 0x2a, 0x6d -.byte 0xd3, 0x15, 0x3a, 0x90, 0x6a, 0x67, 0xf1, 0xb4, 0x6b, 0x66, 0xd9, 0x21, 0xeb, 0xca, 0xd9, 0x62 -.byte 0x7c, 0x46, 0x10, 0x5c, 0xde, 0x75, 0x49, 0x67, 0x9e, 0x42, 0xf9, 0xfe, 0x75, 0xa9, 0xa3, 0xad -.byte 0xff, 0x76, 0x0a, 0x67, 0x40, 0xe3, 0xc5, 0xf7, 0x8d, 0xc7, 0x85, 0x9a, 0x59, 0x9e, 0x62, 0x9a -.byte 0x6a, 0xed, 0x45, 0x87, 0x98, 0x67, 0xb2, 0xd5, 0x4a, 0x3c, 0xd7, 0xb4, 0x3b, 0x00, 0x0d, 0xc0 -.byte 0x8f, 0x1f, 0xe1, 0x40, 0xc4, 0xae, 0x6c, 0x21, 0xdc, 0x49, 0x7e, 0x7e, 0xca, 0xb2, 0x8d, 0x6d -.byte 0xb6, 0xbf, 0x93, 0x2f, 0xa1, 0x5c, 0x3e, 0x8f, 0xca, 0xed, 0x80, 0x8e, 0x58, 0xe1, 0xdb, 0x57 -.byte 0xcf, 0x85, 0x36, 0x38, 0xb2, 0x71, 0xa4, 0x09, 0x8c, 0x92, 0x89, 0x08, 0x88, 0x48, 0xf1, 0x40 -.byte 0x63, 0x18, 0xb2, 0x5b, 0x8c, 0x5a, 0xe3, 0xc3, 0xd3, 0x17, 0xaa, 0xab, 0x19, 0xa3, 0x2c, 0x1b -.byte 0xe4, 0xd5, 0xc6, 0xe2, 0x66, 0x7a, 0xd7, 0x82, 0x19, 0xa6, 0x3b, 0x16, 0x2c, 0x2f, 0x71, 0x87 -.byte 0x5f, 0x45, 0x9e, 0x95, 0x73, 0x93, 0xc2, 0x42, 0x81, 0x21, 0x13, 0x96, 0xd7, 0x9d, 0xbb, 0x93 -.byte 0x68, 0x15, 0xfa, 0x9d, 0xa4, 0x1d, 0x8c, 0xf2, 0x81, 0xe0, 0x58, 0x06, 0xbd, 0xc9, 0xb6, 0xe3 -.byte 0xf6, 0x89, 0x5d, 0x89, 0xf9, 0xac, 0x44, 0xa1, 0xcb, 0x6b, 0xfa, 0x16, 0xf1, 0xc7, 0x50, 0x3d -.byte 0x24, 0xda, 0xf7, 0xc3, 0xe4, 0x87, 0xd5, 0x56, 0xf1, 0x4f, 0x90, 0x30, 0xfa, 0x45, 0x09, 0x59 -.byte 0xda, 0x34, 0xce, 0xe0, 0x13, 0x1c, 0x04, 0x7c, 0x00, 0xd4, 0x9b, 0x86, 0xa4, 0x40, 0xbc, 0xd9 -.byte 0xdc, 0x4c, 0x57, 0x7e, 0xae, 0xb7, 0x33, 0xb6, 0x5e, 0x76, 0xe1, 0x65, 0x8b, 0x66, 0xdf, 0x8d -.byte 0xca, 0xd7, 0x98, 0xaf, 0xce, 0x36, 0x98, 0x8c, 0x9c, 0x83, 0x99, 0x03, 0x70, 0xf3, 0xaf, 0x74 -.byte 0xed, 0xc6, 0x0e, 0x36, 0xe7, 0xbd, 0xec, 0xc1, 0x73, 0xa7, 0x94, 0x5a, 0xcb, 0x92, 0x64, 0x82 -.byte 0xa6, 0x00, 0xc1, 0x70, 0xa1, 0x6e, 0x2c, 0x29, 0xe1, 0x58, 0x57, 0xec, 0x5a, 0x7c, 0x99, 0x6b -.byte 0x25, 0xa4, 0x90, 0x3a, 0x80, 0xf4, 0x20, 0x9d, 0x9a, 0xce, 0xc7, 0x2d, 0xf9, 0xb2, 0x4b, 0x29 -.byte 0x95, 0x83, 0xe9, 0x35, 0x8d, 0xa7, 0x49, 0x48, 0xa7, 0x0f, 0x4c, 0x19, 0x91, 0xd0, 0xf5, 0xbf -.byte 0x10, 0xe0, 0x71, 0x02, 0x03, 0x01, 0x00, 0x01, 0x4f, 0x00, 0x26, 0x01, 0x30, 0x4d, 0x31, 0x0b -.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45, 0x31, 0x15, 0x30, 0x13, 0x06 -.byte 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0c, 0x44, 0x2d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x47, 0x6d -.byte 0x62, 0x48, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1e, 0x44, 0x2d, 0x54 -.byte 0x52, 0x55, 0x53, 0x54, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20 -.byte 0x33, 0x20, 0x43, 0x41, 0x20, 0x32, 0x20, 0x32, 0x30, 0x30, 0x39, 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, 0xd3, 0xb2, 0x4a, 0xcf -.byte 0x7a, 0x47, 0xef, 0x75, 0x9b, 0x23, 0xfa, 0x3a, 0x2f, 0xd6, 0x50, 0x45, 0x89, 0x35, 0x3a, 0xc6 -.byte 0x6b, 0xdb, 0xfe, 0xdb, 0x00, 0x68, 0xa8, 0xe0, 0x03, 0x11, 0x1d, 0x37, 0x50, 0x08, 0x9f, 0x4d -.byte 0x4a, 0x68, 0x94, 0x35, 0xb3, 0x53, 0xd1, 0x94, 0x63, 0xa7, 0x20, 0x56, 0xaf, 0xde, 0x51, 0x78 -.byte 0xec, 0x2a, 0x3d, 0xf3, 0x48, 0x48, 0x50, 0x3e, 0x0a, 0xdf, 0x46, 0x55, 0x8b, 0x27, 0x6d, 0xc3 -.byte 0x10, 0x4d, 0x0d, 0x91, 0x52, 0x43, 0xd8, 0x87, 0xe0, 0x5d, 0x4e, 0x36, 0xb5, 0x21, 0xca, 0x5f -.byte 0x39, 0x40, 0x04, 0x5f, 0x5b, 0x7e, 0xcc, 0xa3, 0xc6, 0x2b, 0xa9, 0x40, 0x1e, 0xd9, 0x36, 0x84 -.byte 0xd6, 0x48, 0xf3, 0x92, 0x1e, 0x34, 0x46, 0x20, 0x24, 0xc1, 0xa4, 0x51, 0x8e, 0x4a, 0x1a, 0xef -.byte 0x50, 0x3f, 0x69, 0x5d, 0x19, 0x7f, 0x45, 0xc3, 0xc7, 0x01, 0x8f, 0x51, 0xc9, 0x23, 0xe8, 0x72 -.byte 0xae, 0xb4, 0xbc, 0x56, 0x09, 0x7f, 0x12, 0xcb, 0x1c, 0xb1, 0xaf, 0x29, 0x90, 0x0a, 0xc9, 0x55 -.byte 0xcc, 0x0f, 0xd3, 0xb4, 0x1a, 0xed, 0x47, 0x35, 0x5a, 0x4a, 0xed, 0x9c, 0x73, 0x04, 0x21, 0xd0 -.byte 0xaa, 0xbd, 0x0c, 0x13, 0xb5, 0x00, 0xca, 0x26, 0x6c, 0xc4, 0x6b, 0x0c, 0x94, 0x5a, 0x95, 0x94 -.byte 0xda, 0x50, 0x9a, 0xf1, 0xff, 0xa5, 0x2b, 0x66, 0x31, 0xa4, 0xc9, 0x38, 0xa0, 0xdf, 0x1d, 0x1f -.byte 0xb8, 0x09, 0x2e, 0xf3, 0xa7, 0xe8, 0x67, 0x52, 0xab, 0x95, 0x1f, 0xe0, 0x46, 0x3e, 0xd8, 0xa4 -.byte 0xc3, 0xca, 0x5a, 0xc5, 0x31, 0x80, 0xe8, 0x48, 0x9a, 0x9f, 0x94, 0x69, 0xfe, 0x19, 0xdd, 0xd8 -.byte 0x73, 0x7c, 0x81, 0xca, 0x96, 0xde, 0x8e, 0xed, 0xb3, 0x32, 0x05, 0x65, 0x84, 0x34, 0xe6, 0xe6 -.byte 0xfd, 0x57, 0x10, 0xb5, 0x5f, 0x76, 0xbf, 0x2f, 0xb0, 0x10, 0x0d, 0xc5, 0x02, 0x03, 0x01, 0x00 -.byte 0x01, 0x4f, 0x00, 0x26, 0x02, 0x30, 0x4d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 -.byte 0x13, 0x02, 0x55, 0x53, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09, 0x49 -.byte 0x64, 0x65, 0x6e, 0x54, 0x72, 0x75, 0x73, 0x74, 0x31, 0x2a, 0x30, 0x28, 0x06, 0x03, 0x55, 0x04 -.byte 0x03, 0x13, 0x21, 0x49, 0x64, 0x65, 0x6e, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x50, 0x75, 0x62 -.byte 0x6c, 0x69, 0x63, 0x20, 0x53, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20 -.byte 0x43, 0x41, 0x20, 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, 0xb6, 0x22, 0x94, 0xfc, 0xa4, 0x48, 0xaf, 0xe8, 0x47, 0x6b, 0x0a -.byte 0xfb, 0x27, 0x76, 0xe4, 0xf2, 0x3f, 0x8a, 0x3b, 0x7a, 0x4a, 0x2c, 0x31, 0x2a, 0x8c, 0x8d, 0xb0 -.byte 0xa9, 0xc3, 0x31, 0x6b, 0xa8, 0x77, 0x76, 0x84, 0x26, 0xb6, 0xac, 0x81, 0x42, 0x0d, 0x08, 0xeb -.byte 0x55, 0x58, 0xbb, 0x7a, 0xf8, 0xbc, 0x65, 0x7d, 0xf2, 0xa0, 0x6d, 0x8b, 0xa8, 0x47, 0xe9, 0x62 -.byte 0x76, 0x1e, 0x11, 0xee, 0x08, 0x14, 0xd1, 0xb2, 0x44, 0x16, 0xf4, 0xea, 0xd0, 0xfa, 0x1e, 0x2f -.byte 0x5e, 0xdb, 0xcb, 0x73, 0x41, 0xae, 0xbc, 0x00, 0xb0, 0x4a, 0x2b, 0x40, 0xb2, 0xac, 0xe1, 0x3b -.byte 0x4b, 0xc2, 0x2d, 0x9d, 0xe4, 0xa1, 0x9b, 0xec, 0x1a, 0x3a, 0x1e, 0xf0, 0x08, 0xb3, 0xd0, 0xe4 -.byte 0x24, 0x35, 0x07, 0x9f, 0x9c, 0xb4, 0xc9, 0x52, 0x6d, 0xdb, 0x07, 0xca, 0x8f, 0xb5, 0x5b, 0xf0 -.byte 0x83, 0xf3, 0x4f, 0xc7, 0x2d, 0xa5, 0xc8, 0xad, 0xcb, 0x95, 0x20, 0xa4, 0x31, 0x28, 0x57, 0x58 -.byte 0x5a, 0xe4, 0x8d, 0x1b, 0x9a, 0xab, 0x9e, 0x0d, 0x0c, 0xf2, 0x0a, 0x33, 0x39, 0x22, 0x39, 0x0a -.byte 0x97, 0x2e, 0xf3, 0x53, 0x77, 0xb9, 0x44, 0x45, 0xfd, 0x84, 0xcb, 0x36, 0x20, 0x81, 0x59, 0x2d -.byte 0x9a, 0x6f, 0x6d, 0x48, 0x48, 0x61, 0xca, 0x4c, 0xdf, 0x53, 0xd1, 0xaf, 0x52, 0xbc, 0x44, 0x9f -.byte 0xab, 0x2f, 0x6b, 0x83, 0x72, 0xef, 0x75, 0x80, 0xda, 0x06, 0x33, 0x1b, 0x5d, 0xc8, 0xda, 0x63 -.byte 0xc6, 0x4d, 0xcd, 0xac, 0x66, 0x31, 0xcd, 0xd1, 0xde, 0x3e, 0x87, 0x10, 0x36, 0xe1, 0xb9, 0xa4 -.byte 0x7a, 0xef, 0x60, 0x50, 0xb2, 0xcb, 0xca, 0xa6, 0x56, 0xe0, 0x37, 0xaf, 0xab, 0x34, 0x13, 0x39 -.byte 0x25, 0xe8, 0x39, 0x66, 0xe4, 0x98, 0x7a, 0xaa, 0x12, 0x98, 0x9c, 0x59, 0x66, 0x86, 0x3e, 0xad -.byte 0xf1, 0xb0, 0xca, 0x3e, 0x06, 0x0f, 0x7b, 0xf0, 0x11, 0x4b, 0x37, 0xa0, 0x44, 0x6d, 0x7b, 0xcb -.byte 0xa8, 0x8c, 0x71, 0xf4, 0xd5, 0xb5, 0x91, 0x36, 0xcc, 0xf0, 0x15, 0xc6, 0x2b, 0xde, 0x51, 0x17 -.byte 0xb1, 0x97, 0x4c, 0x50, 0x3d, 0xb1, 0x95, 0x59, 0x7c, 0x05, 0x7d, 0x2d, 0x21, 0xd5, 0x00, 0xbf -.byte 0x01, 0x67, 0xa2, 0x5e, 0x7b, 0xa6, 0x5c, 0xf2, 0xf7, 0x22, 0xf1, 0x90, 0x0d, 0x93, 0xdb, 0xaa -.byte 0x44, 0x51, 0x66, 0xcc, 0x7d, 0x76, 0x03, 0xeb, 0x6a, 0xa8, 0x2a, 0x38, 0x19, 0x97, 0x76, 0x0d -.byte 0x6b, 0x8a, 0x61, 0xf9, 0xbc, 0xf6, 0xee, 0x76, 0xfd, 0x70, 0x2b, 0xdd, 0x29, 0x3c, 0xf8, 0x0a -.byte 0x1e, 0x5b, 0x42, 0x1c, 0x8b, 0x56, 0x2f, 0x55, 0x1b, 0x1c, 0xa1, 0x2e, 0xb5, 0xc7, 0x16, 0xe6 -.byte 0xf8, 0xaa, 0x3c, 0x92, 0x8e, 0x69, 0xb6, 0x01, 0xc1, 0xb5, 0x86, 0x9d, 0x89, 0x0f, 0x0b, 0x38 -.byte 0x94, 0x54, 0xe8, 0xea, 0xdc, 0x9e, 0x3d, 0x25, 0xbc, 0x53, 0x26, 0xed, 0xd5, 0xab, 0x39, 0xaa -.byte 0xc5, 0x40, 0x4c, 0x54, 0xab, 0xb2, 0xb4, 0xd9, 0xd9, 0xf8, 0xd7, 0x72, 0xdb, 0x1c, 0xbc, 0x6d -.byte 0xbd, 0x65, 0x5f, 0xef, 0x88, 0x35, 0x2a, 0x66, 0x2f, 0xee, 0xf6, 0xb3, 0x65, 0xf0, 0x33, 0x8d -.byte 0x7c, 0x98, 0x41, 0x69, 0x46, 0x0f, 0x43, 0x1c, 0x69, 0xfa, 0x9b, 0xb5, 0xd0, 0x61, 0x6a, 0xcd -.byte 0xca, 0x4b, 0xd9, 0x4c, 0x90, 0x46, 0xab, 0x15, 0x59, 0xa1, 0x47, 0x54, 0x29, 0x2e, 0x83, 0x28 -.byte 0x5f, 0x1c, 0xc2, 0xa2, 0xab, 0x72, 0x17, 0x00, 0x06, 0x8e, 0x45, 0xec, 0x8b, 0xe2, 0x33, 0x3d -.byte 0x7f, 0xda, 0x19, 0x44, 0xe4, 0x62, 0x72, 0xc3, 0xdf, 0x22, 0xc6, 0xf2, 0x56, 0xd4, 0xdd, 0x5f -.byte 0x95, 0x72, 0xed, 0x6d, 0x5f, 0xf7, 0x48, 0x03, 0x5b, 0xfd, 0xc5, 0x2a, 0xa0, 0xf6, 0x73, 0x23 -.byte 0x84, 0x10, 0x1b, 0x01, 0xe7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x4f, 0x00, 0x26, 0x02, 0x30, 0x4d -.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x17, 0x30 -.byte 0x15, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0e, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74 -.byte 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 -.byte 0x1c, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x52, 0x53 -.byte 0x41, 0x34, 0x30, 0x39, 0x36, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x35, 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, 0xb3, 0xd0 -.byte 0xf4, 0xc9, 0x79, 0x11, 0x9d, 0xfd, 0xfc, 0x66, 0x81, 0xe7, 0xcc, 0xd5, 0xe4, 0xbc, 0xec, 0x81 -.byte 0x3e, 0x6a, 0x35, 0x8e, 0x2e, 0xb7, 0xe7, 0xde, 0xaf, 0xf9, 0x07, 0x4d, 0xcf, 0x30, 0x9d, 0xea -.byte 0x09, 0x0b, 0x99, 0xbd, 0x6c, 0x57, 0xda, 0x18, 0x4a, 0xb8, 0x78, 0xac, 0x3a, 0x39, 0xa8, 0xa6 -.byte 0x48, 0xac, 0x2e, 0x72, 0xe5, 0xbd, 0xeb, 0xf1, 0x1a, 0xcd, 0xe7, 0xa4, 0x03, 0xa9, 0x3f, 0x11 -.byte 0xb4, 0xd8, 0x2f, 0x89, 0x16, 0xfb, 0x94, 0x01, 0x3d, 0xbb, 0x2f, 0xf8, 0x13, 0x05, 0xa1, 0x78 -.byte 0x1c, 0x8e, 0x28, 0xe0, 0x45, 0xe0, 0x83, 0xf4, 0x59, 0x1b, 0x95, 0xb3, 0xae, 0x7e, 0x03, 0x45 -.byte 0xe5, 0xbe, 0xc2, 0x42, 0xfe, 0xee, 0xf2, 0x3c, 0xb6, 0x85, 0x13, 0x98, 0x32, 0x9d, 0x16, 0xa8 -.byte 0x29, 0xc2, 0x0b, 0x1c, 0x38, 0xdc, 0x9f, 0x31, 0x77, 0x5c, 0xbf, 0x27, 0xa3, 0xfc, 0x27, 0xac -.byte 0xb7, 0x2b, 0xbd, 0x74, 0x9b, 0x17, 0x2d, 0xf2, 0x81, 0xda, 0x5d, 0xb0, 0xe1, 0x23, 0x17, 0x3e -.byte 0x88, 0x4a, 0x12, 0x23, 0xd0, 0xea, 0xcf, 0x9d, 0xde, 0x03, 0x17, 0xb1, 0x42, 0x4a, 0xa0, 0x16 -.byte 0x4c, 0xa4, 0x6d, 0x93, 0xe9, 0x3f, 0x3a, 0xee, 0x3a, 0x7c, 0x9d, 0x58, 0x9d, 0xf4, 0x4e, 0x8f -.byte 0xfc, 0x3b, 0x23, 0xc8, 0x6d, 0xb8, 0xe2, 0x05, 0xda, 0xcc, 0xeb, 0xec, 0xc3, 0x31, 0xf4, 0xd7 -.byte 0xa7, 0x29, 0x54, 0x80, 0xcf, 0x44, 0x5b, 0x4c, 0x6f, 0x30, 0x9e, 0xf3, 0xcc, 0xdd, 0x1f, 0x94 -.byte 0x43, 0x9d, 0x4d, 0x7f, 0x70, 0x70, 0x0d, 0xd4, 0x3a, 0xd1, 0x37, 0xf0, 0x6c, 0x9d, 0x9b, 0xc0 -.byte 0x14, 0x93, 0x58, 0xef, 0xcd, 0x41, 0x38, 0x75, 0xbc, 0x13, 0x03, 0x95, 0x7c, 0x7f, 0xe3, 0x5c -.byte 0xe9, 0xd5, 0x0d, 0xd5, 0xe2, 0x7c, 0x10, 0x62, 0xaa, 0x6b, 0xf0, 0x3d, 0x76, 0xf3, 0x3f, 0xa3 -.byte 0xe8, 0xb0, 0xc1, 0xfd, 0xef, 0xaa, 0x57, 0x4d, 0xac, 0x86, 0xa7, 0x18, 0xb4, 0x29, 0xc1, 0x2c -.byte 0x0e, 0xbf, 0x64, 0xbe, 0x29, 0x8c, 0xd8, 0x02, 0x2d, 0xcd, 0x5c, 0x2f, 0xf2, 0x7f, 0xef, 0x15 -.byte 0xf4, 0x0c, 0x15, 0xac, 0x0a, 0xb0, 0xf1, 0xd3, 0x0d, 0x4f, 0x6a, 0x4d, 0x77, 0x97, 0x01, 0xa0 -.byte 0xf1, 0x66, 0xb7, 0xb7, 0xce, 0xef, 0xce, 0xec, 0xec, 0xa5, 0x75, 0xca, 0xac, 0xe3, 0xe1, 0x63 -.byte 0xf7, 0xb8, 0xa1, 0x04, 0xc8, 0xbc, 0x7b, 0x3f, 0x5d, 0x2d, 0x16, 0x22, 0x56, 0xed, 0x48, 0x49 -.byte 0xfe, 0xa7, 0x2f, 0x79, 0x30, 0x25, 0x9b, 0xba, 0x6b, 0x2d, 0x3f, 0x9d, 0x3b, 0xc4, 0x17, 0xe7 -.byte 0x1d, 0x2e, 0xfb, 0xf2, 0xcf, 0xa6, 0xfc, 0xe3, 0x14, 0x2c, 0x96, 0x98, 0x21, 0x8c, 0xb4, 0x91 -.byte 0xe9, 0x19, 0x60, 0x83, 0xf2, 0x30, 0x2b, 0x06, 0x73, 0x50, 0xd5, 0x98, 0x3b, 0x06, 0xe9, 0xc7 -.byte 0x8a, 0x0c, 0x60, 0x8c, 0x28, 0xf8, 0x52, 0x9b, 0x6e, 0xe1, 0xf6, 0x4d, 0xbb, 0x06, 0x24, 0x9b -.byte 0xd7, 0x2b, 0x26, 0x3f, 0xfd, 0x2a, 0x2f, 0x71, 0xf5, 0xd6, 0x24, 0xbe, 0x7f, 0x31, 0x9e, 0x0f -.byte 0x6d, 0xe8, 0x8f, 0x4f, 0x4d, 0xa3, 0x3f, 0xff, 0x35, 0xea, 0xdf, 0x49, 0x5e, 0x41, 0x8f, 0x86 -.byte 0xf9, 0xf1, 0x77, 0x79, 0x4b, 0x1b, 0xb4, 0xa3, 0x5e, 0x2f, 0xfb, 0x46, 0x02, 0xd0, 0x66, 0x13 -.byte 0x5e, 0x5e, 0x85, 0x4f, 0xce, 0xd8, 0x70, 0x88, 0x7b, 0xce, 0x01, 0xb5, 0x96, 0x97, 0xd7, 0xcd -.byte 0x7d, 0xfd, 0x82, 0xf8, 0xc2, 0x24, 0xc1, 0xca, 0x01, 0x39, 0x4f, 0x8d, 0xa2, 0xc1, 0x14, 0x40 -.byte 0x1f, 0x9c, 0x66, 0xd5, 0x0c, 0x09, 0x46, 0xd6, 0xf2, 0xd0, 0xd1, 0x48, 0x76, 0x56, 0x3a, 0x43 -.byte 0xcb, 0xb6, 0x0a, 0x11, 0x39, 0xba, 0x8c, 0x13, 0x6c, 0x06, 0xb5, 0x9e, 0xcf, 0xeb, 0x02, 0x03 -.byte 0x01, 0x00, 0x01, 0x50, 0x00, 0x26, 0x02, 0x30, 0x4e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 -.byte 0x04, 0x06, 0x13, 0x02, 0x4e, 0x4f, 0x31, 0x1d, 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c -.byte 0x14, 0x42, 0x75, 0x79, 0x70, 0x61, 0x73, 0x73, 0x20, 0x41, 0x53, 0x2d, 0x39, 0x38, 0x33, 0x31 -.byte 0x36, 0x33, 0x33, 0x32, 0x37, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x17 -.byte 0x42, 0x75, 0x79, 0x70, 0x61, 0x73, 0x73, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x32, 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, 0xd7, 0xc7, 0x5e, 0xf7, 0xc1, 0x07, 0xd4, 0x77 -.byte 0xfb, 0x43, 0x21, 0xf4, 0xf4, 0xf5, 0x69, 0xe4, 0xee, 0x32, 0x01, 0xdb, 0xa3, 0x86, 0x1f, 0xe4 -.byte 0x59, 0x0d, 0xba, 0xe7, 0x75, 0x83, 0x52, 0xeb, 0xea, 0x1c, 0x61, 0x15, 0x48, 0xbb, 0x1d, 0x07 -.byte 0xca, 0x8c, 0xae, 0xb0, 0xdc, 0x96, 0x9d, 0xea, 0xc3, 0x60, 0x92, 0x86, 0x82, 0x28, 0x73, 0x9c -.byte 0x56, 0x06, 0xff, 0x4b, 0x64, 0xf0, 0x0c, 0x2a, 0x37, 0x49, 0xb5, 0xe5, 0xcf, 0x0c, 0x7c, 0xee -.byte 0xf1, 0x4a, 0xbb, 0x73, 0x30, 0x65, 0xf3, 0xd5, 0x2f, 0x83, 0xb6, 0x7e, 0xe3, 0xe7, 0xf5, 0x9e -.byte 0xab, 0x60, 0xf9, 0xd3, 0xf1, 0x9d, 0x92, 0x74, 0x8a, 0xe4, 0x1c, 0x96, 0xac, 0x5b, 0x80, 0xe9 -.byte 0xb5, 0xf4, 0x31, 0x87, 0xa3, 0x51, 0xfc, 0xc7, 0x7e, 0xa1, 0x6f, 0x8e, 0x53, 0x77, 0xd4, 0x97 -.byte 0xc1, 0x55, 0x33, 0x92, 0x3e, 0x18, 0x2f, 0x75, 0xd4, 0xad, 0x86, 0x49, 0xcb, 0x95, 0xaf, 0x54 -.byte 0x06, 0x6c, 0xd8, 0x06, 0x13, 0x8d, 0x5b, 0xff, 0xe1, 0x26, 0x19, 0x59, 0xc0, 0x24, 0xba, 0x81 -.byte 0x71, 0x79, 0x90, 0x44, 0x50, 0x68, 0x24, 0x94, 0x5f, 0xb8, 0xb3, 0x11, 0xf1, 0x29, 0x41, 0x61 -.byte 0xa3, 0x41, 0xcb, 0x23, 0x36, 0xd5, 0xc1, 0xf1, 0x32, 0x50, 0x10, 0x4e, 0x7f, 0xf4, 0x86, 0x93 -.byte 0xec, 0x84, 0xd3, 0x8e, 0xbc, 0x4b, 0xbf, 0x5c, 0x01, 0x4e, 0x07, 0x3d, 0xdc, 0x14, 0x8a, 0x94 -.byte 0x0a, 0xa4, 0xea, 0x73, 0xfb, 0x0b, 0x51, 0xe8, 0x13, 0x07, 0x18, 0xfa, 0x0e, 0xf1, 0x2b, 0xd1 -.byte 0x54, 0x15, 0x7d, 0x3c, 0xe1, 0xf7, 0xb4, 0x19, 0x42, 0x67, 0x62, 0x5e, 0x77, 0xe0, 0xa2, 0x55 -.byte 0xec, 0xb6, 0xd9, 0x69, 0x17, 0xd5, 0x3a, 0xaf, 0x44, 0xed, 0x4a, 0xc5, 0x9e, 0xe4, 0x7a, 0x27 -.byte 0x7c, 0xe5, 0x75, 0xd7, 0xaa, 0xcb, 0x25, 0xe7, 0xdf, 0x6b, 0x0a, 0xdb, 0x0f, 0x4d, 0x93, 0x4e -.byte 0xa8, 0xa0, 0xcd, 0x7b, 0x2e, 0xf2, 0x59, 0x01, 0x6a, 0xb7, 0x0d, 0xb8, 0x07, 0x81, 0x7e, 0x8b -.byte 0x38, 0x1b, 0x38, 0xe6, 0x0a, 0x57, 0x99, 0x3d, 0xee, 0x21, 0xe8, 0xa3, 0xf5, 0x0c, 0x16, 0xdd -.byte 0x8b, 0xec, 0x34, 0x8e, 0x9c, 0x2a, 0x1c, 0x00, 0x15, 0x17, 0x8d, 0x68, 0x83, 0xd2, 0x70, 0x9f -.byte 0x18, 0x08, 0xcd, 0x11, 0x68, 0xd5, 0xc9, 0x6b, 0x52, 0xcd, 0xc4, 0x46, 0x8f, 0xdc, 0xb5, 0xf3 -.byte 0xd8, 0x57, 0x73, 0x1e, 0xe9, 0x94, 0x39, 0x04, 0xbf, 0xd3, 0xde, 0x38, 0xde, 0xb4, 0x53, 0xec -.byte 0x69, 0x1c, 0xa2, 0x7e, 0xc4, 0x8f, 0xe4, 0x1b, 0x70, 0xad, 0xf2, 0xa2, 0xf9, 0xfb, 0xf7, 0x16 -.byte 0x64, 0x66, 0x69, 0x9f, 0x49, 0x51, 0xa2, 0xe2, 0x15, 0x18, 0x67, 0x06, 0x4a, 0x7f, 0xd5, 0x6c -.byte 0xb5, 0x4d, 0xb3, 0x33, 0xe0, 0x61, 0xeb, 0x5d, 0xbe, 0xe9, 0x98, 0x0f, 0x32, 0xd7, 0x1d, 0x4b -.byte 0x3c, 0x2e, 0x5a, 0x01, 0x52, 0x91, 0x09, 0xf2, 0xdf, 0xea, 0x8d, 0xd8, 0x06, 0x40, 0x63, 0xaa -.byte 0x11, 0xe4, 0xfe, 0xc3, 0x37, 0x9e, 0x14, 0x52, 0x3f, 0xf4, 0xe2, 0xcc, 0xf2, 0x61, 0x93, 0xd1 -.byte 0xfd, 0x67, 0x6b, 0xd7, 0x52, 0xae, 0xbf, 0x68, 0xab, 0x40, 0x43, 0xa0, 0x57, 0x35, 0x53, 0x78 -.byte 0xf0, 0x53, 0xf8, 0x61, 0x42, 0x07, 0x64, 0xc6, 0xd7, 0x6f, 0x9b, 0x4c, 0x38, 0x0d, 0x63, 0xac -.byte 0x62, 0xaf, 0x36, 0x8b, 0xa2, 0x73, 0x0a, 0x0d, 0xf5, 0x21, 0xbd, 0x74, 0xaa, 0x4d, 0xea, 0x72 -.byte 0x03, 0x49, 0xdb, 0xc7, 0x5f, 0x1d, 0x62, 0x63, 0xc7, 0xfd, 0xdd, 0x91, 0xec, 0x33, 0xee, 0xf5 -.byte 0x6d, 0xb4, 0x6e, 0x30, 0x68, 0xde, 0xc8, 0xd6, 0x26, 0xb0, 0x75, 0x5e, 0x7b, 0xb4, 0x07, 0x20 -.byte 0x98, 0xa1, 0x76, 0x32, 0xb8, 0x4d, 0x6c, 0x4f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x50, 0x00, 0x26 -.byte 0x02, 0x30, 0x4e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4e, 0x4f -.byte 0x31, 0x1d, 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x14, 0x42, 0x75, 0x79, 0x70, 0x61 -.byte 0x73, 0x73, 0x20, 0x41, 0x53, 0x2d, 0x39, 0x38, 0x33, 0x31, 0x36, 0x33, 0x33, 0x32, 0x37, 0x31 -.byte 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x17, 0x42, 0x75, 0x79, 0x70, 0x61, 0x73 -.byte 0x73, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x33, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 -.byte 0x41, 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, 0xa5, 0xda, 0x0a, 0x95, 0x16, 0x50, 0xe3, 0x95, 0xf2, 0x5e, 0x9d, 0x76, 0x31, 0x06 -.byte 0x32, 0x7a, 0x9b, 0xf1, 0x10, 0x76, 0xb8, 0x00, 0x9a, 0xb5, 0x52, 0x36, 0xcd, 0x24, 0x47, 0xb0 -.byte 0x9f, 0x18, 0x64, 0xbc, 0x9a, 0xf6, 0xfa, 0xd5, 0x79, 0xd8, 0x90, 0x62, 0x4c, 0x22, 0x2f, 0xde -.byte 0x38, 0x3d, 0xd6, 0xe0, 0xa8, 0xe9, 0x1c, 0x2c, 0xdb, 0x78, 0x11, 0xe9, 0x8e, 0x68, 0x51, 0x15 -.byte 0x72, 0xc7, 0xf3, 0x33, 0x87, 0xe4, 0xa0, 0x5d, 0x0b, 0x5c, 0xe0, 0x57, 0x07, 0x2a, 0x30, 0xf5 -.byte 0xcd, 0xc4, 0x37, 0x77, 0x28, 0x4d, 0x18, 0x91, 0xe6, 0xbf, 0xd5, 0x52, 0xfd, 0x71, 0x2d, 0x70 -.byte 0x3e, 0xe7, 0xc6, 0xc4, 0x8a, 0xe3, 0xf0, 0x28, 0x0b, 0xf4, 0x76, 0x98, 0xa1, 0x8b, 0x87, 0x55 -.byte 0xb2, 0x3a, 0x13, 0xfc, 0xb7, 0x3e, 0x27, 0x37, 0x8e, 0x22, 0xe3, 0xa8, 0x4f, 0x2a, 0xef, 0x60 -.byte 0xbb, 0x3d, 0xb7, 0x39, 0xc3, 0x0e, 0x01, 0x47, 0x99, 0x5d, 0x12, 0x4f, 0xdb, 0x43, 0xfa, 0x57 -.byte 0xa1, 0xed, 0xf9, 0x9d, 0xbe, 0x11, 0x47, 0x26, 0x5b, 0x13, 0x98, 0xab, 0x5d, 0x16, 0x8a, 0xb0 -.byte 0x37, 0x1c, 0x57, 0x9d, 0x45, 0xff, 0x88, 0x96, 0x36, 0xbf, 0xbb, 0xca, 0x07, 0x7b, 0x6f, 0x87 -.byte 0x63, 0xd7, 0xd0, 0x32, 0x6a, 0xd6, 0x5d, 0x6c, 0x0c, 0xf1, 0xb3, 0x6e, 0x39, 0xe2, 0x6b, 0x31 -.byte 0x2e, 0x39, 0x00, 0x27, 0x14, 0xde, 0x38, 0xc0, 0xec, 0x19, 0x66, 0x86, 0x12, 0xe8, 0x9d, 0x72 -.byte 0x16, 0x13, 0x64, 0x52, 0xc7, 0xa9, 0x37, 0x1c, 0xfd, 0x82, 0x30, 0xed, 0x84, 0x18, 0x1d, 0xf4 -.byte 0xae, 0x5c, 0xff, 0x70, 0x13, 0x00, 0xeb, 0xb1, 0xf5, 0x33, 0x7a, 0x4b, 0xd6, 0x55, 0xf8, 0x05 -.byte 0x8d, 0x4b, 0x69, 0xb0, 0xf5, 0xb3, 0x28, 0x36, 0x5c, 0x14, 0xc4, 0x51, 0x73, 0x4d, 0x6b, 0x0b -.byte 0xf1, 0x34, 0x07, 0xdb, 0x17, 0x39, 0xd7, 0xdc, 0x28, 0x7b, 0x6b, 0xf5, 0x9f, 0xf3, 0x2e, 0xc1 -.byte 0x4f, 0x17, 0x2a, 0x10, 0xf3, 0xcc, 0xca, 0xe8, 0xeb, 0xfd, 0x6b, 0xab, 0x2e, 0x9a, 0x9f, 0x2d -.byte 0x82, 0x6e, 0x04, 0xd4, 0x52, 0x01, 0x93, 0x2d, 0x3d, 0x86, 0xfc, 0x7e, 0xfc, 0xdf, 0xef, 0x42 -.byte 0x1d, 0xa6, 0x6b, 0xef, 0xb9, 0x20, 0xc6, 0xf7, 0xbd, 0xa0, 0xa7, 0x95, 0xfd, 0xa7, 0xe6, 0x89 -.byte 0x24, 0xd8, 0xcc, 0x8c, 0x34, 0x6c, 0xe2, 0x23, 0x2f, 0xd9, 0x12, 0x1a, 0x21, 0xb9, 0x55, 0x91 -.byte 0x6f, 0x0b, 0x91, 0x79, 0x19, 0x0c, 0xad, 0x40, 0x88, 0x0b, 0x70, 0xe2, 0x7a, 0xd2, 0x0e, 0xd8 -.byte 0x68, 0x48, 0xbb, 0x82, 0x13, 0x39, 0x10, 0x58, 0xe9, 0xd8, 0x2a, 0x07, 0xc6, 0x12, 0xdb, 0x58 -.byte 0xdb, 0xd2, 0x3b, 0x55, 0x10, 0x47, 0x05, 0x15, 0x67, 0x62, 0x7e, 0x18, 0x63, 0xa6, 0x46, 0x3f -.byte 0x09, 0x0e, 0x54, 0x32, 0x5e, 0xbf, 0x0d, 0x62, 0x7a, 0x27, 0xef, 0x80, 0xe8, 0xdb, 0xd9, 0x4b -.byte 0x06, 0x5a, 0x37, 0x5a, 0x25, 0xd0, 0x08, 0x12, 0x77, 0xd4, 0x6f, 0x09, 0x50, 0x97, 0x3d, 0xc8 -.byte 0x1d, 0xc3, 0xdf, 0x8c, 0x45, 0x30, 0x56, 0xc6, 0xd3, 0x64, 0xab, 0x66, 0xf3, 0xc0, 0x5e, 0x96 -.byte 0x9c, 0xc3, 0xc4, 0xef, 0xc3, 0x7c, 0x6b, 0x8b, 0x3a, 0x79, 0x7f, 0xb3, 0x49, 0xcf, 0x3d, 0xe2 -.byte 0x89, 0x9f, 0xa0, 0x30, 0x4b, 0x85, 0xb9, 0x9c, 0x94, 0x24, 0x79, 0x8f, 0x7d, 0x6b, 0xa9, 0x45 -.byte 0x68, 0x0f, 0x2b, 0xd0, 0xf1, 0xda, 0x1c, 0xcb, 0x69, 0xb8, 0xca, 0x49, 0x62, 0x6d, 0xc8, 0xd0 -.byte 0x63, 0x62, 0xdd, 0x60, 0x0f, 0x58, 0xaa, 0x8f, 0xa1, 0xbc, 0x05, 0xa5, 0x66, 0xa2, 0xcf, 0x1b -.byte 0x76, 0xb2, 0x84, 0x64, 0xb1, 0x4c, 0x39, 0x52, 0xc0, 0x30, 0xba, 0xf0, 0x8c, 0x4b, 0x02, 0xb0 -.byte 0xb6, 0xb7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x50, 0x00, 0x78, 0x00, 0x30, 0x4e, 0x31, 0x0b, 0x30 -.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03 -.byte 0x55, 0x04, 0x0a, 0x0c, 0x09, 0x43, 0x6f, 0x6d, 0x6d, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x31, 0x2b -.byte 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x22, 0x43, 0x6f, 0x6d, 0x6d, 0x53, 0x63, 0x6f -.byte 0x70, 0x65, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20 -.byte 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x2d, 0x30, 0x31, 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, 0x4b, 0x36, 0xe9, 0xae, 0x57, 0x5e, 0xa8, 0x70, 0xd7, 0xd0, 0x8f, 0x74, 0x62 -.byte 0x77, 0xc3, 0x5e, 0x7a, 0xaa, 0xe5, 0xb6, 0xa2, 0xf1, 0x78, 0xfd, 0x02, 0x7e, 0x57, 0xdd, 0x91 -.byte 0x79, 0x9c, 0x6c, 0xb9, 0x52, 0x88, 0x54, 0xbc, 0x2f, 0x04, 0xbe, 0xb8, 0xcd, 0xf6, 0x10, 0xd1 -.byte 0x29, 0xec, 0xb5, 0xd0, 0xa0, 0xc3, 0xf0, 0x89, 0x70, 0x19, 0xbb, 0x51, 0x65, 0xc5, 0x43, 0x9c -.byte 0xc3, 0x9b, 0x63, 0x9d, 0x20, 0x83, 0x3e, 0x06, 0x0b, 0xa6, 0x42, 0x44, 0x85, 0x11, 0xa7, 0x4a -.byte 0x3a, 0x2d, 0xe9, 0xd6, 0x68, 0x2f, 0x48, 0x4e, 0x53, 0x2b, 0x07, 0x3f, 0x4d, 0xbd, 0xb9, 0xac -.byte 0x77, 0x39, 0x57, 0x50, 0x00, 0x78, 0x00, 0x30, 0x4e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 -.byte 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c -.byte 0x09, 0x43, 0x6f, 0x6d, 0x6d, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03 -.byte 0x55, 0x04, 0x03, 0x0c, 0x22, 0x43, 0x6f, 0x6d, 0x6d, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x20, 0x50 -.byte 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x45, 0x43, 0x43, 0x20 -.byte 0x52, 0x6f, 0x6f, 0x74, 0x2d, 0x30, 0x32, 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, 0x78 -.byte 0x30, 0x81, 0xe8, 0x63, 0x1e, 0xe5, 0xeb, 0x71, 0x51, 0x0f, 0xf7, 0x07, 0x07, 0xca, 0x39, 0x99 -.byte 0x7c, 0x4e, 0xd5, 0x0f, 0xcc, 0x30, 0x30, 0x0b, 0x8f, 0x66, 0x93, 0x3e, 0xcf, 0xbd, 0xc5, 0x86 -.byte 0xbd, 0xf9, 0xb1, 0xb7, 0xb4, 0x3e, 0xb4, 0x07, 0xc8, 0xf3, 0x96, 0x31, 0xf3, 0xed, 0xa4, 0x4f -.byte 0xf8, 0xa3, 0x4e, 0x8d, 0x29, 0x15, 0x58, 0xb8, 0xd5, 0x6f, 0x7f, 0xee, 0x6c, 0x22, 0xb5, 0xb0 -.byte 0xaf, 0x48, 0x45, 0x0a, 0xbd, 0xa8, 0x49, 0x94, 0xbf, 0x84, 0x43, 0xb0, 0xdb, 0x84, 0x4a, 0x03 -.byte 0x23, 0x19, 0x67, 0x6a, 0x6f, 0xc1, 0x6e, 0xbc, 0x06, 0x39, 0x37, 0xd1, 0x88, 0x22, 0xf7, 0x50 -.byte 0x00, 0x26, 0x02, 0x30, 0x4e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 -.byte 0x55, 0x53, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x09, 0x43, 0x6f, 0x6d -.byte 0x6d, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c -.byte 0x22, 0x43, 0x6f, 0x6d, 0x6d, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69 -.byte 0x63, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x52, 0x53, 0x41, 0x20, 0x52, 0x6f, 0x6f, 0x74 -.byte 0x2d, 0x30, 0x31, 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, 0xb0, 0x48, 0x65, 0xa3, 0x0d, 0x1d, 0x42, 0xe3, 0x91, 0x6d, 0x9d, 0x84 -.byte 0xa4, 0x61, 0x96, 0x12, 0xc2, 0xed, 0xc3, 0xda, 0x23, 0x34, 0x19, 0x76, 0xf6, 0xea, 0xfd, 0x55 -.byte 0x5a, 0xf6, 0x55, 0x01, 0x53, 0x0f, 0xf2, 0xcc, 0x8c, 0x97, 0x4f, 0xb9, 0x50, 0xcb, 0xb3, 0x01 -.byte 0x44, 0x56, 0x96, 0xfd, 0x9b, 0x28, 0xec, 0x7b, 0x74, 0x0b, 0xe7, 0x42, 0x6b, 0x55, 0xce, 0xc9 -.byte 0x61, 0xb2, 0xe8, 0xad, 0x40, 0x3c, 0xba, 0xb9, 0x41, 0x0a, 0x05, 0x4f, 0x1b, 0x26, 0x85, 0x8f -.byte 0x43, 0xb5, 0x40, 0xb5, 0x85, 0xd1, 0xd4, 0x71, 0xdc, 0x83, 0x41, 0xf3, 0xf6, 0x45, 0xc7, 0x80 -.byte 0xa2, 0x84, 0x50, 0x97, 0x46, 0xce, 0xa0, 0x0c, 0xc4, 0x60, 0x56, 0x04, 0x1d, 0x07, 0x5b, 0x46 -.byte 0xa5, 0x0e, 0xb2, 0x4b, 0xa4, 0x0e, 0xa5, 0x7c, 0xee, 0xf8, 0xd4, 0x62, 0x03, 0xb9, 0x93, 0x6a -.byte 0x8a, 0x14, 0xb8, 0x70, 0xf8, 0x2e, 0x82, 0x46, 0x38, 0x23, 0x0e, 0x74, 0xc7, 0x6b, 0x41, 0xb7 -.byte 0xd0, 0x29, 0xa3, 0x9d, 0x80, 0xb0, 0x7e, 0x77, 0x93, 0x63, 0x42, 0xfb, 0x34, 0x83, 0x3b, 0x73 -.byte 0xa3, 0x5a, 0x21, 0x36, 0xeb, 0x47, 0xfa, 0x18, 0x17, 0xd9, 0xba, 0x66, 0xc2, 0x93, 0xa4, 0x8f -.byte 0xfc, 0x5d, 0xa4, 0xad, 0xfc, 0x50, 0x6a, 0x95, 0xac, 0xbc, 0x24, 0x33, 0xd1, 0xbd, 0x88, 0x7f -.byte 0x86, 0xf5, 0xf5, 0xb2, 0x73, 0x2a, 0x8f, 0x7c, 0xaf, 0x08, 0xf2, 0x1a, 0x98, 0x3f, 0xa9, 0x81 -.byte 0x65, 0x3f, 0xc1, 0x8c, 0x89, 0xc5, 0x96, 0x30, 0x9a, 0x0a, 0xcf, 0xf4, 0xd4, 0xc8, 0x34, 0xed -.byte 0x9d, 0x2f, 0xbc, 0x8d, 0x38, 0x86, 0x53, 0xee, 0x97, 0x9f, 0xa9, 0xb2, 0x63, 0x94, 0x17, 0x8d -.byte 0x0f, 0xdc, 0x66, 0x2a, 0x7c, 0x52, 0x51, 0x75, 0xcb, 0x99, 0x8e, 0xe8, 0x3d, 0x5c, 0xbf, 0x9e -.byte 0x3b, 0x28, 0x8d, 0x83, 0x02, 0x0f, 0xa9, 0x9f, 0x72, 0xe2, 0x2c, 0x2b, 0xb3, 0xdc, 0x66, 0x97 -.byte 0x00, 0x40, 0xd0, 0xa4, 0x54, 0x8e, 0x9b, 0x5d, 0x7b, 0x45, 0x36, 0x26, 0xd6, 0x72, 0x43, 0xeb -.byte 0xcf, 0xc0, 0xea, 0x0d, 0xdc, 0xce, 0x12, 0xe6, 0x7d, 0x38, 0x9f, 0x05, 0x27, 0xa8, 0x97, 0x3e -.byte 0xe9, 0x51, 0xc6, 0x6c, 0x05, 0x28, 0xc1, 0x02, 0x0f, 0xe9, 0x18, 0x6d, 0xec, 0xbd, 0x9c, 0x06 -.byte 0xd4, 0xa7, 0x49, 0xf4, 0x54, 0x05, 0x6b, 0x6c, 0x30, 0xf1, 0xeb, 0x03, 0xd5, 0xea, 0x3d, 0x6a -.byte 0x76, 0xc2, 0xcb, 0x1a, 0x28, 0x49, 0x4d, 0x7f, 0x64, 0xe0, 0xfa, 0x2b, 0xda, 0x73, 0x83, 0x81 -.byte 0xff, 0x91, 0x03, 0xbd, 0x94, 0xbb, 0xe4, 0xb8, 0x8e, 0x9c, 0x32, 0x63, 0xcd, 0x9f, 0xbb, 0x68 -.byte 0x81, 0xb1, 0x84, 0x5b, 0xaf, 0x36, 0xbf, 0x77, 0xee, 0x1d, 0x7f, 0xf7, 0x49, 0x9b, 0x52, 0xec -.byte 0xd2, 0x77, 0x5a, 0x7d, 0x91, 0x9d, 0x4d, 0xc2, 0x39, 0x2d, 0xe4, 0xba, 0x82, 0xf8, 0x6f, 0xf2 -.byte 0x4e, 0x1e, 0x0f, 0x4e, 0xe6, 0x3f, 0x59, 0xa5, 0x23, 0xdc, 0x3d, 0x87, 0xa8, 0x28, 0x58, 0x28 -.byte 0xd1, 0xf1, 0x1b, 0x36, 0xdb, 0x4f, 0xc4, 0xff, 0xe1, 0x8c, 0x5b, 0x72, 0x8c, 0xc7, 0x26, 0x03 -.byte 0x27, 0xa3, 0x39, 0x0a, 0x01, 0xaa, 0xc0, 0xb2, 0x31, 0x60, 0x83, 0x22, 0xa1, 0x4f, 0x12, 0x09 -.byte 0x01, 0x11, 0xaf, 0x34, 0xd4, 0xcf, 0xd7, 0xae, 0x62, 0xd3, 0x05, 0x07, 0xb4, 0x31, 0x75, 0xe0 -.byte 0x0d, 0x6d, 0x57, 0x4f, 0x69, 0x87, 0xf9, 0x57, 0xa9, 0xba, 0x15, 0xf6, 0xc8, 0x52, 0x6d, 0xa1 -.byte 0xcb, 0x9c, 0x1f, 0xe5, 0xfc, 0x78, 0xa8, 0x35, 0x9a, 0x9f, 0x41, 0x14, 0xce, 0xa5, 0xb4, 0xce -.byte 0x94, 0x08, 0x1c, 0x09, 0xad, 0x56, 0xe5, 0xda, 0xb6, 0x49, 0x9a, 0x4a, 0xea, 0x63, 0x18, 0x53 -.byte 0x9c, 0x2c, 0x2e, 0xc3, 0x02, 0x03, 0x01, 0x00, 0x01, 0x50, 0x00, 0x26, 0x02, 0x30, 0x4e, 0x31 -.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x12, 0x30, 0x10 -.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x09, 0x43, 0x6f, 0x6d, 0x6d, 0x53, 0x63, 0x6f, 0x70, 0x65 -.byte 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x22, 0x43, 0x6f, 0x6d, 0x6d, 0x53 -.byte 0x63, 0x6f, 0x70, 0x65, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x54, 0x72, 0x75, 0x73 -.byte 0x74, 0x20, 0x52, 0x53, 0x41, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x2d, 0x30, 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, 0xe1, 0xfa -.byte 0x0e, 0xfb, 0x68, 0x00, 0x12, 0xc8, 0x4d, 0xd5, 0xac, 0x22, 0xc4, 0x35, 0x01, 0x3b, 0xc5, 0x54 -.byte 0xe5, 0x59, 0x76, 0x63, 0xa5, 0x7f, 0xeb, 0xc1, 0xc4, 0x6a, 0x98, 0xbd, 0x32, 0x8d, 0x17, 0x80 -.byte 0xeb, 0x5d, 0xba, 0xd1, 0x62, 0x3d, 0x25, 0x23, 0x19, 0x35, 0x14, 0xe9, 0x7f, 0x89, 0xa7, 0x1b -.byte 0x62, 0x3c, 0xd6, 0x50, 0xe7, 0x34, 0x95, 0x03, 0x32, 0xb1, 0xb4, 0x93, 0x22, 0x3d, 0xa7, 0xe2 -.byte 0xb1, 0xed, 0xe6, 0x7b, 0x4e, 0x2e, 0x87, 0x9b, 0x0d, 0x33, 0x75, 0x0a, 0xde, 0xaa, 0x35, 0xe7 -.byte 0x7e, 0xe5, 0x36, 0x98, 0xa2, 0xae, 0x25, 0x9e, 0x95, 0xb3, 0x32, 0x96, 0xa4, 0x2b, 0x58, 0x1e -.byte 0xef, 0x3f, 0xfe, 0x62, 0x34, 0x48, 0x51, 0xd1, 0xb4, 0x8d, 0x42, 0xad, 0x60, 0xda, 0x49, 0x6a -.byte 0x95, 0x70, 0xdd, 0xd2, 0x00, 0xe2, 0xcc, 0x57, 0x63, 0x02, 0x7b, 0x96, 0xdd, 0x49, 0x97, 0x5b -.byte 0x92, 0x4e, 0x95, 0xd3, 0xf9, 0xcb, 0x29, 0x1f, 0x18, 0x4a, 0xf8, 0x01, 0x2a, 0xd2, 0x63, 0x09 -.byte 0x6e, 0x24, 0xe9, 0x89, 0xd2, 0xe5, 0xc7, 0x22, 0x4c, 0xdc, 0x73, 0x86, 0x47, 0x00, 0xaa, 0x0d -.byte 0x88, 0x8e, 0xae, 0x85, 0x7d, 0x4a, 0xe9, 0xbb, 0x33, 0x4f, 0x0e, 0x52, 0x70, 0x9d, 0x95, 0xe3 -.byte 0x7c, 0x6d, 0x96, 0x5b, 0x2d, 0x3d, 0x5f, 0xa1, 0x83, 0x46, 0x5d, 0xb6, 0xe3, 0x25, 0xb8, 0x7c -.byte 0xa7, 0x19, 0x80, 0x1c, 0xea, 0x65, 0x43, 0xdc, 0x91, 0x79, 0x36, 0x2c, 0x74, 0x7c, 0xf2, 0x67 -.byte 0x06, 0xc9, 0x89, 0xc9, 0xdb, 0xbf, 0xda, 0x68, 0xbf, 0x23, 0xed, 0xdc, 0x6b, 0xad, 0x28, 0x83 -.byte 0x79, 0x2f, 0xec, 0x38, 0xa5, 0x0d, 0x37, 0x01, 0x67, 0x27, 0x9a, 0xe9, 0x33, 0xd9, 0x33, 0x5f -.byte 0x37, 0xa1, 0xc5, 0xf0, 0xab, 0x3d, 0xfa, 0x78, 0xb0, 0xe7, 0x2c, 0x9f, 0xf6, 0x3e, 0x9f, 0x60 -.byte 0xe0, 0xef, 0x48, 0xe9, 0x90, 0x45, 0x1e, 0x05, 0x51, 0x78, 0x1a, 0x2c, 0x12, 0x2c, 0x5c, 0x28 -.byte 0xac, 0x0d, 0xa2, 0x23, 0x9e, 0x34, 0x8f, 0x05, 0xe6, 0xa2, 0x33, 0xce, 0x11, 0x77, 0x13, 0xd4 -.byte 0x0e, 0xa4, 0x1e, 0x42, 0x1f, 0x86, 0xcd, 0x70, 0xfe, 0xd9, 0x2e, 0x15, 0x3d, 0x1d, 0xbb, 0xb8 -.byte 0xf2, 0x53, 0x57, 0xdb, 0xcc, 0xc6, 0x74, 0x29, 0x9c, 0x18, 0xb3, 0x36, 0x75, 0x38, 0x2e, 0x0f -.byte 0x54, 0xa1, 0xf8, 0x92, 0x1f, 0x89, 0x96, 0x4f, 0xbb, 0xd4, 0xee, 0x9d, 0xe9, 0x3b, 0x36, 0x42 -.byte 0xb5, 0x0a, 0x3b, 0x2a, 0xd4, 0x64, 0x79, 0x36, 0x10, 0xe1, 0xf9, 0x91, 0x03, 0x2b, 0x7b, 0x20 -.byte 0x54, 0xcd, 0x0d, 0x19, 0x1a, 0xc8, 0x41, 0x32, 0x34, 0xd1, 0xb0, 0x99, 0xe1, 0x90, 0x1e, 0x01 -.byte 0x40, 0x36, 0xb5, 0xb7, 0xfa, 0xa9, 0xe5, 0x77, 0x75, 0xa4, 0x22, 0x81, 0x5d, 0xb0, 0x8b, 0xe4 -.byte 0x27, 0x12, 0x0f, 0x54, 0x88, 0xc6, 0xdb, 0x85, 0x74, 0xe6, 0xb7, 0xc0, 0xd7, 0xa6, 0x29, 0xfa -.byte 0xdb, 0xde, 0xf3, 0x93, 0x97, 0x27, 0x04, 0x55, 0x2f, 0x0a, 0x6f, 0x37, 0xc5, 0x3d, 0x13, 0xaf -.byte 0x0a, 0x00, 0xa9, 0x2c, 0x8b, 0x1c, 0x81, 0x28, 0xd7, 0xef, 0x86, 0x31, 0xa9, 0xae, 0xf2, 0x6e -.byte 0xb8, 0xca, 0x6a, 0x2c, 0x54, 0x47, 0xd8, 0x2a, 0x88, 0x2e, 0xaf, 0xc1, 0x07, 0x10, 0x78, 0xac -.byte 0x11, 0xa2, 0x2f, 0x42, 0xf0, 0x37, 0xc5, 0xf2, 0xb8, 0x56, 0xdd, 0x0e, 0x62, 0x2d, 0xce, 0x2d -.byte 0x56, 0x7e, 0x55, 0xf2, 0xa7, 0x44, 0xf6, 0x2b, 0x32, 0xf4, 0x23, 0xa8, 0x47, 0xe8, 0xd4, 0x2a -.byte 0x01, 0x78, 0xcf, 0x6a, 0xc3, 0x37, 0xa8, 0x9e, 0x65, 0xd2, 0x2c, 0xe5, 0xfa, 0xba, 0x33, 0xc1 -.byte 0x06, 0x44, 0xf6, 0xe6, 0xcf, 0xa5, 0x0d, 0xa7, 0x66, 0x08, 0x34, 0x8a, 0x2c, 0xf3, 0x02, 0x03 -.byte 0x01, 0x00, 0x01, 0x50, 0x00, 0x78, 0x00, 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, 0x50 -.byte 0x00, 0x78, 0x00, 0x30, 0x4e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 -.byte 0x55, 0x53, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0f, 0x53, 0x53, 0x4c -.byte 0x20, 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x25, 0x30, 0x23 -.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1c, 0x53, 0x53, 0x4c, 0x2e, 0x63, 0x6f, 0x6d, 0x20, 0x54 -.byte 0x4c, 0x53, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32 -.byte 0x30, 0x32, 0x32, 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, 0x45, 0x29, 0x35, 0x73, 0xfa -.byte 0xc2, 0xb8, 0x23, 0xce, 0x14, 0x7d, 0xa8, 0xb1, 0x4d, 0xa0, 0x5b, 0x36, 0xee, 0x2a, 0x2c, 0x53 -.byte 0xc3, 0x60, 0x09, 0x35, 0xb2, 0x24, 0x66, 0x26, 0x69, 0xc0, 0xb3, 0x95, 0xd6, 0x5d, 0x92, 0x40 -.byte 0x19, 0x0e, 0xc6, 0xa5, 0x13, 0x70, 0xf4, 0xef, 0x12, 0x51, 0x28, 0x5d, 0xe7, 0xcc, 0xbd, 0xf9 -.byte 0x3c, 0x85, 0xc1, 0xcf, 0x94, 0x90, 0xc9, 0x2b, 0xce, 0x92, 0x42, 0x58, 0x59, 0x67, 0xfd, 0x94 -.byte 0x27, 0x10, 0x64, 0x8c, 0x4f, 0x04, 0xb1, 0x4d, 0x49, 0xe4, 0x7b, 0x4f, 0x9b, 0xf5, 0xe7, 0x08 -.byte 0xf8, 0x03, 0x88, 0xf7, 0xa7, 0xc3, 0x92, 0x4b, 0x19, 0x54, 0x81, 0x50, 0x00, 0x26, 0x02, 0x30 -.byte 0x4e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x18 -.byte 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0f, 0x53, 0x53, 0x4c, 0x20, 0x43, 0x6f, 0x72 -.byte 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04 -.byte 0x03, 0x0c, 0x1c, 0x53, 0x53, 0x4c, 0x2e, 0x63, 0x6f, 0x6d, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x52 -.byte 0x53, 0x41, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x32, 0x32, 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 0xd0, 0xa4, 0x09, 0x72, 0x4f, 0x40, 0x88, 0x12, 0x61, 0x3e, 0x35, 0x23, 0x9e, 0xee, 0xf6, 0x74 -.byte 0xcf, 0x2f, 0x7b, 0x58, 0x3d, 0xce, 0x3c, 0x0d, 0x10, 0x28, 0x90, 0x2f, 0x97, 0xf7, 0x8c, 0x48 -.byte 0xd8, 0xa0, 0xd8, 0x25, 0xb1, 0x4c, 0xb0, 0x11, 0x4c, 0x17, 0x73, 0x50, 0xd0, 0x22, 0x4a, 0x63 -.byte 0xbb, 0x81, 0xd3, 0x29, 0x6e, 0xd5, 0xb5, 0x09, 0x3e, 0x26, 0x18, 0x7f, 0xb2, 0x12, 0x7f, 0x93 -.byte 0x98, 0xb7, 0xaf, 0xf0, 0x36, 0xbf, 0xf2, 0xee, 0x18, 0x9e, 0x9c, 0x3b, 0x52, 0xc5, 0x47, 0x19 -.byte 0x5d, 0x74, 0xf3, 0x64, 0x66, 0xd5, 0x5d, 0xc7, 0x68, 0xb4, 0xbf, 0x1b, 0x1c, 0x06, 0xa3, 0xbc -.byte 0x8f, 0x40, 0x23, 0xb6, 0x1e, 0xc6, 0x84, 0xbd, 0x51, 0xc4, 0x1b, 0x39, 0xc1, 0x95, 0xd2, 0x29 -.byte 0xec, 0x4b, 0xae, 0x7b, 0x2d, 0xbf, 0x39, 0xfd, 0xb4, 0x62, 0xde, 0x96, 0x7b, 0x41, 0xc6, 0x9c -.byte 0xa0, 0xe0, 0x06, 0x72, 0xfb, 0xf0, 0x07, 0x97, 0x09, 0x39, 0x81, 0x74, 0xaf, 0xf7, 0x34, 0x59 -.byte 0x11, 0x57, 0x0a, 0xc2, 0x5b, 0xc1, 0x24, 0xf4, 0x31, 0x73, 0x30, 0x82, 0xc6, 0x9d, 0xba, 0x02 -.byte 0xf7, 0x3e, 0x7c, 0x44, 0x5f, 0x83, 0x0d, 0xf3, 0xf1, 0xdd, 0x20, 0x69, 0x16, 0x09, 0x50, 0xe2 -.byte 0xd4, 0x55, 0xb6, 0xe0, 0x80, 0x72, 0x76, 0x6e, 0x4c, 0x47, 0xb7, 0x75, 0x55, 0x59, 0xb4, 0x53 -.byte 0x74, 0xd9, 0x94, 0xc6, 0x41, 0xad, 0x58, 0x8a, 0x31, 0x66, 0x0f, 0x1e, 0xa2, 0x1b, 0x29, 0x40 -.byte 0x4e, 0x2f, 0xdf, 0x7b, 0xe6, 0x16, 0x2c, 0x2d, 0xfc, 0xbf, 0xec, 0xf3, 0xb4, 0xfa, 0xbe, 0x18 -.byte 0xf6, 0x9b, 0x49, 0xd4, 0xee, 0x05, 0x6e, 0xd9, 0x34, 0xf3, 0x9c, 0xf1, 0xec, 0x01, 0x8b, 0xd1 -.byte 0x20, 0xc6, 0x0f, 0xa0, 0xb5, 0xbc, 0x17, 0x4e, 0x48, 0x7b, 0x51, 0xc2, 0xfc, 0xe9, 0x5c, 0x69 -.byte 0x37, 0x47, 0x66, 0xb3, 0x68, 0xf8, 0x15, 0x28, 0xf0, 0xb9, 0xd3, 0xa4, 0x15, 0xcc, 0x5a, 0x4f -.byte 0xba, 0x52, 0x70, 0xa3, 0x12, 0x45, 0xdd, 0xc6, 0xba, 0x4e, 0xfb, 0xc2, 0xd0, 0xf7, 0xa8, 0x52 -.byte 0x27, 0x6d, 0x6e, 0x79, 0xb5, 0x8c, 0xfc, 0x7b, 0x8c, 0xc1, 0x16, 0x4c, 0xee, 0x80, 0x7f, 0xbe -.byte 0xf0, 0x76, 0xbe, 0x41, 0x53, 0x12, 0x33, 0xae, 0x5a, 0x38, 0x42, 0xab, 0xd7, 0x0f, 0x3e, 0x41 -.byte 0x8d, 0x76, 0x07, 0x32, 0xd5, 0xab, 0x89, 0xf6, 0x4e, 0x67, 0xd9, 0xb1, 0x42, 0x75, 0x23, 0x6e -.byte 0xf3, 0xcd, 0x42, 0xb2, 0xfc, 0x55, 0xf5, 0x53, 0x87, 0x17, 0x3b, 0xc0, 0x33, 0x58, 0xf1, 0x52 -.byte 0xd2, 0xf9, 0x80, 0xa4, 0xf0, 0xe8, 0xf0, 0x3b, 0x8b, 0x38, 0xcc, 0xa4, 0xc6, 0x90, 0x7f, 0x0f -.byte 0x9c, 0xfd, 0x8b, 0xd1, 0xa3, 0xcf, 0xda, 0x83, 0xa7, 0x69, 0xc9, 0x50, 0x36, 0xd5, 0x5c, 0x05 -.byte 0xd2, 0x0a, 0x41, 0x74, 0xdb, 0x63, 0x11, 0x37, 0xc1, 0xa5, 0xa0, 0x96, 0x4b, 0x1e, 0x8c, 0x16 -.byte 0x12, 0x77, 0xae, 0x94, 0x34, 0x7b, 0x1e, 0x7f, 0xc2, 0x66, 0x00, 0xe4, 0xaa, 0x83, 0xea, 0x8a -.byte 0x90, 0xad, 0xce, 0x36, 0x44, 0x4d, 0xd1, 0x51, 0xe9, 0xbc, 0x1f, 0xf3, 0x6a, 0x05, 0xfd, 0xc0 -.byte 0x74, 0x1f, 0x25, 0x19, 0x40, 0x51, 0x6e, 0xea, 0x82, 0x51, 0x40, 0xdf, 0x9b, 0xb9, 0x08, 0x2a -.byte 0x06, 0x02, 0xd5, 0x23, 0x1c, 0x13, 0xd6, 0xe9, 0xdb, 0xdb, 0xc6, 0xb0, 0x7a, 0xcb, 0x7b, 0x27 -.byte 0x9b, 0xfb, 0xe0, 0xd5, 0x46, 0x24, 0xed, 0x10, 0x4b, 0x63, 0x4b, 0xa5, 0x05, 0x8f, 0xba, 0xb8 -.byte 0x1d, 0x2b, 0xa6, 0xfa, 0x91, 0xe2, 0x92, 0x52, 0xbd, 0xec, 0xeb, 0x67, 0x97, 0x6d, 0x9a, 0x2d -.byte 0x9f, 0x81, 0x32, 0x05, 0x67, 0x32, 0xfb, 0x48, 0x08, 0x3f, 0xd9, 0x25, 0xb8, 0x04, 0x25, 0x2f -.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x51, 0x00, 0x26, 0x02, 0x30, 0x4f, 0x31, 0x0b, 0x30, 0x09, 0x06 -.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x57, 0x31, 0x23, 0x30, 0x21, 0x06, 0x03, 0x55, 0x04 -.byte 0x0a, 0x0c, 0x1a, 0x43, 0x68, 0x75, 0x6e, 0x67, 0x68, 0x77, 0x61, 0x20, 0x54, 0x65, 0x6c, 0x65 -.byte 0x63, 0x6f, 0x6d, 0x20, 0x43, 0x6f, 0x2e, 0x2c, 0x20, 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x1b, 0x30 -.byte 0x19, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x12, 0x48, 0x69, 0x50, 0x4b, 0x49, 0x20, 0x52, 0x6f -.byte 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x47, 0x31, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d -.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02 -.byte 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xf4, 0x1e, 0x7f, 0x52, 0x73 -.byte 0x32, 0x0c, 0x73, 0xe4, 0xbd, 0x13, 0x74, 0xa3, 0xd4, 0x30, 0xa8, 0xd0, 0xae, 0x4b, 0xd8, 0xb6 -.byte 0xdf, 0x75, 0x47, 0x66, 0xf4, 0x7c, 0xe7, 0x39, 0x04, 0x1e, 0x6a, 0x70, 0x20, 0xd2, 0x5a, 0x47 -.byte 0x72, 0x67, 0x55, 0xf4, 0xa5, 0xe8, 0x9d, 0xd5, 0x1e, 0x21, 0xa1, 0xf0, 0x67, 0xba, 0xcc, 0x21 -.byte 0x68, 0xbe, 0x44, 0x53, 0xbf, 0x8d, 0xf9, 0xe2, 0xdc, 0x2f, 0x55, 0xc8, 0x37, 0x3f, 0x1f, 0xa4 -.byte 0xc0, 0x9c, 0xb3, 0xe4, 0x77, 0x5c, 0xa0, 0x46, 0xfe, 0x77, 0xfa, 0x1a, 0xa0, 0x38, 0xea, 0xed -.byte 0x9a, 0x72, 0xde, 0x2b, 0xbd, 0x94, 0x57, 0x3a, 0xba, 0xec, 0x79, 0xe7, 0x5f, 0x7d, 0x42, 0x64 -.byte 0x39, 0x7a, 0x26, 0x36, 0xf7, 0x24, 0xf0, 0xd5, 0x2f, 0xba, 0x95, 0x98, 0x11, 0x66, 0xad, 0x97 -.byte 0x35, 0xd6, 0x75, 0x01, 0x80, 0xe0, 0xaf, 0xf4, 0x84, 0x61, 0x8c, 0x0d, 0x1e, 0x5f, 0x7c, 0x87 -.byte 0x96, 0x5e, 0x41, 0xaf, 0xeb, 0x87, 0xea, 0xf8, 0x5d, 0xf1, 0x2e, 0x88, 0x05, 0x3e, 0x4c, 0x22 -.byte 0xbb, 0xda, 0x1f, 0x2a, 0xdd, 0x52, 0x46, 0x64, 0x39, 0xf3, 0x42, 0xce, 0xd9, 0x9e, 0x0c, 0xb3 -.byte 0xb0, 0x77, 0x97, 0x64, 0x9c, 0xc0, 0xf4, 0xa3, 0x2e, 0x1f, 0x95, 0x07, 0xb0, 0x17, 0xdf, 0x30 -.byte 0xdb, 0x00, 0x18, 0x96, 0x4c, 0xa1, 0x81, 0x4b, 0xdd, 0x04, 0x6d, 0x53, 0xa3, 0x3d, 0xfc, 0x07 -.byte 0xac, 0xd4, 0xc5, 0x37, 0x82, 0xeb, 0xe4, 0x95, 0x08, 0x19, 0x28, 0x82, 0xd2, 0x42, 0x3a, 0xa3 -.byte 0xd8, 0x53, 0xec, 0x79, 0x89, 0x60, 0x48, 0x60, 0xc8, 0x72, 0x92, 0x50, 0xdc, 0x03, 0x8f, 0x83 -.byte 0x3f, 0xb2, 0x42, 0x57, 0x5a, 0xdb, 0x6a, 0xe9, 0x11, 0x97, 0xdd, 0x85, 0x28, 0xbc, 0x30, 0x4c -.byte 0xab, 0xe3, 0xc2, 0xb1, 0x45, 0x44, 0x47, 0x1f, 0xe0, 0x8a, 0x16, 0x07, 0x96, 0xd2, 0x21, 0x0f -.byte 0x53, 0xc0, 0xed, 0xa9, 0x7e, 0xd4, 0x4e, 0xec, 0x9b, 0x09, 0xec, 0xaf, 0x42, 0xac, 0x30, 0xd6 -.byte 0xbf, 0xd1, 0x10, 0x45, 0xe0, 0xa6, 0x16, 0xb2, 0xa5, 0xc5, 0xd3, 0x4f, 0x73, 0x94, 0x33, 0x71 -.byte 0x02, 0xa1, 0x6a, 0xa3, 0xd6, 0x33, 0x97, 0x4f, 0x21, 0x63, 0x1e, 0x5b, 0x8f, 0xd9, 0xc1, 0x5e -.byte 0x45, 0x71, 0x77, 0x0f, 0x81, 0x5d, 0x5f, 0x21, 0x9a, 0xad, 0x83, 0xcc, 0xfa, 0x5e, 0xd6, 0x8d -.byte 0x23, 0x5f, 0x1b, 0x3d, 0x41, 0xaf, 0x20, 0x75, 0x66, 0x5a, 0x4a, 0xf6, 0x9f, 0xfb, 0xab, 0x18 -.byte 0xf7, 0x71, 0xc0, 0xb6, 0x1d, 0x31, 0xec, 0x3b, 0x20, 0xeb, 0xcb, 0xe2, 0xb8, 0xf5, 0xae, 0x92 -.byte 0xb2, 0xf7, 0xe1, 0x84, 0x4b, 0xf2, 0xa2, 0xf2, 0x93, 0x9a, 0x22, 0x9e, 0xd3, 0x14, 0x6f, 0x36 -.byte 0x54, 0xbd, 0x1f, 0x5e, 0x59, 0x15, 0xb9, 0x73, 0xa8, 0xc1, 0x7c, 0x6f, 0x7b, 0x62, 0xe9, 0x16 -.byte 0x6c, 0x47, 0x5a, 0x65, 0xf3, 0x0e, 0x11, 0x9b, 0x46, 0xd9, 0xfd, 0x6d, 0xdc, 0xd6, 0x9c, 0xc0 -.byte 0xb4, 0x7d, 0xa5, 0xb0, 0xdd, 0x3f, 0x56, 0x6f, 0xa1, 0xf9, 0xf6, 0xe4, 0x12, 0x48, 0xfd, 0x06 -.byte 0x7f, 0x12, 0x57, 0xb6, 0xa9, 0x23, 0x4f, 0x5b, 0x03, 0xc3, 0xe0, 0x71, 0x2a, 0x23, 0xb7, 0xf7 -.byte 0xb0, 0xb1, 0x3b, 0xbc, 0x98, 0xbd, 0xd6, 0x98, 0xa8, 0x0c, 0x6b, 0xf6, 0x8e, 0x12, 0x67, 0xa6 -.byte 0xf2, 0xb2, 0x58, 0xe4, 0x02, 0x09, 0x13, 0x3c, 0xa9, 0xbb, 0x10, 0xb4, 0xd2, 0x30, 0x45, 0xf1 -.byte 0xec, 0xf7, 0x00, 0x11, 0xdf, 0x65, 0xf8, 0xdc, 0x2b, 0x43, 0x55, 0xbf, 0x16, 0x97, 0xc4, 0x0f -.byte 0xd5, 0x2c, 0x61, 0x84, 0xaa, 0x72, 0x86, 0xfe, 0xe6, 0x3a, 0x7e, 0xc2, 0x3f, 0x7d, 0xee, 0xfc -.byte 0x2f, 0x14, 0x3e, 0xe6, 0x85, 0xdd, 0x50, 0x6f, 0xb7, 0x49, 0xed, 0x02, 0x03, 0x01, 0x00, 0x01 -.byte 0x51, 0x00, 0x26, 0x02, 0x30, 0x4f, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 -.byte 0x02, 0x55, 0x53, 0x31, 0x29, 0x30, 0x27, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x20, 0x49, 0x6e -.byte 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x20, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x20 -.byte 0x52, 0x65, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x20, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x31, 0x15 -.byte 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0c, 0x49, 0x53, 0x52, 0x47, 0x20, 0x52, 0x6f -.byte 0x6f, 0x74, 0x20, 0x58, 0x31, 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, 0xad, 0xe8, 0x24, 0x73, 0xf4, 0x14, 0x37, 0xf3, 0x9b, 0x9e -.byte 0x2b, 0x57, 0x28, 0x1c, 0x87, 0xbe, 0xdc, 0xb7, 0xdf, 0x38, 0x90, 0x8c, 0x6e, 0x3c, 0xe6, 0x57 -.byte 0xa0, 0x78, 0xf7, 0x75, 0xc2, 0xa2, 0xfe, 0xf5, 0x6a, 0x6e, 0xf6, 0x00, 0x4f, 0x28, 0xdb, 0xde -.byte 0x68, 0x86, 0x6c, 0x44, 0x93, 0xb6, 0xb1, 0x63, 0xfd, 0x14, 0x12, 0x6b, 0xbf, 0x1f, 0xd2, 0xea -.byte 0x31, 0x9b, 0x21, 0x7e, 0xd1, 0x33, 0x3c, 0xba, 0x48, 0xf5, 0xdd, 0x79, 0xdf, 0xb3, 0xb8, 0xff -.byte 0x12, 0xf1, 0x21, 0x9a, 0x4b, 0xc1, 0x8a, 0x86, 0x71, 0x69, 0x4a, 0x66, 0x66, 0x6c, 0x8f, 0x7e -.byte 0x3c, 0x70, 0xbf, 0xad, 0x29, 0x22, 0x06, 0xf3, 0xe4, 0xc0, 0xe6, 0x80, 0xae, 0xe2, 0x4b, 0x8f -.byte 0xb7, 0x99, 0x7e, 0x94, 0x03, 0x9f, 0xd3, 0x47, 0x97, 0x7c, 0x99, 0x48, 0x23, 0x53, 0xe8, 0x38 -.byte 0xae, 0x4f, 0x0a, 0x6f, 0x83, 0x2e, 0xd1, 0x49, 0x57, 0x8c, 0x80, 0x74, 0xb6, 0xda, 0x2f, 0xd0 -.byte 0x38, 0x8d, 0x7b, 0x03, 0x70, 0x21, 0x1b, 0x75, 0xf2, 0x30, 0x3c, 0xfa, 0x8f, 0xae, 0xdd, 0xda -.byte 0x63, 0xab, 0xeb, 0x16, 0x4f, 0xc2, 0x8e, 0x11, 0x4b, 0x7e, 0xcf, 0x0b, 0xe8, 0xff, 0xb5, 0x77 -.byte 0x2e, 0xf4, 0xb2, 0x7b, 0x4a, 0xe0, 0x4c, 0x12, 0x25, 0x0c, 0x70, 0x8d, 0x03, 0x29, 0xa0, 0xe1 -.byte 0x53, 0x24, 0xec, 0x13, 0xd9, 0xee, 0x19, 0xbf, 0x10, 0xb3, 0x4a, 0x8c, 0x3f, 0x89, 0xa3, 0x61 -.byte 0x51, 0xde, 0xac, 0x87, 0x07, 0x94, 0xf4, 0x63, 0x71, 0xec, 0x2e, 0xe2, 0x6f, 0x5b, 0x98, 0x81 -.byte 0xe1, 0x89, 0x5c, 0x34, 0x79, 0x6c, 0x76, 0xef, 0x3b, 0x90, 0x62, 0x79, 0xe6, 0xdb, 0xa4, 0x9a -.byte 0x2f, 0x26, 0xc5, 0xd0, 0x10, 0xe1, 0x0e, 0xde, 0xd9, 0x10, 0x8e, 0x16, 0xfb, 0xb7, 0xf7, 0xa8 -.byte 0xf7, 0xc7, 0xe5, 0x02, 0x07, 0x98, 0x8f, 0x36, 0x08, 0x95, 0xe7, 0xe2, 0x37, 0x96, 0x0d, 0x36 -.byte 0x75, 0x9e, 0xfb, 0x0e, 0x72, 0xb1, 0x1d, 0x9b, 0xbc, 0x03, 0xf9, 0x49, 0x05, 0xd8, 0x81, 0xdd -.byte 0x05, 0xb4, 0x2a, 0xd6, 0x41, 0xe9, 0xac, 0x01, 0x76, 0x95, 0x0a, 0x0f, 0xd8, 0xdf, 0xd5, 0xbd -.byte 0x12, 0x1f, 0x35, 0x2f, 0x28, 0x17, 0x6c, 0xd2, 0x98, 0xc1, 0xa8, 0x09, 0x64, 0x77, 0x6e, 0x47 -.byte 0x37, 0xba, 0xce, 0xac, 0x59, 0x5e, 0x68, 0x9d, 0x7f, 0x72, 0xd6, 0x89, 0xc5, 0x06, 0x41, 0x29 -.byte 0x3e, 0x59, 0x3e, 0xdd, 0x26, 0xf5, 0x24, 0xc9, 0x11, 0xa7, 0x5a, 0xa3, 0x4c, 0x40, 0x1f, 0x46 -.byte 0xa1, 0x99, 0xb5, 0xa7, 0x3a, 0x51, 0x6e, 0x86, 0x3b, 0x9e, 0x7d, 0x72, 0xa7, 0x12, 0x05, 0x78 -.byte 0x59, 0xed, 0x3e, 0x51, 0x78, 0x15, 0x0b, 0x03, 0x8f, 0x8d, 0xd0, 0x2f, 0x05, 0xb2, 0x3e, 0x7b -.byte 0x4a, 0x1c, 0x4b, 0x73, 0x05, 0x12, 0xfc, 0xc6, 0xea, 0xe0, 0x50, 0x13, 0x7c, 0x43, 0x93, 0x74 -.byte 0xb3, 0xca, 0x74, 0xe7, 0x8e, 0x1f, 0x01, 0x08, 0xd0, 0x30, 0xd4, 0x5b, 0x71, 0x36, 0xb4, 0x07 -.byte 0xba, 0xc1, 0x30, 0x30, 0x5c, 0x48, 0xb7, 0x82, 0x3b, 0x98, 0xa6, 0x7d, 0x60, 0x8a, 0xa2, 0xa3 -.byte 0x29, 0x82, 0xcc, 0xba, 0xbd, 0x83, 0x04, 0x1b, 0xa2, 0x83, 0x03, 0x41, 0xa1, 0xd6, 0x05, 0xf1 -.byte 0x1b, 0xc2, 0xb6, 0xf0, 0xa8, 0x7c, 0x86, 0x3b, 0x46, 0xa8, 0x48, 0x2a, 0x88, 0xdc, 0x76, 0x9a -.byte 0x76, 0xbf, 0x1f, 0x6a, 0xa5, 0x3d, 0x19, 0x8f, 0xeb, 0x38, 0xf3, 0x64, 0xde, 0xc8, 0x2b, 0x0d -.byte 0x0a, 0x28, 0xff, 0xf7, 0xdb, 0xe2, 0x15, 0x42, 0xd4, 0x22, 0xd0, 0x27, 0x5d, 0xe1, 0x79, 0xfe -.byte 0x18, 0xe7, 0x70, 0x88, 0xad, 0x4e, 0xe6, 0xd9, 0x8b, 0x3a, 0xc6, 0xdd, 0x27, 0x51, 0x6e, 0xff -.byte 0xbc, 0x64, 0xf5, 0x33, 0x43, 0x4f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x51, 0x00, 0x78, 0x00, 0x30 -.byte 0x4f, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x29 -.byte 0x30, 0x27, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x20, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65 -.byte 0x74, 0x20, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x20, 0x52, 0x65, 0x73, 0x65, 0x61 -.byte 0x72, 0x63, 0x68, 0x20, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55 -.byte 0x04, 0x03, 0x13, 0x0c, 0x49, 0x53, 0x52, 0x47, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x58, 0x32 -.byte 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b -.byte 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xcd, 0x9b, 0xd5, 0x9f, 0x80, 0x83, 0x0a, 0xec -.byte 0x09, 0x4a, 0xf3, 0x16, 0x4a, 0x3e, 0x5c, 0xcf, 0x77, 0xac, 0xde, 0x67, 0x05, 0x0d, 0x1d, 0x07 -.byte 0xb6, 0xdc, 0x16, 0xfb, 0x5a, 0x8b, 0x14, 0xdb, 0xe2, 0x71, 0x60, 0xc4, 0xba, 0x45, 0x95, 0x11 -.byte 0x89, 0x8e, 0xea, 0x06, 0xdf, 0xf7, 0x2a, 0x16, 0x1c, 0xa4, 0xb9, 0xc5, 0xc5, 0x32, 0xe0, 0x03 -.byte 0xe0, 0x1e, 0x82, 0x18, 0x38, 0x8b, 0xd7, 0x45, 0xd8, 0x0a, 0x6a, 0x6e, 0xe6, 0x00, 0x77, 0xfb -.byte 0x02, 0x51, 0x7d, 0x22, 0xd8, 0x0a, 0x6e, 0x9a, 0x5b, 0x77, 0xdf, 0xf0, 0xfa, 0x41, 0xec, 0x39 -.byte 0xdc, 0x75, 0xca, 0x68, 0x07, 0x0c, 0x1f, 0xea, 0x52, 0x00, 0x26, 0x01, 0x30, 0x50, 0x31, 0x0b -.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45, 0x31, 0x15, 0x30, 0x13, 0x06 -.byte 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0c, 0x44, 0x2d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x47, 0x6d -.byte 0x62, 0x48, 0x31, 0x2a, 0x30, 0x28, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x21, 0x44, 0x2d, 0x54 -.byte 0x52, 0x55, 0x53, 0x54, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20 -.byte 0x33, 0x20, 0x43, 0x41, 0x20, 0x32, 0x20, 0x45, 0x56, 0x20, 0x32, 0x30, 0x30, 0x39, 0x30, 0x82 -.byte 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 -.byte 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0x99 -.byte 0xf1, 0x84, 0x34, 0x70, 0xba, 0x2f, 0xb7, 0x30, 0xa0, 0x8e, 0xbd, 0x7c, 0x04, 0xcf, 0xbe, 0x62 -.byte 0xbc, 0x99, 0xfd, 0x82, 0x97, 0xd2, 0x7a, 0x0a, 0x67, 0x96, 0x38, 0x09, 0xf6, 0x10, 0x4e, 0x95 -.byte 0x22, 0x73, 0x99, 0x8d, 0xda, 0x15, 0x2d, 0xe7, 0x05, 0xfc, 0x19, 0x73, 0x22, 0xb7, 0x8e, 0x98 -.byte 0x00, 0xbc, 0x3c, 0x3d, 0xac, 0xa1, 0x6c, 0xfb, 0xd6, 0x79, 0x25, 0x4b, 0xad, 0xf0, 0xcc, 0x64 -.byte 0xda, 0x88, 0x3e, 0x29, 0xb8, 0x0f, 0x09, 0xd3, 0x34, 0xdd, 0x33, 0xf5, 0x62, 0xd1, 0xe1, 0xcd -.byte 0x19, 0xe9, 0xee, 0x18, 0x4f, 0x4c, 0x58, 0xae, 0xe2, 0x1e, 0xd6, 0x0c, 0x5b, 0x15, 0x5a, 0xd8 -.byte 0x3a, 0xb8, 0xc4, 0x18, 0x64, 0x1e, 0xe3, 0x33, 0xb2, 0xb5, 0x89, 0x77, 0x4e, 0x0c, 0xbf, 0xd9 -.byte 0x94, 0x6b, 0x13, 0x97, 0x6f, 0x12, 0xa3, 0xfe, 0x99, 0xa9, 0x04, 0xcc, 0x15, 0xec, 0x60, 0x68 -.byte 0x36, 0xed, 0x08, 0x7b, 0xb7, 0xf5, 0xbf, 0x93, 0xed, 0x66, 0x31, 0x83, 0x8c, 0xc6, 0x71, 0x34 -.byte 0x87, 0x4e, 0x17, 0xea, 0xaf, 0x8b, 0x91, 0x8d, 0x1c, 0x56, 0x41, 0xae, 0x22, 0x37, 0x5e, 0x37 -.byte 0xf2, 0x1d, 0xd9, 0xd1, 0x2d, 0x0d, 0x2f, 0x69, 0x51, 0xa7, 0xbe, 0x66, 0xa6, 0x8a, 0x3a, 0x2a -.byte 0xbd, 0xc7, 0x1a, 0xb1, 0xe1, 0x14, 0xf0, 0xbe, 0x3a, 0x1d, 0xb9, 0xcf, 0x5b, 0xb1, 0x6a, 0xfe -.byte 0xb4, 0xb1, 0x46, 0x20, 0xa2, 0xfb, 0x1e, 0x3b, 0x70, 0xef, 0x93, 0x98, 0x7d, 0x8c, 0x73, 0x96 -.byte 0xf2, 0xc5, 0xef, 0x85, 0x70, 0xad, 0x29, 0x26, 0xfc, 0x1e, 0x04, 0x3e, 0x1c, 0xa0, 0xd8, 0x0f -.byte 0xcb, 0x52, 0x83, 0x62, 0x7c, 0xee, 0x8b, 0x53, 0x95, 0x90, 0xa9, 0x57, 0xa2, 0xea, 0x61, 0x05 -.byte 0xd8, 0xf9, 0x4d, 0xc4, 0x27, 0xfa, 0x6e, 0xad, 0xed, 0xf9, 0xd7, 0x51, 0xf7, 0x6b, 0xa5, 0x02 -.byte 0x03, 0x01, 0x00, 0x01, 0x52, 0x00, 0x26, 0x02, 0x30, 0x50, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 -.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x57, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a -.byte 0x13, 0x09, 0x54, 0x41, 0x49, 0x57, 0x41, 0x4e, 0x2d, 0x43, 0x41, 0x31, 0x10, 0x30, 0x0e, 0x06 -.byte 0x03, 0x55, 0x04, 0x0b, 0x13, 0x07, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x31, 0x1b, 0x30 -.byte 0x19, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x12, 0x54, 0x57, 0x43, 0x41, 0x20, 0x43, 0x59, 0x42 -.byte 0x45, 0x52, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d -.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02 -.byte 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xc6, 0xf8, 0xca, 0x1e, 0xd9 -.byte 0x09, 0x20, 0x7e, 0x1d, 0x6c, 0x4e, 0xce, 0x8f, 0xe3, 0x47, 0x33, 0x44, 0x9c, 0xc7, 0xc9, 0x69 -.byte 0xaa, 0x3a, 0x5b, 0x78, 0xee, 0x70, 0xd2, 0x92, 0xf8, 0x04, 0xb3, 0x52, 0x52, 0x1d, 0x67, 0x72 -.byte 0x28, 0xa1, 0xdf, 0x8b, 0x5d, 0x95, 0x0a, 0xfe, 0xea, 0xcd, 0xed, 0xf7, 0x29, 0xce, 0xf0, 0x6f -.byte 0x7f, 0xac, 0xcd, 0x3d, 0xef, 0xb3, 0x1c, 0x45, 0x6a, 0xf7, 0x28, 0x90, 0xf1, 0x61, 0x57, 0xc5 -.byte 0x0c, 0xc4, 0xa3, 0x50, 0x5d, 0xde, 0xd4, 0xb5, 0xcb, 0x19, 0xca, 0x80, 0xb9, 0x75, 0xce, 0x29 -.byte 0xce, 0xd2, 0x85, 0x22, 0xec, 0x02, 0x63, 0xcc, 0x44, 0x30, 0x20, 0xda, 0xea, 0x91, 0x5b, 0x56 -.byte 0xe6, 0x1d, 0x1c, 0xd5, 0x9d, 0x66, 0xc7, 0x3f, 0xdf, 0x86, 0xca, 0x4b, 0x53, 0xc4, 0xd9, 0x8d -.byte 0xb2, 0x1d, 0xea, 0xf8, 0xdc, 0x27, 0x53, 0xa3, 0x47, 0xe1, 0x61, 0xcc, 0x7d, 0xb5, 0xb0, 0xf8 -.byte 0xee, 0x73, 0x91, 0xc5, 0xce, 0x73, 0x6f, 0xce, 0xee, 0x10, 0x1f, 0x1a, 0x06, 0xcf, 0xe9, 0x27 -.byte 0x60, 0xc5, 0x4f, 0x19, 0xe4, 0xeb, 0xce, 0x22, 0x26, 0x45, 0xd7, 0x60, 0x99, 0xdd, 0xce, 0x4f -.byte 0x37, 0xe0, 0x7f, 0xe7, 0x63, 0xad, 0xb0, 0xb8, 0x59, 0xb8, 0xd0, 0x06, 0x68, 0x35, 0x60, 0xd3 -.byte 0x36, 0xae, 0x71, 0x43, 0x04, 0xf1, 0x69, 0x65, 0x78, 0x7c, 0xf3, 0x1f, 0xf3, 0xca, 0x28, 0x9f -.byte 0x5a, 0x20, 0x95, 0x66, 0xb4, 0xcd, 0xb7, 0xee, 0x8f, 0x78, 0xa4, 0x45, 0x18, 0xe9, 0x26, 0x2f -.byte 0x8d, 0x9b, 0x29, 0x28, 0xb1, 0xa4, 0xb7, 0x3a, 0x6d, 0xb9, 0xd4, 0x1c, 0x38, 0x72, 0x45, 0x58 -.byte 0xb1, 0x5e, 0xeb, 0xf0, 0x28, 0x9b, 0xb7, 0x82, 0xca, 0xfd, 0xcf, 0xd6, 0x33, 0x0f, 0x9f, 0xfb -.byte 0x97, 0x9e, 0xb1, 0x1c, 0x9c, 0x9e, 0xea, 0x5f, 0x5e, 0xdb, 0xaa, 0xdd, 0x54, 0xe9, 0x30, 0x21 -.byte 0x28, 0x6d, 0x8e, 0x79, 0xf3, 0x75, 0x92, 0x8c, 0x26, 0xfe, 0xdc, 0xc5, 0xf6, 0xc3, 0xb0, 0xdf -.byte 0x44, 0x59, 0x43, 0xa3, 0xb6, 0x03, 0x28, 0xf6, 0x08, 0x30, 0xaa, 0x0d, 0x33, 0xe1, 0xef, 0x9c -.byte 0xa9, 0x07, 0x22, 0xe3, 0x59, 0x5b, 0x40, 0x8f, 0xda, 0x88, 0xb7, 0x69, 0x08, 0xa8, 0xb7, 0x23 -.byte 0x2e, 0x44, 0x09, 0x59, 0x37, 0x5b, 0xc7, 0xe3, 0x17, 0xf2, 0x22, 0xeb, 0x6e, 0x39, 0x52, 0xc5 -.byte 0xde, 0x54, 0xa7, 0x98, 0xc9, 0x4b, 0x20, 0x95, 0xdc, 0x46, 0x89, 0x5f, 0xb4, 0x12, 0xf9, 0x85 -.byte 0x29, 0x8e, 0xeb, 0xc8, 0x27, 0x15, 0x20, 0xc0, 0x4b, 0xd4, 0xcc, 0x7c, 0x0c, 0x6c, 0x34, 0x0c -.byte 0x26, 0x9b, 0x26, 0x31, 0xa6, 0x3c, 0xa7, 0xf6, 0xd9, 0xd0, 0x4b, 0xa2, 0x64, 0xff, 0x3b, 0x99 -.byte 0x41, 0x72, 0xc1, 0xe0, 0x70, 0x97, 0xf1, 0x24, 0xbb, 0x2b, 0xc4, 0x74, 0x22, 0xb1, 0xac, 0x6b -.byte 0x22, 0x32, 0x24, 0xd3, 0x78, 0x2a, 0xc0, 0xc0, 0xa1, 0x2f, 0xf1, 0x52, 0x05, 0xc9, 0x3f, 0xef -.byte 0x76, 0x66, 0xe2, 0x45, 0xd8, 0x0d, 0x3d, 0xad, 0x95, 0xc8, 0xc7, 0x89, 0x26, 0xc8, 0x0f, 0xae -.byte 0xa7, 0x03, 0x2e, 0xfb, 0xc1, 0x5f, 0xfa, 0x20, 0xe1, 0x70, 0xad, 0xb0, 0x65, 0x20, 0x37, 0x33 -.byte 0x60, 0xb0, 0xd5, 0xaf, 0xd7, 0x0c, 0x1c, 0xc2, 0x90, 0x70, 0xd7, 0x4a, 0x18, 0xbc, 0x7e, 0x01 -.byte 0xb0, 0xb0, 0xeb, 0x15, 0x1e, 0x44, 0x06, 0xcd, 0xa4, 0x4f, 0xe8, 0x0c, 0xd1, 0xc3, 0x20, 0x10 -.byte 0xe1, 0x54, 0x65, 0x9e, 0xb6, 0x51, 0xd0, 0x1a, 0x76, 0x6b, 0x42, 0x5a, 0x58, 0x76, 0x34, 0xea -.byte 0xb7, 0x37, 0x19, 0xae, 0x2e, 0x75, 0xf9, 0x96, 0xe5, 0xc1, 0x59, 0xf7, 0x94, 0x57, 0x29, 0x25 -.byte 0x8d, 0x3a, 0x4c, 0xab, 0x4d, 0x9a, 0x41, 0xd0, 0x5f, 0x26, 0x03, 0x02, 0x03, 0x01, 0x00, 0x01 -.byte 0x52, 0x00, 0x5b, 0x00, 0x30, 0x50, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13 -.byte 0x1b, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x45, 0x43, 0x43, 0x20 -.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x52, 0x34, 0x31, 0x13, 0x30, 0x11 -.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67 -.byte 0x6e, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62 -.byte 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce -.byte 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00 -.byte 0x04, 0xb8, 0xc6, 0x79, 0xd3, 0x8f, 0x6c, 0x25, 0x0e, 0x9f, 0x2e, 0x39, 0x19, 0x1c, 0x03, 0xa4 -.byte 0xae, 0x9a, 0xe5, 0x39, 0x07, 0x09, 0x16, 0xca, 0x63, 0xb1, 0xb9, 0x86, 0xf8, 0x8a, 0x57, 0xc1 -.byte 0x57, 0xce, 0x42, 0xfa, 0x73, 0xa1, 0xf7, 0x65, 0x42, 0xff, 0x1e, 0xc1, 0x00, 0xb2, 0x6e, 0x73 -.byte 0x0e, 0xff, 0xc7, 0x21, 0xe5, 0x18, 0xa4, 0xaa, 0xd9, 0x71, 0x3f, 0xa8, 0xd4, 0xb9, 0xce, 0x8c -.byte 0x1d, 0x52, 0x00, 0x78, 0x00, 0x30, 0x50, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x0b -.byte 0x13, 0x1b, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x45, 0x43, 0x43 -.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x52, 0x35, 0x31, 0x13, 0x30 -.byte 0x11, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69 -.byte 0x67, 0x6e, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0a, 0x47, 0x6c, 0x6f -.byte 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 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, 0x47 -.byte 0x45, 0x0e, 0x96, 0xfb, 0x7d, 0x5d, 0xbf, 0xe9, 0x39, 0xd1, 0x21, 0xf8, 0x9f, 0x0b, 0xb6, 0xd5 -.byte 0x7b, 0x1e, 0x92, 0x3a, 0x48, 0x59, 0x1c, 0xf0, 0x62, 0x31, 0x2d, 0xc0, 0x7a, 0x28, 0xfe, 0x1a -.byte 0xa7, 0x5c, 0xb3, 0xb6, 0xcc, 0x97, 0xe7, 0x45, 0xd4, 0x58, 0xfa, 0xd1, 0x77, 0x6d, 0x43, 0xa2 -.byte 0xc0, 0x87, 0x65, 0x34, 0x0a, 0x1f, 0x7a, 0xdd, 0xeb, 0x3c, 0x33, 0xa1, 0xc5, 0x9d, 0x4d, 0xa4 -.byte 0x6f, 0x41, 0x95, 0x38, 0x7f, 0xc9, 0x1e, 0x84, 0xeb, 0xd1, 0x9e, 0x49, 0x92, 0x87, 0x94, 0x87 -.byte 0x0c, 0x3a, 0x85, 0x4a, 0x66, 0x9f, 0x9d, 0x59, 0x93, 0x4d, 0x97, 0x61, 0x06, 0x86, 0x4a, 0x53 -.byte 0x00, 0x26, 0x02, 0x30, 0x51, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 -.byte 0x45, 0x53, 0x31, 0x42, 0x30, 0x40, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x39, 0x41, 0x75, 0x74 -.byte 0x6f, 0x72, 0x69, 0x64, 0x61, 0x64, 0x20, 0x64, 0x65, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66 -.byte 0x69, 0x63, 0x61, 0x63, 0x69, 0x6f, 0x6e, 0x20, 0x46, 0x69, 0x72, 0x6d, 0x61, 0x70, 0x72, 0x6f -.byte 0x66, 0x65, 0x73, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x20, 0x43, 0x49, 0x46, 0x20, 0x41, 0x36, 0x32 -.byte 0x36, 0x33, 0x34, 0x30, 0x36, 0x38, 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, 0xca, 0x96, 0x6b, 0x8e, 0xea, 0xf8, 0xfb, 0xf1, 0xa2 -.byte 0x35, 0xe0, 0x7f, 0x4c, 0xda, 0xe0, 0xc3, 0x52, 0xd7, 0x7d, 0xb6, 0x10, 0xc8, 0x02, 0x5e, 0xb3 -.byte 0x43, 0x2a, 0xc4, 0x4f, 0x6a, 0xb2, 0xca, 0x1c, 0x5d, 0x28, 0x9a, 0x78, 0x11, 0x1a, 0x69, 0x59 -.byte 0x57, 0xaf, 0xb5, 0x20, 0x42, 0xe4, 0x8b, 0x0f, 0xe6, 0xdf, 0x5b, 0xa6, 0x03, 0x92, 0x2f, 0xf5 -.byte 0x11, 0xe4, 0x62, 0xd7, 0x32, 0x71, 0x38, 0xd9, 0x04, 0x0c, 0x71, 0xab, 0x3d, 0x51, 0x7e, 0x0f -.byte 0x07, 0xdf, 0x63, 0x05, 0x5c, 0xe9, 0xbf, 0x94, 0x6f, 0xc1, 0x29, 0x82, 0xc0, 0xb4, 0xda, 0x51 -.byte 0xb0, 0xc1, 0x3c, 0xbb, 0xad, 0x37, 0x4a, 0x5c, 0xca, 0xf1, 0x4b, 0x36, 0x0e, 0x24, 0xab, 0xbf -.byte 0xc3, 0x84, 0x77, 0xfd, 0xa8, 0x50, 0xf4, 0xb1, 0xe7, 0xc6, 0x2f, 0xd2, 0x2d, 0x59, 0x8d, 0x7a -.byte 0x0a, 0x4e, 0x96, 0x69, 0x52, 0x02, 0xaa, 0x36, 0x98, 0xec, 0xfc, 0xfa, 0x14, 0x83, 0x0c, 0x37 -.byte 0x1f, 0xc9, 0x92, 0x37, 0x7f, 0xd7, 0x81, 0x2d, 0xe5, 0xc4, 0xb9, 0xe0, 0x3e, 0x34, 0xfe, 0x67 -.byte 0xf4, 0x3e, 0x66, 0xd1, 0xd3, 0xf4, 0x40, 0xcf, 0x5e, 0x62, 0x34, 0x0f, 0x70, 0x06, 0x3e, 0x20 -.byte 0x18, 0x5a, 0xce, 0xf7, 0x72, 0x1b, 0x25, 0x6c, 0x93, 0x74, 0x14, 0x93, 0xa3, 0x73, 0xb1, 0x0e -.byte 0xaa, 0x87, 0x10, 0x23, 0x59, 0x5f, 0x20, 0x05, 0x19, 0x47, 0xed, 0x68, 0x8e, 0x92, 0x12, 0xca -.byte 0x5d, 0xfc, 0xd6, 0x2b, 0xb2, 0x92, 0x3c, 0x20, 0xcf, 0xe1, 0x5f, 0xaf, 0x20, 0xbe, 0xa0, 0x76 -.byte 0x7f, 0x76, 0xe5, 0xec, 0x1a, 0x86, 0x61, 0x33, 0x3e, 0xe7, 0x7b, 0xb4, 0x3f, 0xa0, 0x0f, 0x8e -.byte 0xa2, 0xb9, 0x6a, 0x6f, 0xb9, 0x87, 0x26, 0x6f, 0x41, 0x6c, 0x88, 0xa6, 0x50, 0xfd, 0x6a, 0x63 -.byte 0x0b, 0xf5, 0x93, 0x16, 0x1b, 0x19, 0x8f, 0xb2, 0xed, 0x9b, 0x9b, 0xc9, 0x90, 0xf5, 0x01, 0x0c -.byte 0xdf, 0x19, 0x3d, 0x0f, 0x3e, 0x38, 0x23, 0xc9, 0x2f, 0x8f, 0x0c, 0xd1, 0x02, 0xfe, 0x1b, 0x55 -.byte 0xd6, 0x4e, 0xd0, 0x8d, 0x3c, 0xaf, 0x4f, 0xa4, 0xf3, 0xfe, 0xaf, 0x2a, 0xd3, 0x05, 0x9d, 0x79 -.byte 0x08, 0xa1, 0xcb, 0x57, 0x31, 0xb4, 0x9c, 0xc8, 0x90, 0xb2, 0x67, 0xf4, 0x18, 0x16, 0x93, 0x3a -.byte 0xfc, 0x47, 0xd8, 0xd1, 0x78, 0x96, 0x31, 0x1f, 0xba, 0x2b, 0x0c, 0x5f, 0x5d, 0x99, 0xad, 0x63 -.byte 0x89, 0x5a, 0x24, 0x20, 0x76, 0xd8, 0xdf, 0xfd, 0xab, 0x4e, 0xa6, 0x22, 0xaa, 0x9d, 0x5e, 0xe6 -.byte 0x27, 0x8a, 0x7d, 0x68, 0x29, 0xa3, 0xe7, 0x8a, 0xb8, 0xda, 0x11, 0xbb, 0x17, 0x2d, 0x99, 0x9d -.byte 0x13, 0x24, 0x46, 0xf7, 0xc5, 0xe2, 0xd8, 0x9f, 0x8e, 0x7f, 0xc7, 0x8f, 0x74, 0x6d, 0x5a, 0xb2 -.byte 0xe8, 0x72, 0xf5, 0xac, 0xee, 0x24, 0x10, 0xad, 0x2f, 0x14, 0xda, 0xff, 0x2d, 0x9a, 0x46, 0x71 -.byte 0x47, 0xbe, 0x42, 0xdf, 0xbb, 0x01, 0xdb, 0xf4, 0x7f, 0xd3, 0x28, 0x8f, 0x31, 0x59, 0x5b, 0xd3 -.byte 0xc9, 0x02, 0xa6, 0xb4, 0x52, 0xca, 0x6e, 0x97, 0xfb, 0x43, 0xc5, 0x08, 0x26, 0x6f, 0x8a, 0xf4 -.byte 0xbb, 0xfd, 0x9f, 0x28, 0xaa, 0x0d, 0xd5, 0x45, 0xf3, 0x13, 0x3a, 0x1d, 0xd8, 0xc0, 0x78, 0x8f -.byte 0x41, 0x67, 0x3c, 0x1e, 0x94, 0x64, 0xae, 0x7b, 0x0b, 0xc5, 0xe8, 0xd9, 0x01, 0x88, 0x39, 0x1a -.byte 0x97, 0x86, 0x64, 0x41, 0xd5, 0x3b, 0x87, 0x0c, 0x6e, 0xfa, 0x0f, 0xc6, 0xbd, 0x48, 0x14, 0xbf -.byte 0x39, 0x4d, 0xd4, 0x9e, 0x41, 0xb6, 0x8f, 0x96, 0x1d, 0x63, 0x96, 0x93, 0xd9, 0x95, 0x06, 0x78 -.byte 0x31, 0x68, 0x9e, 0x37, 0x06, 0x3b, 0x80, 0x89, 0x45, 0x61, 0x39, 0x23, 0xc7, 0x1b, 0x44, 0xa3 -.byte 0x15, 0xe5, 0x1c, 0xf8, 0x92, 0x30, 0xbb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x53, 0x00, 0x26, 0x01 -.byte 0x30, 0x51, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31 -.byte 0x23, 0x30, 0x21, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1a, 0x43, 0x79, 0x62, 0x65, 0x72, 0x74 -.byte 0x72, 0x75, 0x73, 0x74, 0x20, 0x4a, 0x61, 0x70, 0x61, 0x6e, 0x20, 0x43, 0x6f, 0x2e, 0x2c, 0x20 -.byte 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x1d, 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x14, 0x53 -.byte 0x65, 0x63, 0x75, 0x72, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 -.byte 0x41, 0x31, 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, 0xba, 0x39, 0xc1, 0x37, 0x7a, 0x68, 0x45, 0x2b, 0x14, 0xb4, 0xeb, 0xe4 -.byte 0x13, 0xeb, 0x57, 0x75, 0x23, 0x4d, 0x8f, 0x24, 0x2d, 0x16, 0xe8, 0xae, 0x8e, 0xc9, 0x7d, 0xa4 -.byte 0x57, 0x3b, 0x2a, 0x76, 0x25, 0x33, 0x83, 0x6c, 0xea, 0x32, 0x8a, 0x94, 0x9b, 0x4e, 0x3c, 0x96 -.byte 0xe4, 0xfd, 0x51, 0xbf, 0x99, 0xc9, 0x93, 0x7e, 0xbf, 0xf9, 0xad, 0xa7, 0xb2, 0x48, 0x2b, 0x07 -.byte 0x1c, 0x27, 0xf5, 0x4c, 0xbc, 0x70, 0x12, 0x77, 0xa4, 0x85, 0x54, 0xb5, 0xfd, 0x90, 0x7a, 0xe4 -.byte 0xa3, 0xe4, 0x51, 0x58, 0x03, 0xcd, 0x10, 0x79, 0x79, 0xee, 0x6b, 0x93, 0x1f, 0x64, 0x8e, 0x6b -.byte 0x64, 0xab, 0xa3, 0x13, 0xe3, 0x71, 0xfe, 0x7d, 0xab, 0x9c, 0xdd, 0x27, 0x53, 0x37, 0xb3, 0xaa -.byte 0x18, 0xc2, 0x59, 0x26, 0xec, 0x5b, 0x1f, 0xd2, 0xe6, 0x65, 0x7c, 0xef, 0x93, 0xbd, 0xd8, 0x58 -.byte 0x5c, 0x0b, 0xc0, 0xe3, 0x65, 0x6f, 0x3c, 0xc7, 0xca, 0x59, 0xe3, 0xfe, 0x6e, 0x5f, 0xac, 0x83 -.byte 0xbe, 0xfd, 0x5d, 0x25, 0x4e, 0x2a, 0x29, 0x3b, 0xd6, 0x0b, 0xab, 0x17, 0x32, 0x78, 0xa4, 0xe1 -.byte 0x3e, 0x94, 0x46, 0xbe, 0x62, 0x6e, 0x9b, 0xde, 0x46, 0xa8, 0xb1, 0x16, 0xe7, 0x85, 0x6e, 0xf4 -.byte 0x08, 0x40, 0x45, 0x11, 0xa0, 0x9e, 0x54, 0x44, 0x84, 0xf7, 0xd8, 0x36, 0xce, 0xf5, 0x50, 0x47 -.byte 0xdc, 0x2c, 0x30, 0x9b, 0xee, 0xc0, 0xf5, 0x96, 0xd2, 0xfe, 0x09, 0x86, 0xc7, 0x06, 0x59, 0xae -.byte 0x4f, 0xae, 0x8e, 0x11, 0x98, 0x7b, 0xf3, 0x0b, 0x52, 0xaa, 0x62, 0x26, 0xaa, 0x21, 0xdf, 0x8e -.byte 0x25, 0x33, 0x79, 0x97, 0x16, 0x49, 0x8d, 0xf5, 0x3e, 0xd5, 0x47, 0x9f, 0x37, 0x31, 0x49, 0x33 -.byte 0x72, 0x05, 0x4d, 0x0c, 0xb6, 0x55, 0x8c, 0xf1, 0x57, 0x8f, 0x8a, 0x87, 0xd1, 0xad, 0xc5, 0x11 -.byte 0x12, 0x39, 0xa0, 0xad, 0x02, 0x03, 0x01, 0x00, 0x01, 0x53, 0x00, 0x26, 0x02, 0x30, 0x51, 0x31 -.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31, 0x23, 0x30, 0x21 -.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1a, 0x43, 0x79, 0x62, 0x65, 0x72, 0x74, 0x72, 0x75, 0x73 -.byte 0x74, 0x20, 0x4a, 0x61, 0x70, 0x61, 0x6e, 0x20, 0x43, 0x6f, 0x2e, 0x2c, 0x20, 0x4c, 0x74, 0x64 -.byte 0x2e, 0x31, 0x1d, 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x14, 0x53, 0x65, 0x63, 0x75 -.byte 0x72, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x31, 0x34 -.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, 0xc5, 0xd2, 0x7a, 0xa1, 0xd6, 0x8a, 0xbf, 0x16, 0x31, 0xd0, 0x98, 0xd1, 0x3a, 0x94, 0xfc -.byte 0x5a, 0xb8, 0x6e, 0x22, 0xc1, 0x62, 0xf7, 0xa7, 0x0a, 0x27, 0xef, 0x50, 0xf6, 0x2e, 0xb1, 0x9e -.byte 0x68, 0x12, 0xf0, 0x6c, 0x24, 0x63, 0x39, 0xf1, 0xf0, 0xdf, 0x10, 0xc6, 0xde, 0xb7, 0x52, 0x20 -.byte 0xd5, 0x52, 0x5b, 0x42, 0x99, 0x9e, 0xf3, 0xa0, 0xbe, 0x52, 0x1f, 0x5f, 0xcc, 0x67, 0x6d, 0xa7 -.byte 0x2e, 0x50, 0xa2, 0xc1, 0x97, 0x8d, 0xb6, 0xf8, 0x95, 0xf5, 0xb0, 0xba, 0xdc, 0x9d, 0xe0, 0xbe -.byte 0xcb, 0xdf, 0xf7, 0x38, 0xf2, 0x47, 0xf5, 0xa6, 0x9a, 0x92, 0x95, 0x2a, 0x62, 0x59, 0x50, 0x0b -.byte 0xa2, 0xb1, 0x35, 0xe7, 0x65, 0xb2, 0x61, 0xb2, 0xea, 0x92, 0x71, 0x69, 0xe4, 0x29, 0xf0, 0x4f -.byte 0x81, 0x81, 0x04, 0x3c, 0xb2, 0xa5, 0x5b, 0xd4, 0xc5, 0xa8, 0x59, 0x67, 0x7b, 0x55, 0x1c, 0x49 -.byte 0xab, 0x7a, 0x9d, 0xc2, 0xe7, 0x73, 0x4d, 0xef, 0xcd, 0x09, 0xc2, 0xc4, 0x57, 0x12, 0xdb, 0x01 -.byte 0x0e, 0x23, 0x79, 0x09, 0x07, 0x3b, 0xa2, 0xe8, 0xfc, 0x8a, 0xcf, 0x8f, 0xc0, 0x46, 0x24, 0x9c -.byte 0x38, 0x27, 0xe0, 0x83, 0x9d, 0x1b, 0xa0, 0xbf, 0x78, 0x15, 0x10, 0xeb, 0x86, 0x4e, 0x0a, 0x5a -.byte 0xfd, 0xdf, 0xda, 0x2c, 0x82, 0x7e, 0xee, 0xca, 0xf6, 0x29, 0xe1, 0xfa, 0x71, 0xa1, 0xf7, 0x88 -.byte 0x68, 0x9c, 0x9c, 0xf0, 0x8d, 0xbe, 0x0f, 0x49, 0x91, 0xd8, 0xea, 0x3a, 0xf9, 0xfd, 0xd0, 0x68 -.byte 0x71, 0xdb, 0xe9, 0xb5, 0x2b, 0x4e, 0x82, 0x92, 0x6f, 0x66, 0x1f, 0xe0, 0xf0, 0xdc, 0x4c, 0xec -.byte 0xca, 0xd1, 0xea, 0xba, 0x74, 0x06, 0xf9, 0xb3, 0x84, 0x90, 0x94, 0xd1, 0x5f, 0x8e, 0x73, 0x19 -.byte 0x10, 0x5d, 0x02, 0xe5, 0x70, 0xa5, 0xc0, 0x10, 0xd0, 0x10, 0x7c, 0x6f, 0xc5, 0x58, 0x49, 0xb4 -.byte 0xb0, 0x6e, 0x9a, 0xda, 0x7d, 0x95, 0xf5, 0xcc, 0xda, 0x02, 0xaf, 0xb8, 0x2c, 0x7d, 0x79, 0x8f -.byte 0xbe, 0x43, 0xf1, 0xf9, 0x28, 0x28, 0x8d, 0x09, 0x43, 0xf8, 0x08, 0xdd, 0x6b, 0xc8, 0x8b, 0x2c -.byte 0x24, 0xb1, 0x8d, 0x52, 0x07, 0xbd, 0x78, 0x9b, 0xcb, 0xca, 0x68, 0xb2, 0xa4, 0xdd, 0x0c, 0x4c -.byte 0x79, 0x60, 0xc6, 0x99, 0xd1, 0x93, 0xf1, 0x30, 0x1a, 0x07, 0xd3, 0xae, 0x22, 0xc2, 0xea, 0xce -.byte 0xf1, 0x84, 0x09, 0xcc, 0xe0, 0x14, 0x6e, 0x7f, 0x3f, 0x7e, 0xd2, 0x82, 0x85, 0xac, 0xdc, 0xa9 -.byte 0x16, 0x4e, 0x85, 0xa0, 0x60, 0xcb, 0xf6, 0x9c, 0xd7, 0xc8, 0xb3, 0x8e, 0xed, 0xc6, 0x9b, 0x98 -.byte 0x75, 0x0d, 0x55, 0xe8, 0x5f, 0xe5, 0x95, 0x8b, 0x02, 0xa4, 0xae, 0x43, 0x29, 0x28, 0x11, 0xa4 -.byte 0xe6, 0x12, 0x30, 0x01, 0x4b, 0x75, 0x6b, 0x1e, 0x66, 0x9d, 0x79, 0x2f, 0xa5, 0x76, 0x2f, 0x1d -.byte 0x40, 0xb4, 0x6d, 0xc9, 0x7d, 0x79, 0x08, 0xec, 0xd1, 0x6a, 0xb6, 0x5d, 0x2a, 0xb2, 0xa5, 0x66 -.byte 0xbd, 0x6b, 0x85, 0xf4, 0x74, 0x56, 0xc3, 0xf5, 0xe7, 0x75, 0x52, 0x28, 0x2c, 0xa5, 0xff, 0x66 -.byte 0x47, 0xa5, 0xd4, 0xfe, 0xfe, 0x9e, 0x54, 0xbf, 0x65, 0x7e, 0x01, 0xd6, 0x30, 0x8f, 0xa5, 0x36 -.byte 0x9c, 0xa2, 0x50, 0x1c, 0xee, 0x38, 0x80, 0x01, 0x48, 0xc6, 0xc7, 0x74, 0xf4, 0xc6, 0xac, 0xc3 -.byte 0x40, 0x49, 0x16, 0x61, 0x74, 0x2c, 0xaf, 0x8c, 0x6f, 0x35, 0xed, 0x7b, 0x18, 0x00, 0x5b, 0x36 -.byte 0x3c, 0x9c, 0x50, 0x0d, 0xca, 0x92, 0x33, 0x10, 0xf1, 0x26, 0x49, 0x6d, 0xdf, 0x75, 0x24, 0x37 -.byte 0x82, 0x22, 0xd7, 0xe8, 0x96, 0xfd, 0x15, 0x4b, 0x02, 0x96, 0x3e, 0x07, 0x72, 0x95, 0x7e, 0xab -.byte 0x3d, 0x4c, 0x2e, 0xd7, 0xca, 0xf0, 0xdf, 0xe0, 0x58, 0x3f, 0x2d, 0x2f, 0x04, 0x9a, 0x38, 0xa3 -.byte 0x01, 0x02, 0x03, 0x01, 0x00, 0x01, 0x53, 0x00, 0x78, 0x00, 0x30, 0x51, 0x31, 0x0b, 0x30, 0x09 -.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31, 0x23, 0x30, 0x21, 0x06, 0x03, 0x55 -.byte 0x04, 0x0a, 0x13, 0x1a, 0x43, 0x79, 0x62, 0x65, 0x72, 0x74, 0x72, 0x75, 0x73, 0x74, 0x20, 0x4a -.byte 0x61, 0x70, 0x61, 0x6e, 0x20, 0x43, 0x6f, 0x2e, 0x2c, 0x20, 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x1d -.byte 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x14, 0x53, 0x65, 0x63, 0x75, 0x72, 0x65, 0x53 -.byte 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x31, 0x35, 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, 0x0b, 0x50, 0x74, 0x8d, 0x64, 0x32, 0x99, 0x99, 0xb3, 0xd2, 0x60 -.byte 0x08, 0xb8, 0x22, 0x8e, 0x46, 0x74, 0x2c, 0x78, 0xc0, 0x2b, 0x44, 0x2d, 0x6d, 0x5f, 0x1d, 0xc9 -.byte 0xae, 0x4b, 0x52, 0x20, 0x83, 0x3d, 0xb8, 0x14, 0x6d, 0x53, 0x87, 0x60, 0x9e, 0x5f, 0x6c, 0x85 -.byte 0xdb, 0x06, 0x14, 0x95, 0xe0, 0xc7, 0x28, 0xff, 0x9d, 0x5f, 0xe4, 0xaa, 0xf1, 0xb3, 0x8b, 0x6d -.byte 0xed, 0x4f, 0x2f, 0x4b, 0xc9, 0x4a, 0x94, 0x91, 0x64, 0x75, 0xfe, 0x01, 0xec, 0xc1, 0xd8, 0xeb -.byte 0x7a, 0x94, 0x78, 0x56, 0x18, 0x43, 0x5f, 0x6b, 0x81, 0xcb, 0xf6, 0xbc, 0xda, 0xb4, 0x0c, 0xb6 -.byte 0x29, 0x93, 0x08, 0x69, 0x8f, 0x53, 0x00, 0x26, 0x01, 0x30, 0x51, 0x31, 0x0b, 0x30, 0x09, 0x06 -.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x50, 0x4c, 0x31, 0x28, 0x30, 0x26, 0x06, 0x03, 0x55, 0x04 -.byte 0x0a, 0x0c, 0x1f, 0x4b, 0x72, 0x61, 0x6a, 0x6f, 0x77, 0x61, 0x20, 0x49, 0x7a, 0x62, 0x61, 0x20 -.byte 0x52, 0x6f, 0x7a, 0x6c, 0x69, 0x63, 0x7a, 0x65, 0x6e, 0x69, 0x6f, 0x77, 0x61, 0x20, 0x53, 0x2e -.byte 0x41, 0x2e, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x0f, 0x53, 0x5a, 0x41 -.byte 0x46, 0x49, 0x52, 0x20, 0x52, 0x4f, 0x4f, 0x54, 0x20, 0x43, 0x41, 0x32, 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, 0xbc, 0x3e -.byte 0x50, 0xa8, 0x4b, 0xcd, 0x40, 0xb5, 0xce, 0x61, 0xe7, 0x96, 0xca, 0xb4, 0xa1, 0xda, 0x0c, 0x22 -.byte 0xb0, 0xfa, 0xb5, 0x7b, 0x76, 0x00, 0x77, 0x8c, 0x0b, 0xcf, 0x7d, 0xa8, 0x86, 0xcc, 0x26, 0x51 -.byte 0xe4, 0x20, 0x3d, 0x85, 0x0c, 0xd6, 0x58, 0xe3, 0xe7, 0xf4, 0x2a, 0x18, 0x9d, 0xda, 0xd1, 0xae -.byte 0x26, 0xee, 0xeb, 0x53, 0xdc, 0xf4, 0x90, 0xd6, 0x13, 0x4a, 0x0c, 0x90, 0x3c, 0xc3, 0xf4, 0xda -.byte 0xd2, 0x8e, 0x0d, 0x92, 0x3a, 0xdc, 0xb1, 0xb1, 0xff, 0x38, 0xde, 0xc3, 0xba, 0x2d, 0x5f, 0x80 -.byte 0xb9, 0x02, 0xbd, 0x4a, 0x9d, 0x1b, 0x0f, 0xb4, 0xc3, 0xc2, 0xc1, 0x67, 0x03, 0xdd, 0xdc, 0x1b -.byte 0x9c, 0x3d, 0xb3, 0xb0, 0xde, 0x00, 0x1e, 0xa8, 0x34, 0x47, 0xbb, 0x9a, 0xeb, 0xfe, 0x0b, 0x14 -.byte 0xbd, 0x36, 0x84, 0xda, 0x0d, 0x20, 0xbf, 0xfa, 0x5b, 0xcb, 0xa9, 0x16, 0x20, 0xad, 0x39, 0x60 -.byte 0xee, 0x2f, 0x75, 0xb6, 0xe7, 0x97, 0x9c, 0xf9, 0x3e, 0xfd, 0x7e, 0x4d, 0x6f, 0x4d, 0x2f, 0xef -.byte 0x88, 0x0d, 0x6a, 0xfa, 0xdd, 0xf1, 0x3d, 0x6e, 0x20, 0xa5, 0xa0, 0x12, 0xb4, 0x4d, 0x70, 0xb9 -.byte 0xce, 0xd7, 0x72, 0x3b, 0x89, 0x93, 0xa7, 0x80, 0x84, 0x1c, 0x27, 0x49, 0x72, 0x49, 0xb5, 0xff -.byte 0x3b, 0x95, 0x9e, 0xc1, 0xcc, 0xc8, 0x01, 0xec, 0xe8, 0x0e, 0x8a, 0x0a, 0x96, 0xe7, 0xb3, 0xa6 -.byte 0x87, 0xe5, 0xd6, 0xf9, 0x05, 0x2b, 0x0d, 0x97, 0x40, 0x70, 0x3c, 0xba, 0xac, 0x75, 0x5a, 0x9c -.byte 0xd5, 0x4d, 0x9d, 0x02, 0x0a, 0xd2, 0x4b, 0x9b, 0x66, 0x4b, 0x46, 0x07, 0x17, 0x65, 0xad, 0x9f -.byte 0x6c, 0x88, 0x00, 0xdc, 0x22, 0x89, 0xe0, 0xe1, 0x64, 0xd4, 0x67, 0xbc, 0x31, 0x79, 0x61, 0x3c -.byte 0xbb, 0xca, 0x41, 0xcd, 0x5c, 0x6a, 0x00, 0xc8, 0x3c, 0x38, 0x8e, 0x58, 0xaf, 0x02, 0x03, 0x01 -.byte 0x00, 0x01, 0x53, 0x00, 0x26, 0x02, 0x30, 0x51, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 -.byte 0x06, 0x13, 0x02, 0x54, 0x57, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09 -.byte 0x54, 0x41, 0x49, 0x57, 0x41, 0x4e, 0x2d, 0x43, 0x41, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55 -.byte 0x04, 0x0b, 0x13, 0x07, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x31, 0x1c, 0x30, 0x1a, 0x06 -.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x13, 0x54, 0x57, 0x43, 0x41, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61 -.byte 0x6c, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 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, 0xb0, 0x05, 0xdb, 0xc8, 0xeb, 0x8c -.byte 0xc4, 0x6e, 0x8a, 0x21, 0xef, 0x8e, 0x4d, 0x9c, 0x71, 0x0a, 0x1f, 0x52, 0x70, 0xed, 0x6d, 0x82 -.byte 0x9c, 0x97, 0xc5, 0xd7, 0x4c, 0x4e, 0x45, 0x49, 0xcb, 0x40, 0x42, 0xb5, 0x12, 0x34, 0x6c, 0x19 -.byte 0xc2, 0x74, 0xa4, 0x31, 0x5f, 0x85, 0x02, 0x97, 0xec, 0x43, 0x33, 0x0a, 0x53, 0xd2, 0x9c, 0x8c -.byte 0x8e, 0xb7, 0xb8, 0x79, 0xdb, 0x2b, 0xd5, 0x6a, 0xf2, 0x8e, 0x66, 0xc4, 0xee, 0x2b, 0x01, 0x07 -.byte 0x92, 0xd4, 0xb3, 0xd0, 0x02, 0xdf, 0x50, 0xf6, 0x55, 0xaf, 0x66, 0x0e, 0xcb, 0xe0, 0x47, 0x60 -.byte 0x2f, 0x2b, 0x32, 0x39, 0x35, 0x52, 0x3a, 0x28, 0x83, 0xf8, 0x7b, 0x16, 0xc6, 0x18, 0xb8, 0x62 -.byte 0xd6, 0x47, 0x25, 0x91, 0xce, 0xf0, 0x19, 0x12, 0x4d, 0xad, 0x63, 0xf5, 0xd3, 0x3f, 0x75, 0x5f -.byte 0x29, 0xf0, 0xa1, 0x30, 0x1c, 0x2a, 0xa0, 0x98, 0xa6, 0x15, 0xbd, 0xee, 0xfd, 0x19, 0x36, 0xf0 -.byte 0xe2, 0x91, 0x43, 0x8f, 0xfa, 0xca, 0xd6, 0x10, 0x27, 0x49, 0x4c, 0xef, 0xdd, 0xc1, 0xf1, 0x85 -.byte 0x70, 0x9b, 0xca, 0xea, 0xa8, 0x5a, 0x43, 0xfc, 0x6d, 0x86, 0x6f, 0x73, 0xe9, 0x37, 0x45, 0xa9 -.byte 0xf0, 0x36, 0xc7, 0xcc, 0x88, 0x75, 0x1e, 0xbb, 0x6c, 0x06, 0xff, 0x9b, 0x6b, 0x3e, 0x17, 0xec -.byte 0x61, 0xaa, 0x71, 0x7c, 0xc6, 0x1d, 0xa2, 0xf7, 0x49, 0xe9, 0x15, 0xb5, 0x3c, 0xd6, 0xa1, 0x61 -.byte 0xf5, 0x11, 0xf7, 0x05, 0x6f, 0x1d, 0xfd, 0x11, 0xbe, 0xd0, 0x30, 0x07, 0xc2, 0x29, 0xb0, 0x09 -.byte 0x4e, 0x26, 0xdc, 0xe3, 0xa2, 0xa8, 0x91, 0x6a, 0x1f, 0xc2, 0x91, 0x45, 0x88, 0x5c, 0xe5, 0x98 -.byte 0xb8, 0x71, 0xa5, 0x15, 0x19, 0xc9, 0x7c, 0x75, 0x11, 0xcc, 0x70, 0x74, 0x4f, 0x2d, 0x9b, 0x1d -.byte 0x91, 0x44, 0xfd, 0x56, 0x28, 0xa0, 0xfe, 0xbb, 0x86, 0x6a, 0xc8, 0xfa, 0x5c, 0x0b, 0x58, 0xdc -.byte 0xc6, 0x4b, 0x76, 0xc8, 0xab, 0x22, 0xd9, 0x73, 0x0f, 0xa5, 0xf4, 0x5a, 0x02, 0x89, 0x3f, 0x4f -.byte 0x9e, 0x22, 0x82, 0xee, 0xa2, 0x74, 0x53, 0x2a, 0x3d, 0x53, 0x27, 0x69, 0x1d, 0x6c, 0x8e, 0x32 -.byte 0x2c, 0x64, 0x00, 0x26, 0x63, 0x61, 0x36, 0x4e, 0xa3, 0x46, 0xb7, 0x3f, 0x7d, 0xb3, 0x2d, 0xac -.byte 0x6d, 0x90, 0xa2, 0x95, 0xa2, 0xce, 0xcf, 0xda, 0x82, 0xe7, 0x07, 0x34, 0x19, 0x96, 0xe9, 0xb8 -.byte 0x21, 0xaa, 0x29, 0x7e, 0xa6, 0x38, 0xbe, 0x8e, 0x29, 0x4a, 0x21, 0x66, 0x79, 0x1f, 0xb3, 0xc3 -.byte 0xb5, 0x09, 0x67, 0xde, 0xd6, 0xd4, 0x07, 0x46, 0xf3, 0x2a, 0xda, 0xe6, 0x22, 0x37, 0x60, 0xcb -.byte 0x81, 0xb6, 0x0f, 0xa0, 0x0f, 0xe9, 0xc8, 0x95, 0x7f, 0xbf, 0x55, 0x91, 0x05, 0x7a, 0xcf, 0x3d -.byte 0x15, 0xc0, 0x6f, 0xde, 0x09, 0x94, 0x01, 0x83, 0xd7, 0x34, 0x1b, 0xcc, 0x40, 0xa5, 0xf0, 0xb8 -.byte 0x9b, 0x67, 0xd5, 0x98, 0x91, 0x3b, 0xa7, 0x84, 0x78, 0x95, 0x26, 0xa4, 0x5a, 0x08, 0xf8, 0x2b -.byte 0x74, 0xb4, 0x00, 0x04, 0x3c, 0xdf, 0xb8, 0x14, 0x8e, 0xe8, 0xdf, 0xa9, 0x8d, 0x6c, 0x67, 0x92 -.byte 0x33, 0x1d, 0xc0, 0xb7, 0xd2, 0xec, 0x92, 0xc8, 0xbe, 0x09, 0xbf, 0x2c, 0x29, 0x05, 0x6f, 0x02 -.byte 0x6b, 0x9e, 0xef, 0xbc, 0xbf, 0x2a, 0xbc, 0x5b, 0xc0, 0x50, 0x8f, 0x41, 0x70, 0x71, 0x87, 0xb2 -.byte 0x4d, 0xb7, 0x04, 0xa9, 0x84, 0xa3, 0x32, 0xaf, 0xae, 0xee, 0x6b, 0x17, 0x8b, 0xb2, 0xb1, 0xfe -.byte 0x6c, 0xe1, 0x90, 0x8c, 0x88, 0xa8, 0x97, 0x48, 0xce, 0xc8, 0x4d, 0xcb, 0xf3, 0x06, 0xcf, 0x5f -.byte 0x6a, 0x0a, 0x42, 0xb1, 0x1e, 0x1e, 0x77, 0x2f, 0x8e, 0xa0, 0xe6, 0x92, 0x0e, 0x06, 0xfc, 0x05 -.byte 0x22, 0xd2, 0x26, 0xe1, 0x31, 0x51, 0x7d, 0x32, 0xdc, 0x0f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x54 -.byte 0x00, 0x26, 0x02, 0x30, 0x52, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 -.byte 0x53, 0x4b, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0a, 0x42, 0x72, 0x61 -.byte 0x74, 0x69, 0x73, 0x6c, 0x61, 0x76, 0x61, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0a -.byte 0x13, 0x0a, 0x44, 0x69, 0x73, 0x69, 0x67, 0x20, 0x61, 0x2e, 0x73, 0x2e, 0x31, 0x19, 0x30, 0x17 -.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x43, 0x41, 0x20, 0x44, 0x69, 0x73, 0x69, 0x67, 0x20 -.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x32, 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, 0xa2, 0xa3, 0xc4, 0x00, 0x09, 0xd6, 0x85, 0x5d -.byte 0x2d, 0x6d, 0x14, 0xf6, 0xc2, 0xc3, 0x73, 0x9e, 0x35, 0xc2, 0x71, 0x55, 0x7e, 0x81, 0xfb, 0xab -.byte 0x46, 0x50, 0xe0, 0xc1, 0x7c, 0x49, 0x78, 0xe6, 0xab, 0x79, 0x58, 0x3c, 0xda, 0xff, 0x7c, 0x1c -.byte 0x9f, 0xd8, 0x97, 0x02, 0x78, 0x3e, 0x6b, 0x41, 0x04, 0xe9, 0x41, 0xbd, 0xbe, 0x03, 0x2c, 0x45 -.byte 0xf6, 0x2f, 0x64, 0xd4, 0xab, 0x5d, 0xa3, 0x47, 0x3d, 0x64, 0x9b, 0xe9, 0x68, 0x9a, 0xc6, 0xcc -.byte 0x1b, 0x3f, 0xba, 0xbe, 0xb2, 0x8b, 0x34, 0x02, 0x2e, 0x98, 0x55, 0x19, 0xfc, 0x8c, 0x6f, 0xaa -.byte 0x5f, 0xda, 0x4c, 0xce, 0x4d, 0x03, 0x21, 0xa3, 0xd8, 0xd2, 0x34, 0x93, 0x56, 0x96, 0xcb, 0x4c -.byte 0x0c, 0x00, 0x16, 0x3c, 0x5f, 0x1a, 0xcd, 0xc8, 0xc7, 0x6c, 0xa6, 0xad, 0xd3, 0x31, 0xa7, 0xbc -.byte 0xe8, 0xe5, 0xe1, 0x66, 0xd6, 0xd2, 0xfb, 0x03, 0xb4, 0x41, 0x65, 0xc9, 0x10, 0xae, 0x0e, 0x05 -.byte 0x63, 0xc6, 0x80, 0x6a, 0x69, 0x30, 0xfd, 0xd2, 0xee, 0x90, 0xef, 0x0d, 0x27, 0xdf, 0x9f, 0x95 -.byte 0x73, 0xf4, 0xe1, 0x25, 0xda, 0x6c, 0x16, 0xde, 0x41, 0x38, 0x34, 0xea, 0x8b, 0xfc, 0xd1, 0xe8 -.byte 0x04, 0x14, 0x61, 0x2d, 0x41, 0x7e, 0xac, 0xc7, 0x77, 0x4e, 0xcb, 0x51, 0x54, 0xfb, 0x5e, 0x92 -.byte 0x18, 0x1b, 0x04, 0x5a, 0x68, 0xc6, 0xc9, 0xc4, 0xfa, 0xb7, 0x13, 0xa0, 0x98, 0xb7, 0x11, 0x2b -.byte 0xb7, 0xd6, 0x57, 0xcc, 0x7c, 0x9e, 0x17, 0xd1, 0xcb, 0x25, 0xfe, 0x86, 0x4e, 0x24, 0x2e, 0x56 -.byte 0x0c, 0x78, 0x4d, 0x9e, 0x01, 0x12, 0xa6, 0x2b, 0xa7, 0x01, 0x65, 0x6e, 0x7c, 0x62, 0x1d, 0x84 -.byte 0x84, 0xdf, 0xea, 0xc0, 0x6b, 0xb5, 0xa5, 0x2a, 0x95, 0x83, 0xc3, 0x53, 0x11, 0x0c, 0x73, 0x1d -.byte 0x0b, 0xb2, 0x46, 0x90, 0xd1, 0x42, 0x3a, 0xce, 0x40, 0x6e, 0x95, 0xad, 0xff, 0xc6, 0x94, 0xad -.byte 0x6e, 0x97, 0x84, 0x8e, 0x7d, 0x6f, 0x9e, 0x8a, 0x80, 0x0d, 0x49, 0x6d, 0x73, 0xe2, 0x7b, 0x92 -.byte 0x1e, 0xc3, 0xf3, 0xc1, 0xf3, 0xeb, 0x2e, 0x05, 0x6f, 0xd9, 0x1b, 0xcf, 0x37, 0x76, 0x04, 0xc8 -.byte 0xb4, 0x5a, 0xe4, 0x17, 0xa7, 0xcb, 0xdd, 0x76, 0x1f, 0xd0, 0x19, 0x76, 0xe8, 0x2c, 0x05, 0xb3 -.byte 0xd6, 0x9c, 0x34, 0xd8, 0x96, 0xdc, 0x61, 0x87, 0x91, 0x05, 0xe4, 0x44, 0x08, 0x33, 0xc1, 0xda -.byte 0xb9, 0x08, 0x65, 0xd4, 0xae, 0xb2, 0x36, 0x0d, 0xeb, 0xba, 0x38, 0xba, 0x0c, 0xe5, 0x9b, 0x9e -.byte 0xeb, 0x8d, 0x66, 0xdd, 0x99, 0xcf, 0xd6, 0x89, 0x41, 0xf6, 0x04, 0x92, 0x8a, 0x29, 0x29, 0x6d -.byte 0x6b, 0x3a, 0x1c, 0xe7, 0x75, 0x7d, 0x02, 0x71, 0x0e, 0xf3, 0xc0, 0xe7, 0xbd, 0xcb, 0x19, 0xdd -.byte 0x9d, 0x60, 0xb2, 0xc2, 0x66, 0x60, 0xb6, 0xb1, 0x04, 0xee, 0xc9, 0xe6, 0x86, 0xb9, 0x9a, 0x66 -.byte 0x40, 0xa8, 0xe7, 0x11, 0xed, 0x81, 0x45, 0x03, 0x8b, 0xf6, 0x67, 0x59, 0xe8, 0xc1, 0x06, 0x11 -.byte 0xbd, 0xdd, 0xcf, 0x80, 0x02, 0x4f, 0x65, 0x40, 0x78, 0x5c, 0x47, 0x50, 0xc8, 0x9b, 0xe6, 0x1f -.byte 0x81, 0x7b, 0xe4, 0x44, 0xa8, 0x5b, 0x85, 0x9a, 0xe2, 0xde, 0x5a, 0xd5, 0xc7, 0xf9, 0x3a, 0x44 -.byte 0x66, 0x4b, 0xe4, 0x32, 0x54, 0x7c, 0xe4, 0x6c, 0x9c, 0xb3, 0x0e, 0x3d, 0x17, 0xa2, 0xb2, 0x34 -.byte 0x12, 0xd6, 0x7e, 0xb2, 0xa8, 0x49, 0xbb, 0xd1, 0x7a, 0x28, 0x40, 0xbe, 0xa2, 0x16, 0x1f, 0xdf -.byte 0xe4, 0x37, 0x1f, 0x11, 0x73, 0xfb, 0x90, 0x0a, 0x65, 0x43, 0xa2, 0x0d, 0x7c, 0xf8, 0x06, 0x01 -.byte 0x55, 0x33, 0x7d, 0xb0, 0x0d, 0xb8, 0xf4, 0xf5, 0xae, 0xa5, 0x42, 0x57, 0x7c, 0x36, 0x11, 0x8c -.byte 0x7b, 0x5e, 0xc4, 0x03, 0x9d, 0x8c, 0x79, 0x9d, 0x02, 0x03, 0x01, 0x00, 0x01, 0x56, 0x00, 0x26 -.byte 0x02, 0x30, 0x54, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e -.byte 0x31, 0x26, 0x30, 0x24, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1d, 0x42, 0x45, 0x49, 0x4a, 0x49 -.byte 0x4e, 0x47, 0x20, 0x43, 0x45, 0x52, 0x54, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x20, 0x41 -.byte 0x55, 0x54, 0x48, 0x4f, 0x52, 0x49, 0x54, 0x59, 0x31, 0x1d, 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04 -.byte 0x03, 0x0c, 0x14, 0x42, 0x4a, 0x43, 0x41, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52 -.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x31, 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, 0xf1, 0x66, 0x08, 0xbd, 0xd9, 0xc5, 0x15, 0x61 -.byte 0xcb, 0x84, 0x04, 0x41, 0xa5, 0x69, 0x37, 0x77, 0x1d, 0xc1, 0xb0, 0x7b, 0xfa, 0xc3, 0x77, 0x48 -.byte 0x90, 0x13, 0x72, 0x64, 0xd1, 0xb8, 0x7c, 0x90, 0x35, 0x9d, 0x18, 0x79, 0x88, 0xe3, 0x97, 0x01 -.byte 0x3c, 0x47, 0x81, 0xf2, 0x0e, 0xa2, 0x98, 0x0d, 0x9e, 0x3f, 0x37, 0xe0, 0x19, 0xb2, 0x90, 0xf2 -.byte 0x46, 0x1c, 0x92, 0xb1, 0x3a, 0x61, 0xce, 0xfa, 0xb7, 0x46, 0x9e, 0x03, 0x86, 0xd7, 0x33, 0x6e -.byte 0xed, 0xf7, 0x45, 0x8c, 0x76, 0x37, 0xde, 0x6e, 0x96, 0x91, 0xf7, 0xd7, 0x7e, 0x2b, 0x87, 0x17 -.byte 0xd5, 0x8b, 0x35, 0xee, 0x84, 0x91, 0x72, 0x57, 0xdc, 0x60, 0xc3, 0xc3, 0xb9, 0xe7, 0xc7, 0x67 -.byte 0x24, 0x23, 0x4f, 0x63, 0x0a, 0x63, 0xf6, 0x66, 0x7d, 0x4b, 0x55, 0xa7, 0x3f, 0x78, 0x64, 0x49 -.byte 0x69, 0x12, 0x97, 0xe0, 0x4c, 0x0d, 0xd3, 0x09, 0xa0, 0x32, 0x30, 0x3a, 0xfa, 0x9f, 0xc0, 0xf2 -.byte 0x9c, 0xc5, 0x12, 0x2a, 0x2e, 0x1c, 0xb5, 0x04, 0x33, 0xda, 0xa4, 0x38, 0x11, 0x6a, 0xde, 0xc6 -.byte 0x18, 0xf6, 0x47, 0x3a, 0x22, 0x41, 0x87, 0x22, 0xfc, 0xc4, 0x89, 0x28, 0x54, 0xd8, 0x8c, 0xa5 -.byte 0x30, 0x0a, 0xf8, 0x17, 0x16, 0xca, 0xac, 0x37, 0xfd, 0x79, 0xa7, 0x91, 0x17, 0x78, 0x38, 0x99 -.byte 0xad, 0x58, 0xed, 0xb2, 0xde, 0xcc, 0x89, 0x7d, 0x03, 0x9c, 0xb3, 0x89, 0x65, 0xe7, 0xe3, 0x3b -.byte 0xb1, 0x22, 0x86, 0x8f, 0x06, 0x6d, 0x78, 0x07, 0xfd, 0x91, 0x12, 0x7f, 0xb0, 0x6b, 0x1c, 0x89 -.byte 0x0d, 0xf9, 0xb8, 0xcb, 0x74, 0x5b, 0x07, 0xc2, 0xc8, 0xf4, 0x35, 0xd1, 0x64, 0x63, 0x7a, 0xe9 -.byte 0x6e, 0x9a, 0x28, 0xd6, 0x30, 0xbd, 0xe6, 0x1b, 0xdd, 0x15, 0xaf, 0x84, 0xea, 0x9c, 0xc7, 0xca -.byte 0xf5, 0x0e, 0xea, 0xf2, 0x5d, 0x29, 0x87, 0x8f, 0x69, 0x73, 0x39, 0xbe, 0x2e, 0x24, 0x6f, 0x45 -.byte 0x21, 0xac, 0xc5, 0xd4, 0x69, 0x25, 0x06, 0x83, 0xad, 0x7a, 0x48, 0x85, 0x13, 0x2c, 0x0d, 0x06 -.byte 0xb8, 0x6c, 0x79, 0x56, 0xfc, 0xa3, 0x67, 0x32, 0x81, 0xf5, 0x57, 0xa5, 0xca, 0x57, 0x42, 0x69 -.byte 0xe9, 0x5c, 0x24, 0x61, 0xef, 0xe2, 0x30, 0x18, 0x4e, 0x44, 0x98, 0x55, 0x6f, 0x7a, 0xc2, 0x93 -.byte 0xd8, 0x19, 0xb6, 0xde, 0x7c, 0x47, 0x8a, 0x11, 0x4e, 0x49, 0x47, 0xdb, 0x28, 0x94, 0x02, 0x0b -.byte 0x94, 0x4a, 0x2c, 0xf9, 0x12, 0xd0, 0x4f, 0xe8, 0x31, 0x7e, 0x6c, 0x7a, 0xbf, 0xa6, 0x3f, 0x9b -.byte 0x39, 0x3d, 0x02, 0x16, 0xa3, 0x18, 0xb3, 0x67, 0xac, 0x5b, 0x3f, 0x2c, 0x83, 0x2b, 0x67, 0x39 -.byte 0x81, 0x5c, 0xb9, 0x7e, 0x94, 0xd5, 0x64, 0xdd, 0x9e, 0x8f, 0x6e, 0xae, 0xe8, 0x7c, 0x5b, 0xb4 -.byte 0xd7, 0x6a, 0x47, 0x48, 0xd7, 0x7e, 0xb3, 0xd4, 0x2d, 0x8e, 0x56, 0x76, 0x4e, 0xcf, 0x69, 0xf1 -.byte 0x6e, 0x44, 0x6c, 0xd4, 0x24, 0xea, 0x8d, 0x24, 0xa1, 0x18, 0xbf, 0xbd, 0x57, 0xfe, 0xa9, 0x99 -.byte 0x35, 0xb5, 0xdb, 0x10, 0x77, 0xb8, 0x3d, 0x48, 0xba, 0xd6, 0xc1, 0xe7, 0xf1, 0x23, 0x3e, 0xd7 -.byte 0xdf, 0x85, 0x9d, 0x27, 0x3c, 0xd4, 0x40, 0xbd, 0x0a, 0x0c, 0xbd, 0xf5, 0xe7, 0x8d, 0x25, 0xd6 -.byte 0x81, 0x74, 0x87, 0x46, 0xd4, 0x29, 0x75, 0xa2, 0x42, 0x6c, 0xf7, 0x73, 0x89, 0xe7, 0x7d, 0xbf -.byte 0x7a, 0x4a, 0x1f, 0xd3, 0x22, 0xc9, 0x15, 0x55, 0xcf, 0xdf, 0x6f, 0x7c, 0x55, 0xd0, 0xa4, 0x8b -.byte 0x07, 0x11, 0x37, 0x5f, 0x83, 0xa6, 0x26, 0x57, 0xa6, 0x01, 0x5b, 0x7e, 0xfe, 0x58, 0x68, 0x07 -.byte 0xa9, 0xe9, 0x7a, 0xd9, 0xb9, 0xe8, 0xff, 0x50, 0x1f, 0xab, 0xc2, 0xb4, 0xc0, 0xce, 0xe8, 0xea -.byte 0xfd, 0x0f, 0xbd, 0x8d, 0x4d, 0xb8, 0xbc, 0x71, 0x02, 0x03, 0x01, 0x00, 0x01, 0x56, 0x00, 0x78 -.byte 0x00, 0x30, 0x54, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e -.byte 0x31, 0x26, 0x30, 0x24, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1d, 0x42, 0x45, 0x49, 0x4a, 0x49 -.byte 0x4e, 0x47, 0x20, 0x43, 0x45, 0x52, 0x54, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x20, 0x41 -.byte 0x55, 0x54, 0x48, 0x4f, 0x52, 0x49, 0x54, 0x59, 0x31, 0x1d, 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04 -.byte 0x03, 0x0c, 0x14, 0x42, 0x4a, 0x43, 0x41, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52 -.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x32, 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, 0x9d -.byte 0xcb, 0x80, 0x91, 0x8d, 0x53, 0x67, 0xb5, 0xb9, 0x50, 0xb1, 0x03, 0xf8, 0xe5, 0x49, 0x1f, 0x41 -.byte 0x22, 0x09, 0xb0, 0x51, 0x52, 0x58, 0xd6, 0x2b, 0x34, 0x8f, 0xc5, 0x12, 0x46, 0x14, 0xc5, 0x8b -.byte 0x2f, 0x2c, 0x84, 0xff, 0x2c, 0x6e, 0xa8, 0xd5, 0xf1, 0x09, 0xe3, 0x03, 0x21, 0x14, 0xc4, 0x43 -.byte 0x3d, 0x7c, 0xc1, 0x2c, 0xc4, 0x4b, 0x6a, 0x4a, 0xcd, 0xe9, 0x87, 0xe0, 0x7d, 0xf6, 0x22, 0xbe -.byte 0xfa, 0x4a, 0x51, 0xb8, 0x30, 0x8a, 0xfd, 0xe1, 0xde, 0x18, 0x12, 0x0a, 0xf6, 0x47, 0xb7, 0xe7 -.byte 0x17, 0xbf, 0x27, 0x8a, 0xd4, 0x41, 0x4c, 0x96, 0x3c, 0x60, 0x96, 0xc1, 0xfd, 0x15, 0x1c, 0x58 -.byte 0x00, 0x26, 0x02, 0x30, 0x56, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 -.byte 0x43, 0x4e, 0x31, 0x30, 0x30, 0x2e, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x27, 0x43, 0x68, 0x69 -.byte 0x6e, 0x61, 0x20, 0x46, 0x69, 0x6e, 0x61, 0x6e, 0x63, 0x69, 0x61, 0x6c, 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, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x0c, 0x43 -.byte 0x46, 0x43, 0x41, 0x20, 0x45, 0x56, 0x20, 0x52, 0x4f, 0x4f, 0x54, 0x30, 0x82, 0x02, 0x22, 0x30 -.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 -.byte 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xd7, 0x5d, 0x6b, 0xcd -.byte 0x10, 0x3f, 0x1f, 0x05, 0x59, 0xd5, 0x05, 0x4d, 0x37, 0xb1, 0x0e, 0xec, 0x98, 0x2b, 0x8e, 0x15 -.byte 0x1d, 0xfa, 0x93, 0x4b, 0x17, 0x82, 0x21, 0x71, 0x10, 0x52, 0xd7, 0x51, 0x64, 0x70, 0x16, 0xc2 -.byte 0x55, 0x69, 0x4d, 0x8e, 0x15, 0x6d, 0x9f, 0xbf, 0x0c, 0x1b, 0xc2, 0xe0, 0xa3, 0x67, 0xd6, 0x0c -.byte 0xac, 0xcf, 0x22, 0xae, 0xaf, 0x77, 0x54, 0x2a, 0x4b, 0x4c, 0x8a, 0x53, 0x52, 0x7a, 0xc3, 0xee -.byte 0x2e, 0xde, 0xb3, 0x71, 0x25, 0xc1, 0xe9, 0x5d, 0x3d, 0xee, 0xa1, 0x2f, 0xa3, 0xf7, 0x2a, 0x3c -.byte 0xc9, 0x23, 0x1d, 0x6a, 0xab, 0x1d, 0xa1, 0xa7, 0xf1, 0xf3, 0xec, 0xa0, 0xd5, 0x44, 0xcf, 0x15 -.byte 0xcf, 0x72, 0x2f, 0x1d, 0x63, 0x97, 0xe8, 0x99, 0xf9, 0xfd, 0x93, 0xa4, 0x54, 0x80, 0x4c, 0x52 -.byte 0xd4, 0x52, 0xab, 0x2e, 0x49, 0xdf, 0x90, 0xcd, 0xb8, 0x5f, 0xbe, 0x3f, 0xde, 0xa1, 0xca, 0x4d -.byte 0x20, 0xd4, 0x25, 0xe8, 0x84, 0x29, 0x53, 0xb7, 0xb1, 0x88, 0x1f, 0xff, 0xfa, 0xda, 0x90, 0x9f -.byte 0x0a, 0xa9, 0x2d, 0x41, 0x3f, 0xb1, 0xf1, 0x18, 0x29, 0xee, 0x16, 0x59, 0x2c, 0x34, 0x49, 0x1a -.byte 0xa8, 0x06, 0xd7, 0xa8, 0x88, 0xd2, 0x03, 0x72, 0x7a, 0x32, 0xe2, 0xea, 0x68, 0x4d, 0x6e, 0x2c -.byte 0x96, 0x65, 0x7b, 0xca, 0x59, 0xfa, 0xf2, 0xe2, 0xdd, 0xee, 0x30, 0x2c, 0xfb, 0xcc, 0x46, 0xac -.byte 0xc4, 0x63, 0xeb, 0x6f, 0x7f, 0x36, 0x2b, 0x34, 0x73, 0x12, 0x94, 0x7f, 0xdf, 0xcc, 0x26, 0x9e -.byte 0xf1, 0x72, 0x5d, 0x50, 0x65, 0x59, 0x8f, 0x69, 0xb3, 0x87, 0x5e, 0x32, 0x6f, 0xc3, 0x18, 0x8a -.byte 0xb5, 0x95, 0x8f, 0xb0, 0x7a, 0x37, 0xde, 0x5a, 0x45, 0x3b, 0xc7, 0x36, 0xe1, 0xef, 0x67, 0xd1 -.byte 0x39, 0xd3, 0x97, 0x5b, 0x73, 0x62, 0x19, 0x48, 0x2d, 0x87, 0x1c, 0x06, 0xfb, 0x74, 0x98, 0x20 -.byte 0x49, 0x73, 0xf0, 0x05, 0xd2, 0x1b, 0xb1, 0xa0, 0xa3, 0xb7, 0x1b, 0x70, 0xd3, 0x88, 0x69, 0xb9 -.byte 0x5a, 0xd6, 0x38, 0xf4, 0x62, 0xdc, 0x25, 0x8b, 0x78, 0xbf, 0xf8, 0xe8, 0x7e, 0xb8, 0x5c, 0xc9 -.byte 0x95, 0x4f, 0x5f, 0xa7, 0x2d, 0xb9, 0x20, 0x6b, 0xcf, 0x6b, 0xdd, 0xf5, 0x0d, 0xf4, 0x82, 0xb7 -.byte 0xf4, 0xb2, 0x66, 0x2e, 0x10, 0x28, 0xf6, 0x97, 0x5a, 0x7b, 0x96, 0x16, 0x8f, 0x01, 0x19, 0x2d -.byte 0x6c, 0x6e, 0x7f, 0x39, 0x58, 0x06, 0x64, 0x83, 0x01, 0x83, 0x83, 0xc3, 0x4d, 0x92, 0xdd, 0x32 -.byte 0xc6, 0x87, 0xa4, 0x37, 0xe9, 0x16, 0xce, 0xaa, 0x2d, 0x68, 0xaf, 0x0a, 0x81, 0x65, 0x3a, 0x70 -.byte 0xc1, 0x9b, 0xad, 0x4d, 0x6d, 0x54, 0xca, 0x2a, 0x2d, 0x4b, 0x85, 0x1b, 0xb3, 0x80, 0xe6, 0x70 -.byte 0x45, 0x0d, 0x6b, 0x5e, 0x35, 0xf0, 0x7f, 0x3b, 0xb8, 0x9c, 0xe4, 0x04, 0x70, 0x89, 0x12, 0x25 -.byte 0x93, 0xda, 0x0a, 0x99, 0x22, 0x60, 0x6a, 0x63, 0x60, 0x4e, 0x76, 0x06, 0x98, 0x4e, 0xbd, 0x83 -.byte 0xad, 0x1d, 0x58, 0x8a, 0x25, 0x85, 0xd2, 0xc7, 0x65, 0x1e, 0x2d, 0x8e, 0xc6, 0xdf, 0xb6, 0xc6 -.byte 0xe1, 0x7f, 0x8a, 0x04, 0x21, 0x15, 0x29, 0x74, 0xf0, 0x3e, 0x9c, 0x90, 0x9d, 0x0c, 0x2e, 0xf1 -.byte 0x8a, 0x3e, 0x5a, 0xaa, 0x0c, 0x09, 0x1e, 0xc7, 0xd5, 0x3c, 0xa3, 0xed, 0x97, 0xc3, 0x1e, 0x34 -.byte 0xfa, 0x38, 0xf9, 0x08, 0x0e, 0xe3, 0xc0, 0x5d, 0x2b, 0x83, 0xd1, 0x56, 0x6a, 0xc9, 0xb6, 0xa8 -.byte 0x54, 0x53, 0x2e, 0x78, 0x32, 0x67, 0x3d, 0x82, 0x7f, 0x74, 0xd0, 0xfb, 0xe1, 0xb6, 0x05, 0x60 -.byte 0xb9, 0x70, 0xdb, 0x8e, 0x0b, 0xf9, 0x13, 0x58, 0x6f, 0x71, 0x60, 0x10, 0x52, 0x10, 0xb9, 0xc1 -.byte 0x41, 0x09, 0xef, 0x72, 0x1f, 0x67, 0x31, 0x78, 0xff, 0x96, 0x05, 0x8d, 0x02, 0x03, 0x01, 0x00 -.byte 0x01, 0x58, 0x00, 0x26, 0x01, 0x30, 0x56, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 -.byte 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x0a, 0x65 -.byte 0x6d, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x50, 0x4b, 0x49, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55 -.byte 0x04, 0x0a, 0x13, 0x0b, 0x65, 0x4d, 0x75, 0x64, 0x68, 0x72, 0x61, 0x20, 0x49, 0x6e, 0x63, 0x31 -.byte 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x13, 0x65, 0x6d, 0x53, 0x69, 0x67, 0x6e -.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x43, 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, 0xcf, 0xeb -.byte 0xa9, 0xb9, 0xf1, 0x99, 0x05, 0xcc, 0xd8, 0x28, 0x21, 0x4a, 0xf3, 0x73, 0x34, 0x51, 0x84, 0x56 -.byte 0x10, 0xf5, 0xa0, 0x4f, 0x2c, 0x12, 0xe3, 0xfa, 0x13, 0x9a, 0x27, 0xd0, 0xcf, 0xf9, 0x79, 0x1a -.byte 0x74, 0x5f, 0x1d, 0x79, 0x39, 0xfc, 0x5b, 0xf8, 0x70, 0x8e, 0xe0, 0x92, 0x52, 0xf7, 0xe4, 0x25 -.byte 0xf9, 0x54, 0x83, 0xd9, 0x1d, 0xd3, 0xc8, 0x5a, 0x85, 0x3f, 0x5e, 0xc7, 0xb6, 0x07, 0xee, 0x3e -.byte 0xc0, 0xce, 0x9a, 0xaf, 0xac, 0x56, 0x42, 0x2a, 0x39, 0x25, 0x70, 0xd6, 0xbf, 0xb5, 0x7b, 0x36 -.byte 0xad, 0xac, 0xf6, 0x73, 0xdc, 0xcd, 0xd7, 0x1d, 0x8a, 0x83, 0xa5, 0xfb, 0x2b, 0x90, 0x15, 0x37 -.byte 0x6b, 0x1c, 0x26, 0x47, 0xdc, 0x3b, 0x29, 0x56, 0x93, 0x6a, 0xb3, 0xc1, 0x6a, 0x3a, 0x9d, 0x3d -.byte 0xf5, 0xc1, 0x97, 0x38, 0x58, 0x05, 0x8b, 0x1c, 0x11, 0xe3, 0xe4, 0xb4, 0xb8, 0x5d, 0x85, 0x1d -.byte 0x83, 0xfe, 0x78, 0x5f, 0x0b, 0x45, 0x68, 0x18, 0x48, 0xa5, 0x46, 0x73, 0x34, 0x3b, 0xfe, 0x0f -.byte 0xc8, 0x76, 0xbb, 0xc7, 0x18, 0xf3, 0x05, 0xd1, 0x86, 0xf3, 0x85, 0xed, 0xe7, 0xb9, 0xd9, 0x32 -.byte 0xad, 0x55, 0x88, 0xce, 0xa6, 0xb6, 0x91, 0xb0, 0x4f, 0xac, 0x7e, 0x15, 0x23, 0x96, 0xf6, 0x3f -.byte 0xf0, 0x20, 0x34, 0x16, 0xde, 0x0a, 0xc6, 0xc4, 0x04, 0x45, 0x79, 0x7f, 0xa7, 0xfd, 0xbe, 0xd2 -.byte 0xa9, 0xa5, 0xaf, 0x9c, 0xc5, 0x23, 0x2a, 0xf7, 0x3c, 0x21, 0x6c, 0xbd, 0xaf, 0x8f, 0x4e, 0xc5 -.byte 0x3a, 0xb2, 0xf3, 0x34, 0x12, 0xfc, 0xdf, 0x80, 0x1a, 0x49, 0xa4, 0xd4, 0xa9, 0x95, 0xf7, 0x9e -.byte 0x89, 0x5e, 0xa2, 0x89, 0xac, 0x94, 0xcb, 0xa8, 0x68, 0x9b, 0xaf, 0x8a, 0x65, 0x27, 0xcd, 0x89 -.byte 0xee, 0xdd, 0x8c, 0xb5, 0x6b, 0x29, 0x70, 0x43, 0xa0, 0x69, 0x0b, 0xe4, 0xb9, 0x0f, 0x02, 0x03 -.byte 0x01, 0x00, 0x01, 0x59, 0x00, 0x26, 0x01, 0x30, 0x57, 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, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x07, 0x52, 0x6f, 0x6f, 0x74 -.byte 0x20, 0x43, 0x41, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x12, 0x47, 0x6c -.byte 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41 -.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, 0xda, 0x0e, 0xe6, 0x99, 0x8d, 0xce, 0xa3, 0xe3, 0x4f, 0x8a, 0x7e, 0xfb, 0xf1, 0x8b, 0x83 -.byte 0x25, 0x6b, 0xea, 0x48, 0x1f, 0xf1, 0x2a, 0xb0, 0xb9, 0x95, 0x11, 0x04, 0xbd, 0xf0, 0x63, 0xd1 -.byte 0xe2, 0x67, 0x66, 0xcf, 0x1c, 0xdd, 0xcf, 0x1b, 0x48, 0x2b, 0xee, 0x8d, 0x89, 0x8e, 0x9a, 0xaf -.byte 0x29, 0x80, 0x65, 0xab, 0xe9, 0xc7, 0x2d, 0x12, 0xcb, 0xab, 0x1c, 0x4c, 0x70, 0x07, 0xa1, 0x3d -.byte 0x0a, 0x30, 0xcd, 0x15, 0x8d, 0x4f, 0xf8, 0xdd, 0xd4, 0x8c, 0x50, 0x15, 0x1c, 0xef, 0x50, 0xee -.byte 0xc4, 0x2e, 0xf7, 0xfc, 0xe9, 0x52, 0xf2, 0x91, 0x7d, 0xe0, 0x6d, 0xd5, 0x35, 0x30, 0x8e, 0x5e -.byte 0x43, 0x73, 0xf2, 0x41, 0xe9, 0xd5, 0x6a, 0xe3, 0xb2, 0x89, 0x3a, 0x56, 0x39, 0x38, 0x6f, 0x06 -.byte 0x3c, 0x88, 0x69, 0x5b, 0x2a, 0x4d, 0xc5, 0xa7, 0x54, 0xb8, 0x6c, 0x89, 0xcc, 0x9b, 0xf9, 0x3c -.byte 0xca, 0xe5, 0xfd, 0x89, 0xf5, 0x12, 0x3c, 0x92, 0x78, 0x96, 0xd6, 0xdc, 0x74, 0x6e, 0x93, 0x44 -.byte 0x61, 0xd1, 0x8d, 0xc7, 0x46, 0xb2, 0x75, 0x0e, 0x86, 0xe8, 0x19, 0x8a, 0xd5, 0x6d, 0x6c, 0xd5 -.byte 0x78, 0x16, 0x95, 0xa2, 0xe9, 0xc8, 0x0a, 0x38, 0xeb, 0xf2, 0x24, 0x13, 0x4f, 0x73, 0x54, 0x93 -.byte 0x13, 0x85, 0x3a, 0x1b, 0xbc, 0x1e, 0x34, 0xb5, 0x8b, 0x05, 0x8c, 0xb9, 0x77, 0x8b, 0xb1, 0xdb -.byte 0x1f, 0x20, 0x91, 0xab, 0x09, 0x53, 0x6e, 0x90, 0xce, 0x7b, 0x37, 0x74, 0xb9, 0x70, 0x47, 0x91 -.byte 0x22, 0x51, 0x63, 0x16, 0x79, 0xae, 0xb1, 0xae, 0x41, 0x26, 0x08, 0xc8, 0x19, 0x2b, 0xd1, 0x46 -.byte 0xaa, 0x48, 0xd6, 0x64, 0x2a, 0xd7, 0x83, 0x34, 0xff, 0x2c, 0x2a, 0xc1, 0x6c, 0x19, 0x43, 0x4a -.byte 0x07, 0x85, 0xe7, 0xd3, 0x7c, 0xf6, 0x21, 0x68, 0xef, 0xea, 0xf2, 0x52, 0x9f, 0x7f, 0x93, 0x90 -.byte 0xcf, 0x02, 0x03, 0x01, 0x00, 0x01, 0x5a, 0x00, 0x26, 0x01, 0x30, 0x58, 0x31, 0x0b, 0x30, 0x09 -.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55 -.byte 0x04, 0x0a, 0x13, 0x22, 0x4a, 0x61, 0x70, 0x61, 0x6e, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66 -.byte 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73 -.byte 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 -.byte 0x13, 0x53, 0x65, 0x63, 0x75, 0x72, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74 -.byte 0x43, 0x41, 0x31, 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, 0xfd, 0x77, 0xaa, 0xa5, 0x1c, 0x90, 0x05, 0x3b, 0xcb, 0x4c, 0x9b -.byte 0x33, 0x8b, 0x5a, 0x14, 0x45, 0xa4, 0xe7, 0x90, 0x16, 0xd1, 0xdf, 0x57, 0xd2, 0x21, 0x10, 0xa4 -.byte 0x17, 0xfd, 0xdf, 0xac, 0xd6, 0x1f, 0xa7, 0xe4, 0xdb, 0x7c, 0xf7, 0xec, 0xdf, 0xb8, 0x03, 0xda -.byte 0x94, 0x58, 0xfd, 0x5d, 0x72, 0x7c, 0x8c, 0x3f, 0x5f, 0x01, 0x67, 0x74, 0x15, 0x96, 0xe3, 0x02 -.byte 0x3c, 0x87, 0xdb, 0xae, 0xcb, 0x01, 0x8e, 0xc2, 0xf3, 0x66, 0xc6, 0x85, 0x45, 0xf4, 0x02, 0xc6 -.byte 0x3a, 0xb5, 0x62, 0xb2, 0xaf, 0xfa, 0x9c, 0xbf, 0xa4, 0xe6, 0xd4, 0x80, 0x30, 0x98, 0xf3, 0x0d -.byte 0xb6, 0x93, 0x8f, 0xa9, 0xd4, 0xd8, 0x36, 0xf2, 0xb0, 0xfc, 0x8a, 0xca, 0x2c, 0xa1, 0x15, 0x33 -.byte 0x95, 0x31, 0xda, 0xc0, 0x1b, 0xf2, 0xee, 0x62, 0x99, 0x86, 0x63, 0x3f, 0xbf, 0xdd, 0x93, 0x2a -.byte 0x83, 0xa8, 0x76, 0xb9, 0x13, 0x1f, 0xb7, 0xce, 0x4e, 0x42, 0x85, 0x8f, 0x22, 0xe7, 0x2e, 0x1a -.byte 0xf2, 0x95, 0x09, 0xb2, 0x05, 0xb5, 0x44, 0x4e, 0x77, 0xa1, 0x20, 0xbd, 0xa9, 0xf2, 0x4e, 0x0a -.byte 0x7d, 0x50, 0xad, 0xf5, 0x05, 0x0d, 0x45, 0x4f, 0x46, 0x71, 0xfd, 0x28, 0x3e, 0x53, 0xfb, 0x04 -.byte 0xd8, 0x2d, 0xd7, 0x65, 0x1d, 0x4a, 0x1b, 0xfa, 0xcf, 0x3b, 0xb0, 0x31, 0x9a, 0x35, 0x6e, 0xc8 -.byte 0x8b, 0x06, 0xd3, 0x00, 0x91, 0xf2, 0x94, 0x08, 0x65, 0x4c, 0xb1, 0x34, 0x06, 0x00, 0x7a, 0x89 -.byte 0xe2, 0xf0, 0xc7, 0x03, 0x59, 0xcf, 0xd5, 0xd6, 0xe8, 0xa7, 0x32, 0xb3, 0xe6, 0x98, 0x40, 0x86 -.byte 0xc5, 0xcd, 0x27, 0x12, 0x8b, 0xcc, 0x7b, 0xce, 0xb7, 0x11, 0x3c, 0x62, 0x60, 0x07, 0x23, 0x3e -.byte 0x2b, 0x40, 0x6e, 0x94, 0x80, 0x09, 0x6d, 0xb6, 0xb3, 0x6f, 0x77, 0x6f, 0x35, 0x08, 0x50, 0xfb -.byte 0x02, 0x87, 0xc5, 0x3e, 0x89, 0x02, 0x03, 0x01, 0x00, 0x01, 0x5c, 0x00, 0x26, 0x02, 0x30, 0x5a -.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x25, 0x30 -.byte 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1c, 0x54, 0x72, 0x75, 0x73, 0x74, 0x41, 0x73, 0x69 -.byte 0x61, 0x20, 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x2c, 0x20 -.byte 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1b, 0x54 -.byte 0x72, 0x75, 0x73, 0x74, 0x41, 0x73, 0x69, 0x61, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20 -.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x47, 0x33, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d -.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02 -.byte 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xc0, 0x31, 0x82, 0x61, 0x92 -.byte 0xe4, 0x94, 0x1b, 0x0a, 0x2a, 0x65, 0xd0, 0xbe, 0x06, 0xa9, 0x87, 0x3b, 0x51, 0x12, 0xea, 0x70 -.byte 0x41, 0xae, 0xe2, 0xfb, 0x74, 0xea, 0x0a, 0x8d, 0xb9, 0xb3, 0x4c, 0xdc, 0x8f, 0xb7, 0x13, 0x52 -.byte 0x4f, 0x54, 0x18, 0xe1, 0x2c, 0x73, 0x95, 0x91, 0xc5, 0x66, 0x3b, 0x6a, 0xcf, 0xac, 0x63, 0x6d -.byte 0x87, 0x53, 0xf0, 0xf7, 0xf1, 0x39, 0xb7, 0xa0, 0x43, 0x63, 0xb0, 0xc4, 0x03, 0x5d, 0x57, 0xa9 -.byte 0xe7, 0x44, 0xce, 0xc4, 0xa1, 0x83, 0x65, 0xf6, 0x50, 0x3e, 0xb1, 0x7e, 0x16, 0xb8, 0x3a, 0x8a -.byte 0x02, 0xd0, 0x96, 0x1f, 0x00, 0xcd, 0x05, 0x21, 0xef, 0x06, 0x6d, 0xdd, 0x21, 0x9c, 0x19, 0x43 -.byte 0x45, 0xa1, 0xc5, 0xe8, 0x80, 0xca, 0xc2, 0xad, 0x40, 0x62, 0x17, 0x06, 0xc6, 0xaa, 0xbc, 0xf3 -.byte 0xd6, 0xe6, 0xfc, 0x50, 0x7e, 0x66, 0x42, 0x1f, 0x3c, 0x8b, 0xa6, 0x79, 0x79, 0x86, 0x40, 0x35 -.byte 0x9f, 0x20, 0xef, 0x3f, 0xeb, 0x8b, 0x47, 0x1f, 0x8f, 0x8e, 0xc5, 0xd4, 0x8e, 0xb6, 0x2c, 0xc9 -.byte 0x44, 0x04, 0xe3, 0xd4, 0x43, 0x75, 0x3f, 0xd5, 0x3f, 0xaf, 0x1c, 0xcc, 0x7e, 0x46, 0x5f, 0xac -.byte 0xdf, 0x64, 0x10, 0x8a, 0xef, 0x46, 0xf0, 0x90, 0xf0, 0x0f, 0x2d, 0xf4, 0x88, 0x0b, 0xb1, 0x29 -.byte 0xaa, 0xaf, 0x85, 0xaa, 0x49, 0x58, 0xa8, 0xbf, 0x63, 0xa0, 0x38, 0x91, 0xe6, 0xb3, 0xe6, 0x77 -.byte 0x68, 0xc4, 0xf9, 0x2a, 0x19, 0x84, 0xbb, 0x0e, 0xe1, 0xf5, 0xaf, 0x89, 0xec, 0xa5, 0x2f, 0x50 -.byte 0x20, 0x74, 0x1e, 0x12, 0x41, 0x73, 0x1e, 0x24, 0xd9, 0xca, 0xce, 0x2c, 0xa1, 0x59, 0x35, 0xc0 -.byte 0xc8, 0x1d, 0x46, 0x27, 0x61, 0x5a, 0x8f, 0xf9, 0x4d, 0xd3, 0x72, 0x79, 0x66, 0x1e, 0x9f, 0x15 -.byte 0x90, 0x21, 0x2d, 0xfd, 0xed, 0x8b, 0x56, 0x70, 0x03, 0x4a, 0x49, 0x3e, 0x7f, 0x69, 0x31, 0x12 -.byte 0x69, 0xc7, 0x1e, 0x5c, 0xca, 0x7a, 0x13, 0x8b, 0xe8, 0xe6, 0xf5, 0x60, 0x0f, 0xcc, 0x93, 0x2c -.byte 0x84, 0x7f, 0xf1, 0xfc, 0x6a, 0xfc, 0x9b, 0x47, 0x9d, 0xdb, 0xad, 0x88, 0x3d, 0xf3, 0x76, 0x75 -.byte 0x33, 0xd7, 0x4b, 0xa4, 0xc8, 0x8b, 0xf9, 0xf5, 0x43, 0x58, 0x4f, 0xcb, 0xc8, 0x03, 0x54, 0x8f -.byte 0xa5, 0x85, 0x78, 0x04, 0x1a, 0xf3, 0x73, 0xf2, 0xd7, 0x87, 0x1d, 0x41, 0x9f, 0xe7, 0xd8, 0x17 -.byte 0xce, 0x1a, 0x9c, 0x0f, 0x4a, 0xfc, 0xdc, 0x44, 0x68, 0x54, 0x68, 0xe2, 0x41, 0x3c, 0xfe, 0x2c -.byte 0x84, 0x86, 0x37, 0x3c, 0xcd, 0x3f, 0x2f, 0xa2, 0xdb, 0xe7, 0xf7, 0x54, 0x03, 0x5f, 0x59, 0xd3 -.byte 0xf7, 0x91, 0x78, 0xc7, 0x8b, 0x77, 0x6a, 0x16, 0xe5, 0x49, 0x85, 0x90, 0x45, 0x72, 0x70, 0x2f -.byte 0x91, 0x5d, 0xf8, 0x3e, 0x65, 0x40, 0x0b, 0x19, 0x99, 0xc9, 0x26, 0x20, 0x5a, 0x68, 0xc1, 0x35 -.byte 0xbf, 0x4f, 0xa7, 0x51, 0xf1, 0xd8, 0x11, 0x2b, 0x5b, 0xe0, 0x9a, 0x9e, 0x28, 0x3b, 0x0a, 0x3a -.byte 0x0a, 0x1f, 0xc1, 0x81, 0xe5, 0x2e, 0xf0, 0xa6, 0xb9, 0x69, 0xa5, 0x88, 0x94, 0xe6, 0x6b, 0x13 -.byte 0x7f, 0xd1, 0x64, 0x3f, 0x3d, 0x9c, 0x70, 0x46, 0xe5, 0xa2, 0x85, 0x7b, 0x58, 0x84, 0x27, 0xdc -.byte 0xc4, 0x80, 0x3e, 0x67, 0x9a, 0x9a, 0xc7, 0x9a, 0x31, 0x0e, 0x30, 0xec, 0xe6, 0x17, 0x40, 0x95 -.byte 0xd9, 0x45, 0xed, 0x01, 0x96, 0xaa, 0xbf, 0x0c, 0xf3, 0x4b, 0xd1, 0x63, 0xf7, 0x13, 0x58, 0xc0 -.byte 0xb8, 0xf3, 0xfa, 0x67, 0xdd, 0x9b, 0x7d, 0x6d, 0x4a, 0xff, 0x32, 0x4c, 0xb5, 0x25, 0x3b, 0xff -.byte 0x1c, 0x67, 0x0f, 0x85, 0x22, 0x59, 0x05, 0x91, 0x91, 0x41, 0x77, 0x81, 0xd0, 0x85, 0x4c, 0x87 -.byte 0x10, 0x71, 0xff, 0x9e, 0x43, 0x1b, 0xae, 0x95, 0x75, 0x2d, 0x81, 0x02, 0x03, 0x01, 0x00, 0x01 -.byte 0x5c, 0x00, 0x78, 0x00, 0x30, 0x5a, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 -.byte 0x02, 0x43, 0x4e, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1c, 0x54, 0x72 -.byte 0x75, 0x73, 0x74, 0x41, 0x73, 0x69, 0x61, 0x20, 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f -.byte 0x67, 0x69, 0x65, 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03 -.byte 0x55, 0x04, 0x03, 0x0c, 0x1b, 0x54, 0x72, 0x75, 0x73, 0x74, 0x41, 0x73, 0x69, 0x61, 0x20, 0x47 -.byte 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x47, 0x34 -.byte 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b -.byte 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xf1, 0xb3, 0xcd, 0x38, 0xe4, 0x25, 0x43, 0xe5 -.byte 0xde, 0x19, 0x09, 0xbb, 0x81, 0x79, 0xa2, 0x15, 0x5f, 0x15, 0x63, 0x01, 0xde, 0xc2, 0xab, 0xdd -.byte 0xb3, 0xa6, 0x1b, 0x67, 0x4b, 0x80, 0x83, 0xaf, 0x99, 0xcb, 0xac, 0x17, 0xdb, 0x2b, 0x96, 0xca -.byte 0x7c, 0x52, 0x55, 0xe2, 0x1a, 0xe1, 0x3d, 0x56, 0xf0, 0x2f, 0x16, 0x08, 0xfa, 0x15, 0xbc, 0x9b -.byte 0xbb, 0x47, 0xe6, 0x3f, 0xee, 0xa8, 0xe1, 0x4c, 0x8c, 0xf5, 0xd3, 0x36, 0xf9, 0x38, 0x5d, 0xab -.byte 0x70, 0x9a, 0x47, 0x0d, 0xe2, 0x81, 0x41, 0x06, 0xeb, 0x49, 0xf9, 0xb0, 0x29, 0xdd, 0x33, 0xec -.byte 0x50, 0xa5, 0x7f, 0x79, 0x29, 0xb8, 0x20, 0x98, 0x5c, 0x00, 0x26, 0x02, 0x30, 0x5a, 0x31, 0x0b -.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x46, 0x52, 0x31, 0x12, 0x30, 0x10, 0x06 -.byte 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x09, 0x44, 0x68, 0x69, 0x6d, 0x79, 0x6f, 0x74, 0x69, 0x73, 0x31 -.byte 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x13, 0x30, 0x30, 0x30, 0x32, 0x20, 0x34 -.byte 0x38, 0x31, 0x34, 0x36, 0x33, 0x30, 0x38, 0x31, 0x30, 0x30, 0x30, 0x33, 0x36, 0x31, 0x19, 0x30 -.byte 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x10, 0x43, 0x65, 0x72, 0x74, 0x69, 0x67, 0x6e, 0x61 -.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, 0xcd, 0x18, 0x39, 0x65, 0x1a, 0x59, 0xb1 -.byte 0xea, 0x64, 0x16, 0x0e, 0x8c, 0x94, 0x24, 0x95, 0x7c, 0x83, 0xd3, 0xc5, 0x39, 0x26, 0xdc, 0x0c -.byte 0xef, 0x16, 0x57, 0x8d, 0xd7, 0xd8, 0xac, 0xa3, 0x42, 0x7f, 0x82, 0xca, 0xed, 0xcd, 0x5b, 0xdb -.byte 0x0e, 0xb7, 0x2d, 0xed, 0x45, 0x08, 0x17, 0xb2, 0xd9, 0xb3, 0xcb, 0xd6, 0x17, 0x52, 0x72, 0x28 -.byte 0xdb, 0x8e, 0x4e, 0x9e, 0x8a, 0xb6, 0x0b, 0xf9, 0x9e, 0x84, 0x9a, 0x4d, 0x76, 0xde, 0x22, 0x29 -.byte 0x5c, 0xd2, 0xb3, 0xd2, 0x06, 0x3e, 0x30, 0x39, 0xa9, 0x74, 0xa3, 0x92, 0x56, 0x1c, 0xa1, 0x6f -.byte 0x4c, 0x0a, 0x20, 0x6d, 0x9f, 0x23, 0x7a, 0xb4, 0xc6, 0xda, 0x2c, 0xe4, 0x1d, 0x2c, 0xdc, 0xb3 -.byte 0x28, 0xd0, 0x13, 0xf2, 0x4c, 0x4e, 0x02, 0x49, 0xa1, 0x54, 0x40, 0x9e, 0xe6, 0xe5, 0x05, 0xa0 -.byte 0x2d, 0x84, 0xc8, 0xff, 0x98, 0x6c, 0xd0, 0xeb, 0x8a, 0x1a, 0x84, 0x08, 0x1e, 0xb7, 0x68, 0x23 -.byte 0xee, 0x23, 0xd5, 0x70, 0xce, 0x6d, 0x51, 0x69, 0x10, 0xee, 0xa1, 0x7a, 0xc2, 0xd1, 0x22, 0x31 -.byte 0xc2, 0x82, 0x85, 0xd2, 0xf2, 0x55, 0x76, 0x50, 0x7c, 0x25, 0x7a, 0xc9, 0x84, 0x5c, 0x0b, 0xac -.byte 0xdd, 0x42, 0x4e, 0x2b, 0xe7, 0x82, 0xa2, 0x24, 0x89, 0xcb, 0x90, 0xb2, 0xd0, 0xee, 0x23, 0xba -.byte 0x66, 0x4c, 0xbb, 0x62, 0xa4, 0xf9, 0x53, 0x5a, 0x64, 0x7b, 0x7c, 0x98, 0xfa, 0xa3, 0x48, 0x9e -.byte 0x0f, 0x95, 0xae, 0xa7, 0x18, 0xf4, 0x6a, 0xec, 0x2e, 0x03, 0x45, 0xaf, 0xf0, 0x74, 0xf8, 0x2a -.byte 0xcd, 0x7a, 0x5d, 0xd1, 0xbe, 0x44, 0x26, 0x32, 0x29, 0xf1, 0xf1, 0xf5, 0x6c, 0xcc, 0x7e, 0x02 -.byte 0x21, 0x0b, 0x9f, 0x6f, 0xa4, 0x3f, 0xbe, 0x9d, 0x53, 0xe2, 0xcf, 0x7d, 0xa9, 0x2c, 0x7c, 0x58 -.byte 0x1a, 0x97, 0xe1, 0x3d, 0x37, 0x37, 0x18, 0x66, 0x28, 0xd2, 0x40, 0xc5, 0x51, 0x8a, 0x8c, 0xc3 -.byte 0x2d, 0xce, 0x53, 0x88, 0x24, 0x58, 0x64, 0x30, 0x16, 0xc5, 0xaa, 0xe0, 0xd6, 0x0a, 0xa6, 0x40 -.byte 0xdf, 0x78, 0xf6, 0xf5, 0x04, 0x7c, 0x69, 0x13, 0x84, 0xbc, 0xd1, 0xd1, 0xa7, 0x06, 0xcf, 0x01 -.byte 0xf7, 0x68, 0xc0, 0xa8, 0x57, 0xbb, 0x3a, 0x61, 0xad, 0x04, 0x8c, 0x93, 0xe3, 0xad, 0xfc, 0xf0 -.byte 0xdb, 0x44, 0x6d, 0x59, 0xdc, 0x49, 0x59, 0xae, 0xac, 0x9a, 0x99, 0x36, 0x30, 0x41, 0x7b, 0x76 -.byte 0x33, 0x22, 0x87, 0xa3, 0xc2, 0x92, 0x86, 0x6e, 0xf9, 0x70, 0xee, 0xae, 0x87, 0x87, 0x95, 0x1b -.byte 0xc4, 0x7a, 0xbd, 0x31, 0xf3, 0xd4, 0xd2, 0xe5, 0x99, 0xff, 0xbe, 0x48, 0xec, 0x75, 0xf5, 0x78 -.byte 0x16, 0x1d, 0xa6, 0x70, 0xc1, 0x7f, 0x3c, 0x1b, 0xa1, 0x92, 0xfb, 0xcf, 0xc8, 0x3c, 0xd6, 0xc5 -.byte 0x93, 0x0a, 0x8f, 0xf5, 0x55, 0x3a, 0x76, 0x95, 0xce, 0x59, 0x98, 0x8a, 0x09, 0x95, 0x77, 0x32 -.byte 0x9a, 0x83, 0xba, 0x2c, 0x04, 0x3a, 0x97, 0xbd, 0xd4, 0x2f, 0xbe, 0xd7, 0x6c, 0x9b, 0xa2, 0xca -.byte 0x7d, 0x6d, 0x26, 0xc9, 0x55, 0xd5, 0xcf, 0xc3, 0x79, 0x52, 0x08, 0x09, 0x99, 0x07, 0x24, 0x2d -.byte 0x64, 0x25, 0x6b, 0xa6, 0x21, 0x69, 0x9b, 0x6a, 0xdd, 0x74, 0x4d, 0x6b, 0x97, 0x7a, 0x41, 0xbd -.byte 0xab, 0x17, 0xf9, 0x90, 0x17, 0x48, 0x8f, 0x36, 0xf9, 0x2d, 0xd5, 0xc5, 0xdb, 0xee, 0xaa, 0x85 -.byte 0x45, 0x41, 0xfa, 0xcd, 0x3a, 0x45, 0xb1, 0x68, 0xe6, 0x36, 0x4c, 0x9b, 0x90, 0x57, 0xec, 0x23 -.byte 0xb9, 0x87, 0x08, 0xc2, 0xc4, 0x09, 0xf1, 0x97, 0x86, 0x2a, 0x28, 0x4d, 0xe2, 0x74, 0xc0, 0xda -.byte 0xc4, 0x8c, 0xdb, 0xdf, 0xe2, 0xa1, 0x17, 0x59, 0xce, 0x24, 0x59, 0x74, 0x31, 0xda, 0x7f, 0xfd -.byte 0x30, 0x6d, 0xd9, 0xdc, 0xe1, 0x6a, 0xe1, 0xfc, 0x5f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x5c, 0x00 -.byte 0x26, 0x01, 0x30, 0x5a, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x49 -.byte 0x45, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09, 0x42, 0x61, 0x6c, 0x74 -.byte 0x69, 0x6d, 0x6f, 0x72, 0x65, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x0a -.byte 0x43, 0x79, 0x62, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03 -.byte 0x55, 0x04, 0x03, 0x13, 0x19, 0x42, 0x61, 0x6c, 0x74, 0x69, 0x6d, 0x6f, 0x72, 0x65, 0x20, 0x43 -.byte 0x79, 0x62, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x30, 0x82 -.byte 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 -.byte 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xa3 -.byte 0x04, 0xbb, 0x22, 0xab, 0x98, 0x3d, 0x57, 0xe8, 0x26, 0x72, 0x9a, 0xb5, 0x79, 0xd4, 0x29, 0xe2 -.byte 0xe1, 0xe8, 0x95, 0x80, 0xb1, 0xb0, 0xe3, 0x5b, 0x8e, 0x2b, 0x29, 0x9a, 0x64, 0xdf, 0xa1, 0x5d -.byte 0xed, 0xb0, 0x09, 0x05, 0x6d, 0xdb, 0x28, 0x2e, 0xce, 0x62, 0xa2, 0x62, 0xfe, 0xb4, 0x88, 0xda -.byte 0x12, 0xeb, 0x38, 0xeb, 0x21, 0x9d, 0xc0, 0x41, 0x2b, 0x01, 0x52, 0x7b, 0x88, 0x77, 0xd3, 0x1c -.byte 0x8f, 0xc7, 0xba, 0xb9, 0x88, 0xb5, 0x6a, 0x09, 0xe7, 0x73, 0xe8, 0x11, 0x40, 0xa7, 0xd1, 0xcc -.byte 0xca, 0x62, 0x8d, 0x2d, 0xe5, 0x8f, 0x0b, 0xa6, 0x50, 0xd2, 0xa8, 0x50, 0xc3, 0x28, 0xea, 0xf5 -.byte 0xab, 0x25, 0x87, 0x8a, 0x9a, 0x96, 0x1c, 0xa9, 0x67, 0xb8, 0x3f, 0x0c, 0xd5, 0xf7, 0xf9, 0x52 -.byte 0x13, 0x2f, 0xc2, 0x1b, 0xd5, 0x70, 0x70, 0xf0, 0x8f, 0xc0, 0x12, 0xca, 0x06, 0xcb, 0x9a, 0xe1 -.byte 0xd9, 0xca, 0x33, 0x7a, 0x77, 0xd6, 0xf8, 0xec, 0xb9, 0xf1, 0x68, 0x44, 0x42, 0x48, 0x13, 0xd2 -.byte 0xc0, 0xc2, 0xa4, 0xae, 0x5e, 0x60, 0xfe, 0xb6, 0xa6, 0x05, 0xfc, 0xb4, 0xdd, 0x07, 0x59, 0x02 -.byte 0xd4, 0x59, 0x18, 0x98, 0x63, 0xf5, 0xa5, 0x63, 0xe0, 0x90, 0x0c, 0x7d, 0x5d, 0xb2, 0x06, 0x7a -.byte 0xf3, 0x85, 0xea, 0xeb, 0xd4, 0x03, 0xae, 0x5e, 0x84, 0x3e, 0x5f, 0xff, 0x15, 0xed, 0x69, 0xbc -.byte 0xf9, 0x39, 0x36, 0x72, 0x75, 0xcf, 0x77, 0x52, 0x4d, 0xf3, 0xc9, 0x90, 0x2c, 0xb9, 0x3d, 0xe5 -.byte 0xc9, 0x23, 0x53, 0x3f, 0x1f, 0x24, 0x98, 0x21, 0x5c, 0x07, 0x99, 0x29, 0xbd, 0xc6, 0x3a, 0xec -.byte 0xe7, 0x6e, 0x86, 0x3a, 0x6b, 0x97, 0x74, 0x63, 0x33, 0xbd, 0x68, 0x18, 0x31, 0xf0, 0x78, 0x8d -.byte 0x76, 0xbf, 0xfc, 0x9e, 0x8e, 0x5d, 0x2a, 0x86, 0xa7, 0x4d, 0x90, 0xdc, 0x27, 0x1a, 0x39, 0x02 -.byte 0x03, 0x01, 0x00, 0x01, 0x5c, 0x00, 0x78, 0x00, 0x30, 0x5a, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 -.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0b -.byte 0x13, 0x0a, 0x65, 0x6d, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x50, 0x4b, 0x49, 0x31, 0x14, 0x30, 0x12 -.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0b, 0x65, 0x4d, 0x75, 0x64, 0x68, 0x72, 0x61, 0x20, 0x49 -.byte 0x6e, 0x63, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x17, 0x65, 0x6d, 0x53 -.byte 0x69, 0x67, 0x6e, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20 -.byte 0x2d, 0x20, 0x43, 0x33, 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, 0xfd, 0xa5, 0x61, 0xae -.byte 0x7b, 0x26, 0x10, 0x1d, 0xe9, 0xb7, 0x22, 0x30, 0xae, 0x06, 0xf4, 0x81, 0xb3, 0xb1, 0x42, 0x71 -.byte 0x95, 0x39, 0xbc, 0xd3, 0x52, 0xe3, 0xaf, 0xaf, 0xf9, 0xf2, 0x97, 0x35, 0x92, 0x36, 0x46, 0x0e -.byte 0x87, 0x95, 0x8d, 0xb9, 0x39, 0x5a, 0xe9, 0xbb, 0xdf, 0xd0, 0xfe, 0xc8, 0x07, 0x41, 0x3c, 0xbb -.byte 0x55, 0x6f, 0x83, 0xa3, 0x6a, 0xfb, 0x62, 0xb0, 0x81, 0x89, 0x02, 0x70, 0x7d, 0x48, 0xc5, 0x4a -.byte 0xe3, 0xe9, 0x22, 0x54, 0x22, 0x4d, 0x93, 0xbb, 0x42, 0x0c, 0xaf, 0x77, 0x9c, 0x23, 0xa6, 0x7d -.byte 0xd7, 0x61, 0x11, 0xce, 0x65, 0xc7, 0xf8, 0x7f, 0xfe, 0xf5, 0xf2, 0xa9, 0x5f, 0x00, 0x26, 0x02 -.byte 0x30, 0x5d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31 -.byte 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x53, 0x45, 0x43, 0x4f, 0x4d, 0x20 -.byte 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x43, 0x4f -.byte 0x2e, 0x2c, 0x4c, 0x54, 0x44, 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 -.byte 0x1e, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x20, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e -.byte 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x33, 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 0xe3, 0xc9, 0x72, 0x49, 0xf7, 0x30, 0xde, 0x09, 0x7c, 0xa9, 0x40, 0x81, 0x58, 0xd3, 0xb4, 0x3a -.byte 0xdd, 0xba, 0x61, 0x0f, 0x93, 0x50, 0x6e, 0x69, 0x3c, 0x35, 0xc2, 0xee, 0x5b, 0x73, 0x90, 0x1b -.byte 0x67, 0x4c, 0x21, 0xec, 0x5f, 0x35, 0xbb, 0x39, 0x3e, 0x2b, 0x0a, 0x60, 0xef, 0xbb, 0x6d, 0x2b -.byte 0x86, 0xfb, 0x71, 0xa2, 0xc8, 0xac, 0xe4, 0x56, 0x94, 0xf9, 0xc9, 0xaf, 0xb1, 0x72, 0xd4, 0x20 -.byte 0xac, 0x74, 0xd2, 0xb8, 0x15, 0xad, 0x51, 0xfe, 0x85, 0x74, 0xa1, 0xb9, 0x10, 0xfe, 0x05, 0x80 -.byte 0xf9, 0x52, 0x93, 0xb3, 0x40, 0x3d, 0x75, 0x10, 0xac, 0xc0, 0x96, 0xb7, 0xa7, 0x7e, 0x76, 0xbc -.byte 0xe3, 0x1b, 0x52, 0x19, 0xce, 0x11, 0x1f, 0x0b, 0x04, 0x34, 0xf5, 0xd8, 0xf5, 0x69, 0x3c, 0x77 -.byte 0xf3, 0x64, 0xf4, 0x0d, 0xaa, 0x85, 0xde, 0xe0, 0x09, 0x50, 0x04, 0x17, 0x96, 0x84, 0xb7, 0xc8 -.byte 0x8a, 0xbc, 0x4d, 0x72, 0xfc, 0x1c, 0xbb, 0xcf, 0xf3, 0x06, 0x4d, 0xf9, 0x9f, 0x64, 0xf7, 0x7e -.byte 0xa6, 0x66, 0x86, 0x35, 0x71, 0xc8, 0x11, 0x80, 0x4c, 0xc1, 0x71, 0x40, 0x58, 0x1e, 0xbe, 0xa0 -.byte 0x73, 0xf6, 0xfc, 0x3e, 0x50, 0xe1, 0xe0, 0x2f, 0x26, 0x3d, 0x7e, 0x5c, 0x23, 0xb5, 0x79, 0x70 -.byte 0xde, 0xfa, 0xe0, 0xd1, 0xa5, 0xd6, 0x0c, 0x41, 0x71, 0x7b, 0xf7, 0xea, 0x8c, 0x1c, 0x88, 0xc7 -.byte 0xec, 0x8b, 0xf5, 0xd1, 0x2f, 0x55, 0x96, 0x46, 0x7c, 0x5a, 0x3b, 0x58, 0x3b, 0xfb, 0xba, 0xd8 -.byte 0x2d, 0xb5, 0x25, 0xda, 0x7a, 0x4e, 0xcf, 0x44, 0xae, 0x21, 0xa6, 0x9e, 0x98, 0xca, 0x20, 0x6e -.byte 0x7c, 0xbb, 0x88, 0x85, 0x5b, 0xfb, 0xc0, 0x10, 0x62, 0xbb, 0xf2, 0xf9, 0x27, 0x47, 0xef, 0xd1 -.byte 0x89, 0x39, 0x43, 0xc4, 0xdf, 0xde, 0xe1, 0x41, 0xbf, 0x54, 0x73, 0x20, 0x97, 0x2d, 0x6c, 0xda -.byte 0xf3, 0xd4, 0x07, 0xa3, 0xe6, 0xb9, 0xd8, 0x6f, 0xae, 0xfc, 0x8c, 0x19, 0x2e, 0xd3, 0x67, 0x67 -.byte 0x2b, 0x95, 0xdb, 0x58, 0x5c, 0xb5, 0x6a, 0x02, 0xf3, 0xb8, 0x83, 0x5e, 0xb4, 0x6b, 0xbe, 0x41 -.byte 0x7e, 0x57, 0x09, 0x75, 0x44, 0x50, 0x55, 0xcd, 0x5a, 0x11, 0x61, 0x21, 0x0a, 0x61, 0xc2, 0xa9 -.byte 0x88, 0xfd, 0x13, 0xbc, 0x2d, 0x89, 0x2f, 0xcd, 0x61, 0xe0, 0x95, 0xbe, 0xca, 0xb5, 0x7b, 0xe1 -.byte 0x7b, 0x34, 0x67, 0x0b, 0x1f, 0xb6, 0x0c, 0xc7, 0x7c, 0x1e, 0x19, 0x53, 0xca, 0xa7, 0xb1, 0x4a -.byte 0x15, 0x20, 0x56, 0x14, 0x70, 0x3d, 0x2b, 0x82, 0x2c, 0x0f, 0x9d, 0x15, 0x1d, 0x47, 0x80, 0x47 -.byte 0xff, 0x78, 0x99, 0x0e, 0x31, 0xaf, 0x6f, 0x3e, 0x8f, 0xed, 0x86, 0x69, 0x1e, 0x7b, 0x18, 0x88 -.byte 0x14, 0xb2, 0xc2, 0xfc, 0x82, 0x33, 0x2e, 0x9c, 0x4b, 0x2d, 0xfb, 0x70, 0x3b, 0x71, 0xaa, 0x2b -.byte 0x7b, 0x26, 0x27, 0xf3, 0x1a, 0xc2, 0xdc, 0xfb, 0x17, 0xb8, 0xa1, 0xea, 0xcb, 0xa0, 0xb4, 0xae -.byte 0xd3, 0x94, 0x7e, 0x7a, 0xd0, 0xab, 0xc3, 0xec, 0x38, 0x2d, 0x11, 0x2e, 0x88, 0xbf, 0xd4, 0x3f -.byte 0xad, 0x12, 0x3b, 0x42, 0xac, 0x8f, 0x02, 0x6e, 0x7d, 0xcc, 0xd1, 0x5f, 0x61, 0xbe, 0xa1, 0xbc -.byte 0x3a, 0x6a, 0x48, 0xea, 0x26, 0x55, 0x22, 0x16, 0x5d, 0x5f, 0x0d, 0xff, 0x27, 0x33, 0x9f, 0x18 -.byte 0x03, 0x74, 0x8a, 0x5b, 0x52, 0x20, 0x47, 0x6b, 0x45, 0x4d, 0x22, 0x77, 0x8c, 0x55, 0x27, 0xf0 -.byte 0xaf, 0x1e, 0x8c, 0xc9, 0x83, 0x22, 0x54, 0xb7, 0x9a, 0xd0, 0x4f, 0xd9, 0xce, 0xfc, 0xd9, 0x2e -.byte 0x1c, 0x96, 0x28, 0xb1, 0x02, 0xd3, 0x03, 0xbd, 0x25, 0x52, 0x1c, 0x34, 0x66, 0x4f, 0x23, 0xab -.byte 0xf4, 0x77, 0x82, 0x96, 0x1d, 0xd1, 0x57, 0x30, 0x08, 0x11, 0x05, 0xfd, 0x57, 0xd1, 0xd9, 0xc7 -.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x5f, 0x00, 0x26, 0x01, 0x30, 0x5d, 0x31, 0x0b, 0x30, 0x09, 0x06 -.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04 -.byte 0x0a, 0x13, 0x1c, 0x53, 0x45, 0x43, 0x4f, 0x4d, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x53 -.byte 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x43, 0x4f, 0x2e, 0x2c, 0x4c, 0x54, 0x44, 0x2e, 0x31 -.byte 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1e, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69 -.byte 0x74, 0x79, 0x20, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e -.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x32, 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, 0xd0, 0x15, 0x39, 0x52, 0xb1, 0x52, 0xb3 -.byte 0xba, 0xc5, 0x59, 0x82, 0xc4, 0x5d, 0x52, 0xae, 0x3a, 0x43, 0x65, 0x80, 0x4b, 0xc7, 0xf2, 0x96 -.byte 0xbc, 0xdb, 0x36, 0x97, 0xd6, 0xa6, 0x64, 0x8c, 0xa8, 0x5e, 0xf0, 0xe3, 0x0a, 0x1c, 0xf7, 0xdf -.byte 0x97, 0x3d, 0x4b, 0xae, 0xf6, 0x5d, 0xec, 0x21, 0xb5, 0x41, 0xab, 0xcd, 0xb9, 0x7e, 0x76, 0x9f -.byte 0xbe, 0xf9, 0x3e, 0x36, 0x34, 0xa0, 0x3b, 0xc1, 0xf6, 0x31, 0x11, 0x45, 0x74, 0x93, 0x3d, 0x57 -.byte 0x80, 0xc5, 0xf9, 0x89, 0x99, 0xca, 0xe5, 0xab, 0x6a, 0xd4, 0xb5, 0xda, 0x41, 0x90, 0x10, 0xc1 -.byte 0xd6, 0xd6, 0x42, 0x89, 0xc2, 0xbf, 0xf4, 0x38, 0x12, 0x95, 0x4c, 0x54, 0x05, 0xf7, 0x36, 0xe4 -.byte 0x45, 0x83, 0x7b, 0x14, 0x65, 0xd6, 0xdc, 0x0c, 0x4d, 0xd1, 0xde, 0x7e, 0x0c, 0xab, 0x3b, 0xc4 -.byte 0x15, 0xbe, 0x3a, 0x56, 0xa6, 0x5a, 0x6f, 0x76, 0x69, 0x52, 0xa9, 0x7a, 0xb9, 0xc8, 0xeb, 0x6a -.byte 0x9a, 0x5d, 0x52, 0xd0, 0x2d, 0x0a, 0x6b, 0x35, 0x16, 0x09, 0x10, 0x84, 0xd0, 0x6a, 0xca, 0x3a -.byte 0x06, 0x00, 0x37, 0x47, 0xe4, 0x7e, 0x57, 0x4f, 0x3f, 0x8b, 0xeb, 0x67, 0xb8, 0x88, 0xaa, 0xc5 -.byte 0xbe, 0x53, 0x55, 0xb2, 0x91, 0xc4, 0x7d, 0xb9, 0xb0, 0x85, 0x19, 0x06, 0x78, 0x2e, 0xdb, 0x61 -.byte 0x1a, 0xfa, 0x85, 0xf5, 0x4a, 0x91, 0xa1, 0xe7, 0x16, 0xd5, 0x8e, 0xa2, 0x39, 0xdf, 0x94, 0xb8 -.byte 0x70, 0x1f, 0x28, 0x3f, 0x8b, 0xfc, 0x40, 0x5e, 0x63, 0x83, 0x3c, 0x83, 0x2a, 0x1a, 0x99, 0x6b -.byte 0xcf, 0xde, 0x59, 0x6a, 0x3b, 0xfc, 0x6f, 0x16, 0xd7, 0x1f, 0xfd, 0x4a, 0x10, 0xeb, 0x4e, 0x82 -.byte 0x16, 0x3a, 0xac, 0x27, 0x0c, 0x53, 0xf1, 0xad, 0xd5, 0x24, 0xb0, 0x6b, 0x03, 0x50, 0xc1, 0x2d -.byte 0x3c, 0x16, 0xdd, 0x44, 0x34, 0x27, 0x1a, 0x75, 0xfb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x60, 0x00 -.byte 0x26, 0x02, 0x30, 0x5e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54 -.byte 0x57, 0x31, 0x23, 0x30, 0x21, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1a, 0x43, 0x68, 0x75, 0x6e -.byte 0x67, 0x68, 0x77, 0x61, 0x20, 0x54, 0x65, 0x6c, 0x65, 0x63, 0x6f, 0x6d, 0x20, 0x43, 0x6f, 0x2e -.byte 0x2c, 0x20, 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x2a, 0x30, 0x28, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c -.byte 0x21, 0x65, 0x50, 0x4b, 0x49, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69 -.byte 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69 -.byte 0x74, 0x79, 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, 0xe1, 0x25, 0x0f, 0xee, 0x8d, 0xdb, 0x88, 0x33, 0x75, 0x67, 0xcd, 0xad, 0x1f -.byte 0x7d, 0x3a, 0x4e, 0x6d, 0x9d, 0xd3, 0x2f, 0x14, 0xf3, 0x63, 0x74, 0xcb, 0x01, 0x21, 0x6a, 0x37 -.byte 0xea, 0x84, 0x50, 0x07, 0x4b, 0x26, 0x5b, 0x09, 0x43, 0x6c, 0x21, 0x9e, 0x6a, 0xc8, 0xd5, 0x03 -.byte 0xf5, 0x60, 0x69, 0x8f, 0xcc, 0xf0, 0x22, 0xe4, 0x1f, 0xe7, 0xf7, 0x6a, 0x22, 0x31, 0xb7, 0x2c -.byte 0x15, 0xf2, 0xe0, 0xfe, 0x00, 0x6a, 0x43, 0xff, 0x87, 0x65, 0xc6, 0xb5, 0x1a, 0xc1, 0xa7, 0x4c -.byte 0x6d, 0x22, 0x70, 0x21, 0x8a, 0x31, 0xf2, 0x97, 0x74, 0x89, 0x09, 0x12, 0x26, 0x1c, 0x9e, 0xca -.byte 0xd9, 0x12, 0xa2, 0x95, 0x3c, 0xda, 0xe9, 0x67, 0xbf, 0x08, 0xa0, 0x64, 0xe3, 0xd6, 0x42, 0xb7 -.byte 0x45, 0xef, 0x97, 0xf4, 0xf6, 0xf5, 0xd7, 0xb5, 0x4a, 0x15, 0x02, 0x58, 0x7d, 0x98, 0x58, 0x4b -.byte 0x60, 0xbc, 0xcd, 0xd7, 0x0d, 0x9a, 0x13, 0x33, 0x53, 0xd1, 0x61, 0xf9, 0x7a, 0xd5, 0xd7, 0x78 -.byte 0xb3, 0x9a, 0x33, 0xf7, 0x00, 0x86, 0xce, 0x1d, 0x4d, 0x94, 0x38, 0xaf, 0xa8, 0xec, 0x78, 0x51 -.byte 0x70, 0x8a, 0x5c, 0x10, 0x83, 0x51, 0x21, 0xf7, 0x11, 0x3d, 0x34, 0x86, 0x5e, 0xe5, 0x48, 0xcd -.byte 0x97, 0x81, 0x82, 0x35, 0x4c, 0x19, 0xec, 0x65, 0xf6, 0x6b, 0xc5, 0x05, 0xa1, 0xee, 0x47, 0x13 -.byte 0xd6, 0xb3, 0x21, 0x27, 0x94, 0x10, 0x0a, 0xd9, 0x24, 0x3b, 0xba, 0xbe, 0x44, 0x13, 0x46, 0x30 -.byte 0x3f, 0x97, 0x3c, 0xd8, 0xd7, 0xd7, 0x6a, 0xee, 0x3b, 0x38, 0xe3, 0x2b, 0xd4, 0x97, 0x0e, 0xb9 -.byte 0x1b, 0xe7, 0x07, 0x49, 0x7f, 0x37, 0x2a, 0xf9, 0x77, 0x78, 0xcf, 0x54, 0xed, 0x5b, 0x46, 0x9d -.byte 0xa3, 0x80, 0x0e, 0x91, 0x43, 0xc1, 0xd6, 0x5b, 0x5f, 0x14, 0xba, 0x9f, 0xa6, 0x8d, 0x24, 0x47 -.byte 0x40, 0x59, 0xbf, 0x72, 0x38, 0xb2, 0x36, 0x6c, 0x37, 0xff, 0x99, 0xd1, 0x5d, 0x0e, 0x59, 0x0a -.byte 0xab, 0x69, 0xf7, 0xc0, 0xb2, 0x04, 0x45, 0x7a, 0x54, 0x00, 0xae, 0xbe, 0x53, 0xf6, 0xb5, 0xe7 -.byte 0xe1, 0xf8, 0x3c, 0xa3, 0x31, 0xd2, 0xa9, 0xfe, 0x21, 0x52, 0x64, 0xc5, 0xa6, 0x67, 0xf0, 0x75 -.byte 0x07, 0x06, 0x94, 0x14, 0x81, 0x55, 0xc6, 0x27, 0xe4, 0x01, 0x8f, 0x17, 0xc1, 0x6a, 0x71, 0xd7 -.byte 0xbe, 0x4b, 0xfb, 0x94, 0x58, 0x7d, 0x7e, 0x11, 0x33, 0xb1, 0x42, 0xf7, 0x62, 0x6c, 0x18, 0xd6 -.byte 0xcf, 0x09, 0x68, 0x3e, 0x7f, 0x6c, 0xf6, 0x1e, 0x8f, 0x62, 0xad, 0xa5, 0x63, 0xdb, 0x09, 0xa7 -.byte 0x1f, 0x22, 0x42, 0x41, 0x1e, 0x6f, 0x99, 0x8a, 0x3e, 0xd7, 0xf9, 0x3f, 0x40, 0x7a, 0x79, 0xb0 -.byte 0xa5, 0x01, 0x92, 0xd2, 0x9d, 0x3d, 0x08, 0x15, 0xa5, 0x10, 0x01, 0x2d, 0xb3, 0x32, 0x76, 0xa8 -.byte 0x95, 0x0d, 0xb3, 0x7a, 0x9a, 0xfb, 0x07, 0x10, 0x78, 0x11, 0x6f, 0xe1, 0x8f, 0xc7, 0xba, 0x0f -.byte 0x25, 0x1a, 0x74, 0x2a, 0xe5, 0x1c, 0x98, 0x41, 0x99, 0xdf, 0x21, 0x87, 0xe8, 0x95, 0x06, 0x6a -.byte 0x0a, 0xb3, 0x6a, 0x47, 0x76, 0x65, 0xf6, 0x3a, 0xcf, 0x8f, 0x62, 0x17, 0x19, 0x7b, 0x0a, 0x28 -.byte 0xcd, 0x1a, 0xd2, 0x83, 0x1e, 0x21, 0xc7, 0x2c, 0xbf, 0xbe, 0xff, 0x61, 0x68, 0xb7, 0x67, 0x1b -.byte 0xbb, 0x78, 0x4d, 0x8d, 0xce, 0x67, 0xe5, 0xe4, 0xc1, 0x8e, 0xb7, 0x23, 0x66, 0xe2, 0x9d, 0x90 -.byte 0x75, 0x34, 0x98, 0xa9, 0x36, 0x2b, 0x8a, 0x9a, 0x94, 0xb9, 0x9d, 0xec, 0xcc, 0x8a, 0xb1, 0xf8 -.byte 0x25, 0x89, 0x5c, 0x5a, 0xb6, 0x2f, 0x8c, 0x1f, 0x6d, 0x79, 0x24, 0xa7, 0x52, 0x68, 0xc3, 0x84 -.byte 0x35, 0xe2, 0x66, 0x8d, 0x63, 0x0e, 0x25, 0x4d, 0xd5, 0x19, 0xb2, 0xe6, 0x79, 0x37, 0xa7, 0x22 -.byte 0x9d, 0x54, 0x31, 0x02, 0x03, 0x01, 0x00, 0x01, 0x61, 0x00, 0x78, 0x00, 0x30, 0x5f, 0x31, 0x0b -.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x42, 0x31, 0x18, 0x30, 0x16, 0x06 -.byte 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0f, 0x53, 0x65, 0x63, 0x74, 0x69, 0x67, 0x6f, 0x20, 0x4c, 0x69 -.byte 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x36, 0x30, 0x34, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x2d -.byte 0x53, 0x65, 0x63, 0x74, 0x69, 0x67, 0x6f, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x53 -.byte 0x65, 0x72, 0x76, 0x65, 0x72, 0x20, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61 -.byte 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x45, 0x34, 0x36, 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, 0x76, 0xfa, 0x99, 0xa9, 0x6e, 0x20, 0xed, 0xf9, 0xd7, 0x77, 0xe3 -.byte 0x07, 0x3b, 0xa8, 0xdb, 0x3d, 0x5f, 0x38, 0xe8, 0xab, 0x55, 0xa6, 0x56, 0x4f, 0xd6, 0x48, 0xea -.byte 0xec, 0x7f, 0x2d, 0xaa, 0xc3, 0xb2, 0xc5, 0x79, 0xec, 0x99, 0x61, 0x7f, 0x10, 0x79, 0xc7, 0x02 -.byte 0x5a, 0xf9, 0x04, 0x37, 0xf5, 0x34, 0x35, 0x2b, 0x77, 0xce, 0x7f, 0x20, 0x8f, 0x52, 0xa3, 0x00 -.byte 0x89, 0xec, 0xd5, 0xa7, 0xa2, 0x6d, 0x5b, 0xe3, 0x4b, 0x92, 0x93, 0xa0, 0x80, 0xf5, 0x01, 0x94 -.byte 0xdc, 0xf0, 0x68, 0x07, 0x1e, 0xcd, 0xee, 0xfe, 0x25, 0x52, 0xb5, 0x20, 0x43, 0x1c, 0x1b, 0xfe -.byte 0xeb, 0x19, 0xce, 0x43, 0xa3, 0x61, 0x00, 0x26, 0x02, 0x30, 0x5f, 0x31, 0x0b, 0x30, 0x09, 0x06 -.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x42, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04 -.byte 0x0a, 0x13, 0x0f, 0x53, 0x65, 0x63, 0x74, 0x69, 0x67, 0x6f, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74 -.byte 0x65, 0x64, 0x31, 0x36, 0x30, 0x34, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x2d, 0x53, 0x65, 0x63 -.byte 0x74, 0x69, 0x67, 0x6f, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x53, 0x65, 0x72, 0x76 -.byte 0x65, 0x72, 0x20, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f -.byte 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x34, 0x36, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d -.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02 -.byte 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0x93, 0xbe, 0xd5, 0x36, 0x52 -.byte 0x75, 0xd8, 0x01, 0x23, 0xa0, 0x1c, 0x47, 0x42, 0x49, 0xee, 0x63, 0xb6, 0xb7, 0x21, 0xfd, 0xc4 -.byte 0x95, 0xd5, 0x48, 0x2b, 0x26, 0x7c, 0x14, 0x53, 0x10, 0xda, 0x79, 0xfd, 0x2b, 0xb7, 0x2d, 0xa4 -.byte 0xd4, 0x2c, 0xfa, 0xea, 0x32, 0xdd, 0x49, 0xc2, 0xb9, 0xbd, 0x0f, 0x48, 0x3d, 0x7b, 0x5a, 0x98 -.byte 0x54, 0xaf, 0x9e, 0x5d, 0x31, 0x74, 0x4f, 0x07, 0xfc, 0x50, 0x21, 0xdd, 0xa4, 0xcf, 0x68, 0x4f -.byte 0x1b, 0x12, 0x63, 0x6d, 0x25, 0x99, 0x4c, 0x2a, 0x99, 0xf3, 0x48, 0x30, 0x61, 0xfa, 0x81, 0x7c -.byte 0x1e, 0xa7, 0x08, 0x4a, 0xdc, 0x3e, 0x2b, 0x1c, 0x1f, 0x18, 0x4c, 0x71, 0xaa, 0x35, 0x8c, 0xad -.byte 0xf8, 0x6e, 0xe8, 0x3b, 0x4a, 0xd9, 0xe5, 0x94, 0x02, 0xd6, 0x89, 0x84, 0x13, 0xaa, 0x6d, 0xc8 -.byte 0x4f, 0x33, 0xcc, 0x50, 0x96, 0x37, 0x92, 0x33, 0xdc, 0x5f, 0x88, 0xe7, 0x9f, 0x54, 0xd9, 0x48 -.byte 0xf0, 0x98, 0x43, 0xd6, 0x66, 0xfd, 0x9f, 0x17, 0x38, 0x43, 0xc5, 0x01, 0x51, 0x0b, 0xd7, 0xe3 -.byte 0x23, 0x0f, 0x14, 0x5d, 0x5b, 0x14, 0xe7, 0x4b, 0xbe, 0xdd, 0xf4, 0xc8, 0xda, 0x03, 0x37, 0xd1 -.byte 0xd6, 0x39, 0xa1, 0x21, 0x51, 0x30, 0x83, 0xb0, 0x6d, 0xd7, 0x30, 0x4e, 0x96, 0x5b, 0x91, 0xf0 -.byte 0x70, 0x24, 0xab, 0xbf, 0x45, 0x81, 0x64, 0x43, 0x0d, 0xbd, 0x21, 0x3a, 0x2f, 0x3c, 0xe9, 0x9e -.byte 0x0d, 0xcb, 0x20, 0xb5, 0x42, 0x27, 0xcc, 0xda, 0x6f, 0x9b, 0xee, 0x64, 0x30, 0x90, 0x39, 0xcd -.byte 0x93, 0x65, 0x81, 0x21, 0x31, 0xb5, 0x23, 0x50, 0x33, 0x37, 0x22, 0xe3, 0x38, 0xed, 0xf8, 0x31 -.byte 0x30, 0xcc, 0x45, 0xfe, 0x62, 0xf9, 0xd1, 0x5d, 0x32, 0x79, 0x42, 0x87, 0xdf, 0x6a, 0xcc, 0x56 -.byte 0x19, 0x40, 0x4d, 0xce, 0xaa, 0xbb, 0xf9, 0xb5, 0x76, 0x49, 0x94, 0xf1, 0x27, 0xf8, 0x91, 0xa5 -.byte 0x83, 0xe5, 0x06, 0xb3, 0x63, 0x0e, 0x80, 0xdc, 0xe0, 0x12, 0x55, 0x80, 0xa6, 0x3b, 0x66, 0xb4 -.byte 0x39, 0x87, 0x2d, 0xc8, 0xf0, 0xd0, 0xd1, 0x14, 0xe9, 0xe4, 0x0d, 0x4d, 0x0e, 0xf6, 0x5d, 0x57 -.byte 0x72, 0xc5, 0x3b, 0x1c, 0x47, 0x56, 0x9d, 0xe2, 0xd5, 0xfb, 0x81, 0x61, 0x8c, 0xcc, 0x4d, 0x80 -.byte 0x90, 0x34, 0x5b, 0xb7, 0xd7, 0x14, 0x75, 0xdc, 0xd8, 0x04, 0x48, 0x9f, 0xc0, 0xc1, 0x28, 0x88 -.byte 0xb4, 0xe9, 0x1c, 0xca, 0xa7, 0xb1, 0xf1, 0x56, 0xb7, 0x7b, 0x49, 0x4c, 0x59, 0xe5, 0x20, 0x15 -.byte 0xa8, 0x84, 0x02, 0x29, 0xfa, 0x38, 0x94, 0x69, 0x9a, 0x49, 0x06, 0x8f, 0xcd, 0x1f, 0x79, 0x14 -.byte 0x17, 0x12, 0x0c, 0x83, 0x7a, 0xde, 0x1f, 0xb1, 0x97, 0xee, 0xf9, 0x97, 0x78, 0x28, 0xa4, 0xc8 -.byte 0x44, 0x92, 0xe9, 0x7d, 0x26, 0x05, 0xa6, 0x58, 0x72, 0x9b, 0x79, 0x13, 0xd8, 0x11, 0x5f, 0xae -.byte 0xc5, 0x38, 0x62, 0x34, 0x68, 0xb2, 0x86, 0x30, 0x8e, 0xf8, 0x90, 0x61, 0x9e, 0x32, 0x6c, 0xf5 -.byte 0x07, 0x36, 0xcd, 0xa2, 0x4c, 0x6e, 0xec, 0x8a, 0x36, 0xed, 0xf2, 0xe6, 0x99, 0x15, 0x44, 0x70 -.byte 0xc3, 0x7c, 0xbc, 0x9c, 0x39, 0xc0, 0xb4, 0xe1, 0x6b, 0xf7, 0x83, 0x25, 0x23, 0x57, 0xd9, 0x12 -.byte 0x80, 0xe5, 0x49, 0xf0, 0x75, 0x0f, 0xef, 0x8d, 0xeb, 0x1c, 0x9b, 0x54, 0x28, 0xb4, 0x21, 0x3c -.byte 0xfc, 0x7c, 0x0a, 0xff, 0xef, 0x7b, 0x6b, 0x75, 0xff, 0x8b, 0x1d, 0xa0, 0x19, 0x05, 0xab, 0xfa -.byte 0xf8, 0x2b, 0x81, 0x42, 0xe8, 0x38, 0xba, 0xbb, 0xfb, 0xaa, 0xfd, 0x3d, 0xe0, 0xf3, 0xca, 0xdf -.byte 0x4e, 0x97, 0x97, 0x29, 0xed, 0xf3, 0x18, 0x56, 0xe9, 0xa5, 0x96, 0xac, 0xbd, 0xc3, 0x90, 0x98 -.byte 0xb2, 0xe0, 0xf9, 0xa2, 0xd4, 0xa6, 0x47, 0x43, 0x7c, 0x6d, 0xcf, 0x02, 0x03, 0x01, 0x00, 0x01 -.byte 0x61, 0x00, 0x26, 0x01, 0x30, 0x5f, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 -.byte 0x02, 0x54, 0x57, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x09, 0x54, 0x41 -.byte 0x49, 0x57, 0x41, 0x4e, 0x2d, 0x43, 0x41, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x0b -.byte 0x0c, 0x07, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x31, 0x2a, 0x30, 0x28, 0x06, 0x03, 0x55 -.byte 0x04, 0x03, 0x0c, 0x21, 0x54, 0x57, 0x43, 0x41, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65 -.byte 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68 -.byte 0x6f, 0x72, 0x69, 0x74, 0x79, 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, 0xb0, 0x7e, 0x72, 0xb8, 0xa4, 0x03, 0x94, 0xe6, 0xa7, 0xde -.byte 0x09, 0x38, 0x91, 0x4a, 0x11, 0x40, 0x87, 0xa7, 0x7c, 0x59, 0x64, 0x14, 0x7b, 0xb5, 0x11, 0x10 -.byte 0xdd, 0xfe, 0xbf, 0xd5, 0xc0, 0xbb, 0x56, 0xe2, 0x85, 0x25, 0xf4, 0x35, 0x72, 0x0f, 0xf8, 0x53 -.byte 0xd0, 0x41, 0xe1, 0x44, 0x01, 0xc2, 0xb4, 0x1c, 0xc3, 0x31, 0x42, 0x16, 0x47, 0x85, 0x33, 0x22 -.byte 0x76, 0xb2, 0x0a, 0x6f, 0x0f, 0xe5, 0x25, 0x50, 0x4f, 0x85, 0x86, 0xbe, 0xbf, 0x98, 0x2e, 0x10 -.byte 0x67, 0x1e, 0xbe, 0x11, 0x05, 0x86, 0x05, 0x90, 0xc4, 0x59, 0xd0, 0x7c, 0x78, 0x10, 0xb0, 0x80 -.byte 0x5c, 0xb7, 0xe1, 0xc7, 0x2b, 0x75, 0xcb, 0x7c, 0x9f, 0xae, 0xb5, 0xd1, 0x9d, 0x23, 0x37, 0x63 -.byte 0xa7, 0xdc, 0x42, 0xa2, 0x2d, 0x92, 0x04, 0x1b, 0x50, 0xc1, 0x7b, 0xb8, 0x3e, 0x1b, 0xc9, 0x56 -.byte 0x04, 0x8b, 0x2f, 0x52, 0x9b, 0xad, 0xa9, 0x56, 0xe9, 0xc1, 0xff, 0xad, 0xa9, 0x58, 0x87, 0x30 -.byte 0xb6, 0x81, 0xf7, 0x97, 0x45, 0xfc, 0x19, 0x57, 0x3b, 0x2b, 0x6f, 0xe4, 0x47, 0xf4, 0x99, 0x45 -.byte 0xfe, 0x1d, 0xf1, 0xf8, 0x97, 0xa3, 0x88, 0x1d, 0x37, 0x1c, 0x5c, 0x8f, 0xe0, 0x76, 0x25, 0x9a -.byte 0x50, 0xf8, 0xa0, 0x54, 0xff, 0x44, 0x90, 0x76, 0x23, 0xd2, 0x32, 0xc6, 0xc3, 0xab, 0x06, 0xbf -.byte 0xfc, 0xfb, 0xbf, 0xf3, 0xad, 0x7d, 0x92, 0x62, 0x02, 0x5b, 0x29, 0xd3, 0x35, 0xa3, 0x93, 0x9a -.byte 0x43, 0x64, 0x60, 0x5d, 0xb2, 0xfa, 0x32, 0xff, 0x3b, 0x04, 0xaf, 0x4d, 0x40, 0x6a, 0xf9, 0xc7 -.byte 0xe3, 0xef, 0x23, 0xfd, 0x6b, 0xcb, 0xe5, 0x0f, 0x8b, 0x38, 0x0d, 0xee, 0x0a, 0xfc, 0xfe, 0x0f -.byte 0x98, 0x9f, 0x30, 0x31, 0xdd, 0x6c, 0x52, 0x65, 0xf9, 0x8b, 0x81, 0xbe, 0x22, 0xe1, 0x1c, 0x58 -.byte 0x03, 0xba, 0x91, 0x1b, 0x89, 0x07, 0x02, 0x03, 0x01, 0x00, 0x01, 0x63, 0x00, 0x78, 0x00, 0x30 -.byte 0x61, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31, 0x25 -.byte 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x53, 0x45, 0x43, 0x4f, 0x4d, 0x20, 0x54 -.byte 0x72, 0x75, 0x73, 0x74, 0x20, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x43, 0x4f, 0x2e -.byte 0x2c, 0x4c, 0x54, 0x44, 0x2e, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x22 -.byte 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x20, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69 -.byte 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x43 -.byte 0x41, 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, 0xa4, 0xa5, 0x6f, 0x60, 0x03, 0x03 -.byte 0xc3, 0xbd, 0x31, 0xf4, 0xd3, 0x17, 0x9c, 0x2b, 0x84, 0x75, 0xac, 0xe5, 0xfd, 0x3d, 0x57, 0x6e -.byte 0xd7, 0x63, 0xbf, 0xe6, 0x04, 0x89, 0x92, 0x8e, 0x81, 0x9c, 0xe3, 0xe9, 0x47, 0x6e, 0xca, 0x90 -.byte 0x12, 0xc8, 0x13, 0xe0, 0xa7, 0x9d, 0xf7, 0x65, 0x74, 0x1f, 0x6c, 0x10, 0xb2, 0xe8, 0xe4, 0xe9 -.byte 0xef, 0x6d, 0x85, 0x32, 0x99, 0x44, 0xb1, 0x5e, 0xfd, 0xcc, 0x76, 0x10, 0xd8, 0x5b, 0xbd, 0xa2 -.byte 0xc6, 0xf9, 0xd6, 0x42, 0xe4, 0x57, 0x76, 0xdc, 0x90, 0xc2, 0x35, 0xa9, 0x4b, 0x88, 0x3c, 0x12 -.byte 0x47, 0x6d, 0x5c, 0xff, 0x49, 0x4f, 0x1a, 0x4a, 0x50, 0xb1, 0x63, 0x00, 0x26, 0x02, 0x30, 0x61 -.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x4e, 0x31, 0x37, 0x30 -.byte 0x35, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x2e, 0x41, 0x67, 0x65, 0x6e, 0x63, 0x65, 0x20, 0x4e -.byte 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x65, 0x20, 0x64, 0x65, 0x20, 0x43, 0x65, 0x72, 0x74 -.byte 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x72 -.byte 0x6f, 0x6e, 0x69, 0x71, 0x75, 0x65, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c -.byte 0x10, 0x54, 0x75, 0x6e, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 -.byte 0x41, 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, 0xc3, 0xcd, 0xd3, 0xfc, 0xbd, 0x04, 0x53, 0xdd, 0x0c, 0x20, 0x3a, 0xd5, 0x88, 0x2e -.byte 0x05, 0x4b, 0x41, 0xf5, 0x83, 0x82, 0x7e, 0xf7, 0x59, 0x9f, 0x9e, 0x9e, 0x63, 0xe8, 0x73, 0xda -.byte 0xf6, 0x06, 0xa9, 0x4f, 0x1f, 0xb4, 0xf9, 0x0b, 0x1f, 0x39, 0x8c, 0x9a, 0x20, 0xd0, 0x7e, 0x06 -.byte 0xd4, 0xec, 0x34, 0xd9, 0x86, 0xbc, 0x75, 0x5b, 0x87, 0x88, 0xf0, 0xd2, 0xd9, 0xd4, 0xa3, 0x0a -.byte 0xb2, 0x6c, 0x1b, 0xeb, 0x49, 0x2c, 0x3e, 0xac, 0x5d, 0xd8, 0x94, 0x03, 0xa0, 0xec, 0x34, 0xe5 -.byte 0x30, 0xc4, 0x35, 0x7d, 0xfb, 0x26, 0x4d, 0x1b, 0x6e, 0x30, 0x54, 0xd8, 0xf5, 0x80, 0x45, 0x9c -.byte 0x39, 0xad, 0x9c, 0xc9, 0x25, 0x04, 0x4d, 0x9a, 0x90, 0x3e, 0x4e, 0x40, 0x6e, 0x8a, 0x6b, 0xcd -.byte 0x29, 0x67, 0xc6, 0xcc, 0x2d, 0xe0, 0x74, 0xe8, 0x05, 0x57, 0x0a, 0x48, 0x50, 0xfa, 0x7a, 0x43 -.byte 0xda, 0x7e, 0xec, 0x5b, 0x9a, 0x0e, 0x62, 0x76, 0xfe, 0xea, 0x9d, 0x1d, 0x85, 0x72, 0xec, 0x11 -.byte 0xbb, 0x35, 0xe8, 0x1f, 0x27, 0xbf, 0xc1, 0xa1, 0xc7, 0xbb, 0x48, 0x16, 0xdd, 0x56, 0xd7, 0xcc -.byte 0x4e, 0xa0, 0xe1, 0xb9, 0xac, 0xdb, 0xd5, 0x83, 0x19, 0x1a, 0x85, 0xd1, 0x94, 0x97, 0xd7, 0xca -.byte 0xa3, 0x65, 0x0b, 0xf3, 0x38, 0xf9, 0x02, 0xae, 0xdd, 0xf6, 0x67, 0xcf, 0xc9, 0x3f, 0xf5, 0x8a -.byte 0x2c, 0x47, 0x1a, 0x99, 0x6f, 0x05, 0x0d, 0xfd, 0xd0, 0x1d, 0x82, 0x31, 0xfc, 0x29, 0xcc, 0x00 -.byte 0x58, 0x97, 0x91, 0x4c, 0x80, 0x00, 0x1c, 0x33, 0x85, 0x96, 0x2f, 0xcb, 0x41, 0xc2, 0x8b, 0x10 -.byte 0x84, 0xc3, 0x09, 0x24, 0x89, 0x1f, 0xb5, 0x0f, 0xd9, 0xd9, 0x77, 0x47, 0x18, 0x92, 0x94, 0x60 -.byte 0x5c, 0xc7, 0x99, 0x03, 0x3c, 0xfe, 0xf7, 0x95, 0xa7, 0x7d, 0x50, 0xa1, 0x80, 0xc2, 0xa9, 0x83 -.byte 0xad, 0x58, 0x96, 0x55, 0x21, 0xdb, 0x86, 0x59, 0xd4, 0xaf, 0xc6, 0xbc, 0xdd, 0x81, 0x6e, 0x07 -.byte 0xdb, 0x60, 0x62, 0xfe, 0xec, 0x10, 0x6e, 0xda, 0x68, 0x01, 0xf4, 0x83, 0x1b, 0xa9, 0x3e, 0xa2 -.byte 0x5b, 0x23, 0xd7, 0x64, 0xc6, 0xdf, 0xdc, 0xa2, 0x7d, 0xd8, 0x4b, 0xba, 0x82, 0xd2, 0x51, 0xf8 -.byte 0x66, 0xbf, 0x06, 0x46, 0xe4, 0x79, 0x2a, 0x26, 0x36, 0x79, 0x8f, 0x1f, 0x4e, 0x99, 0x1d, 0xb2 -.byte 0x8f, 0x0c, 0x0e, 0x1c, 0xff, 0xc9, 0x5d, 0xc0, 0xfd, 0x90, 0x10, 0xa6, 0xb1, 0x37, 0xf3, 0xcd -.byte 0x3a, 0x24, 0x6e, 0xb4, 0x85, 0x90, 0xbf, 0x80, 0xb9, 0x0c, 0x8c, 0xd5, 0x9b, 0xd6, 0xc8, 0xf1 -.byte 0x56, 0x3f, 0x1a, 0x80, 0x89, 0x7a, 0xa9, 0xe2, 0x1b, 0x32, 0x51, 0x2c, 0x3e, 0xf2, 0xdf, 0x7b -.byte 0xf6, 0x5d, 0x7a, 0x29, 0x19, 0x8e, 0xe5, 0xc8, 0xbd, 0x36, 0x71, 0x8b, 0x5d, 0x4c, 0xc2, 0x1d -.byte 0x3f, 0xad, 0x58, 0xa2, 0xcf, 0x3d, 0x70, 0x4d, 0xa6, 0x50, 0x98, 0x25, 0xdc, 0x23, 0xf9, 0xb8 -.byte 0x58, 0x41, 0x08, 0x71, 0xbf, 0x4f, 0xb8, 0x84, 0xa0, 0x8f, 0x00, 0x54, 0x15, 0xfc, 0x91, 0x6d -.byte 0x58, 0xa7, 0x96, 0x3b, 0xeb, 0x4b, 0x96, 0x27, 0xcd, 0x6b, 0xa2, 0xa1, 0x86, 0xac, 0x0d, 0x7c -.byte 0x54, 0xe6, 0x66, 0x4c, 0x66, 0x5f, 0x90, 0xbe, 0x21, 0x9a, 0x02, 0x46, 0x2d, 0xe4, 0x83, 0xc2 -.byte 0x80, 0xb9, 0xcf, 0x4b, 0x3e, 0xe8, 0x7f, 0x3c, 0x01, 0xec, 0x8f, 0x5e, 0xcd, 0x7f, 0xd2, 0x28 -.byte 0x42, 0x01, 0x95, 0x8a, 0xe2, 0x97, 0x3d, 0x10, 0x21, 0x7d, 0xf6, 0x9d, 0x1c, 0xc5, 0x34, 0xa1 -.byte 0xec, 0x2c, 0x0e, 0x0a, 0x52, 0x2c, 0x12, 0x55, 0x70, 0x24, 0x3d, 0xcb, 0xc2, 0x14, 0x35, 0x43 -.byte 0x5d, 0x27, 0x4e, 0xbe, 0xc0, 0xbd, 0xaa, 0x7c, 0x96, 0xe7, 0xfc, 0x9e, 0x61, 0xad, 0x44, 0xd3 -.byte 0x00, 0x97, 0x02, 0x03, 0x01, 0x00, 0x01, 0x63, 0x00, 0x26, 0x01, 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, 0x43, 0x41, 0x30, 0x82 -.byte 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 -.byte 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xe2 -.byte 0x3b, 0xe1, 0x11, 0x72, 0xde, 0xa8, 0xa4, 0xd3, 0xa3, 0x57, 0xaa, 0x50, 0xa2, 0x8f, 0x0b, 0x77 -.byte 0x90, 0xc9, 0xa2, 0xa5, 0xee, 0x12, 0xce, 0x96, 0x5b, 0x01, 0x09, 0x20, 0xcc, 0x01, 0x93, 0xa7 -.byte 0x4e, 0x30, 0xb7, 0x53, 0xf7, 0x43, 0xc4, 0x69, 0x00, 0x57, 0x9d, 0xe2, 0x8d, 0x22, 0xdd, 0x87 -.byte 0x06, 0x40, 0x00, 0x81, 0x09, 0xce, 0xce, 0x1b, 0x83, 0xbf, 0xdf, 0xcd, 0x3b, 0x71, 0x46, 0xe2 -.byte 0xd6, 0x66, 0xc7, 0x05, 0xb3, 0x76, 0x27, 0x16, 0x8f, 0x7b, 0x9e, 0x1e, 0x95, 0x7d, 0xee, 0xb7 -.byte 0x48, 0xa3, 0x08, 0xda, 0xd6, 0xaf, 0x7a, 0x0c, 0x39, 0x06, 0x65, 0x7f, 0x4a, 0x5d, 0x1f, 0xbc -.byte 0x17, 0xf8, 0xab, 0xbe, 0xee, 0x28, 0xd7, 0x74, 0x7f, 0x7a, 0x78, 0x99, 0x59, 0x85, 0x68, 0x6e -.byte 0x5c, 0x23, 0x32, 0x4b, 0xbf, 0x4e, 0xc0, 0xe8, 0x5a, 0x6d, 0xe3, 0x70, 0xbf, 0x77, 0x10, 0xbf -.byte 0xfc, 0x01, 0xf6, 0x85, 0xd9, 0xa8, 0x44, 0x10, 0x58, 0x32, 0xa9, 0x75, 0x18, 0xd5, 0xd1, 0xa2 -.byte 0xbe, 0x47, 0xe2, 0x27, 0x6a, 0xf4, 0x9a, 0x33, 0xf8, 0x49, 0x08, 0x60, 0x8b, 0xd4, 0x5f, 0xb4 -.byte 0x3a, 0x84, 0xbf, 0xa1, 0xaa, 0x4a, 0x4c, 0x7d, 0x3e, 0xcf, 0x4f, 0x5f, 0x6c, 0x76, 0x5e, 0xa0 -.byte 0x4b, 0x37, 0x91, 0x9e, 0xdc, 0x22, 0xe6, 0x6d, 0xce, 0x14, 0x1a, 0x8e, 0x6a, 0xcb, 0xfe, 0xcd -.byte 0xb3, 0x14, 0x64, 0x17, 0xc7, 0x5b, 0x29, 0x9e, 0x32, 0xbf, 0xf2, 0xee, 0xfa, 0xd3, 0x0b, 0x42 -.byte 0xd4, 0xab, 0xb7, 0x41, 0x32, 0xda, 0x0c, 0xd4, 0xef, 0xf8, 0x81, 0xd5, 0xbb, 0x8d, 0x58, 0x3f -.byte 0xb5, 0x1b, 0xe8, 0x49, 0x28, 0xa2, 0x70, 0xda, 0x31, 0x04, 0xdd, 0xf7, 0xb2, 0x16, 0xf2, 0x4c -.byte 0x0a, 0x4e, 0x07, 0xa8, 0xed, 0x4a, 0x3d, 0x5e, 0xb5, 0x7f, 0xa3, 0x90, 0xc3, 0xaf, 0x27, 0x02 -.byte 0x03, 0x01, 0x00, 0x01, 0x63, 0x00, 0x26, 0x01, 0x30, 0x61, 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, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55 -.byte 0x04, 0x03, 0x13, 0x17, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x47, 0x6c, 0x6f -.byte 0x62, 0x61, 0x6c, 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, 0xbb, 0x37, 0xcd, 0x34 -.byte 0xdc, 0x7b, 0x6b, 0xc9, 0xb2, 0x68, 0x90, 0xad, 0x4a, 0x75, 0xff, 0x46, 0xba, 0x21, 0x0a, 0x08 -.byte 0x8d, 0xf5, 0x19, 0x54, 0xc9, 0xfb, 0x88, 0xdb, 0xf3, 0xae, 0xf2, 0x3a, 0x89, 0x91, 0x3c, 0x7a -.byte 0xe6, 0xab, 0x06, 0x1a, 0x6b, 0xcf, 0xac, 0x2d, 0xe8, 0x5e, 0x09, 0x24, 0x44, 0xba, 0x62, 0x9a -.byte 0x7e, 0xd6, 0xa3, 0xa8, 0x7e, 0xe0, 0x54, 0x75, 0x20, 0x05, 0xac, 0x50, 0xb7, 0x9c, 0x63, 0x1a -.byte 0x6c, 0x30, 0xdc, 0xda, 0x1f, 0x19, 0xb1, 0xd7, 0x1e, 0xde, 0xfd, 0xd7, 0xe0, 0xcb, 0x94, 0x83 -.byte 0x37, 0xae, 0xec, 0x1f, 0x43, 0x4e, 0xdd, 0x7b, 0x2c, 0xd2, 0xbd, 0x2e, 0xa5, 0x2f, 0xe4, 0xa9 -.byte 0xb8, 0xad, 0x3a, 0xd4, 0x99, 0xa4, 0xb6, 0x25, 0xe9, 0x9b, 0x6b, 0x00, 0x60, 0x92, 0x60, 0xff -.byte 0x4f, 0x21, 0x49, 0x18, 0xf7, 0x67, 0x90, 0xab, 0x61, 0x06, 0x9c, 0x8f, 0xf2, 0xba, 0xe9, 0xb4 -.byte 0xe9, 0x92, 0x32, 0x6b, 0xb5, 0xf3, 0x57, 0xe8, 0x5d, 0x1b, 0xcd, 0x8c, 0x1d, 0xab, 0x95, 0x04 -.byte 0x95, 0x49, 0xf3, 0x35, 0x2d, 0x96, 0xe3, 0x49, 0x6d, 0xdd, 0x77, 0xe3, 0xfb, 0x49, 0x4b, 0xb4 -.byte 0xac, 0x55, 0x07, 0xa9, 0x8f, 0x95, 0xb3, 0xb4, 0x23, 0xbb, 0x4c, 0x6d, 0x45, 0xf0, 0xf6, 0xa9 -.byte 0xb2, 0x95, 0x30, 0xb4, 0xfd, 0x4c, 0x55, 0x8c, 0x27, 0x4a, 0x57, 0x14, 0x7c, 0x82, 0x9d, 0xcd -.byte 0x73, 0x92, 0xd3, 0x16, 0x4a, 0x06, 0x0c, 0x8c, 0x50, 0xd1, 0x8f, 0x1e, 0x09, 0xbe, 0x17, 0xa1 -.byte 0xe6, 0x21, 0xca, 0xfd, 0x83, 0xe5, 0x10, 0xbc, 0x83, 0xa5, 0x0a, 0xc4, 0x67, 0x28, 0xf6, 0x73 -.byte 0x14, 0x14, 0x3d, 0x46, 0x76, 0xc3, 0x87, 0x14, 0x89, 0x21, 0x34, 0x4d, 0xaf, 0x0f, 0x45, 0x0c -.byte 0xa6, 0x49, 0xa1, 0xba, 0xbb, 0x9c, 0xc5, 0xb1, 0x33, 0x83, 0x29, 0x85, 0x02, 0x03, 0x01, 0x00 -.byte 0x01, 0x63, 0x00, 0x78, 0x00, 0x30, 0x61, 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, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 -.byte 0x17, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c -.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x33, 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 0xdd, 0xa7, 0xd9, 0xbb, 0x8a, 0xb8, 0x0b, 0xfb, 0x0b, 0x7f, 0x21, 0xd2, 0xf0, 0xbe, 0xbe, 0x73 -.byte 0xf3, 0x33, 0x5d, 0x1a, 0xbc, 0x34, 0xea, 0xde, 0xc6, 0x9b, 0xbc, 0xd0, 0x95, 0xf6, 0xf0, 0xcc -.byte 0xd0, 0x0b, 0xba, 0x61, 0x5b, 0x51, 0x46, 0x7e, 0x9e, 0x2d, 0x9f, 0xee, 0x8e, 0x63, 0x0c, 0x17 -.byte 0xec, 0x07, 0x70, 0xf5, 0xcf, 0x84, 0x2e, 0x40, 0x83, 0x9c, 0xe8, 0x3f, 0x41, 0x6d, 0x3b, 0xad -.byte 0xd3, 0xa4, 0x14, 0x59, 0x36, 0x78, 0x9d, 0x03, 0x43, 0xee, 0x10, 0x13, 0x6c, 0x72, 0xde, 0xae -.byte 0x88, 0xa7, 0xa1, 0x6b, 0xb5, 0x43, 0xce, 0x67, 0xdc, 0x23, 0xff, 0x03, 0x1c, 0xa3, 0xe2, 0x3e -.byte 0x64, 0x00, 0x26, 0x02, 0x30, 0x62, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 -.byte 0x02, 0x43, 0x4e, 0x31, 0x32, 0x30, 0x30, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x29, 0x47, 0x55 -.byte 0x41, 0x4e, 0x47, 0x20, 0x44, 0x4f, 0x4e, 0x47, 0x20, 0x43, 0x45, 0x52, 0x54, 0x49, 0x46, 0x49 -.byte 0x43, 0x41, 0x54, 0x45, 0x20, 0x41, 0x55, 0x54, 0x48, 0x4f, 0x52, 0x49, 0x54, 0x59, 0x20, 0x43 -.byte 0x4f, 0x2e, 0x2c, 0x4c, 0x54, 0x44, 0x2e, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x03 -.byte 0x0c, 0x16, 0x47, 0x44, 0x43, 0x41, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x41, 0x55, 0x54, 0x48 -.byte 0x20, 0x52, 0x35, 0x20, 0x52, 0x4f, 0x4f, 0x54, 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, 0xd9, 0xa3, 0x16, 0xf0, 0xc8, 0x74, 0x74 -.byte 0x77, 0x9b, 0xef, 0x33, 0x0d, 0x3b, 0x06, 0x7e, 0x55, 0xfc, 0xb5, 0x60, 0x8f, 0x76, 0x86, 0x12 -.byte 0x42, 0x7d, 0x56, 0x66, 0x3e, 0x88, 0x82, 0xed, 0x72, 0x63, 0x0e, 0x9e, 0x8b, 0xdd, 0x34, 0x2c -.byte 0x02, 0x51, 0x51, 0xc3, 0x19, 0xfd, 0x59, 0x54, 0x84, 0xc9, 0xf1, 0x6b, 0xb3, 0x4c, 0xb0, 0xe9 -.byte 0xe8, 0x46, 0x5d, 0x38, 0xc6, 0xa2, 0xa7, 0x2e, 0x11, 0x57, 0xba, 0x82, 0x15, 0xa2, 0x9c, 0x8f -.byte 0x6d, 0xb0, 0x99, 0x4a, 0x0a, 0xf2, 0xeb, 0x89, 0x70, 0x63, 0x4e, 0x79, 0xc4, 0xb7, 0x5b, 0xbd -.byte 0xa2, 0x5d, 0xb1, 0xf2, 0x41, 0x02, 0x2b, 0xad, 0xa9, 0x3a, 0xa3, 0xec, 0x79, 0x0a, 0xec, 0x5f -.byte 0x3a, 0xe3, 0xfd, 0xef, 0x80, 0x3c, 0xad, 0x34, 0x9b, 0x1a, 0xab, 0x88, 0x26, 0x7b, 0x56, 0xa2 -.byte 0x82, 0x86, 0x1f, 0xeb, 0x35, 0x89, 0x83, 0x7f, 0x5f, 0xae, 0x29, 0x4e, 0x3d, 0xb6, 0x6e, 0xec -.byte 0xae, 0xc1, 0xf0, 0x27, 0x9b, 0xae, 0xe3, 0xf4, 0xec, 0xef, 0xae, 0x7f, 0xf7, 0x86, 0x3d, 0x72 -.byte 0x7a, 0xeb, 0xa5, 0xfb, 0x59, 0x4e, 0xa7, 0xeb, 0x95, 0x8c, 0x22, 0x39, 0x79, 0xe1, 0x2d, 0x08 -.byte 0x8f, 0xcc, 0xbc, 0x91, 0xb8, 0x41, 0xf7, 0x14, 0xc1, 0x23, 0xa9, 0xc3, 0xad, 0x9a, 0x45, 0x44 -.byte 0xb3, 0xb2, 0xd7, 0x2c, 0xcd, 0xc6, 0x29, 0xe2, 0x50, 0x10, 0xae, 0x5c, 0xcb, 0x82, 0x8e, 0x17 -.byte 0x18, 0x36, 0x7d, 0x97, 0xe6, 0x88, 0x9a, 0xb0, 0x4d, 0x34, 0x09, 0xf4, 0x2c, 0xb9, 0x5a, 0x66 -.byte 0x2a, 0xb0, 0x17, 0x9b, 0x9e, 0x1e, 0x76, 0x9d, 0x4a, 0x66, 0x31, 0x41, 0xdf, 0x3f, 0xfb, 0xc5 -.byte 0x06, 0xef, 0x1b, 0xb6, 0x7e, 0x1a, 0x46, 0x36, 0xf7, 0x64, 0x63, 0x3b, 0xe3, 0x39, 0x18, 0x23 -.byte 0xe7, 0x67, 0x75, 0x14, 0xd5, 0x75, 0x57, 0x92, 0x37, 0xbd, 0xbe, 0x6a, 0x1b, 0x26, 0x50, 0xf2 -.byte 0x36, 0x26, 0x06, 0x90, 0xc5, 0x70, 0x01, 0x64, 0x6d, 0x76, 0x66, 0xe1, 0x91, 0xdb, 0x6e, 0x07 -.byte 0xc0, 0x61, 0x80, 0x2e, 0xb2, 0x2e, 0x2f, 0x8c, 0x70, 0xa7, 0xd1, 0x3b, 0x3c, 0xb3, 0x91, 0xe4 -.byte 0x6e, 0xb6, 0xc4, 0x3b, 0x70, 0xf2, 0x6c, 0x92, 0x97, 0x09, 0xcd, 0x47, 0x7d, 0x18, 0xc0, 0xf3 -.byte 0xbb, 0x9e, 0x0f, 0xd6, 0x8b, 0xae, 0x07, 0xb6, 0x5a, 0x0f, 0xce, 0x0b, 0x0c, 0x47, 0xa7, 0xe5 -.byte 0x3e, 0xb8, 0xbd, 0x7d, 0xc7, 0x9b, 0x35, 0xa0, 0x61, 0x97, 0x3a, 0x41, 0x75, 0x17, 0xcc, 0x2b -.byte 0x96, 0x77, 0x2a, 0x92, 0x21, 0x1e, 0xd9, 0x95, 0x76, 0x20, 0x67, 0x68, 0xcf, 0x0d, 0xbd, 0xdf -.byte 0xd6, 0x1f, 0x09, 0x6a, 0x9a, 0xe2, 0xcc, 0x73, 0x71, 0xa4, 0x2f, 0x7d, 0x12, 0x80, 0xb7, 0x53 -.byte 0x30, 0x46, 0x5e, 0x4b, 0x54, 0x99, 0x0f, 0x67, 0xc9, 0xa5, 0xc8, 0xf2, 0x20, 0xc1, 0x82, 0xec -.byte 0x9d, 0x11, 0xdf, 0xc2, 0x02, 0xfb, 0x1a, 0x3b, 0xd1, 0xed, 0x20, 0x9a, 0xef, 0x65, 0x64, 0x92 -.byte 0x10, 0x0d, 0x2a, 0xe2, 0xde, 0x70, 0xf1, 0x18, 0x67, 0x82, 0x8c, 0x61, 0xde, 0xb8, 0xbc, 0xd1 -.byte 0x2f, 0x9c, 0xfb, 0x0f, 0xd0, 0x2b, 0xed, 0x1b, 0x76, 0xb9, 0xe4, 0x39, 0x55, 0xf8, 0xf8, 0xa1 -.byte 0x1d, 0xb8, 0xaa, 0x80, 0x00, 0x4c, 0x82, 0xe7, 0xb2, 0x7f, 0x09, 0xb8, 0xbc, 0x30, 0xa0, 0x2f -.byte 0x0d, 0xf5, 0x52, 0x9e, 0x8e, 0xf7, 0x92, 0xb3, 0x0a, 0x00, 0x1d, 0x00, 0x54, 0x97, 0x06, 0xe0 -.byte 0xb1, 0x07, 0xd9, 0xc7, 0x0f, 0x5c, 0x65, 0x7d, 0x3c, 0x6d, 0x59, 0x57, 0xe4, 0xed, 0xa5, 0x8d -.byte 0xe9, 0x40, 0x53, 0x9f, 0x15, 0x4b, 0xa0, 0x71, 0xf6, 0x1a, 0x21, 0xe3, 0xda, 0x70, 0x06, 0x21 -.byte 0x58, 0x14, 0x87, 0x85, 0x77, 0x79, 0xaa, 0x82, 0x79, 0x02, 0x03, 0x01, 0x00, 0x01, 0x64, 0x00 -.byte 0x26, 0x02, 0x30, 0x62, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55 -.byte 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69 -.byte 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04 -.byte 0x0b, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e -.byte 0x63, 0x6f, 0x6d, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x18, 0x44, 0x69 -.byte 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x65, 0x64, 0x20, 0x52 -.byte 0x6f, 0x6f, 0x74, 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, 0xbf, 0xe6, 0x90, 0x73, 0x68, 0xde, 0xbb, 0xe4, 0x5d -.byte 0x4a, 0x3c, 0x30, 0x22, 0x30, 0x69, 0x33, 0xec, 0xc2, 0xa7, 0x25, 0x2e, 0xc9, 0x21, 0x3d, 0xf2 -.byte 0x8a, 0xd8, 0x59, 0xc2, 0xe1, 0x29, 0xa7, 0x3d, 0x58, 0xab, 0x76, 0x9a, 0xcd, 0xae, 0x7b, 0x1b -.byte 0x84, 0x0d, 0xc4, 0x30, 0x1f, 0xf3, 0x1b, 0xa4, 0x38, 0x16, 0xeb, 0x56, 0xc6, 0x97, 0x6d, 0x1d -.byte 0xab, 0xb2, 0x79, 0xf2, 0xca, 0x11, 0xd2, 0xe4, 0x5f, 0xd6, 0x05, 0x3c, 0x52, 0x0f, 0x52, 0x1f -.byte 0xc6, 0x9e, 0x15, 0xa5, 0x7e, 0xbe, 0x9f, 0xa9, 0x57, 0x16, 0x59, 0x55, 0x72, 0xaf, 0x68, 0x93 -.byte 0x70, 0xc2, 0xb2, 0xba, 0x75, 0x99, 0x6a, 0x73, 0x32, 0x94, 0xd1, 0x10, 0x44, 0x10, 0x2e, 0xdf -.byte 0x82, 0xf3, 0x07, 0x84, 0xe6, 0x74, 0x3b, 0x6d, 0x71, 0xe2, 0x2d, 0x0c, 0x1b, 0xee, 0x20, 0xd5 -.byte 0xc9, 0x20, 0x1d, 0x63, 0x29, 0x2d, 0xce, 0xec, 0x5e, 0x4e, 0xc8, 0x93, 0xf8, 0x21, 0x61, 0x9b -.byte 0x34, 0xeb, 0x05, 0xc6, 0x5e, 0xec, 0x5b, 0x1a, 0xbc, 0xeb, 0xc9, 0xcf, 0xcd, 0xac, 0x34, 0x40 -.byte 0x5f, 0xb1, 0x7a, 0x66, 0xee, 0x77, 0xc8, 0x48, 0xa8, 0x66, 0x57, 0x57, 0x9f, 0x54, 0x58, 0x8e -.byte 0x0c, 0x2b, 0xb7, 0x4f, 0xa7, 0x30, 0xd9, 0x56, 0xee, 0xca, 0x7b, 0x5d, 0xe3, 0xad, 0xc9, 0x4f -.byte 0x5e, 0xe5, 0x35, 0xe7, 0x31, 0xcb, 0xda, 0x93, 0x5e, 0xdc, 0x8e, 0x8f, 0x80, 0xda, 0xb6, 0x91 -.byte 0x98, 0x40, 0x90, 0x79, 0xc3, 0x78, 0xc7, 0xb6, 0xb1, 0xc4, 0xb5, 0x6a, 0x18, 0x38, 0x03, 0x10 -.byte 0x8d, 0xd8, 0xd4, 0x37, 0xa4, 0x2e, 0x05, 0x7d, 0x88, 0xf5, 0x82, 0x3e, 0x10, 0x91, 0x70, 0xab -.byte 0x55, 0x82, 0x41, 0x32, 0xd7, 0xdb, 0x04, 0x73, 0x2a, 0x6e, 0x91, 0x01, 0x7c, 0x21, 0x4c, 0xd4 -.byte 0xbc, 0xae, 0x1b, 0x03, 0x75, 0x5d, 0x78, 0x66, 0xd9, 0x3a, 0x31, 0x44, 0x9a, 0x33, 0x40, 0xbf -.byte 0x08, 0xd7, 0x5a, 0x49, 0xa4, 0xc2, 0xe6, 0xa9, 0xa0, 0x67, 0xdd, 0xa4, 0x27, 0xbc, 0xa1, 0x4f -.byte 0x39, 0xb5, 0x11, 0x58, 0x17, 0xf7, 0x24, 0x5c, 0x46, 0x8f, 0x64, 0xf7, 0xc1, 0x69, 0x88, 0x76 -.byte 0x98, 0x76, 0x3d, 0x59, 0x5d, 0x42, 0x76, 0x87, 0x89, 0x97, 0x69, 0x7a, 0x48, 0xf0, 0xe0, 0xa2 -.byte 0x12, 0x1b, 0x66, 0x9a, 0x74, 0xca, 0xde, 0x4b, 0x1e, 0xe7, 0x0e, 0x63, 0xae, 0xe6, 0xd4, 0xef -.byte 0x92, 0x92, 0x3a, 0x9e, 0x3d, 0xdc, 0x00, 0xe4, 0x45, 0x25, 0x89, 0xb6, 0x9a, 0x44, 0x19, 0x2b -.byte 0x7e, 0xc0, 0x94, 0xb4, 0xd2, 0x61, 0x6d, 0xeb, 0x33, 0xd9, 0xc5, 0xdf, 0x4b, 0x04, 0x00, 0xcc -.byte 0x7d, 0x1c, 0x95, 0xc3, 0x8f, 0xf7, 0x21, 0xb2, 0xb2, 0x11, 0xb7, 0xbb, 0x7f, 0xf2, 0xd5, 0x8c -.byte 0x70, 0x2c, 0x41, 0x60, 0xaa, 0xb1, 0x63, 0x18, 0x44, 0x95, 0x1a, 0x76, 0x62, 0x7e, 0xf6, 0x80 -.byte 0xb0, 0xfb, 0xe8, 0x64, 0xa6, 0x33, 0xd1, 0x89, 0x07, 0xe1, 0xbd, 0xb7, 0xe6, 0x43, 0xa4, 0x18 -.byte 0xb8, 0xa6, 0x77, 0x01, 0xe1, 0x0f, 0x94, 0x0c, 0x21, 0x1d, 0xb2, 0x54, 0x29, 0x25, 0x89, 0x6c -.byte 0xe5, 0x0e, 0x52, 0x51, 0x47, 0x74, 0xbe, 0x26, 0xac, 0xb6, 0x41, 0x75, 0xde, 0x7a, 0xac, 0x5f -.byte 0x8d, 0x3f, 0xc9, 0xbc, 0xd3, 0x41, 0x11, 0x12, 0x5b, 0xe5, 0x10, 0x50, 0xeb, 0x31, 0xc5, 0xca -.byte 0x72, 0x16, 0x22, 0x09, 0xdf, 0x7c, 0x4c, 0x75, 0x3f, 0x63, 0xec, 0x21, 0x5f, 0xc4, 0x20, 0x51 -.byte 0x6b, 0x6f, 0xb1, 0xab, 0x86, 0x8b, 0x4f, 0xc2, 0xd6, 0x45, 0x5f, 0x9d, 0x20, 0xfc, 0xa1, 0x1e -.byte 0xc5, 0xc0, 0x8f, 0xa2, 0xb1, 0x7e, 0x0a, 0x26, 0x99, 0xf5, 0xe4, 0x69, 0x2f, 0x98, 0x1d, 0x2d -.byte 0xf5, 0xd9, 0xa9, 0xb2, 0x1d, 0xe5, 0x1b, 0x02, 0x03, 0x01, 0x00, 0x01, 0x65, 0x00, 0x78, 0x00 -.byte 0x30, 0x63, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45, 0x31 -.byte 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1e, 0x44, 0x65, 0x75, 0x74, 0x73, 0x63 -.byte 0x68, 0x65, 0x20, 0x54, 0x65, 0x6c, 0x65, 0x6b, 0x6f, 0x6d, 0x20, 0x53, 0x65, 0x63, 0x75, 0x72 -.byte 0x69, 0x74, 0x79, 0x20, 0x47, 0x6d, 0x62, 0x48, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04 -.byte 0x03, 0x0c, 0x22, 0x54, 0x65, 0x6c, 0x65, 0x6b, 0x6f, 0x6d, 0x20, 0x53, 0x65, 0x63, 0x75, 0x72 -.byte 0x69, 0x74, 0x79, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74 -.byte 0x20, 0x32, 0x30, 0x32, 0x30, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d -.byte 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xce, 0xbf, 0xfe -.byte 0x57, 0xa8, 0xbf, 0xd5, 0xaa, 0xf7, 0x10, 0x9a, 0xcd, 0xbc, 0xd1, 0x11, 0xa2, 0xbd, 0x67, 0x42 -.byte 0xcc, 0x90, 0xeb, 0x15, 0x18, 0x90, 0xd9, 0xa2, 0xcd, 0x0c, 0x2a, 0x25, 0xeb, 0x3e, 0x4f, 0xce -.byte 0xb5, 0xd2, 0x8f, 0x0f, 0xf3, 0x35, 0xda, 0x43, 0x8b, 0x02, 0x80, 0xbe, 0x6f, 0x51, 0x24, 0x1d -.byte 0x0f, 0x6b, 0x2b, 0xca, 0x9f, 0xc2, 0x6f, 0x50, 0x32, 0xe5, 0x37, 0x20, 0xb6, 0x20, 0xff, 0x88 -.byte 0x0d, 0x0f, 0x6d, 0x49, 0xbb, 0xdb, 0x06, 0xa4, 0x87, 0x90, 0x92, 0x94, 0xf4, 0x09, 0xd0, 0xcf -.byte 0x7f, 0xc8, 0x80, 0x0b, 0xc1, 0x97, 0xb3, 0xbb, 0x35, 0x27, 0xc9, 0xc2, 0x1b, 0x65, 0x00, 0x26 -.byte 0x02, 0x30, 0x63, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45 -.byte 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1e, 0x44, 0x65, 0x75, 0x74, 0x73 -.byte 0x63, 0x68, 0x65, 0x20, 0x54, 0x65, 0x6c, 0x65, 0x6b, 0x6f, 0x6d, 0x20, 0x53, 0x65, 0x63, 0x75 -.byte 0x72, 0x69, 0x74, 0x79, 0x20, 0x47, 0x6d, 0x62, 0x48, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55 -.byte 0x04, 0x03, 0x0c, 0x22, 0x54, 0x65, 0x6c, 0x65, 0x6b, 0x6f, 0x6d, 0x20, 0x53, 0x65, 0x63, 0x75 -.byte 0x72, 0x69, 0x74, 0x79, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x52, 0x53, 0x41, 0x20, 0x52, 0x6f, 0x6f -.byte 0x74, 0x20, 0x32, 0x30, 0x32, 0x33, 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, 0xed, 0x35, 0xa1, 0x81, 0x80, 0xf3, 0xcb, 0x4a, 0x69 -.byte 0x5b, 0xc2, 0xfb, 0x51, 0x83, 0xae, 0x26, 0xfd, 0xe1, 0x6e, 0xf3, 0x81, 0x12, 0x7d, 0x71, 0x40 -.byte 0xff, 0x87, 0x75, 0x42, 0x29, 0x21, 0xed, 0x81, 0x52, 0x2c, 0xdf, 0x12, 0xc1, 0x19, 0x84, 0x89 -.byte 0xc1, 0xbd, 0xc5, 0x28, 0xd5, 0xd5, 0x4b, 0x6c, 0x44, 0xd6, 0x4c, 0xdb, 0x07, 0x96, 0x4a, 0x55 -.byte 0x7a, 0xca, 0x36, 0x82, 0x04, 0x36, 0xa8, 0xa5, 0xfc, 0x27, 0xf6, 0x49, 0xf1, 0xd5, 0x72, 0x9e -.byte 0x91, 0xf9, 0x23, 0xd6, 0x70, 0x7b, 0xbb, 0xf5, 0x9b, 0xc1, 0xec, 0x93, 0xcf, 0x19, 0xea, 0x65 -.byte 0x7e, 0x88, 0x70, 0xa0, 0x73, 0xfc, 0xf6, 0xff, 0xb5, 0x56, 0x62, 0xe1, 0x73, 0x6a, 0x34, 0x98 -.byte 0x3e, 0x82, 0xb8, 0xac, 0x95, 0x53, 0xf4, 0x01, 0xa0, 0x27, 0x07, 0x72, 0xa3, 0x00, 0x53, 0xa0 -.byte 0xe4, 0xb2, 0xab, 0x83, 0x38, 0x57, 0x33, 0x25, 0x94, 0x9f, 0xbe, 0x48, 0x1d, 0x98, 0xe1, 0xa3 -.byte 0xba, 0x9e, 0x5c, 0xcd, 0x04, 0x71, 0x51, 0x7d, 0x75, 0x78, 0xab, 0xf3, 0x59, 0xaa, 0xc4, 0xe0 -.byte 0x60, 0xbe, 0x8f, 0x83, 0x52, 0xb8, 0x75, 0x1a, 0x41, 0x35, 0xed, 0xbc, 0xf3, 0x3a, 0x63, 0xe9 -.byte 0xa9, 0x14, 0x45, 0xd7, 0xe6, 0x52, 0xd1, 0x6e, 0xd2, 0xde, 0xbc, 0xe3, 0xf5, 0x0b, 0x3b, 0xe6 -.byte 0xe0, 0xc4, 0xbd, 0x43, 0x64, 0x13, 0xa6, 0xce, 0xf4, 0x98, 0x37, 0x6c, 0x8a, 0x95, 0xa8, 0x97 -.byte 0xc8, 0x47, 0x0f, 0xf0, 0x5e, 0x10, 0x8b, 0xe7, 0x1d, 0x1c, 0xfe, 0xb1, 0x3b, 0xa0, 0x05, 0x33 -.byte 0x68, 0x05, 0x41, 0x82, 0xc1, 0x03, 0x2b, 0x01, 0xc8, 0xe7, 0x8f, 0x4d, 0xab, 0xe8, 0xb5, 0xf6 -.byte 0xcd, 0x6b, 0x44, 0xb5, 0xe7, 0xdd, 0x8b, 0xec, 0xea, 0x25, 0xb4, 0x00, 0x22, 0x57, 0x4d, 0xb0 -.byte 0xb1, 0xb2, 0x31, 0xc1, 0x16, 0xce, 0xff, 0xfd, 0x14, 0x84, 0xb7, 0x47, 0xfa, 0xb2, 0xf1, 0x70 -.byte 0xde, 0xdb, 0x8b, 0x6c, 0x36, 0x58, 0xa4, 0x7c, 0xb3, 0x11, 0xd1, 0xc3, 0x77, 0x7f, 0x5f, 0xb6 -.byte 0x25, 0xe0, 0x0d, 0xc5, 0xd2, 0xb3, 0xf9, 0xb8, 0xb8, 0x77, 0xdb, 0x37, 0x71, 0x71, 0x47, 0xe3 -.byte 0x60, 0x18, 0x4f, 0x24, 0xb6, 0x75, 0x37, 0x78, 0xb9, 0xa3, 0x62, 0xaf, 0xbd, 0xc9, 0x72, 0x8e -.byte 0x2f, 0xcc, 0xbb, 0xae, 0xdb, 0xe4, 0x15, 0x52, 0x19, 0x07, 0x33, 0xfb, 0x6a, 0xb7, 0x2d, 0x4b -.byte 0x90, 0x28, 0x82, 0x73, 0xfe, 0x18, 0x8b, 0x35, 0x8d, 0xdb, 0xa7, 0x04, 0x6a, 0xbe, 0xea, 0xc1 -.byte 0x4d, 0x36, 0x3b, 0x16, 0x36, 0x91, 0x32, 0xef, 0xb6, 0x40, 0x89, 0x91, 0x43, 0xe0, 0xf2, 0xa2 -.byte 0xab, 0x04, 0x2e, 0xe6, 0xf2, 0x4c, 0x0e, 0x16, 0x34, 0x20, 0xac, 0x87, 0xc1, 0x2d, 0x7e, 0xc9 -.byte 0x66, 0x47, 0x17, 0x14, 0x11, 0xa4, 0xf3, 0xf7, 0xa1, 0x24, 0x89, 0xab, 0xd8, 0x1a, 0xc8, 0xa1 -.byte 0x5c, 0xb1, 0xa3, 0xf7, 0x8c, 0x6d, 0xc8, 0x01, 0xc9, 0x4f, 0xc9, 0xec, 0xc4, 0xfc, 0xac, 0x51 -.byte 0x33, 0xd1, 0xc8, 0x83, 0xd1, 0xc9, 0x9f, 0x1d, 0xd4, 0x47, 0x34, 0x29, 0x3e, 0xcb, 0xb0, 0x0e -.byte 0xfa, 0x83, 0x0b, 0x28, 0x58, 0xe5, 0x29, 0xdc, 0x3f, 0x7c, 0xa8, 0x9f, 0xc9, 0xb6, 0x0a, 0xbb -.byte 0xa6, 0xe8, 0x46, 0x16, 0x0f, 0x96, 0xe5, 0x7b, 0xe4, 0x6a, 0x7a, 0x48, 0x6d, 0x76, 0x98, 0x05 -.byte 0xa5, 0xdc, 0x6d, 0x1e, 0x42, 0x1e, 0x42, 0xda, 0x1a, 0xe0, 0x52, 0xf7, 0xb5, 0x83, 0xc0, 0x1a -.byte 0x7b, 0x78, 0x35, 0x2c, 0x38, 0xf5, 0x1f, 0xfd, 0x49, 0xa3, 0x2e, 0xd2, 0x59, 0x63, 0xbf, 0x80 -.byte 0xb0, 0x8c, 0x93, 0x73, 0xcb, 0x35, 0xa6, 0x99, 0x95, 0x22, 0x61, 0x65, 0x03, 0x60, 0xfb, 0x2f -.byte 0x93, 0x4b, 0xfa, 0x9a, 0x9c, 0x80, 0x3b, 0x02, 0x03, 0x01, 0x00, 0x01, 0x65, 0x00, 0x24, 0x01 -.byte 0x30, 0x63, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31 -.byte 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x18, 0x54, 0x68, 0x65, 0x20, 0x47, 0x6f -.byte 0x20, 0x44, 0x61, 0x64, 0x64, 0x79, 0x20, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x2c, 0x20, 0x49, 0x6e -.byte 0x63, 0x2e, 0x31, 0x31, 0x30, 0x2f, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x28, 0x47, 0x6f, 0x20 -.byte 0x44, 0x61, 0x64, 0x64, 0x79, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x32, 0x20, 0x43, 0x65 -.byte 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68 -.byte 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x01, 0x20, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 -.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0d, 0x00, 0x30, 0x82, 0x01 -.byte 0x08, 0x02, 0x82, 0x01, 0x01, 0x00, 0xde, 0x9d, 0xd7, 0xea, 0x57, 0x18, 0x49, 0xa1, 0x5b, 0xeb -.byte 0xd7, 0x5f, 0x48, 0x86, 0xea, 0xbe, 0xdd, 0xff, 0xe4, 0xef, 0x67, 0x1c, 0xf4, 0x65, 0x68, 0xb3 -.byte 0x57, 0x71, 0xa0, 0x5e, 0x77, 0xbb, 0xed, 0x9b, 0x49, 0xe9, 0x70, 0x80, 0x3d, 0x56, 0x18, 0x63 -.byte 0x08, 0x6f, 0xda, 0xf2, 0xcc, 0xd0, 0x3f, 0x7f, 0x02, 0x54, 0x22, 0x54, 0x10, 0xd8, 0xb2, 0x81 -.byte 0xd4, 0xc0, 0x75, 0x3d, 0x4b, 0x7f, 0xc7, 0x77, 0xc3, 0x3e, 0x78, 0xab, 0x1a, 0x03, 0xb5, 0x20 -.byte 0x6b, 0x2f, 0x6a, 0x2b, 0xb1, 0xc5, 0x88, 0x7e, 0xc4, 0xbb, 0x1e, 0xb0, 0xc1, 0xd8, 0x45, 0x27 -.byte 0x6f, 0xaa, 0x37, 0x58, 0xf7, 0x87, 0x26, 0xd7, 0xd8, 0x2d, 0xf6, 0xa9, 0x17, 0xb7, 0x1f, 0x72 -.byte 0x36, 0x4e, 0xa6, 0x17, 0x3f, 0x65, 0x98, 0x92, 0xdb, 0x2a, 0x6e, 0x5d, 0xa2, 0xfe, 0x88, 0xe0 -.byte 0x0b, 0xde, 0x7f, 0xe5, 0x8d, 0x15, 0xe1, 0xeb, 0xcb, 0x3a, 0xd5, 0xe2, 0x12, 0xa2, 0x13, 0x2d -.byte 0xd8, 0x8e, 0xaf, 0x5f, 0x12, 0x3d, 0xa0, 0x08, 0x05, 0x08, 0xb6, 0x5c, 0xa5, 0x65, 0x38, 0x04 -.byte 0x45, 0x99, 0x1e, 0xa3, 0x60, 0x60, 0x74, 0xc5, 0x41, 0xa5, 0x72, 0x62, 0x1b, 0x62, 0xc5, 0x1f -.byte 0x6f, 0x5f, 0x1a, 0x42, 0xbe, 0x02, 0x51, 0x65, 0xa8, 0xae, 0x23, 0x18, 0x6a, 0xfc, 0x78, 0x03 -.byte 0xa9, 0x4d, 0x7f, 0x80, 0xc3, 0xfa, 0xab, 0x5a, 0xfc, 0xa1, 0x40, 0xa4, 0xca, 0x19, 0x16, 0xfe -.byte 0xb2, 0xc8, 0xef, 0x5e, 0x73, 0x0d, 0xee, 0x77, 0xbd, 0x9a, 0xf6, 0x79, 0x98, 0xbc, 0xb1, 0x07 -.byte 0x67, 0xa2, 0x15, 0x0d, 0xdd, 0xa0, 0x58, 0xc6, 0x44, 0x7b, 0x0a, 0x3e, 0x62, 0x28, 0x5f, 0xba -.byte 0x41, 0x07, 0x53, 0x58, 0xcf, 0x11, 0x7e, 0x38, 0x74, 0xc5, 0xf8, 0xff, 0xb5, 0x69, 0x90, 0x8f -.byte 0x84, 0x74, 0xea, 0x97, 0x1b, 0xaf, 0x02, 0x01, 0x03, 0x67, 0x00, 0x26, 0x01, 0x30, 0x65, 0x31 -.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x15, 0x30, 0x13 -.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20 -.byte 0x49, 0x6e, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10, 0x77, 0x77 -.byte 0x77, 0x2e, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x31, 0x24 -.byte 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1b, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72 -.byte 0x74, 0x20, 0x41, 0x73, 0x73, 0x75, 0x72, 0x65, 0x64, 0x20, 0x49, 0x44, 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, 0xad, 0x0e, 0x15, 0xce, 0xe4, 0x43, 0x80, 0x5c, 0xb1, 0x87, 0xf3 -.byte 0xb7, 0x60, 0xf9, 0x71, 0x12, 0xa5, 0xae, 0xdc, 0x26, 0x94, 0x88, 0xaa, 0xf4, 0xce, 0xf5, 0x20 -.byte 0x39, 0x28, 0x58, 0x60, 0x0c, 0xf8, 0x80, 0xda, 0xa9, 0x15, 0x95, 0x32, 0x61, 0x3c, 0xb5, 0xb1 -.byte 0x28, 0x84, 0x8a, 0x8a, 0xdc, 0x9f, 0x0a, 0x0c, 0x83, 0x17, 0x7a, 0x8f, 0x90, 0xac, 0x8a, 0xe7 -.byte 0x79, 0x53, 0x5c, 0x31, 0x84, 0x2a, 0xf6, 0x0f, 0x98, 0x32, 0x36, 0x76, 0xcc, 0xde, 0xdd, 0x3c -.byte 0xa8, 0xa2, 0xef, 0x6a, 0xfb, 0x21, 0xf2, 0x52, 0x61, 0xdf, 0x9f, 0x20, 0xd7, 0x1f, 0xe2, 0xb1 -.byte 0xd9, 0xfe, 0x18, 0x64, 0xd2, 0x12, 0x5b, 0x5f, 0xf9, 0x58, 0x18, 0x35, 0xbc, 0x47, 0xcd, 0xa1 -.byte 0x36, 0xf9, 0x6b, 0x7f, 0xd4, 0xb0, 0x38, 0x3e, 0xc1, 0x1b, 0xc3, 0x8c, 0x33, 0xd9, 0xd8, 0x2f -.byte 0x18, 0xfe, 0x28, 0x0f, 0xb3, 0xa7, 0x83, 0xd6, 0xc3, 0x6e, 0x44, 0xc0, 0x61, 0x35, 0x96, 0x16 -.byte 0xfe, 0x59, 0x9c, 0x8b, 0x76, 0x6d, 0xd7, 0xf1, 0xa2, 0x4b, 0x0d, 0x2b, 0xff, 0x0b, 0x72, 0xda -.byte 0x9e, 0x60, 0xd0, 0x8e, 0x90, 0x35, 0xc6, 0x78, 0x55, 0x87, 0x20, 0xa1, 0xcf, 0xe5, 0x6d, 0x0a -.byte 0xc8, 0x49, 0x7c, 0x31, 0x98, 0x33, 0x6c, 0x22, 0xe9, 0x87, 0xd0, 0x32, 0x5a, 0xa2, 0xba, 0x13 -.byte 0x82, 0x11, 0xed, 0x39, 0x17, 0x9d, 0x99, 0x3a, 0x72, 0xa1, 0xe6, 0xfa, 0xa4, 0xd9, 0xd5, 0x17 -.byte 0x31, 0x75, 0xae, 0x85, 0x7d, 0x22, 0xae, 0x3f, 0x01, 0x46, 0x86, 0xf6, 0x28, 0x79, 0xc8, 0xb1 -.byte 0xda, 0xe4, 0x57, 0x17, 0xc4, 0x7e, 0x1c, 0x0e, 0xb0, 0xb4, 0x92, 0xa6, 0x56, 0xb3, 0xbd, 0xb2 -.byte 0x97, 0xed, 0xaa, 0xa7, 0xf0, 0xb7, 0xc5, 0xa8, 0x3f, 0x95, 0x16, 0xd0, 0xff, 0xa1, 0x96, 0xeb -.byte 0x08, 0x5f, 0x18, 0x77, 0x4f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x67, 0x00, 0x26, 0x01, 0x30, 0x65 -.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 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1b, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65 -.byte 0x72, 0x74, 0x20, 0x41, 0x73, 0x73, 0x75, 0x72, 0x65, 0x64, 0x20, 0x49, 0x44, 0x20, 0x52, 0x6f -.byte 0x6f, 0x74, 0x20, 0x47, 0x32, 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, 0xd9, 0xe7, 0x28, 0x2f, 0x52, 0x3f, 0x36, 0x72, 0x49, 0x88 -.byte 0x93, 0x34, 0xf3, 0xf8, 0x6a, 0x1e, 0x31, 0x54, 0x80, 0x9f, 0xad, 0x54, 0x41, 0xb5, 0x47, 0xdf -.byte 0x96, 0xa8, 0xd4, 0xaf, 0x80, 0x2d, 0xb9, 0x0a, 0xcf, 0x75, 0xfd, 0x89, 0xa5, 0x7d, 0x24, 0xfa -.byte 0xe3, 0x22, 0x0c, 0x2b, 0xbc, 0x95, 0x17, 0x0b, 0x33, 0xbf, 0x19, 0x4d, 0x41, 0x06, 0x90, 0x00 -.byte 0xbd, 0x0c, 0x4d, 0x10, 0xfe, 0x07, 0xb5, 0xe7, 0x1c, 0x6e, 0x22, 0x55, 0x31, 0x65, 0x97, 0xbd -.byte 0xd3, 0x17, 0xd2, 0x1e, 0x62, 0xf3, 0xdb, 0xea, 0x6c, 0x50, 0x8c, 0x3f, 0x84, 0x0c, 0x96, 0xcf -.byte 0xb7, 0xcb, 0x03, 0xe0, 0xca, 0x6d, 0xa1, 0x14, 0x4c, 0x1b, 0x89, 0xdd, 0xed, 0x00, 0xb0, 0x52 -.byte 0x7c, 0xaf, 0x91, 0x6c, 0xb1, 0x38, 0x13, 0xd1, 0xe9, 0x12, 0x08, 0xc0, 0x00, 0xb0, 0x1c, 0x2b -.byte 0x11, 0xda, 0x77, 0x70, 0x36, 0x9b, 0xae, 0xce, 0x79, 0x87, 0xdc, 0x82, 0x70, 0xe6, 0x09, 0x74 -.byte 0x70, 0x55, 0x69, 0xaf, 0xa3, 0x68, 0x9f, 0xbf, 0xdd, 0xb6, 0x79, 0xb3, 0xf2, 0x9d, 0x70, 0x29 -.byte 0x55, 0xf4, 0xab, 0xff, 0x95, 0x61, 0xf3, 0xc9, 0x40, 0x6f, 0x1d, 0xd1, 0xbe, 0x93, 0xbb, 0xd3 -.byte 0x88, 0x2a, 0xbb, 0x9d, 0xbf, 0x72, 0x5a, 0x56, 0x71, 0x3b, 0x3f, 0xd4, 0xf3, 0xd1, 0x0a, 0xfe -.byte 0x28, 0xef, 0xa3, 0xee, 0xd9, 0x99, 0xaf, 0x03, 0xd3, 0x8f, 0x60, 0xb7, 0xf2, 0x92, 0xa1, 0xb1 -.byte 0xbd, 0x89, 0x89, 0x1f, 0x30, 0xcd, 0xc3, 0xa6, 0x2e, 0x62, 0x33, 0xae, 0x16, 0x02, 0x77, 0x44 -.byte 0x5a, 0xe7, 0x81, 0x0a, 0x3c, 0xa7, 0x44, 0x2e, 0x79, 0xb8, 0x3f, 0x04, 0xbc, 0x5c, 0xa0, 0x87 -.byte 0xe1, 0x1b, 0xaf, 0x51, 0x8e, 0xcd, 0xec, 0x2c, 0xfa, 0xf8, 0xfe, 0x6d, 0xf0, 0x3a, 0x7c, 0xaa -.byte 0x8b, 0xe4, 0x67, 0x95, 0x31, 0x8d, 0x02, 0x03, 0x01, 0x00, 0x01, 0x67, 0x00, 0x78, 0x00, 0x30 -.byte 0x65, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x15 -.byte 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72 -.byte 0x74, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10 -.byte 0x77, 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e, 0x63, 0x6f, 0x6d -.byte 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1b, 0x44, 0x69, 0x67, 0x69, 0x43 -.byte 0x65, 0x72, 0x74, 0x20, 0x41, 0x73, 0x73, 0x75, 0x72, 0x65, 0x64, 0x20, 0x49, 0x44, 0x20, 0x52 -.byte 0x6f, 0x6f, 0x74, 0x20, 0x47, 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, 0x19, 0xe7 -.byte 0xbc, 0xac, 0x44, 0x65, 0xed, 0xcd, 0xb8, 0x3f, 0x58, 0xfb, 0x8d, 0xb1, 0x57, 0xa9, 0x44, 0x2d -.byte 0x05, 0x15, 0xf2, 0xef, 0x0b, 0xff, 0x10, 0x74, 0x9f, 0xb5, 0x62, 0x52, 0x5f, 0x66, 0x7e, 0x1f -.byte 0xe5, 0xdc, 0x1b, 0x45, 0x79, 0x0b, 0xcc, 0xc6, 0x53, 0x0a, 0x9d, 0x8d, 0x5d, 0x02, 0xd9, 0xa9 -.byte 0x59, 0xde, 0x02, 0x5a, 0xf6, 0x95, 0x2a, 0x0e, 0x8d, 0x38, 0x4a, 0x8a, 0x49, 0xc6, 0xbc, 0xc6 -.byte 0x03, 0x38, 0x07, 0x5f, 0x55, 0xda, 0x7e, 0x09, 0x6e, 0xe2, 0x7f, 0x5e, 0xd0, 0x45, 0x20, 0x0f -.byte 0x59, 0x76, 0x10, 0xd6, 0xa0, 0x24, 0xf0, 0x2d, 0xde, 0x36, 0xf2, 0x6c, 0x29, 0x39, 0x67, 0x00 -.byte 0x78, 0x00, 0x30, 0x65, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55 -.byte 0x53, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x15, 0x4d, 0x69, 0x63, 0x72 -.byte 0x6f, 0x73, 0x6f, 0x66, 0x74, 0x20, 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f -.byte 0x6e, 0x31, 0x36, 0x30, 0x34, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x2d, 0x4d, 0x69, 0x63, 0x72 -.byte 0x6f, 0x73, 0x6f, 0x66, 0x74, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 -.byte 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f -.byte 0x72, 0x69, 0x74, 0x79, 0x20, 0x32, 0x30, 0x31, 0x37, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a -.byte 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00 -.byte 0x04, 0xd4, 0xbc, 0x3d, 0x02, 0x42, 0x75, 0x41, 0x13, 0x23, 0xcd, 0x80, 0x04, 0x86, 0x02, 0x51 -.byte 0x2f, 0x6a, 0xa8, 0x81, 0x62, 0x0b, 0x65, 0xcc, 0xf6, 0xca, 0x9d, 0x1e, 0x6f, 0x4a, 0x66, 0x51 -.byte 0xa2, 0x03, 0xd9, 0x9d, 0x91, 0xfa, 0xb6, 0x16, 0xb1, 0x8c, 0x6e, 0xde, 0x7c, 0xcd, 0xdb, 0x79 -.byte 0xa6, 0x2f, 0xce, 0xbb, 0xce, 0x71, 0x2f, 0xe5, 0xa5, 0xab, 0x28, 0xec, 0x63, 0x04, 0x66, 0x99 -.byte 0xf8, 0xfa, 0xf2, 0x93, 0x10, 0x05, 0xe1, 0x81, 0x28, 0x42, 0xe3, 0xc6, 0x68, 0xf4, 0xe6, 0x1b -.byte 0x84, 0x60, 0x4a, 0x89, 0xaf, 0xed, 0x79, 0x0f, 0x3b, 0xce, 0xf1, 0xf6, 0x44, 0xf5, 0x01, 0x78 -.byte 0xc0, 0x67, 0x00, 0x26, 0x02, 0x30, 0x65, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 -.byte 0x13, 0x02, 0x55, 0x53, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x15, 0x4d -.byte 0x69, 0x63, 0x72, 0x6f, 0x73, 0x6f, 0x66, 0x74, 0x20, 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61 -.byte 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x36, 0x30, 0x34, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x2d, 0x4d -.byte 0x69, 0x63, 0x72, 0x6f, 0x73, 0x6f, 0x66, 0x74, 0x20, 0x52, 0x53, 0x41, 0x20, 0x52, 0x6f, 0x6f -.byte 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x20, 0x41, 0x75 -.byte 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x32, 0x30, 0x31, 0x37, 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, 0xca, 0x5b, 0xbe -.byte 0x94, 0x33, 0x8c, 0x29, 0x95, 0x91, 0x16, 0x0a, 0x95, 0xbd, 0x47, 0x62, 0xc1, 0x89, 0xf3, 0x99 -.byte 0x36, 0xdf, 0x46, 0x90, 0xc9, 0xa5, 0xed, 0x78, 0x6a, 0x6f, 0x47, 0x91, 0x68, 0xf8, 0x27, 0x67 -.byte 0x50, 0x33, 0x1d, 0xa1, 0xa6, 0xfb, 0xe0, 0xe5, 0x43, 0xa3, 0x84, 0x02, 0x57, 0x01, 0x5d, 0x9c -.byte 0x48, 0x40, 0x82, 0x53, 0x10, 0xbc, 0xbf, 0xc7, 0x3b, 0x68, 0x90, 0xb6, 0x82, 0x2d, 0xe5, 0xf4 -.byte 0x65, 0xd0, 0xcc, 0x6d, 0x19, 0xcc, 0x95, 0xf9, 0x7b, 0xac, 0x4a, 0x94, 0xad, 0x0e, 0xde, 0x4b -.byte 0x43, 0x1d, 0x87, 0x07, 0x92, 0x13, 0x90, 0x80, 0x83, 0x64, 0x35, 0x39, 0x04, 0xfc, 0xe5, 0xe9 -.byte 0x6c, 0xb3, 0xb6, 0x1f, 0x50, 0x94, 0x38, 0x65, 0x50, 0x5c, 0x17, 0x46, 0xb9, 0xb6, 0x85, 0xb5 -.byte 0x1c, 0xb5, 0x17, 0xe8, 0xd6, 0x45, 0x9d, 0xd8, 0xb2, 0x26, 0xb0, 0xca, 0xc4, 0x70, 0x4a, 0xae -.byte 0x60, 0xa4, 0xdd, 0xb3, 0xd9, 0xec, 0xfc, 0x3b, 0xd5, 0x57, 0x72, 0xbc, 0x3f, 0xc8, 0xc9, 0xb2 -.byte 0xde, 0x4b, 0x6b, 0xf8, 0x23, 0x6c, 0x03, 0xc0, 0x05, 0xbd, 0x95, 0xc7, 0xcd, 0x73, 0x3b, 0x66 -.byte 0x80, 0x64, 0xe3, 0x1a, 0xac, 0x2e, 0xf9, 0x47, 0x05, 0xf2, 0x06, 0xb6, 0x9b, 0x73, 0xf5, 0x78 -.byte 0x33, 0x5b, 0xc7, 0xa1, 0xfb, 0x27, 0x2a, 0xa1, 0xb4, 0x9a, 0x91, 0x8c, 0x91, 0xd3, 0x3a, 0x82 -.byte 0x3e, 0x76, 0x40, 0xb4, 0xcd, 0x52, 0x61, 0x51, 0x70, 0x28, 0x3f, 0xc5, 0xc5, 0x5a, 0xf2, 0xc9 -.byte 0x8c, 0x49, 0xbb, 0x14, 0x5b, 0x4d, 0xc8, 0xff, 0x67, 0x4d, 0x4c, 0x12, 0x96, 0xad, 0xf5, 0xfe -.byte 0x78, 0xa8, 0x97, 0x87, 0xd7, 0xfd, 0x5e, 0x20, 0x80, 0xdc, 0xa1, 0x4b, 0x22, 0xfb, 0xd4, 0x89 -.byte 0xad, 0xba, 0xce, 0x47, 0x97, 0x47, 0x55, 0x7b, 0x8f, 0x45, 0xc8, 0x67, 0x28, 0x84, 0x95, 0x1c -.byte 0x68, 0x30, 0xef, 0xef, 0x49, 0xe0, 0x35, 0x7b, 0x64, 0xe7, 0x98, 0xb0, 0x94, 0xda, 0x4d, 0x85 -.byte 0x3b, 0x3e, 0x55, 0xc4, 0x28, 0xaf, 0x57, 0xf3, 0x9e, 0x13, 0xdb, 0x46, 0x27, 0x9f, 0x1e, 0xa2 -.byte 0x5e, 0x44, 0x83, 0xa4, 0xa5, 0xca, 0xd5, 0x13, 0xb3, 0x4b, 0x3f, 0xc4, 0xe3, 0xc2, 0xe6, 0x86 -.byte 0x61, 0xa4, 0x52, 0x30, 0xb9, 0x7a, 0x20, 0x4f, 0x6f, 0x0f, 0x38, 0x53, 0xcb, 0x33, 0x0c, 0x13 -.byte 0x2b, 0x8f, 0xd6, 0x9a, 0xbd, 0x2a, 0xc8, 0x2d, 0xb1, 0x1c, 0x7d, 0x4b, 0x51, 0xca, 0x47, 0xd1 -.byte 0x48, 0x27, 0x72, 0x5d, 0x87, 0xeb, 0xd5, 0x45, 0xe6, 0x48, 0x65, 0x9d, 0xaf, 0x52, 0x90, 0xba -.byte 0x5b, 0xa2, 0x18, 0x65, 0x57, 0x12, 0x9f, 0x68, 0xb9, 0xd4, 0x15, 0x6b, 0x94, 0xc4, 0x69, 0x22 -.byte 0x98, 0xf4, 0x33, 0xe0, 0xed, 0xf9, 0x51, 0x8e, 0x41, 0x50, 0xc9, 0x34, 0x4f, 0x76, 0x90, 0xac -.byte 0xfc, 0x38, 0xc1, 0xd8, 0xe1, 0x7b, 0xb9, 0xe3, 0xe3, 0x94, 0xe1, 0x46, 0x69, 0xcb, 0x0e, 0x0a -.byte 0x50, 0x6b, 0x13, 0xba, 0xac, 0x0f, 0x37, 0x5a, 0xb7, 0x12, 0xb5, 0x90, 0x81, 0x1e, 0x56, 0xae -.byte 0x57, 0x22, 0x86, 0xd9, 0xc9, 0xd2, 0xd1, 0xd7, 0x51, 0xe3, 0xab, 0x3b, 0xc6, 0x55, 0xfd, 0x1e -.byte 0x0e, 0xd3, 0x74, 0x0a, 0xd1, 0xda, 0xaa, 0xea, 0x69, 0xb8, 0x97, 0x28, 0x8f, 0x48, 0xc4, 0x07 -.byte 0xf8, 0x52, 0x43, 0x3a, 0xf4, 0xca, 0x55, 0x35, 0x2c, 0xb0, 0xa6, 0x6a, 0xc0, 0x9c, 0xf9, 0xf2 -.byte 0x81, 0xe1, 0x12, 0x6a, 0xc0, 0x45, 0xd9, 0x67, 0xb3, 0xce, 0xff, 0x23, 0xa2, 0x89, 0x0a, 0x54 -.byte 0xd4, 0x14, 0xb9, 0x2a, 0xa8, 0xd7, 0xec, 0xf9, 0xab, 0xcd, 0x25, 0x58, 0x32, 0x79, 0x8f, 0x90 -.byte 0x5b, 0x98, 0x39, 0xc4, 0x08, 0x06, 0xc1, 0xac, 0x7f, 0x0e, 0x3d, 0x00, 0xa5, 0x02, 0x03, 0x01 -.byte 0x00, 0x01, 0x69, 0x00, 0x26, 0x01, 0x30, 0x67, 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, 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x13, 0x65, 0x6d, 0x53, 0x69 -.byte 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x47, 0x31, 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 0x93, 0x4b, 0xbb, 0xe9, 0x66, 0x8a, 0xee, 0x9d, 0x5b, 0xd5, 0x34, 0x93, 0xd0, 0x1b, 0x1e, 0xc3 -.byte 0xe7, 0x9e, 0xb8, 0x64, 0x33, 0x7f, 0x63, 0x78, 0x68, 0xb4, 0xcd, 0x2e, 0x71, 0x75, 0xd7, 0x9b -.byte 0x20, 0xc6, 0x4d, 0x29, 0xbc, 0xb6, 0x68, 0x60, 0x8a, 0xf7, 0x21, 0x9a, 0x56, 0x35, 0x5a, 0xf3 -.byte 0x76, 0xbd, 0xd8, 0xcd, 0x9a, 0xff, 0x93, 0x56, 0x4b, 0xa5, 0x59, 0x06, 0xa1, 0x93, 0x34, 0x29 -.byte 0xdd, 0x16, 0x34, 0x75, 0x4e, 0xf2, 0x81, 0xb4, 0xc7, 0x96, 0x4e, 0xad, 0x19, 0x15, 0x52, 0x4a -.byte 0xfe, 0x3c, 0x70, 0x75, 0x70, 0xcd, 0xaf, 0x2b, 0xab, 0x15, 0x9a, 0x33, 0x3c, 0xaa, 0xb3, 0x8b -.byte 0xaa, 0xcd, 0x43, 0xfd, 0xf5, 0xea, 0x70, 0xff, 0xed, 0xcf, 0x11, 0x3b, 0x94, 0xce, 0x4e, 0x32 -.byte 0x16, 0xd3, 0x23, 0x40, 0x2a, 0x77, 0xb3, 0xaf, 0x3c, 0x01, 0x2c, 0x6c, 0xed, 0x99, 0x2c, 0x8b -.byte 0xd9, 0x4e, 0x69, 0x98, 0xb2, 0xf7, 0x8f, 0x41, 0xb0, 0x32, 0x78, 0x61, 0xd6, 0x0d, 0x5f, 0xc3 -.byte 0xfa, 0xa2, 0x40, 0x92, 0x1d, 0x5c, 0x17, 0xe6, 0x70, 0x3e, 0x35, 0xe7, 0xa2, 0xb7, 0xc2, 0x62 -.byte 0xe2, 0xab, 0xa4, 0x38, 0x4c, 0xb5, 0x39, 0x35, 0x6f, 0xea, 0x03, 0x69, 0xfa, 0x3a, 0x54, 0x68 -.byte 0x85, 0x6d, 0xd6, 0xf2, 0x2f, 0x43, 0x55, 0x1e, 0x91, 0x0d, 0x0e, 0xd8, 0xd5, 0x6a, 0xa4, 0x96 -.byte 0xd1, 0x13, 0x3c, 0x2c, 0x78, 0x50, 0xe8, 0x3a, 0x92, 0xd2, 0x17, 0x56, 0xe5, 0x35, 0x1a, 0x40 -.byte 0x1c, 0x3e, 0x8d, 0x2c, 0xed, 0x39, 0xdf, 0x42, 0xe0, 0x83, 0x41, 0x74, 0xdf, 0xa3, 0xcd, 0xc2 -.byte 0x86, 0x60, 0x48, 0x68, 0xe3, 0x69, 0x0b, 0x54, 0x00, 0x8b, 0xe4, 0x76, 0x69, 0x21, 0x0d, 0x79 -.byte 0x4e, 0x34, 0x08, 0x5e, 0x14, 0xc2, 0xcc, 0xb1, 0xb7, 0xad, 0xd7, 0x7c, 0x70, 0x8a, 0xc7, 0x85 -.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x6a, 0x00, 0x24, 0x01, 0x30, 0x68, 0x31, 0x0b, 0x30, 0x09, 0x06 -.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04 -.byte 0x0a, 0x13, 0x1c, 0x53, 0x74, 0x61, 0x72, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x20, 0x54, 0x65, 0x63 -.byte 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31 -.byte 0x32, 0x30, 0x30, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x29, 0x53, 0x74, 0x61, 0x72, 0x66, 0x69 -.byte 0x65, 0x6c, 0x64, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x32, 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, 0x01, 0x20, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 -.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0d, 0x00, 0x30, 0x82, 0x01, 0x08, 0x02 -.byte 0x82, 0x01, 0x01, 0x00, 0xb7, 0x32, 0xc8, 0xfe, 0xe9, 0x71, 0xa6, 0x04, 0x85, 0xad, 0x0c, 0x11 -.byte 0x64, 0xdf, 0xce, 0x4d, 0xef, 0xc8, 0x03, 0x18, 0x87, 0x3f, 0xa1, 0xab, 0xfb, 0x3c, 0xa6, 0x9f -.byte 0xf0, 0xc3, 0xa1, 0xda, 0xd4, 0xd8, 0x6e, 0x2b, 0x53, 0x90, 0xfb, 0x24, 0xa4, 0x3e, 0x84, 0xf0 -.byte 0x9e, 0xe8, 0x5f, 0xec, 0xe5, 0x27, 0x44, 0xf5, 0x28, 0xa6, 0x3f, 0x7b, 0xde, 0xe0, 0x2a, 0xf0 -.byte 0xc8, 0xaf, 0x53, 0x2f, 0x9e, 0xca, 0x05, 0x01, 0x93, 0x1e, 0x8f, 0x66, 0x1c, 0x39, 0xa7, 0x4d -.byte 0xfa, 0x5a, 0xb6, 0x73, 0x04, 0x25, 0x66, 0xeb, 0x77, 0x7f, 0xe7, 0x59, 0xc6, 0x4a, 0x99, 0x25 -.byte 0x14, 0x54, 0xeb, 0x26, 0xc7, 0xf3, 0x7f, 0x19, 0xd5, 0x30, 0x70, 0x8f, 0xaf, 0xb0, 0x46, 0x2a -.byte 0xff, 0xad, 0xeb, 0x29, 0xed, 0xd7, 0x9f, 0xaa, 0x04, 0x87, 0xa3, 0xd4, 0xf9, 0x89, 0xa5, 0x34 -.byte 0x5f, 0xdb, 0x43, 0x91, 0x82, 0x36, 0xd9, 0x66, 0x3c, 0xb1, 0xb8, 0xb9, 0x82, 0xfd, 0x9c, 0x3a -.byte 0x3e, 0x10, 0xc8, 0x3b, 0xef, 0x06, 0x65, 0x66, 0x7a, 0x9b, 0x19, 0x18, 0x3d, 0xff, 0x71, 0x51 -.byte 0x3c, 0x30, 0x2e, 0x5f, 0xbe, 0x3d, 0x77, 0x73, 0xb2, 0x5d, 0x06, 0x6c, 0xc3, 0x23, 0x56, 0x9a -.byte 0x2b, 0x85, 0x26, 0x92, 0x1c, 0xa7, 0x02, 0xb3, 0xe4, 0x3f, 0x0d, 0xaf, 0x08, 0x79, 0x82, 0xb8 -.byte 0x36, 0x3d, 0xea, 0x9c, 0xd3, 0x35, 0xb3, 0xbc, 0x69, 0xca, 0xf5, 0xcc, 0x9d, 0xe8, 0xfd, 0x64 -.byte 0x8d, 0x17, 0x80, 0x33, 0x6e, 0x5e, 0x4a, 0x5d, 0x99, 0xc9, 0x1e, 0x87, 0xb4, 0x9d, 0x1a, 0xc0 -.byte 0xd5, 0x6e, 0x13, 0x35, 0x23, 0x5e, 0xdf, 0x9b, 0x5f, 0x3d, 0xef, 0xd6, 0xf7, 0x76, 0xc2, 0xea -.byte 0x3e, 0xbb, 0x78, 0x0d, 0x1c, 0x42, 0x67, 0x6b, 0x04, 0xd8, 0xf8, 0xd6, 0xda, 0x6f, 0x8b, 0xf2 -.byte 0x44, 0xa0, 0x01, 0xab, 0x02, 0x01, 0x03, 0x6b, 0x00, 0x26, 0x02, 0x30, 0x69, 0x31, 0x0b, 0x30 -.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4b, 0x52, 0x31, 0x26, 0x30, 0x24, 0x06, 0x03 -.byte 0x55, 0x04, 0x0a, 0x0c, 0x1d, 0x4e, 0x41, 0x56, 0x45, 0x52, 0x20, 0x42, 0x55, 0x53, 0x49, 0x4e -.byte 0x45, 0x53, 0x53, 0x20, 0x50, 0x4c, 0x41, 0x54, 0x46, 0x4f, 0x52, 0x4d, 0x20, 0x43, 0x6f, 0x72 -.byte 0x70, 0x2e, 0x31, 0x32, 0x30, 0x30, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x29, 0x4e, 0x41, 0x56 -.byte 0x45, 0x52, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 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, 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, 0xb6, 0xd4, 0xf1, 0x93, 0x5c, 0xb5, 0x40, 0x89, 0x0a -.byte 0xab, 0x0d, 0x90, 0x5b, 0x50, 0x63, 0xae, 0x90, 0x94, 0x74, 0x17, 0x45, 0x72, 0xd6, 0x7b, 0x65 -.byte 0x5a, 0x29, 0x4b, 0xa7, 0x56, 0xa0, 0x4b, 0xb8, 0x2f, 0x42, 0x75, 0xe9, 0xd9, 0x7b, 0x24, 0x5a -.byte 0x31, 0x65, 0xab, 0x17, 0x17, 0xd1, 0x33, 0x3a, 0xd9, 0x11, 0xdc, 0x40, 0x36, 0x87, 0xdf, 0xc7 -.byte 0x6a, 0xe9, 0x26, 0x5e, 0x59, 0x8a, 0x77, 0xe3, 0xe8, 0x48, 0x9c, 0x31, 0x16, 0xfa, 0x3e, 0x91 -.byte 0xb1, 0xca, 0xc9, 0xa3, 0xe2, 0x9f, 0xce, 0x21, 0x53, 0xa3, 0x02, 0x36, 0x30, 0xcb, 0x52, 0x02 -.byte 0xe5, 0xda, 0x32, 0x5d, 0xc3, 0xc5, 0xe6, 0xf9, 0xee, 0x11, 0xc7, 0x8b, 0xc9, 0x44, 0x1e, 0x84 -.byte 0x93, 0x18, 0x4a, 0xb4, 0x9f, 0xe5, 0x12, 0x64, 0x69, 0xd0, 0x26, 0x85, 0x62, 0x01, 0xb6, 0xc9 -.byte 0x02, 0x1d, 0xbe, 0x83, 0x51, 0xbb, 0x5c, 0xda, 0xf8, 0xad, 0x15, 0x6a, 0x99, 0xf7, 0x92, 0x54 -.byte 0xf7, 0x34, 0x5b, 0xe9, 0xbf, 0xea, 0x29, 0x81, 0x12, 0xd4, 0x53, 0x91, 0x96, 0xb3, 0x91, 0x5a -.byte 0xdd, 0xfe, 0x90, 0x73, 0x28, 0xfb, 0x30, 0x46, 0xb5, 0xca, 0x08, 0x07, 0xc7, 0x71, 0x72, 0xc9 -.byte 0x66, 0xd3, 0x34, 0x97, 0xf6, 0x8c, 0xf4, 0x18, 0x4a, 0xe1, 0xd0, 0x3d, 0x5a, 0x45, 0xb6, 0x69 -.byte 0xa7, 0x29, 0xfb, 0x23, 0xce, 0x88, 0xd8, 0x12, 0x9c, 0x00, 0x48, 0xa8, 0xa6, 0x0f, 0xb3, 0x3b -.byte 0x92, 0x8d, 0x71, 0x0e, 0x74, 0xc5, 0x8b, 0xc8, 0x4c, 0xf9, 0xf4, 0x9b, 0x8e, 0xb8, 0x3c, 0x69 -.byte 0xed, 0x6f, 0x3b, 0x50, 0x2f, 0x58, 0xed, 0xc4, 0xb0, 0xd0, 0x1c, 0x1b, 0x6a, 0x0c, 0xe2, 0xbc -.byte 0x44, 0xaa, 0xd8, 0xcd, 0x14, 0x5d, 0x94, 0x78, 0x61, 0xbf, 0x0e, 0x6e, 0xda, 0x2a, 0xbc, 0x2f -.byte 0x0c, 0x0b, 0x71, 0xa6, 0xb3, 0x16, 0x3f, 0x9c, 0xe6, 0xf9, 0xcc, 0x9f, 0x53, 0x35, 0xe2, 0x03 -.byte 0xa0, 0xa0, 0x18, 0xbf, 0xbb, 0xf1, 0xbe, 0xf4, 0xd6, 0x8c, 0x87, 0x0d, 0x42, 0xf7, 0x06, 0xb9 -.byte 0xf1, 0x6d, 0xed, 0x04, 0x94, 0xa8, 0xfe, 0xb6, 0xd3, 0x06, 0xc6, 0x40, 0x61, 0xdf, 0x9d, 0x9d -.byte 0xf3, 0x54, 0x76, 0xce, 0x53, 0x3a, 0x01, 0xa6, 0x92, 0x41, 0xec, 0x04, 0xa3, 0x8f, 0x0d, 0xa2 -.byte 0xd5, 0x09, 0xca, 0xd6, 0xcb, 0x9a, 0xf1, 0xef, 0x43, 0x5d, 0xc0, 0xab, 0xa5, 0x41, 0xcf, 0x5c -.byte 0x53, 0x70, 0x70, 0xc9, 0x88, 0xa6, 0x2d, 0xd4, 0x6b, 0x61, 0x73, 0x50, 0x26, 0x86, 0x61, 0x0e -.byte 0x5f, 0x1b, 0xc2, 0x2b, 0xe2, 0x8c, 0xd5, 0xbb, 0x9d, 0xc1, 0x03, 0x42, 0xba, 0x94, 0xda, 0x5f -.byte 0xa9, 0xb0, 0xca, 0xcc, 0x4d, 0x0a, 0xef, 0x47, 0x69, 0x03, 0x2f, 0x22, 0xfb, 0xf1, 0x28, 0xce -.byte 0xbf, 0x5d, 0x50, 0x65, 0xa8, 0x90, 0x6d, 0xb3, 0x74, 0xb0, 0x08, 0xc7, 0xac, 0xa8, 0xd1, 0xeb -.byte 0x3e, 0x9c, 0xfc, 0x5d, 0x1a, 0x83, 0x2e, 0x2b, 0xcb, 0xb5, 0xf3, 0x44, 0x9d, 0x3a, 0xa7, 0x17 -.byte 0x61, 0x96, 0xa2, 0x71, 0xd3, 0x70, 0x96, 0x15, 0x4d, 0xb7, 0x4c, 0x73, 0xee, 0x19, 0x5c, 0xc5 -.byte 0x5b, 0x3e, 0x41, 0xfe, 0xac, 0x75, 0x60, 0x3b, 0x1b, 0x63, 0xce, 0x00, 0xdd, 0xda, 0x08, 0x90 -.byte 0x62, 0xb4, 0xe5, 0x2d, 0xee, 0x48, 0xa7, 0x6b, 0x17, 0x99, 0x54, 0xbe, 0x87, 0x4a, 0xe3, 0xa9 -.byte 0x5e, 0x04, 0x4c, 0xeb, 0x10, 0x6d, 0x54, 0xd6, 0xef, 0xf1, 0xe8, 0xf2, 0x62, 0x16, 0xcb, 0x80 -.byte 0x6b, 0xed, 0x3d, 0xed, 0xf5, 0x1f, 0x30, 0xa5, 0xae, 0x4b, 0xc9, 0x13, 0xed, 0x8a, 0x01, 0x01 -.byte 0xc9, 0xb8, 0x51, 0x58, 0xc0, 0x66, 0x3a, 0xb1, 0x66, 0x4b, 0xc4, 0xd5, 0x31, 0x02, 0x62, 0xe9 -.byte 0x74, 0x84, 0x0c, 0xdb, 0x4d, 0x46, 0x2d, 0x02, 0x03, 0x01, 0x00, 0x01, 0x6d, 0x00, 0x78, 0x00 -.byte 0x30, 0x6b, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x49, 0x4e, 0x31 -.byte 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x0a, 0x65, 0x6d, 0x53, 0x69, 0x67, 0x6e -.byte 0x20, 0x50, 0x4b, 0x49, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x65 -.byte 0x4d, 0x75, 0x64, 0x68, 0x72, 0x61, 0x20, 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67 -.byte 0x69, 0x65, 0x73, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x20, 0x30, 0x1e, 0x06 -.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x17, 0x65, 0x6d, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x45, 0x43, 0x43 -.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x47, 0x33, 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, 0x23, 0xa5, 0x0c, 0xb8, 0x2d, 0x12, 0xf5, 0x28, 0xf3, 0xb1, 0xb2 -.byte 0xdd, 0xe2, 0x02, 0x12, 0x80, 0x9e, 0x39, 0x5f, 0x49, 0x4d, 0x9f, 0xc9, 0x25, 0x34, 0x59, 0x74 -.byte 0xec, 0xbb, 0x06, 0x1c, 0xe7, 0xc0, 0x72, 0xaf, 0xe8, 0xae, 0x2f, 0xe1, 0x41, 0x54, 0x87, 0x14 -.byte 0xa8, 0x4a, 0xb2, 0xe8, 0x7c, 0x82, 0xe6, 0x5b, 0x6a, 0xb5, 0xdc, 0xb3, 0x75, 0xce, 0x8b, 0x06 -.byte 0xd0, 0x86, 0x23, 0xbf, 0x46, 0xd5, 0x8e, 0x0f, 0x3f, 0x04, 0xf4, 0xd7, 0x1c, 0x92, 0x7e, 0xf6 -.byte 0xa5, 0x63, 0xc2, 0xf5, 0x5f, 0x8e, 0x2e, 0x4f, 0xa1, 0x18, 0x19, 0x02, 0x2b, 0x32, 0x0a, 0x82 -.byte 0x64, 0x7d, 0x16, 0x93, 0xd1, 0x6d, 0x00, 0x26, 0x02, 0x30, 0x6b, 0x31, 0x0b, 0x30, 0x09, 0x06 -.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x49, 0x54, 0x31, 0x0e, 0x30, 0x0c, 0x06, 0x03, 0x55, 0x04 -.byte 0x07, 0x0c, 0x05, 0x4d, 0x69, 0x6c, 0x61, 0x6e, 0x31, 0x23, 0x30, 0x21, 0x06, 0x03, 0x55, 0x04 -.byte 0x0a, 0x0c, 0x1a, 0x41, 0x63, 0x74, 0x61, 0x6c, 0x69, 0x73, 0x20, 0x53, 0x2e, 0x70, 0x2e, 0x41 -.byte 0x2e, 0x2f, 0x30, 0x33, 0x33, 0x35, 0x38, 0x35, 0x32, 0x30, 0x39, 0x36, 0x37, 0x31, 0x27, 0x30 -.byte 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1e, 0x41, 0x63, 0x74, 0x61, 0x6c, 0x69, 0x73, 0x20 -.byte 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 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, 0xa7, 0xc6, 0xc4, 0xa5, 0x29, 0xa4, 0x2c, 0xef, 0xe5 -.byte 0x18, 0xc5, 0xb0, 0x50, 0xa3, 0x6f, 0x51, 0x3b, 0x9f, 0x0a, 0x5a, 0xc9, 0xc2, 0x48, 0x38, 0x0a -.byte 0xc2, 0x1c, 0xa0, 0x18, 0x7f, 0x91, 0xb5, 0x87, 0xb9, 0x40, 0x3f, 0xdd, 0x1d, 0x68, 0x1f, 0x08 -.byte 0x83, 0xd5, 0x2d, 0x1e, 0x88, 0xa0, 0xf8, 0x8f, 0x56, 0x8f, 0x6d, 0x99, 0x02, 0x92, 0x90, 0x16 -.byte 0xd5, 0x5f, 0x08, 0x6c, 0x89, 0xd7, 0xe1, 0xac, 0xbc, 0x20, 0xc2, 0xb1, 0xe0, 0x83, 0x51, 0x8a -.byte 0x69, 0x4d, 0x00, 0x96, 0x5a, 0x6f, 0x2f, 0xc0, 0x44, 0x7e, 0xa3, 0x0e, 0xe4, 0x91, 0xcd, 0x58 -.byte 0xee, 0xdc, 0xfb, 0xc7, 0x1e, 0x45, 0x47, 0xdd, 0x27, 0xb9, 0x08, 0x01, 0x9f, 0xa6, 0x21, 0x1d -.byte 0xf5, 0x41, 0x2d, 0x2f, 0x4c, 0xfd, 0x28, 0xad, 0xe0, 0x8a, 0xad, 0x22, 0xb4, 0x56, 0x65, 0x8e -.byte 0x86, 0x54, 0x8f, 0x93, 0x43, 0x29, 0xde, 0x39, 0x46, 0x78, 0xa3, 0x30, 0x23, 0xba, 0xcd, 0xf0 -.byte 0x7d, 0x13, 0x57, 0xc0, 0x5d, 0xd2, 0x83, 0x6b, 0x48, 0x4c, 0xc4, 0xab, 0x9f, 0x80, 0x5a, 0x5b -.byte 0x3a, 0xbd, 0xc9, 0xa7, 0x22, 0x3f, 0x80, 0x27, 0x33, 0x5b, 0x0e, 0xb7, 0x8a, 0x0c, 0x5d, 0x07 -.byte 0x37, 0x08, 0xcb, 0x6c, 0xd2, 0x7a, 0x47, 0x22, 0x44, 0x35, 0xc5, 0xcc, 0xcc, 0x2e, 0x8e, 0xdd -.byte 0x2a, 0xed, 0xb7, 0x7d, 0x66, 0x0d, 0x5f, 0x61, 0x51, 0x22, 0x55, 0x1b, 0xe3, 0x46, 0xe3, 0xe3 -.byte 0x3d, 0xd0, 0x35, 0x62, 0x9a, 0xdb, 0xaf, 0x14, 0xc8, 0x5b, 0xa1, 0xcc, 0x89, 0x1b, 0xe1, 0x30 -.byte 0x26, 0xfc, 0xa0, 0x9b, 0x1f, 0x81, 0xa7, 0x47, 0x1f, 0x04, 0xeb, 0xa3, 0x39, 0x92, 0x06, 0x9f -.byte 0x99, 0xd3, 0xbf, 0xd3, 0xea, 0x4f, 0x50, 0x9c, 0x19, 0xfe, 0x96, 0x87, 0x1e, 0x3c, 0x65, 0xf6 -.byte 0xa3, 0x18, 0x24, 0x83, 0x86, 0x10, 0xe7, 0x54, 0x3e, 0xa8, 0x3a, 0x76, 0x24, 0x4f, 0x81, 0x21 -.byte 0xc5, 0xe3, 0x0f, 0x02, 0xf8, 0x93, 0x94, 0x47, 0x20, 0xbb, 0xfe, 0xd4, 0x0e, 0xd3, 0x68, 0xb9 -.byte 0xdd, 0xc4, 0x7a, 0x84, 0x82, 0xe3, 0x53, 0x54, 0x79, 0xdd, 0xdb, 0x9c, 0xd2, 0xf2, 0x07, 0x9b -.byte 0x2e, 0xb6, 0xbc, 0x3e, 0xed, 0x85, 0x6d, 0xef, 0x25, 0x11, 0xf2, 0x97, 0x1a, 0x42, 0x61, 0xf7 -.byte 0x4a, 0x97, 0xe8, 0x8b, 0xb1, 0x10, 0x07, 0xfa, 0x65, 0x81, 0xb2, 0xa2, 0x39, 0xcf, 0xf7, 0x3c -.byte 0xff, 0x18, 0xfb, 0xc6, 0xf1, 0x5a, 0x8b, 0x59, 0xe2, 0x02, 0xac, 0x7b, 0x92, 0xd0, 0x4e, 0x14 -.byte 0x4f, 0x59, 0x45, 0xf6, 0x0c, 0x5e, 0x28, 0x5f, 0xb0, 0xe8, 0x3f, 0x45, 0xcf, 0xcf, 0xaf, 0x9b -.byte 0x6f, 0xfb, 0x84, 0xd3, 0x77, 0x5a, 0x95, 0x6f, 0xac, 0x94, 0x84, 0x9e, 0xee, 0xbc, 0xc0, 0x4a -.byte 0x8f, 0x4a, 0x93, 0xf8, 0x44, 0x21, 0xe2, 0x31, 0x45, 0x61, 0x50, 0x4e, 0x10, 0xd8, 0xe3, 0x35 -.byte 0x7c, 0x4c, 0x19, 0xb4, 0xde, 0x05, 0xbf, 0xa3, 0x06, 0x9f, 0xc8, 0xb5, 0xcd, 0xe4, 0x1f, 0xd7 -.byte 0x17, 0x06, 0x0d, 0x7a, 0x95, 0x74, 0x55, 0x0d, 0x68, 0x1a, 0xfc, 0x10, 0x1b, 0x62, 0x64, 0x9d -.byte 0x6d, 0xe0, 0x95, 0xa0, 0xc3, 0x94, 0x07, 0x57, 0x0d, 0x14, 0xe6, 0xbd, 0x05, 0xfb, 0xb8, 0x9f -.byte 0xe6, 0xdf, 0x8b, 0xe2, 0xc6, 0xe7, 0x7e, 0x96, 0xf6, 0x53, 0xc5, 0x80, 0x34, 0x50, 0x28, 0x58 -.byte 0xf0, 0x12, 0x50, 0x71, 0x17, 0x30, 0xba, 0xe6, 0x78, 0x63, 0xbc, 0xf4, 0xb2, 0xad, 0x9b, 0x2b -.byte 0xb2, 0xfe, 0xe1, 0x39, 0x8c, 0x5e, 0xba, 0x0b, 0x20, 0x94, 0xde, 0x7b, 0x83, 0xb8, 0xff, 0xe3 -.byte 0x56, 0x8d, 0xb7, 0x11, 0xe9, 0x3b, 0x8c, 0xf2, 0xb1, 0xc1, 0x5d, 0x9d, 0xa4, 0x0b, 0x4c, 0x2b -.byte 0xd9, 0xb2, 0x18, 0xf5, 0xb5, 0x9f, 0x4b, 0x02, 0x03, 0x01, 0x00, 0x01, 0x6e, 0x00, 0x78, 0x00 -.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, 0x45, 0x43 -.byte 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x32, 0x31, 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, 0x38, 0x08, 0xfe, 0xb1, 0xa0, 0x96, 0xd2, 0x7a, 0xac, 0xaf -.byte 0x49, 0x3a, 0xd0, 0xc0, 0xe0, 0xc3, 0x3b, 0x28, 0xaa, 0xf1, 0x72, 0x6d, 0x65, 0x00, 0x47, 0x88 -.byte 0x84, 0xfc, 0x9a, 0x26, 0x6b, 0xaa, 0x4b, 0xba, 0x6c, 0x04, 0x0a, 0x88, 0x5e, 0x17, 0xf2, 0x55 -.byte 0x87, 0xfc, 0x30, 0xb0, 0x34, 0xe2, 0x34, 0x58, 0x57, 0x1a, 0x84, 0x53, 0xe9, 0x30, 0xd9, 0xa9 -.byte 0xf2, 0x96, 0x74, 0xc3, 0x51, 0x1f, 0x58, 0x49, 0x31, 0xcc, 0x98, 0x4e, 0x60, 0x11, 0x87, 0x75 -.byte 0xd3, 0x72, 0x94, 0x90, 0x4f, 0x9b, 0x10, 0x25, 0x2a, 0xa8, 0x78, 0x2d, 0xbe, 0x90, 0x41, 0x58 -.byte 0x90, 0x15, 0x72, 0xa7, 0xa1, 0xb7, 0x6e, 0x00, 0x26, 0x02, 0x30, 0x6c, 0x31, 0x0b, 0x30, 0x09 -.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x52, 0x31, 0x37, 0x30, 0x35, 0x06, 0x03, 0x55 -.byte 0x04, 0x0a, 0x0c, 0x2e, 0x48, 0x65, 0x6c, 0x6c, 0x65, 0x6e, 0x69, 0x63, 0x20, 0x41, 0x63, 0x61 -.byte 0x64, 0x65, 0x6d, 0x69, 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x52, 0x65, 0x73, 0x65, 0x61, 0x72 -.byte 0x63, 0x68, 0x20, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20 -.byte 0x43, 0x41, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1b, 0x48, 0x41, 0x52 -.byte 0x49, 0x43, 0x41, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x52, 0x53, 0x41, 0x20, 0x52, 0x6f, 0x6f, 0x74 -.byte 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x32, 0x31, 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, 0x8b, 0xc2, 0xe7, 0xaf, 0x65, 0x9b, 0x05 -.byte 0x67, 0x96, 0xc9, 0x0d, 0x24, 0xb9, 0xd0, 0x0e, 0x64, 0xfc, 0xce, 0xe2, 0x24, 0x18, 0x2c, 0x84 -.byte 0x7f, 0x77, 0x51, 0xcb, 0x04, 0x11, 0x36, 0xb8, 0x5e, 0xed, 0x69, 0x71, 0xa7, 0x9e, 0xe4, 0x25 -.byte 0x09, 0x97, 0x67, 0xc1, 0x47, 0xc2, 0xcf, 0x91, 0x16, 0x36, 0x62, 0x3d, 0x38, 0x04, 0xe1, 0x51 -.byte 0x82, 0xff, 0xac, 0xd2, 0xb4, 0x69, 0xdd, 0x2e, 0xec, 0x11, 0xa3, 0x45, 0xee, 0x6b, 0x6b, 0x3b -.byte 0x4c, 0xbf, 0x8c, 0x8d, 0xa4, 0x1e, 0x9d, 0x11, 0xb9, 0xe9, 0x38, 0xf9, 0x7a, 0x0e, 0x0c, 0x98 -.byte 0xe2, 0x23, 0x1d, 0xd1, 0x4e, 0x63, 0xd4, 0xe7, 0xb8, 0x41, 0x44, 0xfb, 0x6b, 0xaf, 0x6b, 0xda -.byte 0x1f, 0xd3, 0xc5, 0x91, 0x88, 0x5b, 0xa4, 0x89, 0x92, 0xd1, 0x81, 0xe6, 0x8c, 0x39, 0x58, 0xa0 -.byte 0xd6, 0x69, 0x43, 0xa9, 0xad, 0x98, 0x52, 0x58, 0x6e, 0xdb, 0x0a, 0xfb, 0x6b, 0xcf, 0x68, 0xfa -.byte 0xe3, 0xa4, 0x5e, 0x3a, 0x45, 0x73, 0x98, 0x07, 0xea, 0x5f, 0x02, 0x72, 0xde, 0x0c, 0xa5, 0xb3 -.byte 0x9f, 0xae, 0xa9, 0x1d, 0xb7, 0x1d, 0xb3, 0xfc, 0x8a, 0x59, 0xe7, 0x6e, 0x72, 0x65, 0xad, 0xf5 -.byte 0x30, 0x94, 0x23, 0x07, 0xf3, 0x82, 0x16, 0x4b, 0x35, 0x98, 0x9c, 0x53, 0xbb, 0x2f, 0xca, 0xe4 -.byte 0x5a, 0xd9, 0xc7, 0x8d, 0x1d, 0xfc, 0x98, 0x99, 0xfb, 0x2c, 0xa4, 0x82, 0x6b, 0xf0, 0x2a, 0x1f -.byte 0x8e, 0x0b, 0x5f, 0x71, 0x5c, 0x5c, 0xae, 0x42, 0x7b, 0x29, 0x89, 0x81, 0xcb, 0x03, 0xa3, 0x99 -.byte 0xca, 0x88, 0x9e, 0x0b, 0x40, 0x09, 0x41, 0x33, 0xdb, 0xe6, 0x58, 0x7a, 0xfd, 0xae, 0x99, 0x70 -.byte 0xc0, 0x5a, 0x0f, 0xd6, 0x13, 0x86, 0x71, 0x2f, 0x76, 0x69, 0xfc, 0x90, 0xdd, 0xdb, 0x2d, 0x6e -.byte 0xd1, 0xf2, 0x9b, 0xf5, 0x1a, 0x6b, 0x9e, 0x6f, 0x15, 0x8c, 0x7a, 0xf0, 0x4b, 0x28, 0xa0, 0x22 -.byte 0x38, 0x80, 0x24, 0x6c, 0x36, 0xa4, 0x3b, 0xf2, 0x30, 0x91, 0xf3, 0x78, 0x13, 0xcf, 0xc1, 0x3f -.byte 0x35, 0xab, 0xf1, 0x1d, 0x11, 0x23, 0xb5, 0x43, 0x22, 0x9e, 0x01, 0x92, 0xb7, 0x18, 0x02, 0xe5 -.byte 0x11, 0xd1, 0x82, 0xdb, 0x15, 0x00, 0xcc, 0x61, 0x37, 0xc1, 0x2a, 0x7c, 0x9a, 0xe1, 0xd0, 0xba -.byte 0xb3, 0x50, 0x46, 0xee, 0x82, 0xac, 0x9d, 0x31, 0xf8, 0xfb, 0x23, 0xe2, 0x03, 0x00, 0x48, 0x70 -.byte 0xa3, 0x09, 0x26, 0x79, 0x15, 0x53, 0x60, 0xf3, 0x38, 0x5c, 0xad, 0x38, 0xea, 0x81, 0x00, 0x63 -.byte 0x14, 0xb9, 0x33, 0x5e, 0xdd, 0x0b, 0xdb, 0xa0, 0x45, 0x07, 0x1a, 0x33, 0x09, 0xf8, 0x4d, 0xb4 -.byte 0xa7, 0x02, 0xa6, 0x69, 0xf4, 0xc2, 0x59, 0x05, 0x88, 0x65, 0x85, 0x56, 0xae, 0x4b, 0xcb, 0xe0 -.byte 0xde, 0x3c, 0x7d, 0x2d, 0x1a, 0xc8, 0xe9, 0xfb, 0x1f, 0xa3, 0x61, 0x4a, 0xd6, 0x2a, 0x13, 0xad -.byte 0x77, 0x4c, 0x1a, 0x18, 0x9b, 0x91, 0x0f, 0x58, 0xd8, 0x06, 0x54, 0xc5, 0x97, 0xf8, 0xaa, 0x3f -.byte 0x20, 0x8a, 0xa6, 0x85, 0xa6, 0x77, 0xf6, 0xa6, 0xfc, 0x1c, 0xe2, 0xee, 0x6e, 0x94, 0x33, 0x2a -.byte 0x83, 0x50, 0x84, 0x0a, 0xe5, 0x4f, 0x86, 0xf8, 0x50, 0x45, 0x78, 0x00, 0x81, 0xeb, 0x5b, 0x68 -.byte 0xe3, 0x26, 0x8d, 0xcc, 0x7b, 0x5c, 0x51, 0xf4, 0x14, 0x2c, 0x40, 0xbe, 0x1a, 0x60, 0x1d, 0x7a -.byte 0x72, 0x61, 0x1d, 0x1f, 0x63, 0x2d, 0x88, 0xaa, 0xce, 0xa2, 0x45, 0x90, 0x08, 0xfc, 0x6b, 0xbe -.byte 0xb3, 0x50, 0x2a, 0x5a, 0xfd, 0xa8, 0x48, 0x18, 0x46, 0xd6, 0x90, 0x40, 0x92, 0x90, 0x0a, 0x84 -.byte 0x5e, 0x68, 0x31, 0xf8, 0xeb, 0xed, 0x0d, 0xd3, 0x1d, 0xc6, 0x7d, 0x99, 0x18, 0x55, 0x56, 0x27 -.byte 0x65, 0x2e, 0x8d, 0x45, 0xc5, 0x24, 0xec, 0xce, 0xe3, 0x02, 0x03, 0x01, 0x00, 0x01, 0x6e, 0x00 -.byte 0x26, 0x01, 0x30, 0x6c, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55 -.byte 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69 -.byte 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04 -.byte 0x0b, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e -.byte 0x63, 0x6f, 0x6d, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x22, 0x44, 0x69 -.byte 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x48, 0x69, 0x67, 0x68, 0x20, 0x41, 0x73, 0x73, 0x75 -.byte 0x72, 0x61, 0x6e, 0x63, 0x65, 0x20, 0x45, 0x56, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41 -.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, 0xc6, 0xcc, 0xe5, 0x73, 0xe6, 0xfb, 0xd4, 0xbb, 0xe5, 0x2d, 0x2d, 0x32, 0xa6, 0xdf, 0xe5 -.byte 0x81, 0x3f, 0xc9, 0xcd, 0x25, 0x49, 0xb6, 0x71, 0x2a, 0xc3, 0xd5, 0x94, 0x34, 0x67, 0xa2, 0x0a -.byte 0x1c, 0xb0, 0x5f, 0x69, 0xa6, 0x40, 0xb1, 0xc4, 0xb7, 0xb2, 0x8f, 0xd0, 0x98, 0xa4, 0xa9, 0x41 -.byte 0x59, 0x3a, 0xd3, 0xdc, 0x94, 0xd6, 0x3c, 0xdb, 0x74, 0x38, 0xa4, 0x4a, 0xcc, 0x4d, 0x25, 0x82 -.byte 0xf7, 0x4a, 0xa5, 0x53, 0x12, 0x38, 0xee, 0xf3, 0x49, 0x6d, 0x71, 0x91, 0x7e, 0x63, 0xb6, 0xab -.byte 0xa6, 0x5f, 0xc3, 0xa4, 0x84, 0xf8, 0x4f, 0x62, 0x51, 0xbe, 0xf8, 0xc5, 0xec, 0xdb, 0x38, 0x92 -.byte 0xe3, 0x06, 0xe5, 0x08, 0x91, 0x0c, 0xc4, 0x28, 0x41, 0x55, 0xfb, 0xcb, 0x5a, 0x89, 0x15, 0x7e -.byte 0x71, 0xe8, 0x35, 0xbf, 0x4d, 0x72, 0x09, 0x3d, 0xbe, 0x3a, 0x38, 0x50, 0x5b, 0x77, 0x31, 0x1b -.byte 0x8d, 0xb3, 0xc7, 0x24, 0x45, 0x9a, 0xa7, 0xac, 0x6d, 0x00, 0x14, 0x5a, 0x04, 0xb7, 0xba, 0x13 -.byte 0xeb, 0x51, 0x0a, 0x98, 0x41, 0x41, 0x22, 0x4e, 0x65, 0x61, 0x87, 0x81, 0x41, 0x50, 0xa6, 0x79 -.byte 0x5c, 0x89, 0xde, 0x19, 0x4a, 0x57, 0xd5, 0x2e, 0xe6, 0x5d, 0x1c, 0x53, 0x2c, 0x7e, 0x98, 0xcd -.byte 0x1a, 0x06, 0x16, 0xa4, 0x68, 0x73, 0xd0, 0x34, 0x04, 0x13, 0x5c, 0xa1, 0x71, 0xd3, 0x5a, 0x7c -.byte 0x55, 0xdb, 0x5e, 0x64, 0xe1, 0x37, 0x87, 0x30, 0x56, 0x04, 0xe5, 0x11, 0xb4, 0x29, 0x80, 0x12 -.byte 0xf1, 0x79, 0x39, 0x88, 0xa2, 0x02, 0x11, 0x7c, 0x27, 0x66, 0xb7, 0x88, 0xb7, 0x78, 0xf2, 0xca -.byte 0x0a, 0xa8, 0x38, 0xab, 0x0a, 0x64, 0xc2, 0xbf, 0x66, 0x5d, 0x95, 0x84, 0xc1, 0xa1, 0x25, 0x1e -.byte 0x87, 0x5d, 0x1a, 0x50, 0x0b, 0x20, 0x12, 0xcc, 0x41, 0xbb, 0x6e, 0x0b, 0x51, 0x38, 0xb8, 0x4b -.byte 0xcb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x6f, 0x00, 0x26, 0x01, 0x30, 0x6d, 0x31, 0x0b, 0x30, 0x09 -.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x48, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55 -.byte 0x04, 0x0a, 0x13, 0x07, 0x57, 0x49, 0x53, 0x65, 0x4b, 0x65, 0x79, 0x31, 0x22, 0x30, 0x20, 0x06 -.byte 0x03, 0x55, 0x04, 0x0b, 0x13, 0x19, 0x4f, 0x49, 0x53, 0x54, 0x45, 0x20, 0x46, 0x6f, 0x75, 0x6e -.byte 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x45, 0x6e, 0x64, 0x6f, 0x72, 0x73, 0x65, 0x64, 0x31 -.byte 0x28, 0x30, 0x26, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1f, 0x4f, 0x49, 0x53, 0x54, 0x45, 0x20 -.byte 0x57, 0x49, 0x53, 0x65, 0x4b, 0x65, 0x79, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52 -.byte 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x42, 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, 0xd8, 0x17, 0xb7, 0x1c, 0x4a, 0x24 -.byte 0x2a, 0xd6, 0x97, 0xb1, 0xca, 0xe2, 0x1e, 0xfb, 0x7d, 0x38, 0xef, 0x98, 0xf5, 0xb2, 0x39, 0x98 -.byte 0x4e, 0x27, 0xb8, 0x11, 0x5d, 0x7b, 0xd2, 0x25, 0x94, 0x88, 0x82, 0x15, 0x26, 0x6a, 0x1b, 0x31 -.byte 0xbb, 0xa8, 0x5b, 0x21, 0x21, 0x2b, 0xd8, 0x0f, 0x4e, 0x9f, 0x5a, 0xf1, 0xb1, 0x5a, 0xe4, 0x79 -.byte 0xd6, 0x32, 0x23, 0x2b, 0xe1, 0x53, 0xcc, 0x99, 0x45, 0x5c, 0x7b, 0x4f, 0xad, 0xbc, 0xbf, 0x87 -.byte 0x4a, 0x0b, 0x4b, 0x97, 0x5a, 0xa8, 0xf6, 0x48, 0xec, 0x7d, 0x7b, 0x0d, 0xcd, 0x21, 0x06, 0xdf -.byte 0x9e, 0x15, 0xfd, 0x41, 0x8a, 0x48, 0xb7, 0x20, 0xf4, 0xa1, 0x7a, 0x1b, 0x57, 0xd4, 0x5d, 0x50 -.byte 0xff, 0xba, 0x67, 0xd8, 0x23, 0x99, 0x1f, 0xc8, 0x3f, 0xe3, 0xde, 0xff, 0x6f, 0x5b, 0x77, 0xb1 -.byte 0x6b, 0x6e, 0xb8, 0xc9, 0x64, 0xf7, 0xe1, 0xca, 0x41, 0x46, 0x0e, 0x29, 0x71, 0xd0, 0xb9, 0x23 -.byte 0xfc, 0xc9, 0x81, 0x5f, 0x4e, 0xf7, 0x6f, 0xdf, 0xbf, 0x84, 0xad, 0x73, 0x64, 0xbb, 0xb7, 0x42 -.byte 0x8e, 0x69, 0xf6, 0xd4, 0x76, 0x1d, 0x7e, 0x9d, 0xa7, 0xb8, 0x57, 0x8a, 0x51, 0x67, 0x72, 0xd7 -.byte 0xd4, 0xa8, 0xb8, 0x95, 0x54, 0x40, 0x73, 0x03, 0xf6, 0xea, 0xf4, 0xeb, 0xfe, 0x28, 0x42, 0x77 -.byte 0x3f, 0x9d, 0x23, 0x1b, 0xb2, 0xb6, 0x3d, 0x80, 0x14, 0x07, 0x4c, 0x2e, 0x4f, 0xf7, 0xd5, 0x0a -.byte 0x16, 0x0d, 0xbd, 0x66, 0x43, 0x37, 0x7e, 0x23, 0x43, 0x79, 0xc3, 0x40, 0x86, 0xf5, 0x4c, 0x29 -.byte 0xda, 0x8e, 0x9a, 0xad, 0x0d, 0xa5, 0x04, 0x87, 0x88, 0x1e, 0x85, 0xe3, 0xe9, 0x53, 0xd5, 0x9b -.byte 0xc8, 0x8b, 0x03, 0x63, 0x78, 0xeb, 0xe0, 0x19, 0x4a, 0x6e, 0xbb, 0x2f, 0x6b, 0x33, 0x64, 0x58 -.byte 0x93, 0xad, 0x69, 0xbf, 0x8f, 0x1b, 0xef, 0x82, 0x48, 0xc7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x6f -.byte 0x00, 0x78, 0x00, 0x30, 0x6d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 -.byte 0x43, 0x48, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x07, 0x57, 0x49, 0x53 -.byte 0x65, 0x4b, 0x65, 0x79, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x19, 0x4f -.byte 0x49, 0x53, 0x54, 0x45, 0x20, 0x46, 0x6f, 0x75, 0x6e, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20 -.byte 0x45, 0x6e, 0x64, 0x6f, 0x72, 0x73, 0x65, 0x64, 0x31, 0x28, 0x30, 0x26, 0x06, 0x03, 0x55, 0x04 -.byte 0x03, 0x13, 0x1f, 0x4f, 0x49, 0x53, 0x54, 0x45, 0x20, 0x57, 0x49, 0x53, 0x65, 0x4b, 0x65, 0x79 -.byte 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x43, 0x20 -.byte 0x43, 0x41, 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, 0x4c, 0xe9, 0x50, 0xc0, 0xc6, 0x0f -.byte 0x72, 0x18, 0xbc, 0xd8, 0xf1, 0xba, 0xb3, 0x89, 0xe2, 0x79, 0x4a, 0xa3, 0x16, 0xa7, 0x6b, 0x54 -.byte 0x24, 0xdb, 0x51, 0xff, 0xea, 0xf4, 0x09, 0x24, 0xc3, 0x0b, 0x22, 0x9f, 0xcb, 0x6a, 0x27, 0x82 -.byte 0x81, 0x0d, 0xd2, 0xc0, 0xaf, 0x31, 0xe4, 0x74, 0x82, 0x6e, 0xca, 0x25, 0xd9, 0x8c, 0x75, 0x9d -.byte 0xf1, 0xdb, 0xd0, 0x9a, 0xa2, 0x4b, 0x21, 0x7e, 0x16, 0xa7, 0x63, 0x90, 0xd2, 0x39, 0xd4, 0xb1 -.byte 0x87, 0x78, 0x5f, 0x18, 0x96, 0x0f, 0x50, 0x1b, 0x35, 0x37, 0x0f, 0x6a, 0xc6, 0xdc, 0xd9, 0x13 -.byte 0x4d, 0xa4, 0x8e, 0x90, 0x37, 0xe6, 0xbd, 0x5b, 0x31, 0x91, 0x70, 0x00, 0x78, 0x00, 0x30, 0x6e -.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x45, 0x53, 0x31, 0x1c, 0x30 -.byte 0x1a, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x13, 0x46, 0x69, 0x72, 0x6d, 0x61, 0x70, 0x72, 0x6f -.byte 0x66, 0x65, 0x73, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x20, 0x53, 0x41, 0x31, 0x18, 0x30, 0x16, 0x06 -.byte 0x03, 0x55, 0x04, 0x61, 0x0c, 0x0f, 0x56, 0x41, 0x54, 0x45, 0x53, 0x2d, 0x41, 0x36, 0x32, 0x36 -.byte 0x33, 0x34, 0x30, 0x36, 0x38, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1e -.byte 0x46, 0x49, 0x52, 0x4d, 0x41, 0x50, 0x52, 0x4f, 0x46, 0x45, 0x53, 0x49, 0x4f, 0x4e, 0x41, 0x4c -.byte 0x20, 0x43, 0x41, 0x20, 0x52, 0x4f, 0x4f, 0x54, 0x2d, 0x41, 0x20, 0x57, 0x45, 0x42, 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, 0x47, 0x53, 0xea, 0x2c, 0x11, 0xa4, 0x77, 0xc7, 0x2a, 0xea -.byte 0xf3, 0xd6, 0x5f, 0x7b, 0xd3, 0x04, 0x91, 0x5c, 0xfa, 0x88, 0xc6, 0x22, 0xb9, 0x83, 0x10, 0x62 -.byte 0x77, 0x84, 0x33, 0x2d, 0xe9, 0x03, 0x88, 0xd4, 0xe0, 0x33, 0xf7, 0xed, 0x77, 0x2c, 0x4a, 0x60 -.byte 0xea, 0xe4, 0x6f, 0xad, 0x6d, 0xb4, 0xf8, 0x4c, 0x8a, 0xa4, 0xe4, 0x1f, 0xca, 0xea, 0x4f, 0x38 -.byte 0x4a, 0x2e, 0x82, 0x73, 0x2b, 0xc7, 0x66, 0x9b, 0x0a, 0x8c, 0x40, 0x9c, 0x7c, 0x8a, 0xf6, 0xf2 -.byte 0x39, 0x60, 0xb2, 0xde, 0xcb, 0xec, 0xb8, 0xe4, 0x6f, 0xea, 0x9b, 0x5d, 0xb7, 0x53, 0x90, 0x18 -.byte 0x32, 0x55, 0xc5, 0x20, 0xb7, 0x94, 0x71, 0x00, 0x26, 0x02, 0x30, 0x6f, 0x31, 0x0b, 0x30, 0x09 -.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x48, 0x4b, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55 -.byte 0x04, 0x08, 0x13, 0x09, 0x48, 0x6f, 0x6e, 0x67, 0x20, 0x4b, 0x6f, 0x6e, 0x67, 0x31, 0x12, 0x30 -.byte 0x10, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x09, 0x48, 0x6f, 0x6e, 0x67, 0x20, 0x4b, 0x6f, 0x6e -.byte 0x67, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0d, 0x48, 0x6f, 0x6e, 0x67 -.byte 0x6b, 0x6f, 0x6e, 0x67, 0x20, 0x50, 0x6f, 0x73, 0x74, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55 -.byte 0x04, 0x03, 0x13, 0x17, 0x48, 0x6f, 0x6e, 0x67, 0x6b, 0x6f, 0x6e, 0x67, 0x20, 0x50, 0x6f, 0x73 -.byte 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x33, 0x30, 0x82, 0x02, 0x22, 0x30 -.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 -.byte 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb3, 0x88, 0xd7, 0xea -.byte 0xce, 0x0f, 0x20, 0x4e, 0xbe, 0xe6, 0xd6, 0x03, 0x6d, 0xee, 0x59, 0xfc, 0xc2, 0x57, 0xdf, 0x29 -.byte 0x68, 0xa1, 0x83, 0x0e, 0x3e, 0x68, 0xc7, 0x68, 0x58, 0x9c, 0x1c, 0x60, 0x4b, 0x89, 0x43, 0x0c -.byte 0xb9, 0xd4, 0x15, 0xb2, 0xee, 0xc1, 0x4e, 0x75, 0xe9, 0xb5, 0xa7, 0xef, 0xe5, 0xe9, 0x35, 0x99 -.byte 0xe4, 0xcc, 0x1c, 0xe7, 0x4b, 0x5f, 0x8d, 0x33, 0x30, 0x20, 0x33, 0x53, 0xd9, 0xa6, 0xbb, 0xd5 -.byte 0x3e, 0x13, 0x8e, 0xe9, 0x1f, 0x87, 0x49, 0xad, 0x50, 0x2d, 0x50, 0xca, 0x18, 0xbe, 0x01, 0x58 -.byte 0xa2, 0x13, 0x70, 0x96, 0xbb, 0x89, 0x88, 0x56, 0x80, 0x5c, 0xf8, 0xbd, 0x2c, 0x3c, 0xe1, 0x4c -.byte 0x57, 0x88, 0xbb, 0xd3, 0xb9, 0x95, 0xef, 0xcb, 0xc7, 0xf6, 0xda, 0x31, 0x74, 0x28, 0xa6, 0xe6 -.byte 0x54, 0x89, 0xf5, 0x41, 0x31, 0xca, 0xe5, 0x26, 0x1a, 0xcd, 0x82, 0xe0, 0x70, 0xda, 0x3b, 0x29 -.byte 0xbb, 0xd5, 0x03, 0xf5, 0x99, 0xba, 0x55, 0xf5, 0x64, 0xd1, 0x60, 0x0e, 0xb3, 0x89, 0x49, 0xb8 -.byte 0x8a, 0x2f, 0x05, 0xd2, 0x84, 0x45, 0x28, 0x7c, 0x8f, 0x68, 0x50, 0x12, 0x78, 0xfc, 0x0b, 0xb5 -.byte 0x53, 0xcb, 0xc2, 0x98, 0x1c, 0x84, 0xa3, 0x9e, 0xb0, 0xbe, 0x23, 0xa4, 0xda, 0xdc, 0xc8, 0x2b -.byte 0x1e, 0xda, 0x6e, 0x45, 0x1e, 0x89, 0x98, 0xda, 0xf9, 0x00, 0x2e, 0x06, 0xe9, 0x0c, 0x3b, 0x70 -.byte 0xd5, 0x50, 0x25, 0x88, 0x99, 0xcb, 0xcd, 0x73, 0x60, 0xf7, 0xd5, 0xff, 0x35, 0x67, 0xc5, 0xa1 -.byte 0xbc, 0x5e, 0xab, 0xcd, 0x4a, 0xb8, 0x45, 0xeb, 0xc8, 0x68, 0x1e, 0x0d, 0x0d, 0x14, 0x46, 0x12 -.byte 0xe3, 0xd2, 0x64, 0x62, 0x8a, 0x42, 0x98, 0xbc, 0xb4, 0xc6, 0x08, 0x08, 0xf8, 0xfd, 0xa8, 0x4c -.byte 0x64, 0x9c, 0x76, 0x01, 0xbd, 0x2f, 0xa9, 0x6c, 0x33, 0x0f, 0xd8, 0x3f, 0x28, 0xb8, 0x3c, 0x69 -.byte 0x01, 0x42, 0x86, 0x7e, 0x69, 0xc1, 0xc9, 0x06, 0xca, 0xe5, 0x7a, 0x46, 0x65, 0xe9, 0xc2, 0xd6 -.byte 0x50, 0x41, 0x2e, 0x3f, 0xb7, 0xe4, 0xed, 0x6c, 0xd7, 0xbf, 0x26, 0x01, 0x11, 0xa2, 0x16, 0x29 -.byte 0x4a, 0x6b, 0x34, 0x06, 0x90, 0xec, 0x13, 0xd2, 0xb6, 0xfb, 0x6a, 0x76, 0xd2, 0x3c, 0xed, 0xf0 -.byte 0xd6, 0x2d, 0xdd, 0xe1, 0x15, 0xec, 0xa3, 0x9b, 0x2f, 0x2c, 0xc9, 0x3e, 0x2b, 0xe4, 0x69, 0x3b -.byte 0xff, 0x72, 0x25, 0xb1, 0x36, 0x86, 0x5b, 0xc7, 0x7f, 0x6b, 0x8b, 0x55, 0x1b, 0x4a, 0xc5, 0x20 -.byte 0x61, 0x3d, 0xae, 0xcb, 0x50, 0xe1, 0x08, 0x3a, 0xbe, 0xb0, 0x8f, 0x63, 0x41, 0x53, 0x30, 0x08 -.byte 0x59, 0x3c, 0x98, 0x1d, 0x77, 0xba, 0x63, 0x91, 0x7a, 0xca, 0x10, 0x50, 0x60, 0xbf, 0xf0, 0xd7 -.byte 0xbc, 0x95, 0x87, 0x8f, 0x97, 0xc5, 0xfe, 0x97, 0x6a, 0x01, 0x94, 0xa3, 0x7c, 0x5b, 0x85, 0x1d -.byte 0x2a, 0x39, 0x3a, 0xd0, 0x54, 0xa1, 0xd1, 0x39, 0x71, 0x9d, 0xfd, 0x21, 0xf9, 0xb5, 0x7b, 0xf0 -.byte 0xe2, 0xe0, 0x02, 0x8f, 0x6e, 0x96, 0x24, 0x25, 0x2c, 0xa0, 0x1e, 0x2c, 0xa8, 0xc4, 0x89, 0xa7 -.byte 0xef, 0xed, 0x99, 0x06, 0x2f, 0xb6, 0x0a, 0x4c, 0x4f, 0xdb, 0xa2, 0xcc, 0x37, 0x1a, 0xaf, 0x47 -.byte 0x85, 0x2d, 0x8a, 0x5f, 0xc4, 0x34, 0x34, 0x4c, 0x00, 0xfd, 0x18, 0x93, 0x67, 0x13, 0xd1, 0x37 -.byte 0xe6, 0x48, 0xb4, 0x8b, 0x06, 0xc5, 0x57, 0x7b, 0x19, 0x86, 0x0a, 0x79, 0xcb, 0x00, 0xc9, 0x52 -.byte 0xaf, 0x42, 0xff, 0x37, 0x8f, 0xe1, 0xa3, 0x1e, 0x7a, 0x3d, 0x50, 0xab, 0x63, 0x06, 0xe7, 0x15 -.byte 0xb5, 0x3f, 0xb6, 0x45, 0x37, 0x94, 0x37, 0xb1, 0x7e, 0xf2, 0x48, 0xc3, 0x7f, 0xc5, 0x75, 0xfe -.byte 0x97, 0x8d, 0x45, 0x8f, 0x1a, 0xa7, 0x1a, 0x72, 0x28, 0x1a, 0x40, 0x0f, 0x02, 0x03, 0x01, 0x00 -.byte 0x01, 0x73, 0x00, 0x5b, 0x00, 0x30, 0x71, 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 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 0x04, 0x61, 0x0c, 0x0e, 0x56, 0x41, 0x54, 0x48, 0x55, 0x2d -.byte 0x32, 0x33, 0x35, 0x38, 0x34, 0x34, 0x39, 0x37, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04 -.byte 0x03, 0x0c, 0x15, 0x65, 0x2d, 0x53, 0x7a, 0x69, 0x67, 0x6e, 0x6f, 0x20, 0x52, 0x6f, 0x6f, 0x74 -.byte 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x31, 0x37, 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86 -.byte 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03 -.byte 0x42, 0x00, 0x04, 0x96, 0xdc, 0x3d, 0x8a, 0xd8, 0xb0, 0x7b, 0x6f, 0xc6, 0x27, 0xbe, 0x44, 0x90 -.byte 0xb1, 0xb3, 0x56, 0x15, 0x7b, 0x8e, 0x43, 0x24, 0x7d, 0x1a, 0x84, 0x59, 0xee, 0x63, 0x68, 0xb2 -.byte 0xc6, 0x5e, 0x87, 0xd0, 0x15, 0x48, 0x1e, 0xa8, 0x90, 0xad, 0xbd, 0x53, 0xa2, 0xda, 0xde, 0x3a -.byte 0x90, 0xa6, 0x60, 0x5f, 0x68, 0x32, 0xb5, 0x86, 0x41, 0xdf, 0x87, 0x5b, 0x2c, 0x7b, 0xc5, 0xfe -.byte 0x7c, 0x7a, 0xda, 0x76, 0x00, 0x78, 0x00, 0x30, 0x74, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 -.byte 0x04, 0x06, 0x13, 0x02, 0x50, 0x4c, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 -.byte 0x18, 0x41, 0x73, 0x73, 0x65, 0x63, 0x6f, 0x20, 0x44, 0x61, 0x74, 0x61, 0x20, 0x53, 0x79, 0x73 -.byte 0x74, 0x65, 0x6d, 0x73, 0x20, 0x53, 0x2e, 0x41, 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55 -.byte 0x04, 0x0b, 0x13, 0x1e, 0x43, 0x65, 0x72, 0x74, 0x75, 0x6d, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69 -.byte 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69 -.byte 0x74, 0x79, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x43, 0x65, 0x72 -.byte 0x74, 0x75, 0x6d, 0x20, 0x45, 0x43, 0x2d, 0x33, 0x38, 0x34, 0x20, 0x43, 0x41, 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, 0xc4, 0x28, 0x8e, 0xab, 0x18, 0x5b, 0x6a, 0xbe, 0x6e, 0x64, 0x37 -.byte 0x63, 0xe4, 0xcd, 0xec, 0xab, 0x3a, 0xf7, 0xcc, 0xa1, 0xb8, 0x0e, 0x82, 0x49, 0xd7, 0x86, 0x29 -.byte 0x9f, 0xa1, 0x94, 0xf2, 0xe3, 0x60, 0x78, 0x98, 0x81, 0x78, 0x06, 0x4d, 0xf2, 0xec, 0x9a, 0x0e -.byte 0x57, 0x60, 0x83, 0x9f, 0xb4, 0xe6, 0x17, 0x2f, 0x1a, 0xb3, 0x5d, 0x02, 0x5b, 0x89, 0x23, 0x3c -.byte 0xc2, 0x11, 0x05, 0x2a, 0xa7, 0x88, 0x13, 0x18, 0xf3, 0x50, 0x84, 0xd7, 0xbd, 0x34, 0x2c, 0x27 -.byte 0x89, 0x55, 0xff, 0xce, 0x4c, 0xe7, 0xdf, 0xa6, 0x1f, 0x28, 0xc4, 0xf0, 0x54, 0xc3, 0xb9, 0x7c -.byte 0xb7, 0x53, 0xad, 0xeb, 0xc2, 0x7a, 0x00, 0x78, 0x00, 0x30, 0x78, 0x31, 0x0b, 0x30, 0x09, 0x06 -.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x45, 0x53, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04 -.byte 0x0a, 0x0c, 0x08, 0x46, 0x4e, 0x4d, 0x54, 0x2d, 0x52, 0x43, 0x4d, 0x31, 0x0e, 0x30, 0x0c, 0x06 -.byte 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x05, 0x43, 0x65, 0x72, 0x65, 0x73, 0x31, 0x18, 0x30, 0x16, 0x06 -.byte 0x03, 0x55, 0x04, 0x61, 0x0c, 0x0f, 0x56, 0x41, 0x54, 0x45, 0x53, 0x2d, 0x51, 0x32, 0x38, 0x32 -.byte 0x36, 0x30, 0x30, 0x34, 0x4a, 0x31, 0x2c, 0x30, 0x2a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x23 -.byte 0x41, 0x43, 0x20, 0x52, 0x41, 0x49, 0x5a, 0x20, 0x46, 0x4e, 0x4d, 0x54, 0x2d, 0x52, 0x43, 0x4d -.byte 0x20, 0x53, 0x45, 0x52, 0x56, 0x49, 0x44, 0x4f, 0x52, 0x45, 0x53, 0x20, 0x53, 0x45, 0x47, 0x55 -.byte 0x52, 0x4f, 0x53, 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, 0xf6, 0xba, 0x57, 0x53, 0xc8 -.byte 0xca, 0xab, 0xdf, 0x36, 0x4a, 0x52, 0x21, 0xe4, 0x97, 0xd2, 0x83, 0x67, 0x9e, 0xf0, 0x65, 0x51 -.byte 0xd0, 0x5e, 0x87, 0xc7, 0x47, 0xb1, 0x59, 0xf2, 0x57, 0x47, 0x9b, 0x00, 0x02, 0x93, 0x44, 0x17 -.byte 0x69, 0xdb, 0x42, 0xc7, 0xb1, 0xb2, 0x3a, 0x18, 0x0e, 0xb4, 0x5d, 0x8c, 0xb3, 0x66, 0x5d, 0xa1 -.byte 0x34, 0xf9, 0x36, 0x2c, 0x49, 0xdb, 0xf3, 0x46, 0xfc, 0xb3, 0x44, 0x69, 0x44, 0x13, 0x66, 0xfd -.byte 0xd7, 0xc5, 0xfd, 0xaf, 0x36, 0x4d, 0xce, 0x03, 0x4d, 0x07, 0x71, 0xcf, 0xaf, 0x6a, 0x05, 0xd2 -.byte 0xa2, 0x43, 0x5a, 0x0a, 0x52, 0x6f, 0x01, 0x03, 0x4e, 0x8e, 0x8b, 0x7c, 0x00, 0x26, 0x02, 0x30 -.byte 0x7a, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x50, 0x4c, 0x31, 0x21 -.byte 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x18, 0x41, 0x73, 0x73, 0x65, 0x63, 0x6f, 0x20 -.byte 0x44, 0x61, 0x74, 0x61, 0x20, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x53, 0x2e, 0x41 -.byte 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1e, 0x43, 0x65, 0x72, 0x74 -.byte 0x75, 0x6d, 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, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03 -.byte 0x55, 0x04, 0x03, 0x13, 0x16, 0x43, 0x65, 0x72, 0x74, 0x75, 0x6d, 0x20, 0x54, 0x72, 0x75, 0x73 -.byte 0x74, 0x65, 0x64, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30 -.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 -.byte 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xd1, 0x2d, 0x8e, 0xbb -.byte 0xb7, 0x36, 0xea, 0x6d, 0x37, 0x91, 0x9f, 0x4e, 0x93, 0xa7, 0x05, 0xe4, 0x29, 0x03, 0x25, 0xce -.byte 0x1c, 0x82, 0xf7, 0x7c, 0x99, 0x9f, 0x41, 0x06, 0xcd, 0xed, 0xa3, 0xba, 0xc0, 0xdb, 0x09, 0x2c -.byte 0xc1, 0x7c, 0xdf, 0x29, 0x7e, 0x4b, 0x65, 0x2f, 0x93, 0xa7, 0xd4, 0x01, 0x6b, 0x03, 0x28, 0x18 -.byte 0xa3, 0xd8, 0x9d, 0x05, 0xc1, 0x2a, 0xd8, 0x45, 0xf1, 0x91, 0xde, 0xdf, 0x3b, 0xd0, 0x80, 0x02 -.byte 0x8c, 0xcf, 0x38, 0x0f, 0xea, 0xa7, 0x5c, 0x78, 0x11, 0xa4, 0xc1, 0xc8, 0x85, 0x5c, 0x25, 0xd3 -.byte 0xd3, 0xb2, 0xe7, 0x25, 0xcf, 0x11, 0x54, 0x97, 0xab, 0x35, 0xc0, 0x1e, 0x76, 0x1c, 0xef, 0x00 -.byte 0x53, 0x9f, 0x39, 0xdc, 0x14, 0xa5, 0x2c, 0x22, 0x25, 0xb3, 0x72, 0x72, 0xfc, 0x8d, 0xb3, 0xe5 -.byte 0x3e, 0x08, 0x1e, 0x14, 0x2a, 0x37, 0x0b, 0x88, 0x3c, 0xca, 0xb0, 0xf4, 0xc8, 0xc2, 0xa1, 0xae -.byte 0xbc, 0xc1, 0xbe, 0x29, 0x67, 0x55, 0xe2, 0xfc, 0xad, 0x59, 0x5c, 0xfe, 0xbd, 0x57, 0x2c, 0xb0 -.byte 0x90, 0x8d, 0xc2, 0xed, 0x37, 0xb6, 0x7c, 0x99, 0x88, 0xb5, 0xd5, 0x03, 0x9a, 0x3d, 0x15, 0x0d -.byte 0x3d, 0x3a, 0xa8, 0xa8, 0x45, 0xf0, 0x95, 0x4e, 0x25, 0x59, 0x1d, 0xcd, 0x98, 0x69, 0xbb, 0xd3 -.byte 0xcc, 0x32, 0xc9, 0x8d, 0xef, 0x81, 0xfe, 0xad, 0x7d, 0x89, 0xbb, 0xba, 0x60, 0x13, 0xca, 0x65 -.byte 0x95, 0x67, 0xa0, 0xf3, 0x19, 0xf6, 0x03, 0x56, 0xd4, 0x6a, 0xd3, 0x27, 0xe2, 0xa1, 0xad, 0x83 -.byte 0xf0, 0x4a, 0x12, 0x22, 0x77, 0x1c, 0x05, 0x73, 0xe2, 0x19, 0x71, 0x42, 0xc0, 0xec, 0x75, 0x46 -.byte 0x9a, 0x90, 0x58, 0xe0, 0x6a, 0x8e, 0x2b, 0xa5, 0x46, 0x30, 0x04, 0x8e, 0x19, 0xb2, 0x17, 0xe3 -.byte 0xbe, 0xa9, 0xba, 0x7f, 0x56, 0xf1, 0x24, 0x03, 0xd7, 0xb2, 0x21, 0x28, 0x76, 0x0e, 0x36, 0x30 -.byte 0x4c, 0x79, 0xd5, 0x41, 0x9a, 0x9a, 0xa8, 0xb8, 0x35, 0xba, 0x0c, 0x3a, 0xf2, 0x44, 0x1b, 0x20 -.byte 0x88, 0xf7, 0xc5, 0x25, 0xd7, 0x3d, 0xc6, 0xe3, 0x3e, 0x43, 0xdd, 0x87, 0xfe, 0xc4, 0xea, 0xf5 -.byte 0x53, 0x3e, 0x4c, 0x65, 0xff, 0x3b, 0x4a, 0xcb, 0x78, 0x5a, 0x6b, 0x17, 0x5f, 0x0d, 0xc7, 0xc3 -.byte 0x4f, 0x4e, 0x9a, 0x2a, 0xa2, 0xed, 0x57, 0x4d, 0x22, 0xe2, 0x46, 0x9a, 0x3f, 0x0f, 0x91, 0x34 -.byte 0x24, 0x7d, 0x55, 0xe3, 0x8c, 0x95, 0x37, 0xd3, 0x1a, 0xf0, 0x09, 0x2b, 0x2c, 0xd2, 0xc9, 0x8d -.byte 0xb4, 0x0d, 0x00, 0xab, 0x67, 0x29, 0x28, 0xd8, 0x01, 0xf5, 0x19, 0x04, 0xb6, 0x1d, 0xbe, 0x76 -.byte 0xfe, 0x72, 0x5c, 0xc4, 0x85, 0xca, 0xd2, 0x80, 0x41, 0xdf, 0x05, 0xa8, 0xa3, 0xd5, 0x84, 0x90 -.byte 0x4f, 0x0b, 0xf3, 0xe0, 0x3f, 0x9b, 0x19, 0xd2, 0x37, 0x89, 0x3f, 0xf2, 0x7b, 0x52, 0x1c, 0x8c -.byte 0xf6, 0xe1, 0xf7, 0x3c, 0x07, 0x97, 0x8c, 0x0e, 0xa2, 0x59, 0x81, 0x0c, 0xb2, 0x90, 0x3d, 0xd3 -.byte 0xe3, 0x59, 0x46, 0xed, 0x0f, 0xa9, 0xa7, 0xde, 0x80, 0x6b, 0x5a, 0xaa, 0x07, 0xb6, 0x19, 0xcb -.byte 0xbc, 0x57, 0xf3, 0x97, 0x21, 0x7a, 0x0c, 0xb1, 0x2b, 0x74, 0x3e, 0xeb, 0xda, 0xa7, 0x67, 0x2d -.byte 0x4c, 0xc4, 0x98, 0x9e, 0x36, 0x09, 0x76, 0x66, 0x66, 0xfc, 0x1a, 0x3f, 0xea, 0x48, 0x54, 0x1c -.byte 0xbe, 0x30, 0xbd, 0x80, 0x50, 0xbf, 0x7c, 0xb5, 0xce, 0x00, 0xf6, 0x0c, 0x61, 0xd9, 0xe7, 0x24 -.byte 0x03, 0xe0, 0xe3, 0x01, 0x81, 0x0e, 0xbd, 0xd8, 0x85, 0x34, 0x88, 0xbd, 0xb2, 0x36, 0xa8, 0x7b -.byte 0x5c, 0x08, 0xe5, 0x44, 0x80, 0x8c, 0x6f, 0xf8, 0x2f, 0xd5, 0x21, 0xca, 0x1d, 0x1c, 0xd0, 0xfb -.byte 0xc4, 0xb5, 0x87, 0xd1, 0x3a, 0x4e, 0xc7, 0x76, 0xb5, 0x35, 0x48, 0xb5, 0x02, 0x03, 0x01, 0x00 -.byte 0x01, 0x7d, 0x00, 0x26, 0x01, 0x30, 0x7b, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 -.byte 0x13, 0x02, 0x47, 0x42, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x08, 0x0c, 0x12, 0x47 -.byte 0x72, 0x65, 0x61, 0x74, 0x65, 0x72, 0x20, 0x4d, 0x61, 0x6e, 0x63, 0x68, 0x65, 0x73, 0x74, 0x65 -.byte 0x72, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x07, 0x53, 0x61, 0x6c, 0x66 -.byte 0x6f, 0x72, 0x64, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x11, 0x43, 0x6f -.byte 0x6d, 0x6f, 0x64, 0x6f, 0x20, 0x43, 0x41, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31 -.byte 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x18, 0x41, 0x41, 0x41, 0x20, 0x43, 0x65 -.byte 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63 -.byte 0x65, 0x73, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d -.byte 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82 -.byte 0x01, 0x01, 0x00, 0xbe, 0x40, 0x9d, 0xf4, 0x6e, 0xe1, 0xea, 0x76, 0x87, 0x1c, 0x4d, 0x45, 0x44 -.byte 0x8e, 0xbe, 0x46, 0xc8, 0x83, 0x06, 0x9d, 0xc1, 0x2a, 0xfe, 0x18, 0x1f, 0x8e, 0xe4, 0x02, 0xfa -.byte 0xf3, 0xab, 0x5d, 0x50, 0x8a, 0x16, 0x31, 0x0b, 0x9a, 0x06, 0xd0, 0xc5, 0x70, 0x22, 0xcd, 0x49 -.byte 0x2d, 0x54, 0x63, 0xcc, 0xb6, 0x6e, 0x68, 0x46, 0x0b, 0x53, 0xea, 0xcb, 0x4c, 0x24, 0xc0, 0xbc -.byte 0x72, 0x4e, 0xea, 0xf1, 0x15, 0xae, 0xf4, 0x54, 0x9a, 0x12, 0x0a, 0xc3, 0x7a, 0xb2, 0x33, 0x60 -.byte 0xe2, 0xda, 0x89, 0x55, 0xf3, 0x22, 0x58, 0xf3, 0xde, 0xdc, 0xcf, 0xef, 0x83, 0x86, 0xa2, 0x8c -.byte 0x94, 0x4f, 0x9f, 0x68, 0xf2, 0x98, 0x90, 0x46, 0x84, 0x27, 0xc7, 0x76, 0xbf, 0xe3, 0xcc, 0x35 -.byte 0x2c, 0x8b, 0x5e, 0x07, 0x64, 0x65, 0x82, 0xc0, 0x48, 0xb0, 0xa8, 0x91, 0xf9, 0x61, 0x9f, 0x76 -.byte 0x20, 0x50, 0xa8, 0x91, 0xc7, 0x66, 0xb5, 0xeb, 0x78, 0x62, 0x03, 0x56, 0xf0, 0x8a, 0x1a, 0x13 -.byte 0xea, 0x31, 0xa3, 0x1e, 0xa0, 0x99, 0xfd, 0x38, 0xf6, 0xf6, 0x27, 0x32, 0x58, 0x6f, 0x07, 0xf5 -.byte 0x6b, 0xb8, 0xfb, 0x14, 0x2b, 0xaf, 0xb7, 0xaa, 0xcc, 0xd6, 0x63, 0x5f, 0x73, 0x8c, 0xda, 0x05 -.byte 0x99, 0xa8, 0x38, 0xa8, 0xcb, 0x17, 0x78, 0x36, 0x51, 0xac, 0xe9, 0x9e, 0xf4, 0x78, 0x3a, 0x8d -.byte 0xcf, 0x0f, 0xd9, 0x42, 0xe2, 0x98, 0x0c, 0xab, 0x2f, 0x9f, 0x0e, 0x01, 0xde, 0xef, 0x9f, 0x99 -.byte 0x49, 0xf1, 0x2d, 0xdf, 0xac, 0x74, 0x4d, 0x1b, 0x98, 0xb5, 0x47, 0xc5, 0xe5, 0x29, 0xd1, 0xf9 -.byte 0x90, 0x18, 0xc7, 0x62, 0x9c, 0xbe, 0x83, 0xc7, 0x26, 0x7b, 0x3e, 0x8a, 0x25, 0xc7, 0xc0, 0xdd -.byte 0x9d, 0xe6, 0x35, 0x68, 0x10, 0x20, 0x9d, 0x8f, 0xd8, 0xde, 0xd2, 0xc3, 0x84, 0x9c, 0x0d, 0x5e -.byte 0xe8, 0x2f, 0xc9, 0x02, 0x03, 0x01, 0x00, 0x01, 0x7e, 0x00, 0x78, 0x00, 0x30, 0x7c, 0x31, 0x0b -.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0e, 0x30, 0x0c, 0x06 -.byte 0x03, 0x55, 0x04, 0x08, 0x0c, 0x05, 0x54, 0x65, 0x78, 0x61, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06 -.byte 0x03, 0x55, 0x04, 0x07, 0x0c, 0x07, 0x48, 0x6f, 0x75, 0x73, 0x74, 0x6f, 0x6e, 0x31, 0x18, 0x30 -.byte 0x16, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0f, 0x53, 0x53, 0x4c, 0x20, 0x43, 0x6f, 0x72, 0x70 -.byte 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x31, 0x30, 0x2f, 0x06, 0x03, 0x55, 0x04, 0x03 -.byte 0x0c, 0x28, 0x53, 0x53, 0x4c, 0x2e, 0x63, 0x6f, 0x6d, 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, 0x45, 0x43, 0x43, 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, 0x45, 0x6e, 0xa9, 0x50, 0xc4, 0xa6, 0x23, 0x36, 0x9e, 0x5f, 0x28, 0x8d, 0x17, 0xcb -.byte 0x96, 0x22, 0x64, 0x3f, 0xdc, 0x7a, 0x8e, 0x1d, 0xcc, 0x08, 0xb3, 0xa2, 0x71, 0x24, 0xba, 0x8e -.byte 0x49, 0xb9, 0x04, 0x1b, 0x47, 0x96, 0x58, 0xab, 0x2d, 0x95, 0xc8, 0xed, 0x9e, 0x08, 0x35, 0xc8 -.byte 0x27, 0xeb, 0x89, 0x8c, 0x53, 0x58, 0xeb, 0x62, 0x8a, 0xfe, 0xf0, 0x5b, 0x0f, 0x6b, 0x31, 0x52 -.byte 0x63, 0x41, 0x3b, 0x89, 0xcd, 0xec, 0xec, 0xb6, 0x8d, 0x19, 0xd3, 0x34, 0x07, 0xdc, 0xbb, 0xc6 -.byte 0x06, 0x7f, 0xc2, 0x45, 0x95, 0xec, 0xcb, 0x7f, 0xa8, 0x23, 0xe0, 0x09, 0xe9, 0x81, 0xfa, 0xf3 -.byte 0x47, 0xd3, 0x7e, 0x00, 0x26, 0x02, 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, 0x52, 0x53, 0x41, 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, 0xf9, 0x0f, 0xdd, 0xa3, 0x2b, 0x7d, 0xcb, 0xd0, 0x2a, 0xfe, 0xec -.byte 0x67, 0x85, 0xa6, 0xe7, 0x2e, 0x1b, 0xba, 0x77, 0xe1, 0xe3, 0xf5, 0xaf, 0xa4, 0xec, 0xfa, 0x4a -.byte 0x5d, 0x91, 0xc4, 0x57, 0x47, 0x6b, 0x18, 0x77, 0x6b, 0x76, 0xf2, 0xfd, 0x93, 0xe4, 0x3d, 0x0f -.byte 0xc2, 0x16, 0x9e, 0x0b, 0x66, 0xc3, 0x56, 0x94, 0x9e, 0x17, 0x83, 0x85, 0xce, 0x56, 0xef, 0xf2 -.byte 0x16, 0xfd, 0x00, 0x62, 0xf5, 0x22, 0x09, 0x54, 0xe8, 0x65, 0x17, 0x4e, 0x41, 0xb9, 0xe0, 0x4f -.byte 0x46, 0x97, 0xaa, 0x1b, 0xc8, 0xb8, 0x6e, 0x62, 0x5e, 0x69, 0xb1, 0x5f, 0xdb, 0x2a, 0x02, 0x7e -.byte 0xfc, 0x6c, 0xca, 0xf3, 0x41, 0xd8, 0xed, 0xd0, 0xe8, 0xfc, 0x3f, 0x61, 0x48, 0xed, 0xb0, 0x03 -.byte 0x14, 0x1d, 0x10, 0x0e, 0x4b, 0x19, 0xe0, 0xbb, 0x4e, 0xec, 0x86, 0x65, 0xff, 0x36, 0xf3, 0x5e -.byte 0x67, 0x02, 0x0b, 0x9d, 0x86, 0x55, 0x61, 0xfd, 0x7a, 0x38, 0xed, 0xfe, 0xe2, 0x19, 0x00, 0xb7 -.byte 0x6f, 0xa1, 0x50, 0x62, 0x75, 0x74, 0x3c, 0xa0, 0xfa, 0xc8, 0x25, 0x92, 0xb4, 0x6e, 0x7a, 0x22 -.byte 0xc7, 0xf8, 0x1e, 0xa1, 0xe3, 0xb2, 0xdd, 0x91, 0x31, 0xab, 0x2b, 0x1d, 0x04, 0xff, 0xa5, 0x4a -.byte 0x04, 0x37, 0xe9, 0x85, 0xa4, 0x33, 0x2b, 0xfd, 0xe2, 0xd6, 0x55, 0x34, 0x7c, 0x19, 0xa4, 0x4a -.byte 0x68, 0xc7, 0xb2, 0xa8, 0xd3, 0xb7, 0xca, 0xa1, 0x93, 0x88, 0xeb, 0xc1, 0x97, 0xbc, 0x8c, 0xf9 -.byte 0x1d, 0xd9, 0x22, 0x84, 0x24, 0x74, 0xc7, 0x04, 0x3d, 0x6a, 0xa9, 0x29, 0x93, 0xcc, 0xeb, 0xb8 -.byte 0x5b, 0xe1, 0xfe, 0x5f, 0x25, 0xaa, 0x34, 0x58, 0xc8, 0xc1, 0x23, 0x54, 0x9d, 0x1b, 0x98, 0x11 -.byte 0xc3, 0x38, 0x9c, 0x7e, 0x3d, 0x86, 0x6c, 0xa5, 0x0f, 0x40, 0x86, 0x7c, 0x02, 0xf4, 0x5c, 0x02 -.byte 0x4f, 0x28, 0xcb, 0xae, 0x71, 0x9f, 0x0f, 0x3a, 0xc8, 0x33, 0xfe, 0x11, 0x25, 0x35, 0xea, 0xfc -.byte 0xba, 0xc5, 0x60, 0x3d, 0xd9, 0x7c, 0x18, 0xd5, 0xb2, 0xa9, 0xd3, 0x75, 0x78, 0x03, 0x72, 0x22 -.byte 0xca, 0x3a, 0xc3, 0x1f, 0xef, 0x2c, 0xe5, 0x2e, 0xa9, 0xfa, 0x9e, 0x2c, 0xb6, 0x51, 0x46, 0xfd -.byte 0xaf, 0x03, 0xd6, 0xea, 0x60, 0x68, 0xea, 0x85, 0x16, 0x36, 0x6b, 0x85, 0xe9, 0x1e, 0xc0, 0xb3 -.byte 0xdd, 0xc4, 0x24, 0xdc, 0x80, 0x2a, 0x81, 0x41, 0x6d, 0x94, 0x3e, 0xc8, 0xe0, 0xc9, 0x81, 0x41 -.byte 0x00, 0x9e, 0x5e, 0xbf, 0x7f, 0xc5, 0x08, 0x98, 0xa2, 0x18, 0x2c, 0x42, 0x40, 0xb3, 0xf9, 0x6f -.byte 0x38, 0x27, 0x4b, 0x4e, 0x80, 0xf4, 0x3d, 0x81, 0x47, 0xe0, 0x88, 0x7c, 0xea, 0x1c, 0xce, 0xb5 -.byte 0x75, 0x5c, 0x51, 0x2e, 0x1c, 0x2b, 0x7f, 0x1a, 0x72, 0x28, 0xe7, 0x00, 0xb5, 0xd1, 0x74, 0xc6 -.byte 0xd7, 0xe4, 0x9f, 0xad, 0x07, 0x93, 0xb6, 0x53, 0x35, 0x35, 0xfc, 0x37, 0xe4, 0xc3, 0xf6, 0x5d -.byte 0x16, 0xbe, 0x21, 0x73, 0xde, 0x92, 0x0a, 0xf8, 0xa0, 0x63, 0x6a, 0xbc, 0x96, 0x92, 0x6a, 0x3e -.byte 0xf8, 0xbc, 0x65, 0x55, 0x9b, 0xde, 0xf5, 0x0d, 0x89, 0x26, 0x04, 0xfc, 0x25, 0x1a, 0xa6, 0x25 -.byte 0x69, 0xcb, 0xc2, 0x6d, 0xca, 0x7c, 0xe2, 0x59, 0x5f, 0x97, 0xac, 0xeb, 0xef, 0x2e, 0xc8, 0xbc -.byte 0xd7, 0x1b, 0x59, 0x3c, 0x2b, 0xcc, 0xf2, 0x19, 0xc8, 0x93, 0x6b, 0x27, 0x63, 0x19, 0xcf, 0xfc -.byte 0xe9, 0x26, 0xf8, 0xca, 0x71, 0x9b, 0x7f, 0x93, 0xfe, 0x34, 0x67, 0x84, 0x4e, 0x99, 0xeb, 0xfc -.byte 0xb3, 0x78, 0x09, 0x33, 0x70, 0xba, 0x66, 0xa6, 0x76, 0xed, 0x1b, 0x73, 0xeb, 0x1a, 0xa5, 0x0d -.byte 0xc4, 0x22, 0x13, 0x20, 0x94, 0x56, 0x0a, 0x4e, 0x2c, 0x6c, 0x4e, 0xb1, 0xfd, 0xcf, 0x9c, 0x09 -.byte 0xba, 0xa2, 0x33, 0xed, 0x87, 0x02, 0x03, 0x01, 0x00, 0x01, 0x80, 0x00, 0x26, 0x01, 0x30, 0x7e -.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x50, 0x4c, 0x31, 0x22, 0x30 -.byte 0x20, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x19, 0x55, 0x6e, 0x69, 0x7a, 0x65, 0x74, 0x6f, 0x20 -.byte 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x20, 0x53, 0x2e, 0x41 -.byte 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1e, 0x43, 0x65, 0x72, 0x74 -.byte 0x75, 0x6d, 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, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03 -.byte 0x55, 0x04, 0x03, 0x13, 0x19, 0x43, 0x65, 0x72, 0x74, 0x75, 0x6d, 0x20, 0x54, 0x72, 0x75, 0x73 -.byte 0x74, 0x65, 0x64, 0x20, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x20, 0x43, 0x41, 0x30, 0x82 -.byte 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 -.byte 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xe3 -.byte 0xfb, 0x7d, 0xa3, 0x72, 0xba, 0xc2, 0xf0, 0xc9, 0x14, 0x87, 0xf5, 0x6b, 0x01, 0x4e, 0xe1, 0x6e -.byte 0x40, 0x07, 0xba, 0x6d, 0x27, 0x5d, 0x7f, 0xf7, 0x5b, 0x2d, 0xb3, 0x5a, 0xc7, 0x51, 0x5f, 0xab -.byte 0xa4, 0x32, 0xa6, 0x61, 0x87, 0xb6, 0x6e, 0x0f, 0x86, 0xd2, 0x30, 0x02, 0x97, 0xf8, 0xd7, 0x69 -.byte 0x57, 0xa1, 0x18, 0x39, 0x5d, 0x6a, 0x64, 0x79, 0xc6, 0x01, 0x59, 0xac, 0x3c, 0x31, 0x4a, 0x38 -.byte 0x7c, 0xd2, 0x04, 0xd2, 0x4b, 0x28, 0xe8, 0x20, 0x5f, 0x3b, 0x07, 0xa2, 0xcc, 0x4d, 0x73, 0xdb -.byte 0xf3, 0xae, 0x4f, 0xc7, 0x56, 0xd5, 0x5a, 0xa7, 0x96, 0x89, 0xfa, 0xf3, 0xab, 0x68, 0xd4, 0x23 -.byte 0x86, 0x59, 0x27, 0xcf, 0x09, 0x27, 0xbc, 0xac, 0x6e, 0x72, 0x83, 0x1c, 0x30, 0x72, 0xdf, 0xe0 -.byte 0xa2, 0xe9, 0xd2, 0xe1, 0x74, 0x75, 0x19, 0xbd, 0x2a, 0x9e, 0x7b, 0x15, 0x54, 0x04, 0x1b, 0xd7 -.byte 0x43, 0x39, 0xad, 0x55, 0x28, 0xc5, 0xe2, 0x1a, 0xbb, 0xf4, 0xc0, 0xe4, 0xae, 0x38, 0x49, 0x33 -.byte 0xcc, 0x76, 0x85, 0x9f, 0x39, 0x45, 0xd2, 0xa4, 0x9e, 0xf2, 0x12, 0x8c, 0x51, 0xf8, 0x7c, 0xe4 -.byte 0x2d, 0x7f, 0xf5, 0xac, 0x5f, 0xeb, 0x16, 0x9f, 0xb1, 0x2d, 0xd1, 0xba, 0xcc, 0x91, 0x42, 0x77 -.byte 0x4c, 0x25, 0xc9, 0x90, 0x38, 0x6f, 0xdb, 0xf0, 0xcc, 0xfb, 0x8e, 0x1e, 0x97, 0x59, 0x3e, 0xd5 -.byte 0x60, 0x4e, 0xe6, 0x05, 0x28, 0xed, 0x49, 0x79, 0x13, 0x4b, 0xba, 0x48, 0xdb, 0x2f, 0xf9, 0x72 -.byte 0xd3, 0x39, 0xca, 0xfe, 0x1f, 0xd8, 0x34, 0x72, 0xf5, 0xb4, 0x40, 0xcf, 0x31, 0x01, 0xc3, 0xec -.byte 0xde, 0x11, 0x2d, 0x17, 0x5d, 0x1f, 0xb8, 0x50, 0xd1, 0x5e, 0x19, 0xa7, 0x69, 0xde, 0x07, 0x33 -.byte 0x28, 0xca, 0x50, 0x95, 0xf9, 0xa7, 0x54, 0xcb, 0x54, 0x86, 0x50, 0x45, 0xa9, 0xf9, 0x49, 0x02 -.byte 0x03, 0x01, 0x00, 0x01, 0x81, 0x00, 0x78, 0x00, 0x30, 0x7f, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 -.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0e, 0x30, 0x0c, 0x06, 0x03, 0x55, 0x04, 0x08 -.byte 0x0c, 0x05, 0x54, 0x65, 0x78, 0x61, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07 -.byte 0x0c, 0x07, 0x48, 0x6f, 0x75, 0x73, 0x74, 0x6f, 0x6e, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55 -.byte 0x04, 0x0a, 0x0c, 0x0f, 0x53, 0x53, 0x4c, 0x20, 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74 -.byte 0x69, 0x6f, 0x6e, 0x31, 0x34, 0x30, 0x32, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x2b, 0x53, 0x53 -.byte 0x4c, 0x2e, 0x63, 0x6f, 0x6d, 0x20, 0x45, 0x56, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65 -.byte 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68 -.byte 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x45, 0x43, 0x43, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a -.byte 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00 -.byte 0x04, 0xaa, 0x12, 0x47, 0x90, 0x98, 0x1b, 0xfb, 0xef, 0xc3, 0x40, 0x07, 0x83, 0x20, 0x4e, 0xf1 -.byte 0x30, 0x82, 0xa2, 0x06, 0xd1, 0xf2, 0x92, 0x86, 0x61, 0xf2, 0xf6, 0x21, 0x68, 0xca, 0x00, 0xc4 -.byte 0xc7, 0xea, 0x43, 0x00, 0x54, 0x86, 0xdc, 0xfd, 0x1f, 0xdf, 0x00, 0xb8, 0x41, 0x62, 0x5c, 0xdc -.byte 0x70, 0x16, 0x32, 0xde, 0x1f, 0x99, 0xd4, 0xcc, 0xc5, 0x07, 0xc8, 0x08, 0x1f, 0x61, 0x16, 0x07 -.byte 0x51, 0x3d, 0x7d, 0x5c, 0x07, 0x53, 0xe3, 0x35, 0x38, 0x8c, 0xdf, 0xcd, 0x9f, 0xd9, 0x2e, 0x0d -.byte 0x4a, 0xb6, 0x19, 0x2e, 0x5a, 0x70, 0x5a, 0x06, 0xed, 0xbe, 0xf0, 0xa1, 0xb0, 0xca, 0xd0, 0x09 -.byte 0x29, 0x83, 0x00, 0x26, 0x02, 0x30, 0x81, 0x80, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 -.byte 0x06, 0x13, 0x02, 0x50, 0x4c, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x19 -.byte 0x55, 0x6e, 0x69, 0x7a, 0x65, 0x74, 0x6f, 0x20, 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f -.byte 0x67, 0x69, 0x65, 0x73, 0x20, 0x53, 0x2e, 0x41, 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55 -.byte 0x04, 0x0b, 0x13, 0x1e, 0x43, 0x65, 0x72, 0x74, 0x75, 0x6d, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69 -.byte 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69 -.byte 0x74, 0x79, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1b, 0x43, 0x65, 0x72 -.byte 0x74, 0x75, 0x6d, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x65, 0x64, 0x20, 0x4e, 0x65, 0x74, 0x77 -.byte 0x6f, 0x72, 0x6b, 0x20, 0x43, 0x41, 0x20, 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, 0xbd, 0xf9, 0x78, 0xf8, 0xe6, 0xd5, 0x80 -.byte 0x0c, 0x64, 0x9d, 0x86, 0x1b, 0x96, 0x64, 0x67, 0x3f, 0x22, 0x3a, 0x1e, 0x75, 0x01, 0x7d, 0xef -.byte 0xfb, 0x5c, 0x67, 0x8c, 0xc9, 0xcc, 0x5c, 0x6b, 0xa9, 0x91, 0xe6, 0xb9, 0x42, 0xe5, 0x20, 0x4b -.byte 0x9b, 0xda, 0x9b, 0x7b, 0xb9, 0x99, 0x5d, 0xd9, 0x9b, 0x80, 0x4b, 0xd7, 0x84, 0x40, 0x2b, 0x27 -.byte 0xd3, 0xe8, 0xba, 0x30, 0xbb, 0x3e, 0x09, 0x1a, 0xa7, 0x49, 0x95, 0xef, 0x2b, 0x40, 0x24, 0xc2 -.byte 0x97, 0xc7, 0xa7, 0xee, 0x9b, 0x25, 0xef, 0xa8, 0x0a, 0x00, 0x97, 0x85, 0x5a, 0xaa, 0x9d, 0xdc -.byte 0x29, 0xc9, 0xe2, 0x35, 0x07, 0xeb, 0x70, 0x4d, 0x4a, 0xd6, 0xc1, 0xb3, 0x56, 0xb8, 0xa1, 0x41 -.byte 0x38, 0x9b, 0xd1, 0xfb, 0x31, 0x7f, 0x8f, 0xe0, 0x5f, 0xe1, 0xb1, 0x3f, 0x0f, 0x8e, 0x16, 0x49 -.byte 0x60, 0xd7, 0x06, 0x8d, 0x18, 0xf9, 0xaa, 0x26, 0x10, 0xab, 0x2a, 0xd3, 0xd0, 0xd1, 0x67, 0x8d -.byte 0x1b, 0x46, 0xbe, 0x47, 0x30, 0xd5, 0x2e, 0x72, 0xd1, 0xc5, 0x63, 0xda, 0xe7, 0x63, 0x79, 0x44 -.byte 0x7e, 0x4b, 0x63, 0x24, 0x89, 0x86, 0x2e, 0x34, 0x3f, 0x29, 0x4c, 0x52, 0x8b, 0x2a, 0xa7, 0xc0 -.byte 0xe2, 0x91, 0x28, 0x89, 0xb9, 0xc0, 0x5b, 0xf9, 0x1d, 0xd9, 0xe7, 0x27, 0xad, 0xff, 0x9a, 0x02 -.byte 0x97, 0xc1, 0xc6, 0x50, 0x92, 0x9b, 0x02, 0x2c, 0xbd, 0xa9, 0xb9, 0x34, 0x59, 0x0a, 0xbf, 0x84 -.byte 0x4a, 0xff, 0xdf, 0xfe, 0xb3, 0x9f, 0xeb, 0xd9, 0x9e, 0xe0, 0x98, 0x23, 0xec, 0xa6, 0x6b, 0x77 -.byte 0x16, 0x2a, 0xdb, 0xcc, 0xad, 0x3b, 0x1c, 0xa4, 0x87, 0xdc, 0x46, 0x73, 0x5e, 0x19, 0x62, 0x68 -.byte 0x45, 0x57, 0xe4, 0x90, 0x82, 0x42, 0xbb, 0x42, 0xd6, 0xf0, 0x61, 0xe0, 0xc1, 0xa3, 0x3d, 0x66 -.byte 0xa3, 0x5d, 0xf4, 0x18, 0xee, 0x88, 0xc9, 0x8d, 0x17, 0x45, 0x29, 0x99, 0x32, 0x75, 0x02, 0x31 -.byte 0xee, 0x29, 0x26, 0xc8, 0x6b, 0x02, 0xe6, 0xb5, 0x62, 0x45, 0x7f, 0x37, 0x15, 0x5a, 0x23, 0x68 -.byte 0x89, 0xd4, 0x3e, 0xde, 0x4e, 0x27, 0xb0, 0xf0, 0x40, 0x0c, 0xbc, 0x4d, 0x17, 0xcb, 0x4d, 0xa2 -.byte 0xb3, 0x1e, 0xd0, 0x06, 0x5a, 0xdd, 0xf6, 0x93, 0xcf, 0x57, 0x75, 0x99, 0xf5, 0xfa, 0x86, 0x1a -.byte 0x67, 0x78, 0xb3, 0xbf, 0x96, 0xfe, 0x34, 0xdc, 0xbd, 0xe7, 0x52, 0x56, 0xe5, 0xb3, 0xe5, 0x75 -.byte 0x7b, 0xd7, 0x41, 0x91, 0x05, 0xdc, 0x5d, 0x69, 0xe3, 0x95, 0x0d, 0x43, 0xb9, 0xfc, 0x83, 0x96 -.byte 0x39, 0x95, 0x7b, 0x6c, 0x80, 0x5a, 0x4f, 0x13, 0x72, 0xc6, 0xd7, 0x7d, 0x29, 0x7a, 0x44, 0xba -.byte 0x52, 0xa4, 0x2a, 0xd5, 0x41, 0x46, 0x09, 0x20, 0xfe, 0x22, 0xa0, 0xb6, 0x5b, 0x30, 0x8d, 0xbc -.byte 0x89, 0x0c, 0xd5, 0xd7, 0x70, 0xf8, 0x87, 0x52, 0xfd, 0xda, 0xef, 0xac, 0x51, 0x2e, 0x07, 0xb3 -.byte 0x4e, 0xfe, 0xd0, 0x09, 0xda, 0x70, 0xef, 0x98, 0xfa, 0x56, 0xe6, 0x6d, 0xdb, 0xb5, 0x57, 0x4b -.byte 0xdc, 0xe5, 0x2c, 0x25, 0x15, 0xc8, 0x9e, 0x2e, 0x78, 0x4e, 0xf8, 0xda, 0x9c, 0x9e, 0x86, 0x2c -.byte 0xca, 0x57, 0xf3, 0x1a, 0xe5, 0xc8, 0x92, 0x8b, 0x1a, 0x82, 0x96, 0x7a, 0xc3, 0xbc, 0x50, 0x12 -.byte 0x69, 0xd8, 0x0e, 0x5a, 0x46, 0x8b, 0x3a, 0xeb, 0x26, 0xfa, 0x23, 0xc9, 0xb6, 0xb0, 0x81, 0xbe -.byte 0x42, 0x00, 0xa4, 0xf8, 0xd6, 0xfe, 0x30, 0x2e, 0xc7, 0xd2, 0x46, 0xf6, 0xe5, 0x8e, 0x75, 0xfd -.byte 0xf2, 0xcc, 0xb9, 0xd0, 0x87, 0x5b, 0xcc, 0x06, 0x10, 0x60, 0xbb, 0x83, 0x35, 0xb7, 0x5e, 0x67 -.byte 0xde, 0x47, 0xec, 0x99, 0x48, 0xf1, 0xa4, 0xa1, 0x15, 0xfe, 0xad, 0x8c, 0x62, 0x8e, 0x39, 0x55 -.byte 0x4f, 0x39, 0x16, 0xb9, 0xb1, 0x63, 0x9d, 0xff, 0xb7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x84, 0x00 -.byte 0x26, 0x01, 0x30, 0x81, 0x81, 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, 0x27, 0x30 -.byte 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1e, 0x43, 0x4f, 0x4d, 0x4f, 0x44, 0x4f, 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, 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, 0x40, 0x8b, 0x8b, 0x72, 0xe3, 0x91, 0x1b, 0xf7 -.byte 0x51, 0xc1, 0x1b, 0x54, 0x04, 0x98, 0xd3, 0xa9, 0xbf, 0xc1, 0xe6, 0x8a, 0x5d, 0x3b, 0x87, 0xfb -.byte 0xbb, 0x88, 0xce, 0x0d, 0xe3, 0x2f, 0x3f, 0x06, 0x96, 0xf0, 0xa2, 0x29, 0x50, 0x99, 0xae, 0xdb -.byte 0x3b, 0xa1, 0x57, 0xb0, 0x74, 0x51, 0x71, 0xcd, 0xed, 0x42, 0x91, 0x4d, 0x41, 0xfe, 0xa9, 0xc8 -.byte 0xd8, 0x6a, 0x86, 0x77, 0x44, 0xbb, 0x59, 0x66, 0x97, 0x50, 0x5e, 0xb4, 0xd4, 0x2c, 0x70, 0x44 -.byte 0xcf, 0xda, 0x37, 0x95, 0x42, 0x69, 0x3c, 0x30, 0xc4, 0x71, 0xb3, 0x52, 0xf0, 0x21, 0x4d, 0xa1 -.byte 0xd8, 0xba, 0x39, 0x7c, 0x1c, 0x9e, 0xa3, 0x24, 0x9d, 0xf2, 0x83, 0x16, 0x98, 0xaa, 0x16, 0x7c -.byte 0x43, 0x9b, 0x15, 0x5b, 0xb7, 0xae, 0x34, 0x91, 0xfe, 0xd4, 0x62, 0x26, 0x18, 0x46, 0x9a, 0x3f -.byte 0xeb, 0xc1, 0xf9, 0xf1, 0x90, 0x57, 0xeb, 0xac, 0x7a, 0x0d, 0x8b, 0xdb, 0x72, 0x30, 0x6a, 0x66 -.byte 0xd5, 0xe0, 0x46, 0xa3, 0x70, 0xdc, 0x68, 0xd9, 0xff, 0x04, 0x48, 0x89, 0x77, 0xde, 0xb5, 0xe9 -.byte 0xfb, 0x67, 0x6d, 0x41, 0xe9, 0xbc, 0x39, 0xbd, 0x32, 0xd9, 0x62, 0x02, 0xf1, 0xb1, 0xa8, 0x3d -.byte 0x6e, 0x37, 0x9c, 0xe2, 0x2f, 0xe2, 0xd3, 0xa2, 0x26, 0x8b, 0xc6, 0xb8, 0x55, 0x43, 0x88, 0xe1 -.byte 0x23, 0x3e, 0xa5, 0xd2, 0x24, 0x39, 0x6a, 0x47, 0xab, 0x00, 0xd4, 0xa1, 0xb3, 0xa9, 0x25, 0xfe -.byte 0x0d, 0x3f, 0xa7, 0x1d, 0xba, 0xd3, 0x51, 0xc1, 0x0b, 0xa4, 0xda, 0xac, 0x38, 0xef, 0x55, 0x50 -.byte 0x24, 0x05, 0x65, 0x46, 0x93, 0x34, 0x4f, 0x2d, 0x8d, 0xad, 0xc6, 0xd4, 0x21, 0x19, 0xd2, 0x8e -.byte 0xca, 0x05, 0x61, 0x71, 0x07, 0x73, 0x47, 0xe5, 0x8a, 0x19, 0x12, 0xbd, 0x04, 0x4d, 0xce, 0x4e -.byte 0x9c, 0xa5, 0x48, 0xac, 0xbb, 0x26, 0xf7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x85, 0x00, 0x26, 0x01 -.byte 0x30, 0x81, 0x82, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45 -.byte 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x22, 0x54, 0x2d, 0x53, 0x79, 0x73 -.byte 0x74, 0x65, 0x6d, 0x73, 0x20, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x70, 0x72, 0x69, 0x73, 0x65, 0x20 -.byte 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x47, 0x6d, 0x62, 0x48, 0x31, 0x1f, 0x30 -.byte 0x1d, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x16, 0x54, 0x2d, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d -.byte 0x73, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x31, 0x25 -.byte 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1c, 0x54, 0x2d, 0x54, 0x65, 0x6c, 0x65, 0x53 -.byte 0x65, 0x63, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x6c -.byte 0x61, 0x73, 0x73, 0x20, 0x32, 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, 0xaa, 0x5f, 0xda, 0x1b, 0x5f, 0xe8, 0x73, 0x91, 0xe5, 0xda -.byte 0x5c, 0xf4, 0xa2, 0xe6, 0x47, 0xe5, 0xf3, 0x68, 0x55, 0x60, 0x05, 0x1d, 0x02, 0xa4, 0xb3, 0x9b -.byte 0x59, 0xf3, 0x1e, 0x8a, 0xaf, 0x34, 0xad, 0xfc, 0x0d, 0xc2, 0xd9, 0x48, 0x19, 0xee, 0x69, 0x8f -.byte 0xc9, 0x20, 0xfc, 0x21, 0xaa, 0x07, 0x19, 0xed, 0xb0, 0x5c, 0xac, 0x65, 0xc7, 0x5f, 0xed, 0x02 -.byte 0x7c, 0x7b, 0x7c, 0x2d, 0x1b, 0xd6, 0xba, 0xb9, 0x80, 0xc2, 0x18, 0x82, 0x16, 0x84, 0xfa, 0x66 -.byte 0xb0, 0x08, 0xc6, 0x54, 0x23, 0x81, 0xe4, 0xcd, 0xb9, 0x49, 0x3f, 0xf6, 0x4f, 0x6e, 0x37, 0x48 -.byte 0x28, 0x38, 0x0f, 0xc5, 0xbe, 0xe7, 0x68, 0x70, 0xfd, 0x39, 0x97, 0x4d, 0xd2, 0xc7, 0x98, 0x91 -.byte 0x50, 0xaa, 0xc4, 0x44, 0xb3, 0x23, 0x7d, 0x39, 0x47, 0xe9, 0x52, 0x62, 0xd6, 0x12, 0x93, 0x5e -.byte 0xb7, 0x31, 0x96, 0x42, 0x05, 0xfb, 0x76, 0xa7, 0x1e, 0xa3, 0xf5, 0xc2, 0xfc, 0xe9, 0x7a, 0xc5 -.byte 0x6c, 0xa9, 0x71, 0x4f, 0xea, 0xcb, 0x78, 0xbc, 0x60, 0xaf, 0xc7, 0xde, 0xf4, 0xd9, 0xcb, 0xbe -.byte 0x7e, 0x33, 0xa5, 0x6e, 0x94, 0x83, 0xf0, 0x34, 0xfa, 0x21, 0xab, 0xea, 0x8e, 0x72, 0xa0, 0x3f -.byte 0xa4, 0xde, 0x30, 0x5b, 0xef, 0x86, 0x4d, 0x6a, 0x95, 0x5b, 0x43, 0x44, 0xa8, 0x10, 0x15, 0x1c -.byte 0xe5, 0x01, 0x57, 0xc5, 0x98, 0xf1, 0xe6, 0x06, 0x28, 0x91, 0xaa, 0x20, 0xc5, 0xb7, 0x53, 0x26 -.byte 0x51, 0x43, 0xb2, 0x0b, 0x11, 0x95, 0x58, 0xe1, 0xc0, 0x0f, 0x76, 0xd9, 0xc0, 0x8d, 0x7c, 0x81 -.byte 0xf3, 0x72, 0x70, 0x9e, 0x6f, 0xfe, 0x1a, 0x8e, 0xd9, 0x5f, 0x35, 0xc6, 0xb2, 0x6f, 0x34, 0x7c -.byte 0xbe, 0x48, 0x4f, 0xe2, 0x5a, 0x39, 0xd7, 0xd8, 0x9d, 0x78, 0x9e, 0x9f, 0x86, 0x3e, 0x03, 0x5e -.byte 0x19, 0x8b, 0x44, 0xa2, 0xd5, 0xc7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x85, 0x00, 0x26, 0x01, 0x30 -.byte 0x81, 0x82, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45, 0x31 -.byte 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x22, 0x54, 0x2d, 0x53, 0x79, 0x73, 0x74 -.byte 0x65, 0x6d, 0x73, 0x20, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x70, 0x72, 0x69, 0x73, 0x65, 0x20, 0x53 -.byte 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x47, 0x6d, 0x62, 0x48, 0x31, 0x1f, 0x30, 0x1d -.byte 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x16, 0x54, 0x2d, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73 -.byte 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x31, 0x25, 0x30 -.byte 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1c, 0x54, 0x2d, 0x54, 0x65, 0x6c, 0x65, 0x53, 0x65 -.byte 0x63, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x6c, 0x61 -.byte 0x73, 0x73, 0x20, 0x33, 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, 0xbd, 0x75, 0x93, 0xf0, 0x62, 0x22, 0x6f, 0x24, 0xae, 0xe0, 0x7a -.byte 0x76, 0xac, 0x7d, 0xbd, 0xd9, 0x24, 0xd5, 0xb8, 0xb7, 0xfc, 0xcd, 0xf0, 0x42, 0xe0, 0xeb, 0x78 -.byte 0x88, 0x56, 0x5e, 0x9b, 0x9a, 0x54, 0x1d, 0x4d, 0x0c, 0x8a, 0xf6, 0xd3, 0xcf, 0x70, 0xf4, 0x52 -.byte 0xb5, 0xd8, 0x93, 0x04, 0xe3, 0x46, 0x86, 0x71, 0x41, 0x4a, 0x2b, 0xf0, 0x2a, 0x2c, 0x55, 0x03 -.byte 0xd6, 0x48, 0xc3, 0xe0, 0x39, 0x38, 0xed, 0xf2, 0x5c, 0x3c, 0x3f, 0x44, 0xbc, 0x93, 0x3d, 0x61 -.byte 0xab, 0x4e, 0xcd, 0x0d, 0xbe, 0xf0, 0x20, 0x27, 0x58, 0x0e, 0x44, 0x7f, 0x04, 0x1a, 0x87, 0xa5 -.byte 0xd7, 0x96, 0x14, 0x36, 0x90, 0xd0, 0x49, 0x7b, 0xa1, 0x75, 0xfb, 0x1a, 0x6b, 0x73, 0xb1, 0xf8 -.byte 0xce, 0xa9, 0x09, 0x2c, 0xf2, 0x53, 0xd5, 0xc3, 0x14, 0x44, 0xb8, 0x86, 0xa5, 0xf6, 0x8b, 0x2b -.byte 0x39, 0xda, 0xa3, 0x33, 0x54, 0xd9, 0xfa, 0x72, 0x1a, 0xf7, 0x22, 0x15, 0x1c, 0x88, 0x91, 0x6b -.byte 0x7f, 0x66, 0xe5, 0xc3, 0x6a, 0x80, 0xb0, 0x24, 0xf3, 0xdf, 0x86, 0x45, 0x88, 0xfd, 0x19, 0x7f -.byte 0x75, 0x87, 0x1f, 0x1f, 0xb1, 0x1b, 0x0a, 0x73, 0x24, 0x5b, 0xb9, 0x65, 0xe0, 0x2c, 0x54, 0xc8 -.byte 0x60, 0xd3, 0x66, 0x17, 0x3f, 0xe1, 0xcc, 0x54, 0x33, 0x73, 0x91, 0x02, 0x3a, 0xa6, 0x7f, 0x7b -.byte 0x76, 0x39, 0xa2, 0x1f, 0x96, 0xb6, 0x38, 0xae, 0xb5, 0xc8, 0x93, 0x74, 0x1d, 0x9e, 0xb9, 0xb4 -.byte 0xe5, 0x60, 0x9d, 0x2f, 0x56, 0xd1, 0xe0, 0xeb, 0x5e, 0x5b, 0x4c, 0x12, 0x70, 0x0c, 0x6c, 0x44 -.byte 0x20, 0xab, 0x11, 0xd8, 0xf4, 0x19, 0xf6, 0xd2, 0x9c, 0x52, 0x37, 0xe7, 0xfa, 0xb6, 0xc2, 0x31 -.byte 0x3b, 0x4a, 0xd4, 0x14, 0x99, 0xad, 0xc7, 0x1a, 0xf5, 0x5d, 0x5f, 0xfa, 0x07, 0xb8, 0x7c, 0x0d -.byte 0x1f, 0xd6, 0x83, 0x1e, 0xb3, 0x02, 0x03, 0x01, 0x00, 0x01, 0x85, 0x00, 0x26, 0x01, 0x30, 0x81 -.byte 0x82, 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, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55 -.byte 0x04, 0x03, 0x0c, 0x1e, 0x4d, 0x69, 0x63, 0x72, 0x6f, 0x73, 0x65, 0x63, 0x20, 0x65, 0x2d, 0x53 -.byte 0x7a, 0x69, 0x67, 0x6e, 0x6f, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32, 0x30 -.byte 0x30, 0x39, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09 -.byte 0x01, 0x16, 0x10, 0x69, 0x6e, 0x66, 0x6f, 0x40, 0x65, 0x2d, 0x73, 0x7a, 0x69, 0x67, 0x6e, 0x6f -.byte 0x2e, 0x68, 0x75, 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, 0xe9, 0xf8, 0x8f, 0xf3, 0x63, 0xad, 0xda, 0x86, 0xd8, 0xa7, 0xe0, 0x42 -.byte 0xfb, 0xcf, 0x91, 0xde, 0xa6, 0x26, 0xf8, 0x99, 0xa5, 0x63, 0x70, 0xad, 0x9b, 0xae, 0xca, 0x33 -.byte 0x40, 0x7d, 0x6d, 0x96, 0x6e, 0xa1, 0x0e, 0x44, 0xee, 0xe1, 0x13, 0x9d, 0x94, 0x42, 0x52, 0x9a -.byte 0xbd, 0x75, 0x85, 0x74, 0x2c, 0xa8, 0x0e, 0x1d, 0x93, 0xb6, 0x18, 0xb7, 0x8c, 0x2c, 0xa8, 0xcf -.byte 0xfb, 0x5c, 0x71, 0xb9, 0xda, 0xec, 0xfe, 0xe8, 0x7e, 0x8f, 0xe4, 0x2f, 0x1d, 0xb2, 0xa8, 0x75 -.byte 0x87, 0xd8, 0xb7, 0xa1, 0xe5, 0x3b, 0xcf, 0x99, 0x4a, 0x46, 0xd0, 0x83, 0x19, 0x7d, 0xc0, 0xa1 -.byte 0x12, 0x1c, 0x95, 0x6d, 0x4a, 0xf4, 0xd8, 0xc7, 0xa5, 0x4d, 0x33, 0x2e, 0x85, 0x39, 0x40, 0x75 -.byte 0x7e, 0x14, 0x7c, 0x80, 0x12, 0x98, 0x50, 0xc7, 0x41, 0x67, 0xb8, 0xa0, 0x80, 0x61, 0x54, 0xa6 -.byte 0x6c, 0x4e, 0x1f, 0xe0, 0x9d, 0x0e, 0x07, 0xe9, 0xc9, 0xba, 0x33, 0xe7, 0xfe, 0xc0, 0x55, 0x28 -.byte 0x2c, 0x02, 0x80, 0xa7, 0x19, 0xf5, 0x9e, 0xdc, 0x55, 0x53, 0x03, 0x97, 0x7b, 0x07, 0x48, 0xff -.byte 0x99, 0xfb, 0x37, 0x8a, 0x24, 0xc4, 0x59, 0xcc, 0x50, 0x10, 0x63, 0x8e, 0xaa, 0xa9, 0x1a, 0xb0 -.byte 0x84, 0x1a, 0x86, 0xf9, 0x5f, 0xbb, 0xb1, 0x50, 0x6e, 0xa4, 0xd1, 0x0a, 0xcc, 0xd5, 0x71, 0x7e -.byte 0x1f, 0xa7, 0x1b, 0x7c, 0xf5, 0x53, 0x6e, 0x22, 0x5f, 0xcb, 0x2b, 0xe6, 0xd4, 0x7c, 0x5d, 0xae -.byte 0xd6, 0xc2, 0xc6, 0x4c, 0xe5, 0x05, 0x01, 0xd9, 0xed, 0x57, 0xfc, 0xc1, 0x23, 0x79, 0xfc, 0xfa -.byte 0xc8, 0x24, 0x83, 0x95, 0xf3, 0xb5, 0x6a, 0x51, 0x01, 0xd0, 0x77, 0xd6, 0xe9, 0x12, 0xa1, 0xf9 -.byte 0x1a, 0x83, 0xfb, 0x82, 0x1b, 0xb9, 0xb0, 0x97, 0xf4, 0x76, 0x06, 0x33, 0x43, 0x49, 0xa0, 0xff -.byte 0x0b, 0xb5, 0xfa, 0xb5, 0x02, 0x03, 0x01, 0x00, 0x01, 0x85, 0x00, 0x26, 0x02, 0x30, 0x81, 0x82 -.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0e, 0x30 -.byte 0x0c, 0x06, 0x03, 0x55, 0x04, 0x08, 0x0c, 0x05, 0x54, 0x65, 0x78, 0x61, 0x73, 0x31, 0x10, 0x30 -.byte 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x07, 0x48, 0x6f, 0x75, 0x73, 0x74, 0x6f, 0x6e, 0x31 -.byte 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0f, 0x53, 0x53, 0x4c, 0x20, 0x43, 0x6f -.byte 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x37, 0x30, 0x35, 0x06, 0x03, 0x55 -.byte 0x04, 0x03, 0x0c, 0x2e, 0x53, 0x53, 0x4c, 0x2e, 0x63, 0x6f, 0x6d, 0x20, 0x45, 0x56, 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, 0x20, 0x52, 0x53, 0x41, 0x20 -.byte 0x52, 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, 0x8f, 0x36, 0x65, 0x40, 0xe1, 0xd6, 0x4d, 0xc0, 0xd7, 0xb4, 0xe9, 0x46, 0xda -.byte 0x6b, 0xea, 0x33, 0x47, 0xcd, 0x4c, 0xf9, 0x7d, 0x7d, 0xbe, 0xbd, 0x2d, 0x3d, 0xf0, 0xdb, 0x78 -.byte 0xe1, 0x86, 0xa5, 0xd9, 0xba, 0x09, 0x57, 0x68, 0xed, 0x57, 0x3e, 0xa0, 0xd0, 0x08, 0x41, 0x83 -.byte 0xe7, 0x28, 0x41, 0x24, 0x1f, 0xe3, 0x72, 0x15, 0xd0, 0x01, 0x1a, 0xfb, 0x5e, 0x70, 0x23, 0xb2 -.byte 0xcb, 0x9f, 0x39, 0xe3, 0xcf, 0xc5, 0x4e, 0xc6, 0x92, 0x6d, 0x26, 0xc6, 0x7b, 0xbb, 0xb3, 0xda -.byte 0x27, 0x9d, 0x0a, 0x86, 0xe9, 0x81, 0x37, 0x05, 0xfe, 0xf0, 0x71, 0x71, 0xec, 0xc3, 0x1c, 0xe9 -.byte 0x63, 0xa2, 0x17, 0x14, 0x9d, 0xef, 0x1b, 0x67, 0xd3, 0x85, 0x55, 0x02, 0x02, 0xd6, 0x49, 0xc9 -.byte 0xcc, 0x5a, 0xe1, 0xb1, 0xf7, 0x6f, 0x32, 0x9f, 0xc9, 0xd4, 0x3b, 0x88, 0x41, 0xa8, 0x9c, 0xbd -.byte 0xcb, 0xab, 0xdb, 0x6d, 0x7b, 0x09, 0x1f, 0xa2, 0x4c, 0x72, 0x90, 0xda, 0x2b, 0x08, 0xfc, 0xcf -.byte 0x3c, 0x54, 0xce, 0x67, 0x0f, 0xa8, 0xcf, 0x5d, 0x96, 0x19, 0x0b, 0xc4, 0xe3, 0x72, 0xeb, 0xad -.byte 0xd1, 0x7d, 0x1d, 0x27, 0xef, 0x92, 0xeb, 0x10, 0xbf, 0x5b, 0xeb, 0x3b, 0xaf, 0xcf, 0x80, 0xdd -.byte 0xc1, 0xd2, 0x96, 0x04, 0x5b, 0x7a, 0x7e, 0xa4, 0xa9, 0x3c, 0x38, 0x76, 0xa4, 0x62, 0x8e, 0xa0 -.byte 0x39, 0x5e, 0xea, 0x77, 0xcf, 0x5d, 0x00, 0x59, 0x8f, 0x66, 0x2c, 0x3e, 0x07, 0xa2, 0xa3, 0x05 -.byte 0x26, 0x11, 0x69, 0x97, 0xea, 0x85, 0xb7, 0x0f, 0x96, 0x0b, 0x4b, 0xc8, 0x40, 0xe1, 0x50, 0xba -.byte 0x2e, 0x8a, 0xcb, 0xf7, 0x0f, 0x9a, 0x22, 0xe7, 0x7f, 0x9a, 0x37, 0x13, 0xcd, 0xf2, 0x4d, 0x13 -.byte 0x6b, 0x21, 0xd1, 0xc0, 0xcc, 0x22, 0xf2, 0xa1, 0x46, 0xf6, 0x44, 0x69, 0x9c, 0xca, 0x61, 0x35 -.byte 0x07, 0x00, 0x6f, 0xd6, 0x61, 0x08, 0x11, 0xea, 0xba, 0xb8, 0xf6, 0xe9, 0xb3, 0x60, 0xe5, 0x4d -.byte 0xb9, 0xec, 0x9f, 0x14, 0x66, 0xc9, 0x57, 0x58, 0xdb, 0xcd, 0x87, 0x69, 0xf8, 0x8a, 0x86, 0x12 -.byte 0x03, 0x47, 0xbf, 0x66, 0x13, 0x76, 0xac, 0x77, 0x7d, 0x34, 0x24, 0x85, 0x83, 0xcd, 0xd7, 0xaa -.byte 0x9c, 0x90, 0x1a, 0x9f, 0x21, 0x2c, 0x7f, 0x78, 0xb7, 0x64, 0xb8, 0xd8, 0xe8, 0xa6, 0xf4, 0x78 -.byte 0xb3, 0x55, 0xcb, 0x84, 0xd2, 0x32, 0xc4, 0x78, 0xae, 0xa3, 0x8f, 0x61, 0xdd, 0xce, 0x08, 0x53 -.byte 0xad, 0xec, 0x88, 0xfc, 0x15, 0xe4, 0x9a, 0x0d, 0xe6, 0x9f, 0x1a, 0x77, 0xce, 0x4c, 0x8f, 0xb8 -.byte 0x14, 0x15, 0x3d, 0x62, 0x9c, 0x86, 0x38, 0x06, 0x00, 0x66, 0x12, 0xe4, 0x59, 0x76, 0x5a, 0x53 -.byte 0xc0, 0x02, 0x98, 0xa2, 0x10, 0x2b, 0x68, 0x44, 0x7b, 0x8e, 0x79, 0xce, 0x33, 0x4a, 0x76, 0xaa -.byte 0x5b, 0x81, 0x16, 0x1b, 0xb5, 0x8a, 0xd8, 0xd0, 0x00, 0x7b, 0x5e, 0x62, 0xb4, 0x09, 0xd6, 0x86 -.byte 0x63, 0x0e, 0xa6, 0x05, 0x95, 0x49, 0xba, 0x28, 0x8b, 0x88, 0x93, 0xb2, 0x34, 0x1c, 0xd8, 0xa4 -.byte 0x55, 0x6e, 0xb7, 0x1c, 0xd0, 0xde, 0x99, 0x55, 0x3b, 0x23, 0xf4, 0x22, 0xe0, 0xf9, 0x29, 0x66 -.byte 0x26, 0xec, 0x20, 0x50, 0x77, 0xdb, 0x4a, 0x0b, 0x8f, 0xbe, 0xe5, 0x02, 0x60, 0x70, 0x41, 0x5e -.byte 0xd4, 0xae, 0x50, 0x39, 0x22, 0x14, 0x26, 0xcb, 0xb2, 0x3b, 0x73, 0x74, 0x55, 0x47, 0x07, 0x79 -.byte 0x81, 0x39, 0xa8, 0x30, 0x13, 0x44, 0xe5, 0x04, 0x8a, 0xae, 0x96, 0x13, 0x25, 0x42, 0x0f, 0xb9 -.byte 0x53, 0xc4, 0x9b, 0xfc, 0xcd, 0xe4, 0x1c, 0xde, 0x3c, 0xfa, 0xab, 0xd6, 0x06, 0x4a, 0x1f, 0x67 -.byte 0xa6, 0x98, 0x30, 0x1c, 0xdd, 0x2c, 0xdb, 0xdc, 0x18, 0x95, 0x57, 0x66, 0xc6, 0xff, 0x5c, 0x8b -.byte 0x56, 0xf5, 0x77, 0x02, 0x03, 0x01, 0x00, 0x01, 0x85, 0x00, 0x26, 0x01, 0x30, 0x81, 0x82, 0x31 -.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x1e, 0x30, 0x1c -.byte 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x15, 0x77, 0x77, 0x77, 0x2e, 0x78, 0x72, 0x61, 0x6d, 0x70 -.byte 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x31, 0x24, 0x30, 0x22 -.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1b, 0x58, 0x52, 0x61, 0x6d, 0x70, 0x20, 0x53, 0x65, 0x63 -.byte 0x75, 0x72, 0x69, 0x74, 0x79, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x49 -.byte 0x6e, 0x63, 0x31, 0x2d, 0x30, 0x2b, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x24, 0x58, 0x52, 0x61 -.byte 0x6d, 0x70, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 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, 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, 0x98, 0x24, 0x1e, 0xbd, 0x15, 0xb4, 0xba, 0xdf, 0xc7, 0x8c, 0xa5, 0x27, 0xb6, 0x38 -.byte 0x0b, 0x69, 0xf3, 0xb6, 0x4e, 0xa8, 0x2c, 0x2e, 0x21, 0x1d, 0x5c, 0x44, 0xdf, 0x21, 0x5d, 0x7e -.byte 0x23, 0x74, 0xfe, 0x5e, 0x7e, 0xb4, 0x4a, 0xb7, 0xa6, 0xad, 0x1f, 0xae, 0xe0, 0x06, 0x16, 0xe2 -.byte 0x9b, 0x5b, 0xd9, 0x67, 0x74, 0x6b, 0x5d, 0x80, 0x8f, 0x29, 0x9d, 0x86, 0x1b, 0xd9, 0x9c, 0x0d -.byte 0x98, 0x6d, 0x76, 0x10, 0x28, 0x58, 0xe4, 0x65, 0xb0, 0x7f, 0x4a, 0x98, 0x79, 0x9f, 0xe0, 0xc3 -.byte 0x31, 0x7e, 0x80, 0x2b, 0xb5, 0x8c, 0xc0, 0x40, 0x3b, 0x11, 0x86, 0xd0, 0xcb, 0xa2, 0x86, 0x36 -.byte 0x60, 0xa4, 0xd5, 0x30, 0x82, 0x6d, 0xd9, 0x6e, 0xd0, 0x0f, 0x12, 0x04, 0x33, 0x97, 0x5f, 0x4f -.byte 0x61, 0x5a, 0xf0, 0xe4, 0xf9, 0x91, 0xab, 0xe7, 0x1d, 0x3b, 0xbc, 0xe8, 0xcf, 0xf4, 0x6b, 0x2d -.byte 0x34, 0x7c, 0xe2, 0x48, 0x61, 0x1c, 0x8e, 0xf3, 0x61, 0x44, 0xcc, 0x6f, 0xa0, 0x4a, 0xa9, 0x94 -.byte 0xb0, 0x4d, 0xda, 0xe7, 0xa9, 0x34, 0x7a, 0x72, 0x38, 0xa8, 0x41, 0xcc, 0x3c, 0x94, 0x11, 0x7d -.byte 0xeb, 0xc8, 0xa6, 0x8c, 0xb7, 0x86, 0xcb, 0xca, 0x33, 0x3b, 0xd9, 0x3d, 0x37, 0x8b, 0xfb, 0x7a -.byte 0x3e, 0x86, 0x2c, 0xe7, 0x73, 0xd7, 0x0a, 0x57, 0xac, 0x64, 0x9b, 0x19, 0xeb, 0xf4, 0x0f, 0x04 -.byte 0x08, 0x8a, 0xac, 0x03, 0x17, 0x19, 0x64, 0xf4, 0x5a, 0x25, 0x22, 0x8d, 0x34, 0x2c, 0xb2, 0xf6 -.byte 0x68, 0x1d, 0x12, 0x6d, 0xd3, 0x8a, 0x1e, 0x14, 0xda, 0xc4, 0x8f, 0xa6, 0xe2, 0x23, 0x85, 0xd5 -.byte 0x7a, 0x0d, 0xbd, 0x6a, 0xe0, 0xe9, 0xec, 0xec, 0x17, 0xbb, 0x42, 0x1b, 0x67, 0xaa, 0x25, 0xed -.byte 0x45, 0x83, 0x21, 0xfc, 0xc1, 0xc9, 0x7c, 0xd5, 0x62, 0x3e, 0xfa, 0xf2, 0xc5, 0x2d, 0xd3, 0xfd -.byte 0xd4, 0x65, 0x02, 0x03, 0x01, 0x00, 0x01, 0x86, 0x00, 0x26, 0x01, 0x30, 0x81, 0x83, 0x31, 0x0b -.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x10, 0x30, 0x0e, 0x06 -.byte 0x03, 0x55, 0x04, 0x08, 0x13, 0x07, 0x41, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x61, 0x31, 0x13, 0x30 -.byte 0x11, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0a, 0x53, 0x63, 0x6f, 0x74, 0x74, 0x73, 0x64, 0x61 -.byte 0x6c, 0x65, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x11, 0x47, 0x6f, 0x44 -.byte 0x61, 0x64, 0x64, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x31 -.byte 0x30, 0x2f, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x28, 0x47, 0x6f, 0x20, 0x44, 0x61, 0x64, 0x64 -.byte 0x79, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61 -.byte 0x74, 0x65, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x2d, 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, 0xbf, 0x71, 0x62, 0x08, 0xf1, 0xfa, 0x59, 0x34, 0xf7, 0x1b, 0xc9, 0x18, 0xa3, 0xf7 -.byte 0x80, 0x49, 0x58, 0xe9, 0x22, 0x83, 0x13, 0xa6, 0xc5, 0x20, 0x43, 0x01, 0x3b, 0x84, 0xf1, 0xe6 -.byte 0x85, 0x49, 0x9f, 0x27, 0xea, 0xf6, 0x84, 0x1b, 0x4e, 0xa0, 0xb4, 0xdb, 0x70, 0x98, 0xc7, 0x32 -.byte 0x01, 0xb1, 0x05, 0x3e, 0x07, 0x4e, 0xee, 0xf4, 0xfa, 0x4f, 0x2f, 0x59, 0x30, 0x22, 0xe7, 0xab -.byte 0x19, 0x56, 0x6b, 0xe2, 0x80, 0x07, 0xfc, 0xf3, 0x16, 0x75, 0x80, 0x39, 0x51, 0x7b, 0xe5, 0xf9 -.byte 0x35, 0xb6, 0x74, 0x4e, 0xa9, 0x8d, 0x82, 0x13, 0xe4, 0xb6, 0x3f, 0xa9, 0x03, 0x83, 0xfa, 0xa2 -.byte 0xbe, 0x8a, 0x15, 0x6a, 0x7f, 0xde, 0x0b, 0xc3, 0xb6, 0x19, 0x14, 0x05, 0xca, 0xea, 0xc3, 0xa8 -.byte 0x04, 0x94, 0x3b, 0x46, 0x7c, 0x32, 0x0d, 0xf3, 0x00, 0x66, 0x22, 0xc8, 0x8d, 0x69, 0x6d, 0x36 -.byte 0x8c, 0x11, 0x18, 0xb7, 0xd3, 0xb2, 0x1c, 0x60, 0xb4, 0x38, 0xfa, 0x02, 0x8c, 0xce, 0xd3, 0xdd -.byte 0x46, 0x07, 0xde, 0x0a, 0x3e, 0xeb, 0x5d, 0x7c, 0xc8, 0x7c, 0xfb, 0xb0, 0x2b, 0x53, 0xa4, 0x92 -.byte 0x62, 0x69, 0x51, 0x25, 0x05, 0x61, 0x1a, 0x44, 0x81, 0x8c, 0x2c, 0xa9, 0x43, 0x96, 0x23, 0xdf -.byte 0xac, 0x3a, 0x81, 0x9a, 0x0e, 0x29, 0xc5, 0x1c, 0xa9, 0xe9, 0x5d, 0x1e, 0xb6, 0x9e, 0x9e, 0x30 -.byte 0x0a, 0x39, 0xce, 0xf1, 0x88, 0x80, 0xfb, 0x4b, 0x5d, 0xcc, 0x32, 0xec, 0x85, 0x62, 0x43, 0x25 -.byte 0x34, 0x02, 0x56, 0x27, 0x01, 0x91, 0xb4, 0x3b, 0x70, 0x2a, 0x3f, 0x6e, 0xb1, 0xe8, 0x9c, 0x88 -.byte 0x01, 0x7d, 0x9f, 0xd4, 0xf9, 0xdb, 0x53, 0x6d, 0x60, 0x9d, 0xbf, 0x2c, 0xe7, 0x58, 0xab, 0xb8 -.byte 0x5f, 0x46, 0xfc, 0xce, 0xc4, 0x1b, 0x03, 0x3c, 0x09, 0xeb, 0x49, 0x31, 0x5c, 0x69, 0x46, 0xb3 -.byte 0xe0, 0x47, 0x02, 0x03, 0x01, 0x00, 0x01, 0x87, 0x00, 0x26, 0x02, 0x30, 0x81, 0x84, 0x31, 0x12 -.byte 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x05, 0x13, 0x09, 0x47, 0x36, 0x33, 0x32, 0x38, 0x37, 0x35 -.byte 0x31, 0x30, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x45, 0x53, 0x31 -.byte 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1e, 0x41, 0x4e, 0x46, 0x20, 0x41, 0x75 -.byte 0x74, 0x6f, 0x72, 0x69, 0x64, 0x61, 0x64, 0x20, 0x64, 0x65, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69 -.byte 0x66, 0x69, 0x63, 0x61, 0x63, 0x69, 0x6f, 0x6e, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04 -.byte 0x0b, 0x13, 0x0b, 0x41, 0x4e, 0x46, 0x20, 0x43, 0x41, 0x20, 0x52, 0x61, 0x69, 0x7a, 0x31, 0x22 -.byte 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x19, 0x41, 0x4e, 0x46, 0x20, 0x53, 0x65, 0x63 -.byte 0x75, 0x72, 0x65, 0x20, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20 -.byte 0x43, 0x41, 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, 0xdb, 0xeb, 0x6b, 0x2b, 0xe6, 0x64, 0x54, 0x95, 0x82, 0x90, 0xa3, 0x72, 0xa4 -.byte 0x19, 0x01, 0x9d, 0x9c, 0x0b, 0x81, 0x5f, 0x73, 0x49, 0xba, 0xa7, 0xac, 0xf3, 0x04, 0x4e, 0x7b -.byte 0x96, 0x0b, 0xec, 0x11, 0xe0, 0x5b, 0xa6, 0x1c, 0xce, 0x1b, 0xd2, 0x0d, 0x83, 0x1c, 0x2b, 0xb8 -.byte 0x9e, 0x1d, 0x7e, 0x45, 0x32, 0x60, 0x0f, 0x07, 0xe9, 0x77, 0x58, 0x7e, 0x9f, 0x6a, 0xc8, 0x61 -.byte 0x4e, 0xb6, 0x26, 0xc1, 0x4c, 0x8d, 0xff, 0x4c, 0xef, 0x34, 0xb2, 0x1f, 0x65, 0xd8, 0xb9, 0x78 -.byte 0xf5, 0xad, 0xa9, 0x71, 0xb9, 0xef, 0x4f, 0x58, 0x1d, 0xa5, 0xde, 0x74, 0x20, 0x97, 0xa1, 0xed -.byte 0x68, 0x4c, 0xde, 0x92, 0x17, 0x4b, 0xbc, 0xab, 0xff, 0x65, 0x9a, 0x9e, 0xfb, 0x47, 0xd9, 0x57 -.byte 0x72, 0xf3, 0x09, 0xa1, 0xae, 0x76, 0x44, 0x13, 0x6e, 0x9c, 0x2d, 0x44, 0x39, 0xbc, 0xf9, 0xc7 -.byte 0x3b, 0xa4, 0x58, 0x3d, 0x41, 0xbd, 0xb4, 0xc2, 0x49, 0xa3, 0xc8, 0x0d, 0xd2, 0x97, 0x2f, 0x07 -.byte 0x65, 0x52, 0x00, 0xa7, 0x6e, 0xc8, 0xaf, 0x68, 0xec, 0xf4, 0x14, 0x96, 0xb6, 0x57, 0x1f, 0x56 -.byte 0xc3, 0x39, 0x9f, 0x2b, 0x6d, 0xe4, 0xf3, 0x3e, 0xf6, 0x35, 0x64, 0xda, 0x0c, 0x1c, 0xa1, 0x84 -.byte 0x4b, 0x2f, 0x4b, 0x4b, 0xe2, 0x2c, 0x24, 0x9d, 0x6d, 0x93, 0x40, 0xeb, 0xb5, 0x23, 0x8e, 0x32 -.byte 0xca, 0x6f, 0x45, 0xd3, 0xa8, 0x89, 0x7b, 0x1e, 0xcf, 0x1e, 0xfa, 0x5b, 0x43, 0x8b, 0xcd, 0xcd -.byte 0xa8, 0x0f, 0x6a, 0xca, 0x0c, 0x5e, 0xb9, 0x9e, 0x47, 0x8f, 0xf0, 0xd9, 0xb6, 0x0a, 0x0b, 0x58 -.byte 0x65, 0x17, 0x33, 0xb9, 0x23, 0xe4, 0x77, 0x19, 0x7d, 0xcb, 0x4a, 0x2e, 0x92, 0x7b, 0x4f, 0x2f -.byte 0x10, 0x77, 0xb1, 0x8d, 0x2f, 0x68, 0x9c, 0x62, 0xcc, 0xe0, 0x50, 0xf8, 0xec, 0x91, 0xa7, 0x54 -.byte 0x4c, 0x57, 0x09, 0xd5, 0x76, 0x63, 0xc5, 0xe8, 0x65, 0x1e, 0xee, 0x6d, 0x6a, 0xcf, 0x09, 0x9d -.byte 0xfa, 0x7c, 0x4f, 0xad, 0x60, 0x08, 0xfd, 0x56, 0x99, 0x0f, 0x15, 0x2c, 0x7b, 0xa9, 0x80, 0xab -.byte 0x8c, 0x61, 0x8f, 0x4a, 0x07, 0x76, 0x42, 0xde, 0x3d, 0xf4, 0xdd, 0xb2, 0x24, 0x33, 0x5b, 0xb8 -.byte 0xb5, 0xa3, 0x44, 0xc9, 0xac, 0x7f, 0x77, 0x3c, 0x1d, 0x23, 0xec, 0x82, 0xa9, 0xa6, 0xe2, 0xc8 -.byte 0x06, 0x4c, 0x02, 0xfe, 0xac, 0x5c, 0x99, 0x99, 0x0b, 0x2f, 0x10, 0x8a, 0xa6, 0xf4, 0x7f, 0xd5 -.byte 0x87, 0x74, 0x0d, 0x59, 0x49, 0x45, 0xf6, 0xf0, 0x71, 0x5c, 0x39, 0x29, 0xd6, 0xbf, 0x4a, 0x23 -.byte 0x8b, 0xf5, 0x5f, 0x01, 0x63, 0xd2, 0x87, 0x73, 0x28, 0xb5, 0x4b, 0x0a, 0xf5, 0xf8, 0xab, 0x82 -.byte 0x2c, 0x7e, 0x73, 0x25, 0x32, 0x1d, 0x0b, 0x63, 0x0a, 0x17, 0x81, 0x00, 0xff, 0xb6, 0x76, 0x5e -.byte 0xe7, 0xb4, 0xb1, 0x40, 0xca, 0x21, 0xbb, 0xd5, 0x80, 0x51, 0xe5, 0x48, 0x52, 0x67, 0x2c, 0xd2 -.byte 0x61, 0x89, 0x07, 0x0d, 0x0f, 0xce, 0x42, 0x77, 0xc0, 0x44, 0x73, 0x9c, 0x44, 0x50, 0xa0, 0xdb -.byte 0x10, 0x0a, 0x2d, 0x95, 0x1c, 0x81, 0xaf, 0xe4, 0x1c, 0xe5, 0x14, 0x1e, 0xf1, 0x36, 0x41, 0x01 -.byte 0x02, 0x2f, 0x7d, 0x73, 0xa7, 0xde, 0x42, 0xcc, 0x4c, 0xe9, 0x89, 0x0d, 0x56, 0xf7, 0x9f, 0x91 -.byte 0xd4, 0x03, 0xc6, 0x6c, 0xc9, 0x8f, 0xdb, 0xd8, 0x1c, 0xe0, 0x40, 0x98, 0x5d, 0x66, 0x99, 0x98 -.byte 0x80, 0x6e, 0x2d, 0xff, 0x01, 0xc5, 0xce, 0xcb, 0x46, 0x1f, 0xac, 0x02, 0xc6, 0x43, 0xe6, 0xae -.byte 0xa2, 0x84, 0x3c, 0xc5, 0x4e, 0x1e, 0x3d, 0x6d, 0xc9, 0x14, 0x4c, 0xe3, 0x2e, 0x41, 0xbb, 0xca -.byte 0x39, 0xbf, 0x36, 0x3c, 0x2a, 0x19, 0xaa, 0x41, 0x87, 0x4e, 0xa5, 0xce, 0x4b, 0x32, 0x79, 0xdd -.byte 0x90, 0x49, 0x7f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x88, 0x00, 0x78, 0x00, 0x30, 0x81, 0x85, 0x31 -.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x42, 0x31, 0x1b, 0x30, 0x19 -.byte 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x12, 0x47, 0x72, 0x65, 0x61, 0x74, 0x65, 0x72, 0x20, 0x4d -.byte 0x61, 0x6e, 0x63, 0x68, 0x65, 0x73, 0x74, 0x65, 0x72, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55 -.byte 0x04, 0x07, 0x13, 0x07, 0x53, 0x61, 0x6c, 0x66, 0x6f, 0x72, 0x64, 0x31, 0x1a, 0x30, 0x18, 0x06 -.byte 0x03, 0x55, 0x04, 0x0a, 0x13, 0x11, 0x43, 0x4f, 0x4d, 0x4f, 0x44, 0x4f, 0x20, 0x43, 0x41, 0x20 -.byte 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03 -.byte 0x13, 0x22, 0x43, 0x4f, 0x4d, 0x4f, 0x44, 0x4f, 0x20, 0x45, 0x43, 0x43, 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, 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, 0x03, 0x47, 0x7b, 0x2f -.byte 0x75, 0xc9, 0x82, 0x15, 0x85, 0xfb, 0x75, 0xe4, 0x91, 0x16, 0xd4, 0xab, 0x62, 0x99, 0xf5, 0x3e -.byte 0x52, 0x0b, 0x06, 0xce, 0x41, 0x00, 0x7f, 0x97, 0xe1, 0x0a, 0x24, 0x3c, 0x1d, 0x01, 0x04, 0xee -.byte 0x3d, 0xd2, 0x8d, 0x09, 0x97, 0x0c, 0xe0, 0x75, 0xe4, 0xfa, 0xfb, 0x77, 0x8a, 0x2a, 0xf5, 0x03 -.byte 0x60, 0x4b, 0x36, 0x8b, 0x16, 0x23, 0x16, 0xad, 0x09, 0x71, 0xf4, 0x4a, 0xf4, 0x28, 0x50, 0xb4 -.byte 0xfe, 0x88, 0x1c, 0x6e, 0x3f, 0x6c, 0x2f, 0x2f, 0x09, 0x59, 0x5b, 0xa5, 0x5b, 0x0b, 0x33, 0x99 -.byte 0xe2, 0xc3, 0x3d, 0x89, 0xf9, 0x6a, 0x2c, 0xef, 0xb2, 0xd3, 0x06, 0xe9, 0x88, 0x00, 0x26, 0x02 -.byte 0x30, 0x81, 0x85, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x42 -.byte 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x12, 0x47, 0x72, 0x65, 0x61, 0x74 -.byte 0x65, 0x72, 0x20, 0x4d, 0x61, 0x6e, 0x63, 0x68, 0x65, 0x73, 0x74, 0x65, 0x72, 0x31, 0x10, 0x30 -.byte 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x53, 0x61, 0x6c, 0x66, 0x6f, 0x72, 0x64, 0x31 -.byte 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x11, 0x43, 0x4f, 0x4d, 0x4f, 0x44, 0x4f -.byte 0x20, 0x43, 0x41, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x2b, 0x30, 0x29, 0x06 -.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x22, 0x43, 0x4f, 0x4d, 0x4f, 0x44, 0x4f, 0x20, 0x52, 0x53, 0x41 -.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, 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, 0x91, 0xe8, 0x54, 0x92, 0xd2, 0x0a, 0x56 -.byte 0xb1, 0xac, 0x0d, 0x24, 0xdd, 0xc5, 0xcf, 0x44, 0x67, 0x74, 0x99, 0x2b, 0x37, 0xa3, 0x7d, 0x23 -.byte 0x70, 0x00, 0x71, 0xbc, 0x53, 0xdf, 0xc4, 0xfa, 0x2a, 0x12, 0x8f, 0x4b, 0x7f, 0x10, 0x56, 0xbd -.byte 0x9f, 0x70, 0x72, 0xb7, 0x61, 0x7f, 0xc9, 0x4b, 0x0f, 0x17, 0xa7, 0x3d, 0xe3, 0xb0, 0x04, 0x61 -.byte 0xee, 0xff, 0x11, 0x97, 0xc7, 0xf4, 0x86, 0x3e, 0x0a, 0xfa, 0x3e, 0x5c, 0xf9, 0x93, 0xe6, 0x34 -.byte 0x7a, 0xd9, 0x14, 0x6b, 0xe7, 0x9c, 0xb3, 0x85, 0xa0, 0x82, 0x7a, 0x76, 0xaf, 0x71, 0x90, 0xd7 -.byte 0xec, 0xfd, 0x0d, 0xfa, 0x9c, 0x6c, 0xfa, 0xdf, 0xb0, 0x82, 0xf4, 0x14, 0x7e, 0xf9, 0xbe, 0xc4 -.byte 0xa6, 0x2f, 0x4f, 0x7f, 0x99, 0x7f, 0xb5, 0xfc, 0x67, 0x43, 0x72, 0xbd, 0x0c, 0x00, 0xd6, 0x89 -.byte 0xeb, 0x6b, 0x2c, 0xd3, 0xed, 0x8f, 0x98, 0x1c, 0x14, 0xab, 0x7e, 0xe5, 0xe3, 0x6e, 0xfc, 0xd8 -.byte 0xa8, 0xe4, 0x92, 0x24, 0xda, 0x43, 0x6b, 0x62, 0xb8, 0x55, 0xfd, 0xea, 0xc1, 0xbc, 0x6c, 0xb6 -.byte 0x8b, 0xf3, 0x0e, 0x8d, 0x9a, 0xe4, 0x9b, 0x6c, 0x69, 0x99, 0xf8, 0x78, 0x48, 0x30, 0x45, 0xd5 -.byte 0xad, 0xe1, 0x0d, 0x3c, 0x45, 0x60, 0xfc, 0x32, 0x96, 0x51, 0x27, 0xbc, 0x67, 0xc3, 0xca, 0x2e -.byte 0xb6, 0x6b, 0xea, 0x46, 0xc7, 0xc7, 0x20, 0xa0, 0xb1, 0x1f, 0x65, 0xde, 0x48, 0x08, 0xba, 0xa4 -.byte 0x4e, 0xa9, 0xf2, 0x83, 0x46, 0x37, 0x84, 0xeb, 0xe8, 0xcc, 0x81, 0x48, 0x43, 0x67, 0x4e, 0x72 -.byte 0x2a, 0x9b, 0x5c, 0xbd, 0x4c, 0x1b, 0x28, 0x8a, 0x5c, 0x22, 0x7b, 0xb4, 0xab, 0x98, 0xd9, 0xee -.byte 0xe0, 0x51, 0x83, 0xc3, 0x09, 0x46, 0x4e, 0x6d, 0x3e, 0x99, 0xfa, 0x95, 0x17, 0xda, 0x7c, 0x33 -.byte 0x57, 0x41, 0x3c, 0x8d, 0x51, 0xed, 0x0b, 0xb6, 0x5c, 0xaf, 0x2c, 0x63, 0x1a, 0xdf, 0x57, 0xc8 -.byte 0x3f, 0xbc, 0xe9, 0x5d, 0xc4, 0x9b, 0xaf, 0x45, 0x99, 0xe2, 0xa3, 0x5a, 0x24, 0xb4, 0xba, 0xa9 -.byte 0x56, 0x3d, 0xcf, 0x6f, 0xaa, 0xff, 0x49, 0x58, 0xbe, 0xf0, 0xa8, 0xff, 0xf4, 0xb8, 0xad, 0xe9 -.byte 0x37, 0xfb, 0xba, 0xb8, 0xf4, 0x0b, 0x3a, 0xf9, 0xe8, 0x43, 0x42, 0x1e, 0x89, 0xd8, 0x84, 0xcb -.byte 0x13, 0xf1, 0xd9, 0xbb, 0xe1, 0x89, 0x60, 0xb8, 0x8c, 0x28, 0x56, 0xac, 0x14, 0x1d, 0x9c, 0x0a -.byte 0xe7, 0x71, 0xeb, 0xcf, 0x0e, 0xdd, 0x3d, 0xa9, 0x96, 0xa1, 0x48, 0xbd, 0x3c, 0xf7, 0xaf, 0xb5 -.byte 0x0d, 0x22, 0x4c, 0xc0, 0x11, 0x81, 0xec, 0x56, 0x3b, 0xf6, 0xd3, 0xa2, 0xe2, 0x5b, 0xb7, 0xb2 -.byte 0x04, 0x22, 0x52, 0x95, 0x80, 0x93, 0x69, 0xe8, 0x8e, 0x4c, 0x65, 0xf1, 0x91, 0x03, 0x2d, 0x70 -.byte 0x74, 0x02, 0xea, 0x8b, 0x67, 0x15, 0x29, 0x69, 0x52, 0x02, 0xbb, 0xd7, 0xdf, 0x50, 0x6a, 0x55 -.byte 0x46, 0xbf, 0xa0, 0xa3, 0x28, 0x61, 0x7f, 0x70, 0xd0, 0xc3, 0xa2, 0xaa, 0x2c, 0x21, 0xaa, 0x47 -.byte 0xce, 0x28, 0x9c, 0x06, 0x45, 0x76, 0xbf, 0x82, 0x18, 0x27, 0xb4, 0xd5, 0xae, 0xb4, 0xcb, 0x50 -.byte 0xe6, 0x6b, 0xf4, 0x4c, 0x86, 0x71, 0x30, 0xe9, 0xa6, 0xdf, 0x16, 0x86, 0xe0, 0xd8, 0xff, 0x40 -.byte 0xdd, 0xfb, 0xd0, 0x42, 0x88, 0x7f, 0xa3, 0x33, 0x3a, 0x2e, 0x5c, 0x1e, 0x41, 0x11, 0x81, 0x63 -.byte 0xce, 0x18, 0x71, 0x6b, 0x2b, 0xec, 0xa6, 0x8a, 0xb7, 0x31, 0x5c, 0x3a, 0x6a, 0x47, 0xe0, 0xc3 -.byte 0x79, 0x59, 0xd6, 0x20, 0x1a, 0xaf, 0xf2, 0x6a, 0x98, 0xaa, 0x72, 0xbc, 0x57, 0x4a, 0xd2, 0x4b -.byte 0x9d, 0xbb, 0x10, 0xfc, 0xb0, 0x4c, 0x41, 0xe5, 0xed, 0x1d, 0x3d, 0x5e, 0x28, 0x9d, 0x9c, 0xcc -.byte 0xbf, 0xb3, 0x51, 0xda, 0xa7, 0x47, 0xe5, 0x84, 0x53, 0x02, 0x03, 0x01, 0x00, 0x01, 0x8b, 0x00 -.byte 0x26, 0x02, 0x30, 0x81, 0x88, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 -.byte 0x55, 0x53, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x08, 0x0c, 0x08, 0x49, 0x6c, 0x6c -.byte 0x69, 0x6e, 0x6f, 0x69, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x07 -.byte 0x43, 0x68, 0x69, 0x63, 0x61, 0x67, 0x6f, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a -.byte 0x0c, 0x18, 0x54, 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76, 0x65, 0x20, 0x48, 0x6f, 0x6c, 0x64 -.byte 0x69, 0x6e, 0x67, 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x31, 0x30, 0x2f, 0x06, 0x03 -.byte 0x55, 0x04, 0x03, 0x0c, 0x28, 0x54, 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76, 0x65, 0x20, 0x47 -.byte 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74 -.byte 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 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, 0xb9, 0x5d -.byte 0x51, 0x28, 0x4b, 0x3c, 0x37, 0x92, 0xd1, 0x82, 0xce, 0xbd, 0x1d, 0xbd, 0xcd, 0xdd, 0xb8, 0xab -.byte 0xcf, 0x0a, 0x3e, 0xe1, 0x5d, 0xe5, 0xdc, 0xaa, 0x09, 0xb9, 0x57, 0x02, 0x3e, 0xe6, 0x63, 0x61 -.byte 0xdf, 0xf2, 0x0f, 0x82, 0x63, 0xae, 0xa3, 0xf7, 0xac, 0x73, 0xd1, 0x7c, 0xe7, 0xb3, 0x0b, 0xaf -.byte 0x08, 0x00, 0x09, 0x59, 0x7f, 0xcd, 0x29, 0x2a, 0x88, 0x93, 0x87, 0x17, 0x18, 0x80, 0xed, 0x88 -.byte 0xb2, 0xb4, 0xb6, 0x10, 0x1f, 0x2d, 0xd6, 0x5f, 0x55, 0xa2, 0x13, 0x5d, 0xd1, 0xc6, 0xeb, 0x06 -.byte 0x56, 0x89, 0x88, 0xfe, 0xac, 0x32, 0x9d, 0xfd, 0x5c, 0xc3, 0x05, 0xc7, 0x6e, 0xee, 0x86, 0x89 -.byte 0xba, 0x88, 0x03, 0x9d, 0x72, 0x21, 0x86, 0x90, 0xae, 0x8f, 0x03, 0xa5, 0xdc, 0x9f, 0x88, 0x28 -.byte 0xcb, 0xa3, 0x92, 0x49, 0x0f, 0xec, 0xd0, 0x0f, 0xe2, 0x6d, 0x44, 0x4f, 0x80, 0x6a, 0xb2, 0xd4 -.byte 0xe7, 0xa0, 0x0a, 0x53, 0x01, 0xba, 0x8e, 0x97, 0x91, 0x76, 0x6e, 0xbc, 0xfc, 0xd5, 0x6b, 0x36 -.byte 0xe6, 0x40, 0x88, 0xd6, 0x7b, 0x2f, 0x5f, 0x05, 0xe8, 0x2c, 0x6d, 0x11, 0xf3, 0xe7, 0xb2, 0xbe -.byte 0x92, 0x44, 0x4c, 0xd2, 0x97, 0xa4, 0xfe, 0xd2, 0x72, 0x81, 0x43, 0x07, 0x9c, 0xe9, 0x11, 0x3e -.byte 0xf5, 0x8b, 0x1a, 0x59, 0x7d, 0x1f, 0x68, 0x58, 0xdd, 0x04, 0x00, 0x2c, 0x96, 0xf3, 0x43, 0xb3 -.byte 0x7e, 0x98, 0x19, 0x74, 0xd9, 0x9c, 0x73, 0xd9, 0x18, 0xbe, 0x41, 0xc7, 0x34, 0x79, 0xd9, 0xf4 -.byte 0x62, 0xc2, 0x43, 0xb9, 0xb3, 0x27, 0xb0, 0x22, 0xcb, 0xf9, 0x3d, 0x52, 0xc7, 0x30, 0x47, 0xb3 -.byte 0xc9, 0x3e, 0xb8, 0x6a, 0xe2, 0xe7, 0xe8, 0x81, 0x70, 0x5e, 0x42, 0x8b, 0x4f, 0x26, 0xa5, 0xfe -.byte 0x3a, 0xc2, 0x20, 0x6e, 0xbb, 0xf8, 0x16, 0x8e, 0xcd, 0x0c, 0xa9, 0xb4, 0x1b, 0x6c, 0x76, 0x10 -.byte 0xe1, 0x58, 0x79, 0x46, 0x3e, 0x54, 0xce, 0x80, 0xa8, 0x57, 0x09, 0x37, 0x29, 0x1b, 0x99, 0x13 -.byte 0x8f, 0x0c, 0xc8, 0xd6, 0x2c, 0x1c, 0xfb, 0x05, 0xe8, 0x08, 0x95, 0x3d, 0x65, 0x46, 0xdc, 0xee -.byte 0xcd, 0x69, 0xe2, 0x4d, 0x8f, 0x87, 0x28, 0x4e, 0x34, 0x0b, 0x3e, 0xcf, 0x14, 0xd9, 0xbb, 0xdd -.byte 0xb6, 0x50, 0x9a, 0xad, 0x77, 0xd4, 0x19, 0xd6, 0xda, 0x1a, 0x88, 0xc8, 0x4e, 0x1b, 0x27, 0x75 -.byte 0xd8, 0xb2, 0x08, 0xf1, 0xae, 0x83, 0x30, 0xb9, 0x11, 0x0e, 0xcd, 0x87, 0xf0, 0x84, 0x8d, 0x15 -.byte 0x72, 0x7c, 0xa1, 0xef, 0xcc, 0xf2, 0x88, 0x61, 0xba, 0xf4, 0x69, 0xbb, 0x0c, 0x8c, 0x0b, 0x75 -.byte 0x57, 0x04, 0xb8, 0x4e, 0x2a, 0x14, 0x2e, 0x3d, 0x0f, 0x1c, 0x1e, 0x32, 0xa6, 0x62, 0x36, 0xee -.byte 0x66, 0xe2, 0x22, 0xb8, 0x05, 0x40, 0x63, 0x10, 0x22, 0xf3, 0x33, 0x1d, 0x74, 0x72, 0x8a, 0x2c -.byte 0xf5, 0x39, 0x29, 0xa0, 0xd3, 0xe7, 0x1b, 0x80, 0x84, 0x2d, 0xc5, 0x3d, 0xe3, 0x4d, 0xb1, 0xfd -.byte 0x1a, 0x6f, 0xba, 0x65, 0x07, 0x3b, 0x58, 0xec, 0x42, 0x45, 0x26, 0xfb, 0xd8, 0xda, 0x25, 0x72 -.byte 0xc4, 0xf6, 0x00, 0xb1, 0x22, 0x79, 0xbd, 0xe3, 0x7c, 0x59, 0x62, 0x4a, 0x9c, 0x05, 0x6f, 0x3d -.byte 0xce, 0xe6, 0xd6, 0x47, 0x63, 0x99, 0xc6, 0x24, 0x6f, 0x72, 0x12, 0xc8, 0xac, 0x7f, 0x90, 0xb4 -.byte 0x0b, 0x91, 0x70, 0xe8, 0xb7, 0xe6, 0x16, 0x10, 0x71, 0x17, 0xce, 0xde, 0x06, 0x4f, 0x48, 0x41 -.byte 0x7d, 0x35, 0x4a, 0xa3, 0x89, 0xf2, 0xc9, 0x4b, 0x7b, 0x41, 0x11, 0x6d, 0x67, 0xb7, 0x08, 0x98 -.byte 0x4c, 0xe5, 0x11, 0x19, 0xae, 0x42, 0x80, 0xdc, 0xfb, 0x90, 0x05, 0xd4, 0xf8, 0x50, 0xca, 0xbe -.byte 0xe4, 0xad, 0xc7, 0xc2, 0x94, 0xd7, 0x16, 0x9d, 0xe6, 0x17, 0x8f, 0xaf, 0x36, 0xfb, 0x02, 0x03 -.byte 0x01, 0x00, 0x01, 0x8b, 0x00, 0x78, 0x00, 0x30, 0x81, 0x88, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 -.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08 -.byte 0x13, 0x0a, 0x4e, 0x65, 0x77, 0x20, 0x4a, 0x65, 0x72, 0x73, 0x65, 0x79, 0x31, 0x14, 0x30, 0x12 -.byte 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0b, 0x4a, 0x65, 0x72, 0x73, 0x65, 0x79, 0x20, 0x43, 0x69 -.byte 0x74, 0x79, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x15, 0x54, 0x68, 0x65 -.byte 0x20, 0x55, 0x53, 0x45, 0x52, 0x54, 0x52, 0x55, 0x53, 0x54, 0x20, 0x4e, 0x65, 0x74, 0x77, 0x6f -.byte 0x72, 0x6b, 0x31, 0x2e, 0x30, 0x2c, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x25, 0x55, 0x53, 0x45 -.byte 0x52, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x45, 0x43, 0x43, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69 -.byte 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69 -.byte 0x74, 0x79, 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, 0x1a, 0xac, 0x54, 0x5a, 0xa9, 0xf9 -.byte 0x68, 0x23, 0xe7, 0x7a, 0xd5, 0x24, 0x6f, 0x53, 0xc6, 0x5a, 0xd8, 0x4b, 0xab, 0xc6, 0xd5, 0xb6 -.byte 0xd1, 0xe6, 0x73, 0x71, 0xae, 0xdd, 0x9c, 0xd6, 0x0c, 0x61, 0xfd, 0xdb, 0xa0, 0x89, 0x03, 0xb8 -.byte 0x05, 0x14, 0xec, 0x57, 0xce, 0xee, 0x5d, 0x3f, 0xe2, 0x21, 0xb3, 0xce, 0xf7, 0xd4, 0x8a, 0x79 -.byte 0xe0, 0xa3, 0x83, 0x7e, 0x2d, 0x97, 0xd0, 0x61, 0xc4, 0xf1, 0x99, 0xdc, 0x25, 0x91, 0x63, 0xab -.byte 0x7f, 0x30, 0xa3, 0xb4, 0x70, 0xe2, 0xc7, 0xa1, 0x33, 0x9c, 0xf3, 0xbf, 0x2e, 0x5c, 0x53, 0xb1 -.byte 0x5f, 0xb3, 0x7d, 0x32, 0x7f, 0x8a, 0x34, 0xe3, 0x79, 0x79, 0x8b, 0x00, 0x26, 0x02, 0x30, 0x81 -.byte 0x88, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13 -.byte 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x0a, 0x4e, 0x65, 0x77, 0x20, 0x4a, 0x65, 0x72 -.byte 0x73, 0x65, 0x79, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0b, 0x4a, 0x65 -.byte 0x72, 0x73, 0x65, 0x79, 0x20, 0x43, 0x69, 0x74, 0x79, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55 -.byte 0x04, 0x0a, 0x13, 0x15, 0x54, 0x68, 0x65, 0x20, 0x55, 0x53, 0x45, 0x52, 0x54, 0x52, 0x55, 0x53 -.byte 0x54, 0x20, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x31, 0x2e, 0x30, 0x2c, 0x06, 0x03, 0x55 -.byte 0x04, 0x03, 0x13, 0x25, 0x55, 0x53, 0x45, 0x52, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x52, 0x53 -.byte 0x41, 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, 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, 0x80, 0x12, 0x65, 0x17, 0x36, 0x0e -.byte 0xc3, 0xdb, 0x08, 0xb3, 0xd0, 0xac, 0x57, 0x0d, 0x76, 0xed, 0xcd, 0x27, 0xd3, 0x4c, 0xad, 0x50 -.byte 0x83, 0x61, 0xe2, 0xaa, 0x20, 0x4d, 0x09, 0x2d, 0x64, 0x09, 0xdc, 0xce, 0x89, 0x9f, 0xcc, 0x3d -.byte 0xa9, 0xec, 0xf6, 0xcf, 0xc1, 0xdc, 0xf1, 0xd3, 0xb1, 0xd6, 0x7b, 0x37, 0x28, 0x11, 0x2b, 0x47 -.byte 0xda, 0x39, 0xc6, 0xbc, 0x3a, 0x19, 0xb4, 0x5f, 0xa6, 0xbd, 0x7d, 0x9d, 0xa3, 0x63, 0x42, 0xb6 -.byte 0x76, 0xf2, 0xa9, 0x3b, 0x2b, 0x91, 0xf8, 0xe2, 0x6f, 0xd0, 0xec, 0x16, 0x20, 0x90, 0x09, 0x3e -.byte 0xe2, 0xe8, 0x74, 0xc9, 0x18, 0xb4, 0x91, 0xd4, 0x62, 0x64, 0xdb, 0x7f, 0xa3, 0x06, 0xf1, 0x88 -.byte 0x18, 0x6a, 0x90, 0x22, 0x3c, 0xbc, 0xfe, 0x13, 0xf0, 0x87, 0x14, 0x7b, 0xf6, 0xe4, 0x1f, 0x8e -.byte 0xd4, 0xe4, 0x51, 0xc6, 0x11, 0x67, 0x46, 0x08, 0x51, 0xcb, 0x86, 0x14, 0x54, 0x3f, 0xbc, 0x33 -.byte 0xfe, 0x7e, 0x6c, 0x9c, 0xff, 0x16, 0x9d, 0x18, 0xbd, 0x51, 0x8e, 0x35, 0xa6, 0xa7, 0x66, 0xc8 -.byte 0x72, 0x67, 0xdb, 0x21, 0x66, 0xb1, 0xd4, 0x9b, 0x78, 0x03, 0xc0, 0x50, 0x3a, 0xe8, 0xcc, 0xf0 -.byte 0xdc, 0xbc, 0x9e, 0x4c, 0xfe, 0xaf, 0x05, 0x96, 0x35, 0x1f, 0x57, 0x5a, 0xb7, 0xff, 0xce, 0xf9 -.byte 0x3d, 0xb7, 0x2c, 0xb6, 0xf6, 0x54, 0xdd, 0xc8, 0xe7, 0x12, 0x3a, 0x4d, 0xae, 0x4c, 0x8a, 0xb7 -.byte 0x5c, 0x9a, 0xb4, 0xb7, 0x20, 0x3d, 0xca, 0x7f, 0x22, 0x34, 0xae, 0x7e, 0x3b, 0x68, 0x66, 0x01 -.byte 0x44, 0xe7, 0x01, 0x4e, 0x46, 0x53, 0x9b, 0x33, 0x60, 0xf7, 0x94, 0xbe, 0x53, 0x37, 0x90, 0x73 -.byte 0x43, 0xf3, 0x32, 0xc3, 0x53, 0xef, 0xdb, 0xaa, 0xfe, 0x74, 0x4e, 0x69, 0xc7, 0x6b, 0x8c, 0x60 -.byte 0x93, 0xde, 0xc4, 0xc7, 0x0c, 0xdf, 0xe1, 0x32, 0xae, 0xcc, 0x93, 0x3b, 0x51, 0x78, 0x95, 0x67 -.byte 0x8b, 0xee, 0x3d, 0x56, 0xfe, 0x0c, 0xd0, 0x69, 0x0f, 0x1b, 0x0f, 0xf3, 0x25, 0x26, 0x6b, 0x33 -.byte 0x6d, 0xf7, 0x6e, 0x47, 0xfa, 0x73, 0x43, 0xe5, 0x7e, 0x0e, 0xa5, 0x66, 0xb1, 0x29, 0x7c, 0x32 -.byte 0x84, 0x63, 0x55, 0x89, 0xc4, 0x0d, 0xc1, 0x93, 0x54, 0x30, 0x19, 0x13, 0xac, 0xd3, 0x7d, 0x37 -.byte 0xa7, 0xeb, 0x5d, 0x3a, 0x6c, 0x35, 0x5c, 0xdb, 0x41, 0xd7, 0x12, 0xda, 0xa9, 0x49, 0x0b, 0xdf -.byte 0xd8, 0x80, 0x8a, 0x09, 0x93, 0x62, 0x8e, 0xb5, 0x66, 0xcf, 0x25, 0x88, 0xcd, 0x84, 0xb8, 0xb1 -.byte 0x3f, 0xa4, 0x39, 0x0f, 0xd9, 0x02, 0x9e, 0xeb, 0x12, 0x4c, 0x95, 0x7c, 0xf3, 0x6b, 0x05, 0xa9 -.byte 0x5e, 0x16, 0x83, 0xcc, 0xb8, 0x67, 0xe2, 0xe8, 0x13, 0x9d, 0xcc, 0x5b, 0x82, 0xd3, 0x4c, 0xb3 -.byte 0xed, 0x5b, 0xff, 0xde, 0xe5, 0x73, 0xac, 0x23, 0x3b, 0x2d, 0x00, 0xbf, 0x35, 0x55, 0x74, 0x09 -.byte 0x49, 0xd8, 0x49, 0x58, 0x1a, 0x7f, 0x92, 0x36, 0xe6, 0x51, 0x92, 0x0e, 0xf3, 0x26, 0x7d, 0x1c -.byte 0x4d, 0x17, 0xbc, 0xc9, 0xec, 0x43, 0x26, 0xd0, 0xbf, 0x41, 0x5f, 0x40, 0xa9, 0x44, 0x44, 0xf4 -.byte 0x99, 0xe7, 0x57, 0x87, 0x9e, 0x50, 0x1f, 0x57, 0x54, 0xa8, 0x3e, 0xfd, 0x74, 0x63, 0x2f, 0xb1 -.byte 0x50, 0x65, 0x09, 0xe6, 0x58, 0x42, 0x2e, 0x43, 0x1a, 0x4c, 0xb4, 0xf0, 0x25, 0x47, 0x59, 0xfa -.byte 0x04, 0x1e, 0x93, 0xd4, 0x26, 0x46, 0x4a, 0x50, 0x81, 0xb2, 0xde, 0xbe, 0x78, 0xb7, 0xfc, 0x67 -.byte 0x15, 0xe1, 0xc9, 0x57, 0x84, 0x1e, 0x0f, 0x63, 0xd6, 0xe9, 0x62, 0xba, 0xd6, 0x5f, 0x55, 0x2e -.byte 0xea, 0x5c, 0xc6, 0x28, 0x08, 0x04, 0x25, 0x39, 0xb8, 0x0e, 0x2b, 0xa9, 0xf2, 0x4c, 0x97, 0x1c -.byte 0x07, 0x3f, 0x0d, 0x52, 0xf5, 0xed, 0xef, 0x2f, 0x82, 0x0f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x92 -.byte 0x00, 0x26, 0x01, 0x30, 0x81, 0x8f, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 -.byte 0x02, 0x55, 0x53, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x07, 0x41, 0x72 -.byte 0x69, 0x7a, 0x6f, 0x6e, 0x61, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0a -.byte 0x53, 0x63, 0x6f, 0x74, 0x74, 0x73, 0x64, 0x61, 0x6c, 0x65, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03 -.byte 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x53, 0x74, 0x61, 0x72, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x20, 0x54 -.byte 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63 -.byte 0x2e, 0x31, 0x32, 0x30, 0x30, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x29, 0x53, 0x74, 0x61, 0x72 -.byte 0x66, 0x69, 0x65, 0x6c, 0x64, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69 -.byte 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79 -.byte 0x20, 0x2d, 0x20, 0x47, 0x32, 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, 0xbd, 0xed, 0xc1, 0x03, 0xfc, 0xf6, 0x8f, 0xfc, 0x02, 0xb1 -.byte 0x6f, 0x5b, 0x9f, 0x48, 0xd9, 0x9d, 0x79, 0xe2, 0xa2, 0xb7, 0x03, 0x61, 0x56, 0x18, 0xc3, 0x47 -.byte 0xb6, 0xd7, 0xca, 0x3d, 0x35, 0x2e, 0x89, 0x43, 0xf7, 0xa1, 0x69, 0x9b, 0xde, 0x8a, 0x1a, 0xfd -.byte 0x13, 0x20, 0x9c, 0xb4, 0x49, 0x77, 0x32, 0x29, 0x56, 0xfd, 0xb9, 0xec, 0x8c, 0xdd, 0x22, 0xfa -.byte 0x72, 0xdc, 0x27, 0x61, 0x97, 0xee, 0xf6, 0x5a, 0x84, 0xec, 0x6e, 0x19, 0xb9, 0x89, 0x2c, 0xdc -.byte 0x84, 0x5b, 0xd5, 0x74, 0xfb, 0x6b, 0x5f, 0xc5, 0x89, 0xa5, 0x10, 0x52, 0x89, 0x46, 0x55, 0xf4 -.byte 0xb8, 0x75, 0x1c, 0xe6, 0x7f, 0xe4, 0x54, 0xae, 0x4b, 0xf8, 0x55, 0x72, 0x57, 0x02, 0x19, 0xf8 -.byte 0x17, 0x71, 0x59, 0xeb, 0x1e, 0x28, 0x07, 0x74, 0xc5, 0x9d, 0x48, 0xbe, 0x6c, 0xb4, 0xf4, 0xa4 -.byte 0xb0, 0xf3, 0x64, 0x37, 0x79, 0x92, 0xc0, 0xec, 0x46, 0x5e, 0x7f, 0xe1, 0x6d, 0x53, 0x4c, 0x62 -.byte 0xaf, 0xcd, 0x1f, 0x0b, 0x63, 0xbb, 0x3a, 0x9d, 0xfb, 0xfc, 0x79, 0x00, 0x98, 0x61, 0x74, 0xcf -.byte 0x26, 0x82, 0x40, 0x63, 0xf3, 0xb2, 0x72, 0x6a, 0x19, 0x0d, 0x99, 0xca, 0xd4, 0x0e, 0x75, 0xcc -.byte 0x37, 0xfb, 0x8b, 0x89, 0xc1, 0x59, 0xf1, 0x62, 0x7f, 0x5f, 0xb3, 0x5f, 0x65, 0x30, 0xf8, 0xa7 -.byte 0xb7, 0x4d, 0x76, 0x5a, 0x1e, 0x76, 0x5e, 0x34, 0xc0, 0xe8, 0x96, 0x56, 0x99, 0x8a, 0xb3, 0xf0 -.byte 0x7f, 0xa4, 0xcd, 0xbd, 0xdc, 0x32, 0x31, 0x7c, 0x91, 0xcf, 0xe0, 0x5f, 0x11, 0xf8, 0x6b, 0xaa -.byte 0x49, 0x5c, 0xd1, 0x99, 0x94, 0xd1, 0xa2, 0xe3, 0x63, 0x5b, 0x09, 0x76, 0xb5, 0x56, 0x62, 0xe1 -.byte 0x4b, 0x74, 0x1d, 0x96, 0xd4, 0x26, 0xd4, 0x08, 0x04, 0x59, 0xd0, 0x98, 0x0e, 0x0e, 0xe6, 0xde -.byte 0xfc, 0xc3, 0xec, 0x1f, 0x90, 0xf1, 0x02, 0x03, 0x01, 0x00, 0x01, 0x94, 0x00, 0x5b, 0x00, 0x30 -.byte 0x81, 0x91, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31 -.byte 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x08, 0x49, 0x6c, 0x6c, 0x69, 0x6e, 0x6f -.byte 0x69, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x43, 0x68, 0x69 -.byte 0x63, 0x61, 0x67, 0x6f, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x18, 0x54 -.byte 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76, 0x65, 0x20, 0x48, 0x6f, 0x6c, 0x64, 0x69, 0x6e, 0x67 -.byte 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x3a, 0x30, 0x38, 0x06, 0x03, 0x55, 0x04, 0x03 -.byte 0x13, 0x31, 0x54, 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76, 0x65, 0x20, 0x47, 0x6c, 0x6f, 0x62 -.byte 0x61, 0x6c, 0x20, 0x45, 0x43, 0x43, 0x20, 0x50, 0x32, 0x35, 0x36, 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, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01 -.byte 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0x7e, 0xfb -.byte 0x6c, 0xe6, 0x23, 0xe3, 0x73, 0x32, 0x08, 0xca, 0x60, 0xe6, 0x53, 0x9c, 0xba, 0x74, 0x8d, 0x18 -.byte 0xb0, 0x78, 0x90, 0x52, 0x80, 0xdd, 0x38, 0xc0, 0x4a, 0x1d, 0xd1, 0xa8, 0xcc, 0x93, 0xa4, 0x97 -.byte 0x06, 0x38, 0xca, 0x0d, 0x15, 0x62, 0xc6, 0x8e, 0x01, 0x2a, 0x65, 0x9d, 0xaa, 0xdf, 0x34, 0x91 -.byte 0x2e, 0x81, 0xc1, 0xe4, 0x33, 0x92, 0x31, 0xc4, 0xfd, 0x09, 0x3a, 0xa6, 0x3f, 0xad, 0x94, 0x00 -.byte 0x78, 0x00, 0x30, 0x81, 0x91, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 -.byte 0x55, 0x53, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x08, 0x49, 0x6c, 0x6c -.byte 0x69, 0x6e, 0x6f, 0x69, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07 -.byte 0x43, 0x68, 0x69, 0x63, 0x61, 0x67, 0x6f, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a -.byte 0x13, 0x18, 0x54, 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76, 0x65, 0x20, 0x48, 0x6f, 0x6c, 0x64 -.byte 0x69, 0x6e, 0x67, 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x3a, 0x30, 0x38, 0x06, 0x03 -.byte 0x55, 0x04, 0x03, 0x13, 0x31, 0x54, 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76, 0x65, 0x20, 0x47 -.byte 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x45, 0x43, 0x43, 0x20, 0x50, 0x33, 0x38, 0x34, 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, 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, 0x6b, 0xda -.byte 0x0d, 0x75, 0x35, 0x08, 0x31, 0x47, 0x05, 0xae, 0x45, 0x99, 0x55, 0xf1, 0x11, 0x13, 0x2e, 0x4a -.byte 0xf8, 0x10, 0x31, 0x23, 0xa3, 0x7e, 0x83, 0xd3, 0x7f, 0x28, 0x08, 0x3a, 0x26, 0x1a, 0x3a, 0xcf -.byte 0x97, 0x82, 0x1f, 0x80, 0xb7, 0x27, 0x09, 0x8f, 0xd1, 0x8e, 0x30, 0xc4, 0x0a, 0x9b, 0x0e, 0xac -.byte 0x58, 0x04, 0xab, 0xf7, 0x36, 0x7d, 0x94, 0x23, 0xa4, 0x9b, 0x0a, 0x8a, 0x8b, 0xab, 0xeb, 0xfd -.byte 0x39, 0x25, 0x66, 0xf1, 0x5e, 0xfe, 0x8c, 0xae, 0x8d, 0x41, 0x79, 0x9d, 0x09, 0x60, 0xce, 0x28 -.byte 0xa9, 0xd3, 0x8a, 0x6d, 0xf3, 0xd6, 0x45, 0xd4, 0xf2, 0x98, 0x84, 0x38, 0x65, 0xa0, 0x9b, 0x00 -.byte 0x26, 0x01, 0x30, 0x81, 0x98, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 -.byte 0x55, 0x53, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x07, 0x41, 0x72, 0x69 -.byte 0x7a, 0x6f, 0x6e, 0x61, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0a, 0x53 -.byte 0x63, 0x6f, 0x74, 0x74, 0x73, 0x64, 0x61, 0x6c, 0x65, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55 -.byte 0x04, 0x0a, 0x13, 0x1c, 0x53, 0x74, 0x61, 0x72, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x20, 0x54, 0x65 -.byte 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e -.byte 0x31, 0x3b, 0x30, 0x39, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x32, 0x53, 0x74, 0x61, 0x72, 0x66 -.byte 0x69, 0x65, 0x6c, 0x64, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x52, 0x6f -.byte 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x20, 0x41 -.byte 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x2d, 0x20, 0x47, 0x32, 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, 0xd5, 0x0c -.byte 0x3a, 0xc4, 0x2a, 0xf9, 0x4e, 0xe2, 0xf5, 0xbe, 0x19, 0x97, 0x5f, 0x8e, 0x88, 0x53, 0xb1, 0x1f -.byte 0x3f, 0xcb, 0xcf, 0x9f, 0x20, 0x13, 0x6d, 0x29, 0x3a, 0xc8, 0x0f, 0x7d, 0x3c, 0xf7, 0x6b, 0x76 -.byte 0x38, 0x63, 0xd9, 0x36, 0x60, 0xa8, 0x9b, 0x5e, 0x5c, 0x00, 0x80, 0xb2, 0x2f, 0x59, 0x7f, 0xf6 -.byte 0x87, 0xf9, 0x25, 0x43, 0x86, 0xe7, 0x69, 0x1b, 0x52, 0x9a, 0x90, 0xe1, 0x71, 0xe3, 0xd8, 0x2d -.byte 0x0d, 0x4e, 0x6f, 0xf6, 0xc8, 0x49, 0xd9, 0xb6, 0xf3, 0x1a, 0x56, 0xae, 0x2b, 0xb6, 0x74, 0x14 -.byte 0xeb, 0xcf, 0xfb, 0x26, 0xe3, 0x1a, 0xba, 0x1d, 0x96, 0x2e, 0x6a, 0x3b, 0x58, 0x94, 0x89, 0x47 -.byte 0x56, 0xff, 0x25, 0xa0, 0x93, 0x70, 0x53, 0x83, 0xda, 0x84, 0x74, 0x14, 0xc3, 0x67, 0x9e, 0x04 -.byte 0x68, 0x3a, 0xdf, 0x8e, 0x40, 0x5a, 0x1d, 0x4a, 0x4e, 0xcf, 0x43, 0x91, 0x3b, 0xe7, 0x56, 0xd6 -.byte 0x00, 0x70, 0xcb, 0x52, 0xee, 0x7b, 0x7d, 0xae, 0x3a, 0xe7, 0xbc, 0x31, 0xf9, 0x45, 0xf6, 0xc2 -.byte 0x60, 0xcf, 0x13, 0x59, 0x02, 0x2b, 0x80, 0xcc, 0x34, 0x47, 0xdf, 0xb9, 0xde, 0x90, 0x65, 0x6d -.byte 0x02, 0xcf, 0x2c, 0x91, 0xa6, 0xa6, 0xe7, 0xde, 0x85, 0x18, 0x49, 0x7c, 0x66, 0x4e, 0xa3, 0x3a -.byte 0x6d, 0xa9, 0xb5, 0xee, 0x34, 0x2e, 0xba, 0x0d, 0x03, 0xb8, 0x33, 0xdf, 0x47, 0xeb, 0xb1, 0x6b -.byte 0x8d, 0x25, 0xd9, 0x9b, 0xce, 0x81, 0xd1, 0x45, 0x46, 0x32, 0x96, 0x70, 0x87, 0xde, 0x02, 0x0e -.byte 0x49, 0x43, 0x85, 0xb6, 0x6c, 0x73, 0xbb, 0x64, 0xea, 0x61, 0x41, 0xac, 0xc9, 0xd4, 0x54, 0xdf -.byte 0x87, 0x2f, 0xc7, 0x22, 0xb2, 0x26, 0xcc, 0x9f, 0x59, 0x54, 0x68, 0x9f, 0xfc, 0xbe, 0x2a, 0x2f -.byte 0xc4, 0x55, 0x1c, 0x75, 0x40, 0x60, 0x17, 0x85, 0x02, 0x55, 0x39, 0x8b, 0x7f, 0x05, 0x02, 0x03 -.byte 0x01, 0x00, 0x01, 0xa9, 0x00, 0x26, 0x02, 0x30, 0x81, 0xa6, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 -.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x52, 0x31, 0x0f, 0x30, 0x0d, 0x06, 0x03, 0x55, 0x04, 0x07 -.byte 0x13, 0x06, 0x41, 0x74, 0x68, 0x65, 0x6e, 0x73, 0x31, 0x44, 0x30, 0x42, 0x06, 0x03, 0x55, 0x04 -.byte 0x0a, 0x13, 0x3b, 0x48, 0x65, 0x6c, 0x6c, 0x65, 0x6e, 0x69, 0x63, 0x20, 0x41, 0x63, 0x61, 0x64 -.byte 0x65, 0x6d, 0x69, 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x52, 0x65, 0x73, 0x65, 0x61, 0x72, 0x63 -.byte 0x68, 0x20, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x43 -.byte 0x65, 0x72, 0x74, 0x2e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x31, 0x40 -.byte 0x30, 0x3e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x37, 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, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x20, 0x32, 0x30, 0x31, 0x35 -.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, 0xc2, 0xf8, 0xa9, 0x3f, 0x1b, 0x89, 0xfc, 0x3c, 0x3c, 0x04, 0x5d, 0x3d, 0x90, 0x36, 0xb0 -.byte 0x91, 0x3a, 0x79, 0x3c, 0x66, 0x5a, 0xef, 0x6d, 0x39, 0x01, 0x49, 0x1a, 0xb4, 0xb7, 0xcf, 0x7f -.byte 0x4d, 0x23, 0x53, 0xb7, 0x90, 0x00, 0xe3, 0x13, 0x2a, 0x28, 0xa6, 0x31, 0xf1, 0x91, 0x00, 0xe3 -.byte 0x28, 0xec, 0xae, 0x21, 0x41, 0xce, 0x1f, 0xda, 0xfd, 0x7d, 0x12, 0x5b, 0x01, 0x83, 0x0f, 0xb9 -.byte 0xb0, 0x5f, 0x99, 0xe1, 0xf2, 0x12, 0x83, 0x80, 0x4d, 0x06, 0x3e, 0xdf, 0xac, 0xaf, 0xe7, 0xa1 -.byte 0x88, 0x6b, 0x31, 0xaf, 0xf0, 0x8b, 0xd0, 0x18, 0x33, 0xb8, 0xdb, 0x45, 0x6a, 0x34, 0xf4, 0x02 -.byte 0x80, 0x24, 0x28, 0x0a, 0x02, 0x15, 0x95, 0x5e, 0x76, 0x2a, 0x0d, 0x99, 0x3a, 0x14, 0x5b, 0xf6 -.byte 0xcb, 0xcb, 0x53, 0xbc, 0x13, 0x4d, 0x01, 0x88, 0x37, 0x94, 0x25, 0x1b, 0x42, 0xbc, 0x22, 0xd8 -.byte 0x8e, 0xa3, 0x96, 0x5e, 0x3a, 0xd9, 0x32, 0xdb, 0x3e, 0xe8, 0xf0, 0x10, 0x65, 0xed, 0x74, 0xe1 -.byte 0x2f, 0xa7, 0x7c, 0xaf, 0x27, 0x34, 0xbb, 0x29, 0x7d, 0x9b, 0xb6, 0xcf, 0x09, 0xc8, 0xe5, 0xd3 -.byte 0x0a, 0xfc, 0x88, 0x65, 0x65, 0x74, 0x0a, 0xdc, 0x73, 0x1c, 0x5c, 0xcd, 0x40, 0xb1, 0x1c, 0xd4 -.byte 0xb6, 0x84, 0x8c, 0x4c, 0x50, 0xcf, 0x68, 0x8e, 0xa8, 0x59, 0xae, 0xc2, 0x27, 0x4e, 0x82, 0xa2 -.byte 0x35, 0xdd, 0x14, 0xf4, 0x1f, 0xff, 0xb2, 0x77, 0xd5, 0x87, 0x2f, 0xaa, 0x6e, 0x7d, 0x24, 0x27 -.byte 0xe7, 0xc6, 0xcb, 0x26, 0xe6, 0xe5, 0xfe, 0x67, 0x07, 0x63, 0xd8, 0x45, 0x0d, 0xdd, 0x3a, 0x59 -.byte 0x65, 0x39, 0x58, 0x7a, 0x92, 0x99, 0x72, 0x3d, 0x9c, 0x84, 0x5e, 0x88, 0x21, 0xb8, 0xd5, 0xf4 -.byte 0x2c, 0xfc, 0xd9, 0x70, 0x52, 0x4f, 0x78, 0xb8, 0xbd, 0x3c, 0x2b, 0x8b, 0x95, 0x98, 0xf5, 0xb3 -.byte 0xd1, 0x68, 0xcf, 0x20, 0x14, 0x7e, 0x4c, 0x5c, 0x5f, 0xe7, 0x8b, 0xe5, 0xf5, 0x35, 0x81, 0x19 -.byte 0x37, 0xd7, 0x11, 0x08, 0xb7, 0x66, 0xbe, 0xd3, 0x4a, 0xce, 0x83, 0x57, 0x00, 0x3a, 0xc3, 0x81 -.byte 0xf8, 0x17, 0xcb, 0x92, 0x36, 0x5d, 0xd1, 0xa3, 0xd8, 0x75, 0x1b, 0xe1, 0x8b, 0x27, 0xea, 0x7a -.byte 0x48, 0x41, 0xfd, 0x45, 0x19, 0x06, 0xad, 0x27, 0x99, 0x4e, 0xc1, 0x70, 0x47, 0xdd, 0xb5, 0x9f -.byte 0x81, 0x53, 0x12, 0xe5, 0xb1, 0x8c, 0x48, 0x5d, 0x31, 0x43, 0x17, 0xe3, 0x8c, 0xc6, 0x7a, 0x63 -.byte 0x96, 0x4b, 0x29, 0x30, 0x4e, 0x84, 0x4e, 0x62, 0x19, 0x5e, 0x3c, 0xce, 0x97, 0x90, 0xa5, 0x7f -.byte 0x01, 0xeb, 0x9d, 0xe0, 0xf8, 0x8b, 0x89, 0xdd, 0x25, 0x98, 0x3d, 0x92, 0xb6, 0x7e, 0xef, 0xd9 -.byte 0xf1, 0x51, 0x51, 0x7d, 0x2d, 0x26, 0xc8, 0x69, 0x59, 0x61, 0xe0, 0xac, 0x6a, 0xb8, 0x2a, 0x36 -.byte 0x11, 0x04, 0x7a, 0x50, 0xbd, 0x32, 0x84, 0xbe, 0x2f, 0xdc, 0x72, 0xd5, 0xd7, 0x1d, 0x16, 0x47 -.byte 0xe4, 0x47, 0x66, 0x20, 0x3f, 0xf4, 0x96, 0xc5, 0xaf, 0x8e, 0x01, 0x7a, 0xa5, 0x0f, 0x7a, 0x64 -.byte 0xf5, 0x0d, 0x18, 0x87, 0xd9, 0xae, 0x88, 0xd5, 0xfa, 0x84, 0xc1, 0x3a, 0xc0, 0x69, 0x28, 0x2d -.byte 0xf2, 0x0d, 0x68, 0x51, 0xaa, 0xe3, 0xa5, 0x77, 0xc6, 0xa4, 0x90, 0x0e, 0xa1, 0x37, 0x8b, 0x31 -.byte 0x23, 0x47, 0xc1, 0x09, 0x08, 0xeb, 0x6e, 0xf7, 0x78, 0x9b, 0xd7, 0x82, 0xfc, 0x84, 0x20, 0x99 -.byte 0x49, 0x19, 0xb6, 0x12, 0x46, 0xb1, 0xfb, 0x45, 0x55, 0x16, 0xa9, 0xa3, 0x65, 0xac, 0x9c, 0x07 -.byte 0x0f, 0xea, 0x6b, 0xdc, 0x1f, 0x2e, 0x06, 0x72, 0xec, 0x86, 0x88, 0x12, 0xe4, 0x2d, 0xdb, 0x5f -.byte 0x05, 0x2f, 0xe4, 0xf0, 0x03, 0xd3, 0x26, 0x33, 0xe7, 0x80, 0xc2, 0xcd, 0x42, 0xa1, 0x17, 0x34 -.byte 0x0b, 0x02, 0x03, 0x01, 0x00, 0x01, 0xaa, 0x00, 0x26, 0x01, 0x30, 0x81, 0xa7, 0x31, 0x0b, 0x30 -.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x48, 0x55, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03 -.byte 0x55, 0x04, 0x07, 0x0c, 0x08, 0x42, 0x75, 0x64, 0x61, 0x70, 0x65, 0x73, 0x74, 0x31, 0x15, 0x30 -.byte 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0c, 0x4e, 0x65, 0x74, 0x4c, 0x6f, 0x63, 0x6b, 0x20 -.byte 0x4b, 0x66, 0x74, 0x2e, 0x31, 0x37, 0x30, 0x35, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x2e, 0x54 -.byte 0x61, 0x6e, 0xc3, 0xba, 0x73, 0xc3, 0xad, 0x74, 0x76, 0xc3, 0xa1, 0x6e, 0x79, 0x6b, 0x69, 0x61 -.byte 0x64, 0xc3, 0xb3, 0x6b, 0x20, 0x28, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74 -.byte 0x69, 0x6f, 0x6e, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x29, 0x31, 0x35, 0x30 -.byte 0x33, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x2c, 0x4e, 0x65, 0x74, 0x4c, 0x6f, 0x63, 0x6b, 0x20 -.byte 0x41, 0x72, 0x61, 0x6e, 0x79, 0x20, 0x28, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x47, 0x6f, 0x6c -.byte 0x64, 0x29, 0x20, 0x46, 0xc5, 0x91, 0x74, 0x61, 0x6e, 0xc3, 0xba, 0x73, 0xc3, 0xad, 0x74, 0x76 -.byte 0xc3, 0xa1, 0x6e, 0x79, 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, 0xc4, 0x24, 0x5e, 0x73, 0xbe, 0x4b, 0x6d, 0x14, 0xc3, 0xa1, 0xf4 -.byte 0xe3, 0x97, 0x90, 0x6e, 0xd2, 0x30, 0x45, 0x1e, 0x3c, 0xee, 0x67, 0xd9, 0x64, 0xe0, 0x1a, 0x8a -.byte 0x7f, 0xca, 0x30, 0xca, 0x83, 0xe3, 0x20, 0xc1, 0xe3, 0xf4, 0x3a, 0xd3, 0x94, 0x5f, 0x1a, 0x7c -.byte 0x5b, 0x6d, 0xbf, 0x30, 0x4f, 0x84, 0x27, 0xf6, 0x9f, 0x1f, 0x49, 0xbc, 0xc6, 0x99, 0x0a, 0x90 -.byte 0xf2, 0x0f, 0xf5, 0x7f, 0x43, 0x84, 0x37, 0x63, 0x51, 0x8b, 0x7a, 0xa5, 0x70, 0xfc, 0x7a, 0x58 -.byte 0xcd, 0x8e, 0x9b, 0xed, 0xc3, 0x46, 0x6c, 0x84, 0x70, 0x5d, 0xda, 0xf3, 0x01, 0x90, 0x23, 0xfc -.byte 0x4e, 0x30, 0xa9, 0x7e, 0xe1, 0x27, 0x63, 0xe7, 0xed, 0x64, 0x3c, 0xa0, 0xb8, 0xc9, 0x33, 0x63 -.byte 0xfe, 0x16, 0x90, 0xff, 0xb0, 0xb8, 0xfd, 0xd7, 0xa8, 0xc0, 0xc0, 0x94, 0x43, 0x0b, 0xb6, 0xd5 -.byte 0x59, 0xa6, 0x9e, 0x56, 0xd0, 0x24, 0x1f, 0x70, 0x79, 0xaf, 0xdb, 0x39, 0x54, 0x0d, 0x65, 0x75 -.byte 0xd9, 0x15, 0x41, 0x94, 0x01, 0xaf, 0x5e, 0xec, 0xf6, 0x8d, 0xf1, 0xff, 0xad, 0x64, 0xfe, 0x20 -.byte 0x9a, 0xd7, 0x5c, 0xeb, 0xfe, 0xa6, 0x1f, 0x08, 0x64, 0xa3, 0x8b, 0x76, 0x55, 0xad, 0x1e, 0x3b -.byte 0x28, 0x60, 0x2e, 0x87, 0x25, 0xe8, 0xaa, 0xaf, 0x1f, 0xc6, 0x64, 0x46, 0x20, 0xb7, 0x70, 0x7f -.byte 0x3c, 0xde, 0x48, 0xdb, 0x96, 0x53, 0xb7, 0x39, 0x77, 0xe4, 0x1a, 0xe2, 0xc7, 0x16, 0x84, 0x76 -.byte 0x97, 0x5b, 0x2f, 0xbb, 0x19, 0x15, 0x85, 0xf8, 0x69, 0x85, 0xf5, 0x99, 0xa7, 0xa9, 0xf2, 0x34 -.byte 0xa7, 0xa9, 0xb6, 0xa6, 0x03, 0xfc, 0x6f, 0x86, 0x3d, 0x54, 0x7c, 0x76, 0x04, 0x9b, 0x6b, 0xf9 -.byte 0x40, 0x5d, 0x00, 0x34, 0xc7, 0x2e, 0x99, 0x75, 0x9d, 0xe5, 0x88, 0x03, 0xaa, 0x4d, 0xf8, 0x03 -.byte 0xd2, 0x42, 0x76, 0xc0, 0x1b, 0x02, 0x03, 0x00, 0xa8, 0x8b, 0xad, 0x00, 0x78, 0x00, 0x30, 0x81 -.byte 0xaa, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x52, 0x31, 0x0f -.byte 0x30, 0x0d, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x06, 0x41, 0x74, 0x68, 0x65, 0x6e, 0x73, 0x31 -.byte 0x44, 0x30, 0x42, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x3b, 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, 0x65, 0x72, 0x74, 0x2e, 0x20, 0x41, 0x75, 0x74, 0x68 -.byte 0x6f, 0x72, 0x69, 0x74, 0x79, 0x31, 0x44, 0x30, 0x42, 0x06, 0x03, 0x55, 0x04, 0x03, 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, 0x45, 0x43, 0x43, 0x20 -.byte 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x20, 0x32, 0x30, 0x31, 0x35, 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, 0x92, 0xa0, 0x41, 0xe8, 0x4b, 0x82, 0x84, 0x5c, 0xe2, 0xf8, 0x31, 0x11, 0x99 -.byte 0x86, 0x64, 0x4e, 0x09, 0x25, 0x2f, 0x9d, 0x41, 0x2f, 0x0a, 0xae, 0x35, 0x4f, 0x74, 0x95, 0xb2 -.byte 0x51, 0x64, 0x6b, 0x8d, 0x6b, 0xe6, 0x3f, 0x70, 0x95, 0xf0, 0x05, 0x44, 0x47, 0xa6, 0x72, 0x38 -.byte 0x50, 0x76, 0x95, 0x02, 0x5a, 0x8e, 0xae, 0x28, 0x9e, 0xf9, 0x2d, 0x4e, 0x99, 0xef, 0x2c, 0x48 -.byte 0x6f, 0x4c, 0x25, 0x29, 0xe8, 0xd1, 0x71, 0x5b, 0xdf, 0x1d, 0xc1, 0x75, 0x37, 0xb4, 0xd7, 0xfa -.byte 0x7b, 0x7a, 0x42, 0x9c, 0x6a, 0x0a, 0x56, 0x5a, 0x7c, 0x69, 0x0b, 0xaa, 0x80, 0x09, 0x24, 0x6c -.byte 0x7e, 0xc1, 0x46, 0xb3, 0x00, 0x26, 0x01, 0x30, 0x81, 0xb0, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 -.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a -.byte 0x13, 0x0d, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31 -.byte 0x39, 0x30, 0x37, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x30, 0x77, 0x77, 0x77, 0x2e, 0x65, 0x6e -.byte 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x2f, 0x43, 0x50, 0x53, 0x20, 0x69, 0x73 -.byte 0x20, 0x69, 0x6e, 0x63, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x65, 0x64, 0x20, 0x62, 0x79 -.byte 0x20, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03 -.byte 0x55, 0x04, 0x0b, 0x13, 0x16, 0x28, 0x63, 0x29, 0x20, 0x32, 0x30, 0x30, 0x36, 0x20, 0x45, 0x6e -.byte 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x2d, 0x30, 0x2b, 0x06 -.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x24, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 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, 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, 0xb6, 0x95, 0xb6, 0x43, 0x42 -.byte 0xfa, 0xc6, 0x6d, 0x2a, 0x6f, 0x48, 0xdf, 0x94, 0x4c, 0x39, 0x57, 0x05, 0xee, 0xc3, 0x79, 0x11 -.byte 0x41, 0x68, 0x36, 0xed, 0xec, 0xfe, 0x9a, 0x01, 0x8f, 0xa1, 0x38, 0x28, 0xfc, 0xf7, 0x10, 0x46 -.byte 0x66, 0x2e, 0x4d, 0x1e, 0x1a, 0xb1, 0x1a, 0x4e, 0xc6, 0xd1, 0xc0, 0x95, 0x88, 0xb0, 0xc9, 0xff -.byte 0x31, 0x8b, 0x33, 0x03, 0xdb, 0xb7, 0x83, 0x7b, 0x3e, 0x20, 0x84, 0x5e, 0xed, 0xb2, 0x56, 0x28 -.byte 0xa7, 0xf8, 0xe0, 0xb9, 0x40, 0x71, 0x37, 0xc5, 0xcb, 0x47, 0x0e, 0x97, 0x2a, 0x68, 0xc0, 0x22 -.byte 0x95, 0x62, 0x15, 0xdb, 0x47, 0xd9, 0xf5, 0xd0, 0x2b, 0xff, 0x82, 0x4b, 0xc9, 0xad, 0x3e, 0xde -.byte 0x4c, 0xdb, 0x90, 0x80, 0x50, 0x3f, 0x09, 0x8a, 0x84, 0x00, 0xec, 0x30, 0x0a, 0x3d, 0x18, 0xcd -.byte 0xfb, 0xfd, 0x2a, 0x59, 0x9a, 0x23, 0x95, 0x17, 0x2c, 0x45, 0x9e, 0x1f, 0x6e, 0x43, 0x79, 0x6d -.byte 0x0c, 0x5c, 0x98, 0xfe, 0x48, 0xa7, 0xc5, 0x23, 0x47, 0x5c, 0x5e, 0xfd, 0x6e, 0xe7, 0x1e, 0xb4 -.byte 0xf6, 0x68, 0x45, 0xd1, 0x86, 0x83, 0x5b, 0xa2, 0x8a, 0x8d, 0xb1, 0xe3, 0x29, 0x80, 0xfe, 0x25 -.byte 0x71, 0x88, 0xad, 0xbe, 0xbc, 0x8f, 0xac, 0x52, 0x96, 0x4b, 0xaa, 0x51, 0x8d, 0xe4, 0x13, 0x31 -.byte 0x19, 0xe8, 0x4e, 0x4d, 0x9f, 0xdb, 0xac, 0xb3, 0x6a, 0xd5, 0xbc, 0x39, 0x54, 0x71, 0xca, 0x7a -.byte 0x7a, 0x7f, 0x90, 0xdd, 0x7d, 0x1d, 0x80, 0xd9, 0x81, 0xbb, 0x59, 0x26, 0xc2, 0x11, 0xfe, 0xe6 -.byte 0x93, 0xe2, 0xf7, 0x80, 0xe4, 0x65, 0xfb, 0x34, 0x37, 0x0e, 0x29, 0x80, 0x70, 0x4d, 0xaf, 0x38 -.byte 0x86, 0x2e, 0x9e, 0x7f, 0x57, 0xaf, 0x9e, 0x17, 0xae, 0xeb, 0x1c, 0xcb, 0x28, 0x21, 0x5f, 0xb6 -.byte 0x1c, 0xd8, 0xe7, 0xa2, 0x04, 0x22, 0xf9, 0xd3, 0xda, 0xd8, 0xcb, 0x02, 0x03, 0x01, 0x00, 0x01 -.byte 0xb7, 0x00, 0x26, 0x01, 0x30, 0x81, 0xb4, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a -.byte 0x13, 0x0b, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x31, 0x40, 0x30 -.byte 0x3e, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x14, 0x37, 0x77, 0x77, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x72 -.byte 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x2f, 0x43, 0x50, 0x53, 0x5f, 0x32, 0x30, 0x34, 0x38 -.byte 0x20, 0x69, 0x6e, 0x63, 0x6f, 0x72, 0x70, 0x2e, 0x20, 0x62, 0x79, 0x20, 0x72, 0x65, 0x66, 0x2e -.byte 0x20, 0x28, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x20, 0x6c, 0x69, 0x61, 0x62, 0x2e, 0x29, 0x31 -.byte 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1c, 0x28, 0x63, 0x29, 0x20, 0x31, 0x39 -.byte 0x39, 0x39, 0x20, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x20, 0x4c -.byte 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x33, 0x30, 0x31, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 -.byte 0x2a, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 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, 0x20, 0x28, 0x32, 0x30, 0x34, 0x38, 0x29, 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, 0xad, 0x4d, 0x4b, 0xa9 -.byte 0x12, 0x86, 0xb2, 0xea, 0xa3, 0x20, 0x07, 0x15, 0x16, 0x64, 0x2a, 0x2b, 0x4b, 0xd1, 0xbf, 0x0b -.byte 0x4a, 0x4d, 0x8e, 0xed, 0x80, 0x76, 0xa5, 0x67, 0xb7, 0x78, 0x40, 0xc0, 0x73, 0x42, 0xc8, 0x68 -.byte 0xc0, 0xdb, 0x53, 0x2b, 0xdd, 0x5e, 0xb8, 0x76, 0x98, 0x35, 0x93, 0x8b, 0x1a, 0x9d, 0x7c, 0x13 -.byte 0x3a, 0x0e, 0x1f, 0x5b, 0xb7, 0x1e, 0xcf, 0xe5, 0x24, 0x14, 0x1e, 0xb1, 0x81, 0xa9, 0x8d, 0x7d -.byte 0xb8, 0xcc, 0x6b, 0x4b, 0x03, 0xf1, 0x02, 0x0c, 0xdc, 0xab, 0xa5, 0x40, 0x24, 0x00, 0x7f, 0x74 -.byte 0x94, 0xa1, 0x9d, 0x08, 0x29, 0xb3, 0x88, 0x0b, 0xf5, 0x87, 0x77, 0x9d, 0x55, 0xcd, 0xe4, 0xc3 -.byte 0x7e, 0xd7, 0x6a, 0x64, 0xab, 0x85, 0x14, 0x86, 0x95, 0x5b, 0x97, 0x32, 0x50, 0x6f, 0x3d, 0xc8 -.byte 0xba, 0x66, 0x0c, 0xe3, 0xfc, 0xbd, 0xb8, 0x49, 0xc1, 0x76, 0x89, 0x49, 0x19, 0xfd, 0xc0, 0xa8 -.byte 0xbd, 0x89, 0xa3, 0x67, 0x2f, 0xc6, 0x9f, 0xbc, 0x71, 0x19, 0x60, 0xb8, 0x2d, 0xe9, 0x2c, 0xc9 -.byte 0x90, 0x76, 0x66, 0x7b, 0x94, 0xe2, 0xaf, 0x78, 0xd6, 0x65, 0x53, 0x5d, 0x3c, 0xd6, 0x9c, 0xb2 -.byte 0xcf, 0x29, 0x03, 0xf9, 0x2f, 0xa4, 0x50, 0xb2, 0xd4, 0x48, 0xce, 0x05, 0x32, 0x55, 0x8a, 0xfd -.byte 0xb2, 0x64, 0x4c, 0x0e, 0xe4, 0x98, 0x07, 0x75, 0xdb, 0x7f, 0xdf, 0xb9, 0x08, 0x55, 0x60, 0x85 -.byte 0x30, 0x29, 0xf9, 0x7b, 0x48, 0xa4, 0x69, 0x86, 0xe3, 0x35, 0x3f, 0x1e, 0x86, 0x5d, 0x7a, 0x7a -.byte 0x15, 0xbd, 0xef, 0x00, 0x8e, 0x15, 0x22, 0x54, 0x17, 0x00, 0x90, 0x26, 0x93, 0xbc, 0x0e, 0x49 -.byte 0x68, 0x91, 0xbf, 0xf8, 0x47, 0xd3, 0x9d, 0x95, 0x42, 0xc1, 0x0e, 0x4d, 0xdf, 0x6f, 0x26, 0xcf -.byte 0xc3, 0x18, 0x21, 0x62, 0x66, 0x43, 0x70, 0xd6, 0xd5, 0xc0, 0x07, 0xe1, 0x02, 0x03, 0x01, 0x00 -.byte 0x01, 0xc1, 0x00, 0x26, 0x01, 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, 0x30, 0x39, 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, 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, 0xba, 0x84, 0xb6, 0x72, 0xdb, 0x9e, 0x0c, 0x6b, 0xe2 -.byte 0x99, 0xe9, 0x30, 0x01, 0xa7, 0x76, 0xea, 0x32, 0xb8, 0x95, 0x41, 0x1a, 0xc9, 0xda, 0x61, 0x4e -.byte 0x58, 0x72, 0xcf, 0xfe, 0xf6, 0x82, 0x79, 0xbf, 0x73, 0x61, 0x06, 0x0a, 0xa5, 0x27, 0xd8, 0xb3 -.byte 0x5f, 0xd3, 0x45, 0x4e, 0x1c, 0x72, 0xd6, 0x4e, 0x32, 0xf2, 0x72, 0x8a, 0x0f, 0xf7, 0x83, 0x19 -.byte 0xd0, 0x6a, 0x80, 0x80, 0x00, 0x45, 0x1e, 0xb0, 0xc7, 0xe7, 0x9a, 0xbf, 0x12, 0x57, 0x27, 0x1c -.byte 0xa3, 0x68, 0x2f, 0x0a, 0x87, 0xbd, 0x6a, 0x6b, 0x0e, 0x5e, 0x65, 0xf3, 0x1c, 0x77, 0xd5, 0xd4 -.byte 0x85, 0x8d, 0x70, 0x21, 0xb4, 0xb3, 0x32, 0xe7, 0x8b, 0xa2, 0xd5, 0x86, 0x39, 0x02, 0xb1, 0xb8 -.byte 0xd2, 0x47, 0xce, 0xe4, 0xc9, 0x49, 0xc4, 0x3b, 0xa7, 0xde, 0xfb, 0x54, 0x7d, 0x57, 0xbe, 0xf0 -.byte 0xe8, 0x6e, 0xc2, 0x79, 0xb2, 0x3a, 0x0b, 0x55, 0xe2, 0x50, 0x98, 0x16, 0x32, 0x13, 0x5c, 0x2f -.byte 0x78, 0x56, 0xc1, 0xc2, 0x94, 0xb3, 0xf2, 0x5a, 0xe4, 0x27, 0x9a, 0x9f, 0x24, 0xd7, 0xc6, 0xec -.byte 0xd0, 0x9b, 0x25, 0x82, 0xe3, 0xcc, 0xc2, 0xc4, 0x45, 0xc5, 0x8c, 0x97, 0x7a, 0x06, 0x6b, 0x2a -.byte 0x11, 0x9f, 0xa9, 0x0a, 0x6e, 0x48, 0x3b, 0x6f, 0xdb, 0xd4, 0x11, 0x19, 0x42, 0xf7, 0x8f, 0x07 -.byte 0xbf, 0xf5, 0x53, 0x5f, 0x9c, 0x3e, 0xf4, 0x17, 0x2c, 0xe6, 0x69, 0xac, 0x4e, 0x32, 0x4c, 0x62 -.byte 0x77, 0xea, 0xb7, 0xe8, 0xe5, 0xbb, 0x34, 0xbc, 0x19, 0x8b, 0xae, 0x9c, 0x51, 0xe7, 0xb7, 0x7e -.byte 0xb5, 0x53, 0xb1, 0x33, 0x22, 0xe5, 0x6d, 0xcf, 0x70, 0x3c, 0x1a, 0xfa, 0xe2, 0x9b, 0x67, 0xb6 -.byte 0x83, 0xf4, 0x8d, 0xa5, 0xaf, 0x62, 0x4c, 0x4d, 0xe0, 0x58, 0xac, 0x64, 0x34, 0x12, 0x03, 0xf8 -.byte 0xb6, 0x8d, 0x94, 0x63, 0x24, 0xa4, 0x71, 0x02, 0x03, 0x01, 0x00, 0x01, 0xc1, 0x00, 0x26, 0x02 -.byte 0x30, 0x81, 0xbe, 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, 0x35, 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, 0x32, 0x30 -.byte 0x30, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x29, 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, 0x47 -.byte 0x34, 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, 0xb1, 0xec, 0x2c, 0x42, 0xee, 0xe2, 0xd1, 0x30, 0xff, 0xa5, 0x92, 0x47, 0xe2, 0x2d -.byte 0xc3, 0xba, 0x64, 0x97, 0x6d, 0xca, 0xf7, 0x0d, 0xb5, 0x59, 0xc1, 0xb3, 0xcb, 0xa8, 0x68, 0x19 -.byte 0xd8, 0xaf, 0x84, 0x6d, 0x30, 0x70, 0x5d, 0x7e, 0xf3, 0x2e, 0xd2, 0x53, 0x99, 0xe1, 0xfe, 0x1f -.byte 0x5e, 0xd9, 0x48, 0xaf, 0x5d, 0x13, 0x8d, 0xdb, 0xff, 0x63, 0x33, 0x4d, 0xd3, 0x00, 0x02, 0xbc -.byte 0xc4, 0xf8, 0xd1, 0x06, 0x08, 0x94, 0x79, 0x58, 0x8a, 0x15, 0xde, 0x29, 0xb3, 0xfd, 0xfd, 0xc4 -.byte 0x4f, 0xe8, 0xaa, 0xe2, 0xa0, 0x3b, 0x79, 0xcd, 0xbf, 0x6b, 0x43, 0x32, 0xdd, 0xd9, 0x74, 0x10 -.byte 0xb9, 0xf7, 0xf4, 0x68, 0xd4, 0xbb, 0xd0, 0x87, 0xd5, 0xaa, 0x4b, 0x8a, 0x2a, 0x6f, 0x2a, 0x04 -.byte 0xb5, 0xb2, 0xa6, 0xc7, 0xa0, 0x7a, 0xe6, 0x48, 0xab, 0xd2, 0xd1, 0x59, 0xcc, 0xd6, 0x7e, 0x23 -.byte 0xe6, 0x97, 0x6c, 0xf0, 0x42, 0xe5, 0xdc, 0x51, 0x4b, 0x15, 0x41, 0xed, 0x49, 0x4a, 0xc9, 0xde -.byte 0x10, 0x97, 0xd6, 0x76, 0xc1, 0xef, 0xa5, 0xb5, 0x36, 0x14, 0x97, 0x35, 0xd8, 0x78, 0x22, 0x35 -.byte 0x52, 0xef, 0x43, 0xbd, 0xdb, 0x27, 0xdb, 0x61, 0x56, 0x82, 0x34, 0xdc, 0xcb, 0x88, 0x60, 0x0c -.byte 0x0b, 0x5a, 0xe5, 0x2c, 0x01, 0xc6, 0x54, 0xaf, 0xd7, 0xaa, 0xc1, 0x10, 0x7b, 0xd2, 0x05, 0x5a -.byte 0xb8, 0x40, 0x9e, 0x86, 0xa7, 0xc3, 0x90, 0x86, 0x02, 0x56, 0x52, 0x09, 0x7a, 0x9c, 0xd2, 0x27 -.byte 0x82, 0x53, 0x4a, 0x65, 0x52, 0x6a, 0xf5, 0x3c, 0xe7, 0xa8, 0xf2, 0x9c, 0xaf, 0x8b, 0xbd, 0xd3 -.byte 0x0e, 0xd4, 0xd4, 0x5e, 0x6e, 0x87, 0x9e, 0x6a, 0x3d, 0x45, 0x1d, 0xd1, 0x5d, 0x1b, 0xf4, 0xe9 -.byte 0x0a, 0xac, 0x60, 0x99, 0xfb, 0x89, 0xb4, 0xff, 0x98, 0x2c, 0xcf, 0x7c, 0x1d, 0xe9, 0x02, 0xaa -.byte 0x04, 0x9a, 0x1e, 0xb8, 0xdc, 0x88, 0x6e, 0x25, 0xb3, 0x6c, 0x66, 0xf7, 0x3c, 0x90, 0xf3, 0x57 -.byte 0xc1, 0xb3, 0x2f, 0xf5, 0x6d, 0xf2, 0xfb, 0xca, 0xa1, 0xf8, 0x29, 0x9d, 0x46, 0x8b, 0xb3, 0x6a -.byte 0xf6, 0xe6, 0x67, 0x07, 0xbe, 0x2c, 0x67, 0x0a, 0x2a, 0x1f, 0x5a, 0xb2, 0x3e, 0x57, 0xc4, 0xd3 -.byte 0x21, 0x21, 0x63, 0x65, 0x52, 0x91, 0x1b, 0xb1, 0x99, 0x8e, 0x79, 0x7e, 0xe6, 0xeb, 0x8d, 0x00 -.byte 0xd9, 0x5a, 0xaa, 0xea, 0x73, 0xe8, 0xa4, 0x82, 0x02, 0x47, 0x96, 0xfe, 0x5b, 0x8e, 0x54, 0x61 -.byte 0xa3, 0xeb, 0x2f, 0x4b, 0x30, 0xb0, 0x8b, 0x23, 0x75, 0x72, 0x7c, 0x21, 0x3c, 0xc8, 0xf6, 0xf1 -.byte 0x74, 0xd4, 0x1c, 0x7b, 0xa3, 0x05, 0x55, 0xee, 0xbb, 0x4d, 0x3b, 0x32, 0xbe, 0x9a, 0x77, 0x66 -.byte 0x9e, 0xac, 0x69, 0x90, 0x22, 0x07, 0x1f, 0x61, 0x3a, 0x96, 0xbe, 0xe5, 0x9a, 0x4f, 0xcc, 0x05 -.byte 0x3c, 0x28, 0x59, 0xd3, 0xc1, 0x0c, 0x54, 0xa8, 0x59, 0x61, 0xbd, 0xc8, 0x72, 0x4c, 0xe8, 0xdc -.byte 0x9f, 0x87, 0x7f, 0xbd, 0x9c, 0x48, 0x36, 0x5e, 0x95, 0xa3, 0x0e, 0xb9, 0x38, 0x24, 0x55, 0xfc -.byte 0x75, 0x66, 0xeb, 0x02, 0xe3, 0x08, 0x34, 0x29, 0x4a, 0xc6, 0xe3, 0x2b, 0x2f, 0x33, 0xa0, 0xda -.byte 0xa3, 0x86, 0xa5, 0x12, 0x97, 0xfd, 0x80, 0x2b, 0xda, 0x14, 0x42, 0xe3, 0x92, 0xbd, 0x3e, 0xf2 -.byte 0x5d, 0x5e, 0x67, 0x74, 0x2e, 0x1c, 0x88, 0x47, 0x29, 0x34, 0x5f, 0xe2, 0x32, 0xa8, 0x9c, 0x25 -.byte 0x37, 0x8c, 0xba, 0x98, 0x00, 0x97, 0x8b, 0x49, 0x96, 0x1e, 0xfd, 0x25, 0x8a, 0xac, 0xdc, 0xda -.byte 0xd8, 0x5d, 0x74, 0x6e, 0x66, 0xb0, 0xff, 0x44, 0xdf, 0xa1, 0x18, 0xc6, 0xbe, 0x48, 0x2f, 0x37 -.byte 0x94, 0x78, 0xf8, 0x95, 0x4a, 0x3f, 0x7f, 0x13, 0x5e, 0x5d, 0x59, 0xfd, 0x74, 0x86, 0x43, 0x63 -.byte 0x73, 0x49, 0x02, 0x03, 0x01, 0x00, 0x01, 0xc2, 0x00, 0x78, 0x00, 0x30, 0x81, 0xbf, 0x31, 0x0b -.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x16, 0x30, 0x14, 0x06 -.byte 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0d, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c, 0x20, 0x49 -.byte 0x6e, 0x63, 0x2e, 0x31, 0x28, 0x30, 0x26, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1f, 0x53, 0x65 -.byte 0x65, 0x20, 0x77, 0x77, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65 -.byte 0x74, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x2d, 0x74, 0x65, 0x72, 0x6d, 0x73, 0x31, 0x39, 0x30 -.byte 0x37, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x30, 0x28, 0x63, 0x29, 0x20, 0x32, 0x30, 0x31, 0x32 -.byte 0x20, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x20, 0x2d -.byte 0x20, 0x66, 0x6f, 0x72, 0x20, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x20 -.byte 0x75, 0x73, 0x65, 0x20, 0x6f, 0x6e, 0x6c, 0x79, 0x31, 0x33, 0x30, 0x31, 0x06, 0x03, 0x55, 0x04 -.byte 0x03, 0x13, 0x2a, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 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, 0x20, 0x2d, 0x20, 0x45, 0x43, 0x31, 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, 0x84, 0x13, 0xc9, 0xd0, 0xba, 0x6d, 0x41, 0x7b, 0xe2, 0x6c, 0xd0 -.byte 0xeb, 0x55, 0x5f, 0x66, 0x02, 0x1a, 0x24, 0xf4, 0x5b, 0x89, 0x69, 0x47, 0xe3, 0xb8, 0xc2, 0x7d -.byte 0xf1, 0xf2, 0x02, 0xc5, 0x9f, 0xa0, 0xf6, 0x5b, 0xd5, 0x8b, 0x06, 0x19, 0x86, 0x4f, 0x53, 0x10 -.byte 0x6d, 0x07, 0x24, 0x27, 0xa1, 0xa0, 0xf8, 0xd5, 0x47, 0x19, 0x61, 0x4c, 0x7d, 0xca, 0x93, 0x27 -.byte 0xea, 0x74, 0x0c, 0xef, 0x6f, 0x96, 0x09, 0xfe, 0x63, 0xec, 0x70, 0x5d, 0x36, 0xad, 0x67, 0x77 -.byte 0xae, 0xc9, 0x9d, 0x7c, 0x55, 0x44, 0x3a, 0xa2, 0x63, 0x51, 0x1f, 0xf5, 0xe3, 0x62, 0xd4, 0xa9 -.byte 0x47, 0x07, 0x3e, 0xcc, 0x20, 0xd5, 0x00, 0x26, 0x01, 0x30, 0x81, 0xd2, 0x31, 0x0b, 0x30, 0x09 -.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x52, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55 -.byte 0x04, 0x07, 0x13, 0x0f, 0x47, 0x65, 0x62, 0x7a, 0x65, 0x20, 0x2d, 0x20, 0x4b, 0x6f, 0x63, 0x61 -.byte 0x65, 0x6c, 0x69, 0x31, 0x42, 0x30, 0x40, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x39, 0x54, 0x75 -.byte 0x72, 0x6b, 0x69, 0x79, 0x65, 0x20, 0x42, 0x69, 0x6c, 0x69, 0x6d, 0x73, 0x65, 0x6c, 0x20, 0x76 -.byte 0x65, 0x20, 0x54, 0x65, 0x6b, 0x6e, 0x6f, 0x6c, 0x6f, 0x6a, 0x69, 0x6b, 0x20, 0x41, 0x72, 0x61 -.byte 0x73, 0x74, 0x69, 0x72, 0x6d, 0x61, 0x20, 0x4b, 0x75, 0x72, 0x75, 0x6d, 0x75, 0x20, 0x2d, 0x20 -.byte 0x54, 0x55, 0x42, 0x49, 0x54, 0x41, 0x4b, 0x31, 0x2d, 0x30, 0x2b, 0x06, 0x03, 0x55, 0x04, 0x0b -.byte 0x13, 0x24, 0x4b, 0x61, 0x6d, 0x75, 0x20, 0x53, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x6b, 0x61 -.byte 0x73, 0x79, 0x6f, 0x6e, 0x20, 0x4d, 0x65, 0x72, 0x6b, 0x65, 0x7a, 0x69, 0x20, 0x2d, 0x20, 0x4b -.byte 0x61, 0x6d, 0x75, 0x20, 0x53, 0x4d, 0x31, 0x36, 0x30, 0x34, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 -.byte 0x2d, 0x54, 0x55, 0x42, 0x49, 0x54, 0x41, 0x4b, 0x20, 0x4b, 0x61, 0x6d, 0x75, 0x20, 0x53, 0x4d -.byte 0x20, 0x53, 0x53, 0x4c, 0x20, 0x4b, 0x6f, 0x6b, 0x20, 0x53, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69 -.byte 0x6b, 0x61, 0x73, 0x69, 0x20, 0x2d, 0x20, 0x53, 0x75, 0x72, 0x75, 0x6d, 0x20, 0x31, 0x30, 0x82 -.byte 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 -.byte 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xaf -.byte 0x75, 0x30, 0x33, 0xaa, 0xbb, 0x6b, 0xd3, 0x99, 0x2c, 0x12, 0x37, 0x84, 0xd9, 0x8d, 0x7b, 0x97 -.byte 0x80, 0xd3, 0x6e, 0xe7, 0xff, 0x9b, 0x50, 0x95, 0x3e, 0x90, 0x95, 0x56, 0x42, 0xd7, 0x19, 0x7c -.byte 0x26, 0x84, 0x8d, 0x92, 0xfa, 0x01, 0x1d, 0x3a, 0x0f, 0xe2, 0x64, 0x38, 0xb7, 0x8c, 0xbc, 0xe8 -.byte 0x88, 0xf9, 0x8b, 0x24, 0xab, 0x2e, 0xa3, 0xf5, 0x37, 0xe4, 0x40, 0x8e, 0x18, 0x25, 0x79, 0x83 -.byte 0x75, 0x1f, 0x3b, 0xff, 0x6c, 0xa8, 0xc5, 0xc6, 0x56, 0xf8, 0xb4, 0xed, 0x8a, 0x44, 0xa3, 0xab -.byte 0x6c, 0x4c, 0xfc, 0x1d, 0xd0, 0xdc, 0xef, 0x68, 0xbd, 0xcf, 0xe4, 0xaa, 0xce, 0xf0, 0x55, 0xf7 -.byte 0xa2, 0x34, 0xd4, 0x83, 0x6b, 0x37, 0x7c, 0x1c, 0xc2, 0xfe, 0xb5, 0x03, 0xec, 0x57, 0xce, 0xbc -.byte 0xb4, 0xb5, 0xc5, 0xed, 0x00, 0x0f, 0x53, 0x37, 0x2a, 0x4d, 0xf4, 0x4f, 0x0c, 0x83, 0xfb, 0x86 -.byte 0xcf, 0xcb, 0xfe, 0x8c, 0x4e, 0xbd, 0x87, 0xf9, 0xa7, 0x8b, 0x21, 0x57, 0x9c, 0x7a, 0xdf, 0x03 -.byte 0x67, 0x89, 0x2c, 0x9d, 0x97, 0x61, 0xa7, 0x10, 0xb8, 0x55, 0x90, 0x7f, 0x0e, 0x2d, 0x27, 0x38 -.byte 0x74, 0xdf, 0xe7, 0xfd, 0xda, 0x4e, 0x12, 0xe3, 0x4d, 0x15, 0x22, 0x02, 0xc8, 0xe0, 0xe0, 0xfc -.byte 0x0f, 0xad, 0x8a, 0xd7, 0xc9, 0x54, 0x50, 0xcc, 0x3b, 0x0f, 0xca, 0x16, 0x80, 0x84, 0xd0, 0x51 -.byte 0x56, 0xc3, 0x8e, 0x56, 0x7f, 0x89, 0x22, 0x33, 0x2f, 0xe6, 0x85, 0x0a, 0xbd, 0xa5, 0xa8, 0x1b -.byte 0x36, 0xde, 0xd3, 0xdc, 0x2c, 0x6d, 0x3b, 0xc7, 0x13, 0xbd, 0x59, 0x23, 0x2c, 0xe6, 0xe5, 0xa4 -.byte 0xf7, 0xd8, 0x0b, 0xed, 0xea, 0x90, 0x40, 0x44, 0xa8, 0x95, 0xbb, 0x93, 0xd5, 0xd0, 0x80, 0x34 -.byte 0xb6, 0x46, 0x78, 0x0e, 0x1f, 0x00, 0x93, 0x46, 0xe1, 0xee, 0xe9, 0xf9, 0xec, 0x4f, 0x17, 0x02 -.byte 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: -.long 69876 diff --git a/ESP-IDF_mqtt-ssl/cacert.pem b/ESP-IDF_mqtt-ssl/cacert.pem deleted file mode 100644 index d2d2dc87c..000000000 --- a/ESP-IDF_mqtt-ssl/cacert.pem +++ /dev/null @@ -1,19 +0,0 @@ ------BEGIN CERTIFICATE----- -MIIDATCCAemgAwIBAgIUMiQsPJzRUSrfHfsUYgtOiEUlIX0wDQYJKoZIhvcNAQEL -BQAwEDEOMAwGA1UEAwwFRVNQMzIwHhcNMjUwNjE0MDAxNzM3WhcNMjYwNjE0MDAx -NzM3WjAQMQ4wDAYDVQQDDAVFU1AzMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC -AQoCggEBAOKtB/n7J/lNAj3gpIku8SGpwMeWuR/v0kj1MgkNt1YIaT+MtRzeSR3D -fgMsDkH+JB8nlEzr21zR5TTZNeP372bSz7vKLbqq5+LKr1mgO6RD4UmouHw7b3ez -cq2brhCMISdRr/97m70r9ByiXoWr/M4Slsjp1sa0+0fJiqkVvUHLmUXFmmz5+6AN -bSxUMzsa6tU1kP+7r7Squ8I7q8NLW0dS3Y2aScq4mCKdIQF/wMuWfEYM3LrGMVME -WdJBT5fR7Ui9m44OiBd3pbQ5PAnhHbG9mZ35loP1BOrsOQKBoni/PmcXSNdHraul -yfZjV0r5TJJ5AN9QWVpKj+qP8NSzMeUCAwEAAaNTMFEwHQYDVR0OBBYEFG7iRua8 -jARs/PB7Ec9YhOaiLPF6MB8GA1UdIwQYMBaAFG7iRua8jARs/PB7Ec9YhOaiLPF6 -MA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBALnZBx3kGJvUvhPR -0E7rCVnC86oE7EUms/1k0yZHJzb1qfJPm5WsasvbCiUOowH+YymR1GdJVPrL6Xcb -ToIv17eA6abSLxNdWkNjxnInA+1TcZE5LUsbjfOenlYvunBH+6mJM6lLCM5mHB5o -Qpe+rVIfjDKLO06e7/x5nH/vBplCpJgDXjw9gk+o2d4uxRIX0qQjxnfN0dK4t444 -H0HLehKdSW8rNNxbmpC1Xg7pUvrCY2M4wNR+qqmfBv/VRjVckorWWuqhzhRQ4kOH -5L87qduGO6QXsV2Gm6GL9YCrGNBlHjgGyVy95Hntl/FEeW+/HqQzUA1jZevXWQEN -J2SvCwQ= ------END CERTIFICATE----- diff --git a/ESP-IDF_mqtt-ssl/dependencies.lock b/ESP-IDF_mqtt-ssl/dependencies.lock deleted file mode 100644 index 465713f91..000000000 --- a/ESP-IDF_mqtt-ssl/dependencies.lock +++ /dev/null @@ -1,16 +0,0 @@ -dependencies: - idf: - source: - type: idf - version: 5.4.0 - protocol_examples_common: - dependencies: [] - source: - path: C:\Users\alex\esp\v5.4\esp-idf\examples\common_components\protocol_examples_common - type: local - version: '*' -direct_dependencies: -- protocol_examples_common -manifest_hash: 9a9520c926aa0a3e6ab6efa4fb14c3591e654d3887543776c1f730f359b02661 -target: esp32c3 -version: 2.0.0 diff --git a/ESP-IDF_mqtt-ssl/main/CMakeLists.txt b/ESP-IDF_mqtt-ssl/main/CMakeLists.txt deleted file mode 100644 index 61fac40e6..000000000 --- a/ESP-IDF_mqtt-ssl/main/CMakeLists.txt +++ /dev/null @@ -1,2 +0,0 @@ -idf_component_register(SRCS "app_main.c" - INCLUDE_DIRS ".") diff --git a/ESP-IDF_mqtt-ssl/main/app_main.c b/ESP-IDF_mqtt-ssl/main/app_main.c deleted file mode 100644 index d56c9f623..000000000 --- a/ESP-IDF_mqtt-ssl/main/app_main.c +++ /dev/null @@ -1,167 +0,0 @@ -/* MQTT SSL Mutual Authentication - - Created: March 3, 2025 - Edited: March 24, 2025 -*/ -#include -#include -#include -#include -#include "esp_wifi.h" -#include "esp_system.h" -#include "nvs_flash.h" -#include "esp_event.h" -#include "esp_netif.h" -#include "protocol_examples_common.h" - -#include "freertos/FreeRTOS.h" -#include "freertos/task.h" -#include "freertos/semphr.h" -#include "freertos/queue.h" - -#include "lwip/sockets.h" -#include "lwip/dns.h" -#include "lwip/netdb.h" - -#include "esp_log.h" -#include "mqtt_client.h" - -static const char *TAG = "mqtts_ssl"; - -extern const uint8_t client_cert_pem_start[] asm("_binary_client_crt_start"); // client.crt -extern const uint8_t client_cert_pem_end[] asm("_binary_client_crt_end"); -extern const uint8_t client_key_pem_start[] asm("_binary_client_key_start"); // client.key -extern const uint8_t client_key_pem_end[] asm("_binary_client_key_end"); -extern const uint8_t server_cert_pem_start[] asm("_binary_mosquitto_org_crt_start"); // mosquitto.crt -extern const uint8_t server_cert_pem_end[] asm("_binary_mosquitto_org_crt_end"); - -static void log_error_if_nonzero(const char *message, int error_code) -{ - if (error_code != 0) { - ESP_LOGE(TAG, "Last error %s: 0x%x", message, error_code); - } -} - -/* - * @brief Event handler registered to receive MQTT events - * - * This function is called by the MQTT client event loop. - * - * @param handler_args user data registered to the event. - * @param base Event base for the handler(always MQTT Base). - * @param event_id The id for the received event. - * @param event_data The data for the event, esp_mqtt_event_handle_t. - */ -static void mqtt_event_handler(void *handler_args, esp_event_base_t base, int32_t event_id, void *event_data) -{ - ESP_LOGD(TAG, "Event dispatched from event loop base=%s, event_id=%" PRIi32, base, event_id); - esp_mqtt_event_handle_t event = event_data; - esp_mqtt_client_handle_t client = event->client; - int msg_id; - switch ((esp_mqtt_event_id_t)event_id) { - case MQTT_EVENT_CONNECTED: - ESP_LOGI(TAG, "MQTT_EVENT_CONNECTED"); - msg_id = esp_mqtt_client_subscribe(client, "/nodes/outdoors/foxie1/sensors/temperature", 0); - ESP_LOGI(TAG, "sent subscribe successful, msg_id=%d", msg_id); - - //msg_id = esp_mqtt_client_subscribe(client, "/topic/qos1", 1); - //ESP_LOGI(TAG, "sent subscribe successful, msg_id=%d", msg_id); - - //msg_id = esp_mqtt_client_unsubscribe(client, "/topic/qos1"); - //ESP_LOGI(TAG, "sent unsubscribe successful, msg_id=%d", msg_id); - break; - case MQTT_EVENT_DISCONNECTED: - ESP_LOGI(TAG, "MQTT_EVENT_DISCONNECTED"); - break; - - case MQTT_EVENT_SUBSCRIBED: - ESP_LOGI(TAG, "MQTT_EVENT_SUBSCRIBED, msg_id=%d", event->msg_id); - msg_id = esp_mqtt_client_publish(client, "/nodes/outdoors/foxie1/sensors/temperature", "data", 0, 0, 0); - ESP_LOGI(TAG, "sent publish successful, msg_id=%d", msg_id); - break; - case MQTT_EVENT_UNSUBSCRIBED: - ESP_LOGI(TAG, "MQTT_EVENT_UNSUBSCRIBED, msg_id=%d", event->msg_id); - break; - case MQTT_EVENT_PUBLISHED: - ESP_LOGI(TAG, "MQTT_EVENT_PUBLISHED, msg_id=%d", event->msg_id); - break; - case MQTT_EVENT_DATA: - ESP_LOGI(TAG, "MQTT_EVENT_DATA"); - printf("TOPIC=%.*s\r\n", event->topic_len, event->topic); - printf("DATA=%.*s\r\n", event->data_len, event->data); - break; - case MQTT_EVENT_ERROR: - ESP_LOGI(TAG, "MQTT_EVENT_ERROR"); - if (event->error_handle->error_type == MQTT_ERROR_TYPE_TCP_TRANSPORT) { - log_error_if_nonzero("reported from esp-tls", event->error_handle->esp_tls_last_esp_err); - log_error_if_nonzero("reported from tls stack", event->error_handle->esp_tls_stack_err); - log_error_if_nonzero("captured as transport's socket errno", event->error_handle->esp_transport_sock_errno); - ESP_LOGI(TAG, "Last errno string (%s)", strerror(event->error_handle->esp_transport_sock_errno)); - - } - break; - default: - ESP_LOGI(TAG, "Other event id:%d", event->event_id); - break; - } -} - -static void mqtt_app_start(void) -{ - const esp_mqtt_client_config_t mqtt_cfg = { - .broker = { - .address = { - .uri = "mqtts://techquadbit.net:8883", // Complete MQTT broker URI - //.port = 8883, // MQTT broker port - .transport = MQTT_TRANSPORT_OVER_SSL, // Use SSL/TLS transport - }, - .verification = { - .use_global_ca_store = false, // Use a global CA store - //.crt_bundle_attach = esp_crt_bundle_attach, // Attach the certificate bundle - .certificate = (const char *)server_cert_pem_start, // Server certificate for verification - //.certificate_len = server_cert_pem_end - server_cert_pem_start, // Length of the server certificate - .skip_cert_common_name_check = true, // Do not skip common name check - //.common_name = "techquadbit.net", // Common name for server certificate verification - } - }, - //.broker.address.uri = "mqtts://techquadbit.net:8883", // Mosquitto MQTT broker - //.broker.verification.certificate = (const char *)server_cert_pem_start, - .credentials = { - .authentication = { - .certificate = (const char *)client_cert_pem_start, - .key = (const char *)client_key_pem_start, - }, - } - }; - - ESP_LOGI(TAG, "[APP] Free memory: %" PRIu32 " bytes", esp_get_free_heap_size()); - esp_mqtt_client_handle_t client = esp_mqtt_client_init(&mqtt_cfg); - /* The last argument may be used to pass data to the event handler mqtt_event_handler */ - esp_mqtt_client_register_event(client, ESP_EVENT_ANY_ID, mqtt_event_handler, NULL); - esp_mqtt_client_start(client); -} - -void app_main(void) -{ - ESP_LOGI(TAG, "[APP] Startup.."); - ESP_LOGI(TAG, "[APP] Free memory: %" PRIu32 " bytes", esp_get_free_heap_size()); - ESP_LOGI(TAG, "[APP] IDF version: %s", esp_get_idf_version()); - - esp_log_level_set("*", ESP_LOG_INFO); - esp_log_level_set("mqtt_client", ESP_LOG_VERBOSE); - esp_log_level_set("transport_base", ESP_LOG_VERBOSE); - esp_log_level_set("transport", ESP_LOG_VERBOSE); - esp_log_level_set("outbox", ESP_LOG_VERBOSE); - - ESP_ERROR_CHECK(nvs_flash_init()); - ESP_ERROR_CHECK(esp_netif_init()); - ESP_ERROR_CHECK(esp_event_loop_create_default()); - - /* This helper function configures Wi-Fi or Ethernet, as selected in menuconfig. - * Read "Establishing Wi-Fi or Ethernet Connection" section in - * examples/protocols/README.md for more information about this function. - */ - ESP_ERROR_CHECK(example_connect()); - - mqtt_app_start(); -} diff --git a/ESP-IDF_mqtt-ssl/main/broker.crt b/ESP-IDF_mqtt-ssl/main/broker.crt deleted file mode 100644 index 6dba4fc87..000000000 --- a/ESP-IDF_mqtt-ssl/main/broker.crt +++ /dev/null @@ -1,19 +0,0 @@ ------BEGIN CERTIFICATE----- -MIIDFTCCAf2gAwIBAgIUUcFs7KhvOW1uc1ZV/88AtEafX4UwDQYJKoZIhvcNAQEL -BQAwGjEYMBYGA1UEAwwPdGVjaHF1YWRiaXQubmV0MB4XDTI1MDYxMzIwMjYzOFoX -DTI2MDYxMzIwMjYzOFowGjEYMBYGA1UEAwwPdGVjaHF1YWRiaXQubmV0MIIBIjAN -BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqwXyY95ffB1Zfys3D9b0/B2lDysm -+8aLiBMjRfHHmEQ3X95VsPy4H/mu66FVsrQqxzha1zNQEz1QaYyZ6oXl3FqhN06X -B1HtVdefZ6rD0ctiYQSjpT64NhnUX83ZBb46Mh6cGTe0L+LYF//nmOi1WAqCRonf -B5BW/Yd3M52QIB5cGIhH0i2E28577Awc5t0w96uZCmGfqM5gxFIgmy462XExA2+w -6u7Ud49bk1L3eTYHvWxgen4RGgaEfpsA8e5Q0bRkIL5D3Oc0JW8tdw6Cmvb+/d7d -BB20TTCMfZ4GYabSS5wp3thmdKe4QW7QJcdAyoNOSWtt51Bhud0DkU+0RwIDAQAB -o1MwUTAdBgNVHQ4EFgQUY7baZn9x7Hh0WZ9vI1uzEdhRTp4wHwYDVR0jBBgwFoAU -Y7baZn9x7Hh0WZ9vI1uzEdhRTp4wDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0B -AQsFAAOCAQEAWehGGHGobcYGpfczSpshCzmVGwFa+v+FzFYDrMB1LpW6NkipnnFA -uF8itmhd7pnkayo6xOBvVHb23gsWfAsh/z7KRiIgSACXZjOjFv08A24TXCVMKX2C -r3zSGjcIqzkp8NHIFBF/ZXsclqQLiEZPAViu9c23wIyutD4RfpekmsVDiQJvP6ei -5uILJrwT7l46DMes96jYcthWbHiy6wkw1flfT0ykrd3MriYMxLDKimM81n5tVDLa -bI9JmWpDkPzflY9VGlTZ3QQHuTvI6zQxeaGKSj/7fAP6G0sRMxaSJXD38C/Xpi7p -f3VJRuf5mqUnbjak+W5VZT5e96AVAyy+5g== ------END CERTIFICATE----- diff --git a/ESP-IDF_mqtt-ssl/main/client.crt b/ESP-IDF_mqtt-ssl/main/client.crt deleted file mode 100644 index dbaca6899..000000000 --- a/ESP-IDF_mqtt-ssl/main/client.crt +++ /dev/null @@ -1,19 +0,0 @@ ------BEGIN CERTIFICATE----- -MIIC/zCCAeegAwIBAgIUMjVoRYp7Znqtt/pbCRLNO/bJZoYwDQYJKoZIhvcNAQEL -BQAwGjEYMBYGA1UEAwwPdGVjaHF1YWRiaXQubmV0MB4XDTI1MDYxMzIwMjY1NloX -DTI2MDYxMzIwMjY1NlowFTETMBEGA1UEAwwKRVNQMzJOb2RlMTCCASIwDQYJKoZI -hvcNAQEBBQADggEPADCCAQoCggEBAIRXaWQ2HrEH100VO9C+cIcOpu7ydJErTQ7H -AR2UNs5agwRoq2y+kndd1i9/JoPsUfddtt3tzJLNclnnMeyP+iuY5W1A16+hYzSO -Z7R3fc39FkUIp5jy3ZF5J2WOQAkmdYC5n5aP/+G1N6n3NqbQUABISk8WlfmdboDl -K/KHEnJiRaRmEH9XpMQOOwuE8gDKwdmuvsnVeRnEdlfBk5xVb63NcYcRMchqcJqK -IwbPBb8lZ0kJ7CO2nFyWiryPcS4qr1zziI5f1GWANOh/IjRE5OVxKfE26xFEc7JH -FDIVNiSn8wMLmqeIdur5i85wLPqY7NniiH0CHsDeoXfzobinw2sCAwEAAaNCMEAw -HQYDVR0OBBYEFI1Q1ig38xYJEWgMuV+kQjGvxduUMB8GA1UdIwQYMBaAFGO22mZ/ -cex4dFmfbyNbsxHYUU6eMA0GCSqGSIb3DQEBCwUAA4IBAQCAFPjwFv9LvlU9fbB4 -1aVSco6w4JM92vhYhezqo8Utx8UbjBv16daUtPsMEuakaQbeRFesusjGsTpPdI4Q -AT6Rzzm0voSUtx8PmVpItFp/8e8133PUUU5sM+9s979mWf8Rmv5zX7KlL3JphQBT -h3vkJlMzA9XQIOpSX8WmadUe+iZ82XkmYXf/xeykbV/xxJhQmnKD1x2v0TvcWaSL -tlaT963JOH86E7dm886M9/bBlkAyibsqg3b7vswSlQq6WEs2/7oGfcV2vST/Doaa -SqGb0umqBT8Z9Zl304sVot/PeTZc5iDNhM7vYdCznvzgN/aOtwzMMPWOTkUmoiDB -MQyW ------END CERTIFICATE----- diff --git a/ESP-IDF_mqtt-ssl/main/client.key b/ESP-IDF_mqtt-ssl/main/client.key deleted file mode 100644 index 50756e010..000000000 --- a/ESP-IDF_mqtt-ssl/main/client.key +++ /dev/null @@ -1,28 +0,0 @@ ------BEGIN PRIVATE KEY----- -MIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQCEV2lkNh6xB9dN -FTvQvnCHDqbu8nSRK00OxwEdlDbOWoMEaKtsvpJ3XdYvfyaD7FH3Xbbd7cySzXJZ -5zHsj/ormOVtQNevoWM0jme0d33N/RZFCKeY8t2ReSdljkAJJnWAuZ+Wj//htTep -9zam0FAASEpPFpX5nW6A5SvyhxJyYkWkZhB/V6TEDjsLhPIAysHZrr7J1XkZxHZX -wZOcVW+tzXGHETHIanCaiiMGzwW/JWdJCewjtpxcloq8j3EuKq9c84iOX9RlgDTo -fyI0ROTlcSnxNusRRHOyRxQyFTYkp/MDC5qniHbq+YvOcCz6mOzZ4oh9Ah7A3qF3 -86G4p8NrAgMBAAECggEADIGmOA4qla2ZWcjT6kTU+tkWStEm1ZaIpbOGFiGCPGYD -/lAAmI+POoXno9LESltJiQhA1nWOi6EBWXWmcNClDPxZ/MUlR40HhFlLe5vUi7mL -Io2lflK/6ut5dE4ecb7srnQxnKznEDwWkpKw23rRf0qq8GZrWIzZezItFlz6uqG5 -YRdsASnf4JCxvl8z599pl9lpt1WMl86+CvO57KgOXQxEnCiXV2bO1eDhKUd5lqEY -Co2/r7YmEEZK3+SxErdRWyCVdfciZHZUa3qBlPK/CfZt8WTld2MECFFdaYRm37S2 -Kt2E/0tQssygH4iZCJsSar6cvTXRiqkDgpxEh7xfQQKBgQC4e4ztAhe98OX6wu0g -n1Ir+FLHA0xSjyDXw+NGr5CjW1VFY3Rjq8IjCP9JAzysEUaroCKM4p/hMRrJqwoI -ehu+gPshbvECCFWBJ5xExKc+j517fWZdIVlm5HC3jWHXbkox+EodSA328px2i8Xb -TL/g4zkye2FGldkfWmTd+ycY2QKBgQC3pUKigCXmgOesZhgxNJUEsCEY+lE2vmrx -HzsvUDiTdHnB3RLEhceDxXh7yqsyrrIzmax5UUVy3yMcy+BON+17+UPwP7RcDY3C -SJ5tBym/YeQb6gZkUK08uY2Ypwz3s6CxrtcZh5Z/YwH4fB5O++IuR2okha8BQziC -IYj1SWWz4wKBgFK73eygpqMhORJnfs7FhKWBfSYRPZY86B67k96sd7I7EJfIzXax -naP2sf49fGUybj4j17rVG5xzWC8fDKXWlUCvOXC5/03JDQeaCwPwKYzt/VNXXqPf -g+eYBVDcEAf8Rzv3vM069kBMd4zWjEoYNmkVnh4cpPhx1WixMlE3BEapAoGARARY -XrlZ0Dq0E70ofqj7/GWDjK3BgKYcE7w+fnKW0b5VDkFkHxdxYtOzoR3aNIZRiB0F -rVU1hKsyZQr5w96g/ca/q+7cTS/T7j5ZNwZtJu4Jv3D49xSOZSxQTlaozeFgxg58 -qn72da3k3/SQgS53gi5/GJHO1IfiGQh0omyR14MCgYBlE238/H+PeTlPohVxx7bm -8erOA0MAC2YUNYYi5FxYnQqDIMM9iVZWlThk4QbkqpmOJ4bPRxZ8Iqq/bKUyYFPb -WozLlp80rAHXBtvaNdD8kp2iJR8bI9WsOuJpU7giXUDrYg8fV01r7xCOXpASLDIK -xVAzNoxu88DZRupMdDMfCg== ------END PRIVATE KEY----- diff --git a/ESP-IDF_mqtt-ssl/main/idf_component.yml b/ESP-IDF_mqtt-ssl/main/idf_component.yml deleted file mode 100644 index 718194867..000000000 --- a/ESP-IDF_mqtt-ssl/main/idf_component.yml +++ /dev/null @@ -1,3 +0,0 @@ -dependencies: - protocol_examples_common: - path: ${IDF_PATH}/examples/common_components/protocol_examples_common diff --git a/ESP-IDF_mqtt-ssl/main/mosquitto.org.crt b/ESP-IDF_mqtt-ssl/main/mosquitto.org.crt deleted file mode 100644 index 6dba4fc87..000000000 --- a/ESP-IDF_mqtt-ssl/main/mosquitto.org.crt +++ /dev/null @@ -1,19 +0,0 @@ ------BEGIN CERTIFICATE----- -MIIDFTCCAf2gAwIBAgIUUcFs7KhvOW1uc1ZV/88AtEafX4UwDQYJKoZIhvcNAQEL -BQAwGjEYMBYGA1UEAwwPdGVjaHF1YWRiaXQubmV0MB4XDTI1MDYxMzIwMjYzOFoX -DTI2MDYxMzIwMjYzOFowGjEYMBYGA1UEAwwPdGVjaHF1YWRiaXQubmV0MIIBIjAN -BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqwXyY95ffB1Zfys3D9b0/B2lDysm -+8aLiBMjRfHHmEQ3X95VsPy4H/mu66FVsrQqxzha1zNQEz1QaYyZ6oXl3FqhN06X -B1HtVdefZ6rD0ctiYQSjpT64NhnUX83ZBb46Mh6cGTe0L+LYF//nmOi1WAqCRonf -B5BW/Yd3M52QIB5cGIhH0i2E28577Awc5t0w96uZCmGfqM5gxFIgmy462XExA2+w -6u7Ud49bk1L3eTYHvWxgen4RGgaEfpsA8e5Q0bRkIL5D3Oc0JW8tdw6Cmvb+/d7d -BB20TTCMfZ4GYabSS5wp3thmdKe4QW7QJcdAyoNOSWtt51Bhud0DkU+0RwIDAQAB -o1MwUTAdBgNVHQ4EFgQUY7baZn9x7Hh0WZ9vI1uzEdhRTp4wHwYDVR0jBBgwFoAU -Y7baZn9x7Hh0WZ9vI1uzEdhRTp4wDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0B -AQsFAAOCAQEAWehGGHGobcYGpfczSpshCzmVGwFa+v+FzFYDrMB1LpW6NkipnnFA -uF8itmhd7pnkayo6xOBvVHb23gsWfAsh/z7KRiIgSACXZjOjFv08A24TXCVMKX2C -r3zSGjcIqzkp8NHIFBF/ZXsclqQLiEZPAViu9c23wIyutD4RfpekmsVDiQJvP6ei -5uILJrwT7l46DMes96jYcthWbHiy6wkw1flfT0ykrd3MriYMxLDKimM81n5tVDLa -bI9JmWpDkPzflY9VGlTZ3QQHuTvI6zQxeaGKSj/7fAP6G0sRMxaSJXD38C/Xpi7p -f3VJRuf5mqUnbjak+W5VZT5e96AVAyy+5g== ------END CERTIFICATE----- diff --git a/ESP-IDF_mqtt-ssl/main/mosquitto.org.crt.bak b/ESP-IDF_mqtt-ssl/main/mosquitto.org.crt.bak deleted file mode 100644 index 5e490d6ac..000000000 --- a/ESP-IDF_mqtt-ssl/main/mosquitto.org.crt.bak +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN CERTIFICATE----- -MIICxTCCAa0CFB3uvBPyDCXLnG6y/7A+7pyTvqfYMA0GCSqGSIb3DQEBCwUAMB8x -HTAbBgNVBAMMFHRlY2hxdWFkYml0LmRkbnMubmV0MB4XDTI1MDMxNTAxNTcxMFoX -DTI2MDMxNTAxNTcxMFowHzEdMBsGA1UEAwwUdGVjaHF1YWRiaXQuZGRucy5uZXQw -ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCmWKsoBJ/j1/WdyL5GaZBf -LYWQzfqCdb4/M/jzJZPu3LD9XgHxv8DNZEu5qn2d1sC/9huGexWvqBfU7oD2xsuu -WnpPnl66rUEkDCpnnqxUiYat/1T8HWWyIu+kru9Q4DuaRvmeqaK1A27K6FsISNGt -PzJqha+ffodtzCwzIvswKLE26psWMk6Ff0RYhJSIPVTH0u5rWZ6rCY6oXpgZyRIu -9WeqCV1brsrtlu+/cLX56AUAK/UIEVC3xVmV4CeT9yP3WGb36Ew1GfPfh5Z1arrX -doMQWAWTy0UMwQQqbv8pwv3V3CwHaMDLLYEzL91IpA61o2jhO+A8jJAEIFxqJrqr -AgMBAAEwDQYJKoZIhvcNAQELBQADggEBADWaIWjVZYQ054z/b9sd4EKRPHtirHvP -TFR6JGEByu91VoHm10MM53jBJMglq+6/kRRwOOiiDfiyW6wDpRWOfBY+oLfcQHlX -5+EqKMhTV1bzPASwE3jIz7iLjx+EKw5Lq2sN4Q6XpCLJivs4HSDPaocWkXPYVaPf -NJnH8whodHHouEWFWV3TNq57MPDpV6/kVqSA7g2BIDk/qHYYu4z61uHtQRpDuf3h -FPd4t8Gj92Kugc720rimX7ZldkAtBzaAlPSoxf12YGc/13uF/YfQbGB50yuFbw1J -VahbJFJ582ZSwaCw+ZLcwLaQr/nCQtfw2v+UwxdX8cGDxBzlaVdoyZo= ------END CERTIFICATE----- \ No newline at end of file diff --git a/ESP-IDF_mqtt-ssl/prvtkey.pem b/ESP-IDF_mqtt-ssl/prvtkey.pem deleted file mode 100644 index 30f9681b1..000000000 --- a/ESP-IDF_mqtt-ssl/prvtkey.pem +++ /dev/null @@ -1,28 +0,0 @@ ------BEGIN PRIVATE KEY----- -MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDirQf5+yf5TQI9 -4KSJLvEhqcDHlrkf79JI9TIJDbdWCGk/jLUc3kkdw34DLA5B/iQfJ5RM69tc0eU0 -2TXj9+9m0s+7yi26qufiyq9ZoDukQ+FJqLh8O293s3Ktm64QjCEnUa//e5u9K/Qc -ol6Fq/zOEpbI6dbGtPtHyYqpFb1By5lFxZps+fugDW0sVDM7GurVNZD/u6+0qrvC -O6vDS1tHUt2NmknKuJginSEBf8DLlnxGDNy6xjFTBFnSQU+X0e1IvZuODogXd6W0 -OTwJ4R2xvZmd+ZaD9QTq7DkCgaJ4vz5nF0jXR62rpcn2Y1dK+UySeQDfUFlaSo/q -j/DUszHlAgMBAAECggEAaMW5rh4ct+qUYq1238HGytx/ssFECDL9a6OJ4Q1p9GYm -36zV+eX0vcEieazfWjlx0MSmk3dhCWIrI2ZStnBfQ5OlWRN2V5WvYPB2ZGLfrmmB -tF48B5AhUZ6sHvqaViOvH1FunBQyRBoQ1ztlnTuFump1L6CGGYqFqwTJBqZ5t/LY -raRMWMZrjgSD5lmLwyz/G6czZWEcpVShIVue+TiXDrnMVdEoFSc5wrIarwAFuCBg -vHBDz32uIR0Q4/pIwgGBhSkKqy1cPBS+cMinzlJ007JJh/bFQrXA4QXJwsd2lMNc -lHxz14eeoEHbjR4RhYsVH9hNBCSFRmniSMAhQfDBcQKBgQD5hg4VVDPOh0g5fVgL -01D9D/HXowoAuOeYEfNkzHO0l+xo8sXcUZAJg4k2Q2v10naW3rYPYH3GAVovMgdX -9O2/WzdrAAlgCD/nCBgLPnL2f1LAEu+W5AOy7ovyamHSyoqIMqvakfSYR/8g8Rky -jBOEL+A+VvB44SvWaCIBgX8DAwKBgQDojypnaFN5sZCwBn36eTEL4nxatINsEGfq -IwqmLxAIyoEImnIB2sqF0OgPpb/IeGn0PKLCIbc3TetTA2GludvvZrDizZJt/QXU -Dr6UFicJOmcWTeJv6QCJIYnMN8WK0bfCeh2K+IaVRaDy7O/UdrhlE8DG48Sz/uQI -03Ade/Ru9wKBgBbZGJcJY8kIiCuDd7l1exgBCsMVEchpJgO9uQzEz998fdBKUqXO -7iKA4eKPH+adg/BiqkcULdAgtZJWwWdjbRW1k4h/s1wQxVExY4o8CKjblccytK+b -Z19OCpCC/zwfAbpg8W2NKdl71je8+/Kt8ueKvrzWlyRqceorFNoQcoHjAoGBANNr -tCUmVx0/LEaa4FShcNFZKaxch03q7E2TZc8G4hDb6MqlfhfpjExzS0VObjgWIF0F -8wGCHUqN7+4cGN3NRgEy3oSSVxje+jl63g9KxFpDWgyQ6dbLgM0qTFf4LAKz/dcz -pT/+CHwUPOocNTx2YdSiTJOD5gOtKipL7pUfZ2ypAoGBAIzdbRzsJXUjBhTtD3Ch -e339REhCYYKjhSyJauWJxds7uIfYdgFjoAjywCY1y8VCB4bS/kV87rqNlJvhoTFM -Y9Yk0wcNFL5lRqVvQTNKdPZ4NMis1+pH0jJAoi86q+zvbseuHlDYjfYwQsamMKfB -ScrlaALWTfYaOV3iehHBLWcg ------END PRIVATE KEY----- diff --git a/ESP-IDF_mqtt-ssl/sdkconfig b/ESP-IDF_mqtt-ssl/sdkconfig deleted file mode 100644 index 07fa71b44..000000000 --- a/ESP-IDF_mqtt-ssl/sdkconfig +++ /dev/null @@ -1,2069 +0,0 @@ -# -# Automatically generated file. DO NOT EDIT. -# Espressif IoT Development Framework (ESP-IDF) 5.4.0 Project Configuration -# -CONFIG_SOC_ADC_SUPPORTED=y -CONFIG_SOC_DEDICATED_GPIO_SUPPORTED=y -CONFIG_SOC_UART_SUPPORTED=y -CONFIG_SOC_GDMA_SUPPORTED=y -CONFIG_SOC_AHB_GDMA_SUPPORTED=y -CONFIG_SOC_GPTIMER_SUPPORTED=y -CONFIG_SOC_TWAI_SUPPORTED=y -CONFIG_SOC_BT_SUPPORTED=y -CONFIG_SOC_ASYNC_MEMCPY_SUPPORTED=y -CONFIG_SOC_USB_SERIAL_JTAG_SUPPORTED=y -CONFIG_SOC_TEMP_SENSOR_SUPPORTED=y -CONFIG_SOC_XT_WDT_SUPPORTED=y -CONFIG_SOC_PHY_SUPPORTED=y -CONFIG_SOC_WIFI_SUPPORTED=y -CONFIG_SOC_SUPPORTS_SECURE_DL_MODE=y -CONFIG_SOC_EFUSE_KEY_PURPOSE_FIELD=y -CONFIG_SOC_EFUSE_HAS_EFUSE_RST_BUG=y -CONFIG_SOC_EFUSE_SUPPORTED=y -CONFIG_SOC_RTC_FAST_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_SYSTIMER_SUPPORTED=y -CONFIG_SOC_SUPPORT_COEXISTENCE=y -CONFIG_SOC_AES_SUPPORTED=y -CONFIG_SOC_MPI_SUPPORTED=y -CONFIG_SOC_SHA_SUPPORTED=y -CONFIG_SOC_HMAC_SUPPORTED=y -CONFIG_SOC_DIG_SIGN_SUPPORTED=y -CONFIG_SOC_FLASH_ENC_SUPPORTED=y -CONFIG_SOC_SECURE_BOOT_SUPPORTED=y -CONFIG_SOC_MEMPROT_SUPPORTED=y -CONFIG_SOC_BOD_SUPPORTED=y -CONFIG_SOC_CLK_TREE_SUPPORTED=y -CONFIG_SOC_ASSIST_DEBUG_SUPPORTED=y -CONFIG_SOC_WDT_SUPPORTED=y -CONFIG_SOC_SPI_FLASH_SUPPORTED=y -CONFIG_SOC_RNG_SUPPORTED=y -CONFIG_SOC_LIGHT_SLEEP_SUPPORTED=y -CONFIG_SOC_DEEP_SLEEP_SUPPORTED=y -CONFIG_SOC_LP_PERIPH_SHARE_INTERRUPT=y -CONFIG_SOC_PM_SUPPORTED=y -CONFIG_SOC_XTAL_SUPPORT_40M=y -CONFIG_SOC_AES_SUPPORT_DMA=y -CONFIG_SOC_AES_GDMA=y -CONFIG_SOC_AES_SUPPORT_AES_128=y -CONFIG_SOC_AES_SUPPORT_AES_256=y -CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED=y -CONFIG_SOC_ADC_ARBITER_SUPPORTED=y -CONFIG_SOC_ADC_DIG_IIR_FILTER_SUPPORTED=y -CONFIG_SOC_ADC_MONITOR_SUPPORTED=y -CONFIG_SOC_ADC_DMA_SUPPORTED=y -CONFIG_SOC_ADC_PERIPH_NUM=2 -CONFIG_SOC_ADC_MAX_CHANNEL_NUM=5 -CONFIG_SOC_ADC_ATTEN_NUM=4 -CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM=1 -CONFIG_SOC_ADC_PATT_LEN_MAX=8 -CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH=12 -CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH=12 -CONFIG_SOC_ADC_DIGI_RESULT_BYTES=4 -CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV=4 -CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM=2 -CONFIG_SOC_ADC_DIGI_MONITOR_NUM=2 -CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH=83333 -CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW=611 -CONFIG_SOC_ADC_RTC_MIN_BITWIDTH=12 -CONFIG_SOC_ADC_RTC_MAX_BITWIDTH=12 -CONFIG_SOC_ADC_CALIBRATION_V1_SUPPORTED=y -CONFIG_SOC_ADC_SELF_HW_CALI_SUPPORTED=y -CONFIG_SOC_ADC_SHARED_POWER=y -CONFIG_SOC_APB_BACKUP_DMA=y -CONFIG_SOC_BROWNOUT_RESET_SUPPORTED=y -CONFIG_SOC_SHARED_IDCACHE_SUPPORTED=y -CONFIG_SOC_CACHE_MEMORY_IBANK_SIZE=0x4000 -CONFIG_SOC_CPU_CORES_NUM=1 -CONFIG_SOC_CPU_INTR_NUM=32 -CONFIG_SOC_CPU_HAS_FLEXIBLE_INTC=y -CONFIG_SOC_CPU_HAS_CSR_PC=y -CONFIG_SOC_CPU_BREAKPOINTS_NUM=8 -CONFIG_SOC_CPU_WATCHPOINTS_NUM=8 -CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE=0x80000000 -CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN=3072 -CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH=16 -CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US=1100 -CONFIG_SOC_AHB_GDMA_VERSION=1 -CONFIG_SOC_GDMA_NUM_GROUPS_MAX=1 -CONFIG_SOC_GDMA_PAIRS_PER_GROUP_MAX=3 -CONFIG_SOC_GPIO_PORT=1 -CONFIG_SOC_GPIO_PIN_COUNT=22 -CONFIG_SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER=y -CONFIG_SOC_GPIO_FILTER_CLK_SUPPORT_APB=y -CONFIG_SOC_GPIO_SUPPORT_FORCE_HOLD=y -CONFIG_SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP=y -CONFIG_SOC_GPIO_IN_RANGE_MAX=21 -CONFIG_SOC_GPIO_OUT_RANGE_MAX=21 -CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK=0 -CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT=6 -CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK=0x00000000003FFFC0 -CONFIG_SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX=y -CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM=3 -CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP=y -CONFIG_SOC_DEDIC_GPIO_OUT_CHANNELS_NUM=8 -CONFIG_SOC_DEDIC_GPIO_IN_CHANNELS_NUM=8 -CONFIG_SOC_DEDIC_PERIPH_ALWAYS_ENABLE=y -CONFIG_SOC_I2C_NUM=1 -CONFIG_SOC_HP_I2C_NUM=1 -CONFIG_SOC_I2C_FIFO_LEN=32 -CONFIG_SOC_I2C_CMD_REG_NUM=8 -CONFIG_SOC_I2C_SUPPORT_SLAVE=y -CONFIG_SOC_I2C_SUPPORT_HW_CLR_BUS=y -CONFIG_SOC_I2C_SUPPORT_XTAL=y -CONFIG_SOC_I2C_SUPPORT_RTC=y -CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR=y -CONFIG_SOC_I2C_SLAVE_SUPPORT_BROADCAST=y -CONFIG_SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE=y -CONFIG_SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS=y -CONFIG_SOC_I2S_NUM=1 -CONFIG_SOC_I2S_HW_VERSION_2=y -CONFIG_SOC_I2S_SUPPORTS_XTAL=y -CONFIG_SOC_I2S_SUPPORTS_PLL_F160M=y -CONFIG_SOC_I2S_SUPPORTS_PCM=y -CONFIG_SOC_I2S_SUPPORTS_PDM=y -CONFIG_SOC_I2S_SUPPORTS_PDM_TX=y -CONFIG_SOC_I2S_PDM_MAX_TX_LINES=2 -CONFIG_SOC_I2S_SUPPORTS_TDM=y -CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK=y -CONFIG_SOC_LEDC_SUPPORT_XTAL_CLOCK=y -CONFIG_SOC_LEDC_TIMER_NUM=4 -CONFIG_SOC_LEDC_CHANNEL_NUM=6 -CONFIG_SOC_LEDC_TIMER_BIT_WIDTH=14 -CONFIG_SOC_LEDC_SUPPORT_FADE_STOP=y -CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM=1 -CONFIG_SOC_MMU_PERIPH_NUM=1 -CONFIG_SOC_MPU_MIN_REGION_SIZE=0x20000000 -CONFIG_SOC_MPU_REGIONS_MAX_NUM=8 -CONFIG_SOC_RMT_GROUPS=1 -CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP=2 -CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP=2 -CONFIG_SOC_RMT_CHANNELS_PER_GROUP=4 -CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL=48 -CONFIG_SOC_RMT_SUPPORT_RX_PINGPONG=y -CONFIG_SOC_RMT_SUPPORT_RX_DEMODULATION=y -CONFIG_SOC_RMT_SUPPORT_TX_ASYNC_STOP=y -CONFIG_SOC_RMT_SUPPORT_TX_LOOP_COUNT=y -CONFIG_SOC_RMT_SUPPORT_TX_SYNCHRO=y -CONFIG_SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY=y -CONFIG_SOC_RMT_SUPPORT_XTAL=y -CONFIG_SOC_RMT_SUPPORT_APB=y -CONFIG_SOC_RMT_SUPPORT_RC_FAST=y -CONFIG_SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH=128 -CONFIG_SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM=108 -CONFIG_SOC_SLEEP_SYSTIMER_STALL_WORKAROUND=y -CONFIG_SOC_SLEEP_TGWDT_STOP_WORKAROUND=y -CONFIG_SOC_RTCIO_PIN_COUNT=0 -CONFIG_SOC_MPI_MEM_BLOCKS_NUM=4 -CONFIG_SOC_MPI_OPERATIONS_NUM=3 -CONFIG_SOC_RSA_MAX_BIT_LEN=3072 -CONFIG_SOC_SHA_DMA_MAX_BUFFER_SIZE=3968 -CONFIG_SOC_SHA_SUPPORT_DMA=y -CONFIG_SOC_SHA_SUPPORT_RESUME=y -CONFIG_SOC_SHA_GDMA=y -CONFIG_SOC_SHA_SUPPORT_SHA1=y -CONFIG_SOC_SHA_SUPPORT_SHA224=y -CONFIG_SOC_SHA_SUPPORT_SHA256=y -CONFIG_SOC_SDM_GROUPS=1 -CONFIG_SOC_SDM_CHANNELS_PER_GROUP=4 -CONFIG_SOC_SDM_CLK_SUPPORT_APB=y -CONFIG_SOC_SPI_PERIPH_NUM=2 -CONFIG_SOC_SPI_MAX_CS_NUM=6 -CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE=64 -CONFIG_SOC_SPI_SUPPORT_DDRCLK=y -CONFIG_SOC_SPI_SLAVE_SUPPORT_SEG_TRANS=y -CONFIG_SOC_SPI_SUPPORT_CD_SIG=y -CONFIG_SOC_SPI_SUPPORT_CONTINUOUS_TRANS=y -CONFIG_SOC_SPI_SUPPORT_SLAVE_HD_VER2=y -CONFIG_SOC_SPI_SUPPORT_CLK_APB=y -CONFIG_SOC_SPI_SUPPORT_CLK_XTAL=y -CONFIG_SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT=y -CONFIG_SOC_SPI_SCT_SUPPORTED=y -CONFIG_SOC_SPI_SCT_REG_NUM=14 -CONFIG_SOC_SPI_SCT_BUFFER_NUM_MAX=y -CONFIG_SOC_SPI_SCT_CONF_BITLEN_MAX=0x3FFFA -CONFIG_SOC_MEMSPI_IS_INDEPENDENT=y -CONFIG_SOC_SPI_MAX_PRE_DIVIDER=16 -CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE=y -CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND=y -CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_RESUME=y -CONFIG_SOC_SPI_MEM_SUPPORT_IDLE_INTR=y -CONFIG_SOC_SPI_MEM_SUPPORT_SW_SUSPEND=y -CONFIG_SOC_SPI_MEM_SUPPORT_CHECK_SUS=y -CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE=y -CONFIG_SOC_SPI_MEM_SUPPORT_WRAP=y -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_SYSTIMER_COUNTER_NUM=2 -CONFIG_SOC_SYSTIMER_ALARM_NUM=3 -CONFIG_SOC_SYSTIMER_BIT_WIDTH_LO=32 -CONFIG_SOC_SYSTIMER_BIT_WIDTH_HI=20 -CONFIG_SOC_SYSTIMER_FIXED_DIVIDER=y -CONFIG_SOC_SYSTIMER_INT_LEVEL=y -CONFIG_SOC_SYSTIMER_ALARM_MISS_COMPENSATE=y -CONFIG_SOC_TIMER_GROUPS=2 -CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP=1 -CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH=54 -CONFIG_SOC_TIMER_GROUP_SUPPORT_XTAL=y -CONFIG_SOC_TIMER_GROUP_SUPPORT_APB=y -CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS=2 -CONFIG_SOC_MWDT_SUPPORT_XTAL=y -CONFIG_SOC_TWAI_CONTROLLER_NUM=1 -CONFIG_SOC_TWAI_CLK_SUPPORT_APB=y -CONFIG_SOC_TWAI_BRP_MIN=2 -CONFIG_SOC_TWAI_BRP_MAX=16384 -CONFIG_SOC_TWAI_SUPPORTS_RX_STATUS=y -CONFIG_SOC_EFUSE_DIS_DOWNLOAD_ICACHE=y -CONFIG_SOC_EFUSE_DIS_PAD_JTAG=y -CONFIG_SOC_EFUSE_DIS_USB_JTAG=y -CONFIG_SOC_EFUSE_DIS_DIRECT_BOOT=y -CONFIG_SOC_EFUSE_SOFT_DIS_JTAG=y -CONFIG_SOC_EFUSE_DIS_ICACHE=y -CONFIG_SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK=y -CONFIG_SOC_SECURE_BOOT_V2_RSA=y -CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS=3 -CONFIG_SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS=y -CONFIG_SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY=y -CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX=32 -CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES=y -CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES_128=y -CONFIG_SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE=16 -CONFIG_SOC_MEMPROT_MEM_ALIGN_SIZE=512 -CONFIG_SOC_UART_NUM=2 -CONFIG_SOC_UART_HP_NUM=2 -CONFIG_SOC_UART_FIFO_LEN=128 -CONFIG_SOC_UART_BITRATE_MAX=5000000 -CONFIG_SOC_UART_SUPPORT_APB_CLK=y -CONFIG_SOC_UART_SUPPORT_RTC_CLK=y -CONFIG_SOC_UART_SUPPORT_XTAL_CLK=y -CONFIG_SOC_UART_SUPPORT_WAKEUP_INT=y -CONFIG_SOC_UART_SUPPORT_FSM_TX_WAIT_SEND=y -CONFIG_SOC_COEX_HW_PTI=y -CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE=21 -CONFIG_SOC_MAC_BB_PD_MEM_SIZE=192 -CONFIG_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH=12 -CONFIG_SOC_PM_SUPPORT_WIFI_WAKEUP=y -CONFIG_SOC_PM_SUPPORT_BT_WAKEUP=y -CONFIG_SOC_PM_SUPPORT_CPU_PD=y -CONFIG_SOC_PM_SUPPORT_WIFI_PD=y -CONFIG_SOC_PM_SUPPORT_BT_PD=y -CONFIG_SOC_PM_SUPPORT_RC_FAST_PD=y -CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD=y -CONFIG_SOC_PM_SUPPORT_MAC_BB_PD=y -CONFIG_SOC_PM_CPU_RETENTION_BY_RTCCNTL=y -CONFIG_SOC_PM_MODEM_RETENTION_BY_BACKUPDMA=y -CONFIG_SOC_PM_MODEM_PD_BY_SW=y -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_TEMPERATURE_SENSOR_SUPPORT_FAST_RC=y -CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL=y -CONFIG_SOC_WIFI_HW_TSF=y -CONFIG_SOC_WIFI_FTM_SUPPORT=y -CONFIG_SOC_WIFI_GCMP_SUPPORT=y -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_PHY_NEEDS_USB_WORKAROUND=y -CONFIG_SOC_BLE_SUPPORTED=y -CONFIG_SOC_BLE_MESH_SUPPORTED=y -CONFIG_SOC_BLE_50_SUPPORTED=y -CONFIG_SOC_BLE_DEVICE_PRIVACY_SUPPORTED=y -CONFIG_SOC_BLUFI_SUPPORTED=y -CONFIG_SOC_PHY_COMBO_MODULE=y -CONFIG_IDF_CMAKE=y -CONFIG_IDF_TOOLCHAIN="gcc" -CONFIG_IDF_TOOLCHAIN_GCC=y -CONFIG_IDF_TARGET_ARCH_RISCV=y -CONFIG_IDF_TARGET_ARCH="riscv" -CONFIG_IDF_TARGET="esp32c3" -CONFIG_IDF_INIT_VERSION="5.4.1" -CONFIG_IDF_TARGET_ESP32C3=y -CONFIG_IDF_FIRMWARE_CHIP_ID=0x0005 - -# -# 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 -# end of Build type - -# -# Bootloader config -# - -# -# Bootloader manager -# -CONFIG_BOOTLOADER_COMPILE_TIME_DATE=y -CONFIG_BOOTLOADER_PROJECT_VER=1 -# end of Bootloader manager - -CONFIG_BOOTLOADER_OFFSET_IN_FLASH=0x0 -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 - -# -# Log -# -# 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 - -# -# Format -# -# CONFIG_BOOTLOADER_LOG_COLORS is not set -CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS=y -# end of Format -# end of Log - -# -# Serial Flash Configurations -# -# CONFIG_BOOTLOADER_FLASH_DC_AWARE is not set -CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT=y -# end of Serial Flash Configurations - -# 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_V2_RSA_SUPPORTED=y -CONFIG_SECURE_BOOT_V2_PREFERRED=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 -CONFIG_SECURE_ROM_DL_MODE_ENABLED=y -# 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=9 -# 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_UART_CLK_IS_XTAL=y -CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM=3 -CONFIG_ESP_ROM_HAS_RETARGETABLE_LOCKING=y -CONFIG_ESP_ROM_HAS_ERASE_0_REGION_BUG=y -CONFIG_ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV=y -CONFIG_ESP_ROM_GET_CLK_FREQ=y -CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND=y -CONFIG_ESP_ROM_HAS_LAYOUT_TABLE=y -CONFIG_ESP_ROM_HAS_SPI_FLASH=y -CONFIG_ESP_ROM_HAS_ETS_PRINTF_BUG=y -CONFIG_ESP_ROM_HAS_NEWLIB=y -CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT=y -CONFIG_ESP_ROM_HAS_NEWLIB_32BIT_TIME=y -CONFIG_ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE=y -CONFIG_ESP_ROM_RAM_APP_NEEDS_MMU_INIT=y -CONFIG_ESP_ROM_HAS_SW_FLOAT=y -CONFIG_ESP_ROM_USB_OTG_NUM=-1 -CONFIG_ESP_ROM_HAS_VERSION=y -CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB=y - -# -# Boot ROM Behavior -# -CONFIG_BOOT_ROM_LOG_ALWAYS_ON=y -# CONFIG_BOOT_ROM_LOG_ALWAYS_OFF is not set -# CONFIG_BOOT_ROM_LOG_ON_GPIO_HIGH is not set -# CONFIG_BOOT_ROM_LOG_ON_GPIO_LOW is not set -# end of Boot ROM Behavior - -# -# 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=y -# CONFIG_ESPTOOLPY_FLASHFREQ_40M is not set -# CONFIG_ESPTOOLPY_FLASHFREQ_26M is not set -# CONFIG_ESPTOOLPY_FLASHFREQ_20M is not set -CONFIG_ESPTOOLPY_FLASHFREQ="80m" -# 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_TWO_OTA_LARGE 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 - -# -# Example Connection Configuration -# -CONFIG_ENV_GPIO_RANGE_MIN=0 -CONFIG_ENV_GPIO_RANGE_MAX=19 -CONFIG_ENV_GPIO_IN_RANGE_MAX=19 -CONFIG_ENV_GPIO_OUT_RANGE_MAX=19 -CONFIG_EXAMPLE_CONNECT_WIFI=y -# CONFIG_EXAMPLE_WIFI_SSID_PWD_FROM_STDIN is not set -CONFIG_EXAMPLE_PROVIDE_WIFI_CONSOLE_CMD=y -CONFIG_EXAMPLE_WIFI_SSID="IoT_bots" -CONFIG_EXAMPLE_WIFI_PASSWORD="208208208" -CONFIG_EXAMPLE_WIFI_CONN_MAX_RETRY=6 -# CONFIG_EXAMPLE_WIFI_SCAN_METHOD_FAST is not set -CONFIG_EXAMPLE_WIFI_SCAN_METHOD_ALL_CHANNEL=y - -# -# WiFi Scan threshold -# -CONFIG_EXAMPLE_WIFI_SCAN_RSSI_THRESHOLD=-127 -CONFIG_EXAMPLE_WIFI_AUTH_OPEN=y -# CONFIG_EXAMPLE_WIFI_AUTH_WEP is not set -# CONFIG_EXAMPLE_WIFI_AUTH_WPA_PSK is not set -# CONFIG_EXAMPLE_WIFI_AUTH_WPA2_PSK is not set -# CONFIG_EXAMPLE_WIFI_AUTH_WPA_WPA2_PSK is not set -# CONFIG_EXAMPLE_WIFI_AUTH_WPA2_ENTERPRISE is not set -# CONFIG_EXAMPLE_WIFI_AUTH_WPA3_PSK is not set -# CONFIG_EXAMPLE_WIFI_AUTH_WPA2_WPA3_PSK is not set -# CONFIG_EXAMPLE_WIFI_AUTH_WAPI_PSK is not set -# end of WiFi Scan threshold - -CONFIG_EXAMPLE_WIFI_CONNECT_AP_BY_SIGNAL=y -# CONFIG_EXAMPLE_WIFI_CONNECT_AP_BY_SECURITY is not set -# CONFIG_EXAMPLE_CONNECT_ETHERNET is not set -# CONFIG_EXAMPLE_CONNECT_PPP is not set -CONFIG_EXAMPLE_CONNECT_IPV4=y -CONFIG_EXAMPLE_CONNECT_IPV6=y -CONFIG_EXAMPLE_CONNECT_IPV6_PREF_LOCAL_LINK=y -# CONFIG_EXAMPLE_CONNECT_IPV6_PREF_GLOBAL is not set -# CONFIG_EXAMPLE_CONNECT_IPV6_PREF_SITE_LOCAL is not set -# CONFIG_EXAMPLE_CONNECT_IPV6_PREF_UNIQUE_LOCAL is not set -# end of Example Connection Configuration - -# -# Compiler options -# -CONFIG_COMPILER_OPTIMIZATION_DEBUG=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_ASSERT_NDEBUG_EVALUATE=y -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_NO_MERGE_CONSTANTS is not set -# CONFIG_COMPILER_WARN_WRITE_STRINGS is not set -# CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS is not set -CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS=y -# CONFIG_COMPILER_DISABLE_GCC12_WARNINGS is not set -# CONFIG_COMPILER_DISABLE_GCC13_WARNINGS is not set -# CONFIG_COMPILER_DISABLE_GCC14_WARNINGS is not set -# CONFIG_COMPILER_DUMP_RTL_FILES is not set -CONFIG_COMPILER_RT_LIB_GCCLIB=y -CONFIG_COMPILER_RT_LIB_NAME="gcc" -CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING=y -# CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE is not set -# CONFIG_COMPILER_STATIC_ANALYZER 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_USB_CDC 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 - -# -# Console Library -# -# CONFIG_CONSOLE_SORTED_HELP is not set -# end of Console Library - -# -# Driver Configurations -# - -# -# TWAI Configuration -# -# CONFIG_TWAI_ISR_IN_IRAM is not set -CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM=y -# end of TWAI Configuration - -# -# Legacy ADC Driver Configuration -# -# CONFIG_ADC_SUPPRESS_DEPRECATE_WARN is not set - -# -# Legacy ADC Calibration Configuration -# -# CONFIG_ADC_CALI_SUPPRESS_DEPRECATE_WARN is not set -# end of Legacy ADC Calibration Configuration -# end of Legacy ADC Driver Configuration - -# -# Legacy Timer Group Driver Configurations -# -# CONFIG_GPTIMER_SUPPRESS_DEPRECATE_WARN is not set -# end of Legacy Timer Group Driver Configurations - -# -# Legacy RMT Driver Configurations -# -# CONFIG_RMT_SUPPRESS_DEPRECATE_WARN is not set -# end of Legacy RMT Driver Configurations - -# -# Legacy I2S Driver Configurations -# -# CONFIG_I2S_SUPPRESS_DEPRECATE_WARN is not set -# end of Legacy I2S Driver Configurations - -# -# Legacy SDM Driver Configurations -# -# CONFIG_SDM_SUPPRESS_DEPRECATE_WARN is not set -# end of Legacy SDM Driver Configurations - -# -# Legacy Temperature Sensor Driver Configurations -# -# CONFIG_TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN is not set -# end of Legacy Temperature Sensor Driver Configurations -# end of Driver Configurations - -# -# eFuse Bit Manager -# -# CONFIG_EFUSE_CUSTOM_TABLE is not set -# CONFIG_EFUSE_VIRTUAL is not set -CONFIG_EFUSE_MAX_BLK_LEN=256 -# end of eFuse Bit Manager - -# -# ESP-TLS -# -CONFIG_ESP_TLS_USING_MBEDTLS=y -CONFIG_ESP_TLS_USE_DS_PERIPHERAL=y -# CONFIG_ESP_TLS_CLIENT_SESSION_TICKETS is not set -# CONFIG_ESP_TLS_SERVER_SESSION_TICKETS is not set -# CONFIG_ESP_TLS_SERVER_CERT_SELECT_HOOK is not set -# CONFIG_ESP_TLS_SERVER_MIN_AUTH_MODE_OPTIONAL is not set -# CONFIG_ESP_TLS_PSK_VERIFICATION is not set -CONFIG_ESP_TLS_INSECURE=y -CONFIG_ESP_TLS_SKIP_SERVER_CERT_VERIFY=y -# 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 -# CONFIG_ADC_CONTINUOUS_FORCE_USE_ADC2_ON_C3_S3 is not set -# CONFIG_ADC_ONESHOT_FORCE_USE_ADC2_ON_C3 is not set -# CONFIG_ADC_ENABLE_DEBUG_LOG is not set -# end of ADC and ADC Calibration - -# -# Wireless Coexistence -# -CONFIG_ESP_COEX_ENABLED=y -# CONFIG_ESP_COEX_EXTERNAL_COEXIST_ENABLE is not set -# 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 - -# -# ESP-Driver:GPIO Configurations -# -# CONFIG_GPIO_CTRL_FUNC_IN_IRAM is not set -# end of ESP-Driver:GPIO Configurations - -# -# ESP-Driver:GPTimer Configurations -# -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_ENABLE_DEBUG_LOG is not set -# end of ESP-Driver:GPTimer Configurations - -# -# ESP-Driver:I2C Configurations -# -# CONFIG_I2C_ISR_IRAM_SAFE is not set -# CONFIG_I2C_ENABLE_DEBUG_LOG is not set -# CONFIG_I2C_ENABLE_SLAVE_DRIVER_VERSION_2 is not set -# end of ESP-Driver:I2C Configurations - -# -# ESP-Driver:I2S Configurations -# -# CONFIG_I2S_ISR_IRAM_SAFE is not set -# CONFIG_I2S_ENABLE_DEBUG_LOG is not set -# end of ESP-Driver:I2S Configurations - -# -# ESP-Driver:LEDC Configurations -# -# CONFIG_LEDC_CTRL_FUNC_IN_IRAM is not set -# end of ESP-Driver:LEDC Configurations - -# -# ESP-Driver:RMT Configurations -# -# CONFIG_RMT_ISR_IRAM_SAFE is not set -# CONFIG_RMT_RECV_FUNC_IN_IRAM is not set -# CONFIG_RMT_ENABLE_DEBUG_LOG is not set -# end of ESP-Driver:RMT Configurations - -# -# ESP-Driver:Sigma Delta Modulator Configurations -# -# CONFIG_SDM_CTRL_FUNC_IN_IRAM is not set -# CONFIG_SDM_ENABLE_DEBUG_LOG is not set -# end of ESP-Driver:Sigma Delta Modulator Configurations - -# -# ESP-Driver:SPI Configurations -# -# 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 ESP-Driver:SPI Configurations - -# -# ESP-Driver:Temperature Sensor Configurations -# -# CONFIG_TEMP_SENSOR_ENABLE_DEBUG_LOG is not set -# end of ESP-Driver:Temperature Sensor Configurations - -# -# ESP-Driver:UART Configurations -# -# CONFIG_UART_ISR_IN_IRAM is not set -# end of ESP-Driver:UART Configurations - -# -# ESP-Driver:USB Serial/JTAG Configuration -# -CONFIG_USJ_ENABLE_USB_SERIAL_JTAG=y -# end of ESP-Driver:USB Serial/JTAG Configuration - -# -# Ethernet -# -CONFIG_ETH_ENABLED=y -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 -# -CONFIG_ESP_GDBSTUB_ENABLED=y -# CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME is not set -CONFIG_ESP_GDBSTUB_SUPPORT_TASKS=y -CONFIG_ESP_GDBSTUB_MAX_TASKS=32 -# 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 -# CONFIG_ESP_HTTP_CLIENT_ENABLE_CUSTOM_TRANSPORT is not set -CONFIG_ESP_HTTP_CLIENT_EVENT_POST_TIMEOUT=2000 -# 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 -CONFIG_HTTPD_SERVER_EVENT_POST_TIMEOUT=2000 -# 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 -CONFIG_ESP_HTTPS_OTA_EVENT_POST_TIMEOUT=2000 -# end of ESP HTTPS OTA - -# -# ESP HTTPS server -# -# CONFIG_ESP_HTTPS_SERVER_ENABLE is not set -CONFIG_ESP_HTTPS_SERVER_EVENT_POST_TIMEOUT=2000 -# end of ESP HTTPS server - -# -# Hardware Settings -# - -# -# Chip revision -# -# CONFIG_ESP32C3_REV_MIN_0 is not set -# CONFIG_ESP32C3_REV_MIN_1 is not set -# CONFIG_ESP32C3_REV_MIN_2 is not set -CONFIG_ESP32C3_REV_MIN_3=y -# CONFIG_ESP32C3_REV_MIN_4 is not set -# CONFIG_ESP32C3_REV_MIN_101 is not set -CONFIG_ESP32C3_REV_MIN_FULL=3 -CONFIG_ESP_REV_MIN_FULL=3 - -# -# Maximum Supported ESP32-C3 Revision (Rev v1.99) -# -CONFIG_ESP32C3_REV_MAX_FULL=199 -CONFIG_ESP_REV_MAX_FULL=199 -CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL=0 -CONFIG_ESP_EFUSE_BLOCK_REV_MAX_FULL=199 - -# -# Maximum Supported ESP32-C3 eFuse Block Revision (eFuse Block Rev v1.99) -# -# 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_ESP_MAC_UNIVERSAL_MAC_ADDRESSES=4 -# CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_TWO is not set -CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR=y -CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES=4 -# 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_GPIO_RESET_WORKAROUND=y -CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY=0 -# CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION is not set -# CONFIG_ESP_SLEEP_DEBUG is not set -CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS=y -# 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 - -# -# GDMA Configurations -# -CONFIG_GDMA_CTRL_FUNC_IN_IRAM=y -# CONFIG_GDMA_ISR_IRAM_SAFE is not set -# CONFIG_GDMA_ENABLE_DEBUG_LOG is not set -# end of GDMA Configurations - -# -# Main XTAL Config -# -CONFIG_XTAL_FREQ_40=y -CONFIG_XTAL_FREQ=40 -# end of Main XTAL Config - -CONFIG_ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM=y -# end of Hardware Settings - -# -# ESP-Driver:LCD Controller Configurations -# -# CONFIG_LCD_ENABLE_DEBUG_LOG is not set -# end of ESP-Driver:LCD Controller Configurations - -# -# ESP-MM: Memory Management Configurations -# -# end of ESP-MM: Memory Management Configurations - -# -# ESP NETIF Adapter -# -CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL=120 -# CONFIG_ESP_NETIF_PROVIDE_CUSTOM_IMPLEMENTATION is not set -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_REPORT_DATA_TRAFFIC=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 -# CONFIG_ESP_NETIF_SET_DNS_PER_DEFAULT_NETIF is not set -# end of ESP NETIF Adapter - -# -# Partition API Configuration -# -# end of Partition API Configuration - -# -# PHY -# -CONFIG_ESP_PHY_ENABLED=y -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_USB=y -# 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 -# CONFIG_ESP_PHY_RECORD_USED_TIME is not set -# end of PHY - -# -# Power Management -# -# CONFIG_PM_ENABLE is not set -# CONFIG_PM_SLP_IRAM_OPT is not set -CONFIG_PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP=y -# end of Power Management - -# -# ESP PSRAM -# - -# -# ESP Ringbuf -# -# CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH is not set -# end of ESP Ringbuf - -# -# ESP Security Specific -# -# end of ESP Security Specific - -# -# 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=160 -# 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_PANIC_REBOOT_DELAY_SECONDS=0 -CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE=y -CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK=y -CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP=y -# CONFIG_ESP_SYSTEM_USE_EH_FRAME is not set - -# -# Memory protection -# -CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=y -CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_LOCK=y -# 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_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_USB_SERIAL_JTAG is not set -# CONFIG_ESP_CONSOLE_UART_CUSTOM is not set -# CONFIG_ESP_CONSOLE_NONE is not set -# CONFIG_ESP_CONSOLE_SECONDARY_NONE is not set -CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG=y -CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED=y -CONFIG_ESP_CONSOLE_UART=y -CONFIG_ESP_CONSOLE_UART_NUM=0 -CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_NUM=0 -CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200 -CONFIG_ESP_INT_WDT=y -CONFIG_ESP_INT_WDT_TIMEOUT_MS=300 -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_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_4=y - -# -# Brownout Detector -# -CONFIG_ESP_BROWNOUT_DET=y -CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7=y -# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6 is not set -# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5 is not set -# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4 is not set -# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3 is not set -# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2 is not set -CONFIG_ESP_BROWNOUT_DET_LVL=7 -# end of Brownout Detector - -CONFIG_ESP_SYSTEM_BROWNOUT_INTR=y -CONFIG_ESP_SYSTEM_HW_STACK_GUARD=y -CONFIG_ESP_SYSTEM_HW_PC_RECORD=y -# end of ESP System Settings - -# -# IPC (Inter-Processor Call) -# -CONFIG_ESP_IPC_TASK_STACK_SIZE=1024 -# end of IPC (Inter-Processor Call) - -# -# ESP Timer (High Resolution 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_CPU0=y -# CONFIG_ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD is not set -CONFIG_ESP_TIMER_IMPL_SYSTIMER=y -# end of ESP Timer (High Resolution 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_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_FTM_ENABLE is not set -CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE=y -# CONFIG_ESP_WIFI_GCMP_SUPPORT is not set -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_MBEDTLS_CRYPTO=y -CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT=y -# CONFIG_ESP_WIFI_WAPI_PSK is not set -# CONFIG_ESP_WIFI_SUITE_B_192 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_USE_STRFUNC_NONE=y -# CONFIG_FATFS_USE_STRFUNC_WITHOUT_CRLF_CONV is not set -# CONFIG_FATFS_USE_STRFUNC_WITH_CRLF_CONV is not set -CONFIG_FATFS_VFS_FSTAT_BLKSIZE=0 -# CONFIG_FATFS_IMMEDIATE_FSYNC is not set -# CONFIG_FATFS_USE_LABEL is not set -CONFIG_FATFS_LINK_LOCK=y -# end of FAT Filesystem support - -# -# FreeRTOS -# - -# -# Kernel -# -# CONFIG_FREERTOS_SMP is not set -CONFIG_FREERTOS_UNICORE=y -CONFIG_FREERTOS_HZ=100 -CONFIG_FREERTOS_OPTIMIZED_SCHEDULER=y -# 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_USE_TIMERS=y -CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME="Tmr Svc" -# CONFIG_FREERTOS_TIMER_TASK_AFFINITY_CPU0 is not set -CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY=y -CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY=0x7FFFFFFF -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_USE_LIST_DATA_INTEGRITY_CHECK_BYTES is not set -# CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS is not set -# CONFIG_FREERTOS_USE_APPLICATION_TASK_TAG 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_TASK_PRE_DELETION_HOOK is not set -# 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_TICK_SUPPORT_SYSTIMER=y -CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1=y -# CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL3 is not set -CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER=y -# CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH is not set -# CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE is not set -# end of Port - -# -# Extra -# -# end of Extra - -CONFIG_FREERTOS_PORT=y -CONFIG_FREERTOS_NO_AFFINITY=0x7FFFFFFF -CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION=y -CONFIG_FREERTOS_DEBUG_OCDAWARE=y -CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT=y -CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH=y -CONFIG_FREERTOS_NUMBER_OF_CORES=1 -# 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 -# CONFIG_HAL_ECDSA_GEN_SIG_CM is not set -# 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_TASK_TRACKING 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 -# - -# -# Log Level -# -# 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 - -# -# Level Settings -# -# CONFIG_LOG_MASTER_LEVEL is not set -CONFIG_LOG_DYNAMIC_LEVEL_CONTROL=y -# CONFIG_LOG_TAG_LEVEL_IMPL_NONE is not set -# CONFIG_LOG_TAG_LEVEL_IMPL_LINKED_LIST is not set -CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST=y -# CONFIG_LOG_TAG_LEVEL_CACHE_ARRAY is not set -CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP=y -CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE=31 -# end of Level Settings -# end of Log Level - -# -# Format -# -# CONFIG_LOG_COLORS is not set -CONFIG_LOG_TIMESTAMP_SOURCE_RTOS=y -# CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM is not set -# end of Format -# end of Log - -# -# LWIP -# -CONFIG_LWIP_ENABLE=y -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_DOES_ACD_CHECK is not set -# CONFIG_LWIP_DHCP_DOES_NOT_CHECK_OFFERED_IP is not set -# 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 -CONFIG_LWIP_DHCPS_STATIC_ENTRIES=y -CONFIG_LWIP_DHCPS_ADD_DNS=y -# 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_ACCEPTMBOX_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=0x7FFFFFFF -CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE=3 -CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS=5 -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_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 -CONFIG_LWIP_SNTP_STARTUP_DELAY=y -CONFIG_LWIP_SNTP_MAXIMUM_STARTUP_DELAY=5000 -# end of SNTP - -# -# DNS -# -CONFIG_LWIP_DNS_MAX_HOST_IP=1 -CONFIG_LWIP_DNS_MAX_SERVERS=3 -# CONFIG_LWIP_FALLBACK_DNS_SERVER_SUPPORT is not set -# CONFIG_LWIP_DNS_SETSERVER_WITH_NETIF 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_DEPRECATED_LIST 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_AES_USE_INTERRUPT=y -CONFIG_MBEDTLS_AES_INTERRUPT_LEVEL=0 -CONFIG_MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER=y -CONFIG_MBEDTLS_HARDWARE_MPI=y -CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI=y -CONFIG_MBEDTLS_MPI_USE_INTERRUPT=y -CONFIG_MBEDTLS_MPI_INTERRUPT_LEVEL=0 -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_PK_PARSE_EC_EXTENDED=y -CONFIG_MBEDTLS_PK_PARSE_EC_COMPRESSED=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 -CONFIG_MBEDTLS_FS_IO=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_ENCRYPTION is not set -# CONFIG_NVS_ASSERT_ERROR_CHECK is not set -# CONFIG_NVS_LEGACY_DUP_KEYS_COMPATIBILITY 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_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_AUTO_SUSPEND is not set -CONFIG_SPI_FLASH_SUSPEND_TSUS_VAL_US=50 -# 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_ROM_IMPL is not set -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_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_VENDOR_BOYA_SUPPORTED=y -CONFIG_SPI_FLASH_VENDOR_TH_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=y -CONFIG_SPI_FLASH_SUPPORT_TH_CHIP=y -# 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 - -# -# 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) - -CONFIG_VFS_INITIALIZE_DEV_NULL=y -# 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_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_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_COMPILER_OPTIMIZATION_DEFAULT=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_EXTERNAL_COEX_ENABLE is not set -# CONFIG_ESP_WIFI_EXTERNAL_COEXIST_ENABLE is not set -# CONFIG_EVENT_LOOP_PROFILING is not set -CONFIG_POST_EVENTS_FROM_ISR=y -CONFIG_POST_EVENTS_FROM_IRAM_ISR=y -CONFIG_GDBSTUB_SUPPORT_TASKS=y -CONFIG_GDBSTUB_MAX_TASKS=32 -# CONFIG_OTA_ALLOW_HTTP is not set -# CONFIG_ESP_SYSTEM_PD_FLASH is not set -CONFIG_ESP32C3_LIGHTSLEEP_GPIO_RESET_WORKAROUND=y -CONFIG_ESP32C3_RTC_CLK_SRC_INT_RC=y -# CONFIG_ESP32C3_RTC_CLK_SRC_EXT_CRYS is not set -# CONFIG_ESP32C3_RTC_CLK_SRC_EXT_OSC is not set -# CONFIG_ESP32C3_RTC_CLK_SRC_INT_8MD256 is not set -CONFIG_ESP32C3_RTC_CLK_CAL_CYCLES=1024 -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_ESP_SYSTEM_PM_POWER_DOWN_CPU=y -# CONFIG_ESP32C3_DEFAULT_CPU_FREQ_80 is not set -CONFIG_ESP32C3_DEFAULT_CPU_FREQ_160=y -CONFIG_ESP32C3_DEFAULT_CPU_FREQ_MHZ=160 -CONFIG_ESP32C3_MEMPROT_FEATURE=y -CONFIG_ESP32C3_MEMPROT_FEATURE_LOCK=y -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_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_ESP32_DEBUG_STUBS_ENABLE is not set -CONFIG_ESP32C3_DEBUG_OCDAWARE=y -CONFIG_BROWNOUT_DET=y -CONFIG_ESP32C3_BROWNOUT_DET=y -CONFIG_ESP32C3_BROWNOUT_DET=y -CONFIG_BROWNOUT_DET_LVL_SEL_7=y -CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_7=y -# CONFIG_BROWNOUT_DET_LVL_SEL_6 is not set -# CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_6 is not set -# CONFIG_BROWNOUT_DET_LVL_SEL_5 is not set -# CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_5 is not set -# CONFIG_BROWNOUT_DET_LVL_SEL_4 is not set -# CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_4 is not set -# CONFIG_BROWNOUT_DET_LVL_SEL_3 is not set -# CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_3 is not set -# CONFIG_BROWNOUT_DET_LVL_SEL_2 is not set -# CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_2 is not set -CONFIG_BROWNOUT_DET_LVL=7 -CONFIG_ESP32C3_BROWNOUT_DET_LVL=7 -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_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_SUITE_B_192 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=0x7FFFFFFF -# CONFIG_PPP_SUPPORT is not set -CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC_SYSTIMER=y -# CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC is not set -# CONFIG_ESP32C3_TIME_SYSCALL_USE_SYSTIMER is not set -# CONFIG_ESP32C3_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_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_SUPPRESS_SELECT_DEBUG_OUTPUT=y -CONFIG_SUPPORT_TERMIOS=y -CONFIG_SEMIHOSTFS_MAX_MOUNT_POINTS=1 -# End of deprecated options diff --git a/ESP-IDF_mqtt-ssl/sdkconfig.old b/ESP-IDF_mqtt-ssl/sdkconfig.old deleted file mode 100644 index aafd780fa..000000000 --- a/ESP-IDF_mqtt-ssl/sdkconfig.old +++ /dev/null @@ -1,2080 +0,0 @@ -# -# Automatically generated file. DO NOT EDIT. -# Espressif IoT Development Framework (ESP-IDF) 5.4.1 Project Configuration -# -CONFIG_SOC_ADC_SUPPORTED=y -CONFIG_SOC_DEDICATED_GPIO_SUPPORTED=y -CONFIG_SOC_UART_SUPPORTED=y -CONFIG_SOC_GDMA_SUPPORTED=y -CONFIG_SOC_AHB_GDMA_SUPPORTED=y -CONFIG_SOC_GPTIMER_SUPPORTED=y -CONFIG_SOC_TWAI_SUPPORTED=y -CONFIG_SOC_BT_SUPPORTED=y -CONFIG_SOC_ASYNC_MEMCPY_SUPPORTED=y -CONFIG_SOC_USB_SERIAL_JTAG_SUPPORTED=y -CONFIG_SOC_TEMP_SENSOR_SUPPORTED=y -CONFIG_SOC_XT_WDT_SUPPORTED=y -CONFIG_SOC_PHY_SUPPORTED=y -CONFIG_SOC_WIFI_SUPPORTED=y -CONFIG_SOC_SUPPORTS_SECURE_DL_MODE=y -CONFIG_SOC_EFUSE_KEY_PURPOSE_FIELD=y -CONFIG_SOC_EFUSE_HAS_EFUSE_RST_BUG=y -CONFIG_SOC_EFUSE_SUPPORTED=y -CONFIG_SOC_RTC_FAST_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_SYSTIMER_SUPPORTED=y -CONFIG_SOC_SUPPORT_COEXISTENCE=y -CONFIG_SOC_AES_SUPPORTED=y -CONFIG_SOC_MPI_SUPPORTED=y -CONFIG_SOC_SHA_SUPPORTED=y -CONFIG_SOC_HMAC_SUPPORTED=y -CONFIG_SOC_DIG_SIGN_SUPPORTED=y -CONFIG_SOC_FLASH_ENC_SUPPORTED=y -CONFIG_SOC_SECURE_BOOT_SUPPORTED=y -CONFIG_SOC_MEMPROT_SUPPORTED=y -CONFIG_SOC_BOD_SUPPORTED=y -CONFIG_SOC_CLK_TREE_SUPPORTED=y -CONFIG_SOC_ASSIST_DEBUG_SUPPORTED=y -CONFIG_SOC_WDT_SUPPORTED=y -CONFIG_SOC_SPI_FLASH_SUPPORTED=y -CONFIG_SOC_RNG_SUPPORTED=y -CONFIG_SOC_LIGHT_SLEEP_SUPPORTED=y -CONFIG_SOC_DEEP_SLEEP_SUPPORTED=y -CONFIG_SOC_LP_PERIPH_SHARE_INTERRUPT=y -CONFIG_SOC_PM_SUPPORTED=y -CONFIG_SOC_XTAL_SUPPORT_40M=y -CONFIG_SOC_AES_SUPPORT_DMA=y -CONFIG_SOC_AES_GDMA=y -CONFIG_SOC_AES_SUPPORT_AES_128=y -CONFIG_SOC_AES_SUPPORT_AES_256=y -CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED=y -CONFIG_SOC_ADC_ARBITER_SUPPORTED=y -CONFIG_SOC_ADC_DIG_IIR_FILTER_SUPPORTED=y -CONFIG_SOC_ADC_MONITOR_SUPPORTED=y -CONFIG_SOC_ADC_DMA_SUPPORTED=y -CONFIG_SOC_ADC_PERIPH_NUM=2 -CONFIG_SOC_ADC_MAX_CHANNEL_NUM=5 -CONFIG_SOC_ADC_ATTEN_NUM=4 -CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM=1 -CONFIG_SOC_ADC_PATT_LEN_MAX=8 -CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH=12 -CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH=12 -CONFIG_SOC_ADC_DIGI_RESULT_BYTES=4 -CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV=4 -CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM=2 -CONFIG_SOC_ADC_DIGI_MONITOR_NUM=2 -CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH=83333 -CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW=611 -CONFIG_SOC_ADC_RTC_MIN_BITWIDTH=12 -CONFIG_SOC_ADC_RTC_MAX_BITWIDTH=12 -CONFIG_SOC_ADC_CALIBRATION_V1_SUPPORTED=y -CONFIG_SOC_ADC_SELF_HW_CALI_SUPPORTED=y -CONFIG_SOC_ADC_SHARED_POWER=y -CONFIG_SOC_APB_BACKUP_DMA=y -CONFIG_SOC_BROWNOUT_RESET_SUPPORTED=y -CONFIG_SOC_SHARED_IDCACHE_SUPPORTED=y -CONFIG_SOC_CACHE_MEMORY_IBANK_SIZE=0x4000 -CONFIG_SOC_CPU_CORES_NUM=1 -CONFIG_SOC_CPU_INTR_NUM=32 -CONFIG_SOC_CPU_HAS_FLEXIBLE_INTC=y -CONFIG_SOC_CPU_HAS_CSR_PC=y -CONFIG_SOC_CPU_BREAKPOINTS_NUM=8 -CONFIG_SOC_CPU_WATCHPOINTS_NUM=8 -CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE=0x80000000 -CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN=3072 -CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH=16 -CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US=1100 -CONFIG_SOC_AHB_GDMA_VERSION=1 -CONFIG_SOC_GDMA_NUM_GROUPS_MAX=1 -CONFIG_SOC_GDMA_PAIRS_PER_GROUP_MAX=3 -CONFIG_SOC_GPIO_PORT=1 -CONFIG_SOC_GPIO_PIN_COUNT=22 -CONFIG_SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER=y -CONFIG_SOC_GPIO_FILTER_CLK_SUPPORT_APB=y -CONFIG_SOC_GPIO_SUPPORT_FORCE_HOLD=y -CONFIG_SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP=y -CONFIG_SOC_GPIO_IN_RANGE_MAX=21 -CONFIG_SOC_GPIO_OUT_RANGE_MAX=21 -CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK=0 -CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT=6 -CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK=0x00000000003FFFC0 -CONFIG_SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX=y -CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM=3 -CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP=y -CONFIG_SOC_DEDIC_GPIO_OUT_CHANNELS_NUM=8 -CONFIG_SOC_DEDIC_GPIO_IN_CHANNELS_NUM=8 -CONFIG_SOC_DEDIC_PERIPH_ALWAYS_ENABLE=y -CONFIG_SOC_I2C_NUM=1 -CONFIG_SOC_HP_I2C_NUM=1 -CONFIG_SOC_I2C_FIFO_LEN=32 -CONFIG_SOC_I2C_CMD_REG_NUM=8 -CONFIG_SOC_I2C_SUPPORT_SLAVE=y -CONFIG_SOC_I2C_SUPPORT_HW_CLR_BUS=y -CONFIG_SOC_I2C_SUPPORT_XTAL=y -CONFIG_SOC_I2C_SUPPORT_RTC=y -CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR=y -CONFIG_SOC_I2C_SLAVE_SUPPORT_BROADCAST=y -CONFIG_SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE=y -CONFIG_SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS=y -CONFIG_SOC_I2S_NUM=1 -CONFIG_SOC_I2S_HW_VERSION_2=y -CONFIG_SOC_I2S_SUPPORTS_XTAL=y -CONFIG_SOC_I2S_SUPPORTS_PLL_F160M=y -CONFIG_SOC_I2S_SUPPORTS_PCM=y -CONFIG_SOC_I2S_SUPPORTS_PDM=y -CONFIG_SOC_I2S_SUPPORTS_PDM_TX=y -CONFIG_SOC_I2S_PDM_MAX_TX_LINES=2 -CONFIG_SOC_I2S_SUPPORTS_TDM=y -CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK=y -CONFIG_SOC_LEDC_SUPPORT_XTAL_CLOCK=y -CONFIG_SOC_LEDC_TIMER_NUM=4 -CONFIG_SOC_LEDC_CHANNEL_NUM=6 -CONFIG_SOC_LEDC_TIMER_BIT_WIDTH=14 -CONFIG_SOC_LEDC_SUPPORT_FADE_STOP=y -CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM=1 -CONFIG_SOC_MMU_PERIPH_NUM=1 -CONFIG_SOC_MPU_MIN_REGION_SIZE=0x20000000 -CONFIG_SOC_MPU_REGIONS_MAX_NUM=8 -CONFIG_SOC_RMT_GROUPS=1 -CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP=2 -CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP=2 -CONFIG_SOC_RMT_CHANNELS_PER_GROUP=4 -CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL=48 -CONFIG_SOC_RMT_SUPPORT_RX_PINGPONG=y -CONFIG_SOC_RMT_SUPPORT_RX_DEMODULATION=y -CONFIG_SOC_RMT_SUPPORT_TX_ASYNC_STOP=y -CONFIG_SOC_RMT_SUPPORT_TX_LOOP_COUNT=y -CONFIG_SOC_RMT_SUPPORT_TX_SYNCHRO=y -CONFIG_SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY=y -CONFIG_SOC_RMT_SUPPORT_XTAL=y -CONFIG_SOC_RMT_SUPPORT_APB=y -CONFIG_SOC_RMT_SUPPORT_RC_FAST=y -CONFIG_SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH=128 -CONFIG_SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM=108 -CONFIG_SOC_SLEEP_SYSTIMER_STALL_WORKAROUND=y -CONFIG_SOC_SLEEP_TGWDT_STOP_WORKAROUND=y -CONFIG_SOC_RTCIO_PIN_COUNT=0 -CONFIG_SOC_MPI_MEM_BLOCKS_NUM=4 -CONFIG_SOC_MPI_OPERATIONS_NUM=3 -CONFIG_SOC_RSA_MAX_BIT_LEN=3072 -CONFIG_SOC_SHA_DMA_MAX_BUFFER_SIZE=3968 -CONFIG_SOC_SHA_SUPPORT_DMA=y -CONFIG_SOC_SHA_SUPPORT_RESUME=y -CONFIG_SOC_SHA_GDMA=y -CONFIG_SOC_SHA_SUPPORT_SHA1=y -CONFIG_SOC_SHA_SUPPORT_SHA224=y -CONFIG_SOC_SHA_SUPPORT_SHA256=y -CONFIG_SOC_SDM_GROUPS=1 -CONFIG_SOC_SDM_CHANNELS_PER_GROUP=4 -CONFIG_SOC_SDM_CLK_SUPPORT_APB=y -CONFIG_SOC_SPI_PERIPH_NUM=2 -CONFIG_SOC_SPI_MAX_CS_NUM=6 -CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE=64 -CONFIG_SOC_SPI_SUPPORT_DDRCLK=y -CONFIG_SOC_SPI_SLAVE_SUPPORT_SEG_TRANS=y -CONFIG_SOC_SPI_SUPPORT_CD_SIG=y -CONFIG_SOC_SPI_SUPPORT_CONTINUOUS_TRANS=y -CONFIG_SOC_SPI_SUPPORT_SLAVE_HD_VER2=y -CONFIG_SOC_SPI_SUPPORT_CLK_APB=y -CONFIG_SOC_SPI_SUPPORT_CLK_XTAL=y -CONFIG_SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT=y -CONFIG_SOC_SPI_SCT_SUPPORTED=y -CONFIG_SOC_SPI_SCT_REG_NUM=14 -CONFIG_SOC_SPI_SCT_BUFFER_NUM_MAX=y -CONFIG_SOC_SPI_SCT_CONF_BITLEN_MAX=0x3FFFA -CONFIG_SOC_MEMSPI_IS_INDEPENDENT=y -CONFIG_SOC_SPI_MAX_PRE_DIVIDER=16 -CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE=y -CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND=y -CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_RESUME=y -CONFIG_SOC_SPI_MEM_SUPPORT_IDLE_INTR=y -CONFIG_SOC_SPI_MEM_SUPPORT_SW_SUSPEND=y -CONFIG_SOC_SPI_MEM_SUPPORT_CHECK_SUS=y -CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE=y -CONFIG_SOC_SPI_MEM_SUPPORT_WRAP=y -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_SYSTIMER_COUNTER_NUM=2 -CONFIG_SOC_SYSTIMER_ALARM_NUM=3 -CONFIG_SOC_SYSTIMER_BIT_WIDTH_LO=32 -CONFIG_SOC_SYSTIMER_BIT_WIDTH_HI=20 -CONFIG_SOC_SYSTIMER_FIXED_DIVIDER=y -CONFIG_SOC_SYSTIMER_INT_LEVEL=y -CONFIG_SOC_SYSTIMER_ALARM_MISS_COMPENSATE=y -CONFIG_SOC_TIMER_GROUPS=2 -CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP=1 -CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH=54 -CONFIG_SOC_TIMER_GROUP_SUPPORT_XTAL=y -CONFIG_SOC_TIMER_GROUP_SUPPORT_APB=y -CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS=2 -CONFIG_SOC_LP_TIMER_BIT_WIDTH_LO=32 -CONFIG_SOC_LP_TIMER_BIT_WIDTH_HI=16 -CONFIG_SOC_MWDT_SUPPORT_XTAL=y -CONFIG_SOC_TWAI_CONTROLLER_NUM=1 -CONFIG_SOC_TWAI_CLK_SUPPORT_APB=y -CONFIG_SOC_TWAI_BRP_MIN=2 -CONFIG_SOC_TWAI_BRP_MAX=16384 -CONFIG_SOC_TWAI_SUPPORTS_RX_STATUS=y -CONFIG_SOC_EFUSE_DIS_DOWNLOAD_ICACHE=y -CONFIG_SOC_EFUSE_DIS_PAD_JTAG=y -CONFIG_SOC_EFUSE_DIS_USB_JTAG=y -CONFIG_SOC_EFUSE_DIS_DIRECT_BOOT=y -CONFIG_SOC_EFUSE_SOFT_DIS_JTAG=y -CONFIG_SOC_EFUSE_DIS_ICACHE=y -CONFIG_SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK=y -CONFIG_SOC_SECURE_BOOT_V2_RSA=y -CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS=3 -CONFIG_SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS=y -CONFIG_SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY=y -CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX=32 -CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES=y -CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES_128=y -CONFIG_SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE=16 -CONFIG_SOC_MEMPROT_MEM_ALIGN_SIZE=512 -CONFIG_SOC_UART_NUM=2 -CONFIG_SOC_UART_HP_NUM=2 -CONFIG_SOC_UART_FIFO_LEN=128 -CONFIG_SOC_UART_BITRATE_MAX=5000000 -CONFIG_SOC_UART_SUPPORT_APB_CLK=y -CONFIG_SOC_UART_SUPPORT_RTC_CLK=y -CONFIG_SOC_UART_SUPPORT_XTAL_CLK=y -CONFIG_SOC_UART_SUPPORT_WAKEUP_INT=y -CONFIG_SOC_UART_SUPPORT_FSM_TX_WAIT_SEND=y -CONFIG_SOC_COEX_HW_PTI=y -CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE=21 -CONFIG_SOC_MAC_BB_PD_MEM_SIZE=192 -CONFIG_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH=12 -CONFIG_SOC_PM_SUPPORT_WIFI_WAKEUP=y -CONFIG_SOC_PM_SUPPORT_BT_WAKEUP=y -CONFIG_SOC_PM_SUPPORT_CPU_PD=y -CONFIG_SOC_PM_SUPPORT_WIFI_PD=y -CONFIG_SOC_PM_SUPPORT_BT_PD=y -CONFIG_SOC_PM_SUPPORT_RC_FAST_PD=y -CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD=y -CONFIG_SOC_PM_SUPPORT_MAC_BB_PD=y -CONFIG_SOC_PM_CPU_RETENTION_BY_RTCCNTL=y -CONFIG_SOC_PM_MODEM_RETENTION_BY_BACKUPDMA=y -CONFIG_SOC_PM_MODEM_PD_BY_SW=y -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_TEMPERATURE_SENSOR_SUPPORT_FAST_RC=y -CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL=y -CONFIG_SOC_WIFI_HW_TSF=y -CONFIG_SOC_WIFI_FTM_SUPPORT=y -CONFIG_SOC_WIFI_GCMP_SUPPORT=y -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_PHY_NEEDS_USB_WORKAROUND=y -CONFIG_SOC_BLE_SUPPORTED=y -CONFIG_SOC_BLE_MESH_SUPPORTED=y -CONFIG_SOC_BLE_50_SUPPORTED=y -CONFIG_SOC_BLE_DEVICE_PRIVACY_SUPPORTED=y -CONFIG_SOC_BLUFI_SUPPORTED=y -CONFIG_SOC_PHY_COMBO_MODULE=y -CONFIG_IDF_CMAKE=y -CONFIG_IDF_TOOLCHAIN="gcc" -CONFIG_IDF_TOOLCHAIN_GCC=y -CONFIG_IDF_TARGET_ARCH_RISCV=y -CONFIG_IDF_TARGET_ARCH="riscv" -CONFIG_IDF_TARGET="esp32c3" -CONFIG_IDF_INIT_VERSION="5.4.0" -CONFIG_IDF_TARGET_ESP32C3=y -CONFIG_IDF_FIRMWARE_CHIP_ID=0x0005 - -# -# 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 -# end of Build type - -# -# Bootloader config -# - -# -# Bootloader manager -# -CONFIG_BOOTLOADER_COMPILE_TIME_DATE=y -CONFIG_BOOTLOADER_PROJECT_VER=1 -# end of Bootloader manager - -CONFIG_BOOTLOADER_OFFSET_IN_FLASH=0x0 -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 - -# -# Log -# -# 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 - -# -# Format -# -# CONFIG_BOOTLOADER_LOG_COLORS is not set -CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS=y -# end of Format -# end of Log - -# -# Serial Flash Configurations -# -# CONFIG_BOOTLOADER_FLASH_DC_AWARE is not set -CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT=y -# end of Serial Flash Configurations - -# 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_V2_RSA_SUPPORTED=y -CONFIG_SECURE_BOOT_V2_PREFERRED=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 -CONFIG_SECURE_ROM_DL_MODE_ENABLED=y -# 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=9 -# 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_UART_CLK_IS_XTAL=y -CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM=3 -CONFIG_ESP_ROM_HAS_RETARGETABLE_LOCKING=y -CONFIG_ESP_ROM_HAS_ERASE_0_REGION_BUG=y -CONFIG_ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV=y -CONFIG_ESP_ROM_GET_CLK_FREQ=y -CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND=y -CONFIG_ESP_ROM_HAS_LAYOUT_TABLE=y -CONFIG_ESP_ROM_HAS_SPI_FLASH=y -CONFIG_ESP_ROM_HAS_ETS_PRINTF_BUG=y -CONFIG_ESP_ROM_HAS_NEWLIB=y -CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT=y -CONFIG_ESP_ROM_HAS_NEWLIB_32BIT_TIME=y -CONFIG_ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE=y -CONFIG_ESP_ROM_RAM_APP_NEEDS_MMU_INIT=y -CONFIG_ESP_ROM_HAS_SW_FLOAT=y -CONFIG_ESP_ROM_USB_OTG_NUM=-1 -CONFIG_ESP_ROM_HAS_VERSION=y -CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB=y - -# -# Boot ROM Behavior -# -CONFIG_BOOT_ROM_LOG_ALWAYS_ON=y -# CONFIG_BOOT_ROM_LOG_ALWAYS_OFF is not set -# CONFIG_BOOT_ROM_LOG_ON_GPIO_HIGH is not set -# CONFIG_BOOT_ROM_LOG_ON_GPIO_LOW is not set -# end of Boot ROM Behavior - -# -# 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=y -# CONFIG_ESPTOOLPY_FLASHFREQ_40M is not set -# CONFIG_ESPTOOLPY_FLASHFREQ_26M is not set -# CONFIG_ESPTOOLPY_FLASHFREQ_20M is not set -CONFIG_ESPTOOLPY_FLASHFREQ="80m" -# 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_TWO_OTA_LARGE 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 - -# -# Example Connection Configuration -# -CONFIG_ENV_GPIO_RANGE_MIN=0 -CONFIG_ENV_GPIO_RANGE_MAX=19 -CONFIG_ENV_GPIO_IN_RANGE_MAX=19 -CONFIG_ENV_GPIO_OUT_RANGE_MAX=19 -CONFIG_EXAMPLE_CONNECT_WIFI=y -# CONFIG_EXAMPLE_WIFI_SSID_PWD_FROM_STDIN is not set -CONFIG_EXAMPLE_PROVIDE_WIFI_CONSOLE_CMD=y -CONFIG_EXAMPLE_WIFI_SSID="IoT_bots" -CONFIG_EXAMPLE_WIFI_PASSWORD="208208208" -CONFIG_EXAMPLE_WIFI_CONN_MAX_RETRY=6 -# CONFIG_EXAMPLE_WIFI_SCAN_METHOD_FAST is not set -CONFIG_EXAMPLE_WIFI_SCAN_METHOD_ALL_CHANNEL=y - -# -# WiFi Scan threshold -# -CONFIG_EXAMPLE_WIFI_SCAN_RSSI_THRESHOLD=-127 -CONFIG_EXAMPLE_WIFI_AUTH_OPEN=y -# CONFIG_EXAMPLE_WIFI_AUTH_WEP is not set -# CONFIG_EXAMPLE_WIFI_AUTH_WPA_PSK is not set -# CONFIG_EXAMPLE_WIFI_AUTH_WPA2_PSK is not set -# CONFIG_EXAMPLE_WIFI_AUTH_WPA_WPA2_PSK is not set -# CONFIG_EXAMPLE_WIFI_AUTH_WPA2_ENTERPRISE is not set -# CONFIG_EXAMPLE_WIFI_AUTH_WPA3_PSK is not set -# CONFIG_EXAMPLE_WIFI_AUTH_WPA2_WPA3_PSK is not set -# CONFIG_EXAMPLE_WIFI_AUTH_WAPI_PSK is not set -# end of WiFi Scan threshold - -CONFIG_EXAMPLE_WIFI_CONNECT_AP_BY_SIGNAL=y -# CONFIG_EXAMPLE_WIFI_CONNECT_AP_BY_SECURITY is not set -# CONFIG_EXAMPLE_CONNECT_ETHERNET is not set -# CONFIG_EXAMPLE_CONNECT_PPP is not set -CONFIG_EXAMPLE_CONNECT_IPV4=y -CONFIG_EXAMPLE_CONNECT_IPV6=y -CONFIG_EXAMPLE_CONNECT_IPV6_PREF_LOCAL_LINK=y -# CONFIG_EXAMPLE_CONNECT_IPV6_PREF_GLOBAL is not set -# CONFIG_EXAMPLE_CONNECT_IPV6_PREF_SITE_LOCAL is not set -# CONFIG_EXAMPLE_CONNECT_IPV6_PREF_UNIQUE_LOCAL is not set -# end of Example Connection Configuration - -# -# Compiler options -# -CONFIG_COMPILER_OPTIMIZATION_DEBUG=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_ASSERT_NDEBUG_EVALUATE=y -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_NO_MERGE_CONSTANTS is not set -# CONFIG_COMPILER_WARN_WRITE_STRINGS is not set -# CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS is not set -CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS=y -# CONFIG_COMPILER_DISABLE_GCC12_WARNINGS is not set -# CONFIG_COMPILER_DISABLE_GCC13_WARNINGS is not set -# CONFIG_COMPILER_DISABLE_GCC14_WARNINGS is not set -# CONFIG_COMPILER_DUMP_RTL_FILES is not set -CONFIG_COMPILER_RT_LIB_GCCLIB=y -CONFIG_COMPILER_RT_LIB_NAME="gcc" -CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING=y -# CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE is not set -# CONFIG_COMPILER_STATIC_ANALYZER 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_USB_CDC 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 - -# -# Console Library -# -# CONFIG_CONSOLE_SORTED_HELP is not set -# end of Console Library - -# -# Driver Configurations -# - -# -# TWAI Configuration -# -# CONFIG_TWAI_ISR_IN_IRAM is not set -CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM=y -# end of TWAI Configuration - -# -# Legacy ADC Driver Configuration -# -# CONFIG_ADC_SUPPRESS_DEPRECATE_WARN is not set -# CONFIG_ADC_SKIP_LEGACY_CONFLICT_CHECK is not set - -# -# Legacy ADC Calibration Configuration -# -# CONFIG_ADC_CALI_SUPPRESS_DEPRECATE_WARN is not set -# end of Legacy ADC Calibration Configuration -# end of Legacy ADC Driver Configuration - -# -# Legacy Timer Group Driver Configurations -# -# CONFIG_GPTIMER_SUPPRESS_DEPRECATE_WARN is not set -# CONFIG_GPTIMER_SKIP_LEGACY_CONFLICT_CHECK is not set -# end of Legacy Timer Group Driver Configurations - -# -# Legacy RMT Driver Configurations -# -# CONFIG_RMT_SUPPRESS_DEPRECATE_WARN is not set -# CONFIG_RMT_SKIP_LEGACY_CONFLICT_CHECK is not set -# end of Legacy RMT Driver Configurations - -# -# Legacy I2S Driver Configurations -# -# CONFIG_I2S_SUPPRESS_DEPRECATE_WARN is not set -# CONFIG_I2S_SKIP_LEGACY_CONFLICT_CHECK is not set -# end of Legacy I2S Driver Configurations - -# -# Legacy SDM Driver Configurations -# -# CONFIG_SDM_SUPPRESS_DEPRECATE_WARN is not set -# CONFIG_SDM_SKIP_LEGACY_CONFLICT_CHECK is not set -# end of Legacy SDM Driver Configurations - -# -# Legacy Temperature Sensor Driver Configurations -# -# CONFIG_TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN is not set -# CONFIG_TEMP_SENSOR_SKIP_LEGACY_CONFLICT_CHECK is not set -# end of Legacy Temperature Sensor Driver Configurations -# end of Driver Configurations - -# -# eFuse Bit Manager -# -# CONFIG_EFUSE_CUSTOM_TABLE is not set -# CONFIG_EFUSE_VIRTUAL is not set -CONFIG_EFUSE_MAX_BLK_LEN=256 -# end of eFuse Bit Manager - -# -# ESP-TLS -# -CONFIG_ESP_TLS_USING_MBEDTLS=y -CONFIG_ESP_TLS_USE_DS_PERIPHERAL=y -# CONFIG_ESP_TLS_CLIENT_SESSION_TICKETS is not set -# CONFIG_ESP_TLS_SERVER_SESSION_TICKETS is not set -# CONFIG_ESP_TLS_SERVER_CERT_SELECT_HOOK is not set -# CONFIG_ESP_TLS_SERVER_MIN_AUTH_MODE_OPTIONAL 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 -# CONFIG_ADC_CONTINUOUS_FORCE_USE_ADC2_ON_C3_S3 is not set -# CONFIG_ADC_ONESHOT_FORCE_USE_ADC2_ON_C3 is not set -# CONFIG_ADC_ENABLE_DEBUG_LOG is not set -# end of ADC and ADC Calibration - -# -# Wireless Coexistence -# -CONFIG_ESP_COEX_ENABLED=y -# CONFIG_ESP_COEX_EXTERNAL_COEXIST_ENABLE is not set -# 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 - -# -# ESP-Driver:GPIO Configurations -# -# CONFIG_GPIO_CTRL_FUNC_IN_IRAM is not set -# end of ESP-Driver:GPIO Configurations - -# -# ESP-Driver:GPTimer Configurations -# -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_ENABLE_DEBUG_LOG is not set -# end of ESP-Driver:GPTimer Configurations - -# -# ESP-Driver:I2C Configurations -# -# CONFIG_I2C_ISR_IRAM_SAFE is not set -# CONFIG_I2C_ENABLE_DEBUG_LOG is not set -# CONFIG_I2C_ENABLE_SLAVE_DRIVER_VERSION_2 is not set -# end of ESP-Driver:I2C Configurations - -# -# ESP-Driver:I2S Configurations -# -# CONFIG_I2S_ISR_IRAM_SAFE is not set -# CONFIG_I2S_ENABLE_DEBUG_LOG is not set -# end of ESP-Driver:I2S Configurations - -# -# ESP-Driver:LEDC Configurations -# -# CONFIG_LEDC_CTRL_FUNC_IN_IRAM is not set -# end of ESP-Driver:LEDC Configurations - -# -# ESP-Driver:RMT Configurations -# -# CONFIG_RMT_ISR_IRAM_SAFE is not set -# CONFIG_RMT_RECV_FUNC_IN_IRAM is not set -# CONFIG_RMT_ENABLE_DEBUG_LOG is not set -# end of ESP-Driver:RMT Configurations - -# -# ESP-Driver:Sigma Delta Modulator Configurations -# -# CONFIG_SDM_CTRL_FUNC_IN_IRAM is not set -# CONFIG_SDM_ENABLE_DEBUG_LOG is not set -# end of ESP-Driver:Sigma Delta Modulator Configurations - -# -# ESP-Driver:SPI Configurations -# -# 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 ESP-Driver:SPI Configurations - -# -# ESP-Driver:Temperature Sensor Configurations -# -# CONFIG_TEMP_SENSOR_ENABLE_DEBUG_LOG is not set -# end of ESP-Driver:Temperature Sensor Configurations - -# -# ESP-Driver:UART Configurations -# -# CONFIG_UART_ISR_IN_IRAM is not set -# end of ESP-Driver:UART Configurations - -# -# ESP-Driver:USB Serial/JTAG Configuration -# -CONFIG_USJ_ENABLE_USB_SERIAL_JTAG=y -# end of ESP-Driver:USB Serial/JTAG Configuration - -# -# Ethernet -# -CONFIG_ETH_ENABLED=y -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 -# -CONFIG_ESP_GDBSTUB_ENABLED=y -# CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME is not set -CONFIG_ESP_GDBSTUB_SUPPORT_TASKS=y -CONFIG_ESP_GDBSTUB_MAX_TASKS=32 -# end of GDB Stub - -# -# ESP HID -# -CONFIG_ESPHID_TASK_SIZE_BT=2048 -CONFIG_ESPHID_TASK_SIZE_BLE=4096 -# end of ESP HID - -# -# 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 -# CONFIG_ESP_HTTP_CLIENT_ENABLE_CUSTOM_TRANSPORT is not set -CONFIG_ESP_HTTP_CLIENT_EVENT_POST_TIMEOUT=2000 -# 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 -CONFIG_HTTPD_SERVER_EVENT_POST_TIMEOUT=2000 -# 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 -CONFIG_ESP_HTTPS_OTA_EVENT_POST_TIMEOUT=2000 -# end of ESP HTTPS OTA - -# -# ESP HTTPS server -# -# CONFIG_ESP_HTTPS_SERVER_ENABLE is not set -CONFIG_ESP_HTTPS_SERVER_EVENT_POST_TIMEOUT=2000 -# end of ESP HTTPS server - -# -# Hardware Settings -# - -# -# Chip revision -# -# CONFIG_ESP32C3_REV_MIN_0 is not set -# CONFIG_ESP32C3_REV_MIN_1 is not set -# CONFIG_ESP32C3_REV_MIN_2 is not set -CONFIG_ESP32C3_REV_MIN_3=y -# CONFIG_ESP32C3_REV_MIN_4 is not set -# CONFIG_ESP32C3_REV_MIN_101 is not set -CONFIG_ESP32C3_REV_MIN_FULL=3 -CONFIG_ESP_REV_MIN_FULL=3 - -# -# Maximum Supported ESP32-C3 Revision (Rev v1.99) -# -CONFIG_ESP32C3_REV_MAX_FULL=199 -CONFIG_ESP_REV_MAX_FULL=199 -CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL=0 -CONFIG_ESP_EFUSE_BLOCK_REV_MAX_FULL=199 - -# -# Maximum Supported ESP32-C3 eFuse Block Revision (eFuse Block Rev v1.99) -# -# 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_ESP_MAC_UNIVERSAL_MAC_ADDRESSES=4 -# CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_TWO is not set -CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR=y -CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES=4 -# 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_GPIO_RESET_WORKAROUND=y -CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY=0 -# CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION is not set -# CONFIG_ESP_SLEEP_DEBUG is not set -CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS=y -# 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 - -# -# GDMA Configurations -# -CONFIG_GDMA_CTRL_FUNC_IN_IRAM=y -# CONFIG_GDMA_ISR_IRAM_SAFE is not set -# CONFIG_GDMA_ENABLE_DEBUG_LOG is not set -# end of GDMA Configurations - -# -# Main XTAL Config -# -CONFIG_XTAL_FREQ_40=y -CONFIG_XTAL_FREQ=40 -# end of Main XTAL Config - -CONFIG_ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM=y -# end of Hardware Settings - -# -# ESP-Driver:LCD Controller Configurations -# -# CONFIG_LCD_ENABLE_DEBUG_LOG is not set -# end of ESP-Driver:LCD Controller Configurations - -# -# ESP-MM: Memory Management Configurations -# -# end of ESP-MM: Memory Management Configurations - -# -# ESP NETIF Adapter -# -CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL=120 -# CONFIG_ESP_NETIF_PROVIDE_CUSTOM_IMPLEMENTATION is not set -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_REPORT_DATA_TRAFFIC=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 -# CONFIG_ESP_NETIF_SET_DNS_PER_DEFAULT_NETIF is not set -# end of ESP NETIF Adapter - -# -# Partition API Configuration -# -# end of Partition API Configuration - -# -# PHY -# -CONFIG_ESP_PHY_ENABLED=y -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_USB=y -# 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 -# CONFIG_ESP_PHY_RECORD_USED_TIME is not set -# end of PHY - -# -# Power Management -# -# CONFIG_PM_ENABLE is not set -# CONFIG_PM_SLP_IRAM_OPT is not set -CONFIG_PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP=y -# end of Power Management - -# -# ESP PSRAM -# - -# -# ESP Ringbuf -# -# CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH is not set -# end of ESP Ringbuf - -# -# ESP Security Specific -# -# end of ESP Security Specific - -# -# 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=160 -# 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_PANIC_REBOOT_DELAY_SECONDS=0 -CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE=y -CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK=y -CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP=y -# CONFIG_ESP_SYSTEM_USE_EH_FRAME is not set - -# -# Memory protection -# -CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=y -CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_LOCK=y -# 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_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_USB_SERIAL_JTAG is not set -# CONFIG_ESP_CONSOLE_UART_CUSTOM is not set -# CONFIG_ESP_CONSOLE_NONE is not set -# CONFIG_ESP_CONSOLE_SECONDARY_NONE is not set -CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG=y -CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED=y -CONFIG_ESP_CONSOLE_UART=y -CONFIG_ESP_CONSOLE_UART_NUM=0 -CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_NUM=0 -CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200 -CONFIG_ESP_INT_WDT=y -CONFIG_ESP_INT_WDT_TIMEOUT_MS=300 -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_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_4=y - -# -# Brownout Detector -# -CONFIG_ESP_BROWNOUT_DET=y -CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7=y -# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6 is not set -# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5 is not set -# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4 is not set -# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3 is not set -# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2 is not set -CONFIG_ESP_BROWNOUT_DET_LVL=7 -# end of Brownout Detector - -CONFIG_ESP_SYSTEM_BROWNOUT_INTR=y -CONFIG_ESP_SYSTEM_HW_STACK_GUARD=y -CONFIG_ESP_SYSTEM_HW_PC_RECORD=y -# end of ESP System Settings - -# -# IPC (Inter-Processor Call) -# -CONFIG_ESP_IPC_TASK_STACK_SIZE=1024 -# end of IPC (Inter-Processor Call) - -# -# ESP Timer (High Resolution 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_CPU0=y -# CONFIG_ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD is not set -CONFIG_ESP_TIMER_IMPL_SYSTIMER=y -# end of ESP Timer (High Resolution 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_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_FTM_ENABLE is not set -CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE=y -# CONFIG_ESP_WIFI_GCMP_SUPPORT is not set -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_MBEDTLS_CRYPTO=y -CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT=y -# CONFIG_ESP_WIFI_WAPI_PSK is not set -# CONFIG_ESP_WIFI_SUITE_B_192 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_USE_STRFUNC_NONE=y -# CONFIG_FATFS_USE_STRFUNC_WITHOUT_CRLF_CONV is not set -# CONFIG_FATFS_USE_STRFUNC_WITH_CRLF_CONV is not set -CONFIG_FATFS_VFS_FSTAT_BLKSIZE=0 -# CONFIG_FATFS_IMMEDIATE_FSYNC is not set -# CONFIG_FATFS_USE_LABEL is not set -CONFIG_FATFS_LINK_LOCK=y -# end of FAT Filesystem support - -# -# FreeRTOS -# - -# -# Kernel -# -# CONFIG_FREERTOS_SMP is not set -CONFIG_FREERTOS_UNICORE=y -CONFIG_FREERTOS_HZ=100 -CONFIG_FREERTOS_OPTIMIZED_SCHEDULER=y -# 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_USE_TIMERS=y -CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME="Tmr Svc" -# CONFIG_FREERTOS_TIMER_TASK_AFFINITY_CPU0 is not set -CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY=y -CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY=0x7FFFFFFF -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_USE_LIST_DATA_INTEGRITY_CHECK_BYTES is not set -# CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS is not set -# CONFIG_FREERTOS_USE_APPLICATION_TASK_TAG 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_TASK_PRE_DELETION_HOOK is not set -# 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_TICK_SUPPORT_SYSTIMER=y -CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1=y -# CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL3 is not set -CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER=y -# CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH is not set -# CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE is not set -# end of Port - -# -# Extra -# -# end of Extra - -CONFIG_FREERTOS_PORT=y -CONFIG_FREERTOS_NO_AFFINITY=0x7FFFFFFF -CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION=y -CONFIG_FREERTOS_DEBUG_OCDAWARE=y -CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT=y -CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH=y -CONFIG_FREERTOS_NUMBER_OF_CORES=1 -# 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_TASK_TRACKING 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 -# - -# -# Log Level -# -# 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 - -# -# Level Settings -# -# CONFIG_LOG_MASTER_LEVEL is not set -CONFIG_LOG_DYNAMIC_LEVEL_CONTROL=y -# CONFIG_LOG_TAG_LEVEL_IMPL_NONE is not set -# CONFIG_LOG_TAG_LEVEL_IMPL_LINKED_LIST is not set -CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST=y -# CONFIG_LOG_TAG_LEVEL_CACHE_ARRAY is not set -CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP=y -CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE=31 -# end of Level Settings -# end of Log Level - -# -# Format -# -# CONFIG_LOG_COLORS is not set -CONFIG_LOG_TIMESTAMP_SOURCE_RTOS=y -# CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM is not set -# end of Format -# end of Log - -# -# LWIP -# -CONFIG_LWIP_ENABLE=y -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_DOES_ACD_CHECK is not set -# CONFIG_LWIP_DHCP_DOES_NOT_CHECK_OFFERED_IP is not set -# 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 -CONFIG_LWIP_DHCPS_STATIC_ENTRIES=y -CONFIG_LWIP_DHCPS_ADD_DNS=y -# 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_ACCEPTMBOX_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=0x7FFFFFFF -CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE=3 -CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS=5 -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_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 -CONFIG_LWIP_SNTP_STARTUP_DELAY=y -CONFIG_LWIP_SNTP_MAXIMUM_STARTUP_DELAY=5000 -# end of SNTP - -# -# DNS -# -CONFIG_LWIP_DNS_MAX_HOST_IP=1 -CONFIG_LWIP_DNS_MAX_SERVERS=3 -# CONFIG_LWIP_FALLBACK_DNS_SERVER_SUPPORT is not set -# CONFIG_LWIP_DNS_SETSERVER_WITH_NETIF 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_DEPRECATED_LIST 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_AES_USE_INTERRUPT=y -CONFIG_MBEDTLS_AES_INTERRUPT_LEVEL=0 -CONFIG_MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER=y -CONFIG_MBEDTLS_HARDWARE_MPI=y -CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI=y -CONFIG_MBEDTLS_MPI_USE_INTERRUPT=y -CONFIG_MBEDTLS_MPI_INTERRUPT_LEVEL=0 -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_PK_PARSE_EC_EXTENDED=y -CONFIG_MBEDTLS_PK_PARSE_EC_COMPRESSED=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 -CONFIG_MBEDTLS_FS_IO=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_ENCRYPTION is not set -# CONFIG_NVS_ASSERT_ERROR_CHECK is not set -# CONFIG_NVS_LEGACY_DUP_KEYS_COMPATIBILITY 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 -CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_PATCH_VERSION=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_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_AUTO_SUSPEND is not set -CONFIG_SPI_FLASH_SUSPEND_TSUS_VAL_US=50 -# 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_ROM_IMPL is not set -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_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_VENDOR_BOYA_SUPPORTED=y -CONFIG_SPI_FLASH_VENDOR_TH_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=y -CONFIG_SPI_FLASH_SUPPORT_TH_CHIP=y -# 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 - -# -# 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) - -CONFIG_VFS_INITIALIZE_DEV_NULL=y -# 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_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_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_COMPILER_OPTIMIZATION_DEFAULT=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_EXTERNAL_COEX_ENABLE is not set -# CONFIG_ESP_WIFI_EXTERNAL_COEXIST_ENABLE is not set -# CONFIG_EVENT_LOOP_PROFILING is not set -CONFIG_POST_EVENTS_FROM_ISR=y -CONFIG_POST_EVENTS_FROM_IRAM_ISR=y -CONFIG_GDBSTUB_SUPPORT_TASKS=y -CONFIG_GDBSTUB_MAX_TASKS=32 -# CONFIG_OTA_ALLOW_HTTP is not set -# CONFIG_ESP_SYSTEM_PD_FLASH is not set -CONFIG_ESP32C3_LIGHTSLEEP_GPIO_RESET_WORKAROUND=y -CONFIG_ESP32C3_RTC_CLK_SRC_INT_RC=y -# CONFIG_ESP32C3_RTC_CLK_SRC_EXT_CRYS is not set -# CONFIG_ESP32C3_RTC_CLK_SRC_EXT_OSC is not set -# CONFIG_ESP32C3_RTC_CLK_SRC_INT_8MD256 is not set -CONFIG_ESP32C3_RTC_CLK_CAL_CYCLES=1024 -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_ESP_SYSTEM_PM_POWER_DOWN_CPU=y -# CONFIG_ESP32C3_DEFAULT_CPU_FREQ_80 is not set -CONFIG_ESP32C3_DEFAULT_CPU_FREQ_160=y -CONFIG_ESP32C3_DEFAULT_CPU_FREQ_MHZ=160 -CONFIG_ESP32C3_MEMPROT_FEATURE=y -CONFIG_ESP32C3_MEMPROT_FEATURE_LOCK=y -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_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_ESP32_DEBUG_STUBS_ENABLE is not set -CONFIG_ESP32C3_DEBUG_OCDAWARE=y -CONFIG_BROWNOUT_DET=y -CONFIG_ESP32C3_BROWNOUT_DET=y -CONFIG_BROWNOUT_DET_LVL_SEL_7=y -CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_7=y -# CONFIG_BROWNOUT_DET_LVL_SEL_6 is not set -# CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_6 is not set -# CONFIG_BROWNOUT_DET_LVL_SEL_5 is not set -# CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_5 is not set -# CONFIG_BROWNOUT_DET_LVL_SEL_4 is not set -# CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_4 is not set -# CONFIG_BROWNOUT_DET_LVL_SEL_3 is not set -# CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_3 is not set -# CONFIG_BROWNOUT_DET_LVL_SEL_2 is not set -# CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_2 is not set -CONFIG_BROWNOUT_DET_LVL=7 -CONFIG_ESP32C3_BROWNOUT_DET_LVL=7 -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_RX_BA_WIN=6 -CONFIG_ESP32_WIFI_NVS_ENABLED=y -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_SUITE_B_192 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=0x7FFFFFFF -# CONFIG_PPP_SUPPORT is not set -CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC_SYSTIMER=y -# CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC is not set -# CONFIG_ESP32C3_TIME_SYSCALL_USE_SYSTIMER is not set -# CONFIG_ESP32C3_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_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_SUPPRESS_SELECT_DEBUG_OUTPUT=y -CONFIG_SUPPORT_TERMIOS=y -CONFIG_SEMIHOSTFS_MAX_MOUNT_POINTS=1 -# End of deprecated options